li.menu-item-divider_marketing>a,
li.menu-item-divider_education>a {
    cursor: default;
    pointer-events: none;
    font-weight: bold;
    text-transform: uppercase;
    color: #999 !important;
}

.sidebar,
#wrapper {
    background: transparent !important;
}

.app {
    background-image: url(../images/background_leaves.png);
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
}

#header {
    background-color: #B1BE48 !important;
}

.sidebar {
    border-right: 1px solid white !important;
}

.navbar-nav>li>a,
#top-timers>span>i,
.notifications-icon>span>i,
.widget-dragger {
    color: #fff !important;
}

div#setup-menu-wrapper {
    background: #BFC063 !important;
}

@media (max-width: 768px) {
    .kan-ban-col {
        width: 370px !important;
    }

    #menu.menu-mobile {
        width: 100% !important;
        background-image: url(../images/background_leaves.png) !important;
        z-index: 90 !important;
    }


    #setup-menu>div,
    #setup-menu-item-css {
        /* display: flex   !important; */
        justify-self: center !important;
    }

    #setup-menu-wrapper.menu-mobile {
        width: 100% !important;
        background-image: url(../images/background_leaves.png) !important;
        z-index: 91 !important;
    }
}

.mobile-footer {
    display: none;
    /* Ẩn mặc định trên desktop */
}

@media (max-width: 768px) {
    .mobile-footer {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: #e6ee9c;
        z-index: 1000;
    }

    .footer-buttons {
        display: flex;
        justify-content: space-around;
        padding: 10px;
    }

    .btn-custom {
        background-color: #4caf50;
        /* Màu xanh lá */
        color: white;
        /* Màu chữ trắng */
        border: none;
        border-radius: 50%;
        /* Tạo hình tròn */
        width: 50px;
        /* Độ rộng nút */
        height: 50px;
        /* Độ cao nút */
        line-height: 50px;
        /* Căn giữa chữ */
        text-align: center;
        text-decoration: none;

        transition: background-color 0.3s;
        /* Hiệu ứng hover */
        font-size: 14px;
        /* Kích thước chữ */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .btn-custom:hover {
        background-color: #45a049;
        /* Màu xanh lá đậm hơn khi hover */
    }

    /* Giữ style mặc định cho các nút khác */
    .btn-default,
    .btn-primary,
    .btn-info {
        display: flex;
        text-align: center;
        font-size: 14px;
        align-items: center;
        background: transparent;
        color: black !important;
        border-color: black !important;
    }

    .custom-fit-content {
        width: fit-content;
    }

    .content {
        padding-bottom: 60px !important;
        /* Để tránh nội dung bị che bởi footer */
    }




}

.td-limit a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
    /* Chiều cao mỗi dòng */
    max-height: 3em;
    /* 2 dòng * line-height */
    white-space: normal;
    /* Cho phép xuống hàng */
}

.td-limit-task-payment {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
    /* Chiều cao mỗi dòng */
    max-height: 2em;
    /* 2 dòng * line-height */
    white-space: normal;
}
@media (min-width: 769px) {
    .mobile-footer {
        display: none;
    }
}

.transparent-view {
    background: transparent !important;
}



.main-tasks-table-href-name {
    font-size: 17px !important;
    font-weight: 800 !important;
}

.progress.progress-xs {
    background: transparent;
    border: solid 0.5px #686c1f;
}

.progress-bar {
    background-color: #686c1f !important;
    opacity: 0.5 !important;
}

.d-flex {
    display: flex !important;
}

#tasks_wrapper>.row:nth-child(1),
#tasks_wrapper>.row:nth-child(2) {
    display: none !important;
}

.task_name {
    display: none !important;
}

.has-row-options>td,
.card-body-request {
    border: 1px solid rgba(200, 205, 103, 0.5);
    /* hoặc màu khác như #e0e0e0, #999 tuỳ ý */
    background: rgba(251, 255, 182, 0.4);
}

table.dataTable tbody tr:first-child td {
    border-top: 1px solid rgba(200, 205, 103, 0.5);
}

table {
    border-collapse: separate;
    border-spacing: 10px;
    /* khoảng cách ngang dọc giữa các ô */
}

.table-task-payment-requests {
    border-collapse: unset !important;
    border-spacing: 0 !important;
    width: 100% !important;
    background-color: #f0f0f0 !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
}

table.table-task-payment-requests th,
table.table-task-payment-requests td {
    min-width: 20vh !important
}



.w-10-vh {
    width: 10vh !important;
}

.text-white {
    color: white !important;
}


.sidebar>ul.nav>li.active a:first-child, .sidebar>ul.nav>li:hover a:first-child {
    background: #ffffff47 !important
}

.custom-mt-0 {
    margin-top: 0 !important;
}

.custom-mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.text-black {
    color: black !important;
}

.bold-700 {
    font-weight: 700 !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.align-items-center {
    align-items: center !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.custom-button-transparent {
    font-style: italic;
    border: solid 1px black;
    border-radius: 16px;
    padding: 3px 10px 3px 10px;
}

.justify-content-space-around {
    justify-content: space-around !important;
}

.float-inline-end {
    float: inline-end !important;
}

.text-align-end {
    text-align: end !important;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: unset !important;
        margin-bottom: unset !important;
        overflow-y: unset !important;
        border: unset !important;
    }
}

@media (max-width: 768px) {
    .table-responsive {
        padding: unset !important;
    }
}