﻿html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}


/* width */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #3782f5;
    border-radius: 8px;

}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #053083;
        cursor:pointer;
    }

.bg-header {
    background: linear-gradient(180deg, #3782F5 0%, rgba(63, 151, 255, 0) 155.69%);
}

.header-area .header-top .header-info-left ul li a {
    color: #fff;
}

    .header-area .header-top .header-info-left ul li a:hover {
        color: #FFC107;
        font-weight: bold;
    }

.bg-default {
    background: rgba(55, 130, 245, 1);
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #ffffff;
    height: 3px;
    margin: 5px 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 24px;
    position: relative;
}
/*.slicknav_menu .slicknav_arrow {
    background-image: url('../img/down.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
}*/
.banner-area {
    padding: 10px 0;
}

.carousel-control-prev, .carousel-control-next {
    background: transparent;
    border: transparent;
}

.btn-sytem {
    width: 240px;
    color: #fff;
    background: rgba(55, 130, 245, 1);
    border: 1px solid transparent;
    text-transform: uppercase;
    font-family: "Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

    .btn-sytem:hover {
        color: #fff;
        border: 1px solid #FF9800;
        background: #FF9800;
    }

.main-box .content-main {
    border-style: groove;
    border-color: rgba(55, 130, 245, 0.3);
    background: #fff;
    border: 2px solid rgba(55, 130, 245, 0.3);
    padding: 10px;
    max-height: 464px;
    overflow: auto;
}

.recent-articles {
    margin: 30px 0;
}

.tb-box-title {
    background: rgba(55, 130, 245, 1);
}

    .tb-box-title h5 {
        color: #FFF;
    }

    .tb-box-title h5 {
        color: #FFF;
        font-size: 16px;
        text-align: center;
        text-transform: uppercase;
        padding: 10px;
    }

.recent-post-widget .post, .recent-link-widget .post, .recent-tb-widget .post {
    margin-bottom: 20px;
    overflow: hidden;
}

    .recent-post-widget .post .img-holder {
        float: left;
        width: 120px;
    }

    .recent-link-widget .post .img-holder {
        float: left;
        width: 52px;
    }

    .recent-tb-widget .post .img-holder {
        float: left;
        width: 50px;
    }

.recent-post-widget h3, .recent-link-widget h3, .recent-tb-widget h3 {
    text-align: center;
    text-transform: uppercase;
    background: rgba(55, 130, 245, 1);
    color: #fff;
    font-size: 16px;
    padding: 10px;
}

.recent-post-widget .post .img-holder img, .recent-link-widget .post .img-holder img, .recent-tb-widget .post .img-holder img {
    border-radius: 2px;
    /*height: 80px;
    object-fit: cover;*/
    width: 100%;
}

.recent-post-widget .post .details {
    float: left;
    padding-left: 20px;
    width: calc(100% - 120px);
}

.recent-tb-widget .post .details {
    float: left;
    padding-left: 14px;
    width: calc(100% - 50px);
}

.recent-link-widget .post .details {
    float: left;
    padding-left: 20px;
    width: calc(100% - 70px);
}

.recent-post-widget .post .details .date, .recent-tb-widget .post .details .date {
    color: #444;
    font-size: 12px;
    position: relative;
    top: -2px;
}

.ute-detail-title {
    color: #444;
    font-size: 13px;
    position: relative;
    top: -2px;
}

.recent-post-widget .post h4, .recent-link-widget .post h4, .recent-tb-widget .post h4 {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3em;
    margin: 0.3em 0 0;
}

    .recent-post-widget .post h4 a, .recent-link-widget .post h4 a {
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        color: #002b6e; /*#232f4b;*/
        display: inline-block;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .recent-tb-widget .post h4 a {
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        color: #002b6e; /*#232f4b;*/
        display: inline-block;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .recent-post-widget .post h4 a:hover, .recent-link-widget .post h4 a:hover, .recent-tb-widget .post h4 a:hover {
            color: #dc1b20;
        }

.recent-post-widget .post p, .recent-link-widget .post p, .recent-tb-widget .post p {
    color: #444;
    font-size: 13px;
    line-height: 16px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #232f4b;
    display: inline-block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.calendar-thr {
    background: #ffffff;
    border: 1px solid #3782f5;
    text-align: center;
    font-weight: bold;
}

    .calendar-thr h6 {
        text-align: center;
        background: rgba(55, 130, 245, 1);
        padding: 4px;
        color: #ffffff;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 0;
    }

    .calendar-thr span {
        color: rgba(55, 130, 245, 1);
    }

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

    ul.social-network li {
        display: inline;
        margin: 0 5px;
    }

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 15px;
}

.social-circle li i {
    margin: 0;
    line-height: 30px;
    text-align: center;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 15px;
}

.social-network a.icoFacebook:hover {
    background-color: #1da1f2;
}

.social-network a.icoYoutube:hover {
    background-color: #ff0000;
}

.social-network a.icoTitter:hover {
    background-color: #00aced;
}

.social-network a {
    background-color: #F9F9F9;
}

.footer-pera i, .list-group li strong, .list-group li span, .footer-tt i {
    color: #fff;
}

.widget.recent-link-widget .content-main, .widget.recent-tb-widget .content-main, .recent-post-widget .content-main {
    min-height: 464px;
}

.recent-post-widget ul li {
    margin: 0;
    text-align: left;
    text-decoration: none;
    text-align: left;
    list-style: none;
    color: #666;
    background: none;
    border-bottom: 1px dashed #3782f5;
    font-weight: bold;
    font-size: 13px;
    padding: 12px 10px;
}

    .recent-post-widget ul li a {
        color: rgba(0, 0, 0, 0.7);
    }

    .recent-post-widget ul li:last-child, #menu-gv menu .item:last-child {
        border-bottom: none;
    }

    .recent-post-widget ul li a:hover {
        color: #dc1b20;
    }

.recent-articles .container, #breadContent.container, .content-main-home .container {
    padding-left: 0;
    padding-right: 0;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

.w-img-gv {
    width: 23px;
}

#breadContent {
    border-radius: initial;
    color: #054770;
    text-transform: uppercase;
    font-size: 14px;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    list-style: none;
    padding: 0.55rem 0.55rem 0.45rem 0.55rem !important;
    font-size: 12px;
    background: #e9ecef;
    border-bottom: 1px solid #3782f5;
    border-radius: unset;
}

    .breadcrumb .title_tb {
        color: #0a4182;
        font-weight: bold;
    }

    .breadcrumb i {
        color: #0a4182;
        font-size: 16px;
    }

span.br-span {
    font-size: 16px;
    margin: 0 8px;
    line-height: 18px;
}

#tb_nav a.active {
    color: #dc1b20;
}

#tb_nav .content-main {
    max-height: unset;
    min-height: unset;
}

