button, a {
    cursor: pointer;
}
#CKIgJaybPJ {
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    background: rgba(16, 33, 49, 0.80);
    backdrop-filter: blur(3px);
    z-index: 9999;
}

#cMdjmKxnZs {
    width: 100%;
    max-width: 510px;
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 20px 24px -4px rgba(17, 12, 45, 0.08);
}

.GaHNHKFNgK {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.GaHNHKFNgK .eJHLQCXVEB {
    width: 100%;
    height: 1px;
    background: #CDCDCD;
}

.GaHNHKFNgK h2 {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 142.857% */
    margin: 0;
}

.GaHNHKFNgK p, .GaHNHKFNgK a {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 160% */
    margin: 0;
}

.yqiogbYnPV {
    width: 100%;
    display: flex;
    gap: 8px;
}

#dCeinoiIaL, #zMLEidkOQL {
    width: 100%;
    display: flex;
    padding: 8px 0px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: var(--gradient-34, linear-gradient(180deg, #FF4545 0%, #9C0000 100%));
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 171.429% */
    text-transform: uppercase;
    border: none;

}

#zMLEidkOQL {
    background: #ECECEC;
    color: #000;
    border: none;
}


/* Deny Modal */

#HESmBsGkOC {
    display: none;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 10px 10px 0px rgba(17, 12, 45, 0.12);
    max-width: 510px;
}

#HESmBsGkOC h2 {
    color: #B80100;
    text-align: center;
    font-family: Montserrat;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 142.857% */
    margin: 0;
}

#HESmBsGkOC p {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 160% */
    margin: 0;
}

#HESmBsGkOC .eJHLQCXVEB {
    width: 100%;
    height: 1px;
    background: #CDCDCD;
}


@media only screen and (max-width: 600px) {
    #cMdjmKxnZs {
        padding: 16px;
        gap: 16px;
        max-width: 311px;
    }

    .yqiogbYnPV {
        flex-direction: column;
    }

    .GaHNHKFNgK h2 {
        font-size: 17px;
    }

    #HESmBsGkOC {
        padding: 16px;
        max-width: 311px;
    }

    #HESmBsGkOC h2 {
        font-size: 17px;
    }
}

@media only screen and (max-width: 350px) {
    #cMdjmKxnZs, #HESmBsGkOC {
        max-width: 300px;
    }
}