
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


body, html {
    font-family: 'Lato', sans-serif;
}

.text-gray {
    color: #64748B;
}

.bg-gray {
    background: #64748B;
}

.text-gray-2 {
    color: #f8fafc;
}

.bg-gray-2 {
    background: #f8fafc;
}

.light-browser-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background: #f0f2f5 !important;
    padding: 10px !important;
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
}

.light-browser-footer > img {
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.dark-browser-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background: #101d2d !important;
    padding: 10px !important;
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
}

.dark-browser-footer {
    border: 0.01px solid #101d2d !important;
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important; 
}

.dark-browser-footer > img {
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

@media (min-width: 992px) { 
    .bs-dropdown-min-width-40rem {
        --bs-dropdown-min-width: 40rem;
    }
}


/* loader  */

.loader-wrapper {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    background-color: var(--bs-dark) !important;
    display:flex;
    justify-content: center !important;
    align-items: center !important;
    z-index: 2000 !important;
}


/* Carret dropdown  */

.path {
    stroke: var(--bs-dropdown-border-color);
    stroke-width: 1px;
    stroke-dasharray: 12.6;
    stroke-dashoffset: 4.6;
    stroke-linejoin: round;
}


/*  Timer  */

#timerCountDown div {
    text-align: center;
}

#timerCountDown div span {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
}