.thongbao-list .post {
    border-bottom: 1px dashed #9E9E9E;
    padding-bottom: 20px;
}

a {
    outline: 0 !important;
    box-shadow: none !important;
}

.nav-nganhdt {
    border: 1px solid #3782f5;
}

    .nav-nganhdt .img_icon {
        width: 80px;
    }

    .nav-nganhdt .post_item .media-body {
        justify-content: center;
        align-self: center;
    }

        .nav-nganhdt .post_item .media-body h3 {
            font-size: 16px;
            line-height: 16px;
            transition: all 0.3s linear;
            text-transform: uppercase;
            margin-bottom: 0px;
        }

    .nav-nganhdt i.icon-nav-tb {
        font-size: 60px;
        margin: 0 10px;
        color: #3782f5;
    }

.tag-holder-box ul {
    float: left;
}

    .tag-holder-box ul li {
        list-style: none;
        display: inline-block;
        float: left;
        margin-right: 10px;
    }

        .tag-holder-box ul li a {
            display: block;
            background: #e9ecef;
            color: #8b8b8b;
            padding: 3px 10px 3px;
            transition: all 500ms ease;
        }

            .tag-holder-box ul li a:hover {
                background: #3782f5;
                color: #ffffff;
            }

                .tag-holder-box ul li a i:hover, .tag-holder-box ul li a:hover i {
                    color: #ffffff;
                }

.pointer {
    cursor: pointer;
}

#related_article .weekly2-img img {
    height: 120px!important;
}

.form-login .main-login {
    max-width: 400px;
    margin: 0 auto;
    border: 1px solid #3782f5;
    border-radius: 4px;
    padding: 40px 10px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.form-login #usernname {
    background: transparent;
    border-right: none;
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
}

.form-login .input-username {
    border-left: none;
}

.form-login input {
    padding-left: 32px;
}

.form-login .icon {
    position: relative;
    float: left;
    margin-left: 8px;
    margin-top: -28px;
    z-index: 2;
    color: #222222;
}

.toggle-password {
    float: right;
    position: relative;
    z-index: 2;
    bottom: 26px;
    right: 8px;
}

.form-login #forgot-password a {
    color: #3782f5;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
}

#rememberLogin:focus {
    box-shadow: none;
}

#groupRemember label {
    font-size: 13px;
    position: relative;
    top: -2px;
}

.btn-login {
    background: rgba(55, 130, 245, 1);
    font-size: 13px;
    font-family: "Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

button.btn.btn-login:hover {
    background-color: #0056b3;
}

button.btn.btn-login::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(10 92 216);
    z-index: 1;
    border-radius: 5px;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
}

/*#menu-gv .menu, .recent-post-widget .menu {
    width: 100%;
    border-style: groove;
    border-color: rgba(55, 130, 245, 0.3);
    background: #fff;
    border: 2px solid rgba(55, 130, 245, 0.3);
}*/

#menu-gv .menu .item, .recent-post-widget .menu .item {
    position: relative;
    cursor: pointer;
    border-bottom: 1px dashed #3782f5;
}

    #menu-gv .menu .item a, .recent-post-widget .menu .item a {
        color: rgba(0, 0, 0, 0.7);
        font-size: 13px;
        text-decoration: none;
        display: block;
        padding: 12px 10px;
        line-height: 20px;
        font-weight: bold;
    }

        #menu-gv .menu .item a:hover, .recent-post-widget .menu .item a:hover {
            background: #e8e9eb;
            transition: 0.3s ease;
        }

    #menu-gv .menu .item i, .recent-post-widget .menu .item i {
        margin-right: 15px;
    }

    #menu-gv .menu .item a .dropdown, .recent-post-widget .menu .item a .dropdown {
        position: absolute;
        right: 0;
        transition: 0.3s ease;
    }

    #menu-gv .menu .item .sub-menu, .recent-post-widget .menu .item .sub-menu {
        background: #fff;
        display: none;
    }

        #menu-gv .menu .item .sub-menu a, .recent-post-widget .menu .item .sub-menu a {
            padding-left: 40px;
            border-top: 1px dashed #3782f5;
        }

.menu .item:last-child {
    border-bottom: none !important;
}

.rotate {
    transform: rotate(180deg);
}

.content-main-home {
    margin: 30px 0;
}

#PageSv .card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
}

#PageSv .card-img-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

#PageSv .w-avatar {
    max-width: 150px;
    border-radius: 4px;
}

#PageSv .card-img {
    max-width: 100%; /* Đảm bảo ảnh không vượt quá kích thước của thẻ card */
    max-height: 100%; /* Đảm bảo ảnh không vượt quá kích thước của thẻ card */
    display: inline-block; /* Hiển thị ảnh dưới dạng khối nội dung trong thẻ card */
    vertical-align: middle; /* Căn giữa ảnh theo chiều dọc */
}

#PageSv .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

#btnLogout {
    background: #3782f5;
    padding: 10px;
    font-size: 13px;
color: #ffffff;
}

#PageSv a.sub-btn {
    background: #3782f5;
    color: #fff;
}

.media.post_item:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.2);
    cursor: pointer;
}

@media (max-width: 767px) {
    .bg-default {
        background: #fff;
    }

    #related_article .weekly2-img img {
        height: auto;
    }

    .sticky-logo.info-open img.img-fluid {
        width: 86%;
    }

    .d-wb-none {
        display: none !important;
    }

    .button-group-area .genric-btn {
        margin-right: 0;
        margin-top: 10px;
    }

    .main-box {
        margin-bottom: 30px;
    }

    .recent-articles .container, #breadContent.container, .content-main-home .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    #groupRemember label {
        top: unset;
    }
}

