.form-control {
    /* border-color: #81e7af; */
    color: #102e50;
}
.form-control:hover {
    border-color: #81e7af;
    color: #102e50;
}
.form-select {
    border-color: #81e7af;
    color: #102e50;
}

.title-main {
    color: #ed1c24 !important;
    text-transform: uppercase;
    font-size: 34px !important;
    line-height: 42px;
    margin-bottom: 20px !important;
}

.header-index-container .logo img {
    height: 60px;
}

.header-index-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.index-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header-index-section {
    padding: 0 12px;
    box-shadow: 0px 10px 5px -10px rgba(0, 0, 0, 0.15);
    background: #fff;
}

/*
CSS dành cho người dùng điện thoại 
 */
@media (max-width: 992px) {
    .header-index-container .logo img {
        height: 40px;
    }
    .logo-header {
        display: none;
    }
}
.stepper-title-font-size {
    font-size: 2.2em;
}

@media (max-width: 992px) {
    .header-fixed[data-kt-sticky-header="on"] .header {
        height: 90px;
    }
}

/*
CSS dành cho preloader 
 */
#loading-overlay {
    position: fixed;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}
.loading-logo {
    width: 100px;
    height: 100px;
    animation: spin 1.5s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/*
CSS trang đăng ký xét tuyển 
 */
.info-thisinh {
    /* color: #f05123; */
    /* color: white; */
    font-size: 15px;
}
.info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.info-grid div {
    background-color: rgba(59, 130, 246, 0.1);

    border: 1px solid #e6e9ec;
    color: #001f3e;
    font-weight: 600;

    padding: 10px 15px;
    border-radius: 8px;
}

.info-grid div p {
    margin: 4px 0;
}

.title_label {
    padding: 8px 90px 0 15px;
    background: linear-gradient(90deg, #004fac 3.24%, #2279c8 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 133%;
    text-transform: uppercase;
    border-radius: 0 50px 0 0;
    margin-right: 5px;
}
.title {
    border-bottom: 4px solid #0071d8;
    display: flex;
    align-items: end;
}
.color-white {
    color: #fff;
}

.f-upload-title {
    padding-bottom: 10px;
    font-size: 16px;
    color: #11467f;
    width: 100%;
}
.link-fileuploaded {
    display: flex;
    width: 100%;
    justify-content: end;
}
.upload-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #aeaeae;
}
.upload-title-more {
    max-width: 400px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.8);
    font-style: italic;
}
.f-button-upload {
    width: inherit;
    height: fit-content;
}
.dkxt-required {
    color: #d72134;
}
.modal-fullscreen {
    width: 90vh;
    margin: auto;
}

.form-check-label {
    color: #d72134;
    font-size: 1.05em;
}
.form-check-input {
    border: solid 1px red;
}
/*
CSS cho thư viện Filepond 
 */
.filepond--label-action {
    color: #ff5733; /* Màu cam */
    font-weight: bold;
}
.filepond--panel-root {
    border: 1.5px dashed #ff5733 !important; /* Thay đổi màu viền */
    background-color: #f8f9fa; /* Màu nền */
}

#progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: #ff0000; /* Màu đỏ YouTube */
    transition: width 0.2s ease-out;
    z-index: 9999;
}

/* CSS button custom */
.trendy-button {
    padding: 12px 24px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(
        to right,
        #3b82f6,
        #8b5cf6
    ); /* blue to purple */
    border: none;
    border-radius: 13px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
}

.trendy-button:hover {
    background: linear-gradient(
        to right,
        #8b5cf6,
        #ec4899
    ); /* purple to pink */
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

/* CSS cho thông tin lệ phí tuyển sinh */
.alert-status {
    display: inline-block;
    padding: 7px 13px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    margin: 8px 0;
    animation: fadeIn 0.4s ease;
    transition: all 0.3s ease;
}

.alert-status.success {
    background: linear-gradient(135deg, #d1fae5, #a7f3d0);
    /* xanh pastel */
    color: #065f46;
}

.alert-status.error {
    background: linear-gradient(135deg, #fee2e2, #fecaca);
    /* đỏ pastel */
    color: #7f1d1d;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
