.rbt-breadcrumb-default {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px 0;
    z-index: 1;
}

.rbt-breadcrumb-default::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #192335ab;
    z-index: -1;
}

.toggle-row {
    margin-bottom: 2rem;
    text-align: center;
}

.toggle-btn {
    display: inline-block;
    padding: 12px 24px;
    margin: 0 8px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    color: #102e6e;
    background: #f5f5f5;
    border: 2px solid #102e6e;
    cursor: pointer;
    transition: all 0.3s ease;
}

.toggle-btn:hover {
    background: #eaeaea;
}

#studentRadio:checked ~ .toggle-row .toggle-btn[for="studentRadio"],
#agentRadio:checked ~ .toggle-row .toggle-btn[for="agentRadio"] {
    background: #102e6e;
    color: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.rbt-contact-form {
    position: relative;
    min-height: 350px;
    overflow: hidden;
}

.student-form,
.agent-form {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    visibility: hidden;
}

#studentRadio:checked ~ .forms-row .student-form {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
    position: relative;
}

#agentRadio:checked ~ .forms-row .agent-form {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
    position: relative;
}

#agentRadio:checked ~ .forms-row .student-form {
    transform: translateX(-50px);
}

#studentRadio:checked ~ .forms-row .agent-form {
    transform: translateX(-50px);
}

@media (max-width: 576px) {
    .toggle-btn {
        display: block;
        margin: 8px auto;
        width: 80%;
    }
}

.rbt-btn.btn-2 {
    background-color: #102e6e;
}

.rbt-btn.btn-3 {
    background-color: #2c3e50;
}

.form-group.password {
    position: relative;
}

.form-group.password .eye, .form-group.password .eye-confirm {
    position: absolute;
    right: 8px;
    justify-content: center;
    text-align: center;
    margin-top: 15px;
    cursor: pointer;
}

#message {
    display: none;
    background: #f7f7f7;
    color: #000;
    position: relative;
    padding: 15px 0px;
    margin-top: 20px;
}

#message p {
    padding: 0 15px;
    font-size: 14px;
    line-height: 10px;
    font-weight: 400;
}

#messageAgent {
    display: none;
    background: #f7f7f7;
    color: #000;
    position: relative;
    padding: 15px 0px;
    margin-top: 20px;
}

#messageAgent p {
    padding: 0 15px;
    font-size: 14px;
    line-height: 10px;
    font-weight: 400;
}

.valid {
    color: green;
}

.valid:before {
    position: relative;
    left: -8px;
    content: "✔";
}

.invalid {
    color: red;
}

.invalid:before {
    position: relative;
    left: -8px;
    content: "✖";
}

.swal2-popup {
    width: 30em !important;
    padding: 1.25em !important;
    font-size: 1.5rem !important;
}

.application h2{
    font-size: 1.2em;
    color: #7e2600;
    font-weight: 600;
}

.info-box {
    display: flex;
    align-items: flex-start;
    background-color: #fff8e5;
    padding: 12px 15px;
    border-radius: 4px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    margin: 20px 0;
}

.info-box.warning {
    background-color: #fff8e5;
    border: 1px solid #f0b43d;
}

.info-box.danger {
    background-color: #ffe5e5;
    border: 1px solid #f03d3d;
}

.info-box.info {
    background-color: #e5f3ff;
    border: 1px solid #3d46f0;
}

.info-box.success {
    background-color: #e6ffe5;
    border: 1px solid rgba(0, 129, 35, 0.4);
}

.info-box.purple {
    background-color: #6812ed;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
}

.info-box.purple .btn.btn-syh {
    border: 1px solid #dedede;
    border-radius: 20px;
}

.info-box.success .btn.btn-syh {
    border: 1px solid #515151;
    border-radius: 20px;
}

.info-icon {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    margin-right: 10px;
    flex-shrink: 0;
}

.info-icon.warning {
    background-color: #f0b43d;
}

.info-icon.danger {
    background-color: #f03d3d;
}

.info-icon.info {
    background-color: #3d61f0;
}

.info-icon.success {
    background-color: #009e25;
}

.info-text {
    flex: 1;
}

.application input[type=text], .application input[type=password], .application input[type=email], .application input[type=number], .application input[type=tel], .application input[type=date], .application input[type=file], .application select {
    height: 33px !important;
    font-size: 1.5rem !important;
}

.application textarea {
    font-size: 0.8em;
}

.application #documentTable .file-name {
    font-size: 0.9em;
    font-weight: 500;
}

.application .application-info a {
    color: #4848ff;
    text-decoration: revert;
}

#documentTable .file-select {
    color: #0d6efd;
}

.swal2-content .card {
    background-color: #f8d7da;
    margin-top: 15px;
}

.swal2-content .card .card-header .error-title {
    font-size: 1em;
}

.swal2-content .card .card-body p.errorMessage {
    background-color: white;
    padding: 10px 0px;
}

.badge {
    padding: 10px;
}

.badge.badge-success {
    background-color: #28a745;
}

.badge.badge-danger {
    background-color: #dc3545;
}

.badge.badge-primary {
    background-color: #007bff;
}

.badge.badge-warning {
    background-color: #edb305;
}

.badge.badge-purple {
    background-color: #6812ed;
}

.application .btn {
    padding: 10px;
}

.application .btn.btn1 {
    padding: 10px;
    background-color: #163372;
    font-size: 0.7em;
}

.application .close-input {
    background-color: #e9ecef;
}

.alert.revision h2 {
    font-size: 1.5em;
}

.application .addStudentbtn {
    background-color: #153271;
    color: #fff;
    border: none;
}

.excel-module-wrapper {
    margin-top: 40px;
}

.excel-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 40px;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
    position: relative;
    overflow: hidden;
}

.excel-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.download-card {
    border-top: 5px solid #1D6F42;
}

.upload-card {
    border-top: 5px solid #003366;
}

.excel-card i {
    font-size: 58px;
    margin-bottom: 20px;
}

.download-card i {
    color: #1D6F42;
}

.upload-card i {
    color: #003366;
}

.excel-card h5 {
    font-weight: 600;
    margin-bottom: 15px;
}

.excel-card p {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 25px;
}

.excel-card input[type="file"] {
    border-radius: 8px;
    padding: 10px;
}

.excel-card .rbt-btn,
.excel-card .btn-primary {
    border-radius: 8px;
    font-weight: 500;
    padding: 10px 20px;
}

.excel-card::after {
    content: "";
    position: absolute;
    right: -40px;
    top: -40px;
    width: 120px;
    height: 120px;
    background: rgba(0, 0, 0, 0.02);
    border-radius: 50%;
}