thead.thead-client th {
    background: #3782f5;
    color: #fff;
}
table td {
    border: 2px solid #eaeaea !important;
}
.c-default {
    color: #3782f5;
}

.block-head {
    --c-line: #0355d2;
    --line-width: 40px;
    --line-weight: 2px;
    --border-weight: 1px;
    border-bottom: 2px solid #0355d2;
    position: relative;
}

    .block-head .heading {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.2;
        text-transform: uppercase;
        color: #0355d2;
        flex-shrink: 0;
        max-width: 100%;
    }

.thead-client tr {
    font-size: 13px;
}

tbody tr td {
    font-size: 14px;
}

.alert-light {
    background-color: #ecf0f1;
    border: none;
    color: #212529;
    border-radius: 4px;
}

.alert-dismissible {
    padding: 1rem;
}

.block-body input {
    font-weight: bold;
}

a.sub-item.active {
    background: rgba(0,0,0,.075);
}

body.modal-open {
    padding-right: 0 !important;
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.bg-head-modal {
    background-color: #ecf0f1
}

.cl-hpbatbuoc {
    color: #ff4001;
}

.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    display: none;
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.external-captcha {
    cursor: pointer;
}

.captcha-text {
    background-color: #004d6e;
    color: white;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-right: 10px;
    text-align: center;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.25rem !important;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

#main-door .item a.active {
    color: #fff;
    background-color: #007bff;
}

#main-door .item a.active {
    background: #0064b0;
    transition: 0.3s ease;
    color: #fff;
}

#main-door {
    border: 1px solid transparent;
    border-radius: 4px;
}

    #main-door a.sub-btn {
        color: rgba(0, 0, 0, 0.7);
    }

    #main-door .item a {
        color: #fff;
        font-size: 13px;
        text-decoration: none;
        display: block;
        padding: 12px 10px;
        line-height: 20px;
        font-weight: bold;
    }

    #main-door .item {
        position: relative;
        cursor: pointer;
        border-bottom: 1px dashed #3782f5;
        background: #3782f5;
        margin-bottom: 2px;
    }

        #main-door .item a:hover {
            background: #135ae7;
            transition: 0.3s ease;
        }

        #main-door .item .sub-menu {
            background: #3782f5;
            display: none;
        }

            #main-door .item .sub-menu a {
                border-bottom: 1px dashed #fff;
            }

span.notification-count {
    position: relative;
    top: -8px;
    right: 0px;
    background-color: #f43b00;
    color: white;
    border-radius: 50%;
    padding: 5px 8px;
    font-size: 11px;
    font-weight: bold;
}

#main-door .sub-btn {
    background: #0064b0 !important;
}

.bd-menu-one {
    border: 1px solid #3782f5;
    border-radius: 4px;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
}

.status-rejected {
    color: red;
}

.status-pending {
    color: orange;
}

.status-processing {
    color: blue;
}

.status-processed {
    color: green;
}

.status-received {
    color: darkgreen;
}

.status-expired {
    color: gray;
}

.status-na {
    color: black;
}

.action-one {
    display: flex;
    justify-content: space-evenly;
}

.bread-list-new {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    list-style: none;
    padding: 0.55rem 0.55rem 0.45rem 0.55rem !important;
    background: transparent;
    border-bottom: 2px solid #3782f5;
    border-radius: unset;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    font-size: 20px;
}

    .bread-list-new i {
        color: #0a4182;
    }

    .bread-list-new .title_tb {
        color: #0a4182;
        font-weight: bold;
    }

.mr-10x {
    margin-right: 10px;
}

h5.title-detail {
    color: #0147b2;
}

.mess-alert {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.section-gap {
    padding: 1.5rem 0;
}

.top-map {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 70px;
}

.map-content-9 h5 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #000000;
}

.cont-details address {
    margin: 25px 0 10px;
}

    .cont-details address p {
        margin: 10px 0 0 0;
        color: #717171;
        border-bottom: 1px solid #f5f9ff;
        padding: 0 0 10px 0;
    }

.cont-details p, .cont-details p a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #717171;
}

.map-content-9 form input, .map-content-9 form textarea {
    background: #e8f0fd;
    border: none;
    color: #777;
    font-size: 16px;
    line-height: 20px;
    padding: 15px;
    width: 100%;
    margin-top: 15px;
    border-radius: 0.25rem;
    border: 1px solid #f5f9ff;
}

.map-content-9 form textarea {
    resize: none;
    min-height: 140px;
}

button.btn-contact {
    font-size: 16px;
    padding: 15px 40px;
    color: #fff;
    background: #3782F5;
    border-color: #3782F5;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    margin-top: 20px;
    opacity: 0.9;
}

.cont-details i {
    margin-right: 10px;
    font-size: 16px;
    width: 20px;
    text-align: center;
    color: #3782F5;
}

.mt-3x {
    margin-top: 30px !important;
}

.tkb table thead {
    background: #007bff;
    color: #FFFFFF;
}


span.marker {
    background-color: #FFEB3B;
    color: black;
    padding: 2px;
}
/*cập nhật thông tin sv*/
.update-info-card .card-header {
    background-color: white;
    border: none;
}

    .update-info-card .card-header h4 {
        display: block;
        border-bottom: 2px solid #0355d2;
        padding-bottom: 8px;
        color: #0355d2 !important;
    }

.update-info-card strong {
    color: #0355d2;
}

.update-info-card .card-footer {
    background-color: white;
    border: none;
}

.update-info-card .avatar-image {
    width: 200px;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 50%;
    border: 4px solid #0355d2;
    padding: 0px;
    transition: padding 0.3s ease, transform 0.3s ease;
}

    .update-info-card .avatar-image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        object-position: center;
        transition: padding 0.3s ease, transform 0.3s ease;
    }

    .update-info-card .avatar-image:hover {
        padding: 6px;
        transform: scale(1.05);
    }

        .update-info-card .avatar-image:hover img {
            transform: scale(1.15);
        }

