html,body
{
	font-family: sans-serif;
	font-size: 19px
}
h1
{
    font-size:1.4rem;
    color:#3851a9;
}
h2
{
    font-size:1.1rem;
}
p
{
    font-size:1.1rem;
}
.container
{
	max-width:800px;
}
.divcampus
{
	max-width: 400px;
	margin:auto;
}
.btn-shichida
{
	font-size:14px;
	line-height:1.20 !important;
	font-weight:700;
	font-style: normal;
	text-transform: none;
	letter-spacing: 0.03em;
	border-radius: 1em;
	padding: 1.1em 1.7em;
	background: #f5961a;
	border-color: transparent;
	color: #ffffff !important;
	box-shadow: 0px 0.1em 0.2em 0px rgba(0,0,0,0.2);
}
.btn-shichida:disabled {
    background-color: #f5961a !important; /* Forces your background color */
    border-color: transparent !important; /* Forces your border color */
    opacity: 0.5; /* Recommended: Dim the button to show it's disabled */
}
.btn-shichida:hover
{
	background: #f8ab48;
}
.btn-xs.btn-shichida
{
	font-size: .7rem;
	line-height: 1 !important;
	padding: .5rem .4rem;
	border-radius: .5rem;
}
.btn-shichida.btn-blue
{
    background-color:#3851a9!important;
    color:#fff;
}
.btn-shichida.btn-blue:hover
{
    background-color:#fe3132!important;
    color:#fff;
}
.btn-shichida.btn-red
{
    background-color:#fe3132!important;
    width:75%;
}
.btn-shichida.btn-red:hover
{
    background-color:#f66060!important;
}
#btnpay i
{
    font-size: 1.5rem;
}
input.form-control,select.form-select
{
	line-height:2.5;
	padding: 6px 10px;
	background-color: #fff;
	border: 1px solid #D1D1D1;
	border-radius: 4px;
	box-shadow: none;
	box-sizing: border-box;
}
.datepicker-icon-overlay {
    position: absolute; 
    right: 0; 
    top: 50%;
    transform: translateY(-50%);
    z-index: 3; 
    background: transparent;
    border: none;
    cursor: pointer;
    padding-right: 15px;
}

#txtdob {
    padding-right: 40px;
}

.datepicker {
    max-width: 100%; 
    padding: 0;
    border-radius: 0.375rem; 
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); 
}
.datepicker-days,
.datepicker-months,
.datepicker-years,
.datepicker-decades,
.datepicker-centuries {
    width: 100%;
}

.datepicker table tr td.day,
.datepicker table tr th {
    padding: 0.5rem;
    height: 38px;
    line-height: 28px;
}
.datepicker table tr td.today {
    background-color: #ffe0b2 !important; 
    border-color: #ff9800 !important;
    color: #000 !important;
}

/* Update the hover/focus state to match BS5 primary button hover */
.datepicker table tr td.day:hover,
.datepicker table tr th:hover {
    background: #f0f0f0;
}

/* Style the 'Clear' button to match your 'Next' button (if necessary) */
.datepicker .clear {
    /* Set width to fill the space */
    width: 100%;
    /* Adapt orange color from your 'Next' button */
    background-color: #ff9800; 
    color: #fff;
    border: 1px solid #ff9800;
    border-radius: 0 0 0.375rem 0.375rem; /* Match the bottom corner radius of the container */
    padding: 0.5rem;
    font-weight: bold;
    cursor: pointer;
}
.msg
{
	color:#b92727;
	font-size: .8rem;
}
.has-error
{
/*    border:1px solid #ffbbbb;*/
}
.table-shichida thead tr th
{
    background-color: #3851a9;
    font-size: .9rem;
    color:#fff;
}
.table-shichida tr td
{
    font-size: .8rem;
}

loadingModal .modal-backdrop {
    opacity: 0.7;
}

/* Ensure the modal is centered vertically */
#loadingModal .modal-dialog {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

/* Hide the default modal header/footer for the loading indicator */
.loading-content {
    background: none;
    border: none;
    box-shadow: none;
    text-align: center;
}

.spinner-container {
    padding: 2rem;
    background-color: white;
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

/* Customize the spinner color */
.spinner-border {
    color: #4c51bf !important; /* Tailwind indigo-700 */
}



.table-card {
    max-width: 900px;
    width: 100%;
    padding: 2rem;
}

/* Styling for the table itself */
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f5f5f5; /* Light gray for striped rows */
}

.table-hover tbody tr:hover {
    background-color: #e2e8f0; /* Tailwind blue-gray-200 */
}
.terms
{
    font-size: .9rem;
}
.divpay .form-group label
{
    margin-top:1rem;
}