body {
    font-family: Arial, sans-serif;
    background: #f8f9fa;
}
.d-inline-grid{
    display: inline-grid;
}
#mainContainer
{
    display: flex;
    flex-direction: column;
    height: calc(100vh - 100px);
}
.height-fill-available{
    height: -webkit-fill-available;
}
.overflow-y-auto{
    overflow-y: auto;
}
.report-box {
    border-radius: 10px;
    margin-bottom: 20px;
    background: #fff;
    width: 100%;
    height: -webkit-fill-available;
}

.report-box1 {
    display: flex;
    background: none !important;
    flex-wrap: wrap;
}

.chart_title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    padding: 8px;
    border-bottom: 2px solid #ddd;
    display: inline-block;
    width: 100%;
}

.chart_title_tab {
    font-size: 16px;
    font-weight: 600;
    padding: 0 8px 8px 8px;
    border-bottom: 2px solid #ddd;
    display: inline-block;
    width: 100%;
}

.item_square {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}

.count-item {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 8px;
    text-align: center;
    aspect-ratio: 1 / 1;
    width: 100%;
    justify-content: space-between;
    width: clamp(80px, 15vw, 120px);
    max-width: 120px;
}

.icon-box {
    width: 32px;
    height: 32px;
    background: white;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 10px;
    left: 10px;
}

.icon-box i {
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item_info {
    position: absolute;
    bottom: 0;
    left: 10px;
}

.count-text {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #344054;
}

.count-number {
    font-size: 24px;
    font-weight: 700;
    color: #344054;
    text-align: left;
}

.total {
    flex: 1;
    background: #F4EBFF;
}

.overdue {
    flex: 1;
    background: #FEEAE8;
}

.in-progress {
    flex: 1;
    background: #DCEFFE;
}

.completed {
    flex: 1;
    background: #E7F9E9;
}

.count-number {
    font-size: 24px;
    font-weight: bold;
}

.count-label {
    font-size: 14px;
}

/* chart */

.item_chart {
    border: 1px solid #ddd;
    border-radius: 4px;
    position: relative;
    margin-bottom: 10px;
}

.chart_header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px;
}

.chart_year {
    font-size: 16px;
    color: gray;
}

.custom-legend {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 10px;
}

.legend-item {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    opacity: 0.8
}

.legend-color {
    width: 12px;
    height: 12px;
    border-radius: 4px;
    display: inline-block;
    margin-right: 8px;
}

.chart-icons {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    gap: 5px;
}

.chart-icons i {
    cursor: pointer;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 8px;
    color: #667085;
    aspect-ratio: 1 / 1;
    font-size: 10px;
}

.chart_year {
    color: #667085;
}

/* Công việc */

.btn_add_task {
    /*background: linear-gradient(45deg, #9054F7, #2E8EF5);*/
    border: none;
    border-radius: 8px;
    padding: 10px 14px 10px 14px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    max-height: 40px;
    max-width: 133px;
    display: flex;
    align-items: center;
    text-align: center;
}

.btn_add_task:active {
    transform: scale(0.98);
}

.add_task {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.wrapper_icon {
    width: 32px;
    height: 32px;
    background: white;
    border-radius: 5px;
    border: 1px solid #E4E7EC;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-container {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    max-height: 44px;
    background: white;padding: 23px 24px;
}

.search-icon {
    color: #667085;
    margin-left: 10px;
    font-size: 16px;
    margin-right: 8px;
}

.search-box {
    border: none;
    outline: none;
    width: 100%;
    font-size: 14px;
    color: #7d8ca1;
    background: transparent;
    box-shadow: none !important;
    /*margin-left: -10px;*/
}

.search-box1 {
    border: none;
    outline: none;
    max-width: 200px !important;
    font-size: 14px;
    color: #7d8ca1;
    background: transparent;
    box-shadow: none !important;
    /*margin-left: -10px;*/
}

.search-container > .search-box1 {
      padding: 15px 24px;
}

.list_task,
.chart-title,
.chart_year,
.quantity_task {
    font-size: 16px;
    font-weight: 600;
}

.title_task {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px;
}

.quantity_task {
    color: #667085;
}

/* task desc */


.task-card {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 15px;
    margin-top: 15px;
}

.task-header,
.task-star-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px
}