.progress-container {
    width: 80%;
    margin: auto;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    position: relative;
}

    .progress-container::before {
        content: '';
        top: 25px;
        left: 0;
        width: 100%;
        background-color: #ccc;
        position: absolute;
        height: 4px;
    }

    .progress-container .progress {
        z-index: 1;
        top: 25px;
        left: 0;
        width: 0%;
        position: absolute;
        background-color: #0355d2;
        height: 4px;
    }

    .progress-container .step {
        z-index: 2;
        position: relative;
    }

        .progress-container .step .icon {
            width: 50px;
            height: 50px;
            background-color: white;
            border-radius: 50%;
            border: 2px solid #0355d2;
            padding: 10px;
        }

        .progress-container .step svg {
            fill: #0355d2;
        }

    .progress-container .label {
        color: #0355d2;
        font-weight: bold;
        position: absolute;
        top: 50px;
        left: 0px;
        width: 80px;
    }

    .progress-container .step.completed .icon {
        background-color: #0355d2;
    }

    .progress-container .step.completed svg {
        fill: white;
    }

    .progress-container .step.active .icon {
        background-color: #0355d2;
        animation: heartbeat 1.2s infinite ease-in-out;
    }

@keyframes heartbeat {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.2);
    }

    40% {
        transform: scale(1);
    }

    60% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }
}

.progress-container .step.active svg {
    fill: white;
}

.drag-drop-card {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 3px dotted #0355d2 !important;
    text-align: center;
    transition: transform 0.2s ease, border 0.2s ease;
    padding: 16px;
}

    .drag-drop-card .drag-drop-content svg {
        fill: #0355d2;
        width: 80px;
        margin: 0px 0px 16px 0px;
    }

    .drag-drop-card .drag-drop-title {
        font-weight: bold;
        color: #0355d2;
    }

    .drag-drop-card .drag-drop-subtitle {
        color: #8c8b8b;
    }

    .drag-drop-card.hover {
        border: 3px solid #0355d2 !important;
        transform: scale(0.95);
    }

    .drag-drop-card .drag-drop-preview {
        width: 100%;
        height: 50px;
        border: 2px solid #0355d2;
        border-radius: 10px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

        .drag-drop-card .drag-drop-preview svg {
            fill: #0355d2;
            width: 40px;
        }

        .drag-drop-card .drag-drop-preview button {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background-color: #0355d2;
            border: none;
            color: white;
            text-align: center;
            margin: 0px 6px;
        }

            .drag-drop-card .drag-drop-preview button:hover {
                background-color: #3f85ed;
            }

    .drag-drop-card .preview-title {
        width: 50%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

@media (min-width: 768px) {
    /* margin inline end (phải trong LTR, trái trong RTL) = .5rem */
    .uf-me-md-2 {
        margin-inline-end: 0.5rem !important;
    }

    /* margin inline start (trái trong LTR, phải trong RTL) = .5rem */
    .uf-ms-md-2 {
        margin-inline-start: 0.5rem !important;
    }
}

@media (min-width: 768px) {
    /* Padding end */
    .uf-pe-md-2 {
        padding-inline-end: 0.5rem !important;
    }

    /* Padding start */
    .uf-ps-md-2 {
        padding-inline-start: 0.5rem !important;
    }
}

.uf-preview-card {
    width: 100%;
    border: none;
    border-radius: 10px;
    position: relative;
}

    .uf-preview-card img {
        width: 100%;
        aspect-ratio: 4/3;
        object-fit: cover;
        object-position: center;
    }

    .uf-preview-card button {
        position: absolute;
        top: -10px;
        right: -10px;
        border-radius: 50%;
        height: 30px;
        width: 30px;
        color: white;
        background-color: gray;
        border: none;
    }

        .uf-preview-card button:hover {
            background-color: #ccc;
        }



.card--common .card-header, .card--common .card-footer {
    background-color: white;
    border: none;
}

    .card--common .card-header h4 {
        color: #0355d2;
        display: block;
        width: 100%;
        border-bottom: 2px solid #0355d2;
        padding-bottom: 6px;
        text-transform: uppercase;
    }

.card--common .card-title {
    color: #0355d2;
    font-weight: bold;
}

.card--common .btn {
    display: inline-block;
    padding: 6px;
    margin: 0px;
    min-width: inherit !important;
    line-height: inherit;
}

.card--common strong {
    color: #0355d2 !important;
}

.card--common .btn--hidden {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

    .card--common .btn--hidden:hover .btn__content {
        display: inline-block;
    }

    .card--common .btn--hidden svg {
        fill: white;
        width: 20px;
        display: inline-block;
    }

    .card--common .btn--hidden .btn__content {
        display: none;
        margin-left: 6px;
        transition: transform 0.3s ease-in-out;
    }

.minicard--common {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 6px;
    position: relative;
}

    .minicard--common .card-title {
        position: absolute;
        top: -12px;
        left: 18px;
        background-color: #0355d2;
        color: white;
        font-weight: bold;
        padding: 3px 12px;
        border-radius: 3px;
    }

.modal--common .modal-content {
    padding: 10px 20px;
}

.modal--common .modal-header {
    border-bottom: 2px solid #0355d2;
    padding: 10px 0px;
}

.modal--common .modal-title {
    color: #0355d2 !important;
    font-size: large;
    font-weight: bold;
}

.row.d-flex.justify-content-between {
    margin-right: unset !important;
}

.drag-drop-card .drag-drop-content svg {
    fill: #0355d2;
    width: 80px;
    margin: 0 0 16px;
}


@media (max-width: 768px) {
    .drag-drop-card {
        padding: 12px;
        margin: 0 auto;
        width: 100%;
        max-width: 95%;
    }

        .drag-drop-card .drag-drop-content {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

            .drag-drop-card .drag-drop-content svg {
                width: 50px; /* thu nhỏ icon */
                margin-bottom: 12px;
            }

            .drag-drop-card .drag-drop-content h5,
            .drag-drop-card .drag-drop-content p {
                font-size: 14px;
                line-height: 1.4;
            }

            .drag-drop-card .drag-drop-content button,
            .drag-drop-card .drag-drop-content input[type="file"] {
                font-size: 14px;
                padding: 8px 12px;
            }

            .drag-drop-card .drag-drop-content label.btn-primary {
                font-size: 13px;
                padding: 6px 12px;
                border-radius: 6px;
            }

            .drag-drop-card .drag-drop-content input[type="file"] {
                font-size: 12px;
                max-width: 90%;
            }
}


@media (max-width: 480px) {
    .drag-drop-card .drag-drop-content svg {
        width: 40px;
    }

    .drag-drop-card .drag-drop-content h5 {
        font-size: 13px;
    }

    .drag-drop-card .drag-drop-content p {
        font-size: 12px;
    }
}
a {
    color: #007bff;
    text-decoration: none!important;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0 !important;
    padding-left: 0!important;
}
input#RememberMe {
    padding-left: 0;
}
/*new*/
.card__event, .card__notification {
    width: 100%;
    color: black;
}

    .card__event .card__header, .card__notification .card__header {
        text-transform: uppercase;
        background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
        color: white;
        font-weight: bold;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: var(--spacing-md) var(--spacing-lg);
        font-size: var(--font-size-lg);
        border-radius: var(--border-radius-md);
        box-shadow: var(--shadow-md);
        position: relative;
        overflow: hidden;
        margin-bottom: var(--spacing-md);
    }

        .card__event .card__header::before, .card__notification .card__header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" fill="none"/><circle cx="3" cy="3" r="0.5" fill="rgba(255,255,255,0.1)"/></svg>') repeat;
            opacity: 0.2;
        }

        .card__event .card__header svg, .card__notification .card__header svg {
            fill: white !important;
            width: 30px;
            margin-right: var(--spacing-md);
            filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));
            transition: transform 0.3s ease;
        }

        .card__event .card__header:hover svg, .card__notification .card__header:hover svg {
            transform: scale(1.1) rotate(5deg);
        }

    .card__event .card__body, .card__notification .card__body {
        padding: 0px;
    }

