:root,
[data-bs-theme="light"] {
    --bs-bg-label-tint-amount: 84%;
    --bs-border-subtle-amount: 61%;
    --bs-base-color: #2f2b3d;
    --bs-base-color-rgb: 47, 43, 61;
    --bs-paper-bg: #fff;
    --bs-paper-bg-rgb: 255, 255, 255;
    --bs-min-contrast-ratio: 1.7;
    --bs-box-shadow: 0 0.1875rem 0.75rem 0 rgba(47, 43, 61, 0.14);
    --bs-box-shadow-xs: 0 0.0625rem 0.375rem 0 rgba(47, 43, 61, 0.1);
    --bs-box-shadow-sm: 0 0.125rem 0.5rem 0 rgba(47, 43, 61, 0.12);
    --bs-box-shadow-lg: 0 0.25rem 1.125rem 0 rgba(47, 43, 61, 0.16);
    --bs-box-shadow-xl: 0 0.3125rem 1.875rem 0 rgba(47, 43, 61, 0.18);
    --bs-floating-component-shadow: 0 0.31rem 1.25rem 0 #acaab1;
    --bs-custom-link-color: var(--bs-primary);
    --bs-navbar-bg: var(--bs-paper-bg);
    --bs-navbar-box-shadow: 0 0 10px var(--bs-border-color);
    --bs-navbar-border-width: 1px;
    --bs-navbar-border-color: var(--bs-paper-bg);
    --bs-menu-header-color: var(--bs-heading-color);
    --bs-nav-box-shadow: var(--bs-box-shadow);
    --bs-nav-border-color: var(--bs-paper-bg);
}
:root {
    --efghi-primary-color: #026296;
    --efghi-font: "Inter", sans-serif;
    --efghi-info-color: #40a4b5;
    --efghi-success-color: #36d386;
    --efghi-warning-color: #fde957;
    --efghi-danger-color: #ff2b27;
    --efghi-mute-color: #a6a5a5;
}

/* .navbar-header-fixed {
    border-bottom: 1px solid #f6f6f6;
} */

