/* Aleo Activity draw */

#activityAleoDraw{
    padding: 0 !important;
}

#activityAleoDraw .modal-backdrop.fade {
    background-image: url('/images/lucky_draw/lucky_draw_bag1.png') !important;
    background-size: 100% 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

#activityAleoDraw .modal-dialog {
    width: unset !important;
}

#activityAleoDraw .modal-content {
    background: none !important;
    border: none !important;
    background-image: url('/images/lucky_draw/lucky_draw_bag2.png?v=2') !important;
    background-size: 100% auto !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    max-width: unset;
    width: 661px;
    height: auto;

    position: relative;
}

#activityAleoDraw .modal-content .draw_bag3{
    position: absolute;
    width: 661px;
    height: 641px;
    mix-blend-mode: exclusion;
    background-color: transparent;
}

#activityAleoDraw .popup_modal_header {
    padding: 30px 90px 10px 90px;
    border: none;
    position: relative;
    z-index: 1;
}

#activityAleoDraw .check_whether {
    display: flex;
    justify-content: center;
}

#activityAleoDraw .activity_draw_content {
    display: flex;
    justify-content: center;
    align-items: center;
}

#activityAleoDraw .activity_draw_content .draw_btn_area {
    /* width: 100%; */
    width: 450px;
    position: relative;
    /* top: -21px; */
}

.draw_btn_area .draw_area {
    width: 100%;
}

.draw_btn_area .draw_btn {
    position: absolute;
    width: 32%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent !important;
    border: none !important;
    cursor: pointer;
}

#activityAleoDraw .check_whether .txt a{
    font-family: "Inter Regular";
    font-size: 14px;
    font-weight: normal;
    line-height: 100%;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-variation-settings: "opsz" auto;
    color: #FFDB9E;
}

@media only screen and (max-width: 767px) {

    #activityAleoDraw .modal-content {
        height: auto;
        padding-top: 30px;
    }

    #activityAleoDraw .popup_modal_header{
        padding: 0;
        padding-right: 60px;
        border: none;
        position: absolute;
        width: 100%;
    }

    #activityAleoDraw .activity_draw_content .draw_btn_area {
        width: 70%;
        max-width: 450px;
    }

    #activityAleoDraw .modal-backdrop.fade {
        background-image: url('/images/lucky_draw/lucky_draw_bag1_h5.png') !important;
        background-size: 100% 100% !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        opacity: 0.6 !important;
    }
}

/* Aleo Activity draw */