.event--main, .card__research {
    box-shadow: var(--shadow-md);
    border-radius: var(--border-radius-sm);
    overflow: hidden;
    transition: transform 0.3s ease;
}

    .event--main:hover, .card__research:hover {
        transform: translateY(-8px);
    }

        .event--main:hover .event__title, .card__research:hover .card__title {
            color: var(--color-primary) !important;
        }

        .event--main:hover .event__image img, .card__research:hover .card__image img {
            transform: scale(1.05);
        }

        .event--main:hover .event__time svg, .card__research:hover .card__time svg {
            fill: var(--color-primary) !important;
        }

    .event--main .event__image, .card__research .card__image {
        width: 100%;
        aspect-ratio: 4/3;
        overflow: hidden;
    }

    .card__research .card__image {
        aspect-ratio: 3/2;
    }

        .event--main .event__image img, .card__research .card__image img {
            width: 100%;
            height: 100%;
            object-fit: scale-down;
            object-position: center;
            transition: transform 0.3s ease;
        }

    .event--main .event__body, .card__research .card__body {
        padding: var(--spacing-md);
    }

    .event--main .event__summary,
    .card__research .card__summary {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.5em;
        min-height: calc(1.5em * 4);
        max-height: calc(1.5em * 4);
        color: black;
    }

    .event--main .event__title,
    .event--sub .event__title,
    .card__research .card__title {
        color: var(--color-secondary);
        font-weight: bold;
        margin: 0 0 var(--spacing-sm);
        transition: color 0.3s ease;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.5em;
        min-height: calc(1.5em * 4);
        max-height: calc(1.5em * 4);
    }

    .event--main .event__time, .event--sub .event__time, .card__research .card__time {
        display: flex;
        align-items: center;
        gap: var(--spacing-xs);
        font-size: var(--font-size-sm);
        color: #666;
        font-weight: 500;
    }

        .event--main .event__time svg, .event--sub .event__time svg, .card__research .card__time svg {
            fill: var(--color-secondary) !important;
            width: var(--font-size-lg);
            transition: fill 0.3s ease;
        }