.task-title {
    font-size: 16px;
    font-weight: 600;
    color: #182230;
}

.task-star {
    color: red;
}

.btn-working {
    background: #2E90FA;
    border: none;
    border-radius: 8px;
    padding: 4px 12px 4px 12px;
    color: white;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    max-height: 130px;
    font-weight: 500;
    flex-shrink: 0;
    white-space: nowrap;
}

.btn-in_progress {
    /*background: #2E90FA !important;*/
    padding: 4px 25px 4px 12px;
    max-width: 140px !important;
    background: #2E90FA url(/images/svg/down_white.svg) no-repeat 120px center;
    color: white !important;
}

.btn-completed {
    padding: 4px 25px 4px 12px;
    background: #17B26A url(/images/svg/down_white.svg) no-repeat 120px center;
    color: white !important;
}

.btn-overdue {
    padding: 4px 25px 4px 12px;
    background: #FF692E url(/images/svg/down_white.svg) no-repeat 80px center;
    color: white !important;
}

.btn-cancel {
    padding: 4px 25px 4px 12px;
    background: #F04438 url(/images/svg/down_white.svg) no-repeat 80px center;
    color: white !important;
}

.btn-pending {
    max-width: 140px !important;
    color: #7F56D9 !important;
    padding: 4px 25px 4px 12px;
    background: #F4EBFF url(/images/svg/down_purple.svg) no-repeat 120px center;
    color: #7F56D9 !important;
}

.btn-pause {
    background: #F79009  url(/images/svg/down_white.svg) no-repeat 90px center;
    padding: 4px 25px 4px 12px;
    color: white !important;
}
.item-infor-status1{
    border-radius: 7px;
    max-height: 28px;
    max-width: 140px !important;
    padding: 4px 8px 4px 12px;
    background-color: #F79009;
    color: white;
    display: flex;
    align-items: center;
    font-size: 14px;
    justify-content: center;
    margin: auto;

}
.btn1-in_progress {
    /*background: #2E90FA !important;*/
    padding: 4px 25px 4px 12px;
    max-width: 140px !important;
    background: #2E90FA ;
    color: white !important;
    max-width: 140px !important;
}

.btn1-completed {
    padding: 4px 25px 4px 12px;
    background: #17B26A;
    color: white !important;
    width: 140px !important;
}

.btn1-overdue {
    padding: 4px 25px 4px 12px;
    background: #FF692E;
    color: white !important;
    width: 140px !important;
}

.btn1-cancel {
    padding: 4px 25px 4px 12px;
    background: #F04438;
    color: white !important;
    width: 140px !important;
}

.btn1-pending {
    max-width: 140px !important;
    color: #7F56D9 !important;
    padding: 4px 25px 4px 12px;
    background: #F4EBFF;
    color: #7F56D9 !important;
    width: 140px !important;
}

.btn1-pause {
    background: #F79009 ;
    padding: 4px 25px 4px 12px;
    color: white !important;
    width: 140px !important;
}

.task-progress-infor {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 15px 0;
}

.task-progress-infor img {
    border-radius: 50%;
    object-fit: cover;
    width: 32px;
    height: 32px;
}

.task-role {
    background: #eee;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 12px;
    margin-left: 5px;
    flex-shrink: 0;
    white-space: nowrap;
}

.task-progress-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.task-progress {
    margin-top: 10px;
}

.progress_working,
.progress-bar-working {
    height: 10px;
    border-radius: 8px;
    overflow: hidden;
    background: #B2DDFF
}

.progress_time,
.progress-bar-time {
    height: 10px;
    border-radius: 8px;
    overflow: hidden;
    background: #F2F4F7
}

.progress-bar-working,
.progress-bar-time {
    width: 50%;
}


.bg-progress-bar {
    background: #D0D5DD !important;
    border-radius: 999px;
}

.task-body {
    margin-bottom: 10px;
}

.task-person {
    font-weight: 500;
    color: #667085
}

.task-progress_text,
.task-progress_number {
    font-weight: 500;
    font-size: 14px;
    color: #667085;
}

/* Icon chat AI */

