@font-face {
    font-family: 'Vodafone-Bold';
    src: url('fontawesome/fonts/Vodacom-Fonts/EOT/Vodafone_Bd_W.eot');
    src: url('fontawesome/fonts/Vodacom-Fonts/EOT/Vodafone_Bd_W.eot?#iefix') format('embedded-opentype'),
         url('fontawesome/fonts/Vodacom-Fonts/WOFF2/Vodafone_Bd_W.woff2') format('woff2'),
         url('fontawesome/fonts/Vodacom-Fonts/WOFF/Vodafone_Bd_W.woff') format('woff'),
         url('fontawesome/fonts/Vodacom-Fonts/Vodafone_Bd.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
  
@font-face {
    font-family: 'Vodafone-Light';
    src: url('fontawesome/fonts/Vodacom-Fonts/EOT/Vodafone_Lt_W.eot');
    src: url('fontawesome/fonts/Vodacom-Fonts/EOT/Vodafone_Lt_W.eot?#iefix') format('embedded-opentype'),
         url('fontawesome/fonts/Vodacom-Fonts/WOFF2/Vodafone_Lt_W.woff2') format('woff2'),
         url('fontawesome/fonts/Vodacom-Fonts/WOFF/Vodafone_Lt_W.woff') format('woff'),
         url('fontawesome/fonts/Vodacom-Fonts/Vodafone_Lt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
  
@font-face {
    font-family: 'Vodafone-Regular';
    src: url('fontawesome/fonts/Vodacom-Fonts/EOT/Vodafone_Rg_W.eot');
    src: url('fontawesome/fonts/Vodacom-Fonts/EOT/Vodafone_Rg_W.eot?#iefix') format('embedded-opentype'),
         url('fontawesome/fonts/Vodacom-Fonts/WOFF2/Vodafone_Rg_W.woff2') format('woff2'),
         url('fontawesome/fonts/Vodacom-Fonts/WOFF/Vodafone_Rg_W.woff') format('woff'),
         url('fontawesome/fonts/Vodacom-Fonts/Vodafone_Rg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* General styling for the login page */
.login-page {
    display: flex;
    height: 100vh;
    font-family: Vodafone-Bold;
    background-image: url(https://d2zh3enjr7ew8.cloudfront.net/wp-content/uploads/2025/04/vr-login-bg1-min.jpg);
    background-position: center;
    background-size: cover;
    align-items: center;
}

/* Styling for bg image */
.login-bg1 img {
    width: 100%;
}
body {
    margin: 0;
}

.swal2-popia-popupm.swal2-terms-popup{
    font-family:'Vodafone-Regular',Arial,sans-serif !important;
    font-size: 14px;
    text-align: left;
}

/* Right login container */
.login-container2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    width: 30vh;
    height: 50vh;
    margin: auto;
    border-radius: 10px;
}

/* Logo styling */
.login-logo img {
    max-width: 200px !important;
    margin-bottom: 40px;
}

/* Form styling */
.login-form {
    width: 100%;
    max-width: 300px;
}

.login-form label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}

.logininput {
    width: 100%;
    margin-bottom: 15px;
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0px !important;
    font-size: 14px;
}

/* Forgot Password link styling */
.forgot-password {
    text-align: right;
    margin-bottom: 10px;
}

.forgot-password a {
    color: #0073aa;
    text-decoration: none;
    font-size: 14px;
}

.forgot-password a:hover {
    text-decoration: underline;
}

/* Button styling */
.login-button {
    width: 100%;
    padding: 10px;
    color: #ffffff;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    height: 45px;
}

.resend-otp-button {
    width: 100%;
    padding: 10px;
    background-color: #ffffff;
    color: #e60000;
    border: 1px solid #e60000;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 10px;
    height: 45px;
}

.login-button:hover {
    background-color: #cc0000;
}

button#btnResendOtp:hover {
    color: #ffffff
}

/* Footer styling */
.login-footer {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #666;
    font-family: Vodafone-Regular;
}
.login-footer a {
    color: #e60000;
    text-decoration: none;
}

.otp-inputs {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.otp-box {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    border: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #ccc !important;
    margin-bottom: 10px
}

/* Countdown timer styling */
.otp-timer {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin-top: 10px;
}

body.page-template-login .site-header,
body.page-template-login .site-footer {
    display: none;
}

.my-custom-popup {
    background-color: #f0f0f0;
    width: 40%;
    height: 50%;
    border-radius: 20px;
}

.my-custom-close-button {
    background-color: none;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin: 10px 10px 0px 0px;
}

.my-custom-close-button:focus {
    outline: none;
    background: none;
    border: none;
}

.my-custom-confirm-button {
    width: 100px;
    height: 30px;
    background: #e60000;
    color: #fff;
    font-size: 14px;
    font-family: Vodafone-Bold;
}

input#forgot-password-id {
    width: 300px;
}

h2#swal2-title {
    padding: 0;
}

.join-program-logo img {
    max-width: 200px;
    margin-bottom: 20px;
}
.join-program-box h1 {
    color: #e60000;
    font-size: 24px;
    margin-bottom: 20px;
}
.join-program-box p {
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
}
.checkbox-group {
    text-align: left;
    margin-bottom: 20px;
}
.checkbox-group label {
    font-size: 14px;
    color: #333;
    display: block;
    margin-bottom: 10px;
}
.join-program-button {
    background-color: #e60000;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}
.join-program-button:hover {
    background-color: #cc0000;
}
.join-program-footer {
    margin-top: 20px;
    font-size: 12px;
    color: #666;
}

/* General styling for the join-program page */
.join-program-page {
    display: flex;
    justify-content: center;
    background-color: #f9f9f9;
    height: 100vh;
    background-image: url(https://d2zh3enjr7ew8.cloudfront.net/wp-content/uploads/2025/04/vr-login-bg1-min.jpg);
    background-position: center;
    background-size: cover;
    align-items: center;
}

/* Styling for the join-program container */
.join-program-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    width: 30vh;
    height: 45vh;
    margin: auto;
    border-radius: 10px;
    text-align: center;
    max-width: 400px;
    font-family: 'Vodafone-Regular', Arial, sans-serif !important;
}

/* Logo styling */
.join-program-logo img {
    max-width: 200px;
    margin-bottom: 20px;
}

/* Header and paragraph styling */
.join-program-box h1 {
    color: #e60000;
    font-size: 24px;
    margin-bottom: 20px;
}

.join-program-box p {
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
}

/* Checkbox group styling */
.checkbox-group {
    text-align: left;
    margin-bottom: 20px;
}

.checkbox-group label {
    font-size: 14px;
    color: #333;
    display: block;
    margin-bottom: 10px;
}

/* Button styling */
.join-program-button {
    width: 100%;
    padding: 10px;
    background-color: #e60000;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
}

.join-program-button:hover {
    background-color: #cc0000;
}

.swal2-vodapay-popup {
    font-family: 'Vodafone-Bold', Arial, sans-serif !important;
    font: 'Vodafone-Bold' !important;
    font-size: 16px !important;
    background: #4A4D4E !important;
    color: white !important;
    border-radius: 20px !important;
}

.swal2-vodapay-text {
    font-family: 'Vodafone-Bold' !important;
    font-size: 28px !important;
}

/* Footer styling */
.join-program-footer {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.join-program-footer a {
    color: #e60000;
    text-decoration: none;
}

/* Style buttons to look like links */
.link-button {
    background: none;
    border: none;
    color: #007bff; /* Link color */
    text-decoration: underline;
    cursor: pointer;
    font-size: inherit;
    padding: 0;
}

.link-button:hover {
    color: #0056b3; /* Darker link color on hover */
    text-decoration: none;
}

h2#swal2-title {
    margin-top: 20px;
}

button.swal2-confirm.swal2-styled {
    width: 100px;
    height: 30px;
    background: #cc0000 !important;
}

body.swal2-shown {
    overflow-y: auto !important; /* Keep the scrollbar visible */
    padding-right: 0 !important; /* Prevent extra padding caused by scrollbar removal */
}

.swal2-popup.swal2-modal.swal2-show {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

/* Custom styling for the POPIA SweetAlert popup */
.swal2-popia-popup, .swal2-terms-popup {
    font-family: 'Vodafone-Regular', Arial, sans-serif !important;
    font-size: 14px;
    text-align: left;
}

/* Styling for OTP popup */
.swal2-otp-popup {
    font-family: 'Vodafone-Regular', Arial, sans-serif !important;
    font-size: 14px;
    text-align: left;
}

/* Styling for Change Password popup */
.swal2-change-password-popup {
    font-family: 'Vodafone-Regular', Arial, sans-serif !important;
    font-size: 14px;
    text-align: left;
}

/* Styling for SweetAlert confirm button hover effect */
button.swal2-confirm.swal2-styled:hover {
    border: 1px solid #E60000 !important; /* Add a red border */
    background-color: white !important;   /* Change background to white */
    color: #E60000 !important;           /* Change text color to red */
}

.swal2-optin-popup{
    font-family: 'Vodafone-Regular', Arial, sans-serif !important;
    font-size: 14px;
}

.button.swal2-confirm.swal2-styled {
    background-color: #cc0000 !important;

}


/* Mobile styling */
@media (max-width: 768px) {
    .join-program-page {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .join-program-container {
        margin: 0;
        width: 90%;
        height: auto;
    }
}

/* Mobile styling for the login page */
@media (max-width: 768px) {
    .login-page {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px;
        background-size: cover;
    }

    .login-container2 {
        width: 90%; /* Adjust width for smaller screens */
        height: auto; /* Allow height to adjust dynamically */
        padding: 20px; /* Add padding for better spacing */
        box-shadow: none; /* Remove shadow for a cleaner look */
    }

    .login-logo img {
        max-width: 150px; /* Reduce logo size */
        margin-bottom: 20px;
    }

    .login-form {
        max-width: 100%; /* Allow form to take full width */
    }

    .logininput {
        font-size: 14px; /* Adjust font size for inputs */
        padding: 10px; /* Add padding for better touch experience */
    }

    .login-button {
        font-size: 14px; /* Adjust button font size */
        padding: 10px; /* Add padding for better touch experience */
    }

    .resend-otp-button {
        font-size: 14px; /* Adjust button font size */
        padding: 10px;
    }

    .otp-inputs {
        gap: 5px; /* Reduce gap between OTP boxes */
    }

    .otp-box {
        width: 35px; /* Adjust width of OTP boxes */
        height: 35px; /* Adjust height of OTP boxes */
        font-size: 16px; /* Adjust font size */
    }

    .login-footer {
        font-size: 12px; /* Adjust footer font size */
        margin-top: 10px;
    }

    .login-footer a {
        font-size: 12px; /* Adjust footer link font size */
    }
}

/* Adjust layout for larger screens */
@media (max-height: 900px ) and (min-width: 769px) {
    .login-container2 {
        width: 40%;
        height: 95vh;
    }

    .login-logo img {
        max-width: 250px; /* Increase logo size */
        margin-bottom: 30px;
    }

    .login-form {
        max-width: 80%; /* Allow form to take more space */
    }

    .login-footer {
        font-size: 14px; /* Adjust footer font size */
        margin-top: 20px;
    }
}

@media (min-width: 1000px ) and (max-height: 800px) {     
    .login-page {
        display: flex;
        height: 100vh;
        align-items: center;
    }

    .login-container2 {
        width: 70vh;
        height: 90vh;
    }

    .login-logo img {
        max-width: 200px !important;
        margin-bottom: 40px;
    }

    .login-form {
        width: 100%;
        max-width: 300px;
    }

    .logininput {
        width: 100%;
        margin-bottom: 15px;
        border: none !important;
        border-bottom: 1px solid #ccc !important;
        border-radius: 0px !important;
        font-size: 14px;
    }

    .login-button {
        padding: 10px; /* Add padding for better touch experience */
    }

    .resend-otp-button {
        font-size: 14px; /* Adjust button font size */
        padding: 10px;
    }

    .otp-inputs {
        display: flex;
        justify-content: space-between;
        gap: 10px; /* Reduce gap between OTP boxes */
    }

    .otp-box {
        width: 35px; /* Adjust width of OTP boxes */
        height: 35px; /* Adjust height of OTP boxes */
        font-size: 16px; /* Adjust font size */
    }

    .login-footer {
        font-size: 14px; /* Adjust footer font size */
        margin-top: 20px;
    }

}

@media (min-width: 1000px ) and (min-height: 1100px) {     
    .login-page {
        display: flex;
        height: 100vh;
        align-items: center;
    }

    .login-logo img {
        max-width: 200px !important;
        margin-bottom: 40px;
    }

    .login-form {
        width: 100%;
        max-width: 300px;
    }

    .logininput {
        width: 100%;
        margin-bottom: 15px;
        border: none !important;
        border-bottom: 1px solid #ccc !important;
        border-radius: 0px !important;
        font-size: 14px;
    }

    .resend-otp-button {
        font-size: 14px; /* Adjust button font size */
        padding: 10px;
    }

    .otp-inputs {
        display: flex;
        justify-content: space-between;
        gap: 10px; /* Reduce gap between OTP boxes */
    }

    .otp-box {
        width: 35px; /* Adjust width of OTP boxes */
        height: 35px; /* Adjust height of OTP boxes */
        font-size: 16px; /* Adjust font size */
    }

    .login-footer {
        font-size: 14px; /* Adjust footer font size */
        margin-top: 20px;
    }

}