@import url('/Content/LexendDeca.css');

:root {
    /* Azure */
    --azure-0: #FFFFFF;
    --azure-0-5: #EBEEF8;
    --azure-1: #D7DDF0;
    --azure-1-5: #C2CCE9;
    --azure-2: #AEBBE2;
    --azure-3: #869AD3;
    --azure-4: #5D78C4;
    --azure-5: #3556B6;
    --azure-6: #2A4592;
    --azure-7: #20346D;
    --azure-8: #152249;
    --azure-8-5: #101A37;
    --azure-9: #0B1124;
    /* Light Azure */
    --light-azure-5: #EBF4FB;
    --light-azure-6: #C2D8E8;
    --light-azure-7: #9ABCD6;
    --light-azure-8: #719FC3;
    --light-azure-8-5: #5D91BA;
    --light-azure-9: #4983B1;
    --light-azure-9-5: #3475A7;
    --light-azure-10: #20679E;
    /* Deep Azure */
    --deep-azure-0: #F2F6FC;
    --deep-azure-0-5: #DEE7F2;
    --deep-azure-1: #CAD8E9;
    --deep-azure-1-5: #B6C8DF;
    --deep-azure-2: #A2B9D6;
    --deep-azure-3: #7A9BC2;
    --deep-azure-4: #527CAF;
    --deep-azure-5: #2A5E9C;
    --deep-azure-6: #224B7D;
    --deep-azure-7: #19385E;
    --deep-azure-8: #11263E;
    --deep-azure-8-5: #0D1C2F;
    --deep-azure-9: #08131F;
    /* Stormy Blue */
    --stormy-blue-0: #C4CEE3;
    --stormy-blue-0-5: #B4BFD5;
    --stormy-blue-1: #A5B0C7;
    --stormy-blue-1-5: #95A1B9;
    --stormy-blue-2: #8692AB;
    --stormy-blue-3: #67738E;
    --stormy-blue-4: #485572;
    --stormy-blue-5: #293756;
    --stormy-blue-6: #212C45;
    --stormy-blue-7: #192134;
    --stormy-blue-8: #040509;
    /* Grey */
    --grey-0-5: #F7F7F7;
    --grey-1: #EEEEEE;
    --grey-1-5: #E6E6E6;
    --grey-2: #DDDDDD;
    --grey-3: #CDCDCD;
    --grey-4: #BCBCBC;
    --grey-5: #ABABAB;
    --grey-6: #8D8D8D;
    --grey-7: #707070;
    --grey-8: #525252;
    --grey-8-5: #434343;
    --grey-9: #353535;
    --grey-9-5: #262626;
    --grey-10: #171717;
    /* Yellow */
    --yellow-0-5: #FFFAED;
    --yellow-1: #FFF5DB;
    --yellow-1-5: #FFF1CA;
    --yellow-2: #FFECB8;
    --yellow-3: #FFE294;
    --yellow-4: #FFD971;
    --yellow-5: #FFCF4D;
    /* Green */
    --green-0-5: #EBFBFA;
    --green-1: #D6F8F5;
    --green-1-5: #C2F4F0;
    --green-2: #ADF1EB;
    --green-3: #84E9E1;
    --green-4: #5CE2D7;
    --green-5: #33DBCD;
    --green-6: #29AFA4;
    /* Light Blue */
    --light-blue-0-5: #EDF6FD;
    --light-blue-1: #DBEDFB;
    --light-blue-1-5: #C9E3F9;
    --light-blue-2: #B7DAF7;
    --light-blue-3: #94C8F4;
    --light-blue-4: #70B5F0;
    --light-blue-5: #4CA3EC;
    --light-blue-6: #3D84C0;
    /* Others */
    --others-red: #AE3131;
    /* Toast */
    --default-text-color: #282833;
    --default-border: #edf1f5;
    --default-background: #f7f8f9;
    --menu-bg: #fff;
    --menu-prime-color: #797da3;
    --menu-border-color: #e7ebf1;
    --header-bg: #fff;
    --header-prime-color: #797da3;
    --header-border-color: #e7ebf1;
    --custom-white: #fff;
    --custom-black: #000;
    --bootstrap-card-border: #e7ebf1;
    --list-hover-focus-bg: #f5f6f7;
    --text-muted: #8492b5;
    --input-border: #e9edf6;
    --form-control-bg: #ffffff;
    --body-bg-rgb: 245, 246, 250;
    --primary-rgb: 139, 126, 255;
    --secondary-rgb: 255, 183, 72;
    --warning-rgb: 255, 192, 65;
    --info-rgb: 46, 142, 247;
    --success-rgb: 53, 189, 170;
    --danger-rgb: 248, 66, 56;
    --light-rgb: 246, 248, 251;
    --dark-rgb: 35, 35, 35;
    --orange-rgb: 255, 127, 80;
    --pink-rgb: 244, 138, 167;
    --teal-rgb: 18, 194, 194;
    --purple-rgb: 140, 11, 244;
    --green-rgb: 10, 216, 44;
}
.clr-grey-5 {
    color: var( --grey-5,#ABABAB) !important;
}

.clr-grey-6 {
    color: var( --grey-6,#8D8D8D) !important;
}

.clr-grey-7 {
    color: var( --grey-7,#707070) !important;
}

.clr-grey-8 {
    color: var( --grey-8,#525252) !important;
}

.clr-grey-85 {
    color: var( --grey-8-5,#434343) !important;
}

.clr-azure-5 {
    color: var(--azure-5, #3556B6) !important;
}

.clr-azure-9 {
    color: var(--azure-9, #0B1124) !important;
}

.clr-light-blue-5 {
    color: var(--light-blue-5,#4CA3EC) !important;
}

.main-content {
    background: linear-gradient( 135deg, rgba(254, 238, 255, 0.18), rgba(151, 125, 255, 0.12) );
    backdrop-filter: blur(16px);
    height:auto !important;
/*    padding: 0 0 0 0.5rem*/
    padding:0;
}



.modal-backdrop.show {
    background: rgba(255, 255, 255, 0.25) !important;
    backdrop-filter: blur(10px);
}

.offcanvas-backdrop.show {
    background: rgba(255, 255, 255, 0.25) !important;
    backdrop-filter: blur(10px);
}
@media(max-width:900px) {
    .neon-box {
        width: 95%;
        height: auto
    }

    .slide {
        flex-direction: column
    }

    .welcome-side {
        width: 100%;
        clip-path: none;
        justify-content: center;
        text-align: center;
    }

    .form-side {
        width: 100%
    }
}
/* Wrapper */
.section-header {
    /*    padding-left: 16px;*/
    position: relative;
    display: inline-block;
}

    /* Vạch tím đơn giản */
    /*.section-header::before {
        content: "";
        position: absolute;
        left: 0;
        top: 4px;
        width: 4px;
        height: 28px;
        border-radius: 4px;
        background: linear-gradient(180deg, #b34ff6, #977dff);
        opacity: 0.85;*/ /* giảm hiệu ứng */
    /*}*/

/* Title */
.section-title {
    color: var(--Grey-8, #525252);
    /* P-B */
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 25.2px */
}

    /* Hover rất nhẹ */
    .section-title:hover {
        background: rgba(255, 255, 255, 0.08);
    }

.section-title-details {
    color: var(--Grey-8, #525252);
    /* N-L */
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 14.4px */
}

/*Login*/
/* ===== MAIN BOX ===== */
.neon-box {
    width: 920px;
    height: 500px;
    background: #080010;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

/* ===== SLIDER WRAPPER ===== */
.slider-wrap {
    width: 200%;
    height: 100%;
    display: flex;
    transition: .9s cubic-bezier(.68,-0.55,.27,1.55);
}

.neon-box.login .slider-wrap {
    transform: translateX(-50%);
}

/* ===== EACH SLIDE ===== */
.slide {
    width: 50%;
    height: 100%;
    display: flex;
}

/* ===== FORM SIDE ===== */
.form-side {
    width: 55%;
    padding: 70px 60px;
    color: #fff;
    background: #080010;
}

    .form-side h2 {
        font-weight: 700;
        margin-bottom: 30px;
    }

.form-control {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #777 !important;
    border-radius: 0 !important;
    color: #511f9e;
}

    .form-control::placeholder {
        color: #511f9e;
    }

.btn-neon {
    width: 100%;
    margin-top: 22px;
    padding: 11px;
    border-radius: 30px;
    border: none;
    color: #fff;
    background: linear-gradient(135deg,#977dff,#b24ff6);
}

.form-link {
    color: #b24ff6;
    text-decoration: none;
}

/* ===== WELCOME PANEL ===== */
.welcome-side {
    width: 45%;
    padding: 70px 50px;
    display: flex;
    align-items: center;
    /* 🌈 Gradient tím điện đúng palette */
    background: linear-gradient( 135deg, rgba(254, 238, 255, 0.25), /* #feeeff trong suốt */
    rgba(151, 125, 255, 0.18), /* #977dff */
    rgba(179, 79, 246, 0.22), /* #b34ff6 */
    rgba(81, 31, 158, 0.28) /* #511f9e */
    );
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    /* Glow tím nhẹ */
    color: #feeeff;
    transition: transform .9s cubic-bezier(.68,-0.55,.27,1.55);
}

    .welcome-side h2 {
        font-weight: 800;
        text-shadow: 0 0 14px #ffffffaa, 0 0 18px #b34ff6aa;
    }

.form-side {
    background: rgba(254, 238, 255, 0.05); /* #feeeff */
    backdrop-filter: blur(18px);
    border: 1px solid rgba(254, 238, 255, 0.15);
    color: #feeeff;
}
/* ===== DEFAULT (LOGIN) ===== */
/* SIGN UP */
.neon-box.login .slide:last-child .welcome-side {
    /*clip-path: polygon(0 0,82% 0,100% 100%,0 100%);*/
    transform: translateX(0);
}

.slider-wrap {
    width: 200%;
    height: 100%;
    display: flex;
    transition: transform .9s cubic-bezier(.68,-0.55,.27,1.55);
    will-change: transform;
}

.neon-box, .slider-wrap, .welcome-side {
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

.bg-glass {
    background: radial-gradient(circle at 20% 20%, #ffffff55, transparent 40%), radial-gradient(circle at 80% 30%, #9f7bff55, transparent 45%), radial-gradient(circle at 50% 80%, #7a2cff33, transparent 40%), linear-gradient(135deg,#0f0f1a,#050008);
}

#bg-matrix {
    position: fixed; /* ✅ BẮT BUỘC */
    inset: 0;
    background: radial-gradient(circle at top, #15002b, #030007);
    z-index: 0; /* ✅ nằm đáy */
}


.btn-neon {
    background: linear-gradient(135deg, #977dff, #b34ff6);
}

.slider-wrap {
    transition: transform 0.6s ease;
}

    .slider-wrap.login {
        transform: translateX(-50%);
    }

.social-btn {
    width: 100%;
    padding: 12px;
    border-radius: 30px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 12px;
    cursor: pointer;
    transition: .25s ease;
    border: none;
}

    .social-btn img {
        width: 20px;
        height: 20px;
    }

/* Facebook */
.btn-facebook {
    background: #1877f2;
    color: white;
}

    .btn-facebook:hover {
        background: #0f5ed1;
    }

/* Google */
.btn-google {
    background: white;
    color: #444;
    border: 1px solid rgba(151,125,255,0.25);
}

    .btn-google:hover {
        background: #f3f3f3;
    }

.social-btn.btn-facebook {
    background: linear-gradient(135deg, #1877f2, #3b8cff) !important;
}

.social-btn.btn-google {
    background: linear-gradient(135deg,#fff,#f7f7f7) !important;
}

.or-line {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 10px 0;
    color: #feeeff;
    font-weight: 300;
    letter-spacing: 1px;
}

    .or-line::before,
    .or-line::after {
        content: "";
        flex: 1;
        border-bottom: 1px solid rgba(151,125,255,0.35);
        margin: 0 10px;
        opacity: .6;
    }


/*Side Bar*/
/* ===============================
   APP SIDEBAR - PURPLE GLASS
================================= */
.app-sidebar {
    background: linear-gradient( 165deg, rgba(254, 238, 255, 0.25), /* feeeff */
    rgba(151, 125, 255, 0.35), /* 977dff */
    rgba(179, 79, 246, 0.45), /* b34ff6 */
    rgba(81, 31, 158, 0.75) /* 511f9e */
    );
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    border-right: 1px solid rgba(254, 238, 255, 0.25);
}

/* ===============================
   MAIN SIDEBAR
================================= */
.sidebar {
    width: 260px;
    color: white;
    padding: 16px 14px;
}

/* ===============================
   MENU ITEM - PURPLE GLASS iOS
================================= */
.menu-item {
    position: relative;
    padding: 10px 14px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 8px 10px 0 0;
    /*background: linear-gradient( 135deg, rgba(254, 238, 255, 0.22),*/ /* feeeff */
    /*rgba(151, 125, 255, 0.12)*/ /* 977dff */
    /*);*/
    border: 1px solid rgba(254, 238, 255, 0.28);
    backdrop-filter: blur(14px);
    transition: all 0.35s cubic-bezier(.4,0,.2,1);
    color: #511f9e; /* tím nhạt – dễ đọc */
}

    /* ===== ÁNH SÁNG VIỀN TÍM ===== */
    .menu-item::before {
        content: "";
        position: absolute;
        inset: -1px;
        border-radius: 18px;
        /*        background: linear-gradient( 120deg, #feeeff, #977dff, #b34ff6 );*/
        opacity: 0;
        filter: blur(14px);
        transition: opacity .35s ease;
        z-index: -1;
    }


    /* ===== HOVER ===== */
    .menu-item:hover::before {
        opacity: 0.85;
    }

    .menu-item:hover {
        transform: translateY(-2px) scale(1.01);
        background: linear-gradient( 135deg, rgba(151, 125, 255, 0.38), rgba(179, 79, 246, 0.32) );
        color: #FFFFFF;
    }

    /* ===== ACTIVE ===== */
    .menu-item.active {
        background: linear-gradient( 135deg, rgba(179, 79, 246, 0.75), rgba(151, 125, 255, 0.55) );
        color: #FFFFFF;
    }

/*OVERWRITE*/
.app-sidebar {
    width: 15rem;
    height: 100%;
    background: var(--Azure-0, #FFF);
/*    border-inline-end: 1px solid var(--menu-border-color);*/
    position: fixed;
    inset-block-start: 0;
    inset-inline-start: 0;
    z-index: 103;
    transition: all 0.05s ease;
    backdrop-filter: blur(1px);

}


/* ===============================
   MAIN SIDEBAR
================================= */
.sidebar {
    width: 200px;
    color: white;
    padding: 12px;
}

/* ===============================
   MENU ITEM - PURPLE GLASS iOS
================================= */
.menu-item {
    position: relative;
    padding: 10px 14px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 8px 10px 0 0;
    /*background: linear-gradient( 135deg, rgba(254, 238, 255, 0.22),*/ /* feeeff */
    /*rgba(151, 125, 255, 0.12)*/ /* 977dff */
    /*);*/
    border: 1px solid rgba(254, 238, 255, 0.28);
    backdrop-filter: blur(14px);
    transition: all 0.35s cubic-bezier(.4,0,.2,1);
    color: #511f9e; /* tím nhạt – dễ đọc */
}

    /* ===== ÁNH SÁNG VIỀN TÍM ===== */
    .menu-item::before {
        content: "";
        position: absolute;
        inset: -1px;
        border-radius: 18px;
/*        background: linear-gradient( 120deg, #feeeff, #977dff, #b34ff6 );*/
        opacity: 0;
        filter: blur(14px);
        transition: opacity .35s ease;
        z-index: -1;
    }

    /* ===== HOVER ===== */
    .menu-item:hover::before {
        opacity: 0.85;
    }

    .menu-item:hover {
        transform: translateY(-2px) scale(1.01);
        background: var(--Light-Blue-1, #DBEDFB);
        color: #152249;
    }

    /* ===== ACTIVE ===== */
    .menu-item.active {
        background: var(--Light-Blue-1, #DBEDFB);
        color: var(--Azure-8, #152249);
    }

/* ===============================
   MENU ITEM OVERWRITE
================================= */
.menu-sidebar-custom{
    margin: 0 20px;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid #EBEEF8;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(1px);
}

.menu-item {
    padding: 4px;
    border: 4px;
    margin: 0px;
    align-items: center;
    flex-direction: row;
    color: var(--Grey-6, #8D8D8D);
}
    .menu-item::before {
        content: "";
        position: absolute;
        inset: -1px;
        border-radius: 18px;
        /*        background: linear-gradient( 120deg, #feeeff, #977dff, #b34ff6 );*/
        opacity: 0;
        filter: blur(14px);
        transition: opacity .35s ease;
        z-index: -1;
    }
    .menu-item.active {
        background: var(--Light-Blue-1, #DBEDFB);
        color: var(--Azure-8, #152249);
    }


/* ===============================
   MENU TITLE
================================= */
.has-sub .menu-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

/* ===============================
   SUBMENU - PURPLE GLASS LIST
================================= */
.submenu {
    margin-top: 10px;
    padding-left: 12px;
    color: #D9CCFF;
    list-style-type: none;
}

    /* ===== SUB ITEM ===== */
    .submenu li {
        position: relative;
        padding: 6px 14px;
        border-radius: 5px;
        font-size: 14px;
        color: #511f9e;
        cursor: pointer;
        transition: all .3s cubic-bezier(.4,0,.2,1);
    }

        /* ===== DOT TÍM ĐIỆN ===== */
        .submenu li::before {
            content: "";
            width: 6px;
            height: 6px;
            border-radius: 50%;
            left: -22px;
            top: 50%;
            transform: translateY(-50%);
            background: #b34ff6;
        }

        /* ===== SUB HOVER ===== */
        .submenu li:hover {
            transform: translateX(6px) scale(1.03);
            color: #FFFFFF;
            background: linear-gradient( 135deg, rgba(151, 125, 255, 0.45), rgba(179, 79, 246, 0.35) );
        }

        /* ===== SUB ACTIVE ===== */
        .submenu li.active {
            color: #FFFFFF;
            background: linear-gradient( 135deg, rgba(179, 79, 246, 0.85), rgba(151, 125, 255, 0.65) );
        }

/* ===============================
   SLIDE ANIMATION
================================= */
.slide-enter-active,
.slide-leave-active {
    transition: all .3s cubic-bezier(.4,0,.2,1);
}

.slide-enter-from {
    opacity: 0;
    transform: translateY(-12px);
}

.slide-enter-to {
    opacity: 1;
    transform: translateY(0);
}

.slide-leave-from {
    opacity: 1;
    transform: translateY(0);
}

.slide-leave-to {
    opacity: 0;
    transform: translateY(-12px);
}

/* ===============================
   ARROW ROTATE
================================= */
.arrow {
    transition: .35s ease;
}

.has-sub.open .arrow {
    transform: rotate(180deg);
}


/*Glass tab*/
.tab-btn {
    position: relative;
    padding: 10px 22px;
    border: 1px solid rgba(254, 238, 255, 0.25); /* feeeff */
    background: linear-gradient( 135deg, rgba(254, 238, 255, 0.12), rgba(151, 125, 255, 0.08) );
    color: #511f9e; /* tím pastel rõ */
    font-weight: 600;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all .35s cubic-bezier(.4,0,.2,1);
}

/* Bo góc trái cho tab đầu */
.tab-group .tab-btn:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

/* Bo góc phải cho tab cuối */
.tab-group .tab-btn:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* Nếu chỉ có 1 tab */
.tab-group .tab-btn:only-child {
    border-radius: 5px;
}

/* ===== HOVER ===== */
.tab-btn:hover {
    color: white;
    background: linear-gradient( 135deg, rgba(151, 125, 255, 0.35), rgba(179, 79, 246, 0.28) );
}

.tab-btn.active {
    color: white;
    background: linear-gradient( 135deg, #b34ff6, #977dff );
    border: 1px solid rgba(254, 238, 255, 0.45);
}

.tab-glass .nav-item {
    margin-right: 0px;
}

.tab-glass {
    display: flex;
    padding: 4px;
    align-items: center;
    gap: 12px;
    border-radius: 40px;
    background: var(--grey-15, #E6E6E6);
}

.tab-icon {
    display: flex;
    padding: 9px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 46px;
    font-size: 12px;
    border: none;
    background: var(--grey-15, #E6E6E6);
}

.tab-icon-all {
    display: flex;
    padding: 9px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 46px;
    font-size: 12px;
    border: none;
    background: var(--grey-15, #E6E6E6);
}

.tab-icon-in-progress {
    padding: 9px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 46px;
    font-size: 12px;
    border: none;
    background: var(--grey-15, #E6E6E6);
}

.tab-icon-pending {
    padding: 9px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 46px;
    font-size: 12px;
    border: none;
    background: var(--grey-15, #E6E6E6);
}

.tab-icon-complete {
    padding: 9px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 46px;
    font-size: 12px;
    border: none;
    background: var(--grey-15, #E6E6E6);
}

.tab-icon-cancel {
    padding: 9px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 46px;
    font-size: 12px;
    border: none;
    background: var(--grey-15, #E6E6E6);
}

.tab-icon-descripiton {
    display: flex;
    padding: 9px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 46px;
    font-size: 12px;
    border: none;
    background: var(--grey-15, #E6E6E6);
}

.tab-icon-members {
    padding: 9px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 46px;
    font-size: 12px;
    border: none;
    background: var(--grey-15, #E6E6E6);
}

.tab-icon-documents {
    padding: 9px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 46px;
    font-size: 12px;
    border: none;
    background: var(--grey-15, #E6E6E6);
}

.active {
    background-color: #fff;
}

.project-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.view-toggle {
    display: flex;
    background: #eee;
    border-radius: 20px;
    overflow: hidden;
}

.view-btn {
    padding: 8px 12px;
    border: none;
    background: transparent;
    cursor: pointer;
}

    .view-btn.active {
        background: #3b5bfd;
        color: white;
    }

.view-btn-list {
    display: flex;
    width: 72px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px 0 0 50px;
    border: 1px solid var(--Grey-5, #ABABAB);
    background: var(--Azure-0, #FFF);
}

.view-btn-list-active {
    display: flex;
    width: 72px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px 0 0 50px;
    border: 1px solid var(--Grey-5, #ABABAB);
    background: var(--Azure-5, #3556B6);
}

.view-btn-card {
    display: flex;
    width: 72px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 0 34px 34px 0;
    border-top: 1px solid var(--Grey-5, #ABABAB);
    border-right: 1px solid var(--Grey-5, #ABABAB);
    border-bottom: 1px solid var(--Grey-5, #ABABAB);
    border-left: 0px solid var(--Grey-5, #ABABAB);
    background: var(--Azure-0, #FFF);
}

    .view-btn-card .icon {
        fill: #707070;
    }

.view-btn-card-active {
    display: flex;
    width: 72px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 0 34px 34px 0;
    border-top: 1px solid var(--Grey-5, #ABABAB);
    border-right: 1px solid var(--Grey-5, #ABABAB);
    border-bottom: 1px solid var(--Grey-5, #ABABAB);
    border-left: 0px solid var(--Grey-5, #ABABAB);
    background: var(--Azure-5, #3556B6);
}

.category-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 4px;
    border: 1px solid var(--Grey-5, #ABABAB);
    background-color: var(--Azure-0, #FFF);
    padding: 6px 8px 6px 18px;
    font-size: 14px;
    color: #333;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><path d='M7 10L12 15L17 10' stroke='%23707070' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: right 6px center;
    background-size: 16px;
    height: 100%;
}

    .category-select:valid {
        color: var(--Grey-6, #8D8D8D);
        /* NM */
        font-style: normal;
        line-height: 120%; /* 14.4px */
        width: 36%;
    }

.card-project {
    display: flex;
    width: 370px;
    padding: 16px 28px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 12px;
    border: 1px solid #F7F7F7;
    background: #FFF;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
}

.tab-glass-content {
    min-height: 160px;
    border-radius: 5px;
    border: 1px solid rgba(254, 238, 255, 0.25);
    color: #511f9e;
}

.fade-slide {
    animation: fadeSlide .4s cubic-bezier(.4,0,.2,1);
}
.btn-submit[disabled] {
    opacity: 0.6;
    cursor: not-allowed !important;
}
.loading-box {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #511f9e;
}

/* SPINNER TÍM ĐIỆN */
.spinner {
    width: 18px;
    height: 18px;
    border: 3px solid rgba(254, 238, 255, .25);
    border-top: 3px solid #b34ff6;
    border-left: 3px solid #b34ff6;
    border-bottom: 3px solid #b34ff6;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/**/
/* Container icon */
.avatar-list-stacked {
    display: flex;
    align-items: center;
}

/* Icon glass chuẩn */
.icon-glass {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient( 135deg, rgba(254, 238, 255, 0.9), rgba(151, 125, 255, 0.35) );
    color: #7b5cf5;
    font-size: 18px;
    box-shadow: inset 0 0 5px rgba(255,255,255,.45), 0 0 5px rgba(123,92,245,.35);
    backdrop-filter: blur(8px);
    transition: all .25s ease;
}

    /* Hover nổi nhẹ */
    .icon-glass:hover {
        transform: translateY(-2px);
        box-shadow: inset 0 0 10px rgba(255,255,255,.6), 0 0 10px rgba(123,92,245,.55);
        color: #ffffffaa;
    }
.icon-glass-todo {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #7b5cf5;
    font-size: 18px;
    box-shadow: inset 0 0 5px rgba(255,255,255,.45), 0 0 5px rgba(123,92,245,.35);
    backdrop-filter: blur(8px);
    transition: all .25s ease;
    border-radius: 50%;
    background: var(--Azure-5, #3556B6);
}

.icon-badge-todo {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    border: 2px solid var(--Azure-5, #3556B6);
    background: var(--Azure-0, #FFF);
    color: #000;
    font-size: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(30%, -30%);
}

.icon-glass-complete {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #7b5cf5;
    font-size: 18px;
    box-shadow: inset 0 0 5px rgba(255,255,255,.45), 0 0 5px rgba(123,92,245,.35);
    backdrop-filter: blur(8px);
    transition: all .25s ease;
    border-radius: 50%;
    background: var(--Green-6, #29AFA4);
}

.icon-badge-complete {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    border: 2px solid var(--Green-6, #29AFA4);
    background: var(--Azure-0, #FFF);
    color: #000;
    font-size: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(30%, -30%);
}

.icon-glass-people {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #7b5cf5;
    font-size: 18px;
    box-shadow: inset 0 0 5px rgba(255,255,255,.45), 0 0 5px rgba(123,92,245,.35);
    backdrop-filter: blur(8px);
    transition: all .25s ease;
    border-radius: 50%;
    background: var(--Light-Blue-6, #3D84C0);
}

.icon-badge-people {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    border: 2px solid var(--Light-Blue-6, #3D84C0);
    background: var(--Azure-0, #FFF);
    color: #000;
    font-size: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(30%, -30%);
}

.abbreviation {
    color: var(--Grey-6, #8D8D8D);
}

.badge-Free,
.badge-free {
    background: var(--Grey-5, #ABABAB);
    color: #fff;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 6px;
    font-weight: 500;
}

.badge-Plus,
.badge-plus {
    color: #fff;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 6px;
    font-weight: 500;
    background: var(--Light-Blue-5, #4CA3EC);
}

.badge-Pro,
.badge-pro {
    color: #FFCF4D;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 6px;
    font-weight: 500;
    background: var(--Azure-8, #152249);
}

.badge-Custom,
.badge-custom {
    color: #525252;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 6px;
    font-weight: 500;
    background: var(--Green-3, #84E9E1);
}

.progress-card {
    width: 350px;
    max-width: 500px;
}

.progress-title {
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

.progress-percent {
    font-weight: 600;
    font-size: 14px;
    color: #000;
}

.progress-bar-wrapper {
    width: 100%;
    height: 8px;
    background: #e5e7eb;
    border-radius: 999px;
    overflow: hidden;
}

.progress-bar-fill {
    height: 100%;
    border-radius: 999px;
    transition: width 0.4s ease;
}
.progress-bar-fill-complete {
    height: 0%;
    border-radius: 0px;
    transition: width 0.4s ease;
}

.progress-bar-fill.pending {
    background-color: #ffcf4d; 
}

.progress-bar-fill.cancel {
    background-color: #ababab;
}

.bg-primary {
    background: #4f6ef7;
}

.bg-warning {
    background: #facc15;
}

.bg-danger {
    background: #ef4444;
}

.progress-desc {
    font-size: 14px;
    color: #6b7280;
}


/* Badge nhỏ gọn */
.icon-badge {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: linear-gradient(135deg, #977dff, #b34ff6);
    color: white;
    font-size: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(40%, -40%);
}
/* Base Glass Button */
.btn-glass {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.35);
    background: linear-gradient( 135deg, rgba(255,255,255,.65), rgba(255,255,255,.15) );
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: inset 0 0 5px rgba(255,255,255,.35), 0 8px 18px rgba(0,0,0,.25);
    transition: all .25s ease;
}

    /* ICON */
    .btn-glass i {
        font-size: 15px;
        transition: .25s ease;
    }

/* ===== GREEN (EDIT) ===== */
.btn-glass-green {
    color: #22c55e;
    box-shadow: inset 0 0 5px rgba(34,197,94,.4), 0 0 5px rgba(34,197,94,.35);
}

    .btn-glass-green:hover {
        background: linear-gradient( 135deg, rgba(34,197,94,.25), rgba(255,255,255,.25) );
        color: #ffffffaa;
        transform: scale(1.25);
    }

/* ===== RED (DELETE) ===== */
.btn-glass-red {
    color: #ef4444;
    box-shadow: inset 0 0 5px rgba(239,68,68,.35), 0 0 5px rgba(239,68,68,.35);
}

    .btn-glass-red:hover {
        background: linear-gradient( 135deg, rgba(239,68,68,.25), rgba(255,255,255,.25) );
        color: #ffffffaa;
        transform: scale(1.25);
    }

/* ===== GLASS CARD ===== */
.glass-card {
    background: linear-gradient(135deg, rgba(254, 238, 255, 0.12), rgba(151, 125, 255, 0.08));
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(254, 238, 255, .35);
    border-radius: 8px;
    box-shadow: inset 0 0 5px rgba(254, 238, 255, .25), 0 0 15px rgba(81, 31, 158, .35);
}

.glass-card-project {
    border-radius: 12px;
    border: 1px solid #F7F7F7;
    background: #FFF;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
}

.tab-content .tab-pane {
    border: none;
}

/* ===== SEARCH WRAP ===== */
.glass-search-wrap {
    background: linear-gradient( 135deg, rgba(254, 238, 255, .6), rgba(151, 125, 255, .12) );
    border-radius: 14px;
    padding: 8px;
    display: flex;
    gap: 10px;
    border: 1px solid rgba(254, 238, 255, .35);
    box-shadow: inset 0 0 5px rgba(254, 238, 255, .3);
}

/* ===== INPUT GLASS ===== */
.glass-input {
    border: none !important;
    background: transparent !important;
    color: #511f9e !important;
    font-weight: 600;
    box-shadow: none !important;
}

    .glass-input::placeholder {
        color: rgba(81, 31, 158, .6);
    }

/* ===== CLEAR BUTTON ===== */
.glass-btn-clear {
    padding: 6px 16px;
    border-radius: 10px;
    border: 1px solid rgba(254, 238, 255, .35);
    background: linear-gradient( 135deg, rgba(254, 238, 255, .45), rgba(151, 125, 255, .2) );
    color: #511f9e;
    font-weight: 600;
    transition: .25s ease;
}

    .glass-btn-clear:hover {
        background: linear-gradient(135deg, #977dff, #b34ff6);
        color: white;
        box-shadow: 0 0 10px rgba(151, 125, 255, .75);
    }

/* ===== SORT AREA ===== */
.glass-sort label {
    color: #511f9e;
    font-weight: 600;
}

/* ===== SELECT GLASS ===== */
.glass-select {
    padding: 7px 14px;
    border-radius: 12px;
    border: 1px solid rgba(254, 238, 255, .4);
    background: linear-gradient( 135deg, rgba(254, 238, 255, .6), rgba(151, 125, 255, .15) );
    color: #511f9e;
    font-weight: 600;
    outline: none;
    box-shadow: inset 0 0 5px rgba(254, 238, 255, .25);
}

/* ===== ADD PROJECT BUTTON ===== */
.glass-btn-add {
    padding: 10px 20px;
    border-radius: 14px;
    border: 1px solid rgba(254, 238, 255, .4);
    background: linear-gradient( 135deg, #977dff, #b34ff6 );
    color: white;
    font-weight: 700;
    box-shadow: 0 0 5px rgba(151, 125, 255, .75), inset 0 0 5px rgba(254, 238, 255, .35);
    transition: .25s ease;
}

    .glass-btn-add:hover {
        transform: translateY(-2px) scale(1.03);
        box-shadow: 0 0 8px rgba(179, 79, 246, .9), inset 0 0 8px rgba(254, 238, 255, .45);
    }

/* WRAPPER GLASS */
.glass-progress {
    width: 100%;
    height: 8px;
    border-radius: 50px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(254, 238, 255, 0.25);
    box-shadow: inset 0 0 8px rgba(254, 238, 255, 0.25);
}

/* BAR */
.glass-progress-bar {
    height: 100%;
    transition: width 0.5s ease;
    border-radius: inherit;
}

/* === COLOR STATES === */

/* RED (<30%) */
.progress-red {
    background: linear-gradient(135deg, #ff6b6b, #d62839);
    box-shadow: 0 0 5px rgba(255, 107, 107, 0.65);
}

.text-red {
    color: #ff6b6b !important;
}

/* YELLOW (30–79%) */
.progress-yellow {
    background: linear-gradient(135deg, #f3c94e, #e0a700);
    box-shadow: 0 0 5px rgba(243, 201, 78, 0.55);
}

.text-yellow {
    color: #f3c94e !important;
}

/* GREEN (>=80%) */
.progress-green {
    background: linear-gradient(135deg, #4ade80, #22c55e);
    box-shadow: 0 0 5px rgba(74, 222, 128, 0.6);
}

.text-green {
    color: #22c55e !important;
}

/*Modal*/
/* ===============================
   MODAL CONTAINER (Glass sáng)
=============================== */
.modal-content {
    background: rgba(255, 255, 255, 0.30); /* sáng hơn */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 8px; /* yêu cầu */
    border: 1px solid rgba(179, 79, 246, 0.20); /* tím pastel nhẹ */

    box-shadow: 0 4px 20px rgba(0,0,0,0.18); /* nhẹ lại */

    overflow: hidden;
}

/* ===============================
   HEADER
=============================== */
.modal-header {
    background: rgba(255, 255, 255, 0.22);
    border-bottom: 1px solid rgba(179, 79, 246, 0.15);
    color: #511f9e;
}

.modal-title {
    font-size: 18px;
    font-weight: 600;
}

/* Close button */
.modal-header .btn {
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.35);
    background: linear-gradient( 135deg, rgba(255,255,255,.45), rgba(239,68,68,.25) );
    color: #ef4444;
    transition: .25s;
}

    .modal-header .btn:hover {
        background: rgba(239,68,68,0.20);
        color: #b91c1c;
    }

/* ===============================
   BODY
=============================== */
.modal-body {
    padding: 22px;
    color: #3d2d72;
}

/* ===============================
   FOOTER
=============================== */
.modal-footer {
    background: rgba(255, 255, 255, 0.22);
    border-top: 1px solid rgba(179, 79, 246, 0.15);
}

/* Cancel button – Soft Red Glass */
.modal .btn-cancel {
    padding: 8px 20px;
    border-radius: 8px;
    font-weight: 600;
    /* ĐỎ NEON RÕ – KHÔNG BỊ CHÌM */
    color: #ff6b81;
    /* NỀN GLASS đỏ sáng hơn */
    background: rgba(255, 77, 109, 0.18);
    border: 1px solid rgba(255, 77, 109, 0.55);
    backdrop-filter: blur(8px);
    transition: all .25s ease;
    /* glow neon mềm nhưng nổi */
    box-shadow: 0 0 5px rgba(255, 77, 109, .45);
}

    .modal .btn-cancel:hover {
        background: rgba(239, 68, 68, 0.28);
        color: #ffffff; /* hover trắng sáng */
        border-color: rgba(239, 68, 68, 0.65);
        box-shadow: 0 0 10px rgba(239, 68, 68, .55);
    }


/* Submit button – Soft Green Glass */
.modal .btn-submit {
    padding: 8px 20px;
    border-radius: 8px;
    font-weight: 700;
    /* ✨ Chữ tím pastel – nổi nhất trên nền trắng */
    color: #8f3de4;
    /* ✨ Nền glass tím nhẹ */
    background: rgba(179, 79, 246, 0.15);
    border: 1px solid rgba(179, 79, 246, 0.35);
    backdrop-filter: blur(8px);
    transition: all .25s ease;
    /* ✨ Glow tím neon */
    box-shadow: 0 0 5px rgba(179, 79, 246, .35);
}

    .modal .btn-submit:hover {
        background: rgba(179, 79, 246, 0.25);
        color: #ffffff; /* white khi hover cho độ tương phản cao */
        border-color: rgba(179, 79, 246, 0.55);
        /* Glow mạnh hơn */
        box-shadow: 0 0 10px rgba(179, 79, 246, .55);
    }


/* Custom button */
.delete-modal-custom .btn-cancel {
    padding: 8px 20px;
    border-radius: 8px;
    font-weight: 600;
    color: #ff6b81;
    background: #fff;
    border: 1px solid rgba(255, 77, 109, 0.55);
    backdrop-filter: blur(8px);
    transition: all .25s ease;
    box-shadow: 0 0 5px rgba(255, 77, 109, .45);
}

.delete-modal-custom .btn-submit {
    padding: 8px 20px;
    border-radius: 8px;
    font-weight: 700;
    color: white;
    background: #E5484D;
    border: 1px solid #fff;
    backdrop-filter: blur(8px);
    transition: all .25s ease;
    box-shadow: 0 0 5px #fff;
}

    .delete-modal-custom .btn-submit:hover {
        background: #c9373c;
        color: #ffffff; /* white khi hover cho độ tương phản cao */
        border-color: #ffffff;
        /* Glow mạnh hơn */
        box-shadow: 0 0 10px #ffffff;
    }

/* ==== GROUP CARD ==== */
.group-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 8px;
    padding: 10px 15px;
    margin: 12px 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 0px 5px rgba(0,0,0,0.25);
}

/* HEADER */
.group-header h1, .group-header h2, .group-header h3, .group-header h4, .group-header h5, .group-header h6 {
    color: #511f9e;
    font-weight: 600;
    margin: 0;
}

.group-header i {
    cursor: pointer;
    transition: 0.25s ease;
}

/* ==== STATUS BADGES ==== */
.main-view .badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    color: white;
    box-shadow: 0 3px 8px rgba(0,0,0,0.25);
    transition: 0.25s ease;
}

.main-view .badge-project-list {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 8px;
    border-radius: 8px;
    font-size: 9px;
    font-weight: 600;
    color: white;
    box-shadow: 0 3px 8px rgba(0,0,0,0.25);
    transition: 0.25s ease;
}

    .main-view .badge:hover {
        box-shadow: 0 0px 5px rgba(0,0,0,0.35);
    }

    .main-view .badge-project-list:hover {
        box-shadow: 0 0px 5px rgba(0,0,0,0.35);
    }

/* STATUS TITLE */
.main-view .title {
    font-size: 17px;
    color: #fff;
}

/* DELETE ICON */
.glass-badge .btn-delete {
    color: rgba(255,255,255,0.85);
    cursor: pointer;
    transition: 0.25s ease;
}

    .glass-badge .btn-delete:hover {
        color: #ff4d6d;
    }

.glass-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    /* Glass gradient */
    background: linear-gradient( 135deg, rgba(254, 238, 255, 0.20), /* feeeff */
    rgba(81, 31, 158, 0.8) /* 977dff */
    );
    /* Glass blur */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    /* Glow nhẹ hơn card để tránh quá chói */
    box-shadow: inset 0 0 5px rgba(254, 238, 255, .25), 0 0 5px rgba(151, 125, 255, .25);
    color: #511f9e;
    transition: 0.25s ease;
}

    .glass-badge:hover {
        box-shadow: inset 0 0 5px rgba(254, 238, 255, .35), 0 0 5px rgba(151, 125, 255, .35);
        color: #7f3bff;
    }

/*Table */
/* ============================
   TABLE GLASS STYLE
   ============================ */
.tbl-item {
    width: 100%;
}

    .tbl-item thead {
        background: linear-gradient(135deg, #511f9e, #7b5cf5);
        color: #fff;
    }

        .tbl-item thead th {
            padding: 12px;
            color: #511f9e;
            font-weight: 600;
        }

    /* ROW BODY */
    .tbl-item tbody tr {
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(8px);
        border: 1px solid rgba(255, 255, 255, .15);
        border-radius: 8px;
        transition: .25s ease;
    }

        .tbl-item tbody tr:hover {
            background: rgba(151, 125, 255, 0.12);
            box-shadow: 0 0 5px rgba(151,125,255,.25);
        }

        .tbl-item tbody tr td {
            padding: 5px 5px 5px 5px;
            vertical-align: middle;
            color: #ddd;
        }
#tbl-member tr td {
    padding: 10px;
    vertical-align: middle;
}
    /* ============================
   FORM INPUT INSIDE TABLE
   ============================ */
    .tbl-item input.form-control {
        background: rgba(255, 255, 255, .15);
        border: 1px solid rgba(255, 255, 255, .25);
        color: #511f9e;
        border-radius: 8px;
    }

        .tbl-item input.form-control::placeholder {
            color: #511f9e;
        }

/* ============================
   DELETE ICON
   ============================ */
.btn-delete-row {
    font-size: 20px;
    color: #b34ff6;
    transition: .25s ease;
}
    .btn-delete-row:hover {
        color: #ff4d6d;
    }

/* ============================
   IMAGE UPLOAD (Preview Icon)
   ============================ */
.img-upload {
    width: 50px;
    height: auto;
    border-radius: 6px;
    padding: 4px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    transition: .25s ease;
}

    .img-upload:hover {
        background: rgba(151,125,255,.15);
        box-shadow: 0 0 5px rgba(151,125,255,.35);
    }

/* Wrapper tránh icon dính nhau */
/* Group wrapper */
.status-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Base icon style */
.icon-btn {
    font-size: 20px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    cursor: pointer;
    /* Glass layer */
    backdrop-filter: blur(6px);
    transition: .25s ease;
}

/* ================================
   REFRESH BUTTON – GREEN GLASS
   ================================ */
/* ================================
   REFRESH BUTTON – BLUE GLASS
   ================================ */
.btn-refresh {
    background: rgba(59, 130, 246, 0.18); /* blue soft (#3b82f6) */
    border: 1px solid rgba(59, 130, 246, 0.45);
    color: #3b82f6; /* main blue */
    box-shadow: 0 0 8px rgba(59, 130, 246, .35);
    backdrop-filter: blur(6px);
    transition: .25s ease;
    border-radius: 8px;
}

    .btn-refresh:hover {
        background: rgba(59, 130, 246, 0.32);
        box-shadow: 0 0 12px rgba(59, 130, 246, .55);
        color: white;
    }

/* ================================
   ADD BUTTON – PURPLE GLASS
   ================================ */
.btn-add {
    border-radius: 6px;
    background: linear-gradient(88deg, var(--Azure-5, #3556B6) 2.5%, var(--Light-Blue-5, #4CA3EC) 98.63%);
    display: flex;
    padding: 10px 16px;
    align-items: center;
    gap: 10px;
    border: none;
    color: #fff;
}

    .btn-add:hover {
        transform: scale(110%);
    }

.title-btn-add {
    color: var(--Azure-0, #FFF);
    text-align: center;
    /* N-M */
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 14.4px */
}

.project-filter {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.filter-right {
    margin-left: auto;
    display: flex;
    gap: 12px;
    align-items: center;
}

.search-box {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 6px 12px;
    border-radius: 8px;
    width: 280px;
    border-radius: 4px;
    border: 1px solid var(--Grey-5, #ABABAB);
}

    .search-box input {
        border: none;
        outline: none;
        background: transparent;
        margin-left: 6px;
        width: 100%;
    }

/* LIST (default) */
.project-list-view .main-view {
    width: 100%;
}

/* CARD */
.project-card-view {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

    .project-card-view .main-view {
        width: calc(33.33% - 16px); /* 3 cột */
    }

    .project-card-view .card {
        height: 100%;
    }


.input-icon-wrapper {
    position: relative;
    width: 100%;
}

    .input-icon-wrapper i {
        position: absolute;
        top: 50%;
        left: 12px;
        transform: translateY(-50%);
        color: #b884ff;
        font-size: 16px;
    }

    .input-icon-wrapper .form-control {
        padding-left: 40px;
        background: rgba(255,255,255,0.12);
        border: 1px solid rgba(151,125,255,0.35);
        backdrop-filter: blur(6px);
        color: white;
    }

        .input-icon-wrapper .form-control:focus {
            border-color: #b34ff6;
            box-shadow: 0 0 12px rgba(179,79,246,.35);
        }

/*Switch*/
/* Wrapper */
.glass-switch {
    padding: 6px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

    /* LABEL */
    .glass-switch .form-check-label {
        color: #b34ff6; /* tím nhạt sáng dễ đọc */
        font-weight: 500;
        cursor: pointer;
    }

    /* SWITCH BASE */
    .glass-switch .form-check-input {
        width: 42px;
        height: 22px;
        cursor: pointer;
        background-color: rgba(151,125,255,0.25);
        border-color: rgba(151,125,255,0.45);
        transition: all .25s ease;
    }

        /* SWITCH ACTIVE */
        .glass-switch .form-check-input:checked {
            background-color: #b34ff6; /* tím neon */
            border-color: #b34ff6;
            box-shadow: 0 0 5px rgba(179,79,246, .55);
        }


.app-content {
    background: var(--azure-0);
    min-height: calc(97.8vh - 2.5rem);
    height: calc(97.8vh - 2.5rem);
}


.item-control {
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 16px;
    border: 1px solid var(--grey-2)
}

.item-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 40px 10px 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%234b5563'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px;
}

.item-button {
    border-radius: 6px;
    padding: 10px 16px;
    align-items: center;
    border: none;
}

.item-search {
    padding: 10px 16px 10px 40px; ;
    outline: none;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%239ca3af'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 18px; 
    background-position: left 16px center; 
}

    .item-search:focus {
        border-color: #3b82f6;
        box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.1);
    }


    .item-search::placeholder {
        font-style: italic; 
    }
 /*  Kanban  */
.kanban-container {
    display: flex;
    width: 100%;
    height: calc(100vh - 150px);
    gap: 15px;
    flex-wrap: nowrap;
    align-items: stretch;
    overflow-x: hidden;
}

.kanban-column {
    flex: 1;
    min-width: 0;
    height: 100%;
    background-color: #f4f5f7;
    border-radius: 12px;
    padding: 14px 4px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    background-color: color-mix(in srgb, var(--column-color) 20%, transparent);
}
    .kanban-column .column-header {
        padding-left: 16px;
        font-weight: 500;
        align-items: center;
        color: var(--column-color);
    }
        .kanban-column .column-header .count {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            background: var(--column-color);
            color: var(--azure-0);
            line-height: 0;
        }
    .kanban-column .group-kanban-card {
        flex: 1;
        min-height: 0;
        overflow-y: auto;
        overflow-x:hidden;
    }

.kanban-card {
    background: var(--azure-0);
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 12px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    gap: 8px;
}
    .kanban-card .dropdown-extend {
        width: 20px;
        height: 20px;
        border-radius: 5px;
        margin:2px;
        display: flex;
        align-items:center;
        justify-content:center;
    }
    .kanban-card .dropdown-extend:hover {
        background: var(--grey-2);
    }
    .kanban-card span {
        line-height: 1;
    }

    .kanban-card:hover {
        box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.10);
    }
    .kanban-card .action-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        align-self: stretch;
        border-radius: 2px;
        background-color: transparent;
        border: none;
        color: var(--azure-0);
        padding: 0px;
        overflow: visible;
    }

        .kanban-card .action-button .iconify {
            font-size: 18px;
            transition: transform 0.1s ease-in-out;
        }
        .kanban-card .action-button:hover .iconify {
            transform: scale(1.15);
            filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.9));
        }

        .kanban-card .card-header {
            background: var(--azure-0);
            padding: 0px;
            display: flex;
            align-items: center;
            justify-content: start;
            gap: 4px;
        }

    .kanban-card .card-body {
        padding: 0px;
        display:flex;
        flex-direction:column;
        gap: 8px;
    }
        .kanban-card .card-body .card-info {
            display: flex;
            align-items: center; 
            gap: 12px; 
        }
            .kanban-card .card-body .card-info .avatar {
                width: 36px; 
                height: 36px;
                border-radius: 50%; 
                object-fit: cover;
            }
    .kanban-card .card-footer {
        padding: 0px;
        background: var(--azure-0);
        border:none;
    }

        .kanban-card .card-footer .status-select {
            border: 1px solid var(--grey-4);
            border-radius: 4px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            padding: 1px 25px 1px 5px;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%234b5563'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: right 5px center;
            background-size: 15px;
            transition: all 0.3s ease;
            font-weight: 600;
            color: var(--column-color);
            border: 1px solid var(--grey-1-5);
            height:25px;
        } 

    .kanban-card .badge {
        padding: 6px 10px;
        border-radius: 4px;
        font-weight: bold;
        color: white;
    }
    .kanban-card .id {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        margin: 0;
        padding-top: 1px;
        height: 100%;
    }

.bg-frontend {
    background-color: #4dd0e1;
}

/* Custom Checkbox*/
.custom-checkbox {
    display: inline-flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    user-select: none; 
}
    .custom-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }


.checkmark {
    position: relative;
    width: 16px;
    height: 16px;
    border: 2px solid #e2e8f0; 
    border-radius: 6px; 
    background-color: transparent;
    transition: all 0.2s ease; 
}

.custom-checkbox input:checked ~ .checkmark {
    border-color: #3b82f6; 
}

.checkmark::after {
    content: "";
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    background-color: #3b82f6; 
    border-radius: 2px; 
}

.custom-checkbox input:checked ~ .checkmark::after {
    display: block;
}

.simplebar-wrapper,
.simplebar-mask,
.simplebar-offset,
.simplebar-content-wrapper,
.simplebar-content {
    height: 100%;
}


/* Custom layout */
.layout-wrapper {
    position: relative;
    min-height: calc(97.8vh - 2.5rem);
    overflow: hidden;
}

/* wrapper chứa 2 circle */
.bg-decor {
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    height: 100%;
    pointer-events: none; /* không chặn click */
    z-index: 0;
}

/* đảm bảo content nằm trên */
.layout-wrapper > *:not(.bg-decor) {
    position: relative;
    z-index: 1;
}

/* circle lớn */
.circle-large {
    position: absolute;
    width: 339px;
    height: 339px;
    background: #3B8BD4;
    bottom: 306px;
    right: -84px;
    top: 590px;
    border-radius: 339px;
    opacity: 0.84;
    background: var(--Azure-5, #3556B6);
    filter: blur(23.25px);
}

/* circle nhỏ */
.circle-small {
    position: absolute;
    width: 254px;
    height: 254px;
    background: #4CA3EC;
    border-radius: 50%;
    fill: var(--Light-Blue-5, #4CA3EC);
    filter: blur(23.25px);
    top: 442px;
    right: -158px;
    bottom: 539px;
}


/* Custom Dialog */
.custom-dialog {
    margin: 0;
    height: 100%;
    padding: 37px 46px;
    display: flex;
    flex-direction: column;
}

    .custom-dialog .ict-modal-header {
        border: none;
        padding: 0;
    }

    .custom-dialog .ict-modal-body {
        flex: 1;
        padding: 0;
        padding-top: 16px;
        display: flex;
        flex-direction: column;
        min-height: 0;
    }

    .custom-dialog .card-info {
        width: 50%;
        height: 100%;
        padding: 12px 24px;
        border: 1px solid var(--azure-0-5);
        border-radius: 12px;
        display: flex;
        flex-direction: column;
        gap: 12px;
        max-height: 100%;
        min-height: 0;
        overflow-y: auto;
    }

        .custom-dialog .card-info .lable {
            width: 26%;
            font-size: 12px;
        }

        .custom-dialog .card-info .card-user {
            display: flex;
            align-items: center;
            gap: 12px;
        }

            .custom-dialog .card-info .card-user .avatar {
                width: 36px;
                height: 36px;
                border-radius: 50%;
                object-fit: cover;
            }

        .custom-dialog .card-info .setting-info {
            border-bottom: 1px solid var(--grey-1-5);
            padding: 12px 0px;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }
.main-profile .avatar-section .avatar-circle img {
    height: 120px;
    width: auto;
    aspect-ratio: 1/1;
    border-radius: 100%;
    object-fit: cover;
}
        .custom-dialog .card-info .photo-card {
            width: 62px;
            height: 62px;
            margin-bottom: 8px;
            border-radius: 12px;
        }

.status-select-dialog {
    border: 1px solid var(--grey-4);
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 3px 35px 3px 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%234b5563'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 16px;
    transition: all 0.3s ease;
    font-weight: 600;
}
/*Custom tab*/
.custom-tab .tab-nav {
    display: flex;
    padding: 4px;
    align-items: center;
    gap: 12px;
    border-radius: 40px;
    background: var(--grey-1-5);
}
    .custom-tab .tab-nav .tab-btn {
        display: flex;
        padding: 9px 20px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 46px;
        background: transparent;
        color: var(--grey-10);
        font-size:12px !important;
    }
        .custom-tab .tab-nav .tab-btn.active {
            display: flex;
            padding: 9px 20px;
            justify-content: center;
            align-items: center;
            gap: 10px;
            border-radius: 46px;
            background: var(--azure-0);
            border:none;
        }

.btn-comment {
    display: flex;
    padding: 8px 12px;
    align-items: center;
    gap: 6px;
    border-radius: 6px;
    background: linear-gradient(88deg, var(--azure-5) 2.5%, var(--light-blue-5) 98.63%);
    color: var(--azure-0);
    border:none;
}



/* Profile */
.main-profile {
    padding: 8.25px 20px 82.5px 0;
    display:flex;
    flex-direction:column;
    gap:16px;
}
    .main-profile .info-section {
        border: 1px solid var(--azure-1);
        width: 100%;
        border-radius: 12px;
        min-height: 150px;
        padding: 24px 24px 0px 24px;
        background: linear-gradient(to bottom, var(--azure-5) 0%, var(--light-blue-5) 12%, #FFFFFF 29%, transparent 29% );
        display:flex;
        flex-direction:column;
    }
    .main-profile .avatar-section{
        height:auto;
    }
        .main-profile .avatar-section .avatar-circle {
            height: 120px;
            width: auto;
            aspect-ratio: 1/1;
            border-radius: 100%;
            border: 2px solid white;
            background: var(--azure-0-5);
        }
    .main-profile .inner-profile {
        height: 50%;
        margin-top: 12px;
    }
        .main-profile .inner-profile .profile-name-show {
            color: #000;
            /* P-M */
            font-family: "Lexend Deca";
            font-size: 21px;
            font-style: normal;
            font-weight: 500;
            line-height: 120%;
        }
        .main-profile .inner-profile .exper-info {
            color: #000;
            /* N-L */
            font-family: "Lexend Deca";
            font-size: 12px;
            font-style: normal;
            font-weight: 300;
            line-height: 120%; /* 14.4px */
        }
        .main-profile .inner-profile .email-section {
            color: var(--Grey-6, #8D8D8D);
            /* B-L */
            font-family: "Lexend Deca";
            font-size: 16px;
            font-style: normal;
            font-weight: 300;
            line-height: 150%; /* 24px */
            letter-spacing: -0.32px;
        }
        .main-profile .inner-profile .address-section {
            color: var(--Grey-6, #8D8D8D);
            /* N-L */
            font-family: "Lexend Deca";
            font-size: 12px;
            font-style: normal;
            font-weight: 300;
            line-height: 120%; /* 14.4px */
        }
        .main-profile .inner-profile .contact-section {
            color: var(--Azure-5, #3556B6);
            /* N-B */
            font-family: "Lexend Deca";
            font-size: 12px;
            font-style: normal;
            font-weight: 700;
            line-height: 120%; /* 14.4px */
        }
        
    .main-profile .portfolio-section .portfolio-list {
        list-style-type: none;

    }
        .main-profile .portfolio-section .portfolio-list .portfolio-item {
            padding: 9px;
            display: flex;
            height: 2.3em;
            width: 100%;
            min-height: 2em;
            box-sizing: border-box;
        }
        .main-profile .portfolio-section .portfolio-list .portfolio-item p {
            margin: 0;
            flex: 1;
            min-width: 0;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            color: var(--Azure-5, #3556B6);
            /* N-M */
            font-family: "Lexend Deca";
            font-size: 12px;
            font-style: normal;
            font-weight: 500;
            line-height: 120%; /* 14.4px */
        }
    .main-profile .tech-stack-section{
        padding-left: 2rem;
    }
        .main-profile .tech-stack-section span {
            padding-left:9px;
            color: var(--azure-85, #101A37);
            /* N-L */
            font-family: "Lexend Deca";
            font-size: 12px;
            font-style: normal;
            font-weight: 300;
            line-height: 120%; /* 14.4px */
        }
    .main-profile .tech-tag-section{
        display:flex;
        flex-wrap:wrap;
        gap:3px;
    }

    .main-profile .tech-tag-item {
        display: inline-flex;
        align-items: center;
        border: 1px solid #E0E0E0;
        border-radius: 6px;
        background: #F9F9F9;
        transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        overflow: hidden; /* Để bo góc cắt gọn các phần tử con */
        font-family: "Lexend Deca", sans-serif;
    }

        .main-profile .tech-tag-item:hover {
            border-color: #C0C0C0;
            background: #FFFFFF;
            box-shadow: 0 2px 4px rgba(0,0,0,0.05);
        }

    /* Nội dung text của tag */
    .main-profile .tag-content {
        padding: 6px 10px;
        font-size: 13px;
        color: #525252;
        border-right: 1px solid #E0E0E0; /* Vạch ngăn cách nhẹ với nút xóa */
    }

    /* Nút xóa */
    .main-profile .tag-delete {
        padding: 6px 8px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        transition: all 0.2s;
        color: #999;
    }

        .main-profile .tag-delete:hover {
            background: #FFE3E3; /* Nền đỏ nhạt khi hover vào nút xóa */
            color: #FF4D4D; /* Chữ đỏ */
        }

    .main-profile .intro-section {
        display: flex;
        padding: 24px;
        flex-direction: column;
        border-radius: 12px;
        border: 1px solid #EBEEF8;
        background: rgba(255, 255, 255, 0.69);
        backdrop-filter: blur(1px);
    }
        .main-profile .intro-section .intro-header span.title {
            color: #000;
            /* B-M */
            font-family: "Lexend Deca";
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 150%; /* 24px */
            letter-spacing: -0.32px;
        }

        .main-profile .intro-section .intro-content .content-show {
            color: var(--Grey-8, #525252);
            /* N-L */
            font-family: "Lexend Deca";
            font-size: 12px;
            font-style: normal;
            font-weight: 300;
            line-height: 120%;
            word-wrap: break-word;
            overflow-wrap: break-word;
            word-break: break-all;
        }

.intro-content .inp-edit-intro {
    width: 100%;
    min-height: 80px;
    padding: 12px 15px;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
    resize: vertical;
    outline: none;
    margin-top: 10px;
}

.inp-edit-intro:focus {
    border-color: #007bff;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.2);
}      
       
    .main-profile .exper-section {
        display: flex;
        padding: 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch;
        border-radius: 12px;
        border: 1px solid #EBEEF8;
        background: rgba(255, 255, 255, 0.69);
        backdrop-filter: blur(1px);
    }
        .main-profile .exper-section .exper-section-header {
            color: #000;
            /* B-M */
            font-family: "Lexend Deca";
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 150%; /* 24px */
            letter-spacing: -0.32px;
        }
            .main-profile .exper-section .exper-section-header span.title {
                color: #000;
                /* B-M */
                font-family: "Lexend Deca";
                font-size: 16px;
                font-style: normal;
                font-weight: 500;
                line-height: 150%; /* 24px */
                letter-spacing: -0.32px;
            }
        .main-profile .exper-section .exper-section-content{
            display:flex;
            flex-direction:column;
            width:100%;
        }
            .main-profile .exper-section .exper-section-content .exper-content-item:not(:last-child) {
                border-bottom: 1px solid #ddd;
                padding-bottom: 15px;
                margin-bottom: 15px;
            }
            .main-profile .exper-section .exper-section-content .exper-content-item {
                width:100%;
                display:flex;
                padding-top:12px;
                padding-bottom:8px;
                gap:8px;
            }
            .main-profile .exper-section .exper-section-content .exper-item-logo {
                width: 28px;
                height: 28px;
                aspect-ratio: 1/1;
                border-radius: 57px;
/*                background: url(<path-to-image>) lightgray 5.2px 3.739px / 62.857% 73.292% no-repeat;*/
            }
                .main-profile .exper-section .exper-section-content .exper-item-logo img {
                    width: 28px;
                    height: 28px; 
                    aspect-ratio: 1/1;
                }
            .main-profile .exper-section .exper-section-content .exper-item-info {
                gap: 3px;
                min-width: 0;
            }
                .main-profile .exper-section .exper-section-content .exper-item-info .item-role {
                    color: var(--Azure-9, #0B1124);
                    /* N-M */
                    font-family: "Lexend Deca";
                    font-size: 12px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 120%;
                    margin-bottom: 4px;
                    display: block;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }
                .main-profile .exper-section .exper-section-content .exper-item-info p {
                    color: var(--Grey-7, #707070);
                    /* N-L */
                    font-family: "Lexend Deca";
                    font-size: 12px;
                    font-style: normal;
                    font-weight: 300;
                    line-height: 120%; /* 14.4px */
                    margin: 0px;
                    margin-bottom: 4px;
                    display: block;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

    .main-profile .project-section {
        display: flex;
        flex-direction:column;
        padding: 24px;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch;
        border-radius: 12px;
        border: 1px solid #EBEEF8;
        background: rgba(255, 255, 255, 0.69);
        backdrop-filter: blur(1px);
        width:100% !important;
    }
        .main-profile .project-section .project-list{
            display:flex;
            flex-direction:column;
            gap:8px;
        }
        .main-profile .project-section .project-header {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            width: 100% !important;
        }
            .main-profile .project-section .project-header .project-header-left h4 {
                color: #000;
                /* B-M */
                font-family: "Lexend Deca";
                font-size: 16px;
                font-style: normal;
                font-weight: 500;
                line-height: 150%; /* 24px */
                letter-spacing: -0.32px;
            }
            .main-profile .project-section .project-header .project-header-left .total {
                color: var(--Grey-7, #707070);
                /* N-L */
                font-family: "Lexend Deca";
                font-size: 12px;
                font-style: normal;
                font-weight: 300;
                line-height: 120%; /* 14.4px */
            }
            .main-profile .project-section .project-header .project-header-left strong {
                color: #000;
                /* N-M */
                font-family: "Lexend Deca";
                font-size: 12px;
                font-style: normal;
                font-weight: 500;
                line-height: 120%;
            }
            .main-profile .project-section .project-header .project-header-right{
                display:flex;
                justify-content:space-between;
                align-items:center;
            }
            .main-profile .project-section .project-header .project-header-right .project-sort {
                display: flex;
                padding: 4px 8px;
                justify-content: center;
                align-items: center;
                gap: 8px;
                border-radius: 4px;
                border: 1px solid var(--grey-15, #E6E6E6);
            }
                .main-profile .project-section .project-header .project-header-right .project-sort option {
                    color: var(--Grey-7, #707070);
                    /* SN-R */
                    font-family: "Lexend Deca";
                    font-size: 9px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 120%; /* 10.8px */
                }
                .main-profile .project-section .project-header .project-header-right a {
                    color: var(--Azure-5, #3556B6);
                    /* SN-R */
                    font-family: "Lexend Deca";
                    font-size: 9px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 120%; /* 10.8px */
                    margin-left:20px !important;
                }
.main-profile .project-section .project-list{
    display:flex;
    flex-direction:column;
    width:100% !important;
}
        .main-profile .project-section .project-card {
            display: flex;
            justify-content:space-between;
            padding: 16px 28px;
            align-items: center;
            gap: 32px;
            align-self: stretch;
            border-radius: 12px;
            border: 1px solid #F7F7F7;
            background: #FFF;
            box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
            width:100%;
        }
            .main-profile .project-section .project-card .project-card-logo {
                flex: 0 0 40px !important;
            }
        .main-profile .project-section .project-card-info {
            display: flex;
/*            flex: 0 0 37%;*/
            flex-direction: column;
        }
    .main-profile .project-section .project-card-info .top-content {
        display: flex;
        align-items: flex-start;
        flex: 1 0 0;
        align-self: stretch;
        max-height:17px;
    }
        .main-profile .project-section .project-card-info .top-content .title {
            color: #000;
            /* N-M */
            font-family: "Lexend Deca";
            font-size: 12px;
            font-style: normal;
            font-weight: 500;
            line-height: 120%; /* 14.4px */
        }
        .main-profile .project-section .project-card-info .top-content .type-payment {
            display: flex;
            padding: 3px 10px;
            justify-content: center;
            align-items: center;
            gap: 10px;
            border-radius: 4px;
            background: var(--Grey-5, #ABABAB);
            height:100%;
        }
            .main-profile .project-section .project-card-info .top-content .type-payment span {
                color: #FFF;
                /* SN-M */
                font-family: "Lexend Deca";
                font-size: 9px;
                font-style: normal;
                font-weight: 500;
                line-height: 120%; /* 10.8px */
            }
        .main-profile .project-section .project-card-info .bottom-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
            align-self: stretch;
            gap:8px;
        }
            .main-profile .project-section .project-card-info .bottom-content .bottom-content-right {
                display: flex;
                justify-content: space-between;
                align-items: center;
                align-self: stretch;
                gap: 8px;
            }
            .main-profile .project-section .project-card-info .bottom-content .role {
                color: var(--Grey-6, #8D8D8D);
                /* SN-L */
                font-family: "Lexend Deca";
                font-size: 9px;
                font-style: normal;
                font-weight: 300;
                line-height: 120%; /* 10.8px */
            }

            .main-profile .project-section .project-card-info .bottom-content .type-project.web {
                display: flex;
                padding: 3px 10px;
                justify-content: center;
                align-items: center;
                gap: 10px;
                border-radius: 2px;
                background: var(--Azure-5, #3556B6);
            }

                .main-profile .project-section .project-card-info .bottom-content .type-project.web span {
                    color: var(--Azure-0, #FFF);
                    /* SN-M */
                    font-family: "Lexend Deca";
                    font-size: 9px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 120%; /* 10.8px */
                }

            .main-profile .project-section .project-card-info .bottom-content .type-project.desktop-app {
                display: flex;
                padding: 3px 10px;
                justify-content: center;
                align-items: center;
                gap: 10px;
                border-radius: 2px;
                background: #850FBC;
            }

                .main-profile .project-section .project-card-info .bottom-content .type-project.desktop-app span {
                    color: var(--Azure-0, #FFF);
                    /* SN-M */
                    font-family: "Lexend Deca";
                    font-size: 9px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 120%; /* 10.8px */
                }

            .main-profile .project-section .project-card-info .bottom-content .type-project.game {
                display: flex;
                padding: 3px 10px;
                justify-content: center;
                align-items: center;
                gap: 10px;
                border-radius: 2px;
                background: var(--Yellow-5, #FFCF4D);
            }

                .main-profile .project-section .project-card-info .bottom-content .type-project.game span {
                    color: var(--Grey-8, #525252);
                    /* SN-M */
                    font-family: "Lexend Deca";
                    font-size: 9px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 120%; /* 10.8px */
                }

        .main-profile .project-section .project-card-on-track {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 2px;
            /*            flex: 0 0 32%;*/
            align-self: stretch;
            flex: 1 1 auto;
        }

            .main-profile .project-section .project-card-on-track .progress-wrapper .progress-title {
                color: #000;
                /* SN-M */
                font-family: "Lexend Deca";
                font-size: 9px;
                font-style: normal;
                font-weight: 500;
                line-height: 120%; /* 10.8px */
            }

            .main-profile .project-section .project-card-on-track .task-progress-show {
                color: var(--Grey-8, #525252);
                text-align: center;
                /* SN-L */
                font-family: "Lexend Deca";
                font-size: 9px;
                font-style: normal;
                font-weight: 300;
                line-height: 120%; /* 10.8px */
            }
        .main-profile .project-section .project-card-details {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 8px;
            flex: 0 0 100px;
        }

            .main-profile .project-section .project-card-details .icon-task {
                display: flex;
                width: 30px;
                height: 30px;
                justify-content: center;
                align-items: center;
                gap: 10px;
                aspect-ratio: 1/1;
                border-radius: 25px;
                background: var(--Azure-5, #3556B6);
                position: relative;
            }

                .main-profile .project-section .project-card-details .icon-task .icon-number {
                    display: flex;
                    width: 17px;
                    height: 17px;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    gap: 10px;
                    aspect-ratio: 1/1;
                    border-radius: 12px;
                    border: 1px solid var(--Azure-5, #3556B6);
                    background: var(--Azure-0, #FFF);
                    position: absolute;
                    top: 0;
                    right: -5px;
                }

            .main-profile .project-section .project-card-details .icon-completed {
                display: flex;
                width: 30px;
                height: 30px;
                justify-content: center;
                align-items: center;
                gap: 10px;
                aspect-ratio: 1/1;
                border-radius: 25px;
                background: var(--Green-6, #29AFA4);
                position: relative;
            }

                .main-profile .project-section .project-card-details .icon-completed .icon-number {
                    display: flex;
                    width: 17px;
                    height: 17px;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    gap: 10px;
                    aspect-ratio: 1/1;
                    border-radius: 12px;
                    border: 1px solid var(--Green-6, #29AFA4);
                    background: var(--Azure-0, #FFF);
                    position: absolute;
                    top: 0px;
                    right: -5px;
                }

            .main-profile .project-section .project-card-details .icon-member {
                display: flex;
                width: 30px;
                height: 30px;
                justify-content: center;
                align-items: center;
                gap: 10px;
                aspect-ratio: 1/1;
                border-radius: 25px;
                background: var(--Light-Blue-6, #3D84C0);
                position: relative;
            }

                .main-profile .project-section .project-card-details .icon-member .icon-number {
                    display: flex;
                    width: 17px;
                    height: 17px;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    gap: 10px;
                    aspect-ratio: 1/1;
                    border-radius: 12px;
                    border: 1px solid var(--Light-Blue-6, #3D84C0);
                    background: var(--Azure-0, #FFF);
                    position: absolute;
                    top: 0px;
                    right: -5px;
                }
                    .main-profile .project-section .project-card-details .icon-task .icon-number span,
                    .main-profile .project-section .project-card-details .icon-completed .icon-number span,
                    .main-profile .project-section .project-card-details .icon-member .icon-number span {
                        color: #000;
                        text-align: center;
                        font-family: "Lexend Deca";
                        font-size: 10px;
                        font-style: normal;
                        font-weight: 700;
                        line-height: 120%; /* 4.8px */
                    }
        .main-profile .project-section .project-card-completed {
            display: flex;
            padding-right: 88px;
            flex-direction: column;
            align-items: flex-start;
            flex: 0 0 32%;
        }
            .main-profile .project-section .project-card-completed .top .title {
                color: var(--Green-6, #29AFA4);
                font-family: "Lexend Deca";
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 150%; /* 21px */
                letter-spacing: -0.28px;
            }
            .main-profile .project-section .project-card-completed .bottom span {
                color: var(--Grey-8, #525252);
                text-align: center;
                /* SN-L */
                font-family: "Lexend Deca";
                font-size: 9px;
                font-style: normal;
                font-weight: 300;
                line-height: 120%; /* 10.8px */
            }  
 
            
/* User (Home) */
.main-user {
    padding: 8.25px 20px 82.5px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
    .main-user .header-section .header-title h4 {
        color: var(--Grey-8, #525252);
        /* P-M */
        font-family: "Lexend Deca";
        font-size: 21px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%; /* 25.2px */
    }
    .main-user .header-section .header-title .header-user-name {
        background: linear-gradient(90deg, var(--Azure-5, #3556B6) 0%, var(--Light-Blue-5, #4CA3EC) 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        /* P-B */
        font-family: "Lexend Deca";
        font-size: 21px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }
    .main-user .header-section .header-sub p{
        color: var(--Grey-8, #525252);
        /* N-L */
        font-family: "Lexend Deca";
        font-size: 12px;
        font-style: normal;
        font-weight: 200;
        line-height: 120%; /* 14.4px */
        margin-bottom:0px;
    }
    /* Content section */
    .main-user .content-section-header  {
        width:100%;
        justify-content:space-between;
    }
        .main-user .content-section-header .statistic-card {
            display: flex;
/*            width: 22.67%; <-- mở khi sử dụng merge card*/
            width:33%;
            height: 144px;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            gap: 8px;
            flex-shrink: 0;
            box-sizing: border-box;
        }
            .main-user .content-section-header .statistic-card .top-statistic .left,
            .main-user .content-section-header .statistic-card .bottom-statistic .left {
                display: flex;
                flex-direction: column;
            }
                .main-user .content-section-header .statistic-card .top-statistic .left h4,
                .main-user .content-section-header .statistic-card .bottom-statistic .left h4 {
                    color: var(--grey-85, #434343);
                    /* H3 */
                    font-family: "Lexend Deca";
                    font-size: 27px;
                    font-style: normal;
                    font-weight: 800;
                    line-height: 120%; /* 32.4px */
                }
                .main-user .content-section-header .statistic-card .top-statistic .left span,
                .main-user .content-section-header .statistic-card .bottom-statistic .left span {
                    color: var(--Grey-7, #707070);
                    /* N-L */
                    font-family: "Lexend Deca";
                    font-size: 12px;
                    font-style: normal;
                    font-weight: 300;
                    line-height: 120%; /* 14.4px */
                }
            .main-user .content-section-header .statistic-card .top-statistic,
            .main-user .content-section-header .statistic-card .bottom-statistic {
                display: flex;
                padding: 10px 12px;
                justify-content: space-between;
                align-items: flex-start;
                flex: 1 0 0;
                align-self: stretch;
                border-radius: 12px;
                border: 1px solid rgba(154, 188, 214, 0.58);
                background: var(--Azure-0, #FFF);
            }
                .main-user .content-section-header .statistic-card .top-statistic .right a{
                    color: var(--Azure-5, #3556B6);
                    /* SN-B */
                    font-family: "Lexend Deca";
                    font-size: 9px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: 120%; /* 10.8px */
                }
                .main-user .content-section-header .statistic-card .bottom-statistic .right a {
                    color: var(--Light-Blue-5, #4CA3EC);
                    /* SN-B */
                    font-family: "Lexend Deca";
                    font-size: 9px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: 120%; /* 10.8px */
                }

        .main-user .content-section-header .task-card {
            height: 144px;
            display: flex;
            /*            width: 28.33%; <--mở nếu dùng merge card */
            width: 32%;
            padding: 24px 28px;
            flex-direction: column;
            justify-content: space-between;
            align-items: flex-start;
            flex-shrink: 0;
            align-self: stretch;
            border-radius: 12px;
            background: var(--Azure-5, #3556B6);
            box-sizing: border-box;
        }
        .main-user .content-section-header .merge-card {
            height: 144px;
            display: flex;
            width: 22.67%;
            padding: 24px 28px;
            flex-direction: column;
            justify-content: space-between;
            align-items: flex-start;
            flex-shrink: 0;
            align-self: stretch;
            border-radius: 12px;
            background: #E5C4F8;
            box-sizing: border-box;
        }
        .main-user .content-section-header .issue-card {
            height: 144px;
            display: flex;
            /*            width: 22.67%; <--- mở nếu dùng merge card*/
            width: 32%;
            padding: 24px 28px;
            flex-direction: column;
            justify-content: space-between;
            align-items: flex-start;
            flex-shrink: 0;
            align-self: stretch;
            border-radius: 12px;
            background: var(--light-blue-15, #C9E3F9);
            box-sizing: border-box;
        }
            .main-user .content-section-header .issue-card .issue-header,
            .main-user .content-section-header .merge-card .merge-header,
            .main-user .content-section-header .task-card .task-header {
                display: flex;
                justify-content: space-between;
                align-items: center;
                align-self: stretch;
            }
                .main-user .content-section-header .issue-card .issue-header h4,
                .main-user .content-section-header .merge-card .merge-header h4 {
                    color: var(--grey-85, #434343);
                    /* H2 */
                    font-family: "Lexend Deca";
                    font-size: 36px;
                    font-style: normal;
                    font-weight: 600;
                    line-height: 120%; /* 43.2px */
                    letter-spacing: 0.72px;
                }
                .main-user .content-section-header .task-card .task-header h4 {
                    color: var(--Azure-0, #FFF);
                    /* H2 */
                    font-family: "Lexend Deca";
                    font-size: 36px;
                    font-style: normal;
                    font-weight: 600;
                    line-height: 120%; /* 43.2px */
                    letter-spacing: 0.72px;
                }
                    .main-user .content-section-header .issue-card .issue-header span,
                    .main-user .content-section-header .merge-card .merge-header span {
                        color: var(--grey-85, #434343);
                        /* SN-L */
                        font-family: "Lexend Deca";
                        font-size: 12px;
                        font-style: normal;
                        font-weight: 300;
                        line-height: 120%; /* 10.8px */
                    }
        .main-user .content-section-header .task-card .task-header span {
            color: var(--Azure-0, #FFF);
            /* SN-L */
            font-family: "Lexend Deca";
            font-size: 12px;
            font-style: normal;
            font-weight: 300;
            line-height: 120%; /* 10.8px */
        }
                        .main-user .content-section-header .issue-card .issue-content {
                        }
                .main-user .content-section-header .issue-card .issue-content h5,
                .main-user .content-section-header .merge-card .merge-content h5 {
                    color: var(--Grey-7, #707070);
                    /* B-B */
                    font-family: "Lexend Deca";
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: 150%; /* 24px */
                    letter-spacing: -0.32px;
                }
        .main-user .content-section-header .task-card .task-content h5 {
            color: var(--Azure-0, #FFF);
            /* B-B */
            font-family: "Lexend Deca";
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: 150%; /* 24px */
            letter-spacing: -0.32px;
        }
                    .main-user .content-section-header .issue-card .issue-content span,
                    .main-user .content-section-header .merge-card .merge-content span {
                        color: var(--Grey-7, #707070);
                        /* N-L */
                        font-family: "Lexend Deca";
                        font-size: 12px;
                        font-style: normal;
                        font-weight: 200;
                        line-height: 120%; /* 14.4px */
                    }
        .main-user .content-section-header .task-card .task-content span {
            color: var(--Azure-0, #FFF);
            /* N-L */
            font-family: "Lexend Deca";
            font-size: 12px;
            font-style: normal;
            font-weight: 300;
            line-height: 120%; /* 14.4px */
        }

        .main-user .content-section-main {
            display: flex;
            justify-content: space-between;
            width: 100%;
        }    
        .main-user .content-section-main .right-content {
            display: flex;
            width: 22.67%;
            padding-bottom: 407px;
            flex-direction: column;
            align-items: center;
            border-radius: 12px;
            gap:10px;
        }
            .main-user .content-section-main .right-content .leader-board {
                display: flex;
                width: 100%;
                max-height:688px;
                flex-direction: column;
                align-items: flex-start;
                gap: 8px;
                border-radius: 12px;
                border: 1px solid var(--grey-15, #E6E6E6);
                background: rgba(255, 255, 255, 0.25);
                backdrop-filter: blur(10px);
            }
            .main-user .content-section-main .right-content .leader-board .content{
                margin-bottom:10px;
                
            }
            .main-user .content-section-main .right-content .recomend {
                display: flex;
                width: 100%;
                height: 453px;
                flex-direction: column;
                align-items: flex-start;
                gap: 8px;
                border-radius: 12px;
                border: 1px solid var(--grey-15, #E6E6E6);
                background: rgba(255, 255, 255, 0.25);
                backdrop-filter: blur(10px);
            }
    .main-user .content-section-main .left-content{
        width: 76.08%;
        display:flex;
        flex-direction:column;
    }
        .main-user .content-section-main .left-content .task-deadline-section {
            width: 100%;
            border-radius: 12px;
            border: 1px solid var(--grey-15, #E6E6E6);
            background: var(--Azure-0, #FFF);
            min-height:50px;
        }
    .main-user .left-content {
        display: flex;
    }

        .main-user .left-content .task-deadline-section {
            display: flex;
            flex-direction: column;
        }

            .main-user .left-content .task-deadline-section .header {
                display: flex;
                justify-content: space-between;
                padding: 8px 16px 8px 16px;
            }

                .main-user .left-content .task-deadline-section .header .left h5 {
                    color: #000;
                    /* B-M */
                    font-family: "Lexend Deca";
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 150%; /* 24px */
                    letter-spacing: -0.32px;
                }

                .main-user .left-content .task-deadline-section .header .left span {
                    color: var(--Grey-7, #707070);
                    /* SN-L */
                    font-family: "Lexend Deca";
                    font-size: 9px;
                    font-style: normal;
                    font-weight: 300;
                    line-height: 120%; /* 10.8px */
                }

                    .main-user .left-content .task-deadline-section .header .left span strong {
                        color: #000;
                        /* SN-B */
                        font-family: "Lexend Deca";
                        font-size: 9px;
                        font-style: normal;
                        font-weight: 700;
                        line-height: 120%;
                    }

                .main-user .left-content .task-deadline-section .header .right {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    width: 23%;
                }

                    .main-user .left-content .task-deadline-section .header .right .select-sort select {
                        color: var(--Grey-7, #707070);
                        /* SN-R */
                        font-family: "Lexend Deca";
                        font-size: 9px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: 120%; /* 10.8px */
                        display: flex;
                        padding: 4px 8px;
                        justify-content: center;
                        align-items: center;
                        gap: 8px;
                        border-radius: 4px;
                        border: 1px solid var(--grey-15, #E6E6E6);
                    }

                    .main-user .left-content .task-deadline-section .header .right a {
                        color: var(--Azure-5, #3556B6);
                        /* SN-R */
                        font-family: "Lexend Deca";
                        font-size: 9px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: 120%; /* 10.8px */
                        cursor: pointer;
                    }

                    .main-user .left-content .task-deadline-section .header .right svg {
                        width: 12px;
                        height: 12px;
                        aspect-ratio: 1/1;
                        stroke-width: 1px;
                        stroke: var(--Azure-5, #3556B6);
                    }
/* Performance */
    .main-user .chart-section .chart-section-header{
        display:flex;
        justify-content:space-between;
        align-items:center;
        padding:0 16px;
        margin: 14px 0px;
    }
        .main-user .chart-section .chart-section-header .nav-btn:disabled {
            opacity: 0.3;
            cursor: not-allowed;
            pointer-events: none;
        }
        .main-user .chart-section .chart-section-header h4 {
            color: #000;
            /* B-M */
            font-family: "Lexend Deca";
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 150%; /* 24px */
            letter-spacing: -0.32px;
        }
    .main-user .chart-section .chart-section-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 16px;
    }
    .main-user .chart-section .chart-section-header .nav-btn{
        cursor:pointer;
        border:none;
        background-color: transparent;
    }
    .main-user .chart-section .chart-view {
        display: flex;
        width: 100%;
        height: auto;
        padding: 17px 16px 12px 16px;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
        border-radius: 12px;
        border: 1px solid rgba(154, 188, 214, 0.58);
        background: var(--Azure-0, #FFF);
        overflow-x: auto; /* Cho phép cuộn ngang */
        overflow-y: hidden; /* Chặn cuộn dọc không cần thiết */
        -webkit-overflow-scrolling: touch;
    }
    .main-user .chart-view canvas {
        min-width: 800px !important;
        height: 450px !important;

    }
        .main-user .chart-section .chart-view .bar-legend {
            display: flex;
            justify-content: center;
            align-items: flex-start;
            align-content: flex-start;
            align-self: stretch;
            flex-wrap: wrap;
        }
/* Chart */
.year-label {
    font-size: 15px;
    font-weight: 800;
    color: #1e1b4b;
    letter-spacing: -.01em;
}

.bar-wrapper {
    flex: 1;
    position: relative;
    min-height: 220px;
}

.bar-legend {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding-top: 10px;
}

.bar-legend-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #000000;
    font-weight: 500;
}

.bar-legend-rect {
    width: 14px;
    height: 10px;
    border-radius: 3px;
}

.bar-legend-line {
    width: 20px;
    height: 2px;
    background: #44A17F;
    position: relative;
}

    .bar-legend-line::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 7px;
        height: 7px;
        border-radius: 50%;
        border: 2px solid #94a3b8;
        background: #fff;
    }

/* --------------end chart-------------------*/

    .task-deadline-table {
        width: 100%;
        padding-top: 0px;
        justify-content: center;
        align-items: center;
        border-radius: 12px;
        background: var(--Grey-1, #EEE);
        position: relative;
        min-height: 35px;
        overflow-y: auto;
        overflow-x: hidden;
        max-height: 50vh;
    }


    .task-deadline-table table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0;
    }

    .task-deadline-table thead th {
        position: sticky;
        top: 0;
        z-index: 10;
    }

    .task-deadline-table thead th {
        position: sticky;
        top: 0px;
        z-index: 10;
        background-color: #EEE;
        padding-top: 15px;
        padding-bottom: 10px;
    }

/*.recomend {
    width: 100%;
    table-layout: fixed;
    border-spacing: 0 15px;
    border-collapse: separate;
}*/

    .recomend thead th {
        border-bottom: 10px solid var(--Grey-1, #EEE);
    }

        .recomend thead th:first-child {
            padding-left: 23px;
            text-align: left;
        }

        .recomend thead th:last-child {
            padding-right: 23px;
        }
.task-deadline-table {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: block;
}
.task-deadline-table thead {
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    width: 100%;
}

.task-deadline-table tr {
    color: var(--Grey-8, #525252);
    /* SN-R */
    font-family: "Lexend Deca";
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 10.8px */
    width: 100%;
}

.task-deadline-table .task-item {
    width: 100%;
    min-height: 50px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 12px;
    background: var(--Azure-0, #FFF);
}

    .task-deadline-table .recomend {
        width: 100%;
        min-width: 600px;
        border-collapse: separate;
        border-spacing: 0;
        table-layout: fixed;
    }

    .task-deadline-table .recomend .task-item td {
        border-bottom: 1px solid #EDECEC;
        padding: 8px 0;
        vertical-align: middle;
    }

    .task-deadline-table .recomend .task-item:last-child td {
        border-bottom: none;
    }

    .task-deadline-table .recomend td:first-child {
        padding-left: 16px;
    }

    .task-deadline-table .recomend td:last-child {
        padding-right: 16px;
        text-align: right;
    }

.task-deadline-table tbody tr:first-child td:first-child {
    border-top-left-radius: 12px;
}

.task-deadline-table tbody tr:first-child td:last-child {
    border-top-right-radius: 12px;
}

.task-deadline-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 12px;
}

.task-deadline-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 12px;
}

.task-deadline-table .task-item .project-col {
    display: flex;
    align-items: center;
}

    .task-deadline-table .task-item .project-col div h5 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: var(--grey-85, #434343);
        /* N-M */
        font-family: "Lexend Deca";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%; /* 14.4px */
    }

    .task-deadline-table .task-item .project-col div span {
        color: var(--Grey-6, #8D8D8D);
        /* SN-L */
        font-family: "Lexend Deca";
        font-size: 9px;
        font-style: normal;
        font-weight: 300;
        line-height: 120%; /* 10.8px */
    }

    .task-deadline-table .task-item .task-col {
        color: var(--Grey-8, #525252);
        /* N-L */
        font-family: "Lexend Deca";
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: 120%; /* 14.4px */
        white-space: nowrap; /* Buộc văn bản không tự động xuống dòng */
        overflow: hidden; /* Ẩn phần văn bản bị thừa ra ngoài */
        text-overflow: ellipsis;
    }

.task-deadline-table .task-item .status-col {
    display: flex;
    gap: 2px;
}

    .task-deadline-table .task-item .status-col span.overdue {
        color: var(--Others-Red, #AE3131);
        /* SN-L */
        font-family: "Lexend Deca";
        font-size: 9px;
        font-style: normal;
        font-weight: 300;
        line-height: 120%; /* 10.8px */
    }

    .task-deadline-table .task-item .status-col span.today {
        color: var(--Azure-5, #3556B6);
        /* SN-L */
        font-family: "Lexend Deca";
        font-size: 9px;
        font-style: normal;
        font-weight: 300;
        line-height: 120%; /* 10.8px */
    }

    .task-deadline-table .task-item .status-col span.later {
        color: var(--Green-6, #29AFA4);
        /* SN-L */
        font-family: "Lexend Deca";
        font-size: 9px;
        font-style: normal;
        font-weight: 300;
        line-height: 120%; /* 10.8px */
    }


    .task-deadline-table .task-item .status-col .type-col span {
        color: var(--Others-Red, #AE3131);
        /* SN-L */
        font-family: "Lexend Deca";
        font-size: 9px;
        font-style: normal;
        font-weight: 300;
        line-height: 120%; /* 10.8px */
    }

.task-deadline-table .task-item .type-col span {
    color: var(--Others-Red, #AE3131);
    /* SN-L */
    font-family: "Lexend Deca";
    font-size: 9px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 10.8px */
}

.task-deadline-table .task-item .type-col.today span {
    color: var(--Azure-5, #3556B6);
    /* SN-L */
    font-family: "Lexend Deca";
    font-size: 9px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 10.8px */
}

.task-deadline-table .task-item .type-col.later span {
    color: var(--Green-6, #29AFA4);
    /* SN-L */
    font-family: "Lexend Deca";
    font-size: 9px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 10.8px */
}

.task-deadline-table .task-item .action-col .detail-btn {
    display: flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    border: 1px solid var(--grey-15, #E6E6E6);
    background-color: white;
    max-width:7em;
}

    .task-deadline-table .task-item .action-col .detail-btn span {
        color: var(--Grey-7, #707070);
        /* SN-R */
        font-family: "Lexend Deca";
        font-size: 9px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }
.main-user .content-section-main .content{
    width:100%;
}
.main-user .content-section-main .recommend-card {
    display: flex;
    padding: 12px 11px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-bottom: 1px solid var(--Grey-4, #BCBCBC);
    background: rgba(255, 255, 255, 0.40);
    backdrop-filter: blur(1px);
    width: 100%;
}
.main-user .recommend-card .card-left{
    width: 15%;
    display:flex;
    height:66px;
}
.main-user .recommend-card .card-right {
    align-items: start;
    width:82%;
    display:flex;
    flex-direction:column;
    gap:2px;
}
.main-user .recommend-card .card-avatar {
    width: 32px;
    height: 32px;
    aspect-ratio: 1/1;
    border-radius: 32px;
    background-size: cover;
    background-repeat: no-repeat;
}
.main-user .recommend-card .card-avatar img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
}
.main-user .recommend-card .card-name h4{
    align-self: stretch;
    color: #000;
    /* N-M */
    font-family: "Lexend Deca";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom:0px;
}
.main-user .recommend-card .card-info .card-role {
    align-self: stretch;
    color: #000;
    /* SN-L */
    font-family: "Lexend Deca";
    font-size: 9px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 10.8px */
}
.main-user .recommend-card .card-info .card-company {
    align-self: stretch;
    color: var(--Azure-5, #3556B6);
    /* SN-M */
    font-family: "Lexend Deca";
    font-size: 9px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 10.8px */
}
.main-user .recommend-card .card-info {
    display:flex;
    flex-direction:column;
}

.main-user .recommend-card .card-social {
    display: flex;
    gap:16px;
    justify-content:center;
    align-items:center;
}
    .main-user .recommend-card .card-social .social-link {
        display: flex;
        gap: 16px;
    }
        .main-user .recommend-card .card-social .social-link svg {
            color: #707070;
        }
.main-user .recommend-card .card-right .contact-btn {
    display: flex;
    padding: 5px 16px;
    justify-content: center;
    align-items: center;
    gap: 2px;
    border-radius: 58px;
    background: var(--Light-Blue-5, #4CA3EC);
}
    .main-user .recommend-card .card-right .contact-btn span.btn-content {
        color: var(--Azure-0, #FFF);
        /* SN-M */
        font-family: "Lexend Deca";
        font-size: 9px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%; /* 10.8px */
    }
    .main-user .recommend-card .card-right .contact-btn svg {
        fill: var(--Azure-0, #FFF);
        width: 8.167px;
        height: 8.167px;
        color:white;
    }

.main-user .right-content .leader-card {
    gap: 8px;
    justify-content: space-between;
    display: flex;
    padding: 10px 11px;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid var(--Grey-2, #DDD);
    background: rgba(255, 255, 255, 0.40);
    backdrop-filter: blur(1px);
}
.main-user .right-content .leader-card .numb{
    width:12%;
    height:auto;
    display:flex;
    justify-content:center;
    align-items:center;
}
    .main-user .right-content .leader-card .numb .circle {
        display: flex;
        width: 16px;
        height: 16px;
        padding: 0 4px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
        .main-user .right-content .leader-card .numb .circle span {
            align-self: stretch;
            color: var(--Azure-0, #FFF);
            text-align: center;
            /* SN-M */
            font-family: "Lexend Deca";
            font-size: 9px;
            font-style: normal;
            font-weight: 500;
            line-height: 120%; /* 10.8px */
        }
        .main-user .right-content .leader-card .numb .circle.first {
            border-radius: 15px;
            background: var(--Yellow-5, #FFCF4D);
        }
        .main-user .right-content .leader-card .numb .circle.second {
            border-radius: 15px;
            background: var(--Grey-7, #707070);
        }
        .main-user .right-content .leader-card .numb .circle.third {
            border-radius: 15px;
            background: var(--Green-5, #33DBCD);
        }
    .main-user .right-content .leader-card .leader-card-avatar {
        width: 120%;
        display: flex;
        justify-content: center;
        width: 32px;
        height: 32px;
        aspect-ratio: 1/1;
    }
        .main-user .right-content .leader-card .leader-card-avatar img {
            width: 32px;
            height: 32px;
            aspect-ratio: 1/1;
        }

.main-user .right-content .leader-card .info{
    flex-grow: 0 0 1; 
    display: flex;
    flex-direction:column;
}
    .main-user .right-content .leader-card .info .name {
        align-self: stretch;
        color: #000;
        /* N-M */
        font-family: "Lexend Deca";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%; /* 14.4px */
    }
    .main-user .right-content .leader-card .info .position {
        align-self: stretch;
        color: #000;
        /* SN-L */
        font-family: "Lexend Deca";
        font-size: 9px;
        font-style: normal;
        font-weight: 300;
        line-height: 120%; /* 10.8px */
    }

.main-user .right-content .leader-card .performance{
    width:15%;
    display: flex;
}
    .main-user .right-content .leader-card .performance span {
        color: var(--Azure-5, #3556B6);
        text-align: center;
        /* N-M */
        font-family: "Lexend Deca";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%; /* 14.4px */
    }



.main-user .content-section-main .right-content .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 8px 16px;
}

    .main-user .content-section-main .right-content .header a {
        color: var(--Azure-5, #3556B6);
        /* SN-R */
        font-family: "Lexend Deca";
        font-size: 9px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 10.8px */
        cursor: pointer;
    }

    .main-user .content-section-main .right-content .header svg {
        width: 12px;
        height: 12px;
        aspect-ratio: 1/1;
        stroke-width: 1px;
        stroke: var(--Azure-5, #3556B6);
    }

    .main-user .content-section-main .right-content .header .left h5 {
        color: #000;
        /* B-M */
        font-family: "Lexend Deca";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%; /* 24px */
        letter-spacing: -0.32px;
    }

    .main-user .content-section-main .right-content .header .left span {
        color: var(--Grey-7, #707070);
        font-family: "Lexend Deca";
        font-size: 9px;
        font-style: normal;
        font-weight: 300;
        line-height: 120%; /* 10.8px */
    }

        .main-user .content-section-main .right-content .header .left span strong {
            color: #000;
            /* SN-B */
            font-family: "Lexend Deca";
            font-size: 9px;
            font-style: normal;
            font-weight: 700;
            line-height: 120%;
        }


/* Task Modal */
.main-user #user-task-modal.ict-modal {
    padding-top: 10vh !important;
    z-index: 1055 !important;
}

    .main-user #user-task-modal.ict-modal .table-header {
        width: 19%;
    }

#user-task-modal .header-title {
    color: #000;
    /* B-M */
    font-family: "Lexend Deca";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: -0.32px;
}

#user-task-modal .header-total {
    color: var(--Grey-7, #707070);
    /* SN-L */
    font-family: "Lexend Deca";
    font-size: 9px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 10.8px */
}

    #user-task-modal .header-total strong {
        color: #000;
        /* SN-B */
        font-family: "Lexend Deca";
        font-size: 9px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }

#user-task-modal .user-task-sort select {
    color: var(--Grey-7, #707070);
    /* SN-R */
    font-family: "Lexend Deca";
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 10.8px */
    display: flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    border: 1px solid var(--grey-15, #E6E6E6);
}

#user-task-modal .close-modal-btn {
    width: 13.15px;
    height: 13.15px;
    fill: #000;
    cursor: pointer;
}

.inner-profile .edit-action svg {
    cursor: pointer;
}




/* Start:: toast */
/*.toast {
    background-color: var(--custom-white);
    border: 1px solid var(--default-border);
    box-shadow: 0 0.125rem 0 rgba(10, 10, 10, 0.04);
    border-radius: 0.25rem;
}

    .toast .toast-header {
        background-color: rgb(var(--light-rgb));
        padding: 0.375rem 0.75rem;
    }

        .toast .toast-header img {
            width: 1.25rem;
            height: 1.25rem;
        }

    .toast .toast-header {
        border-bottom: 1px solid var(--default-border);
    }

        .toast .toast-header .btn-close {
            margin-inline-end: 0.125rem;
        }

    .toast .toast-body {
        font-size: 0.8rem;
    }

    .toast .btn-close {
        font-size: 0.563rem;
    }

    .toast.colored-toast {
        border: 0 !important;
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
    }

        .toast.colored-toast .btn-close {
            filter: invert(1);
        }

        .toast.colored-toast .toast-header {
            border-block-end: 1px solid rgba(255, 255, 255, 0.1);
        }

.bd-example-toasts {
    min-height: 15rem;
}

[dir="rtl"] .toastify-right {
    right: inherit !important;
    left: 15px !important;
}

.toast-body {
    background-color: white;
}

.text-fixed-white {
    color: #fff !important;
}

.bg-danger-transparent {
    background-color: rgba(var(--danger-rgb), 0.1) !important;
    color: rgb(var(--danger-rgb)) !important;
}

.text-fixed-white {
    color: #fff !important;
}

.toast.colored-toast .toast-header img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    align-self: center;
    margin-right: 8px;
    border-radius: 4px;
}*/

/*23-4 Custom new toast an nguyen*/

.toast-container {
    position: fixed !important;
    top: 20px !important;
    right: 0px !important;
    bottom: auto !important;
    z-index: 1055;
    display: flex;
    flex-direction: column;
    gap: 12px;
}


.custom-toast {
    background-color: #ffffff;
    border: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    border-left: 4px solid transparent;
    overflow: hidden;
    width: 380px;
    display: block !important;
    transform-origin: right center;
    transform: translateX(120%) scale(0.5);
    opacity: 0;
    transition: transform 0.1s ease-in, opacity 0.1s ease-in !important;
}

    .custom-toast.show {
        transform: translateX(0) scale(1);
        opacity: 1;
        transition: transform 0.1s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.1s ease-out !important;
    }


    .custom-toast .toast-body-content {
        display: flex;
        flex-direction: column;
        padding: 12px 16px;
    }

    .custom-toast .toast-top-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .custom-toast .toast-left-group {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .custom-toast .toast-icon {
        display: flex;
        align-items: center;
    }

        .custom-toast .toast-icon svg {
            width: 30px;
            height: 30px;
        }

    .custom-toast .toast-sender {
        font-size: 13px;
        color: #6c757d;
        font-weight: 600;
        white-space: nowrap;
    }

    .custom-toast .toast-title {
        font-size: 14px;
        font-weight: 700;
        white-space: normal;
        max-width: 320px;
        word-break: break-word;
    }

    .custom-toast .btn-close {
        font-size: 10px;
        opacity: 0.5;
        margin-left: 8px;
        cursor: pointer;
    }

    .custom-toast .toast-message-text {
        font-size: 13px;
        color: #888;
        text-align: left;
        margin-top: 6px;
        width: 100%;
        padding: 0 10px
    }

.time-left {
    font-size: 14px
}
/* Progress */
.custom-toast .custom-progress {
    height: 0.095rem !important;
    background-color: transparent;
    border-radius: 0 0 12px 12px;
}

.custom-toast .custom-progress-bar {
    height: 100%;
    transition: width 0.1s linear;
}

.toast-success-color {
    color: #12b8a6;
}

.bg-success-color {
    background-color: #12b8a6;
}

.toast-warning-color {
    color: #ffb020;
}

.bg-warning-color {
    background-color: #ffb020;
}

.toast-error-color {
    color: #d32f2f;
}

.bg-error-color {
    background-color: #d32f2f;
}

.toast-info-color {
    color: #1976d2;
}

.bg-info-color {
    background-color: #1976d2;
}

.border-success {
    border-left-color: #12b8a6 !important;
}

.border-warning {
    border-left-color: #ffb020 !important;
}

.border-error {
    border-left-color: #d32f2f !important;
}

.border-info {
    border-left-color: #1976d2 !important;
}
/**/
/* Loading btn login */
#login-btn.disabled {
    opacity: 0.7;
    cursor: not-allowed;
    pointer-events: none;
    transform: none !important;
    box-shadow: none !important;
    filter: grayscale(0.2);
}

#login-btn:active {
    transform: scale(0.97);
    transition: all 0.1s;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

#login-btn .btn-loading,
#login .register-btn .btn-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

    #login-btn .btn-loading .spinner,
    #login .register-btn .spinner {
        width: 16px;
        height: 16px;
        border: 2px solid rgba(255, 255, 255, 0.3);
        border-top-color: #fff;
        border-radius: 50%;
        animation: spin 0.8s linear infinite;
    }
/* check out btn */
.btn-checkout {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.32px;
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 6px;
    color: white;
    background: linear-gradient(89deg, #3556B6 -2.91%, #4CA3EC 50.15%, #33DBCD 105.31%);
    transition: opacity 0.2s;
    cursor: pointer;
}

    .btn-checkout:hover {
        opacity: 0.9;
    }

    /*    .btn-checkout:disabled {
        opacity: 0.6;
        cursor: not-allowed;
        filter: grayscale(1);
    }*/
    .btn-checkout.disabled {
        opacity: 0.7;
        cursor: not-allowed;
        pointer-events: none;
        transform: none !important;
        box-shadow: none !important;
        filter: grayscale(0.2);
    }

    .btn-checkout .btn-loading {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

        .btn-checkout .btn-loading .spinner {
            width: 16px;
            height: 16px;
            border: 2px solid rgba(255, 255, 255, 0.3);
            border-top-color: #fff;
            border-radius: 50%;
            animation: spin 0.8s linear infinite;
        }



/* profile Edit mode */
.editable-wrapper {
}

.edit-input {
    width: 100%;
    height: 1.8rem;
    border: 1px solid #ddd;
    background: white;
    border-radius: 4px;
    padding: 0 8px;
}


.profile-edit-section h3,
.profile-edit-section p {
    transition: all 0.3s ease;
}

.main-profile .edit-btn-section .edit-profile-btn,
.main-profile .edit-intro-section .edit-intro-btn,
.edit-profile-btn {
    display: flex;
    padding: 8px 24px;
    align-items: center;
    gap: 10px;
    color: white;
    border-radius: 6px;
    border: none;
    background: linear-gradient(88deg, var(--Azure-5, #3556B6) 2.5%, var(--Light-Blue-5, #4CA3EC) 98.63%);
    transition: all 0.3s ease;
    cursor: pointer;
}

    .main-profile .edit-btn-section .edit-profile-btn:hover,
    .main-profile .edit-intro-section .edit-intro-btn:hover,
    .edit-profile-btn :hover{
        filter: brightness(1.1);
        box-shadow: 0 4px 12px rgba(53, 86, 182, 0.3);
        transform: translateY(-1px);
    }

.main-profile .edit-btn-section .cancel-profile-btn,
.main-profile .edit-intro-section .cancel-intro-btn,
.cancel-profile-btn {
    display: flex;
    padding: 8px 24px;
    align-items: center;
    border-radius: 6px;
    border: none;
    background: var(--Grey-2, #DDD);
    transition: all 0.3s ease;
    cursor: pointer;
}

    .main-profile .edit-btn-section .cancel-profile-btn:hover,
    .main-profile .edit-intro-section .cancel-intro-btn:hover,
    .cancel-profile-btn:hover {
        background: #cccccc;
        color: #333;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        transform: translateY(-1px);
    }
.title-overflow {
    white-space: nowrap;
    overflow: hidden;
    width: 200px;
    text-overflow: ellipsis;
}

.custom-dropdown-menu {
    display: inline-flex;
    padding: 4px !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    border-radius: 4px;
    background: var(--grey-1-5) !important;
    min-width:100px !important;
}
    .custom-dropdown-menu .custom-dropdown-item {
        display: flex;
        padding: 5px 10px;
        align-items: center;
        gap: 7px;
        align-self: stretch;
        border-radius: 3px;
        background-color: #FFFFFF;
    }


#experience-modal .experience-save-btn {
    display: flex;
    padding: 7px 16px;
    justify-content: center;
    align-items: center;
    border: none;
    color: white;
    gap: 10px;
    border-radius: 8px;
    background: linear-gradient(85deg, var(--Yellow-5, #FFCF4D) -8.74%, var(--Green-5, #33DBCD) 14.6%, var(--Light-Blue-5, #4CA3EC) 42.33%, var(--Azure-5, #3556B6) 107.28%);
    cursor: pointer;
    transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
    backface-visibility: hidden;
}

    #experience-modal .experience-save-btn:hover {
        transform: scale(1.05);
        filter: brightness(1.1);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

    #experience-modal .experience-save-btn:active {
        transform: scale(0.95);
        filter: brightness(0.9);
    }

#experience-modal .experience-modal-item {
    height: 100%;
    width: 100%;
    display: flex;
    padding: 0px 48px;
    margin-bottom: 10px;
}

    #experience-modal .experience-modal-item .index-section {
        width: 5%;
    }

    #experience-modal .experience-modal-item .form-section {
        width: 93%;
    }

    #experience-modal .experience-modal-item .modal-input {
        display: flex;
        align-items: center;
        padding: 0 16px;
        height: 46px;
        width: 100%;
        box-sizing: border-box;
        border-radius: 4px;
        border: 1px solid #BCBCBC;
        background: #FFF;
        outline: none;
    }

#experience-modal select.modal-input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #FFF !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23525252'%3E%3Cpath fill-rule='evenodd' d='M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z' clip-rule='evenodd' /%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    background-size: 18px !important;
    padding-right: 35px !important;
    cursor: pointer;
}

#experience-modal label {
    color: var(--Grey-8, #525252);
    /* N-R */
    font-family: "Lexend Deca";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

#experience-modal .experience-add-btn {
    display: flex;
    padding: 12px 157px;
    align-items: center;
    gap: 10px;
    border: none;
    border-radius: 4px;
    background: var(--Grey-2, #DDD);
    cursor: pointer;
    transition: transform 0.2s ease-in-out, background-color 0.2s;
}

    #experience-modal .experience-add-btn:hover {
        transform: scale(1.02);
        background: #D0D0D0;
    }

    #experience-modal .experience-add-btn:active {
        transform: scale(0.98);
    }

    #experience-modal .experience-add-btn span {
        color: var(--Grey-7, #707070);
        text-align: center;
        font-family: "Lexend Deca";
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
    }

#experience-modal .tab-pane {
    display: none;
}

    #experience-modal .tab-pane.active {
        display: flex;
    }

#experience-modal .tab-item-section {
    display: inline-flex;
    align-items: center;
    margin: 3px;
    border: 1px solid #E0E0E0;
    border-radius: 6px;
    background: #F9F9F9;
    transition: all 0.2s ease;
}

#experience-modal .tab-item {
    padding: 8px 12px;
    border: none;
    background: none;
    cursor: pointer;
    color: #525252;
    font-size: 13px;
    font-family: "Lexend Deca";
}

    #experience-modal .tab-item.active {
        color: #007bff;
        font-weight: bold;
    }


#experience-modal .tab-item-section.active {
    border-color: #007bff;
    background: #E8F2FF;
}

    #experience-modal .tab-item-section.active .tab-item {
        color: #007bff;
        font-weight: 600;
    }

#experience-modal .delete-tab-btn {
    color: #BCBCBC;
    cursor: pointer;
    margin-right: 5px;
}



#experience-modal .close-modal-btn svg {
    width: 25px !important;
    width: 25px !important;
}

#experience-modal .experience-tabs-navigation {
    padding: 0px 6.0em;
    display: flex;
    flex-wrap: wrap;
}
.experience-modal-item .group-input,
.experience-modal-item .group-input label {
    margin-bottom: 8px;
}

/* Dropdown Profile */
.main-profile .skill-dropdown {
    position: relative;
    width: 100%;
}

.main-profile .dropdown-skill-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-top: 5px;
    padding: 0;
    list-style: none;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

    .main-profile .dropdown-skill-menu.show {
        display: block;
    }

.main-profile .dropdown-skill-item {
    cursor:pointer;
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    transition: background 0.2s;
}

    .main-profile .dropdown-skill-item:hover {
        background-color: #f5f5f5;
        color: #007bff;
    }


/* Responsive */
@media(max-width:1025px) {
    .main-profile,
    .main-user{
        padding: 8.25px;
    }

        .main-profile .project-section .project-card {
            padding: 8px 14px;
        }

        .main-profile .project-section .project-card-info {
            flex: 1 1 auto;
        }

    .project-card {
        flex-wrap: wrap !important;
        gap: 5px !important;
    }

    .main-profile .right-info {
        width: 100%;
        gap: 30px;
    }

    .main-profile .intro-section {
        padding: 8px 14px;
    }

    .main-profile .exper-section {
        padding: 8px 14px;
    }

    .main-profile .project-section {
        padding: 8px 14px;
    }

    .main-profile .portfolio-list, .main-profile .tech-stack-section {
        padding-left: 0px;
    }

    .main-profile .intro-section {
        gap: 10px;
    }

    .main-profile .info-section {
        padding: 8px 14px;
    }

    .main-user .content-section-header {
        flex-wrap: wrap;
        gap: 10px;
    }

    .main-user .statistic-card,
    .main-user .task-card,
    .main-user .merge-card,
    .main-user .issue-card {
        width: 49% !important;
    }

    .main-user .content-section-main{
        flex-wrap:wrap;
    }
        .main-user .content-section-main .right-content {
            width: 100%;
            padding-bottom:0px;
        }
        .main-user .content-section-main .left-content {
            width: 100%;
        }
    .main-user .task-deadline-section .header .right{
        min-width:37%;
    }
    .main-user .recomend-header{
        margin-bottom:7px;
    }
    .main-user .recomend-list{
        margin-bottom:10px;
        flex-wrap:wrap !important;
    }
    .main-user .left-content .task-deadline-section .header .right {
        min-width: 27% !important;
    }

    .main-user .content-section-main .right-content{
        margin-top:16px;
        gap:16px;
        display:flex;
        flex-direction:row;
        align-items:start;
    }
        .main-user .content-section-main .right-content .leader-board {
            width:40%;
        }
        .main-user .content-section-main .right-content .recomend {
            width:58%;
        }
}
@media(max-width:530px) {
    .main-user .statistic-card,
    .main-user .task-card,
    .main-user .merge-card,
    .main-user .issue-card {
        width: 98% !important;
    }
}
@media(max-width:426px) {
    .recomend-card{
        width:48% !important;
    }
    .main-user div.right{
        width:50% !important;
    }
    .main-user .top-statistic .right, .main-user .bottom-statistic .right{
        text-align:right;
    }
    .main-user .top-statistic, .main-user .bottom-statistic{
        padding: 10px 28px !important;
    }

    .main-user .content-section-main .right-content {
        margin-top: 16px;
        gap: 16px;
        display: flex;
        width:100%;
        flex-direction: column;
        align-items: start;
    }

        .main-user .content-section-main .right-content .leader-board,
        .main-user .content-section-main .right-content .recomend {
            width: 100%;
        }
            .main-user .content-section-main .right-content .leader-board .header .right,
            .main-user .content-section-main .right-content .recomend .header .right {
                text-align: end;
            }
    .main-user .chart-view {
        width: 100%;
        overflow-x: auto; /* Kích hoạt vuốt ngang */
        display: block;
    }

        .main-user .chart-view canvas {
            /* Dùng width thay vì min-width để khóa chết kích thước bản vẽ */
            width: 600px !important;
            height: 250px !important;
        }

}

@media(max-width: 375px) {
    .main-user div.right {
        width: 40% !important;
    }
    .main-user .content-section-main .right select{
        width:70px;
    }
    .main-user .chart-view canvas {
        width: 500px !important; /* Dù màn hình 375, ta vẫn để 500 để người dùng vuốt nhẹ, chữ sẽ không bị co */
        height: 220px !important;
    }
}


/* ------------------------------------ */
.select2-container--open {
    z-index: 9999999 !important;
}

.select2-results__option {
    font-size: 12px !important;
}

.select2-search__field {
    font-size: 12px !important;
}

.select2-results__message {
    font-size: 11px !important;
    color: #999;
}

.select2-results__option[aria-selected=true] {
    background-color: #f0f0f5 ;
    color: #333 ;
}

.select2-container--default .select2-results__option--selected,
.select2-container--default .select2-results__option--selected.select2-results__option--highlighted {
    background-color: #e9e9e9 ;
    color: var(--grey-10) ;
}

/*Tooltip*/
.ict-tooltip-view {
    position: absolute;
    /*    background: linear-gradient( to top, rgba(15,10,30,.75), #b24ff6, transparent );*/
    background-color: var(--tooltip-bg, white);
    color: var(--tooltip-text, #4660ed);
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 13px;
    /*    border: 1px solid #4660ed;*/
    white-space: nowrap;
    pointer-events: none;
    z-index: 9999;
    opacity: 0;
    transition: opacity .15s ease;
    --arrow-size: 7px;
    word-wrap: break-word;
    max-width: 200px;
    width: fit-content;
}

    .ict-tooltip-view::after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
    }

    .ict-tooltip-view.show {
        opacity: 1;
    }

    /* TOP */
    .ict-tooltip-view[data-pos="top"]::after {
        bottom: calc(-1 * var(--arrow-size));
        left: 50%;
        transform: translateX(-50%);
        border-width: var(--arrow-size) var(--arrow-size) 0 var(--arrow-size);
        border-color: var(--tooltip-bg, #1f2937) transparent transparent transparent;
    }

    /* BOTTOM */
    .ict-tooltip-view[data-pos="bottom"]::after {
        top: calc(-1 * var(--arrow-size));
        left: 50%;
        transform: translateX(-50%);
        border-width: 0 var(--arrow-size) var(--arrow-size) var(--arrow-size);
        border-color: var(--tooltip-bg, #1f2937) transparent transparent transparent;
    }

    /* LEFT */
    .ict-tooltip-view[data-pos="left"]::after {
        right: calc(-1 * var(--arrow-size));
        top: 50%;
        transform: translateY(-50%);
        border-width: var(--arrow-size) 0 var(--arrow-size) var(--arrow-size);
        border-color: var(--tooltip-bg, #1f2937) transparent transparent transparent;
    }

    /* RIGHT */
    .ict-tooltip-view[data-pos="right"]::after {
        left: calc(-1 * var(--arrow-size));
        top: 50%;
        transform: translateY(-50%);
        border-width: var(--arrow-size) var(--arrow-size) var(--arrow-size) 0;
        border-color: var(--tooltip-bg, #1f2937) transparent transparent transparent;
    }

.icon-task-tooltip {
    --tooltip-bg: #f39c12;
    --tooltip-text: #fff;
}

.icon-completed-tooltip {
    --tooltip-bg: #2ecc71;
    --tooltip-text: #fff;
}

.icon-member-tooltip {
    --tooltip-bg: #3498db;
    --tooltip-text: #fff;
}

.custom-badge-kanban {
    display: flex;
    padding: 2px 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 3px;
}

    .custom-badge-kanban.bg-grey-1 {
        background: var(--grey-1);
    }

    .custom-badge-kanban.bg-azure-1-5 {
        background: var(--azure-1-5);
    }

.activity-scroll {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 92%;
}

.photo-card {
    width: 62px;
    height: 62px;
    margin-bottom: 8px;
    border-radius: 12px;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
}

/* ghi de from*/

.form-control {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #777 !important;
    border-radius: 0 !important;
    color: #000 !important;
}
    .form-control::placeholder {
        color: #000;
    }

.id-tags-container {
    display: flex;
    gap: 5px;
    padding: 5px;
}

.id-tag {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border: 1.5px solid #3b82f6;
    border-radius: 6px;
    background-color: #ffffff;
    font-weight: 600;
    color: #1f2937;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

    .id-tag:hover {
        background-color: #f3f4f6;
    }

.btn-remove {
    position: absolute;
    top: -8px;
    right: -8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    background-color: #ef4444;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.2s ease;
    padding: 2px;
}

.id-tag:hover .btn-remove {
    opacity: 1;
    transform: scale(1);
}

.btn-remove:hover {
    background-color: #b91c1c;
}

.comment-block .ql-container {
    max-height: 100px; 
    overflow-y: auto;
}

.comment-block .ql-toolbar {
    position: sticky;
    top: 0;
    z-index: 1;
    background: white;
}

.comment-block .ql-editor {
    min-height: 150px;
    height: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word; 
    max-width: 100%;
    overflow-x: hidden;
}

.comment-block .btn-comment {
    display: flex;
    padding: 6px 12px;
    align-items: center;
    gap: 6px;
    border-radius: 6px;
    background: linear-gradient(88deg, var(--azure-5) 2.5%, var(--light-blue-5) 98.63%);
    color: var(--azure-0);
    border: none;
}

.comment-block .btn-cancel {
    display: flex;
    padding: 6px 12px;
    align-items: center;
    gap: 6px;
    border-radius: 6px;
    background: var(--grey-0-5);
    border: 1px solid var(--grey-5);
}

/* */
.main-payment .header {
    text-align: center;
    width: 100%;
    display: flex;
    height: 60px;
    padding: 13px 20px;
    align-items: center;
    justify-content: center;
    background: var(--Azure-0, #FFF);
    box-shadow: 0 2px 3px 0 var(--Azure-1, #D7DDF0);
}

    .main-payment .header span {
        color: var(--grey-95, #262626);
        text-align: center;
        font-family: "Lexend Deca";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }

.main-payment .back-btn {
    width: 206px;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 53px;
    background: linear-gradient(86deg, var(--Light-Blue-6, #3D84C0) 6.53%, var(--Green-5, #33DBCD) 106.64%);
    color: var(--Azure-0, #FFF);
    text-align: center;
    /* B-B */
    font-family: "Lexend Deca";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
    letter-spacing: -0.32px;
}
    .main-payment .back-btn.fail {
        background: linear-gradient(86deg, #E14D45 6.53%, #FF8066 106.64%);
        border: none;
        color: white;
    }

.main-detail span {
    color: var(--Grey-6, #8D8D8D);
    font-family: "Lexend Deca";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 24px */
    letter-spacing: -0.32px;
}

.main-detail strong {
    font-family: "Lexend Deca";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    letter-spacing: -0.32px;
}

.status-select {
    border: 1px solid var(--grey-4);
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 1px 25px 1px 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%234b5563'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 15px;
    transition: all 0.3s ease;
    font-weight: 600;
    color: var(--column-color);
    border: 1px solid var(--grey-1-5);
    height: 25px;
}

/* sidebar */
.app-sidebar.main p, .app-sidebar.main span {
    font-size: 12px !important;
    line-height: 1.6 !important;
}

.file-card {
    display: flex;
    align-items: center;
    background-color: #EAEAEA;
    padding: 10px 16px;
    border-radius: 8px;
    gap: 16px;
    width: max-content;
    min-width: 220px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.2s ease;
    height: 50px;
}

    .file-card:hover {
        background-color: #DCDCDC;
    }

    .file-card .file-icon {
        width: 36px;
        height: auto;
        object-fit: contain;
    }

    .file-card .file-info {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .file-card .file-name {
        font-size: 15px;
        font-weight: 600;
        color: #111;
        margin-bottom: 2px;
        line-height: 1.2;
    }

    .file-card .file-type {
        font-size: 13px;
        font-weight: 400;
        color: #555;
        text-transform: uppercase; 
    }
.card-content {
    min-width: 0;
    flex: 1; 
}


.comment-block {
    min-width: 0;
    max-width: 100%;
    overflow-x: unset; 
}

.scroll-horizontal {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    max-width: 100%;
    scroll-behavior: smooth;
    padding-bottom: 8px;
}

    .scroll-horizontal > * {
        flex-shrink: 0 !important;
    }

    .scroll-horizontal::-webkit-scrollbar {
        height: 6px;
    }

    .scroll-horizontal::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
    }

    .scroll-horizontal::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        border-radius: 4px;
    }

        .scroll-horizontal::-webkit-scrollbar-thumb:hover {
            background: #a8a8a8;
        }
.d-none{
    display:none;
}

/* Custom loading page*/
#loading {
    background-color: #DDDDDD;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    overflow: hidden;
    right: 0px;
    z-index: 999999;
}

    #loading #loading-center {
        width: 100%;
        height: 100%;
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        #loading #loading-center .loader-container {
            display: flex;
            justify-content: center;
            align-items: center;
        }

            #loading #loading-center .loader-container .wrap-loader {
                position: relative;
                display: flex;
                justify-content: center;
                align-items: center;
            }

                #loading #loading-center .loader-container .wrap-loader .icon {
                    position: absolute;
                    max-width: 80px;
                }

            #loading #loading-center .loader-container .loader {
                width: 100px;
                height: 100px;
                border-radius: 50%;
                animation: spin 1s linear infinite;
            }

    #loading .icon {
        width: 62px;
        height: 62px;
    }

.loader .rounded-circle {
    width: 100px;
    aspect-ratio: 1 / 1;
}

#user-select-wrapper .select2-results__option[aria-selected=true],
#type-select-wrapper .select2-results__option[aria-selected=true],
#canvas-reassign .select2-results__option[aria-selected=true] {
    background-color: #e9e9e9 !important;
    color: #152249 !important; 
}
#user-select-wrapper .select2-container--default .select2-results__option--selected,
#type-select-wrapper .select2-container--default .select2-results__option--selected,
#canvas-reassign .select2-container--default .select2-results__option--selected {
    background-color: #e9e9e9 !important;
    color: #152249 !important;
}

#user-select-wrapper .select2-results__option--highlighted[aria-selected],
#type-select-wrapper .select2-results__option--highlighted[aria-selected],
#canvas-reassign .select2-results__option--highlighted[aria-selected] {
    background-color: #4CA3EC !important;
    color: #FFFFFF !important;
}

#user-select-wrapper .select2-results__option--highlighted[aria-selected=true],
#type-select-wrapper .select2-results__option--highlighted[aria-selected=true],
#canvas-reassign .select2-results__option--highlighted[aria-selected=true] {
    background-color: #d3d3d3 !important;
    color: #000000 !important;
}

.item-img:hover .btn-remove {
    opacity: 1;
    transform: scale(1);
}

.photo-card-upload {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
}

.item-hover-wrap {
    position: relative;
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 4px;
    width: 62px;
    height: 62px;
}

.btn-download-hover {
    position: absolute;
    top: 2px;
    right: 2px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.2s ease;
    color: #3556B6;
    text-decoration: none;
    z-index: 10;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

    .btn-download-hover:hover {
        background: #3556B6;
        color: white;
    }

.item-hover-wrap:hover .btn-download-hover {
    opacity: 1;
    transform: scale(1);
}


/*notification*/
.noti-item {
    display: flex;
    gap: 10px;
    padding: 10px;
    border-bottom: 1px solid var(--Grey-4, #BCBCBC);
    flex: 1 1 0;
    background: #fff;
    align-items: center;
}


    .noti-item:hover {
        background: #f5f7fa;
        cursor: pointer;
    }

.noti-avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.noti-content {
    flex: 1;
}


.noti-title {
    font-weight: 700 !important;
    font-size: 14px !important;
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis !important;
    max-width: 250px !important;
}

.noti-desc {
    font-size: 13px !important;
    color: #444 !important;
    margin-top: 2px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 250px !important;
}


.noti-time {
    font-size: 11px;
    color: #999;
    margin-top: 4px;
}

.empty-header-item1 {
    height: 350px;
    max-height: 350px; /* 5 item */
    overflow-y: auto;
}

@media (max-width:1001px) {
    .app-content {
        padding-top: 60px
    }
}
.noti-title > p, .noti-title > span {
    font-size: 12px;
    line-height: 1.6;
}


.dropdown-menu {
    height: 118px;
}

.dropdown-menu {
    max-height: none !important;
    height: auto !important;
}


#loading {
    position: fixed;
    inset: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    font-family: monospace;
    color: #3556b6;
}
    #loading img {
        mix-blend-mode: multiply;
        animation-duration: .100s;
    }


    #loading .loading-center {
        text-align: center;
    }

    /* Logo */
    #loading .logo-wrapper {
        position: relative;
        display: inline-block;
    }

    #loading .logo {
        width: 400px;
        height: 400px;
/*        border-radius: 50%;*/
        z-index: 2;
        position: relative;
    }

    /* Pulse effect */
    #loading .pulse-ring {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100px;
        height: 100px;
        transform: translate(-50%, -50%);
        border: 2px solid #3556b6;
        border-radius: 50%;
        animation: pulse 1.5s infinite;
        opacity: 0.6;
    }

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0.8;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.4);
        opacity: 0;
    }
}

/* Text */
#loading .loading-text {
    margin-top: 20px;
    font-size: 14px;
}

/* Progress bar */
#loading .progress-bar {
    margin-top: 35px;
    width: 200px;
    height: 4px;
    background: #222;
    border-radius: 4px;
    overflow: hidden;
}

#loading .progress {
    height: 100%;
    width: 0%;
    background: #3556b6;
    animation: loading 3s ease-in-out infinite;
}

@keyframes loading {
    0% {
        width: 0%;
    }

    50% {
        width: 80%;
    }

    100% {
        width: 100%;
    }
}

.play-button {
    position: absolute;
    top: 49%;
    left: 51%;
    transform: translate(-50%, -50%);
    color: white;
    background: rgba(0,0,0,0.6);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 1;
    border: 1.5px solid rgba(255,255,255,0.8);
}

.truncate-2-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}

.btn-download {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.8);
    transition: all 0.2s ease;
    color: #3556B6;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.btn-download-hover:hover {
    background: #3556B6;
    color: white;
}
/* --- CUSTOM DROPDOWN CSS --- */
.custom-dropdown-wrapper {
    position: relative;
    display: inline-block;
}

    .custom-dropdown-wrapper.w-100 {
        display: block;
    }

.custom-select-btn {
    background-color: #fff;
    text-align: left;
    cursor: pointer;
    border: 1px solid var(--Grey-5, #ABABAB);
    border-radius: 4px;
    transition: all 0.2s ease;
}

    .custom-select-btn::after {
        display: none !important;
    }


    .custom-select-btn.is-open {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-color: transparent !important;
    }

.custom-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-width: max-content;
    background: #fff;
    border: 1px solid var(--Grey-5, #ABABAB);
    border-top: none;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    z-index: 1050;
    max-height: 300px;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: white !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
    transition: all 0.2s ease;
}

    .custom-dropdown-menu.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .custom-dropdown-menu li {
        width: 100%
    }

.custom-dropdown-item {
    padding: 8px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    transition: background 0.2s;
}

    .custom-dropdown-item:hover {
        background-color: #f3f4f6;
    }

    .custom-dropdown-item .member-info {
        display: flex;
        flex-direction: column;
        line-height: 1.2;
    }

        .custom-dropdown-item .member-info .name {
            font-weight: 600;
            color: #111827;
            font-size: 14px;
        }

        .custom-dropdown-item .member-info .email {
            color: #6B7280;
            font-size: 12px;
        }


.select2-container.custom-status-wrap {
    width: 20% !important; 
    min-width: 105px !important; 
}

.custom-status-wrap .select2-selection--single {
    height: 30px !important;
    min-height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    border-radius: 6px !important;
    padding: 0 8px !important; 
    border: 1px solid #d1d5db !important; 
}

.custom-status-wrap .select2-selection__rendered {
    padding: 0 !important;
    margin: 0 !important;
    line-height: normal !important;
    display: flex !important;
    align-items: center !important;
    gap: 4px !important; 
    
}

.custom-status-wrap .select2-selection--single .select2-selection__rendered {
    border: 0 !important;
}

.custom-status-wrap .select2-selection__arrow {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    height: auto !important;
    width: auto !important;
    display: flex !important;
    align-items: center !important;
}

.custom-kanban-dropdown .count {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 15px !important;
    height: 15px !important;
    border-radius: 50% !important;
    color: var(--azure-0, #FFFFFF) !important;
    line-height: 0 !important;
}


.custom-kanban-dropdown .select2-results__option[aria-selected=true] {
    background-color: #e9e9e9 !important;
    color: #152249 !important;
}

.custom-kanban-dropdown.select2-container--default .select2-results__option--selected {
    background-color: #e9e9e9 !important;
    color: #152249 !important;
}

.custom-kanban-dropdown .select2-results__option--highlighted[aria-selected] {
    background-color: #4CA3EC !important;
    color: #FFFFFF !important;
}

.custom-kanban-dropdown .select2-results__option--highlighted[aria-selected=true] {
    background-color: #d3d3d3 !important;
    color: #000000 !important;
}
.ict-validate-error {
    margin-top: 4px;
    font-size: 12px;
    color: #ef4444;
}

.app-sidebar .main-sidebar-header {
    border-inline-end: none;
    border-block-end: none;
/*    border-bottom: -2px solid #D7DDF0;*/
/*    box-shadow: 0 2px -3px 0 #D7DDF0;*/
        box-shadow: 0 2px 0 0 var(--Azure-1, #D7DDF0);
}


.app-header {
    border-block-end: none;
    box-shadow: 0 2px 0 0 var(--Azure-1, #D7DDF0);
}
.remember-wrapper{
    gap:5px;
    margin-bottom:15px
}
.remember-checkbox {
    width: 20px !important;
    height: 15px !important;
    width: fit-content !important;
    padding: 0 !important;
}
    .remember-checkbox-label{
        color: #777 !important;
        text-decoration: none;
        border: none;
        background-color: transparent;
        font-size:12px !important
    }

/*Start Task Reposive*/

@media screen and (max-width: 1400px) {
/*    body {
        width: 100%;
        max-width: 100%;
    }*/
    .kanban-container {
        overflow-x: scroll;
    }
    .kanban-column {
        min-width: 225px;
    }
    
}

@media screen and (max-width: 1170px) {
    .lg-canvas {
        width: 100% !important;
        max-width: 100% !important;
    }
    #canvas-reassign {
        width: 100% !important;
        max-width: 100% !important;
    }
    .search-block{
        flex-direction:column;
        gap:10px;
    }
        .search-block .info-wrap {
            justify-content:start !important;
        }

}

@media screen and (max-width: 700px) {
    #canvas-task .body-task {
        flex-direction: column;
    }
    #canvas-task .card-info{
        width:100%;
        height:50%
    }
    #canvas-task .card-content {
        width: 100%;
        height: 50% !important;
    }
        #canvas-task .card-content .activity-scroll {
            overflow-y: unset;
            overflow-x: unset;
            max-height: 100%;
        }

    #canvas-task .tab-activity-body {
        overflow-y: auto;
        overflow-x: hidden;
        max-height: 92%;
    }

}

@media screen and (max-width: 640px) {
    .search-block .info-wrap {
        flex-direction: column;
        justify-content: start !important;
    }
}
/*End Task Reposive*/

.show-scroll-bar::-webkit-scrollbar {
    width: 8px;
    height: 8px; 
}

.show-scroll-bar::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.show-scroll-bar::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

    .show-scroll-bar::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

#user-select-wrapper .select2-container--default .select2-results > .select2-results__options {
    max-height: 300px !important;
    overflow-y: auto !important;
}
#type-select-wrapper .select2-container--default .select2-results > .select2-results__options {
    max-height: 300px !important;
    overflow-y: auto !important;
}
#canvas-reassign .select2-container--default .select2-results > .select2-results__options {
    max-height: 300px !important;
    overflow-y: auto !important;
}

/* Start scroll select 2 */
.select2-results__options::-webkit-scrollbar {
    width: 6px;  
}

.select2-results__options::-webkit-scrollbar-track {
    background: #f1f1f1;  
    border-radius: 4px;
}

.select2-results__options::-webkit-scrollbar-thumb {
    background: #888;  
    border-radius: 4px;
}

    .select2-results__options::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
/* End scroll select 2 */


#canvas-reassign .list-task {
    overflow-x: scroll;
}

/* Section 11*/
.feature-section-11 {
    position: relative;
    overflow: hidden;
}

    .feature-section-11 .circle-1 {
        position: absolute;
        width: 562px;
        height: 562px;
        border-radius: 50%;
        top: 60%;
        left: -130px;
        z-index: 1;
        opacity: 0.3;
        background: var(--Azure-5, #3556B6);
        filter: blur(74px);
    }

    .feature-section-11 .circle-2 {
        position: absolute;
        width: 562px;
        height: 562px;
        border-radius: 50%;
        top: -30%;
        right: -150px;
        z-index: 1;
        opacity: 0.3;
        background: var(--Light-Blue-5, #4CA3EC);
        filter: blur(74px);
    }

.customer-request-container {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 760px;
    height: auto;
    padding: 40px 32px;
    align-items: flex-start;
    gap: 32px;
    z-index: 2;
}

    .customer-request-container .left-content,
    .customer-request-container .right-content {
        width: 49%;
    }
    .customer-request-container .right-content {
        display:flex;
        align-items:center;
        justify-content:center;
    }

        .customer-request-container .left-content h2 {
            color: #000;
            font-family: "Lexend Deca";
            font-size: 64px;
            font-style: normal;
            font-weight: 400;
            line-height: 130%; /* 83.2px */
            letter-spacing: -1.92px;
            margin-bottom: 38px;
        }

        .customer-request-container .left-content p {
            color: #000;
            font-family: "Lexend Deca";
            font-size: 27px;
            font-style: normal;
            font-weight: 300;
            line-height: 140%; /* 37.8px */
        }

        .customer-request-container .right-content .form-customer-request {
            display: flex;
            width: 672px;
            padding: 24px 32px;
            flex-direction: column;
            justify-content: space-between;
            align-items: flex-end;
            flex-shrink: 0;
            align-self: stretch;
            border-radius: 20px;
            border: 2px solid #F4F4F4;
            background: rgba(255, 255, 255, 0.20);
            backdrop-filter: blur(1px);
        }

            .customer-request-container .right-content .form-customer-request input {
                display: flex;
                height: 44px;
                padding: 15px 16px;
                align-items: center;
                gap: 10px;
                width: 100%;
                align-self: stretch;
                border-radius: 4px;
                border: 1px solid var(--Grey-3, #CDCDCD);
                background: rgba(255, 255, 255, 0.40);
            }

        .customer-request-container .right-content .type-render {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
        }

        .customer-request-container .right-content .request-type {
            width: 100%;
        }

            .customer-request-container .right-content .request-type h4 {
                color: var(--Azure-9, #0B1124);
                /* N-L */
                font-family: "Lexend Deca";
                font-size: 12px;
                font-style: normal;
                font-weight: 300;
                line-height: 120%; /* 14.4px */
                margin-bottom: 12px;
            }

        .customer-request-container .right-content .type-render .type-item {
            display: flex;
            padding: 8px 0;
            align-items: center;
            gap: 16px;
            align-self: stretch;
        }

            .customer-request-container .right-content .type-render .type-item span {
                flex-grow: 1;
                color: #000;
                /* N-R */
                font-family: "Lexend Deca";
                font-size: 12px;
                font-style: normal;
                font-weight: 400;
                line-height: 120%; /* 14.4px */
            }

        .customer-request-container .right-content .order-type .type-item {
            display: flex;
            align-items: center;
            gap: 16px;
            width: 100%;
            border-bottom: 1px solid var(--Grey-4, #BCBCBC);
        }

            .customer-request-container .right-content .order-type .type-item .input-wrapper {
                display: flex;
                align-items: center;
                flex-grow: 1;
            }

                .customer-request-container .right-content .order-type .type-item .input-wrapper .prefix {
                    color: var(--Grey-6, #8D8D8D);
                    /* N-L */
                    font-family: "Lexend Deca";
                    font-size: 12px;
                    font-style: normal;
                    font-weight: 300;
                    line-height: 120%; /* 14.4px */
                }

                .customer-request-container .right-content .order-type .type-item .input-wrapper input {
                    border: none !important;
                    background-color: transparent;
                    outline: none;
                    width: 100%;
                }

        .customer-request-container .right-content .detail-request {
            width: 100%;
            margin-top: 16px;
        }

            .customer-request-container .right-content .detail-request textarea {
                display: flex;
                height: 102px;
                padding: 15px 16px;
                align-items: flex-start;
                gap: 10px;
                align-self: stretch;
                border-radius: 4px;
                border: 1px solid var(--Grey-3, #CDCDCD);
                background: rgba(255, 255, 255, 0.40);
                width: 100%;
                color: var(--Grey-5, #ABABAB);
                /* N-L */
                font-family: "Lexend Deca";
                font-size: 12px;
                font-style: normal;
                font-weight: 300;
                line-height: 120%; /* 14.4px */
            }

        .customer-request-container .right-content .confirm-check {
            display: flex;
            padding: 8px 0;
            align-items: center;
            gap: 16px;
            align-self: stretch;
        }

            .customer-request-container .right-content .confirm-check svg {
                width: 16px;
                height: 16px;
            }

            .customer-request-container .right-content .confirm-check span {
                color: var(--Grey-8, #525252);
                /* SN-EL */
                font-family: "Lexend Deca";
                font-size: 9px;
                font-style: normal;
                font-weight: 200;
                line-height: 120%; /* 10.8px */
            }

        .customer-request-container .right-content .send-request-btn {
            display: flex;
            height: 51px;
            padding: 19px 38px;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 10px;
            align-self: stretch;
            border-radius: 8px;
            border: none;
            color: white;
            margin-top: 12px;
            background: linear-gradient(86deg, var(--Azure-5, #3556B6) 6.53%, var(--light-azure-95, #3475A7) 106.64%);
        }
            .customer-request-container .right-content .send-request-btn span.btn-main {
                color: var(--Azure-0, #FFF);
                text-align: center;
                /* B-M */
                font-family: "Lexend Deca";
                font-size: 16px;
                font-style: normal;
                font-weight: 500;
                line-height: 150%; /* 24px */
                letter-spacing: -0.32px;
            }
            .customer-request-container .right-content .type-item svg {
                cursor: pointer;
            }

        .customer-request-container .right-content .confirm-check svg {
            cursor: pointer;
        }

        .customer-request-container .right-content .confirm-check.active {
            background-color: transparent;
        }

            .customer-request-container .right-content .type-item svg.active rect.border,
            .customer-request-container .right-content .confirm-check.active rect.border {
                stroke: #3556B6 !important;
                stroke-width: 2px;
            }

            .customer-request-container .right-content .type-item svg.active .inner-dot,
            .customer-request-container .right-content .confirm-check.active .inner-dot {
                fill: #3556B6 !important; /* Nền xanh bên trong */
            }



.app-header .header-content-right .dropdown-list-infocation {
    border-radius: 20px;
    border: 1px solid var(--Grey-5, #ABABAB);
}

.app-header .header-content-right .header-content {
    padding: 20px 20px 10px 20px;
    background: #FFF !important;
}

.app-header .header-content-right .footer-content {
    padding: 10px 20px 20px 20px;
    background: #FFF !important;
}

.app-header .footer-content .btn-primary {
    border-radius: 6px;
    background: var(--Grey-5, #ABABAB) !important;
}

.app-header .header-content-right .title-header {
    color: #000;
    /* B-M */
    font-family: "Lexend Deca";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    letter-spacing: -0.32px;
}

.app-header .header-content-right .text-count-notification {
    color: var(--Others-Red, #AE3131);
    /* N-R */
    font-family: "Lexend Deca";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120% !important; /* 14.4px */
}

    .app-header .header-content-right .text-count-notification span {
        color: var(--Others-Red, #AE3131);
        /* N-R */
        font-family: "Lexend Deca";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 14.4px */
    }

.app-header .dropdown-main-item-action:hover,
.app-header .dropdown-item-action:hover {
    background: var(--grey-15, #E6E6E6);
}

.app-header .dropdown-main-item-action,
.app-header .dropdown-item-action {
    display: flex;
    padding: 5px 10px;
    align-items: center;
    gap: 7px;
    align-self: stretch;
    border-radius: 3px;
    background: #FFF;
    color: var(--Grey-8, #525252);
    font-family: "Lexend Deca";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.app-header .dropdown-layout-main-action,
.app-header .dropdown-action {
    min-width: 185px;
    padding: 4px;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    border-radius: 4px;
    background: var(--grey-15, #E6E6E6);
}

.main-notification .notification-list::-webkit-scrollbar,
    .dropdown-list-notification .list-notification-layout::-webkit-scrollbar {
        width: 4px;
        background: none;
    }


    .main-notification .notification-list::-webkit-scrollbar-track,
        .dropdown-list-notification .list-notification-layout::-webkit-scrollbar-track {
            /*    background: #f1f1f1 !important;*/
            border-radius: 4px;
        }

        .main-notification .notification-list::-webkit-scrollbar-thumb,
            .dropdown-list-notification .list-notification-layout::-webkit-scrollbar-thumb {
                background: #c1c1c1 !important;
                border-radius: 4px;
            }

            .main-notification .notification-list::-webkit-scrollbar-thumb:hover,
                .dropdown-list-notification .list-notification-layout::-webkit-scrollbar-thumb:hover {
                    background: #c1c1c1 !important;
                }

.app-header
.main-header-container
.notifications-dropdown .main-header-dropdown {
    width: 25rem !important;
}

.mention {
    background: none !important;
    color: #007bff;
    padding: 2px 6px;
    border-radius: 4px;
}

.ql-mention-list-container {
    z-index: 999999 !important;
    position: fixed !important;
}

.ql-mention-list-item {
    cursor: pointer;
    font-size: 12px !important;
    line-height: 24px !important;
    padding: 0 20px;
}

#canvas-task .ql-tooltip {
    display: none !important;
}
@media(max-width:1024px){
    .customer-request-container{
        flex-direction:column;
    }
    .customer-request-container .left-content,
    .customer-request-container .right-content {
        width: 100%;
    }
}
@media(max-width:480px) {
    .customer-request-container .form-customer-request {
        width: 100% !important;
        padding: 12px !important;
    }

    .customer-request-container .left-content h2 {
        font-size: 42px;
    }

    .customer-request-container .left-content p {
        font-size: 25px;
    }
    .app-header .main-header-container .notifications-dropdown .main-header-dropdown {
        width: 23rem !important;
    }
}

.btn-text-14 {
    font-size:14px;
}

.opacity-30 {
    opacity: 0.3;
}

.transition-opacity {
    transition: opacity 0.3s ease;
}
@media (max-width: 575.98px) {
    .notifications-dropdown{
        display: flex !important;
    }
    .app-header .container-fluid {
        overflow-x: unset !important;
    }

}

.app-header .noti-title {
    white-space: wrap !important;
}

.app-header .noti-desc {
    white-space: wrap !important;
}