.event--sub {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    padding-bottom: var(--spacing-sm);
    height: calc((100% - 24px) / 4) !important;
    max-height: calc((100% - 24px) / 4) !important;
}

    .event--sub:hover .event__title {
        color: var(--color-primary) !important;
    }

    .event--sub:hover .event__image {
        width: 38%;
    }

    .event--sub .event__image {
        width: 36%;
        aspect-ratio: 1/1;
        overflow: hidden;
        border-radius: var(--border-radius-md);
        box-shadow: var(--shadow-md);
        transition: width 0.3s ease;
    }

    .event--sub .event__body {
        width: 64%;
        padding: var(--spacing-sm);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .event--sub .event__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .event--sub .event__time {
        margin: 0px 0px 0px auto;
    }

.notification {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    padding-bottom: var(--spacing-sm);
    border-bottom: 1px solid rgba(0,0,0,0.2);
    height: 25%;
    max-height: 25%;
}

    .notification:hover .notification__title {
        color: var(--color-primary);
    }

    .notification:hover .notification__time {
        width: 26%;
    }

.notification__time {
    width: 25%;
    aspect-ratio: 1/1;
    overflow: hidden;
    margin: var(--spacing-sm);
    border-radius: var(--border-radius-md);
    box-shadow: var(--shadow-md);
    transition: width 0.3s ease;
}

    .notification__time .year {
        height: 50%;
        width: 100%;
        color: white;
        font-weight: bold;
        background-color: var(--color-primary);
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: var(--font-size-lg);
    }

    .notification__time .daymonth {
        height: 50%;
        width: 100%;
        color: var(--color-primary);
        font-weight: bold;
        background-color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: var(--shadow-md);
        font-size: var(--font-size-lg);
    }

.notification__body {
    width: 70%;
    padding: var(--spacing-sm);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.notification__title {
    color: var(--color-secondary);
    font-weight: bold;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
    min-height: calc(1.5em * 2);
    max-height: calc(1.5em * 2);
    transition: color 0.3s ease;
}

.notification__summary {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
    min-height: calc(1.5em * 2);
    max-height: calc(1.5em * 2);
}

.list__majors {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem; /* khoảng cách giữa các card */
}

.readmore {
    animation: float 3s ease-in-out infinite;
    margin-top: calc(var(--spacing-xl) * 2);
    display: flex;
    justify-content: center;
    align-items: center;
}

    .readmore a {
        text-decoration: none;
        text-transform: uppercase;
        font-weight: bold;
        color: white;
        display: flex;
    }

    .readmore svg {
        fill: white;
        width: 25px;
        margin-left: var(--spacing-sm);
    }

    .readmore a:hover {
        color: var(--color-gray);
    }

        .readmore a:hover svg {
            color: var(--color-gray);
        }

.card__major {
    flex: 1 1 100%;
    position: relative;
    transition: transform 0.3s ease;
}

/* từ md trở lên: 2 card/hàng */
@media (min-width: 768px) {
    .card__major {
        flex: 1 1 calc(50% - 1rem);
    }
}

/* từ xl trở lên: 4 card/hàng */
@media (min-width: 1200px) {
    .card__major {
        flex: 1 1 calc(25% - 1rem);
    }

        .card__major .card__body {
            font-size: smaller;
        }
}

/* Hover effect cho toàn bộ card */
.card__major:hover {
    transform: translateY(-8px);
}

.card__major .card__image {
    width: 100%;
    aspect-ratio: 3/2;
    overflow: hidden;
    border-radius: var(--border-radius-md);
    position: relative;
    box-shadow: var(--shadow-md);
    transition: all 0.4s ease;
}

.card__major:hover .card__image::before {
    opacity: 1;
}

/* Hiệu ứng zoom và brightness cho ảnh */
.card__major .card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease, filter 0.4s ease;
}

.card__major:hover .card__image img {
    transform: scale(1.1);
    filter: brightness(1.1);
}

.card__major:hover .card__image {
    box-shadow: var(--shadow-lg);
}

/* Card body với glassmorphism */
.card__major .card__body {
    background: linear-gradient( 135deg, var(--color-primary), var(--color-secondary) );
    backdrop-filter: blur(10px);
    padding: var(--spacing-sm);
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    border-radius: var(--border-radius-md);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--spacing-sm);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px var(--color-secondary), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    overflow: hidden;
}

    /* Hiệu ứng shimmer cho card body */
    .card__major .card__body::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient( circle, rgba(255, 255, 255, 0.1) 0%, transparent 50% );
        animation: rotate 15s linear infinite;
        pointer-events: none;
    }

/* Hover effect cho card body */
.card__major:hover .card__body {
    background: linear-gradient( 135deg, rgba(55, 130, 245, 1), rgba(0, 40, 120, 1) );
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(31, 38, 135, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.card__major .card__body .card__title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
    min-height: 1.5em;
    max-height: 1.5em;
    flex: 1;
    text-align: left;
    position: relative;
    z-index: 1;
    transition: letter-spacing 0.3s ease;
}

.card__major:hover .card__body .card__title {
    letter-spacing: 0.5px;
}

/* Button với hiệu ứng đẹp */
.card__major .card__body a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 2;
    flex-shrink: 0;
    cursor: pointer;
}

    /* Hiệu ứng ripple cho button */
    .card__major .card__body a::before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.3);
        transform: scale(0);
        transition: transform 0.5s ease;
    }

    .card__major .card__body a:hover::before {
        transform: scale(1.5);
        opacity: 0;
    }

    .card__major .card__body a:hover {
        border-color: white;
        background: rgba(255, 255, 255, 0.2);
        transform: translateX(5px) rotate(0deg);
        box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    }

    .card__major .card__body a svg {
        fill: white;
        width: 18px;
        height: 18px;
        transition: transform 0.3s ease;
        position: relative;
        z-index: 1;
        filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    }

    .card__major .card__body a:hover svg {
        transform: translateX(3px);
        filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
    }

/* Animation cho button khi hover card */
.card__major:hover .card__body a {
    animation: pulse-button 1.5s ease-in-out infinite;
}

@keyframes pulse-button {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    50% {
        box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Thêm hiệu ứng corner accent (góc trang trí) */
.card__major .card__image::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: linear-gradient( 135deg, rgba(255, 255, 255, 0.3) 0%, transparent 50% );
    border-radius: 0 var(--border-radius-md) 0 var(--border-radius-lg);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.card__major:hover .card__image::after {
    opacity: 1;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .card__major .card__body {
        padding: var(--spacing-sm) var(--spacing-md);
        bottom: 8px;
        left: 8px;
        right: 8px;
    }

        .card__major .card__body a {
            width: 32px;
            height: 32px;
        }

            .card__major .card__body a svg {
                width: 16px;
                height: 16px;
            }
}

/* Active state khi click */
.card__major:active {
    transform: translateY(-4px) scale(0.98);
}

    .card__major:active .card__body {
        transform: translateY(-2px);
    }

.swiper {
    width: 100%;
    height: 100%;
}

.list__events, .list__notifications {
    overflow-y: scroll;
    height: 524px;
    width: 100%;
    max-height: 524px;
    box-shadow: inset 0 -8px 16px -8px rgba(0,0,0,0.15);
    margin: 0;
    padding: 0;
}

.card__partner {
    display: flex !important;
    flex-direction: row;
    width: 300px !important;
    box-shadow: var(--shadow-md);
    border-radius: var(--border-radius-md);
    overflow: hidden;
    background: white;
    position: relative;
    transition: all 0.4s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

    /* Hiệu ứng gradient overlay */
    .card__partner::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient( 135deg, rgba(55, 130, 245, 0.05) 0%, rgba(0, 40, 120, 0.05) 100% );
        opacity: 0;
        transition: opacity 0.4s ease;
        pointer-events: none;
    }

    .card__partner:hover::before {
        opacity: 1;
    }

    /* Hover effects */
    .card__partner:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(55, 130, 245, 0.1);
        border-color: rgba(55, 130, 245, 0.2);
    }

    /* Image container */
    .card__partner .card__image {
        width: 30%;
        padding: var(--spacing-sm);
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient( 135deg, rgba(248, 249, 250, 0.8), rgba(255, 255, 255, 0.8) );
        position: relative;
        transition: all 0.4s ease;
    }

        /* Decorative border */
        .card__partner .card__image::after {
            content: '';
            position: absolute;
            right: 0;
            top: 10%;
            bottom: 10%;
            width: 2px;
            background: linear-gradient( to bottom, transparent, rgba(55, 130, 245, 0.2), transparent );
            transition: all 0.4s ease;
        }

    .card__partner:hover .card__image::after {
        background: linear-gradient( to bottom, transparent, rgba(55, 130, 245, 0.5), transparent );
        box-shadow: 0 0 10px rgba(55, 130, 245, 0.3);
    }

    /* Image styling */
    .card__partner .card__image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
        transition: all 0.4s ease;
        filter: grayscale(20%) brightness(1);
        padding: 5px;
    }

    .card__partner:hover .card__image img {
        transform: scale(1.1);
        filter: grayscale(0%) brightness(1.1);
    }

    /* Body content */
    .card__partner .card__body {
        width: 70%;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: var(--spacing-md);
        color: var(--color-secondary);
        text-align: center;
        line-height: 1.4;
        font-size: var(--font-size-sm);
        position: relative;
        transition: all 0.4s ease;
    }

        /* Subtle background pattern */
        .card__partner .card__body::before {
            content: '';
            position: absolute;
            inset: 0;
            background: radial-gradient(circle at 20% 30%, rgba(55, 130, 245, 0.03) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(0, 40, 120, 0.03) 0%, transparent 50%);
            pointer-events: none;
        }

    .card__partner:hover .card__body {
        color: var(--color-primary);
    }

    /* Hiệu ứng shine khi hover */
    .card__partner::after {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: linear-gradient( 45deg, transparent 30%, rgba(255, 255, 255, 0.3) 50%, transparent 70% );
        transform: rotate(45deg) translateX(-100%);
        transition: transform 0.6s ease;
        pointer-events: none;
    }

    .card__partner:hover::after {
        transform: rotate(45deg) translateX(100%);
    }

    /* Active state */
    .card__partner:active {
        transform: translateY(-2px) scale(0.98);
    }