.dropdown-profile .dropdown-link {
    border: 1.5px solid var(--efghi-primary-color);
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.avatar > span {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #000;
}

.navbar-header .navbar-right .dropdown-topBar {
    border: 1.5px solid #eef0ef;
    border-radius: 5px;
    width: 35px;
    height: 30.7px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-hamburger .dropdown-link svg {
    width: 20px;
    height: 20px;
    stroke-width: 2.25px;
}

.navbar-header .navbar-right .dropdown-topBar:nth-of-type(1) {
    margin-left: 0;
}

.hamburger_menu {
    height: 22px;
}

.navbar-header .navbar-right .dropdown-topBar.active_menu {
    border: 1.5px solid var(--efghi-primary-color);
}
.navbar-header
    .navbar-right
    .dropdown-topBar.active_menu
    .hamburger_menu
    svg
    path {
    fill: #0085b0;
}

.search_bar {
    width: 275px;
}

.search_bar > input {
    height: 49px;
}

.search_bar > span {
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
}

.select-custom-group {
    gap: 12px;
}

.select-custom-input {
    background-image: none;
    border: 1px solid #e9edeb;
    padding: 8px 26px 11px 16px;
    border-radius: 5px;
    height: 53px;
    gap: 1px;
    flex: 0 1;
}

.select-custom-input select {
    appearance: none;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    font-family: var(--efghi-font);
    background: transparent;
    color: #000;
    cursor: pointer;
}
.select-custom-input select:focus-visible {
    outline: 0px;
}

.form-select .select-custom-arrow {
    background-color: #fff;
    background-image: url("../images/icons/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: right;
    /* background-size: 14px 10px; */
    padding-right: 20px;
    color: #000;
    font-weight: 500;
    font-size: 11px;
    line-height: 100%;
}

.btn-link-tab {
    width: 82px;
    flex: 0 0 82px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d5d7db;
    color: #000;
    font-weight: 400;
    font-size: 11px;
    line-height: 100%;
    margin-right: 14px;
}

.btn-link-tab:nth-last-of-type(1) {
    margin-right: 0px;
}

.btn-link-active {
    border-color: var(--efghi-primary-color);
}
.page-link-active {
    border: 1px solid #1494b5;
    background-color: var(--efghi-info-color);
    color: #fff;
}

/* project status */
.project-status-box {
    background-color: #f7f7f6;
    border: 1px solid #d2d2d2;
    padding: 5px 11px 4px 21px;
    border-radius: 5px;
}

.project-status-heading {
    color: #40a4b5;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    margin-bottom: 3px;
}

.progress-bar-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.progress-bar-box .progress-block {
    flex: 1 0;
}

.progress-bar-box progress {
    width: 100%;
    height: 12px;
    border: 0;
}

progress::-webkit-progress-bar {
    background-color: #fff;
}

progress::-webkit-progress-value {
    background-color: var(--efghi-success-color);
}

.progress-bar-box label {
    color: #000;
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
}

/*  */
.col-right {
    flex: 0 0 275px;
    width: 275px;
}

.card_custom {
    border: 1px solid #dcdcde;
    background-color: #f6f6f6;
    padding: 9px 15px 16px;
    border-radius: 5px;
    width: 100%;
}

.card_header_custom h4,
.card_header_custom h3 {
    color: #000;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    padding-bottom: 6px;
}

.card_header_custom h3 {
    font-size: 14px;
}

.card_header_custom h4::after,
.card_header_custom h3::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #0094bf;
    height: 2px;
    width: 21px;
}

.gantt_progress .card_header_custom h3 {
    color: #000;
    font-family: Bebas Neue;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 5%;
}

.card_header_custom h3::after {
    background: #000;
}
.card_content_custom.card_header_custom h3 {
    font-size: 16px;
    margin: 0;
    padding: 0;
}
.card_content_custom.card_header_custom h3::after {
    content: none;
}
.to-do__lists {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-block: 22px 10px;
}

.to-do__list {
    display: flex;
    align-items: center;
    border-bottom: 2px solid var(--efghi-danger-color);
    margin-bottom: 5px;
    padding-bottom: 3px;
    padding-inline: 4px;
}

.to-do__list p {
    color: #000;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
}

.to-do__list span {
    background-color: var(--efghi-danger-color);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    display: inline-block;
    margin-left: auto;
}

.toDo-type2 {
    border-bottom-color: var(--efghi-warning-color);
}

.toDo-type2 span {
    background-color: var(--efghi-warning-color);
}

.toDo-type3 {
    border-bottom-color: var(--efghi-mute-color);
}

.toDo-type3 span {
    background-color: var(--efghi-mute-color);
}

/*  */
.right-card-border::after {
    content: "";
    width: 2px;
    background: linear-gradient(0deg, #ffffff 0%, #3c9fac 49.5%, #ffffff 100%);
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.main-card-heading {
    color: #000;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
}

.blueprinting-flex {
    display: flex;
    flex-wrap: wrap;
    column-gap: 26px;
    padding-inline: 24px;
    margin-bottom: 52px;
}

.blueprinting-card {
    padding: 10px;
    border-left: 9px solid var(--efghi-info-color);
    box-shadow: 0px 2px 4px 2px #0000000f;
    border-radius: 5px;
    display: flex;
}

.blueprinting-media {
    background-color: var(--efghi-info-color);
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #c8e7ec;
}

.blueprinting-card2 {
    border-color: var(--efghi-success-color);
}

.blueprinting-card2 .blueprinting-media {
    background-color: var(--efghi-success-color);
    border-color: #cff1e0;
}

.blueprinting-card3 {
    border-color: var(--efghi-danger-color);
}

.blueprinting-card3 .blueprinting-media {
    background-color: var(--efghi-danger-color);
    border-color: #f3cecd;
}

.blueprinting-info {
    text-align: end;
    margin-left: auto;
}

.blueprinting-info p {
    color: #000;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
}

.blueprinting-info span {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.main-card .progress-bar-box {
    margin-bottom: 50px;
}

.main-card .progress-bar-box label {
    font-size: 12px;
}

/* progress */
:root {
    --progress-bar-width: 140px;
    --progress-bar-height: 140px;
}

.circular-progress {
    width: var(--progress-bar-width);
    height: var(--progress-bar-height);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-circle {
    position: absolute;
    width: calc(var(--progress-bar-width) - 16px);
    height: calc(var(--progress-bar-height) - 16px);
    border-radius: 50%;
    background-color: #fff;
}

.percentage {
    position: relative;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: var(--efghi-success-color);
    margin-bottom: 0;
}
.percentage-label-1 {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
}
.percentage-label-2 {
    color: var(--efghi-success-color);
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
}

.gantt_progress .circular-progress {
    width: 90px;
    height: 90px;
}

.gantt_progress .inner-circle {
    width: calc(90px - 16px);
    height: calc(90px - 16px);
}

.gantt_progress .percentage-label-1 {
    font-weight: 600;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 5%;
}
.swiper {
    /* width: 243px; */
    /* height: 100%;
	width: 100%; */
}
.swiper-live-site .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.swiper-live-site .swiper-pagination {
    bottom: 2px;
}
.swiper-live-site .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin-inline: 3px;
    background: #dcdcde;
    opacity: 1;
}
.swiper-live-site .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 6px;
    height: 6px;
    background: #a5a5a6;
}

/* progressbar */
.progress_bar {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
    border-top: 10px solid #fff;
    position: relative;
}
.progress_bar::before {
    content: "";
    background-color: var(--efghi-success-color);
    display: block;
    width: 10%;
    height: 10px;
    position: absolute;
    top: -10px;
}
.progress_bar li {
    flex: 2;
    position: relative;
    white-space: nowrap;
    overflow: visible;
    min-width: 0;
    text-align: center;
}
.progress_bar li:first-child,
.progress_bar li:last-child {
    flex: 1;
}
.progress_bar li:last-child {
    text-align: right;
}
.progress_bar li:before {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -17px;
    z-index: 3;
    border: 1px solid #8b8989;
    transition: all 0.2s ease-in-out;
}
.progress_bar li:first-child:before {
    left: 0;
    width: 2.5px;
    background-color: #8b8989;
    border: 0;
    height: 29px;
    border-radius: 0;
}
.progress_bar li:last-child:before {
    right: 0;
    left: auto;
}
.progress_bar span {
    transition: opacity 0.3s ease-in-out;
    color: #000;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    display: inline-block;
    margin-top: 8px;
}
.progress_bar li:first-child {
    text-align: start;
}
/* .progress_bar li:not(.is-active) span {
    opacity: 0;
} */
.progress_bar .is-complete:not(:first-child):after,
.progress_bar .is-active:not(:first-child):after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: -50%;
    z-index: 2;
    border-bottom: 2px solid var(--efghi-success-color);
}
.progress_bar li:last-child span {
    width: 200%;
    display: inline-block;
    position: absolute;
    left: -100%;
}

.progress_bar .is-complete:last-child:after,
.progress_bar .is-active:last-child:after {
    width: 200%;
    left: -100%;
}

.progress_bar .is-complete:before {
    background-color: var(--efghi-success-color);
}

.progress_bar .is-active:before,
.progress_bar li:hover:before,
.progress_bar .is-hovered:before {
    background-color: var(--efghi-success-color);
    border-color: var(--efghi-success-color);
}
.progress_bar li:hover:before,
.progress_bar .is-hovered:before {
    transition: height 0.2s ease-in-out, width 0.2s ease-in-out;
}

.progress_bar li:hover span,
.progress_bar li.is-hovered span {
    opacity: 1;
}

.progress_bar:hover li:not(:hover) span {
    opacity: 0;
}
.progress_bar_info {
    padding-inline: 10px;
    margin-block: 4px;
}
.progress_bar_info h6 {
    color: #000;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 5px;
}
.progress_bar_info p {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
}
/* tabs */
.nav-tabs.flex-column {
    border: 0 !important;
}
.nav-tabs.nav-tabs__custom .nav-item .nav-link {
    color: #cbcbcb;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    border: 0;
    background: #f6f6f6;
    justify-content: flex-start;
    padding: 12.5px 13.5px;
    height: 63px;
}
.nav-tabs.nav-tabs__custom .nav-item .nav-link.active {
    color: #fff;
    background: linear-gradient(90deg, #0399b2 0%, #fafafa 100%);
}
.nav-tabs.nav-tabs__custom .nav-item .nav-link.active > span svg,
.nav-tabs.nav-tabs__custom .nav-item .nav-link.active > span svg path {
    fill: #fff;
}
.nav-tabs.nav-tabs__custom .nav-item .nav-link.active > span .tab-active-icon {
    display: block;
}
.nav-tabs.nav-tabs__custom .nav-item .nav-link > span .tab-active-icon,
.nav-tabs.nav-tabs__custom .nav-item .nav-link.active > span .tab-icon {
    display: none;
}
.nav-tabs.nav-tabs__custom .nav-item .nav-link > span {
    margin-right: 13.5px;
}
.nav-tabs.nav-tabs__custom.flex-column .nav-item + .nav-item {
    margin-top: 10px;
}
.nav-tabs-content__custom {
    padding-inline: 34px;
}
.file_pdf_block {
    background: #f0f4f9;
    padding: 10px 9px;
    border: 1px solid #eef1ef;
    border-radius: 5px;
}
.file_pdf_block:hover {
    background: linear-gradient(180deg, #0499b2 0%, #fcfcfc 100%);
}
.file_pdf_block iframe,
.file_pdf_block img.img_pdf_grid {
    height: 150px;
}
.file_pdf h6 {
    color: #000;
    font-weight: 500;
    font-size: 10.7px;
    line-height: 15px;
}
.file_pdf h6 > span {
    background-color: #0093b4;
    width: 17px;
    height: 17px;
    border-radius: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}
iframe::-webkit-scrollbar {
    display: none;
}
.tab_row .row {
    margin-inline: -6px;
}
.tab_row .row > * {
    padding-inline: 6px;
}
/*  */
.tab-heading__block h6 {
    color: #000;
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    padding-bottom: 13px;
    border-bottom: 1px solid #0098b0;
    position: relative;
}
.tab-heading__block h6::before {
    content: "";
    background: #0098b0;
    width: 86px;
    height: 13px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.tab-heading__block h6::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    border-bottom: solid 7.5px transparent;
    border-left: solid 7.5px transparent;
    border-right: solid 7.5px #fff;
    border-top: solid 7px #fff;
    left: 72px;
}
/*  */
.gantt_pro_pic {
    border-radius: 50%;
    overflow: hidden;
}

/* Operation::page */
.operation-head h4 {
    margin-bottom: 20px;
    color: #000;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
}
.operation_card {
    padding: 11px;
    background-color: #fff;
    box-shadow: 0px 2px 4px 2px #0000000f;
    border-radius: 5px;
    border-left: 9px solid #fac710;
}
.operation_media {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 4px solid #fef4cf;
}
.operation_media > span {
    background-color: #fac710;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.operation_content {
    margin-left: 10px;
}
.operation_content > p {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
}
.operation_cards .operation_content > p {
    font-size: 24px;
}
.operation_cards .operation_content > span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}
#OTab1_2_data .operation_card,
#OTab2_2_data .operation_card {
    border-left-color: #40a4b5;
}
#OTab1_2_data .operation_media,
#OTab2_2_data .operation_media {
    border-color: #c8e7ec;
}
#OTab1_2_data .operation_media > span,
#OTab2_2_data .operation_media > span {
    background-color: #40a4b5;
}
#OTab1_3_data .operation_card,
#OTab2_3_data .operation_card {
    border-left-color: #36d386;
}
#OTab1_3_data .operation_media,
#OTab2_3_data .operation_media {
    border-color: #cff1e0;
}
#OTab1_3_data .operation_media > span,
#OTab2_3_data .operation_media > span {
    background-color: #36d386;
}
#OTab1_4_data .operation_card,
#OTab2_4_data .operation_card {
    border-left-color: #f34e4b;
}
#OTab1_4_data .operation_media,
#OTab2_4_data .operation_media {
    border-color: #f3cecd;
}
#OTab1_4_data .operation_media > span,
#OTab2_4_data .operation_media > span {
    background-color: #f34e4b;
}

