@charset "UTF-8";
/*!
* Copyright 2023 Flotte Saker AS
*/

.btn-dak {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 2rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn-dak {
    transition: none;
  }
}

.logoname {
  max-width: 80px;
  min-width: 80px;
}

.btn-orange {
  color: #ffffff;
  background-color: #f07b0d;
  border-color: #e0710a;
}
.btn-orange:hover {
  color: #ffffff;
  background-color: #bb641d;
  border-color: #8f4c15;
}
.btn-check:focus + .btn-orange, .btn-orange:focus {
  color: #ffffff;
  background-color: #bb641d;
  border-color: #8f4c15;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-orange, .btn-check:active + .btn-orange, .btn-orange:active, .btn-orange.active, .show > .btn-orange.dropdown-toggle {
  color: #000;
  background-color: #f07b0d;
  border-color: #d87422;
}
.btn-check:checked + .btn-orange:focus, .btn-check:active + .btn-orange:focus, .btn-orange:active:focus, .btn-orange.active:focus, .show > .btn-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-orange:disabled, .btn-orange.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-dak:hover {
  color: #212529;
}

.btn-dak-purple {
  color: #B29FD1;
  background-color: #7030A0;
  border-color: #7030A0;
}
.btn-dak-purple:hover {
  color: #212529;
  background-color: #9937B7;
  border-color: #6037B7;
}
.btn-check:focus + .btn-dak-purple, .btn-dak-purple:focus {
  color: #212529;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-dak-purple, .btn-check:active + .btn-dak-purple, .btn-dak-purple:active, .btn-dak-purple.active, .show > .btn-dak-purple.dropdown-toggle {
  color: #212529;
  background-color: #B482DA;
  border-color: #B45099;
}
.btn-check:checked + .btn-dak-purple:focus, .btn-check:active + .btn-dak-purple:focus, .btn-dak-purple:active:focus, .btn-dak-purple.active:focus, .show > .btn-dak-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(180, 80, 153, 0.5);
}
.btn-dak-purple:disabled, .btn-dak-purple.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

#dak-clock {
  font-family: 'Share Tech Mono', monospace;
  color: #ffffff;
  text-align: center;
  color: #c68ef1;
  text-shadow: 0 0 20px rgba(113, 10, 230, 1),  0 0 20px rgba(124, 10, 230, 0);
}
  .dak-time {
      letter-spacing: 0.010em;
      font-size: 30px;
      
  }
  .dak-date {
      letter-spacing: 0.01em;
      font-size: 15px;
  }
  .dak-text {
      letter-spacing: 0.1em;
      font-size: 11px;
      
  }

  /* latin */
 .dak-font-face {
  font-family: 'Share Tech Mono';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sharetechmono/v15/J7aHnp1uDWRBEqV98dVQztYldFcLowEF.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
 }

 .float-center
    {
        text-align-last: center;
    }

    .btn-outline-email {
      color: #000000;
      border-color: #ababab;
    }
    .btn-outline-email:hover {
      color: #000000;
      background-color: #cde6f7;
      border-color: #92c0e0;
    }
    .btn-check:focus + .btn-outline-email, .btn-outline-email:focus {
      box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
    }
    .btn-check:checked + .btn-outline-email, .btn-check:active + .btn-outline-email, .btn-outline-email:active, .btn-outline-email.active, .btn-outline-email.dropdown-toggle.show {
      color: #fff;
      background-color: #0d6efd;
      border-color: #0d6efd;
    }
    .btn-check:checked + .btn-outline-email:focus, .btn-check:active + .btn-outline-email:focus, .btn-outline-email:active:focus, .btn-outline-email.active:focus, .btn-outline-email.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
    }
    .btn-outline-email:disabled, .btn-outline-email.disabled {
      color: #0d6efd;
      background-color: transparent;
    }

    .custom {
      width: 78px !important;
    }

    .custom-send {
      width: 78px !important;
      height: 115px !important;
    }

    .ch-email{
      background: #106ebe;
    }

    .no-border {
      border: 0;
      box-shadow: none; /* You may want to include this as bootstrap applies these styles too */
      background: #fff;
  }