.main-chat {
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    width: 130px;
    height: 52px;
    position: fixed;
    bottom: calc(33.33vh - 10px);
    right: 20px;
    box-shadow: 0px 4px 20px 0px #00000029;
    border: 1px solid var(#F4EBFF);
    border-top-left-radius: 64px;
    border-bottom-left-radius: 64px;
    z-index: 999;
}

.chat-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(90deg, #9054F7 0%, #2E8EF5 228.18%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
}

.chat-icon:hover {
    background-color: #0056b3;
}

.chat-icon i {
    font-size: 18px;
}

.chat-name {
    color: #7F56D9;
    font-weight: 600;
    font-size: 16px;
    padding: 8px;
}


/* show tab */
#tabs-container {
    display: none;
}

.chat-open #tabs-container {
    display: flex;
}

.chat-open #content-wrapper {
    display: none;
}

.custom-tabs {
    border-radius: 8px;
    border: 2px solid #F2F4F7;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px;
    background: #f8f9fa;
}

.custom-tabs .nav-link {
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #6c757d;
    border-radius: 6px;
}

.nav-tabs .nav-link.active {
    background: white !important;
    color: #212529 !important;
    width: 100%;
}

.custom-tabs .nav-item {
    width: 50%;
    text-align: center;
}

.tab-content {
    margin-top: 10px;
    padding: 15px;
    background: white;
    border-radius: 8px;
    max-height: 83.5vh;
    overflow: scroll;
}

.tab-work,
.tab-chart {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #344054;
    font-weight: 500;
}

/* chat */
.chat-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chat-avatar {
    border-radius: 50%;
    height: 44px;
    width: 44px;
    clear: both;
    display: block;
    background: #E1F0FF;
    position: relative;
}