/*  */
.project-incharge {
    display: flex;
    border: 1px solid #d8dadd;
    border-radius: 5.5px;
    padding: 4.7px 5.4px;
}
.project-media {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #3ed48d;
}
.project-incharge__info {
    margin-left: 9px;
    color: #000;
}
.project-incharge__info > p {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}
.project-incharge__info > span {
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
}

/* DataTable */
table.dataTable.dataTableSnoc_table,
table.dataTableSnoc_table {
    border-color: #e6e6e8;
    border-width: 1px;
    border-style: solid;
    font-family: "Poppins";
}
table.dataTableSnoc_table.table.dataTable > :not(caption) > * > *,
table.dataTableSnoc_table.table > :not(caption) > * > * {
    background-color: transparent;
    border-bottom-width: var(--bs-border-width);
    vertical-align: middle;
}
table.dataTable.dataTableSnoc_table.table th,
table.dataTableSnoc_table.table th {
    font-family: "Poppins";
    color: #444050;
    font-size: 0.9375rem;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    padding: 0.925rem 1.25rem;
    background-color: #f6f6f6;
}
.dataTableSnoc_table.table td {
    padding-inline: 1.25rem;
    font-size: 0.89rem;
    color: #424245;
}
.dataTableSnoc_table .dropdown-item {
    font-family: "Poppins";
}
.dataTableSnoc_table .hide-arrow::after {
    content: none;
}
.dataTableSnoc_table .btn:first-child:active,
.dataTableSnoc_table .btn {
    border: 0;
}
.dataTableSnoc_tableWrapper div.dataTables_wrapper div.dataTables_info {
    color: #acaab1;
    font-weight: 500;
    font-size: 0.9375rem;
    font-family: "Poppins";
}
div.dataTables_wrapper div.dataTables_length label,
.dataTables_wrapper .dataTables_filter label {
    color: #6d6b77;
    font-size: 0.9375rem;
    font-family: "Poppins";
}
.dataTableSnoc_tableWrapper
    .dataTables_wrapper
    .dataTables_paginate
    .paginate_button.disabled,
