body {
    background-color: #fffef0;
    font-family: "Lato", sans-serif;
    src: url("/static/fonts/lato/Lato-Black.ttf");
}
footer .footer-mail {
    color: red;
}
button {
    color: #000;
    border: 2px solid #666;
}
button.e-Bg a {
    text-decoration: none;
    color: #000;
}
.navbar-brand {
    font-size: 16px;
}
.navbar-brand img {
    width: 32px;
}
.e-blue {
    color: #004080;
}
.e-Bg {
    background-color: #B5DAFF;
}
.fs-8 {
    font-size: 12px;
}
.cursor-pointer {
    cursor: pointer;
}
button.e-Bg:disabled, .command:disabled {
    background-color: #b5c0ca;
    cursor: not-allowed;
    position: relative;
}
.command:disabled {
    position: static;
}
/* .position-relative .command:not(disabled) {
    background-color: rgb(51, 51, 144);
    position: static;
} */

.disable-after-click.e-Bg:disabled:hover::after , .outside-form.e-Bg:disabled:hover::after ,.command:disabled:hover::after {
    padding: 5px;
    width: 150px;
    height: auto;
    background-color: #fff;
    border-radius: 5px;
    display: block;
    content: 'Button is disabled for 5 seconds.';
    font-size: 10px;
    color: red;
    position: absolute;
    top: -50px;
    right: 0;
    font-weight: 700;
    box-shadow: 5px 5px 10px #ddd;
    z-index: 40;
}
.position-relative .command:disabled:hover {
    background-color: rgb(51, 51, 144);
}
.command:disabled:hover::after {
    width: 100px;
    top: -20px;
    right: -10px;
    content: 'Disabled:  Under Construction';
}

.position-relative .commandWithCommand:not(disabled):hover::after {
    width: 100px;
    top: 30px;
    left: -20px;
    content: attr(data-custom_command);
    color: #fffef0;
    background-color:rgb(51, 51, 144);



    border-radius: 5px;
    font-size: 15px;
    position: absolute;

    font-weight: 700;
    box-shadow: 5px 5px 10px #ddd;
    z-index: 40;
}

.btn-disabled-msg {
    font-size: 12px;
}
.maintenance-modal .modal-header {
    border-bottom: 0;
}
@media (max-width: 600px) {
    .maintenance-modal .modal-dialog {
        max-width: calc(100% - 90px);
        margin: 0.5rem auto;
    }
}
.notice {
    font-size: 10px;
    margin-bottom: 0;
}
.sign-up-form input,
.login-form input,
input {
    height: 30px;
    padding: 5px;
}
input:disabled {
    background-color: #efefef;
}
.validation-error-message {
    font-size: 12px;
    color: red;
    text-align: left;
}
.error {
    color: red;
}
/* links */
.links a {
    display: block;
    margin-bottom: 5px;
    color: red;
    font-size: 16px;
}
.links h6 a {
    font-size: 18px;
}

.faqs a {
    margin-bottom: 10px;
}
@media(max-width: 991px) {
    .faq-links-content {
        padding: 15px;
    }
}
@media(min-width: 1200px) {
    .links {
        height: 70vh;
    }
}
/* links menu desktop and mobile drop down styling */
.user-links-mobile {
    display: none;
}
.user-links-mobile.dropdown #dropdownMenuLink img {
    max-width: 24px;
}
@media(max-width: 991px) {
    .user-links-mobile {
        display: block !important;
        grid-area: 1/1/2/2;
    }
    .desktop {
        display: none;
    }
    div.links.e-Bg {
        background-color: #fffef0;
    }
}
@media(min-width: 992px) {
    .desktop {
        display: block;
    }
}
/* pagination */
.pagination {
    flex-wrap: wrap;
}
.page-link {
    background-color: transparent;
    border: 1px solid #DDD;
    color: #004080 !important;
}
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
    top: -10px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover,
a:not([href]), a:not([href]):hover {
    color: rgb(156, 151, 151);
}
button:focus-visible{
    outline: none;
}
a.disable{
    pointer-events: none;
}



.socail-btn {
    background-color: transparent;
    color: black;
    padding: 10px 15px;
    border-style: solid;
    border-color: black;
        cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    border-radius: 20px;
    text-decoration: none;
    margin-top : 10px;
}



.socail-btn i {
    margin-right: 10px;
    font-size: 14px;
    vertical-align: middle;
}

.rounded-pill {
    border-radius: 50px;
}
.breadcrumb.alert-success{
    background-color: transparent !important;
    border-color:  transparent !important;

}




  .cookie-consent{
    position: fixed;
  bottom: 8px;
  left: 20px;
  width: 260px;
  padding-top: 7px;
  height: 100px;
  color: #fffef0;

  line-height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  background: #292929;
  z-index: 120;
  cursor: pointer;
  border-radius: 3px;
  }

  .allow-button{
        height: 20px;
      width: 104px;
      color: #fff;
      font-size: 12px;
      line-height: 10px;
      border-radius: 3px;
      border: 1px solid green;
      background-color: green;
  }

  .dropdown-menu li {
    position: relative;
    }
    .dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
    }
    .dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
    }
    .dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
    }

    a.disabled {
        pointer-events: none; /* Prevents clicking */
        color: gray !important; /* Change color to indicate disabled state */
        text-decoration: none !important; /* Remove underline */
        cursor: not-allowed; /* Show not-allowed cursor */
    }