/* Responsive - Vertical layout for smaller cards */
@media (max-width: 350px) {
    .card__partner {
        flex-direction: column;
        width: 250px !important;
    }

        .card__partner .card__image {
            width: 100%;
            min-height: 100px;
        }

            .card__partner .card__image::after {
                right: 10%;
                left: 10%;
                top: auto;
                bottom: 0;
                width: auto;
                height: 2px;
            }

        .card__partner .card__body {
            width: 100%;
            padding: var(--spacing-md);
        }
}

.list__gradute, .list__warning {
    max-height: 500px;
    height: 500px;
    overflow-y: auto;
    padding: 0 var(--spacing-sm) var(--spacing-sm) 0;
    background-color: white;
    box-shadow: inset 0 -20px 25px -15px rgba(0, 0, 0, 0.3);
}

    .list__gradute::-webkit-scrollbar,
    .list__warning::-webkit-scrollbar {
        width: 6px;
    }

    .list__gradute::-webkit-scrollbar-track,
    .list__warning::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    .list__gradute::-webkit-scrollbar-thumb,
    .list__warning::-webkit-scrollbar-thumb {
        background: var(--color-primary);
        border-radius: 10px;
    }

        .list__gradute::-webkit-scrollbar-thumb:hover,
        .list__warning::-webkit-scrollbar-thumb:hover {
            background: #1565c0;
        }

.warning, .graduate__notification {
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 1rem 1.25rem;
    gap: 1rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.warning__content,
.graduate__content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
}

.warning {
    height: calc((100% - 24px) / 4) !important;
    max-height: calc((100% - 24px) / 4) !important;
}

.graduate__notification {
    height: calc((100% - 32px) / 5) !important;
    max-height: calc((100% - 32px) / 5) !important;
}

    .warning::after, .graduate__notification::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, rgba(25, 118, 210, 0.03) 0%, transparent 100%);
        opacity: 0;
        transition: opacity 0.3s ease;
        pointer-events: none;
    }

    .warning:hover::after, .graduate__notification:hover::after {
        opacity: 1;
    }

    .warning:hover, .graduate__notification:hover {
        box-shadow: 0 8px 24px rgba(25, 118, 210, 0.15);
        transform: translateY(-3px);
        border-color: var(--color-primary);
    }

        .warning:hover .warning__title, .graduate__notification:hover .graduate__title {
            color: var(--color-primary) !important;
        }

    .warning::before, .graduate__notification::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 4px;
        height: 100%;
        background: linear-gradient(180deg, var(--color-primary) 0%, #1565c0 100%);
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
        transition: width 0.3s ease;
    }

    .warning:hover::before, .graduate__notification:hover::before {
        width: 6px;
    }

    .warning .warning__title,
    .graduate__notification .graduate__title {
        width: 100%;
        color: var(--color-secondary);
        font-size: 1rem;
        font-weight: 600;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.5em;
        min-height: calc(1.5em * 2);
        max-height: calc(1.5em * 2);
    }



@media (min-width: 992px) {
    .graduate__notification .graduate__title {
        font-size: 1.05rem;
        -webkit-line-clamp: 1;
        line-clamp: 1;
    }

    .warning .warning__title {
        font-size: 1.05rem;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }
}

/* Time display for warning and graduate notification */
.warning .warning__time,
.graduate__notification .graduate__time {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #6c757d;
    font-size: 0.875rem;
    font-weight: 500;
    margin: 0;
    transition: color 0.3s ease;
}

.warning:hover .warning__time,
.graduate__notification:hover .graduate__time {
    color: var(--color-primary);
}

.warning .warning__time svg,
.graduate__notification .graduate__time svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
    flex-shrink: 0;
}

.warning .warning__link, .graduate__notification .graduate__link {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(25, 118, 210, 0.05);
    border: 1.5px solid rgba(25, 118, 210, 0.2);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hover vào card cha → arrow button có hiệu ứng */
.warning:hover .warning__link,
.graduate__notification:hover .graduate__link {
    background: rgba(25, 118, 210, 0.1);
    border-color: var(--color-primary);
    transform: translateX(3px);
    animation: pulse-button-white 1.5s ease-in-out infinite;
}

/* Hover trực tiếp vào arrow → icon di chuyển */
.warning .warning__link:hover svg,
.graduate__notification .graduate__link:hover svg {
    transform: translateX(3px);
}

.warning .warning__link:active, .graduate__notification .graduate__link:active {
    transform: translateX(1px);
}

.warning .warning__link a, .graduate__notification .graduate__link a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
}

