body {
    background: linear-gradient(135deg, #f8f9fa, #ffffff);

    font-family: "Momo Trust Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: italic;
}

.form-label {
    font-family: "Momo Trust Display", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* .select2-container--bootstrap5 .select2-selection.is-invalid,
.select2-container--default .select2-selection.is-invalid {
    border-color: #dc3545 !important;
}

.select2-container--bootstrap5 .select2-selection.is-valid,
.select2-container--default .select2-selection.is-valid {
    border-color: #198754 !important;
} */

.mw-1500px {
    max-width: 1500px !important;
}

.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);
    }
}

/* Bỏ màu nền khi autofill trong Chrome */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important; /* đổi #ffffff thành màu bạn muốn */
    -webkit-text-fill-color: #000 !important; /* màu chữ */
    transition: background-color 5000s ease-in-out 0s;
}

.box {
    width: auto;
    padding: 20px;
    font-weight: bold;
    position: relative;
    border-radius: 12px;
    background: white;
}

.box::before {
    content: "";
    position: absolute;
    inset: -3px;
    border-radius: 20px;
    background: linear-gradient(90deg, red, orange, red);
    background-size: 300% 300%;
    z-index: -1;
    animation: borderMove 3s linear infinite;
}

@keyframes borderMove {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

/* CSS cho thông báo tuyển sinh */
.tb-item ul {
    list-style: none;
    padding-left: 0;
}

.thongbao-items-link a {
    font-size: 24px;
    color: #0d6efd;
    text-decoration: none;
}
.thongbao-list a {
    font-size: 50px;
    color: #0d6efd;
    text-decoration: none;
}

.thongbao-items-link a:hover {
    text-decoration: underline;
}

.badge {
    font-size: 15px;
}

.text-gradient-animated {
    background: linear-gradient(
        90deg,
        #ff0000,
        #ff9900,
        #00c3ff,
        #00ff66,
        #ff0000
    );
    background-size: 300% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientMove 6s linear infinite;
}

@keyframes gradientMove {
    0% {
        background-position: 0% center;
    }
    100% {
        background-position: 300% center;
    }
}

/* CSS FONT */

.momo-trust-display-regular {
    font-family: "Momo Trust Display", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.momo-trust-sans {
    font-family: "Momo Trust Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

/* INVALID */
/* .select2-container .select2-selection.is-invalid {
    border: 1px solid #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
} */

/* VALID */
/* .select2-container .select2-selection.is-valid {
    border: 1px solid #198754 !important;
} */
.select2-container {
    width: 100% !important;
}

.select2-selection {
    height: 38px !important;
    display: flex !important;
    align-items: center;
}

