html {
  font-size: 14px;
  position: relative;
  min-height: 100%;
}

.kantar {
  font-family: 'DINPro-Light', sans-serif;
}
.font-light {
    font-family: 'DINPro-Light', sans-serif;
}
.font-bold {
    font-family: 'KantarBrown-Bold', sans-serif;
}
.warning-icon {
  filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.navbar-dark {
  background-color: #000 !important;
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

body {
  margin-bottom: 60px;
  overflow-x: hidden;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.navbar {
  padding-top: .0rem;
  padding-bottom: .0rem;
  background-color: #000;
}

a {
  color: #0077cc;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.navbar-nav ul {
  padding: 0;
  list-style: none;
  display: table;
  text-align: center;
}

.navbar-nav li {
  display: table-cell;
  position: relative;
}

.nav-item a:after {
  background: none repeat scroll 0 0 #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.nav-item a:hover:after {
  width: 100%;
  left: 0;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

/*Login*/
.form-signin {
  width: 100%;
  max-width: 400px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  border-radius: 0px;
  margin-bottom:15px;
  border: 1px solid #000;
}

.form-signin input[type="password"] {
  border-radius: 0px;
  border: 1px solid #000;
  margin-bottom: 15px;
}
.form-signin #forgotPassword {
  color: #000;
}
.theme-yellow-purple-gradient {
    background: rgb(253,216,3);
    background: linear-gradient(90deg, rgba(253,216,3,1) 0%, rgba(128,44,182,1) 100%);
}
.theme-blue-purple-gradient {
    background: rgb(70,156,191);
    background: linear-gradient(90deg, rgba(70,156,191,1) 0%, rgba(128,44,182,1) 100%);
}
.theme-green-purple-gradient {
    background: rgb(2,181,1);
    background: linear-gradient(90deg, rgba(2,181,1,1) 0%, rgba(128,44,182,1) 100%);
}
.floating-drop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #007bff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1000;
}

    .floating-drop svg {
        position: absolute;
        width: 24px;
        height: 24px;
    }

    .floating-drop .circle {
        display: none;
        position: absolute;
        bottom: 60px;
        right: 0;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin-bottom: 10px;
        transition: all 0.3s ease;
    }

        .floating-drop .circle:nth-child(3) {
            bottom: 120px;
        }

        .floating-drop .circle:nth-child(4) {
            bottom: 180px;
        }

        .floating-drop .circle:nth-child(5) {
            bottom: 240px;
        }

    .floating-drop.expanded .circle {
        display: block;
    }

.close-btn {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: red;
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

/*CUSTOM*/
@font-face {
    font-family: 'DINPro-Light';
    font-style: normal;
    font-weight: normal;
    src: url("/fonts/DINPro-Light.eot");
    src: url("/fonts/DINPro-Light.woff") format("woff"), url("/fonts/DINPro-Light.svg") format("svg"), url("/fonts/DINPro-Light.ttf") format("truetype");
}