.chat-icons,
.chat-infor {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.chat-icons i {
    cursor: pointer;
    padding: 8px;
    border: 1px solid #E4E7EC;
    border-radius: 5px;
    color: #667085;
    font-size: 14px;
    font-weight: 500;
    max-width: 36px;
    max-height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
}

.chat-name {
    font-weight: 600;
    color: #344054;
    line-height: 1.5;
}

.chat-title {
    padding: 8px;
    border-bottom: 2px solid #ddd;
    width: 100%;
}

.message-bubble-chatbot {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.message-bubble-infor {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.message-bubble-infor-name {
    color: #344054;
    font-weight: 500;
    font-size: 13px;
}

.message-bubble-infor-time {
    color: #475467;
    font-weight: 400;
    font-size: 12px;
}

.chat-input-container {
    display: flex;
    align-items: center;
    border: 1px solid #7C3AED;
    border-radius: 16px;
    overflow: hidden;
    background: white;
    width: 100%;
    position: relative;
}

.chat-controllers-v2 {
    gap: 1rem !important;
    display: flex;
    align-items: center;
    padding: 13px 16px;

}

.btn-group-chat-v2 {
    display: flex;
    border-top: 1px solid #F4EBFF;
    background: #F9F5FF;
    border-radius: 0 0 12px 12px;
    padding: 2px 0;
    overflow: hidden;
    width: 100%;
}

.btn-primary-chat-v2 {
    color: #7F56D9;
    font-weight: 500;
    line-height: 20px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}

.input-chat {
    border: none;
    outline: none;
    width: 100%;
    font-size: 14px;
    color: #667085;
}

.input-box {
    width: 100%;
}
.select-new{
    background: white url(/images/svg/chevron-down.svg) no-repeat 200px center;
    width: 230px;
}
.photo-studio-tools .dropdown{
    width: 230px ;
}
.container-tool-wrapper{
    display: flex;
    align-items: center;
    gap: 10px;
}
.btn-model-add{
    border-radius: 8px !important;
    border: 2px solid rgba(255, 255, 255, 0.12) !important;
    background: linear-gradient(90deg, #9054F7 0%, #2E8EF5 228.18%);
    padding: 10px 14px !important;
    box-shadow: 0px 0px 0px 1px rgba(16, 24, 40, 0.18) inset, 0px -2px 0px 0px rgba(16, 24, 40, 0.05) inset, 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    text-transform : none !important;
}

.list-user-select{
    .list {
        position: relative;
        width: 100%;
    }


    .container {
        padding: 6px 32px 6px 12px;
        height: 41px;
        display: flex;
        align-items: center;
        border-radius: 8px;
        border: 2px solid #d8dae0;
        transition: .3s
    }

    .list-selected {
        display: flex;
        gap: 12px;
        flex-wrap: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .container::after {
        position: absolute;
        right: 15px;
        content: '\25bc';
        color: #5a6176;
        transition: .3s
    }

    .list.active .container {
        border: 2px solid #6a2ae9;
        box-shadow: 0 0 0 3px #e2d5f8
    }

    .list.active .container::after {
        rotate: 180deg
    }

    .list.active .list-dropdown {
        display: block;
        z-index: 1000;
        background: #f3f4f6;
    }

    .tag {
        margin: 4px 0;
        padding: 6px 8px 6px 12px;
        display: flex;
        background-color: #f3f4f6;
        border-radius: 4px;
    }

    .tag-text {
        text-wrap: nowrap;
        margin-right: 6px;
        font-size: 14px;
    }

    .tag-close {
        cursor: pointer;
        padding: 2px;
        display: flex;
        align-items: center;
    }

    .tag-close svg {
        width: 18px;height: 18px;
        color: #5a6176
    }

    .list-dropdown {
        position: absolute;
        margin-top: 16px;
        padding: 6px 0 12px;
        display: none;
        width: 100%;
        border: 2px solid #d8dae0;
        border-radius: 8px;
        box-sizing: border-box
    }

    .list-search-input {
        padding: 6px 12px;
        width: 90%;
        border-radius: 4px;
        border: 2px solid #d8dae0;
    }

    .list-dropdown .list-search {
        padding: 12px;
        border-bottom: 2px solid #d8dae0
    }

    ul.menu {
        margin: 12px 0;
        overflow: auto;
        max-height: 100px;
        height: 100%;
        transition: .3s
    }

    .list li {
        cursor: pointer;
        padding: 3px 12px;
        display: flex;
        /*width: calc(100% - 24px);*/
        width: calc(100%);
    }

    li {
        position: relative;
        display: flex;
        align-items: center;
    }

    .v-checkbox {
        display: block;
        margin-right: 12px;
        width: 22px;
        height: 22px;
        border: 2px solid #d8dae0;
        border-radius: 4px
    }

    .v-checkbox.checked::before {
        position: absolute;
        content: '✓';
        color: white;
        text-align: center;
        padding: 1px 4px;
    }

    .v-checkbox.checked {
        background-color: #7f47eb;
        border: 2px solid #6829e8;
        transition: .3s
    }
}
.dashboard-list-task{
    max-height: 1130px;
    overflow-y: scroll;
}

.card-item-priority-1 {
    color:#F79009;
}
.card-item-priority-2 {
    color: #F04438;
}
.card-item-priority-0 {
    color: #079455;
}
.task-container {
    max-width: 800px;
    margin: 0 auto;
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.task-card {
    border-radius: 8px;
    /*margin-bottom: 15px;*/
    padding: 10px;
    position: relative;
    /*border-left: 12px solid;*/
    background-color: #FFF;
    transition: all 0.3s ease;
}

.task-card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.task-in_progress {
    border-left: 12px solid #2E90FA;
}

.task-pending {
    border-left: 12px solid #7F56D9;
}

.task-completed {
    border-left: 12px solid #17B26A;
}

.task-pause {
    border-left: 12px solid  #FDB022;
}

.task-overdue{
    border-left: 12px solid #FF692E;
}

.task-cancel {
    border-left: 12px solid #F04438;
}

.stage-in_progress {
    background: #2E90FA url(/images/svg/inprogress.svg) no-repeat 10px center !important;
    /*background: #2E90FA !important;*/
    color: white !important;
}

.stage-pending {
    background: #F4EBFF url(/images/svg/help.svg) no-repeat 10px center !important;
    color:  #7F56D9 !important;
}

.stage-completed {
    background: #17B26A url(/images/svg/done.svg) no-repeat 10px center !important;
    color: white !important;
}

.stage-pause {
    background: #FDB022 url(/images/svg/pause.svg) no-repeat 10px center !important;
    color: white !important;
}

.stage-due{
    background: #FF692E url(/images/svg/danger.svg) no-repeat 10px center !important;
    color: white !important;
}

.stage-cancel {
    background: #F04438 url(/images/svg/cancel.svg) no-repeat 10px center !important;
    color: white !important;
}

.bg-item-in_progress {
    background: #DCEFFE !important;
}

.bg-item-pending {
    background: #F4EBFF  !important;
}

.bg-item-completed {
    background: #DCFAE6 !important;
}

.bg-item-pause {
    background: #FEF0C7  !important;
}

.bg-item-due{
    background: #FFE6D5  !important;
}

.bg-item-cancel {
    background: #F04438  !important;
}

.progress {
    height: 8px;
    background-color: #e9ecef;
    margin-top: 10px;
    border-radius: 4px;
}


.item-infor-status {
    border-radius: 7px;
    max-height: 28px;
    max-width: 140px;
    /*padding: 4px 8px 4px 8px;*/
    /*background-color: #F79009;*/
    /*color: white;*/
    display: flex;
    align-items: center;
    font-size: 14px;
}

.progress-bg-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    /*border-radius: 8px;*/
    overflow: hidden;
}

.progress-bg {
    height: 100%;
    opacity: 0.15;
}

.task-content {
    position: relative;
    z-index: 1;
}

.star-icon-2 {
    color: #dc3545;
    margin-right: 8px;
}

.star-icon-1 {
    color: #F79009;
    margin-right: 8px;
}

.star-icon-0 {
    color: #079455;
    margin-right: 8px;
}

.grey-star {
    color: #adb5bd;
}


.card-item-priority-1 {
    background-color: #FEF0C7;
    color:#F79009;
    width: 120px !important;
    max-width: 120px !important;
}
.card-item-priority-2 {
    background-color: #FFE6D5;
    color: #F04438;
}
.card-item-priority-0 {
    background-color: #DCFAE6;
    color: #079455;
}

.card1-item-priority-1 {
    background-color: #FEF0C7;
    color:#F79009;
    width: 120px !important;
    max-width: 120px !important;
}
.card1-item-priority-2 {
    background-color: #FFE6D5;
    color: #F04438;
    width: 120px !important;
}
.card1-item-priority-0 {
    background-color: #DCFAE6;
    color: #079455;
    width: 120px !important;
}
.task-header-content {
    border-radius: 7px;
    max-width: 70px;
    max-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    gap: 10px;
}
.task-header-content1 {
    border-radius: 7px;
    width: 130px;
    max-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    gap: 10px;
    margin: auto;
}
.text-item-state{
    color: #344054;
}

.status-badge {
    font-size: 0.75rem;
    padding: 5px 10px 5px 30px;
    border-radius: 7px;
    float: right;
}

.time-info {
    display: flex;
    align-items: center;
    color: #6c757d;
    font-size: 0.85rem;
}

.deadline {
    margin-left: auto;
}

.task-title {
    font-weight: 600;
    margin-bottom: 5px;
}

.add-button {
    border-radius: 50px;
    padding: 8px 20px;
    margin-bottom: 20px;
}
#chat-system #chat-container {
    max-height: 90vh !important;
    margin-bottom: 60px;
}
#chat-system .chat-input-container {
    bottom: 0px;
    /*right: 0px;*/
    width: 93%;
    margin-left: 3px;
}
/*.app-chat-sidebar-show .user-dashboard-v2{*/
/*    margin-right: 500px;*/
/*}*/
.app-chat-sidebar-show .app-content{
    margin-right: 300px;
}

@media (max-width: 500px) {
    .task-card{
        min-width: 400px;
        overflow: hidden;
    }
    .report-box1{
        overflow: scroll;
    }
    .task-detail-list{
        overflow-x: scroll;
    }
    .list-item-achievement{
        overflow: scroll;
    }
}

@media (max-width: 1200px) {
    .count-number {
        font-size: 13px;
    }

    .count-text {
        font-size: 10px;
    }

    .btn_add_task {
        font-size: 12px;
    }

    #chat-system #chat-container {
    }
}

@media (max-width: 1024px) {
    .count-item {
        width: clamp(70px, 13vw, 100px);
        max-width: 100px;
    }

    .list_task,
    .chart-title,
    .chart_year,
    .quantity_task,
    .task-person {
        font-size: 14px;
    }

    .count-number {
        font-size: 16px;
    }

    .item_square {
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
    }

    .count-item {
        flex: 1 1 calc(20% - 45px);
        max-width: 115px;
        aspect-ratio: 1 / 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .custom-tabs .nav-link {
        font-size: 14px;
    }

    .tab-content {
        padding: 0;
    }

}

@media (max-width: 768px) {
    .item_square {
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
    }

    .count-item {
        flex: 1 1 calc(50% - 30px);
        max-width: 115px;
        aspect-ratio: 1 / 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 10px
    }

    .list_task,
    .chart-title,
    .chart_year,
    .quantity_task,
    .task-person {
        font-size: 14px;
    }

    .btn_add_task {
        max-height: 35px;
        max-width: 120px;
        font-size: 11px;
        flex-shrink: 0;
        white-space: nowrap;
    }

    .wrapper_icon {
        width: 20px;
        height: 20px;
    }

    .wrapper_icon i {
        font-size: 14px
    }

    .task-star {
        font-size: 14px;
    }

    .task-title {
        font-size: 14px;
    }

    .btn-working {
        font-size: 12px;
    }

    .progress_time,
    .progress-bar-time,
    .progress_working,
    .progress-bar-working {
        height: 8px;
    }

    .task-progress_text,
    .task-progress_number {
        font-size: 12px;
    }

    .count-text {
        font-size: 14px;
    }
}

/*version 3*/

.info-profile{
    background: #FFFFFF;
    padding: 15px;
    margin-bottom: 7px;
}
.fs-08rem{
    font-size: 0.8rem;
}
.order-box{
    border-radius: 10px;
    border: 1px solid #ddd;
    background: rgb(249, 250, 251);
    width: 100%;
    padding: 5px;
    margin: 5px;
}
.list-item-achievement .order-box{
    width: fit-content;    min-width: 150px;
}
.report-box1>div{
    margin-bottom: 15px;
}
.report-box1 .task-card{
    height: 100%;
}
.filter-seacrh>div{
    margin-bottom: 5px;
}
.filter-seacrh-1>div{
    margin-right: 15px;
}

/*Chat rigth*/
.app-chat-sidebar{
    position: fixed;
    top: 0;
    right: 0;
    max-width: 300px;
    height: 100vh;
    background-color: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    z-index: 100;
    /*display: none;*/
}
.app-chat-sidebar #chat-container{
    height: 90vh !important;
    padding-bottom: 160px;
}
.app-chat-sidebar .chat-header{
    margin-top: 80px;
}
.filter-seacrh{
    padding-left: 15px;
}
.search-container{
    width: 300px;
}


@media (max-width: 636px) {
    .search-container, .photo-studio-tools .dropdown, .add_task{
        width: 100%;
    }

}
@media (max-width: 500px) {
    .search-container, .photo-studio-tools .dropdown, .add_task{
        width: 100%;
    }

}

.title-item-permisison{
    padding: 16px;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid #E4E7EC;
    background: #F2F4F7;
}
.table-permisison{
    border-radius: 16px;
    border: 1px solid  #E4E7EC;
    min-width: 700px;
    overflow: scroll;
}
.table-permisison tr td:nth-child(1){
    padding-left: 16px;
}
.table-permisison .checkbox-input{
    border-radius: 6px;
    background:  #7F56D9;
    width: 20px;
    height: 20px;
    padding: 3px;
    justify-content: center;
    align-items: center;
}
.item-table-permisison{
    border-radius: 16px;
    border: 1px solid #E4E7EC;
}
.item-table-permisison td{
    border-right: 1px solid #E4E7EC;
}
.badge-permission{
    color: #667085;

    /* Text sm/Medium */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    padding: 2px 6px;
    border-radius: 4px;
    background: #F2F4F7;
    margin: 0 5px;
}
.list-permissions tr td:nth-child(2){
    display: flex;
    gap:6px;
    flex-wrap: wrap;

}
/*.list-badge-permission{*/
/*    display: flex;*/
/*    padding: 2px 6px;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    gap: 8px;*/
/*}*/