:root {
    --theme-color: #faa61a; 
    --btn-bg: #525f66;
}
html , body {
    background: #f3f3f3;
    font-family: "gotham", sans-serif;
}
body {
    font-size: 0.875rem;
} 

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
        font-weight: 600;
}

.template_container {
    padding: 0 30px 0 20px;
}
.theme_color {
    color: var(--theme-color);
}
.header_logo {
    width: 100%;
    min-width: 10rem;
    max-width: 11rem;
}
.nav-sidebar .nav .nav-item a {
    color: inherit;
} 
.border-custom-white {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity));
}
.nav-sidebar .nav .nav-item a.active , .nav-sidebar .nav .nav-item a:hover , .nav-sidebar .nav .nav-item a:focus {
    color: var(--theme-color);
    border: var(--theme-color) solid 1px !important;
}
.nav-sidebar.sticky-md-top {
    top: 77px;
} 
.footer_logo {
    width: 100%;
    max-width: 11rem;
}
.main_logo {
    width: 10rem;
}
.list-lower-alpha {
    list-style: lower-alpha;
} 
.list-upper-roman {
    list-style-type: upper-roman;
}
.copybutton {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
}
.copybutton img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.custom_tooltip {
    background: #000;
    padding: 5px;
    position: absolute;
    top: -62px;
    left: -2.5rem;
    font-size: 11px;
    width: 6rem;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}
.custom_tooltip::after {
    position: absolute;
    top: 100%;
    left: 2.5rem;
    content: '';
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000000;
} 
.email_verification_wrapper>label {
    width: 9rem;
}
.email_verification_wrapper .email_verification_input input {
    width: 17rem;
}
.btn-custom {
    background: var(--btn-bg);
    border: var(--btn-bg);
    white-space: nowrap;
    min-width: 8rem;
} 
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none; 
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.lead{
    font-weight: 500 !important;
}
.footer-sociallinks img {
    width: 35px;
}
.errorpage_section {
    height: 73vh;
}
.errorpage_section img {
    max-height: 40vh;
}
.z-2 {
    z-index: 2;
}
.slider_section {
    background: url('../img/hero-bg.jpg') center center / cover no-repeat; 
}
.slider_overloay {
    background:rgba(255, 160, 0, 0.80);
}
.mh-50 {
    max-height: 50px;
}
.mw-800 {
    max-width: 800px;
}
.theme_custom_bg {
    background: #285a6e;
}
.resend_otpdiv {
    margin-left: 9rem;
}
.timer_div {
    padding-left: 9rem;
    margin-top: -1rem;
}
@media (max-width: 767px) {
    .mt-small-top {
        margin-top: .5rem !important;
    }
    .timer_div {
        padding-left: 0rem;
        margin-top: -1rem;
    }
}

.otp-timer-overlay {
    position: absolute; /* <- this is essential */
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.9rem;
    border-radius: 0.25rem;
    z-index: 2;
    pointer-events: none;
}

.input-edit-btn {
    padding-right: 2.0rem;
}

