/* base style */

html, body {
    background-color: #fff;
}

/* adjust in article ads */
#in-article {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
    display: block !important;
    justify-content: center !important;
}

#mid-article {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
    display: block !important;
    justify-content: center !important;
}

.banner__form-field select {
    width: 100%;
    height: 4.2rem;
    outline: none;
    padding-left: 1rem;
}

.placeholder-option {
    color: #6c757d !important;
}

@media (min-width: 768px) {
    .dynamic-offer-user-input {
        width: 50%;
        min-width: 300px;
    }
}

@media (max-width: 767px) {
    .dynamic-offer-user-input {
        width: 100%;
    }
}


@media (max-width: 1023px) {
    .announcementbar__container {
        z-index: 99999 !important;
        position: unset !important;
        width: 100%;
    }

    .mobile__menu-box {
        position: relative !important;
    } 

    .mobile__menu {
        position: unset !important;
    }

    .mobile__menu-container {
        height: 100% !important;
    }


    header > div > .container {
        display: none;
    }

    header {
        z-index: 999;
    }
    
    body.scrolled .mobile__menu {
        position: fixed !important; 
    }

    body .mobile__menu--active {
        height: 100vh !important; 
        overflow-y: hidden !important;
    }

    body .mobile_menu:not(.mobile__menu--active) {
        height: 0 !important;
    }

    .mobile__bar {
        z-index: 9999;
        cursor: pointer;
    }


    body.scrolled .mobile__menu-box {
        position: fixed !important;
        z-index: 9999;
    } 

    body.scrolled .mobile__menu-box--active.mobile__menu-box {
        position: unset !important;
    }

    body.scrolled .announcementbar__container {
        position: fixed !important;
        z-index: 9999;
    } 

    body.scrolled .mobile__menu--active .mobile__menu-box + .mobile__menu-box {
        width: 100%;
    }

    header {
        z-index: 999999;
        position: relative;
    }

    .mobile__menu-container.active {
        margin-top: 0 !important;
       
    }

    div#modal {
        z-index: 999999;
    }
}   


@media (max-width: 820px) {
    .mobile__menu-box.active {
        margin-top: 0 !important; 
         transition: all ease 300ms;
    }
}

.article-content table {
    border-collapse: collapse;
    width: 100%;
}

.article-content table td {
    border: 1px solid #B9B9B9;
    padding: .4rem;
    color: #000;
    padding: 1rem;
}

.article-content table th {
    border: 1px solid #18191F;
    background-color: #B9B9B9;
    padding: 1rem 0;
    color: #000;

.alert-danger {
    color: rgb(255, 33, 33);
    font-weight: 700;
    font-size: 14px;
}