@charset "utf-8";
/* CSS Document */
body {
  background: #fff;
}
.logo {
  padding-bottom: 10px;
  padding-top: 10px;
}
hr {
  height: 5px;
  background-color: #0072ba;
}
.hr2 {
  height: 1px;
  background-color: #0072ba;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.vbdr {
  border-left: 5px solid #0072ba;
  position: relative;
  margin-top: -16px;
}
.btn-default {
  border: 5px solid #0072ba;
  background-color: #fff;
  margin-top: 15px;
  font-weight: bold;
}
.btn-default2 {
  border: 3px dashed #b7b7b7;
  background-color: #fff;
  color: #b7b7b7;
  margin-top: 15px;
  border-radius: 6px;
  padding: 6px 25px;
  font-weight: 600;
}
.btn-default3 {
  border: 1px solid #ffffff;
  background-color: #fff !important;
  color: black;
  margin-top: 15px;
  border-radius: 6px;
  font-weight: 600;
}
.btn-default4 {
  border: 1px solid #ffffff;
  background-color: #fff !important;
  color: black;
  margin-top: 0;
  border-radius: 6px;
  font-weight: 600;
}
 {
  font-family: sans-serif;
  display: grid;
  height: 100vh;
  place-items: center;
}

.base-timer {
  position: relative;
  width: 60px;
  height: 60px;
}

.base-timer__svg {
  transform: scaleX(-1);
}

.base-timer__circle {
  fill: none;
  stroke: none;
}

.base-timer__path-elapsed {
  stroke-width: 7px;
  stroke: grey;
}

.base-timer__path-remaining {
  stroke-width: 7px;
  stroke-linecap: round;
  transform: rotate(90deg);
  transform-origin: center;
  transition: 1s linear all;
  fill-rule: nonzero;
  stroke: currentColor;
}

.base-timer__path-remaining.green {
  color: rgb(65, 184, 131);
}

.base-timer__path-remaining.orange {
  color: orange;
}

.base-timer__path-remaining.red {
  color: red;
}

.base-timer__label {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

@media (max-width: 767px) {
  .vbdr {
    border-left: none;
  }
}
#crypto {
  background-image: url(../Icons/BTC.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 28px;
  padding-left: 30px !important;
  background-position-y: center;
  background-position-x: 2px;
}