.warning a svg, .graduate__notification a svg {
    fill: var(--color-primary);
    width: 16px !important;
    height: 16px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0.8;
}

/* Hover vào card cha hoặc arrow → icon opacity tăng */
.warning:hover .warning__link svg,
.graduate__notification:hover .graduate__link svg,
.warning .warning__link:hover svg,
.graduate__notification .graduate__link:hover svg {
    opacity: 1;
}

.warning::after, .graduate__notification::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
}

/* ===== CARD GRADUATE ===== */
.card__gradute {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease;
}

    .card__gradute:hover {
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    }

    .card__gradute .card__header {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        border-bottom: 1px solid #dee2e6;
        position: relative;
        padding-bottom: var(--spacing-sm);
        background-color: white;
        border-radius: var(--border-radius-md) var(--border-radius-md) 0 0;
    }

        .card__gradute .card__header::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background: linear-gradient(90deg, var(--color-primary) 0%, #1565c0 50%, var(--color-primary) 100%);
        }

        .card__gradute .card__header .header__title {
            padding: 0.75rem 1.25rem;
            border-radius: 10px;
            width: 100%;
            font-size: 0.95rem;
            font-weight: 600;
            color: var(--color-secondary);
            background: white;
            border: 2px solid transparent;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            cursor: pointer;
            position: relative;
            overflow: hidden;
            text-align: center;
        }

            .card__gradute .card__header .header__title::before {
                content: '';
                position: absolute;
                top: 0;
                left: -100%;
                width: 100%;
                height: 100%;
                background: linear-gradient(90deg, transparent, rgba(25, 118, 210, 0.1), transparent);
                transition: left 0.5s ease;
            }

            .card__gradute .card__header .header__title:hover::before {
                left: 100%;
            }

            .card__gradute .card__header .header__title:hover {
                background: #f8f9fa;
                border-color: #e9ecef;
                transform: translateY(-2px);
                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            }

@media (min-width: 992px) {
    .card__gradute .card__header .header__title {
        width: auto;
        flex: 1;
    }

    .card__gradute .card__header {
        gap: 0.75rem;
    }
}

.card__gradute .card__header .header__title.active {
    background: linear-gradient(135deg, var(--color-primary) 0%, #1565c0 100%);
    color: white;
    border-color: transparent;
    box-shadow: 0 4px 16px rgba(25, 118, 210, 0.3);
    transform: translateY(-2px);
}

    .card__gradute .card__header .header__title.active::before {
        display: none;
    }


/* Mỗi tab nội dung */
.card__gradute .card__body > div {
    display: none;
    animation: fadeIn 0.4s ease;
}

    .card__gradute .card__body > div.active {
        display: block;
    }

/* Hiệu ứng */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== FOOTER ===== */
.footer__title {
    padding-left: var(--spacing-md);
    border-left: 6px solid white;
    font-size: large;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

footer svg {
    fill: white;
    width: 25px;
    min-width: 25px;
    margin-right: var(--spacing-sm);
}

footer a {
    color: white;
}

/* ===== SCROLLBAR STYLING ===== */
.list__events::-webkit-scrollbar,
.list__notifications::-webkit-scrollbar,
.list__gradute::-webkit-scrollbar,
.list__warning::-webkit-scrollbar {
    width: 8px;
}

.list__events::-webkit-scrollbar-track,
.list__notifications::-webkit-scrollbar-track,
.list__gradute::-webkit-scrollbar-track,
.list__warning::-webkit-scrollbar-track {
    background: var(--color-gray);
    border-radius: var(--border-radius-sm);
}

.list__events::-webkit-scrollbar-thumb,
.list__notifications::-webkit-scrollbar-thumb,
.list__gradute::-webkit-scrollbar-thumb,
.list__warning::-webkit-scrollbar-thumb {
    background: var(--color-primary);
    border-radius: var(--border-radius-sm);
    transition: background 0.3s ease;
}

    .list__events::-webkit-scrollbar-thumb:hover,
    .list__notifications::-webkit-scrollbar-thumb:hover,
    .list__gradute::-webkit-scrollbar-thumb:hover,
    .list__warning::-webkit-scrollbar-thumb:hover {
        background: var(--color-secondary);
    }

/* ===== PRINT STYLES ===== */
@media print {
    nav,
    .hero__btn,
    .btn__lg--primary,
    .btn__lg--secondary,
    .navbar__toggle {
        display: none !important;
    }

    section {
        page-break-inside: avoid;
    }

    a {
        text-decoration: underline;
    }
}

/* ===== ACCESSIBILITY ===== */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/* Focus visible for keyboard navigation */
a:focus-visible,
button:focus-visible,
input:focus-visible {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
}

/* Reduced motion for accessibility */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* ===== SCROLL TO TOP BUTTON ===== */
.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--color-primary) 0%, #1565c0 100%);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 4px 15px rgba(25, 118, 210, 0.3);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    z-index: 9999;
}

    .scroll-to-top.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .scroll-to-top:hover {
        background: linear-gradient(135deg, #1565c0 0%, var(--color-primary) 100%);
        box-shadow: 0 6px 20px rgba(25, 118, 210, 0.4);
        transform: translateY(-3px);
    }

    .scroll-to-top:active {
        transform: translateY(-1px);
        box-shadow: 0 2px 10px rgba(25, 118, 210, 0.3);
    }

/* Responsive button size */
@media (max-width: 767.98px) {
    .scroll-to-top {
        width: 45px;
        height: 45px;
        bottom: 20px;
        right: 20px;
        font-size: 18px;
    }
}

/* ===== STICKY HEADER ON MOBILE ===== */
@media (max-width: 991.98px) {
    .site-header {
        transition: box-shadow 0.3s ease;
    }

        .site-header.sticky {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            width: 100%;
            background: white;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            z-index: 1000;
        }
}
.event__body a, .notification__body a {
    font-size: 0.875rem !important
}