.dataTableSnoc_tableWrapper
    .dataTables_wrapper
    .dataTables_paginate
    .paginate_button {
    background-color: transparent;
    padding: 0 1px;
    border-radius: 4px;
}
.dataTableSnoc_tableWrapper .page-item.disabled .page-link {
    color: #97a3b9;
    border-color: rgba(0, 0, 0, 0);
    background-color: #eeeeef;
}
.dataTableSnoc_tableWrapper .page-item .page-link {
    border-radius: 0.375rem;
    line-height: 1.375;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-block-size: calc(2.2508625rem + calc(1px * 2));
    min-inline-size: calc(2.2505625rem + calc(1px * 2));
    font-family: "Poppins";
    color: #444050;
}
.dataTableSnoc_tableWrapper .page-item.active .page-link {
    box-shadow: 0 0.125rem 0.25rem 0 rgba(161, 161, 161, 0.4);
    color: #fff;
}

/* Form */
.form_style__custom .input-group-text {
    background-color: rgba(0, 0, 0, 0);
    color: #444050;
}
.form_style__custom label,
.form_style__custom input {
    font-family: "Poppins";
}
.btn-label-secondary__custom {
    border-radius: 4px;
    font-weight: 500;
    background-color: color-mix(in sRGB, #fff 84%, #808390);
    border-color: color-mix(in sRGB, #fff 84%, #808390);
    color: #808390;
    font-family: "Poppins";
}
.btn-label-secondary__custom:hover,
.btn-label-secondary__custom:focus {
    background-color: color-mix(in sRGB, #fff 76%, #808390);
    border-color: color-mix(in sRGB, #fff 76%, #808390);
    color: #808390;
}
.btn-primary__custom {
    background-color: #53b8ca;
    border-color: #53b8ca;
    color: #fff;
    border-radius: 4px;
    font-weight: 500;
    box-shadow: 0 0.125rem 0.375rem rgba(103, 190, 240, 0.3);
    font-family: "Poppins";
}
.btn-primary__custom:hover,
.btn-primary__custom:focus {
    background-color: #3fa0b1;
    border-color: #3fa0b1;
    color: #fff;
}
/* Task */
.card-custom {
    box-shadow: 0 0.25rem 1.125rem 0 rgba(47, 43, 61, 0.16);
}
.task_details__wrapper {
    font-family: "Poppins";
}
.task_details__wrapper .info-container li span {
    color: #6d6b77;
    font-size: 13px;
    line-height: 1.375rem;
    font-weight: 400;
}
.task_details__wrapper .info-container li .h6 {
    font-size: 13px;
    text-transform: capitalize;
    line-height: 1.375rem;
    font-weight: 500;
    color: #444050;
}
.badge {
    padding: 0.4235em 0.77em;
    font-family: "Poppins";
    letter-spacing: 0.04em;
    box-shadow: 0 0.25rem 1.125rem 0 rgba(47, 43, 61, 0.16);
}
.bg-label-primary {
    background-color: #1494b5;
    color: #fff;
}
.table_tasks.table thead th {
    letter-spacing: 0.2px;
    padding: 0.682rem 1.25rem;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
    color: #444050;
    font-family: "Poppins";
}
.table_tasks.table tbody td {
    padding: 0.682rem 1.25rem;
    color: #6d6b77;
    font-size: 12px;
    line-height: 1.375;
    font-weight: 400;
}
.table_responsive_tasks.table-responsive {
    overflow: auto;
    height: 237px;
}
.timeline-scroll {
    max-height: 150px;
    overflow-y: auto;
}
.table_responsive_tasks::-webkit-scrollbar,
.timeline-scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.table_responsive_tasks::-webkit-scrollbar-track,
.timeline-scroll::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 8px;
}

.table_responsive_tasks::-webkit-scrollbar-thumb,
.timeline-scroll::-webkit-scrollbar-thumb {
    background-color: #c4cad0;
    border-radius: 8px;
    border: 1px solid #eee;
}
.timeline-scroll.timeline {
    position: relative;
    padding: 0;
    block-size: 100%;
    inline-size: 100%;
    list-style: none;
    padding-inline: 0.5rem;
}
.timeline-scroll.timeline .timeline-item {
    position: relative;
    border: 0;
    border-inline-start: 1px solid #e6e6e8;
    padding-inline-start: 1.4rem;
}
.timeline-scroll.timeline .timeline-item .timeline-point {
    position: absolute;
    z-index: 2;
    display: block;
    background-color: #36d386;
    block-size: 0.75rem;
    box-shadow: 0 0 0 10px #fff;
    inline-size: 0.75rem;
    inset-block-start: 0;
    inset-inline-start: -0.38rem;
    outline: 3px solid #cefbe5;
    border-radius: 50%;
}
.timeline-scroll.timeline .timeline-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.timeline-scroll.timeline
    .timeline-item.timeline-item-transparent
    .timeline-event {
    position: relative;
    border-radius: 0.375rem;
    background-color: #fff;
    inline-size: 100%;
    min-block-size: 3rem;
    padding-block: 0.5rem 0.3375rem;
    padding-inline: 0rem;
    background-color: rgba(0, 0, 0, 0);
    inset-block-start: -0.5rem;
    padding-inline: 0;
}
.timeline-scroll.timeline .timeline-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.timeline-scroll.timeline .timeline-header > *:first-child {
    margin-inline-end: 0.5rem;
}
.timeline-scroll .timeline-header h6 {
    font-size: 14px;
    color: #444050;
    font-weight: 500;
}
.timeline-scroll .text-body-secondary {
    color: #acaab1;
    font-size: 11px;
}
.timeline-scroll.timeline .timeline-event > p {
    color: #6d6b77;
}
.audio-player {
    padding: 0;
    margin-block: 1rem 0.5rem;
}
.custom-audio-player {
    display: flex;
    align-items: center;    
    gap: 10px;
    padding: 12px 6px 4px;
    width: 80%;
}

.custom-audio-player .play-btn {
    background: none;
    border: 2px solid #40a4b5;
    color: #40a4b5;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 12px;
}

.custom-audio-player input[type="range"] {
    accent-color: #40a4b5;
    height: 4px;
    cursor: pointer;
}

.custom-audio-player .progress {
    flex: 1;
}

.custom-audio-player .volume {
    width: 80px;
}
.custom-audio-player .current-time,
.custom-audio-player .duration {
    font-size: 11px;
}
.audio-player audio {
    /* width: 100%; Optional: full width if you want */
}

@media only screen and (max-width: 991px) {
    .col-right,
    .col-left {
        flex: 0 0 auto;
        width: 100%;
    }

    .col-right .card_custom {
        flex: 1 0 0%;
    }

    .col-right .card_custom:nth-last-of-type(1) {
        flex: 0 0 auto;
        width: 100%;
    }
    .col-right_xs {
        flex: 0 0 150px;
        width: 150px;
    }
    .nav-tabs-content__custom {
        padding-inline: 16px 0px;
    }
    /* .col-right_xs {
        width: 120px;
        flex: 0 0 120px;
    }

    .col-right_xs {
        width: 120px;
        flex: 0 0 120px;
    } */
    .nav-tabs.nav-tabs__custom .nav-item .nav-link {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: auto;
        gap: 6px;
    }
    .nav-tabs.nav-tabs__custom .nav-item .nav-link > span {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .col_custom {
        flex: 0 0 auto;
        width: 100%;
    }

    .btn-link-tab {
        flex: 1 0 0%;
    }
}

@media only screen and (max-width: 567px) {
    .select-custom-input {
        flex: 0 0 auto;
        width: 100%;
    }
    .navbar-header
        .navbar-right
        .dropdown-notification
        .dropdown-menu.dropdown-menu-end__custom {
        margin-right: -115px;
        width: 280px;
    }
    .navbar-header
        .navbar-right
        .dropdown-notification
        .dropdown-menu-end__custom.dropdown-menu::before {
        content: none;
    }
}

@media only screen and (max-width: 440px) {
    .navbar-header {
        flex-direction: column;
        height: auto;
    }
    .navbar-header .navbar-right {
        margin-inline: 0;
        border-block: 1px solid #eaeaea;
        justify-content: center;
        padding-block: 8px;
        /* color: #a5a5a6; */
    }
}
