﻿.wide-spacing {
    letter-spacing: 10px; /* Adjust value as needed */
}

.btn:hover {
    background-color: #0056b3;
    transform: scale(1.02);
}

body {
    margin: 0;
    min-height: 100vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f4f7fb;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

/* Main container */
.container {
    min-height: 500px;
    max-width: 1100px !important;
    margin: 40px auto;
    padding: 60px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.g-recaptcha {
    margin: 0 auto !important;
}

/* Centered logo */
.logo-wrapper {
    text-align: center;
    margin-bottom: 60px;
}

.center-logo {
    height: 70px;
}

#spanMaskedMobileAr {
    direction: ltr !important;
    float: inline-end;
}

/* Dual text layout */
.dual-text {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 40px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.text-block {
    width: 45%;
    font-size: 1.1rem;
    line-height: 1.5;
}

    .text-block h3 {
        color: #1d337c;
    }

.arabic {
    direction: rtl;
    text-align: right;
    border-right: 3px solid #1d337c;
    padding-right: 30px;
}

.english {
    direction: ltr;
    text-align: left;
    border-left: 3px solid #1d337c;
    padding-left: 30px;
}

/* Application input section */
.dual-application {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 40px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.app-block {
    width: 48%;
    display: flex;
    flex-direction: column;
}

    .app-block label {
        font-weight: bold;
        margin-bottom: 8px;
        font-size: 1rem;
    }

    .app-block input {
        padding: 10px;
        font-size: 1rem;
        border: 1px solid #ccc;
        border-radius: 8px;
    }

/* Button + icon */
.track-section {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.status-icon {
    height: 70px;
}

.status-message {
    margin-top: 20px;
    font-size: 1.1rem;
    color: #1d337c;
    text-align: center;
    line-height: 2;
    padding: 20px;
    border-radius: 20px;
    background-color: #f6f6f6;
}

    .status-message:empty {
        display: none;
    }

.otpSection {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

#lblOtp {
    background-color: #f0f6ff;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #c5c5c5;
}

#lblOtpAr {
    background-color: #f0f6ff;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #c5c5c5;
    direction: rtl;
}

.single-input-block {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 400px;
    margin-bottom: 30px;
    align-items: center;
}


    .single-input-block label {
        font-weight: 600;
        font-size: 1rem;
        color: #1d337c;
        margin-bottom: 20px;
        text-align: center;
        margin-top: 15px;
    }

    .single-input-block input {
        padding: 12px 16px;
        font-size: 1rem;
        border: none;
        border-radius: 8px;
        width: 100%;
        background: #f0f6ff;
        box-shadow: inset 0 0 0 1px #ccc, 0 2px 6px rgba(0, 0, 0, 0.05);
        transition: all 0.3s ease;
        color: #333;
        text-align: center;
    }

        .single-input-block input:focus {
            outline: none;
            box-shadow: inset 0 0 0 2px #005baa, 0 0 6px rgba(0, 91, 170, 0.3);
            background: #ffffff;
        }

button#btnContinue {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    background: linear-gradient(135deg, #1d337c, #0073ce);
    color: #fff;
    padding: 12px 28px;
    font-size: 1rem;
    font-weight: bold;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 91, 170, 0.25);
    transition: all 0.3s ease;
    text-align: center;
    white-space: nowrap;
}

button#btnVerify
{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    background: linear-gradient(135deg, #1d337c, #0073ce);
    color: #fff;
    padding: 12px 28px;
    font-size: 1rem;
    font-weight: bold;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 91, 170, 0.25);
    transition: all 0.3s ease;
    text-align: center;
    white-space: nowrap;
}

button#btnContinue:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0, 91, 170, 0.35);
}

button#btnContinue:active {
    transform: scale(0.98);
    box-shadow: 0 6px 15px rgba(0, 91, 170, 0.25);
}

.btn-icon {
    width: 40px;
    height: 20px;
    filter: brightness(0) invert(1);
    margin: 0 5px;
}
@media (max-width: 600px) {
    .text-block {
        width: 100% !important;
    }
    .topnav-centered .f-16, .topnav-centered i {
        display: none !important;
    }
    .ti-more {
        display: none !important;
    }
}
.nav-right {
    display: none !important;
}
#statusResult {
    font-size: 1rem;
    background-color: #f0f6ff;
    color: #155724;
    border: 1px solid #c3e6cb;
    padding: 15px;
    border-radius: 6px;


    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 800px;
    margin-bottom: 30px;
    align-items: stretch;
    justify-content: end;
}

#changeProgramDegreeeSection,
#changeCampusSection {
    background-color: #f0f6ff;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #c5c5c5;
    margin-top: 10px
}

#changeCampusSection label,
#changeProgramDegreeeSection label {
        font-weight: 400;
        font-size: 1rem;
        color: #1d337c;
        margin-bottom: 5px;
        margin-top: 5px;
    }

.status-message {
    margin-top: 20px;
    font-size: 1.1rem;
    color: #1d337c;
    text-align: center;
    line-height: 2;
    padding: 20px;
    border-radius: 20px;
    background-color: #f6f6f6;
}

.changeheadingDiv {
    display: flex;
    justify-content: center;
}

.changeheadingDiv label {
        font-weight: 600;
        font-size: 1rem;
        color: #1d337c;
        margin-bottom: 20px;
        text-align: center;
        margin-top: 15px;
    }
.labelBaseStyle {
    font-weight: 600;
    font-size: 1rem;
    color: #1d337c;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 15px;
}

button#btnSubmit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    background: linear-gradient(135deg, #1d337c, #0073ce);
    color: #fff;
    padding: 12px 28px;
    font-size: 1rem;
    font-weight: bold;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 91, 170, 0.25);
    transition: all 0.3s ease;
    text-align: center;
    white-space: nowrap;
    margin-right: 100px;
    margin-left: 100px;
    margin-top: 20px;
}

.radio-option {
    display: flex;
    align-items: center; /* vertical center */
    gap: 8px; /* space between radio and label text */
    margin-bottom: 8px; /* space between rows */
}

.radio-option input[type="radio"] {
    margin: 0; /* remove default extra spacing */
}


