﻿<style >
.modal-content {
    border-radius: 8px;
    text-align: center;
}

.success-message {
    margin-bottom: 20px;
}

.icon {
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

    .icon img {
        width: 100%;
        height: auto;
    }

h3 {
    color: #28a745;
    margin-top: 10px;
    font-weight: bold;
}

p {
    margin-top: 5px;
    font-size: 14px;
}

.btn-primary {
    width: 100%;
    padding: 10px;
    background-color: #007bff;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.later-link {
    display: block;
    margin-top: 10px;
    color: #007bff;
    text-decoration: none;
    font-size: 14px;
}

    .later-link:hover {
        text-decoration: underline;
    }

.popup-container {
    display: flex;
    width: 600px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    overflow: hidden;
}

.benefits-panel {
    width: 50%;
    background: linear-gradient(to bottom, #e3f1ff, #ffffff);
    padding: 20px;
}

.login-panel {
    width: 50%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.benefit, .benefit-discount {
    margin-bottom: 15px;
    font-size: 14px;
}

    .benefit img {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }

.input-container {
    display: flex;
    margin: 15px 0;
}

.country-code {
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    border-right: none;
    border-radius: 4px 0 0 4px;
}

#mobile-number {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 0 4px 4px 0;
}

.continue-button {
    background-color: orangered;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    .continue-button:disabled {
        background-color: #ccc;
    }

.terms {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}

.otp-verification-section {
    flex: 1;
    padding: 20px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .otp-verification-section h2 {
        
        margin-top: 40px;
        margin-bottom: 10px;
        color: #333;
    }

    .otp-verification-section p {
        font-size: 14px;
        color: #555;
        margin-bottom: 20px;
    }

.otp-input {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

    .otp-input input {
        width: 40px;
        height: 40px;
        text-align: center;
        font-size: 18px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

.timer {
    font-weight: bold;
}

.resend-options button {
    background-color: #ddd;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    margin-right: 10px;
    cursor: not-allowed;
}

.consent {
    font-size: 12px;
    color: #888;
    text-align: center;
    margin-top: 20px;
}

.terms a {
    color: #007bff;
    text-decoration: none;
}

</style >
