.popup-above {
    font-family: "Montserrat", sans-serif;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    background: #34394D69;
    content: "";
    z-index: 999;
}
.popup-above .popup-div {
    border-radius: 30px;
    padding-top: clamp(20px, 4vw, 75px);
    padding-bottom: clamp(20px, 4vw, 75px);
    padding-left: clamp(20px, 10vw, 75px);
    padding-right: clamp(20px, 10vw, 75px);
    /* width: clamp(300px, 90%, 995px); */
    width: clamp(300px, 90%, 700px);
    background-color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
    position: absolute;
    max-height: 90vh;
    color: #293450;
    overflow: auto;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.condition_pop-up .popup-div::-webkit-scrollbar, .popup-above .popup-div::-webkit-scrollbar{ 
    display: none;  /* Safari and Chrome */
}
.popup-above .popup-div h4 {
    font-size: clamp(20px, 1.6vw, 30px);
    margin-bottom: clamp(20px, 2vw, 36px);
    color: #15D6D0;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.popup-above .popup-div .earn-cash-desc, .popup-above .popup-div .earn-cash-bottom {
    color: #767676;
    font-weight: 500;
    margin: clamp(20px, 2vw, 36px) 0;
    margin-bottom: 20px;
}
.popup-above p{
    font-family: "Montserrat", sans-serif;
    font-size: min(max(14px, 1vw), 18px);
}
.earn-bg {
    width: clamp(200px, 16.1vw, 308px);
}

.popup-above .justify-content-center {
    justify-content: center !important;
}

.popup-above .d-flex {
    display: block !important;
    text-align: center;
}

.popup-above .start-now-btn {
    border-radius: 10px;
    background-color: #ff9031;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: clamp(16px, 1.5vw, 24px);
    padding: 9px 45px !important;
}
.popup-above  .close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9;
    cursor: pointer;
}

@media (min-width: 576px) {
    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}