#wpadminbar {
        display: none;
    }


    /* The Modal (background) */
    .modal {
        transition: 1.5s;
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 99999999; /* Sit on top */
        padding-top: 0px; /* Location of the box */
        left: 0;
        bottom: 0;
        width: 100%; /* Full width */
        height: 100%;
        overflow: auto; /* Enable scroll if needed */
        background-color: #00000079; /* Fallback color */
        background-color: rgb(0, 0, 0, 30%); /* Black w/ opacity */
        text-align: center;
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.7s;
        animation-name: revilme;
        animation-duration: 0.7s;
        justify-content: center;
        align-items: flex-end;
    }

    /* Modal Content */
    .modal-content {
        position: relative;
        width: 100%;
        background-color: rgb(255, 255, 255, 1);
        box-shadow: 0px 2px 20px 0px grey;
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.7s;
        animation-name: animatetop;
        animation-duration: 0.7s;
    }

    .alertme_email.boxed h2.alertme_heading, .alertme_conatainer {
        text-align: center;
    }

    /* Add Animation */
    @-webkit-keyframes animatetop {
        from {
            bottom: -300px;
            opacity: 0
        }
        to {
            bottom: 0;
            opacity: 1
        }
    }

    @keyframes animatetop {
        from {
            bottom: -300px;
            opacity: 0
        }
        to {
            bottom: 0;
            opacity: 1
        }
    }
    @-webkit-keyframes animateOut {
        from {
            bottom: 0px;
            opacity: 1
        }
        to {
            bottom: -300px;
            opacity: 0
        }
    }

    @keyframes animateOut {
        from {
            bottom: 0px;
            opacity: 1
        }
        to {
            bottom: -300px;
            opacity: 0
        }
    }
    @-webkit-keyframes revilme {
        from {
            opacity: 0
        }
        to {
            opacity: 1
        }
    }

    @keyframes revilme {
        from {
            opacity: 0
        }
        to {
            opacity: 1
        }
    }

    /* The Close Button */
    .close {
        color: black;
        right: 10px;
        font-size: 28px;
        font-weight: bold;
        position: absolute;
    }

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

    .modal-header {
        padding: 2px 16px;
        color: black;
    }

    .modal-body {
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    a#signForDealUpdate {
        padding: 6px 10px;
        float: right;
        background: black;
        color: white;
        border-radius: 5px;
        font-weight: 600;
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .telegramBtnContainer, .whatsappBtnContainer, .newsBtnContainer {
        overflow: hidden;
    }

    a.telegramButton, a.whatsappButton, a.newsButton {
        display: flex;
        background: #37b6e3;
        color: #fff;
        font-weight: 500;
        padding: 6px 10px;
        border-radius: 5px;
        box-shadow: 1px 3px 10px #79797966;
        justify-content: center;
        position: relative;
    }

    .whatsappBtnContainer a.whatsappButton {
        background: #25d366;

    }

    .newsBtnContainer a.newsButton {
        background: orange;
    }

    .newsBtnContainer {
        flex-direction: column;
        margin-top: 4px;
    }

    a.newsButton::before, a.telegramButton::before, a.whatsappButton::before {
        -webkit-animation: shine 3s ease-in-out infinite;
        animation: shine 3s ease-in-out infinite;
        content: "";
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        --shine-degree: 120deg;
        --shine-color: rgba(255, 255, 255, 0.4);
        background: linear-gradient(
                var(--shine-degree),
                transparent,
                var(--shine-color),
                transparent
        );
    }

    @-webkit-keyframes shine {
        0% {
            left: -100%;
            transition-property: left;
        }
        11.5044247788%, 100% {
            left: 100%;
            transition-property: left;
        }
    }

    @keyframes shine {
        0% {
            left: -100%;
            transition-property: left;
        }
        11.5044247788%, 100% {
            left: 100%;
            transition-property: left;
        }
    }
    img.updates {
        width: 15px;
        margin-right: 5px;
    }

    .popupBtnContainer {
        width: 100%;
        display: flex;
        margin-bottom: 10px;
    }

    @media (min-width: 768px) {
        a#signForDealUpdate {
            width: 50%;
        }


        .telegramBtnContainer, .whatsappBtnContainer, .newsBtnContainer {
            width: 49.6%;
            display: inline-flex;
        }

        .telegramBtnContainer a, .whatsappBtnContainer a {
            width: 100%;
        }
    }
    @media (max-width: 767px) {
        .whatsappBtnContainer a.whatsappButton {
            background: #25d366;
            margin-bottom: 10px;
        }
			        .newsBtnContainer {
            margin-top: 10px;
        }

    }

    /* Modal Content */
    .modal-content {
        position: relative;
        width: 100%;
        background-color: rgb(255, 255, 255, 1);
        box-shadow: 0px 2px 20px 0px grey;
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.7s;
        animation-name: animatetop;
        animation-duration: 0.7s;
    }

    div.alertme_conatainer {
        padding: 0;
        text-align: center;
    }

    div.alertme_email.boxed {
        border: none;
    }

    h2.alertme_heading {
        display: none;
    }

    /*PRODUCT BTN*/
    a.re_track_btn.btn_offer_block {
        width: 100%;
    }

    div.rehub_offer_coupon {
        margin-bottom: 10px;
        margin-top: 5px;
    }

    /**/
    @media (min-width: 768px) {
        /*PRODUCT BTN*/
        a.re_track_btn.btn_offer_block {
            width: 50%;
        }

        /**/
        div.modal-content div.contain {
            flex-direction: row;
            margin-bottom: 20px;
        }

        div#modalbodyid span.or:before, div#modalbodyid span.or:after {
            width: 2px;
            height: 60px;
            bottom: 45px;
            position: absolute;
        }

        div#modalbodyid span.or:after {
            top: 45px
        }

        div#modalbodyid div span.or {
            width: 30px;
            align-items: center;
            justify-content: center;
            height: 30px;
            display: flex;
            flex-direction: column;
            margin: 0 20px;
            padding: 20px;
            font-size: 25px;
            border: 1px solid black;
            border-radius: 50%;
            align-content: center;
            flex-wrap: wrap;
            line-height: 1.5;
        }
    }
    .modal-content div.contain {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        max-width: 800px;
        font-size: 16px;
    }

    div#modalbodyid .contain > div h4 {
        margin: 0;
    }

    .contain > div {
        display: flex;
        flex-direction: column;
        flex: 100%;
        width: 100%;
        height: 165px;
    }

    a.telegramUpdates:after {
        content: url(https://buywithus.org/wp-content/uploads/2022/03/telegram-white.svg);
        width: 20px;
        height: 20px;
        margin-right: 5px;
        display: inline-block;
    }

    div#modalbodyid div.alertme_email {
        padding: 5px !important;
        margin-bottom: 10px !important;
        margin-top: 5px !important;
        max-width: 330px;
    }

    div.alertme_right, div.alertme_left {
        width: 100%;
        padding: 0 10px;
    }

    div button.alertme_button {
        height: 40px;
        border-radius: 5px;
    }

    .alertme_input {
        max-height: 45px;
    }

    .alertme_left img {
        width: 25px;
        top: 7px;
    }

    a.telegramUpdates {
        position: relative;
        background: #2481cc;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        padding: 10px;
        transition: .5s ease;
        border-radius: 5px;
        margin: 10px 0;
        max-width: 330px;
        width: 100%;
    }

    div#modalbodyid span.or {
        font-size: 20px;
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
        column-gap: 10px;
        margin: 20px 0;
    }

    div#modalbodyid span.last {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    #modalbodyid span.or:before, #modalbodyid span.or:after {
        content: '';
        background: black;
        width: 100%;
        height: 2px;
    }

.custom-coupon-box a:hover {
    background: #8ae88a33;
    transform: translateY(-5px);
    box-shadow: 2px 2px 6px #00000021;
}
.custom-coupon-box a {
    width: 100%;
    max-width: 400px;
    border-bottom: 1px solid #f3eded;
    display: flex
;
    margin: 0 auto;
    transition: 0.5s 
ease;
}
.custom-coupon-box .rehub_offer_coupon .coupon-custom-text {
    color: #000;
    margin: 5px 0;
}
.custom-coupon-box .rehub_offer_coupon .coupon-fixed-text {
    font-size: 10px;
    color: #4f4f4f;
    line-height: 1;
}
.custom-coupon-box .rehub_offer_coupon .coupon_text {
display: block;
    border: 2px dashed green;
    color: green;
    width: fit-content;
    margin: 0 auto;
    padding: 5px 8px;
    min-width: 100px;
    font-size: 16px;
    font-weight: 500;
}
.custom-coupon-box .rehub_offer_coupon {
    border: none;
    background: none;
    display: flex
;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
}