.alif-eligibility-widget {
    display: flex;
    align-items: center;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid  #bbbaba;
    border-radius: 2px;
}

.alif-eligibility-widget img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.alif-eligibility-widget span {
    font-size: 14px;
    color: #333;
}

#alif-checkout-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#alif-checkout-iframe-container {
    position: relative;
    width: 90%;
    max-width: 600px;
    height: 80%;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
}

#alif-checkout-iframe {
    width: 100%;
    height: 100%;
    border: none;
}





#close-alif-iframe {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}
/* General modal styling */
#alif-info-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.alif-modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 400px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.alif-modal-content img {
    width: 50px;
    margin-bottom: 0px;
}

.alif-modal-content h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.alif-modal-content p {
    font-size: 16px;
    margin-bottom: 20px;
}

.alif-modal-content button {
    background-color: #0073aa;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

.alif-modal-content p small {
    font-size: 12px;
    color: #999;
}



