/* _content/admission.aiuportal.com/Components/Account/Pages/Login.razor.rz.scp.css */
body[b-58ljwf4186] {
    background: linear-gradient(135deg, #1a237e 0%, #8B0000 100%);
    min-height: 100vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.registration-container[b-58ljwf4186] {
    min-height: 81vh;
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.registration-card[b-58ljwf4186] {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
}

.card-header[b-58ljwf4186] {
    background: linear-gradient(135deg, #1a237e 0%, #8B0000 100%);
    /*background-color: rgba(3, 0, 82);*/
    color: white;
    text-align: center;
    padding: 2rem;
    border: none;
}

    .card-header h2[b-58ljwf4186] {
        margin: 0;
        font-weight: 600;
        font-size: 2rem;
    }

    .card-header p[b-58ljwf4186] {
        margin: 0.5rem 0 0 0;
        opacity: 0.9;
    }

.card-body[b-58ljwf4186] {
    padding: 2.5rem;
}

.form-floating[b-58ljwf4186] {
    margin-bottom: 1.5rem;
}

    .form-floating label[b-58ljwf4186] {
        font-size: 1rem;
        color: #6c757d;
    }

    .form-floating input[b-58ljwf4186],
    .form-floating select[b-58ljwf4186] {
        height: 3.5rem;
    }

    .form-floating textarea[b-58ljwf4186] {
        height: auto;
    }

.form-control[b-58ljwf4186] {
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 1rem 0.75rem;
    font-size: 1rem;
    transition: all 0.3s ease;
}

    .form-control:focus[b-58ljwf4186] {
        border-color: #1a237e;
        box-shadow: 0 0 0 0.2rem rgba(26, 35, 126, 0.25);
    }

.form-select[b-58ljwf4186] {
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 1rem 0.75rem;
    font-size: 1rem;
    transition: all 0.3s ease;
}

    .form-select:focus[b-58ljwf4186] {
        border-color: #1a237e;
        box-shadow: 0 0 0 0.2rem rgba(26, 35, 126, 0.25);
    }

.form-check-input[b-58ljwf4186] {
    border: 2px solid #dee2e6;
    border-radius: 6px;
}

    .form-check-input:checked[b-58ljwf4186] {
        background-color: #1a237e;
        border-color: #1a237e;
    }

.btn-register[b-58ljwf4186] {
    background: linear-gradient(350deg, #1a237e 0%, #8B0000 100%);
    /*background-color: darkred;*/
    border: none;
    border-radius: 12px;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    width: 100%;
}

    .btn-register:hover[b-58ljwf4186] {
        transform: translateY(-2px);
        box-shadow: 0 10px 20px rgba(26, 35, 126, 0.3);
    }

.login-link[b-58ljwf4186] {
    text-align: center;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #e9ecef;
}

    .login-link a[b-58ljwf4186] {
        color: #1a237e;
        text-decoration: none;
        font-weight: 600;
        transition: color 0.3s ease;
    }

        .login-link a:hover[b-58ljwf4186] {
            color: #8B0000;
        }

.input-group-text[b-58ljwf4186] {
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-right: none;
    border-radius: 12px 0 0 12px;
}

.input-group .form-control[b-58ljwf4186] {
    border-left: none;
    border-radius: 0 12px 12px 0;
}

.input-group:focus-within .input-group-text[b-58ljwf4186] {
    border-color: #1a237e;
}

.invalid-feedback[b-58ljwf4186] {
    display: block;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

@media (max-width: 768px) {
    .card-body[b-58ljwf4186] {
        padding: 1.5rem;
    }

    .card-header[b-58ljwf4186] {
        padding: 1.5rem;
    }

        .card-header h2[b-58ljwf4186] {
            font-size: 1.5rem;
        }
}
/* _content/admission.aiuportal.com/Components/AdminViews/ApplicantAccessManager.razor.rz.scp.css */
.card[b-3ex5neh5l8] {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border: none;
    border-radius: 8px;
}

.card-header[b-3ex5neh5l8] {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    border-radius: 8px 8px 0 0 !important;
}

.btn-group-vertical .btn[b-3ex5neh5l8] {
    margin-bottom: 2px;
}

    .btn-group-vertical .btn:last-child[b-3ex5neh5l8] {
        margin-bottom: 0;
    }

.badge[b-3ex5neh5l8] {
    font-size: 0.8em;
}

.modal.show[b-3ex5neh5l8] {
    display: block !important;
}

.alert-dismissible .btn-close[b-3ex5neh5l8] {
    background: none;
    border: none;
    color: inherit;
    opacity: 0.5;
}

    .alert-dismissible .btn-close:hover[b-3ex5neh5l8] {
        opacity: 1;
    }
.card[b-3ex5neh5l8] {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border: none;
    border-radius: 8px;
}

.card-header[b-3ex5neh5l8] {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    border-radius: 8px 8px 0 0 !important;
}

.btn-group-vertical .btn[b-3ex5neh5l8] {
    margin-bottom: 2px;
}

    .btn-group-vertical .btn:last-child[b-3ex5neh5l8] {
        margin-bottom: 0;
    }

.badge[b-3ex5neh5l8] {
    font-size: 0.8em;
}

.modal.show[b-3ex5neh5l8] {
    display: block !important;
}

.alert-dismissible .btn-close[b-3ex5neh5l8] {
    background: none;
    border: none;
    color: inherit;
    opacity: 0.5;
}

    .alert-dismissible .btn-close:hover[b-3ex5neh5l8] {
        opacity: 1;
    }

.table td[b-3ex5neh5l8] {
    vertical-align: middle;
}

.spinner-border-sm[b-3ex5neh5l8] {
    width: 1rem;
    height: 1rem;
}

.form-group[b-3ex5neh5l8] {
    margin-bottom: 1rem;
}

.text-muted[b-3ex5neh5l8] {
    color: #6c757d !important;
}

.table-responsive[b-3ex5neh5l8] {
    border-radius: 0.5rem;
}

.table-hover tbody tr:hover[b-3ex5neh5l8] {
    background-color: rgba(0, 0, 0, 0.075);
}
/* _content/admission.aiuportal.com/Components/AdminViews/UsersAndRoles/ManageRoles.razor.rz.scp.css */
/* Styling for ManageRoles.razor */
.role-management-container[b-72mdqszn4g] {
    margin: 20px 0;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.role-label[b-72mdqszn4g] {
    font-weight: bold;
    margin-right: 10px;
}

.role-input[b-72mdqszn4g] {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 200px;
    margin-right: 10px;
}

.role-button[b-72mdqszn4g] {
    padding: 8px 12px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.role-button:hover[b-72mdqszn4g] {
    background-color: #0056b3;
}

.role-list[b-72mdqszn4g] {
    list-style-type: none;
    padding: 0;
}

.role-item[b-72mdqszn4g] {
    margin: 5px 0;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.role-delete-button[b-72mdqszn4g] {
    padding: 5px 10px;
    background-color: #dc3545;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.role-delete-button:hover[b-72mdqszn4g] {
    background-color: #a71d2a;
}
/* _content/admission.aiuportal.com/Components/AdminViews/UsersAndRoles/ManageUserRoles.razor.rz.scp.css */
.two-column-list[b-xdj3kl1gu3] {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between; /* Justify items */
	list-style-type: none; /* Remove default bullets */
	padding: 0;
}

	.two-column-list li[b-xdj3kl1gu3] {
		width: 48%; /* Each item takes about half the width */
		text-align: justify; /* Justify the text */
	}
/* _content/admission.aiuportal.com/Components/AdmissionViews/AcademicStructure/ManageAcademicStructure.razor.rz.scp.css */
/* Main Container */
.fields-management-container[b-5bici02jre] {
	padding: 20px;
	max-width: 1200px;
	margin: 0 auto;
}

/* Field Cards */
.field-card[b-5bici02jre] {
	margin-bottom: 15px;
	border: 1px solid #dee2e6;
	border-radius: 0.25rem;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.field-header[b-5bici02jre] {
	background-color: #f8f9fa;
	padding: 1rem 1.25rem;
	border-bottom: 1px solid #dee2e6;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.field-title[b-5bici02jre] {
	margin: 0;
	display: flex;
	align-items: center;
}

.field-badge[b-5bici02jre] {
	font-size: 0.8rem;
	margin-left: 10px;
}

/* Buttons */
.btn-field-action[b-5bici02jre] {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
	margin-left: 0.5rem;
}

/* Programs Section */
.programs-section[b-5bici02jre] {
	padding: 1rem;
	background-color: #fff;
}

.programs-table[b-5bici02jre] {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
	border-collapse: collapse;
}

	.programs-table th[b-5bici02jre] {
		background-color: #f8f9fa;
		vertical-align: bottom;
		border-bottom: 2px solid #dee2e6;
		padding: 0.75rem;
		text-align: left;
	}

	.programs-table td[b-5bici02jre] {
		padding: 0.75rem;
		vertical-align: top;
		border-top: 1px solid #dee2e6;
	}

	.programs-table tr:hover[b-5bici02jre] {
		background-color: rgba(0, 0, 0, 0.075);
	}

/* Form Elements */
.edit-form-container[b-5bici02jre] {
	background-color: #f8f9fa;
	padding: 1rem;
	border-radius: 0.25rem;
	margin-bottom: 1rem;
}

.form-row[b-5bici02jre] {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.form-group[b-5bici02jre] {
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 1rem;
}

.form-label[b-5bici02jre] {
	display: inline-block;
	margin-bottom: 0.5rem;
}

.form-control[b-5bici02jre] {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control-sm[b-5bici02jre] {
	height: calc(1.5em + 0.5rem + 2px);
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.2rem;
}

.form-check[b-5bici02jre] {
	position: relative;
	display: block;
	padding-left: 1.25rem;
}

.form-check-input[b-5bici02jre] {
	position: absolute;
	margin-top: 0.3rem;
	margin-left: -1.25rem;
}

.form-check-label[b-5bici02jre] {
	margin-bottom: 0;
}

/* Badges */
.badge[b-5bici02jre] {
	display: inline-block;
	padding: 0.25em 0.4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
}

.badge-success[b-5bici02jre] {
	color: #fff;
	background-color: #28a745;
}

.badge-secondary[b-5bici02jre] {
	color: #fff;
	background-color: #6c757d;
}

/* Utility Classes */
.text-right[b-5bici02jre] {
	text-align: right;
}

.mr-2[b-5bici02jre] {
	margin-right: 0.5rem;
}

.mb-3[b-5bici02jre] {
	margin-bottom: 1rem;
}

.mb-4[b-5bici02jre] {
	margin-bottom: 1.5rem;
}

.w-100[b-5bici02jre] {
	width: 100%;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
	.field-header[b-5bici02jre] {
		flex-direction: column;
		align-items: flex-start;
	}

	.field-actions[b-5bici02jre] {
		margin-top: 10px;
		align-self: flex-end;
	}

	.programs-table[b-5bici02jre] {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}

	.form-row > .form-group[b-5bici02jre] {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/* Empty State */
.empty-state[b-5bici02jre] {
	color: #6c757d;
	text-align: center;
	padding: 2rem;
	font-style: italic;
}
/* _content/admission.aiuportal.com/Components/AdmissionViews/ApplicantDetails.razor.rz.scp.css */
.applicants-sidebar[b-03v27boblk] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
}

.applicants-header[b-03v27boblk] {
    flex-shrink: 0;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
}

.applicants-search[b-03v27boblk] {
    flex-shrink: 0;
    padding: 0 1rem 1rem 1rem;
}

.applicants-list-container[b-03v27boblk] {
    height: 70vh; /* Fixed height - this is the key change */
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0 1rem 1rem 1rem;
    border: 1px solid #dee2e6; /* Add border to see the container clearly */
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

    /* Custom scrollbar for webkit browsers */
    .applicants-list-container[b-03v27boblk]::-webkit-scrollbar {
        width: 8px;
    }

    .applicants-list-container[b-03v27boblk]::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
    }

    .applicants-list-container[b-03v27boblk]::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 4px;
    }

        .applicants-list-container[b-03v27boblk]::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.details-content[b-03v27boblk] {
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 1.5rem;
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

    /* Custom scrollbar for details content */
    .details-content[b-03v27boblk]::-webkit-scrollbar {
        width: 8px;
    }

    .details-content[b-03v27boblk]::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
    }

    .details-content[b-03v27boblk]::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 4px;
    }

        .details-content[b-03v27boblk]::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

/* Ensure the list group has proper spacing */
.applicants-list-container .list-group[b-03v27boblk] {
    margin-bottom: 0;
}

.applicants-list-container .list-group-item[b-03v27boblk] {
    margin-bottom: 0.5rem;
    border-radius: 0.375rem;
}
/* _content/admission.aiuportal.com/Components/AdmissionViews/ApplicantsGrid.razor.rz.scp.css */
.sortable-header[b-v39qepl530] {
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s;
}

    .sortable-header:hover[b-v39qepl530] {
        background-color: rgba(255, 255, 255, 0.1);
    }

.sort-icon[b-v39qepl530] {
    font-size: 0.8em;
    margin-left: 0.5rem;
}

.card[b-v39qepl530] {
    border: none;
    border-radius: 15px;
}

.table th[b-v39qepl530] {
    border-top: none;
    font-weight: 600;
    font-size: 0.9rem;
}

.btn-group-sm > .btn[b-v39qepl530], .btn-sm[b-v39qepl530] {
    padding: 0.25rem 0.5rem;
    font-size: 0.775rem;
}

.badge[b-v39qepl530] {
    font-size: 0.75em;
}

.table-responsive[b-v39qepl530] {
    border-radius: 10px;
}

.pagination .page-link[b-v39qepl530] {
    border-radius: 8px;
    margin: 0 2px;
    border: 1px solid #dee2e6;
}

.pagination .page-item.active .page-link[b-v39qepl530] {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

/* _content/admission.aiuportal.com/Components/AdmissionViews/Certificates/CertificateDocuments.razor.rz.scp.css */
body[b-hxv4g4d7t8] {
}
/* _content/admission.aiuportal.com/Components/AdmissionViews/ManageCapacities.razor.rz.scp.css */
/*body {
	font-family: 'Inter', sans-serif;*/ /* Using Inter font as per instructions */
	/*background-color: #f8f9fa;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	padding: 20px;
}*/

.card[b-rxvhbvp6tn] {
	border-radius: 15px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	max-width: 800px;
	width: 100%;
}

.lead-column[b-rxvhbvp6tn] {
	font-weight: bold;
	background-color: #ddd;
	padding: 10px;
}


.table th[b-rxvhbvp6tn], .table td[b-rxvhbvp6tn] {
	vertical-align: middle;
	padding: 1rem;
}

.table thead th[b-rxvhbvp6tn] {
	background-color: #007bff;
	color: white;
	border-bottom: none;
}

.table tbody tr:nth-of-type(odd)[b-rxvhbvp6tn] {
	background-color: #f2f2f2;
}

.table tbody tr:hover[b-rxvhbvp6tn] {
	background-color: #e9ecef;
}

.form-control[b-rxvhbvp6tn] {
	border-radius: 8px;
	padding: 0.75rem 1rem;
}

.btn-primary[b-rxvhbvp6tn] {
	border-radius: 8px;
	padding: 0.75rem 1.5rem;
	background-color: #007bff;
	border-color: #007bff;
	transition: background-color 0.3s ease, border-color 0.3s ease;
}

	.btn-primary:hover[b-rxvhbvp6tn] {
		background-color: #0056b3;
		border-color: #0056b3;
	}
/* Responsive adjustments */
@media (max-width: 768px) {
	.card[b-rxvhbvp6tn] {
		margin: 10px;
	}

	.table-responsive[b-rxvhbvp6tn] {
		border: 1px solid #dee2e6; /* Add border for responsive table */
		border-radius: 15px;
		overflow-x: auto;
	}
}
/* _content/admission.aiuportal.com/Components/AdmissionViews/Popper.razor.rz.scp.css */
body[b-yo016tiwsh] {
	background-color: #f0f2f5; /* Light gray background */
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	padding: 15px;
	box-sizing: border-box;
}

.form-container[b-yo016tiwsh] {
	background-color: #ffffff; /* White form background */
	padding: 30px 40px;
	border-radius: 12px; /* Rounded corners */
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); /* Subtle shadow */
	width: 100%;
	max-width: 500px; /* Max width for the form */
	animation: fadeInScaleUp-b-yo016tiwsh 0.8s ease-out forwards;
	opacity: 0; /* Start hidden for animation */
}

@keyframes fadeInScaleUp-b-yo016tiwsh {
	0% {
		opacity: 0;
		transform: translateY(20px) scale(0.95);
	}

	100% {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

.form-container h2[b-yo016tiwsh] {
	color: #333; /* Dark gray heading */
	margin-bottom: 25px;
	text-align: center;
	font-weight: 600;
}

.form-control[b-yo016tiwsh] {
	border-radius: 8px; /* Rounded input fields */
	border: 1px solid #ced4da;
	padding: 10px 15px;
	transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

	.form-control:focus[b-yo016tiwsh] {
		border-color: #007bff; /* Bootstrap primary blue */
		box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); /* Focus glow */
		animation: inputFocusPulse-b-yo016tiwsh 0.5s ease;
	}

@keyframes inputFocusPulse-b-yo016tiwsh {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.02);
	}

	100% {
		transform: scale(1);
	}
}

.btn-primary[b-yo016tiwsh] {
	background-color: #007bff;
	border-color: #007bff;
	border-radius: 8px; /* Rounded button */
	padding: 10px 20px;
	font-weight: 500;
	transition: background-color 0.3s ease, transform 0.2s ease;
}

	.btn-primary:hover[b-yo016tiwsh] {
		background-color: #0056b3; /* Darker blue on hover */
		transform: translateY(-2px); /* Slight lift on hover */
	}

	.btn-primary:active[b-yo016tiwsh] {
		transform: translateY(0); /* Reset lift on click */
	}

.form-group label[b-yo016tiwsh] {
	font-weight: 500;
	color: #495057; /* Medium gray label text */
}

/* Success message styling (no longer shown by JS, but kept for potential server-side use) */
.success-message[b-yo016tiwsh] {
	/* display: none; -- No longer hidden by default by JS, will be visible if not handled by server */
	margin-top: 20px;
	padding: 15px;
	background-color: #d4edda; /* Light green */
	color: #155724; /* Dark green text */
	border: 1px solid #c3e6cb;
	border-radius: 8px;
	text-align: center;
	/* animation: fadeInSlideDown 0.5s ease-out; -- Animation was triggered by JS */
}
/* _content/admission.aiuportal.com/Components/ApplicantViews/ApplicantLogin.razor.rz.scp.css */
body[b-5grgp8qbm5] {
	background: linear-gradient(135deg, #1a237e 0%, #8B0000 100%);
	min-height: 100vh;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.registration-container[b-5grgp8qbm5] {
	min-height: 81vh;
	display: flex;
	align-items: center;
	padding: 20px 0;
}

.registration-card[b-5grgp8qbm5] {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	border-radius: 20px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	overflow: hidden;
}

.card-header[b-5grgp8qbm5] {
	background: linear-gradient(135deg, #1a237e 0%, #8B0000 100%);
	/*background-color: rgba(3, 0, 82);*/
	color: white;
	text-align: center;
	padding: 2rem;
	border: none;
}

	.card-header h2[b-5grgp8qbm5] {
		margin: 0;
		font-weight: 600;
		font-size: 2rem;
	}

	.card-header p[b-5grgp8qbm5] {
		margin: 0.5rem 0 0 0;
		opacity: 0.9;
	}

.card-body[b-5grgp8qbm5] {
	padding: 2.5rem;
}

.form-floating[b-5grgp8qbm5] {
	margin-bottom: 1.5rem;
}
	.form-floating label[b-5grgp8qbm5] {
		font-size: 1rem;
		color: #6c757d;
	}

	.form-floating input[b-5grgp8qbm5],
	.form-floating select[b-5grgp8qbm5] {
		height: 3.5rem;

	}

	.form-floating textarea[b-5grgp8qbm5] {
		height: auto;
	}
.form-control[b-5grgp8qbm5] {
	border: 2px solid #e9ecef;
	border-radius: 12px;
	padding: 1rem 0.75rem;
	font-size: 1rem;
	transition: all 0.3s ease;
}

	.form-control:focus[b-5grgp8qbm5] {
		border-color: #1a237e;
		box-shadow: 0 0 0 0.2rem rgba(26, 35, 126, 0.25);
	}

.form-select[b-5grgp8qbm5] {
	border: 2px solid #e9ecef;
	border-radius: 12px;
	padding: 1rem 0.75rem;
	font-size: 1rem;
	transition: all 0.3s ease;
}

	.form-select:focus[b-5grgp8qbm5] {
		border-color: #1a237e;
		box-shadow: 0 0 0 0.2rem rgba(26, 35, 126, 0.25);
	}

.form-check-input[b-5grgp8qbm5] {
	border: 2px solid #dee2e6;
	border-radius: 6px;
}

	.form-check-input:checked[b-5grgp8qbm5] {
		background-color: #1a237e;
		border-color: #1a237e;
	}

.btn-register[b-5grgp8qbm5] {
	background: linear-gradient(350deg, #1a237e 0%, #8B0000 100%);
	/*background-color: darkred;*/
	border: none;
	border-radius: 12px;
	padding: 1rem 2rem;
	font-size: 1.1rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
	width: 100%;
}

	.btn-register:hover[b-5grgp8qbm5] {
		transform: translateY(-2px);
		box-shadow: 0 10px 20px rgba(26, 35, 126, 0.3);
	}

.login-link[b-5grgp8qbm5] {
	text-align: center;
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px solid #e9ecef;
}

	.login-link a[b-5grgp8qbm5] {
		color: #1a237e;
		text-decoration: none;
		font-weight: 600;
		transition: color 0.3s ease;
	}

		.login-link a:hover[b-5grgp8qbm5] {
			color: #8B0000;
		}

.input-group-text[b-5grgp8qbm5] {
	background: #f8f9fa;
	border: 2px solid #e9ecef;
	border-right: none;
	border-radius: 12px 0 0 12px;
}

.input-group .form-control[b-5grgp8qbm5] {
	border-left: none;
	border-radius: 0 12px 12px 0;
}

.input-group:focus-within .input-group-text[b-5grgp8qbm5] {
	border-color: #1a237e;
}

.invalid-feedback[b-5grgp8qbm5] {
	display: block;
	font-size: 0.875rem;
	margin-top: 0.25rem;
}

@media (max-width: 768px) {
	.card-body[b-5grgp8qbm5] {
		padding: 1.5rem;
	}

	.card-header[b-5grgp8qbm5] {
		padding: 1.5rem;
	}

		.card-header h2[b-5grgp8qbm5] {
			font-size: 1.5rem;
		}
}
/* _content/admission.aiuportal.com/Components/ApplicantViews/ApplicantProgressTimeline.razor.rz.scp.css */
.applicant-progress-timeline[b-15im1psgkc] {
    margin: 20px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    direction: rtl;
}

.timeline-header[b-15im1psgkc] {
    margin-bottom: 25px;
    text-align: center;
    border-bottom: 2px solid #e9ecef;
    padding-bottom: 15px;
}

.timeline-title[b-15im1psgkc] {
    color: #001174;
    font-weight: 600;
    margin: 0;
}

    .timeline-title i[b-15im1psgkc] {
        margin-left: 10px;
        color: #3498db;
    }

.timeline-container[b-15im1psgkc] {
    position: relative;
    padding-right: 30px;
}

    .timeline-container[b-15im1psgkc]::before {
        content: '';
        position: absolute;
        top: 0;
        right: 15px;
        height: 100%;
        width: 3px;
        background: linear-gradient(180deg, #3498db 0%, #2ecc71 50%, #e74c3c 100%);
        border-radius: 2px;
    }

.timeline-item[b-15im1psgkc] {
    position: relative;
    margin-bottom: 30px;
    padding-right: 45px;
}

.timeline-marker[b-15im1psgkc] {
    position: absolute;
    top: 0;
    right: -2px;
    z-index: 2;
}

.timeline-icon[b-15im1psgkc] {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    font-weight: bold;
    border: 3px solid white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

    .timeline-icon.pending[b-15im1psgkc] {
        background: #f39c12;
    }

    .timeline-icon.reviewed[b-15im1psgkc] {
        background: #3498db;
    }

    .timeline-icon.cleared[b-15im1psgkc] {
        background: #2ecc71;
    }

    .timeline-icon.admitted[b-15im1psgkc] {
        background: #27ae60;
    }

    .timeline-icon.rejected[b-15im1psgkc] {
        background: #e74c3c;
    }

    .timeline-icon.suspended[b-15im1psgkc] {
        background: #95a5a6;
    }

.timeline-content[b-15im1psgkc] {
    margin-right: 20px;
}

.timeline-card[b-15im1psgkc] {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border: 1px solid #e9ecef;
    overflow: hidden;
    transition: all 0.3s ease;
}

    .timeline-card:hover[b-15im1psgkc] {
        box-shadow: 0 6px 20px rgba(0,0,0,0.15);
        transform: translateY(-2px);
    }

.timeline-card-header[b-15im1psgkc] {
    background: linear-gradient(135deg, #001174 0%, #e74c3c 100%);
    color: white;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stage-title[b-15im1psgkc] {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.timeline-date[b-15im1psgkc] {
    font-size: 14px;
    opacity: 0.9;
}

    .timeline-date i[b-15im1psgkc] {
        margin-left: 5px;
    }

.timeline-card-body[b-15im1psgkc] {
    padding: 20px;
}

.detail-item[b-15im1psgkc] {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    gap: 10px;
}

    .detail-item:last-child[b-15im1psgkc] {
        margin-bottom: 0;
    }

.detail-icon[b-15im1psgkc] {
    color: #667eea;
    margin-top: 2px;
    font-size: 14px;
    width: 16px;
    flex-shrink: 0;
}

.detail-label[b-15im1psgkc] {
    font-weight: 600;
    color: #2c3e50;
    min-width: 80px;
    flex-shrink: 0;
}

.detail-value[b-15im1psgkc] {
    color: #34495e;
    flex: 1;
}

.notes-text[b-15im1psgkc] {
    background: #f8f9fa;
    padding: 10px;
    border-radius: 6px;
    border-right: 3px solid #667eea;
    font-style: italic;
    margin-top: 5px;
}

.timeline-empty[b-15im1psgkc] {
    text-align: center;
    padding: 60px 20px;
}

.empty-state[b-15im1psgkc] {
    color: #6c757d;
}

.empty-icon[b-15im1psgkc] {
    font-size: 48px;
    margin-bottom: 20px;
    opacity: 0.5;
}

.empty-state h5[b-15im1psgkc] {
    margin-bottom: 10px;
    color: #495057;
}

.empty-state p[b-15im1psgkc] {
    margin: 0;
    font-size: 14px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .timeline-container[b-15im1psgkc] {
        padding-right: 20px;
    }

    .timeline-item[b-15im1psgkc] {
        padding-right: 35px;
    }

    .timeline-content[b-15im1psgkc] {
        margin-right: 10px;
    }

    .timeline-card-header[b-15im1psgkc] {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .detail-item[b-15im1psgkc] {
        flex-direction: column;
        gap: 5px;
    }

    .detail-label[b-15im1psgkc] {
        min-width: auto;
    }
}

/* Animation for timeline items */
.timeline-item[b-15im1psgkc] {
    opacity: 0;
    animation: slideInRight-b-15im1psgkc 0.6s ease forwards;
}

    .timeline-item:nth-child(1)[b-15im1psgkc] {
        animation-delay: 0.1s;
    }

    .timeline-item:nth-child(2)[b-15im1psgkc] {
        animation-delay: 0.2s;
    }

    .timeline-item:nth-child(3)[b-15im1psgkc] {
        animation-delay: 0.3s;
    }

    .timeline-item:nth-child(4)[b-15im1psgkc] {
        animation-delay: 0.4s;
    }

    .timeline-item:nth-child(5)[b-15im1psgkc] {
        animation-delay: 0.5s;
    }

    .timeline-item:nth-child(n+6)[b-15im1psgkc] {
        animation-delay: 0.6s;
    }

@keyframes slideInRight-b-15im1psgkc {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}
/* _content/admission.aiuportal.com/Components/ApplicantViews/ApplicantRegistration.razor.rz.scp.css */
*[b-nhvfoga0d9] {
    transition: all 0.1s ease-in-out;
}
body[b-nhvfoga0d9] {
    background: linear-gradient(135deg, #1a237e 0%, #8B0000 100%);
    min-height: 100vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.registration-container[b-nhvfoga0d9] {
	min-height: 81vh;
	display: flex;
	align-items: center;
	padding: 20px 0;
}

.registration-card[b-nhvfoga0d9] {
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(10px);
	border-radius: 20px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(255, 255, 255, 0.2);
	overflow: hidden;
}

.card-header[b-nhvfoga0d9] {
	background: linear-gradient(135deg, #1a237e 0%, #8B0000 100%);
	/*background-color: rgba(3, 0, 82);*/
	color: white;
	text-align: center;
	padding: 2rem;
	border: none;
}

	.card-header h2[b-nhvfoga0d9] {
		margin: 0;
		font-weight: 600;
		font-size: 2rem;
	}

	.card-header p[b-nhvfoga0d9] {
		margin: 0.5rem 0 0 0;
		opacity: 0.9;
	}

.card-body[b-nhvfoga0d9] {
	padding: 2.5rem;
}

.form-floating[b-nhvfoga0d9] {
	margin-bottom: 1.5rem;
}

	.form-floating label[b-nhvfoga0d9] {
		font-size: 1rem;
		color: #6c757d;
	}

	.form-floating input[b-nhvfoga0d9],
	.form-floating select[b-nhvfoga0d9] {
		height: 3.5rem;
	}

	.form-floating textarea[b-nhvfoga0d9] {
		height: auto;
	}

.form-control[b-nhvfoga0d9] {
	border: 2px solid #e9ecef;
	border-radius: 12px;
	padding: 1rem 0.75rem;
	font-size: 1rem;
	transition: all 0.3s ease;
}

	.form-control:focus[b-nhvfoga0d9] {
		border-color: #1a237e;
		box-shadow: 0 0 0 0.2rem rgba(26, 35, 126, 0.25);
	}

.form-select[b-nhvfoga0d9] {
	border: 2px solid #e9ecef;
	border-radius: 12px;
	padding: 1rem 0.75rem;
	font-size: 1rem;
	transition: all 0.3s ease;
}

	.form-select:focus[b-nhvfoga0d9] {
		border-color: #1a237e;
		box-shadow: 0 0 0 0.2rem rgba(26, 35, 126, 0.25);
	}

.form-check-input[b-nhvfoga0d9] {
	border: 2px solid #dee2e6;
	border-radius: 6px;
}

	.form-check-input:checked[b-nhvfoga0d9] {
		background-color: #1a237e;
		border-color: #1a237e;
	}

.btn-register[b-nhvfoga0d9] {
	background: linear-gradient(350deg, #1a237e 0%, #8B0000 100%);
	/*background-color: darkred;*/
	border: none;
	border-radius: 12px;
	padding: 1rem 2rem;
	font-size: 1.1rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
	width: 100%;
}

	.btn-register:hover[b-nhvfoga0d9] {
		transform: translateY(-2px);
		box-shadow: 0 10px 20px rgba(26, 35, 126, 0.3);
	}

.login-link[b-nhvfoga0d9] {
	text-align: center;
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px solid #e9ecef;
}

	.login-link a[b-nhvfoga0d9] {
		color: #1a237e;
		text-decoration: none;
		font-weight: 600;
		transition: color 0.3s ease;
	}

		.login-link a:hover[b-nhvfoga0d9] {
			color: #8B0000;
		}

.input-group-text[b-nhvfoga0d9] {
	background: #f8f9fa;
	border: 2px solid #e9ecef;
	border-right: none;
	border-radius: 12px 0 0 12px;
}

.input-group .form-control[b-nhvfoga0d9] {
	border-left: none;
	border-radius: 0 12px 12px 0;
}

.input-group:focus-within .input-group-text[b-nhvfoga0d9] {
	border-color: #1a237e;
}

.invalid-feedback[b-nhvfoga0d9] {
	display: block;
	font-size: 0.875rem;
	margin-top: 0.25rem;
}

@media (max-width: 768px) {
	.card-body[b-nhvfoga0d9] {
		padding: 1.5rem;
	}

	.card-header[b-nhvfoga0d9] {
		padding: 1.5rem;
	}

		.card-header h2[b-nhvfoga0d9] {
			font-size: 1.5rem;
		}
}
/* _content/admission.aiuportal.com/Components/ApplicantViews/ApplicantWizard.razor.rz.scp.css */
/* Mobile-friendly styles */
@media (max-width: 767px) {
	.stepper-sidebar[b-w7v0oet4g0] {
		position: sticky;
		top: 0;
		z-index: 100;
		background: white;
		padding: 2px 0;
		box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	}

	.wizard-steps-vertical[b-w7v0oet4g0] {
		display: flex;
		overflow-x: auto;
		padding-bottom: 10px;
	}

	.wizard-step[b-w7v0oet4g0] {
		flex: 0 0 auto;
		margin-right: 10px;
		flex-direction: column;
		align-items: center;
		display: flex;
	}

	.step-connector[b-w7v0oet4g0] {
		display: none;
	}
}

/* Desktop styles */
@media (min-width: 768px) {
	.wizard-steps-vertical[b-w7v0oet4g0] {
		display: flex;
		flex-direction: column;
		padding: 20px 0;
	}

	.wizard-step[b-w7v0oet4g0] {
		display: flex;
		align-items: center;
		cursor: pointer;
		padding: 10px;
		margin-bottom: 5px;
		transition: all 0.3s ease;
	}

	.step-connector[b-w7v0oet4g0] {
		height: 30px;
		width: 2px;
		background-color: #ddd;
		margin-left: 19px;
	}
}

/* Common styles */
.wizard-step[b-w7v0oet4g0] {
	cursor: pointer;
	transition: all 0.3s ease;
}

	.wizard-step:hover[b-w7v0oet4g0] {
		background-color: #f8f9fa;
	}

	.wizard-step.active[b-w7v0oet4g0] {
		font-weight: bold;
		color: #3498db;
	}

	.wizard-step.completed[b-w7v0oet4g0] {
		color: #2ecc71;
	}

.step-icon-wrapper[b-w7v0oet4g0] {
	margin-right: 10px;
}

.step-icon[b-w7v0oet4g0] {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #ddd;
	color: #fff;
	font-weight: bold;
}

	.step-icon.active[b-w7v0oet4g0] {
		background-color: #3498db;
	}

	.step-icon.completed[b-w7v0oet4g0] {
		background-color: #2ecc71;
	}

.scrollable-form-content[b-w7v0oet4g0] {
	/*max-height: 75vh;*/
	overflow-y: auto;
	padding: 20px;
}

.section-title[b-w7v0oet4g0] {
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
	color: #3498db;
}
@keyframes pulse-b-w7v0oet4g0 {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.05);
	}

	100% {
		transform: scale(1);
	}
}
/* _content/admission.aiuportal.com/Components/Clone.razor.rz.scp.css */
/* fonts.css - Include this in your _Host.cshtml or index.html */
/* <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet"> */

/* Base Styles & Variables */
:root[b-woi7makdlx] {
	/* Light Theme */
	--primary-color: #4f46e5;
	--secondary-color: #6366f1;
	--accent-color: #818cf8;
	--text-color: #1e293b;
	--text-secondary: #64748b;
	--bg-color: #f8fafc;
	--card-bg: #ffffff;
	--sidebar-bg: #ffffff;
	--border-color: #e2e8f0;
	--success-color: #10b981;
	--warning-color: #f59e0b;
	--error-color: #ef4444;
	--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	--transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

[data-theme="dark"][b-woi7makdlx] {
	--primary-color: #6366f1;
	--secondary-color: #818cf8;
	--accent-color: #a5b4fc;
	--text-color: #f8fafc;
	--text-secondary: #94a3b8;
	--bg-color: #0f172a;
	--card-bg: #1e293b;
	--sidebar-bg: #1e293b;
	--border-color: #334155;
}

/* Reset & Base Styles */
*[b-woi7makdlx],
*[b-woi7makdlx]::before,
*[b-woi7makdlx]::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html[b-woi7makdlx] {
	font-size: 16px;
}

body[b-woi7makdlx] {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
	line-height: 1.5;
	color: var(--text-color);
	background-color: var(--bg-color);
	transition: var(--transition);
}

/* Layout Styles */
.app-container[b-woi7makdlx] {
	display: flex;
	min-height: 100vh;
	transition: var(--transition);
}

.sidebar[b-woi7makdlx] {
	width: 280px;
	background-color: var(--sidebar-bg);
	padding: 1.5rem;
	border-right: 1px solid var(--border-color);
	display: flex;
	flex-direction: column;
	transition: var(--transition);
}

.main-content[b-woi7makdlx] {
	flex: 1;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.top-bar[b-woi7makdlx] {
	height: 70px;
	border-bottom: 1px solid var(--border-color);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 2rem;
	background-color: var(--card-bg);
	transition: var(--transition);
}

.content[b-woi7makdlx] {
	padding: 2rem;
	flex: 1;
	overflow-y: auto;
}

/* Navigation Styles */
.logo[b-woi7makdlx] {
	padding: 1rem 0;
	margin-bottom: 1rem;
}

	.logo h2[b-woi7makdlx] {
		font-size: 1.5rem;
		font-weight: 700;
		color: var(--primary-color);
	}

.nav-items[b-woi7makdlx] {
	margin-top: 1rem;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.nav-item[b-woi7makdlx] {
	display: flex;
	align-items: center;
	padding: 0.75rem 1rem;
	border-radius: 0.5rem;
	cursor: pointer;
	transition: var(--transition);
	color: var(--text-secondary);
	text-decoration: none;
}

	.nav-item:hover[b-woi7makdlx] {
		background-color: rgba(79, 70, 229, 0.1);
		color: var(--primary-color);
	}

	.nav-item.active[b-woi7makdlx] {
		background-color: rgba(79, 70, 229, 0.2);
		color: var(--primary-color);
		font-weight: 500;
	}

	.nav-item .icon[b-woi7makdlx] {
		margin-right: 0.75rem;
		font-size: 1.1rem;
	}

	.nav-item .text[b-woi7makdlx] {
		font-size: 0.95rem;
	}

/* Card Styles */
.cards-container[b-woi7makdlx] {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 1.5rem;
	margin: 2rem 0;
}

.card[b-woi7makdlx] {
	background-color: var(--card-bg);
	border-radius: 0.75rem;
	padding: 1.5rem;
	box-shadow: var(--shadow-sm);
	transition: var(--transition);
	border: 1px solid var(--border-color);
}

	.card:hover[b-woi7makdlx] {
		transform: translateY(-3px);
		box-shadow: var(--shadow-md);
	}

	.card h4[b-woi7makdlx] {
		font-size: 0.95rem;
		font-weight: 500;
		color: var(--text-secondary);
		margin-bottom: 0.5rem;
	}

	.card p[b-woi7makdlx] {
		font-size: 1.75rem;
		font-weight: 700;
		color: var(--text-color);
	}

/* Dashboard Styles */
.dashboard h3[b-woi7makdlx] {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 1rem;
}

.data-section[b-woi7makdlx] {
	margin-top: 2rem;
	background-color: var(--card-bg);
	border-radius: 0.75rem;
	padding: 1.5rem;
	border: 1px solid var(--border-color);
}

	.data-section h4[b-woi7makdlx] {
		font-size: 1.1rem;
		font-weight: 600;
		margin-bottom: 1.5rem;
	}

/* Form Elements */
.search-bar[b-woi7makdlx] {
	position: relative;
	width: 300px;
}

	.search-bar input[b-woi7makdlx] {
		width: 100%;
		padding: 0.5rem 1rem;
		padding-left: 2.5rem;
		border-radius: 0.5rem;
		border: 1px solid var(--border-color);
		background-color: var(--card-bg);
		color: var(--text-color);
		transition: var(--transition);
	}

		.search-bar input:focus[b-woi7makdlx] {
			outline: none;
			border-color: var(--primary-color);
			box-shadow: 0 0 0 2px rgba(79, 70, 229, 0.2);
		}

	.search-bar[b-woi7makdlx]::before {
		content: "🔍";
		position: absolute;
		left: 0.75rem;
		top: 50%;
		transform: translateY(-50%);
		opacity: 0.6;
	}

.user-profile[b-woi7makdlx] {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

	.user-profile img[b-woi7makdlx] {
		width: 36px;
		height: 36px;
		border-radius: 50%;
		object-fit: cover;
	}

/* Theme Toggle */
.theme-toggle[b-woi7makdlx] {
	margin-top: auto;
	padding: 1rem 0;
}

	.theme-toggle button[b-woi7makdlx] {
		width: 100%;
		padding: 0.5rem;
		border-radius: 0.5rem;
		background-color: var(--primary-color);
		color: white;
		border: none;
		cursor: pointer;
		transition: var(--transition);
	}

		.theme-toggle button:hover[b-woi7makdlx] {
			background-color: var(--secondary-color);
		}

/* Utility Classes */
.flex[b-woi7makdlx] {
	display: flex;
}

.items-center[b-woi7makdlx] {
	align-items: center;
}

.justify-between[b-woi7makdlx] {
	justify-content: space-between;
}

.gap-2[b-woi7makdlx] {
	gap: 0.5rem;
}

.mt-4[b-woi7makdlx] {
	margin-top: 1rem;
}

.mb-4[b-woi7makdlx] {
	margin-bottom: 1rem;
}

/* Responsive Styles */
@media (max-width: 1024px) {
	.sidebar[b-woi7makdlx] {
		width: 240px;
		padding: 1rem;
	}
}

@media (max-width: 768px) {
	.app-container[b-woi7makdlx] {
		flex-direction: column;
	}

	.sidebar[b-woi7makdlx] {
		width: 100%;
		padding: 1rem;
		border-right: none;
		border-bottom: 1px solid var(--border-color);
	}

	.top-bar[b-woi7makdlx] {
		padding: 0 1rem;
	}

	.content[b-woi7makdlx] {
		padding: 1.5rem;
	}

	.cards-container[b-woi7makdlx] {
		grid-template-columns: 1fr;
	}

	.search-bar[b-woi7makdlx] {
		width: 200px;
	}
}

@media (max-width: 480px) {
	.search-bar[b-woi7makdlx] {
		width: 150px;
	}
}
/* _content/admission.aiuportal.com/Components/FinancialViews/ApplicantPaymentManager.razor.rz.scp.css */
.applicant-card[b-ia6fue6re4] {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: white;
}

    .applicant-card:hover[b-ia6fue6re4] {
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        transform: translateY(-2px);
        border-color: #007bff;
    }

    .applicant-card.selected[b-ia6fue6re4] {
        background-color: #e3f2fd;
        border-color: #2196f3;
        box-shadow: 0 4px 12px rgba(33,150,243,0.3);
    }

.table tbody tr[b-ia6fue6re4] {
    cursor: pointer;
}

    .table tbody tr:hover[b-ia6fue6re4] {
        background-color: #f8f9fa;
    }

.badge[b-ia6fue6re4] {
    font-size: 0.75em;
}

.card[b-ia6fue6re4] {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.card-header[b-ia6fue6re4] {
    border-bottom: 2px solid rgba(0,0,0,0.1);
}

.alert[b-ia6fue6re4] {
    border-radius: 8px;
}

pre[b-ia6fue6re4] {
    background-color: #f8f9fa;
    padding: 10px;
    border-radius: 4px;
    font-size: 0.85em;
    max-height: 200px;
    overflow-y: auto;
}
/* _content/admission.aiuportal.com/Components/FinancialViews/ProcessPayment.razor.rz.scp.css */
.payment-container[b-dahym96q9k] {
    min-height: 80vh;
    padding: 2rem 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.btn-payment[b-dahym96q9k] {
    border: 2px solid transparent;
    border-radius: 15px;
    transition: all 0.3s ease;
    color: white;
    text-decoration: none;
    min-height: 220px;
    position: relative;
    overflow: hidden;
}

    .btn-payment[b-dahym96q9k]:before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
        transition: left 0.5s;
    }

    .btn-payment:hover[b-dahym96q9k]:before {
        left: 100%;
    }

.btn-egypt[b-dahym96q9k] {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    box-shadow: 0 8px 25px rgba(231, 76, 60, 0.3);
}

    .btn-egypt:hover[b-dahym96q9k] {
        background: linear-gradient(135deg, #c0392b, #a93226);
        transform: translateY(-5px);
        box-shadow: 0 12px 35px rgba(231, 76, 60, 0.4);
        color: white;
    }

.btn-international[b-dahym96q9k] {
    background: linear-gradient(135deg, #3498db, #2980b9);
    box-shadow: 0 8px 25px rgba(52, 152, 219, 0.3);
}

    .btn-international:hover[b-dahym96q9k] {
        background: linear-gradient(135deg, #2980b9, #21618c);
        transform: translateY(-5px);
        box-shadow: 0 12px 35px rgba(52, 152, 219, 0.4);
        color: white;
    }

.payment-icon[b-dahym96q9k] {
    font-size: 2.5rem;
    opacity: 0.9;
}

.payment-title[b-dahym96q9k] {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.payment-subtitle[b-dahym96q9k] {
    font-size: 0.9rem;
    opacity: 0.9;
    line-height: 1.4;
}

.payment-features small[b-dahym96q9k] {
    font-size: 0.8rem;
    opacity: 0.8;
}

.security-notice[b-dahym96q9k] {
    border-left: 4px solid #28a745;
}

.card[b-dahym96q9k] {
    border-radius: 20px;
}

.card-header[b-dahym96q9k] {
    border-radius: 20px 20px 0 0 !important;
}

@media (max-width: 768px) {
    .payment-container[b-dahym96q9k] {
        padding: 1rem 0;
    }

    .btn-payment[b-dahym96q9k] {
        min-height: 180px;
    }

    .payment-icon[b-dahym96q9k] {
        font-size: 2rem;
    }
}
.back-button-container[b-dahym96q9k] {
    margin-bottom: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #dee2e6;
}

.back-button[b-dahym96q9k] {
    background-color: #6c757d;
    border-color: #6c757d;
    color: white;
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 5px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

    .back-button:hover[b-dahym96q9k] {
        background-color: #5a6268;
        border-color: #545b62;
        color: white;
        transform: translateX(-2px);
    }

.payment-container[b-dahym96q9k] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
/* _content/admission.aiuportal.com/Components/FinancialViews/UnpaidInvoicesMonitor.razor.rz.scp.css */
/* Statistics Cards */
.stats-card[b-shm6ao9c3t] {
    padding: 1rem;
    border-radius: 8px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    text-align: center;
    min-width: 120px;
}

    .stats-card h6[b-shm6ao9c3t] {
        margin-bottom: 0.5rem;
        font-size: 0.9rem;
        font-weight: 600;
    }

/* Table Styling */
.table th[b-shm6ao9c3t] {
    font-weight: 600;
    font-size: 0.9rem;
    border-bottom: 2px solid #dee2e6;
}

.table td[b-shm6ao9c3t] {
    vertical-align: middle;
    font-size: 0.9rem;
}

.table-warning[b-shm6ao9c3t] {
    background-color: rgba(255, 193, 7, 0.1) !important;
    border-left: 4px solid #ffc107;
}

/* Status Containers */
.stored-status[b-shm6ao9c3t], .live-status[b-shm6ao9c3t] {
    min-height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

/* Badge Styling */
.badge[b-shm6ao9c3t] {
    font-size: 0.75em;
    padding: 0.375rem 0.75rem;
}

    .badge.fs-6[b-shm6ao9c3t] {
        font-size: 0.9rem !important;
        padding: 0.5rem 1rem;
    }

/* Progress Bar */
.progress[b-shm6ao9c3t] {
    border-radius: 10px;
    background-color: #e9ecef;
}

.progress-bar[b-shm6ao9c3t] {
    border-radius: 10px;
    background: linear-gradient(45deg, #007bff, #0056b3);
}

/* Form Controls */
.form-control[b-shm6ao9c3t] {
    border-radius: 6px;
    border: 1px solid #ced4da;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .form-control:focus[b-shm6ao9c3t] {
        border-color: #80bdff;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

/* Form Check */
.form-check[b-shm6ao9c3t] {
    margin-bottom: 0.5rem;
}

.form-check-label[b-shm6ao9c3t] {
    font-size: 0.85rem;
    line-height: 1.3;
}

/* Buttons */
.btn[b-shm6ao9c3t] {
    border-radius: 6px;
    transition: all 0.15s ease-in-out;
}

.btn-sm[b-shm6ao9c3t] {
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
}

/* Loading States */
.spinner-border[b-shm6ao9c3t] {
    width: 1rem;
    height: 1rem;
}

/* Alert Styling */
.alert[b-shm6ao9c3t] {
    border-radius: 8px;
    border: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Card Styling */
.card[b-shm6ao9c3t] {
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.card-header[b-shm6ao9c3t] {
    border-radius: 10px 10px 0 0;
    border-bottom: 2px solid rgba(0,0,0,0.1);
}

/* Monospace Font for Invoice Numbers */
.font-monospace[b-shm6ao9c3t] {
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.85rem;
}

/* Status Comparison Styling */
.stored-status .badge[b-shm6ao9c3t] {
    border: 1px solid rgba(0,0,0,0.1);
}

.live-status .badge[b-shm6ao9c3t] {
    border: 2px solid rgba(0,0,0,0.2);
}

/* Responsive Design */
@media (max-width: 768px) {
    .stats-card[b-shm6ao9c3t] {
        min-width: 100px;
        padding: 0.75rem;
        margin-bottom: 0.5rem;
    }

    .table-responsive[b-shm6ao9c3t] {
        font-size: 0.8rem;
    }

    .badge[b-shm6ao9c3t] {
        font-size: 0.7em;
        padding: 0.25rem 0.5rem;
    }

    .d-flex.gap-3[b-shm6ao9c3t] {
        flex-direction: column;
        gap: 0.5rem !important;
    }
}

@media (max-width: 576px) {
    .card-body[b-shm6ao9c3t] {
        padding: 1rem;
    }

    .btn[b-shm6ao9c3t] {
        font-size: 0.8rem;
        padding: 0.375rem 0.75rem;
    }

    .table th[b-shm6ao9c3t], .table td[b-shm6ao9c3t] {
        padding: 0.5rem 0.25rem;
        font-size: 0.8rem;
    }
}

/* Custom Status Colors */
.bg-light.text-dark[b-shm6ao9c3t] {
    background-color: #f8f9fa !important;
    color: #495057 !important;
    border: 1px solid #dee2e6;
}

/* Hover Effects */
.table tbody tr:hover[b-shm6ao9c3t] {
    background-color: rgba(0,0,0,0.02);
}

.btn:hover[b-shm6ao9c3t] {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Animation for New Updates */
@keyframes highlight-b-shm6ao9c3t {
    0% {
        background-color: rgba(40, 167, 69, 0.3);
    }

    100% {
        background-color: transparent;
    }
}

.table tbody tr.updated[b-shm6ao9c3t] {
    animation: highlight-b-shm6ao9c3t 2s ease-out;
}
/* _content/admission.aiuportal.com/Components/Layout/ApplicantLayout.razor.rz.scp.css */

/* Reset and base styles */
/** {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Somar';
}
*/
body[b-nvtdk3e3pm] {
	background-color: #f5f5f5;
}

/* Top header styles */
.top-header[b-nvtdk3e3pm] {
	background-color: #002e5b;
	color: white;
	padding: 5px 0;
	font-size: 14px;
}

.header-container[b-nvtdk3e3pm] {
	width: 90%;
	max-width: 2000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-left[b-nvtdk3e3pm] {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.header-right[b-nvtdk3e3pm] {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.header-item[b-nvtdk3e3pm] {
	display: flex;
	align-items: center;
	margin-right: 15px;
	margin-bottom: 5px;
}

	.header-item:last-child[b-nvtdk3e3pm] {
		margin-right: 0;
	}

.header-icon[b-nvtdk3e3pm] {
	margin-right: 8px;
	font-size: 16px;
}

.header-link[b-nvtdk3e3pm] {
	color: white;
	text-decoration: none;
	transition: color 0.3s;
	white-space: nowrap;
}

	.header-link:hover[b-nvtdk3e3pm] {
		color: #f0f0f0;
	}

.language-selector[b-nvtdk3e3pm] {
	background-color: transparent;
	color: white;
	border: none;
	padding: 5px;
	cursor: pointer;
	outline: none;
}

	.language-selector option[b-nvtdk3e3pm] {
		background-color: #002e5b;
		color: white;
	}

/* Main header styles */
.main-header[b-nvtdk3e3pm] {
	background-color: white;
	padding: 5px 0;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	position: relative;
}

.main-header-container[b-nvtdk3e3pm] {
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo-container[b-nvtdk3e3pm] {
	display: flex;
	align-items: center;
}

.logo[b-nvtdk3e3pm] {
	height: 50px;
	margin-right: 15px;
}

.logo-text[b-nvtdk3e3pm] {
	display: flex;
	flex-direction: column;
}

.logo-main-text[b-nvtdk3e3pm] {
	font-size: 18px;
	font-weight: bold;
	color: #002e5b;
	white-space: nowrap;
	line-height: 1.2;
}
.border-shadow[b-nvtdk3e3pm] {
	border: 1px solid rgba(0, 0, 120, 0.5); /* Subtle border */
	box-shadow: 0rem 0.1rem 0rem rgba(0, 0, 120, 0.5); /* Slightly stronger shadow */
	border-radius: 0.25rem; /* Optional: slightly rounded corners, often a good idea */
}
.logo-sub-text[b-nvtdk3e3pm] {
	font-size: 14px;
	font-weight: bold;
	color: midnightblue;
	white-space: nowrap;
	line-height: 1.3;
}

.logo-admission-text[b-nvtdk3e3pm] {
	font-size: 16px;
	font-weight: 600;
	color: #e67e22;
	white-space: nowrap;
	line-height: 1.3;
	margin-bottom: 3px;
	color: red;
}

.main-nav ul[b-nvtdk3e3pm] {
	display: flex;
	list-style: none;
}

.main-nav li[b-nvtdk3e3pm] {
	margin-left: 25px;
	position: relative;
}

.main-nav a[b-nvtdk3e3pm] {
	color: #002e5b;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	transition: color 0.3s;
	padding: 5px 0;
	position: relative;
	white-space: nowrap;
}

	.main-nav a:hover[b-nvtdk3e3pm] {
		color: darkred;
	}

	.main-nav a.active[b-nvtdk3e3pm] {
		color: red;
	}

		.main-nav a.active[b-nvtdk3e3pm]:after {
			content: '';
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 2px;
			background-color: #e67e22;
		}
.footer[b-nvtdk3e3pm] {
	border-top: 1px solid #dee2e6; /* Light gray border on top */
	background-color: #002e5b;
	color: white;
	padding: 5px 0;
	font-size: 14px;
	width: 100%;
	/*max-width: 2000px;*/
	margin: 0 auto;
	display: flex;
/*	position: fixed;
*/	bottom: 0;
	padding: 10px;
	justify-content: space-between;
	align-items: center;
}
/* Mobile menu button */
.mobile-menu-btn[b-nvtdk3e3pm] {
	display: none;
	background: none;
	border: none;
	color: #002e5b;
	font-size: 24px;
	cursor: pointer;
	padding: 10px;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
	.logo-main-text[b-nvtdk3e3pm] {
		font-size: 16px;
	}

	.logo-sub-text[b-nvtdk3e3pm] {
		font-size: 13px;
	}

	.logo-admission-text[b-nvtdk3e3pm] {
		font-size: 15px;
	}
}

@media (max-width: 992px) {
	.header-item[b-nvtdk3e3pm] {
		margin-right: 10px;
	}

	.main-nav li[b-nvtdk3e3pm] {
		margin-left: 15px;
	}

	.logo[b-nvtdk3e3pm] {
		height: 45px;
		margin-right: 12px;
	}
}

@media (max-width: 768px) {
	.header-left[b-nvtdk3e3pm], .header-right[b-nvtdk3e3pm] {
		justify-content: center;
		width: 100%;
	}

	.header-container[b-nvtdk3e3pm] {
		flex-direction: column;
		padding: 10px 0;
	}

	.header-item[b-nvtdk3e3pm] {
		margin: 0 10px 5px;
	}

	.mobile-menu-btn[b-nvtdk3e3pm] {
		display: block;
	}

	.main-nav[b-nvtdk3e3pm] {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: white;
		box-shadow: 0 2px 5px rgba(0,0,0,0.1);
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease-out;
		z-index: 1000;
	}

		.main-nav.active[b-nvtdk3e3pm] {
			max-height: 500px;
		}

		.main-nav ul[b-nvtdk3e3pm] {
			flex-direction: column;
			padding: 15px;
		}

		.main-nav li[b-nvtdk3e3pm] {
			margin: 0 0 10px 0;
			padding: 5px 0;
			border-bottom: 1px solid #eee;
		}

			.main-nav li:last-child[b-nvtdk3e3pm] {
				border-bottom: none;
			}

		.main-nav a[b-nvtdk3e3pm] {
			display: block;
			padding: 8px 0;
		}

	.logo-main-text[b-nvtdk3e3pm], .logo-sub-text[b-nvtdk3e3pm], .logo-admission-text[b-nvtdk3e3pm] {
		white-space: normal;
	}

	.logo-text[b-nvtdk3e3pm] {
		max-width: 180px;
	}
}

@media (max-width: 576px) {
	.logo-container[b-nvtdk3e3pm] {
		flex-direction: column;
		align-items: flex-start;
	}

	.logo[b-nvtdk3e3pm] {
		margin-right: 0;
		margin-bottom: 5px;
		height: 40px;
	}

	.logo-text[b-nvtdk3e3pm] {
		max-width: 100%;
	}

	.logo-main-text[b-nvtdk3e3pm] {
		font-size: 15px;
	}

	.logo-sub-text[b-nvtdk3e3pm] {
		font-size: 12px;
	}

	.logo-admission-text[b-nvtdk3e3pm] {
		font-size: 14px;
		color: darkred;
	}
}

@media (max-width: 480px) {
	.header-item[b-nvtdk3e3pm] {
		font-size: 12px;
	}

	.header-icon[b-nvtdk3e3pm] {
		font-size: 14px;
	}

	.language-selector[b-nvtdk3e3pm] {
		padding: 3px;
		font-size: 12px;
	}

	.logo-main-text[b-nvtdk3e3pm] {
		font-size: 14px;
	}

	.logo-sub-text[b-nvtdk3e3pm] {
		font-size: 11px;
	}

	.logo-admission-text[b-nvtdk3e3pm] {
		font-size: 13px;
	}
}
/* Mobile Menu Styles */
.mobile-menu-btn[b-nvtdk3e3pm] {
	display: none;
	background: none;
	border: none;
	font-size: 1.5rem;
	color: #333;
	cursor: pointer;
	padding: 0.5rem;
}

.main-nav[b-nvtdk3e3pm] {
	display: flex;
}

	.main-nav ul[b-nvtdk3e3pm] {
		display: flex;
		list-style: none;
		margin: 0;
		padding: 0;
		gap: 1rem;
	}

		.main-nav ul li[b-nvtdk3e3pm] {
			margin: 0;
		}

			.main-nav ul li a[b-nvtdk3e3pm] {
				text-decoration: none;
				padding: 0.5rem 1rem;
				display: block;
				color: #333;
			}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
	.mobile-menu-btn[b-nvtdk3e3pm] {
		display: block;
	}

	.main-nav[b-nvtdk3e3pm] {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: white;
		box-shadow: 0 2px 5px rgba(0,0,0,0.1);
		display: none;
		z-index: 1000;
	}

		.main-nav.active[b-nvtdk3e3pm] {
			display: block;
		}

		.main-nav ul[b-nvtdk3e3pm] {
			flex-direction: column;
			gap: 0;
		}

			.main-nav ul li[b-nvtdk3e3pm] {
				border-bottom: 1px solid #eee;
			}

				.main-nav ul li:last-child[b-nvtdk3e3pm] {
					border-bottom: none;
				}

				.main-nav ul li a[b-nvtdk3e3pm] {
					padding: 1rem;
					border-bottom: none;
				}

	.main-header-container[b-nvtdk3e3pm] {
		position: relative;
	}
}

/* RTL Support */
@media (max-width: 768px) {
	.main-nav[b-nvtdk3e3pm] {
		right: 0;
		left: 0;
	}
}

/* _content/admission.aiuportal.com/Components/Layout/LoginLayout.razor.rz.scp.css */
.body-container[b-21tnsps7oo] {
	position: relative;
}

	.body-container[b-21tnsps7oo]::before {
		content: "";
		background-image: url('Resources/Images/AIU/AIU-FRONTAL.png');
		/*background-image: url('Resources/Images/AIU/Back.png');*/
		/*background-image: url('Resources/Images/AIU/AIU Desktop Backround-02.jpg');*/
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
		opacity: 0.8; /* optional - adjust transparency */
	}
/* _content/admission.aiuportal.com/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-g5dojy12e1] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-g5dojy12e1] {
    flex: 1;
}

.body-container[b-g5dojy12e1] {
    position: relative;
}

    .body-container[b-g5dojy12e1]::before {
        content: "";
        background-image: url('Resources/Images/AIU/AIU-VIEW.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        opacity: 0.1; /* optional - adjust transparency */
    }

.sidebar[b-g5dojy12e1] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-color: transparent;
}

.top-row[b-g5dojy12e1] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    /*justify-content: flex-end;*/
    height: 3.5rem;
    display: flex;
    align-items: center;
    position: fixed;
}

    .top-row[b-g5dojy12e1]  a, .top-row[b-g5dojy12e1]  .btn-link {
        white-space: normal;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-g5dojy12e1]  a:hover, .top-row[b-g5dojy12e1]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-g5dojy12e1]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-g5dojy12e1] {
        justify-content: space-between;
    }

        .top-row[b-g5dojy12e1]  a, .top-row[b-g5dojy12e1]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-g5dojy12e1] {
        flex-direction: row;
    }

    .sidebar[b-g5dojy12e1] {
        width: auto;
        height: 100vh;
        position: sticky;
        top: 0;
        background-color: transparent;
    }

    .top-row[b-g5dojy12e1] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-g5dojy12e1]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-g5dojy12e1], article[b-g5dojy12e1] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-g5dojy12e1] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-g5dojy12e1] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@keyframes pulse-color-b-g5dojy12e1 {
    0% {
        color: red;
        opacity: 0;
    }

    25% {
        color: red;
        opacity: 0.5;
    }

    50% {
        color: red;
        opacity: 1;
    }

    75% {
        color: red;
        opacity: 0.5;
    }

    100% {
        color: red;
        opacity: 0;
    }
}

.pulse-color[b-g5dojy12e1] {
    animation: pulse-color-b-g5dojy12e1 2s infinite ease-in-out;
}

.noselect input[b-g5dojy12e1],
.noselect textarea[b-g5dojy12e1] {
    pointer-events: none;
}
.readonly-ui input[b-g5dojy12e1],
.readonly-ui textarea[b-g5dojy12e1],
.readonly-ui select[b-g5dojy12e1] {
    pointer-events: none;
    user-select: none;
    opacity: 1; /* Keep them visible */
}
/* _content/admission.aiuportal.com/Components/Layout/NavMenu.razor.rz.scp.css */
/** {
	transition: all 0.3s ease-in-out;
	animation: alternate 0.5s ease-in-out;
}
*/.top-row[b-i1olksz9wb] {
    height: 3.5rem;
     background-color: transparent; 
    /*background: linear-gradient(to bottom, darkred, darkblue);*/
}

.nav-scrollable[b-i1olksz9wb] {
    display: none;
}

.nav-scrollable.collapsed[b-i1olksz9wb] {
    width: 3.5rem;
    overflow: hidden;
}

.nav-scrollable.collapsed .nav-item[b-i1olksz9wb] {
    display: none;
}

.top-level-link[b-i1olksz9wb] {
    font-weight: bold;
}

.second-level-link[b-i1olksz9wb] {
    font-weight: 500;
    /* Medium font weight */
}

.third-level-link[b-i1olksz9wb] {
    font-weight: normal;
    /* Normal font weight */
}

/* Add this style for the transition */
.collapse.show[b-i1olksz9wb] {
    height: auto;
    transition: height 0.3s ease-in-out;
    overflow: visible;
}

.collapse[b-i1olksz9wb] {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
}



.nav-scrollable.collapsed .collapse-button[b-i1olksz9wb] {
    right: auto;
    left: 1rem;
}

.navbar-toggler[b-i1olksz9wb] {
    appearance:push-button;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: darkred;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-i1olksz9wb] {
    background-color: rgba(255, 255, 255, 0.5);
}

/*.top-row {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}
*/
.navbar-brand[b-i1olksz9wb] {
    font-size: 1.1rem;
}

.bi[b-i1olksz9wb] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-i1olksz9wb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-i1olksz9wb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-i1olksz9wb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-i1olksz9wb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-i1olksz9wb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-i1olksz9wb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-i1olksz9wb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-i1olksz9wb] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-i1olksz9wb] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-i1olksz9wb] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-i1olksz9wb] {
        padding-bottom: 1rem;
    }

    .nav-item[b-i1olksz9wb]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-i1olksz9wb]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-i1olksz9wb]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.item-label[b-i1olksz9wb] {
    margin-left: auto; /* Push the text to the left */
}

.collapse-button[b-i1olksz9wb] {
/*    position: absolute;
    top: 1rem;
    right: 1rem;*/
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 1000;
}

.navbar-toggler:checked ~ .nav-scrollable[b-i1olksz9wb] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-i1olksz9wb] {
        display: none;
    }

    .nav-scrollable[b-i1olksz9wb] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        background: linear-gradient(180deg, rgb(0,0,50) 50%, rgb(210, 0, 0) 150%);
        opacity: 0.8;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

/* Transition for the collapse/expand animation */
.collapse[b-i1olksz9wb] {
    display: none;
    overflow: hidden;
    transition: height 0.3s ease, opacity 0.2s ease;
}

    .collapse.show[b-i1olksz9wb] {
        display: block;
        height: auto;
        opacity: 1;
    }

/* Smooth transition for the sidebar itself */
.nav-scrollable[b-i1olksz9wb] {
    transition: width 0.3s ease;
}

    .nav-scrollable.collapsed[b-i1olksz9wb] {
        width: var(--collapsed-width, 60px); /* Adjust as needed */
    }

/* Transition for the arrow icons */
.collapse-button span[b-i1olksz9wb] {
    transition: transform 0.3s ease;
}

/* Transition for menu item icons */
.nav-link .fa[b-i1olksz9wb] {
    transition: all 0.3s ease;
}

/* For the height transition to work, we need to set max-height */
.transition-height[b-i1olksz9wb] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

    .transition-height.show[b-i1olksz9wb] {
        max-height: 1000px; /* Adjust based on your content */
    }
/* _content/admission.aiuportal.com/Components/UIElements/FileUploadComponent.razor.rz.scp.css */
/* File upload component styles */
.file-upload-container[b-u2cp2vqowx] {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #f9f9f9;
}

.file-input[b-u2cp2vqowx] {
    margin-bottom: 10px;
}

.progress[b-u2cp2vqowx] {
    height: 25px;
}

.progress-bar[b-u2cp2vqowx] {
    line-height: 25px;
    font-size: 14px;
}

.selected-files[b-u2cp2vqowx] {
    margin-top: 15px;
}
/* _content/admission.aiuportal.com/Components/UIElements/InpuForm.razor.rz.scp.css */
.form-container[b-9ccmge5sfu] {
	max-width: 600px; /* Adjust the maximum width as needed */
	margin: 0 auto; /* Centers the form horizontally */
	padding: 10px; /* Optional: Add some padding around the form */
	border-radius: 5px; /* Optional: Add rounded corners */
	border: 0px solid; /* Optional: Add a border */
	box-shadow: 4px 5px 5px 5px rgba(0, 0, 0, 0.5); /* Optional: Add a subtle shadow */
	/* Optional: Add a border or background for better visual separation */
	/* border: 1px solid #ccc; */
	/* background-color: #f8f9fa; */
}

.form-label-custom[b-9ccmge5sfu] {
	color: darkred !important;
}

.form-text-custom[b-9ccmge5sfu] {
	color: midnightblue !important;
	font-size: 0.9em;
}

.form-control-custom[b-9ccmge5sfu] {
	direction: rtl;
	text-align: right;
}

.form-text-custom[b-9ccmge5sfu] {
	direction: rtl;
	text-align: right;
}

.form-check-label[b-9ccmge5sfu] {
	direction: rtl;
	text-align: right;
}

.btn[b-9ccmge5sfu] {
	direction: rtl;
}
/* _content/admission.aiuportal.com/Components/UIElements/MessageBox.razor.rz.scp.css */
.modal-overlay[b-qwpnan2jhn] {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000; /* Ensure it's on top of other content */
	font-family: 'Inter', sans-serif;
}

.modal-content[b-qwpnan2jhn] {
	background-color: white;
	padding: 2.5rem;
	border-radius: 0.75rem; /* Rounded corners */
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
	max-width: 90vw; /* Responsive width */
	width: 400px; /* Max width for desktop */
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	position: relative;
}

.modal-message[b-qwpnan2jhn] {
	font-size: 1.125rem; /* Larger font size */
	color: #333;
	margin-bottom: 1rem;
}

.modal-buttons[b-qwpnan2jhn] {
	display: flex;
	justify-content: center;
	gap: 1rem; /* Space between buttons */
}

.modal-button[b-qwpnan2jhn] {
	border: none;
	padding: 0.75rem 1.5rem;
	border-radius: 0.5rem; /* Rounded corners */
	cursor: pointer;
	font-size: 1rem;
	font-weight: 600;
	transition: background-color 0.2s ease-in-out, transform 0.1s ease-in-out;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	flex: 1; /* Make buttons take equal width */
	max-width: 150px; /* Limit button width */
}

.modal-ok-button[b-qwpnan2jhn] {
	background-color: green; /* Indigo 600 */
	color: white;
}

	.modal-ok-button:hover[b-qwpnan2jhn] {
		background-color: darkgreen; /* Indigo 700 */
		transform: translateY(-1px);
	}

	.modal-ok-button:active[b-qwpnan2jhn] {
		transform: translateY(0);
		box-shadow: none;
	}

.modal-cancel-button[b-qwpnan2jhn] {
	background-color: #EF4444; /* Red 500 */
	color: white;
}

	.modal-cancel-button:hover[b-qwpnan2jhn] {
		background-color: #DC2626; /* Red 600 */
		transform: translateY(-1px);
	}

	.modal-cancel-button:active[b-qwpnan2jhn] {
		transform: translateY(0);
		box-shadow: none;
	}
