.afikey-bis-wrap {
    margin: 18px 0;
}

.afikey-bis-open,
.afikey-bis-submit {
    cursor: pointer;
}

body.afikey-bis-modal-open {
    overflow: hidden;
}

.afikey-bis-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    direction: rtl;
}

.afikey-bis-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.afikey-bis-dialog {
    position: relative;
    width: min(92vw, 440px);
    margin: 8vh auto 0;
    background: #fff;
    border-radius: 12px;
    padding: 26px 24px 22px;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.25);
    color: #222;
}

.afikey-bis-close {
    position: absolute;
    top: 10px;
    left: 12px;
    border: 0;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.afikey-bis-dialog h3 {
    margin: 0 0 8px;
    font-size: 22px;
}

.afikey-bis-intro {
    margin: 0 0 18px;
}

.afikey-bis-form label {
    display: block;
    margin-bottom: 12px;
}

.afikey-bis-form label span {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.afikey-bis-form input {
    width: 100%;
    box-sizing: border-box;
}

.afikey-bis-message {
    margin-top: 12px;
    font-weight: 600;
}

.afikey-bis-message.is-success {
    color: #157347;
}

.afikey-bis-message.is-error {
    color: #b42318;
}
