:root {
    --bs-primary: #19aca4;
    --bs-danger: #c90000;
    --bs-active-primary: #19aca4;
    --bs-light-primary: #e9f7f6;
    --bs-warning: #ffe600e1;
}

.aside-dark
    .menu
    .menu-item
    .menu-link
    .menu-icon
    .svg-icon
    svg
    [fill]:not(.permanent):not(g) {
    fill: var(--bs-light-primary);
}

.aside-dark
    .menu
    .menu-item.hover:not(.here)
    > .menu-link:not(.disabled):not(.active):not(.here),
.aside-dark
    .menu
    .menu-item:not(.here)
    .menu-link:hover:not(.disabled):not(.active):not(.here) {
    background-color: rgba(256, 256, 256, 0.1);
}

.btn.btn-primary {
    border-color: var(--bs-primary);
    background-color: var(--bs-primary);
}

.btn-check:active + .btn.btn-active-primary,
.btn-check:checked + .btn.btn-active-primary,
.btn.btn-active-primary.active,
.btn.btn-active-primary.show,
.btn.btn-active-primary:active:not(.btn-active),
.btn.btn-active-primary:focus:not(.btn-active),
.btn.btn-active-primary:hover:not(.btn-active),
.show > .btn.btn-active-primary {
    background-color: var(--bs-active-primary) !important;
}

.btn.btn-light-primary {
    color: var(--bs-primary);
    background-color: var(--bs-light-primary);
}

.btn.btn-light-primary .svg-icon svg [fill]:not(.permanent):not(g) {
    fill: var(--bs-primary);
}

.btn-check:active + .btn.btn-light-primary,
.btn-check:checked + .btn.btn-light-primary,
.btn.btn-light-primary.active,
.btn.btn-light-primary.show,
.btn.btn-light-primary:active:not(.btn-active),
.btn.btn-light-primary:focus:not(.btn-active),
.btn.btn-light-primary:hover:not(.btn-active),
.show > .btn.btn-light-primary {
    background-color: var(--bs-active-primary) !important;
}

.page-item.active .page-link {
    background-color: var(--bs-active-primary);
}

.aside-dark .menu .menu-item .menu-link .menu-title {
    color: #eaebf8;
}

.aside-dark
    .menu
    .menu-item.hover:not(.here)
    > .menu-link:not(.disabled):not(.active):not(.here),
.aside-dark
    .menu
    .menu-item:not(.here)
    .menu-link:hover:not(.disabled):not(.active):not(.here) {
    background-color: rgba(256, 256, 256, 0.1);
}

.aside-dark
    .menu
    .menu-item.hover:not(.here)
    > .menu-link:not(.disabled):not(.active):not(.here)
    .menu-icon
    .svg-icon
    svg
    [fill]:not(.permanent):not(g),
.aside-dark
    .menu
    .menu-item:not(.here)
    .menu-link:hover:not(.disabled):not(.active):not(.here)
    .menu-icon
    .svg-icon
    svg
    [fill]:not(.permanent):not(g) {
    fill: var(--bs-primary);
}

.menu-state-primary
    .menu-item.hover:not(.here)
    > .menu-link:not(.disabled):not(.active):not(.here),
.menu-state-primary
    .menu-item:not(.here)
    .menu-link:hover:not(.disabled):not(.active):not(.here) {
    color: var(--bs-primary);
}

.btn-check:active + .btn.btn-active-light-primary,
.btn-check:checked + .btn.btn-active-light-primary,
.btn.btn-active-light-primary.active,
.btn.btn-active-light-primary.show,
.btn.btn-active-light-primary:active:not(.btn-active),
.btn.btn-active-light-primary:focus:not(.btn-active),
.btn.btn-active-light-primary:hover:not(.btn-active),
.show > .btn.btn-active-light-primary {
    color: var(--bs-primary);
    border-color: var(--bs-active-primary);
    background-color: var(--bs-active-primary);
}

.btn-check:active + .btn.btn-active-color-primary i,
.btn-check:checked + .btn.btn-active-color-primary i,
.btn.btn-active-color-primary.active i,
.btn.btn-active-color-primary.show i,
.btn.btn-active-color-primary:active:not(.btn-active) i,
.btn.btn-active-color-primary:focus:not(.btn-active) i,
.btn.btn-active-color-primary:hover:not(.btn-active) i,
.show > .btn.btn-active-color-primary i {
    color: var(--bs-primary);
}

.btn-check:active
    + .btn.btn-active-color-primary
    .svg-icon
    svg
    [fill]:not(.permanent):not(g),
.btn-check:checked
    + .btn.btn-active-color-primary
    .svg-icon
    svg
    [fill]:not(.permanent):not(g),
.btn.btn-active-color-primary.active
    .svg-icon
    svg
    [fill]:not(.permanent):not(g),
.btn.btn-active-color-primary.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-primary:active:not(.btn-active)
    .svg-icon
    svg
    [fill]:not(.permanent):not(g),
.btn.btn-active-color-primary:focus:not(.btn-active)
    .svg-icon
    svg
    [fill]:not(.permanent):not(g),
.btn.btn-active-color-primary:hover:not(.btn-active)
    .svg-icon
    svg
    [fill]:not(.permanent):not(g),
.show
    > .btn.btn-active-color-primary
    .svg-icon
    svg
    [fill]:not(.permanent):not(g) {
    fill: var(--bs-primary);
}

.select2-container--bootstrap5
    .select2-dropdown
    .select2-results__option.select2-results__option--selected {
    background-color: #f5f8fa;
    color: #333;
    background-blend-mode: difference;
}

.select2-container--bootstrap5
    .select2-dropdown
    .select2-results__option:not(.select2-results__option--group):hover {
    background-color: #f5f8fa;
    color: #333;
}

.aside-dark .menu .menu-item .menu-link.active .menu-bullet .bullet {
    background-color: var(--bs-primary);
}

@media (min-width: 992px) {
    .header-fixed .header {
        height: 50px;
    }
}

.btn-check:active
    + .btn.btn-active-light-primary
    .svg-icon
    svg
    [fill]:not(.permanent):not(g),
.btn-check:checked
    + .btn.btn-active-light-primary
    .svg-icon
    svg
    [fill]:not(.permanent):not(g),
.btn.btn-active-light-primary.active
    .svg-icon
    svg
    [fill]:not(.permanent):not(g),
.btn.btn-active-light-primary.show .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-light-primary:active:not(.btn-active)
    .svg-icon
    svg
    [fill]:not(.permanent):not(g),
.btn.btn-active-light-primary:focus:not(.btn-active)
    .svg-icon
    svg
    [fill]:not(.permanent):not(g),
.btn.btn-active-light-primary:hover:not(.btn-active)
    .svg-icon
    svg
    [fill]:not(.permanent):not(g),
.show
    > .btn.btn-active-light-primary
    .svg-icon
    svg
    [fill]:not(.permanent):not(g) {
    fill: var(--bs-primary);
}

a {
    color: var(--bs-active-primary);
}

.btn-check:active + .btn.btn-primary,
.btn-check:checked + .btn.btn-primary,
.btn.btn-primary.active,
.btn.btn-primary.show,
.btn.btn-primary:active:not(.btn-active),
.btn.btn-primary:focus:not(.btn-active),
.btn.btn-primary:hover:not(.btn-active),
.show > .btn.btn-primary {
    /* background-color: #1DACA4 !important; */
    background-color: #1a9790 !important;
}

.btn-check:active + .btn.btn-active-light-primary,
.btn-check:checked + .btn.btn-active-light-primary,
.btn.btn-active-light-primary.active,
.btn.btn-active-light-primary.show,
.btn.btn-active-light-primary:active:not(.btn-active),
.btn.btn-active-light-primary:focus:not(.btn-active),
.btn.btn-active-light-primary:hover:not(.btn-active),
.show > .btn.btn-active-light-primary {
    background-color: rgb(240, 244, 244) !important;
}

.text-hover-primary:hover {
    color: var(--bs-active-primary) !important;
}

@media (min-width: 992px) {
    .header-fixed.toolbar-fixed .wrapper {
        padding-top: 50px;
    }
}

.aside-dark
    .menu
    .menu-item.hover:not(.here)
    > .menu-link:not(.disabled):not(.active):not(.here)
    .menu-bullet
    .bullet,
.aside-dark
    .menu
    .menu-item:not(.here)
    .menu-link:hover:not(.disabled):not(.active):not(.here)
    .menu-bullet
    .bullet {
    background-color: var(--bs-active-primary);
}

.table-hover > tbody > tr:hover > * {
    --bs-table-accent-bg: rgb(237, 240, 240);
}

a:hover {
    color: rgba(0, 0, 0, 0.7);
}

.table
    td
    .btn.btn-icon:not(.btn-shadow):not(.shadow):not(.shadow-sm):not(
        .shadow-lg
    ) {
    box-shadow: 1px 1px rgba(0, 0, 0, 0.1) !important;
}

.menu-state-bg-light-primary
    .menu-item.hover:not(.here)
    > .menu-link:not(.disabled):not(.active):not(.here),
.menu-state-bg-light-primary
    .menu-item:not(.here)
    .menu-link:hover:not(.disabled):not(.active):not(.here) {
    background-color: rgba(242, 244, 244, 0.5);
    color: rgba(0, 0, 0, 0.5);
}

.svg-icon.svg-icon-primary svg [fill]:not(.permanent):not(g) {
    fill: var(--bs-active-primary);
}

.text-active-primary.active {
    color: var(--bs-active-primary) !important;
}

.nav-line-tabs .nav-item .nav-link.active,
.nav-line-tabs .nav-item .nav-link:hover:not(.disabled),
.nav-line-tabs .nav-item.show .nav-link {
    border-color: var(--bs-active-primary);
}

.text-hover-primary:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    fill: var(--bs-active-primary);
}

.aside-dark .menu .menu-item .menu-link.active {
    background-color: rgba(256, 256, 256, 0.1);
}

.aside-dark
    .menu
    .menu-item
    .menu-link.active
    .menu-icon
    .svg-icon
    svg
    [fill]:not(.permanent):not(g) {
    fill: var(--bs-active-primary);
}

.aside-dark .menu .menu-item .menu-item .menu-link.active .menu-title {
    color: var(--bs-active-primary);
}

.aside-dark .menu .menu-item .menu-item .menu-link.active {
    background-color: transparent;
}

.select2-container--bootstrap5
    .form-select-solid
    .select2-search.select2-search--inline
    .select2-search__field::placeholder {
    font-weight: 600;
}

.form-control.form-control-solid {
    background-color: #f3f6f9;
    border-color: #f3f6f9 !important;
}

table.dataTable thead > tr > th.sorting::after,
table.dataTable thead > tr > th.sorting_asc::after,
table.dataTable thead > tr > th.sorting_desc::after,
table.dataTable thead > tr > th.sorting_asc_disabled::after,
table.dataTable thead > tr > th.sorting_desc_disabled::after,
table.dataTable thead > tr > td.sorting::after,
table.dataTable thead > tr > td.sorting_asc::after,
table.dataTable thead > tr > td.sorting_desc::after,
table.dataTable thead > tr > td.sorting_asc_disabled::after,
table.dataTable thead > tr > td.sorting_desc_disabled::after {
    content: "" !important;
    opacity: 1 !important;
    transform: translateY(-50%);
}

table.dataTable thead > tr > th.sorting::before,
table.dataTable thead > tr > th.sorting_asc::before,
table.dataTable thead > tr > th.sorting_desc::before,
table.dataTable thead > tr > th.sorting_asc_disabled::before,
table.dataTable thead > tr > th.sorting_desc_disabled::before,
table.dataTable thead > tr > td.sorting::before,
table.dataTable thead > tr > td.sorting_asc::before,
table.dataTable thead > tr > td.sorting_desc::before,
table.dataTable thead > tr > td.sorting_asc_disabled::before,
table.dataTable thead > tr > td.sorting_desc_disabled::before {
    content: "" !important;
    opacity: 1 !important;
    transform: translateY(-50%);
}

.hover-action {
    opacity: 0;
    transition: all ease-in-out 0.5s;
    float: right;
}

.hover-action .btn-icon {
    background-color: #fff;
}

.table
    td
    .hover-action
    .btn:hover.btn-icon:not(.btn-shadow):not(.shadow):not(.shadow-sm):not(
        .shadow-lg
    ) {
    box-shadow: 2px 2px rgba(0, 0, 0, 0.1) !important;
    background-color: #f9f9f9;
}

.js-data-table tr:hover td .hover-action {
    opacity: 1;
}

.form-check.form-check-solid .form-check-input:checked {
    background-color: var(--bs-active-primary);
}

/* .form-check.form-check-solid .form-check-input {
    background-color: #ccd2d2;
} */

.fv-plugins-message-container,
span.error,
.error.bcknderror {
    margin-top: 5px;
    font-size: 11px;
    animation: fade_in_show 0.5s ease-in-out;
}

.form-group {
    position: relative;
}

.form-group .fv-plugins-message-container,
span.error,
.error.bcknderror {
    position: absolute;
    bottom: -18px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90%;
    white-space: nowrap;
}

@keyframes fade_in_show {
    0% {
        opacity: 0;
        /* transform: scale(0) */
    }
    100% {
        opacity: 1;
        /* transform: scale(1) */
    }
}

.card-toolbar .menu-sub .menu-link[type="submit"],
.card-toolbar .menu-sub .menu-link {
    background-color: transparent;
    border: 0;
    width: 100%;
    color: #3f4254;
    padding: 0.65rem 1rem;
    text-align: left;
    font-size: 1rem;
    font-weight: 600;
}

.card-toolbar .menu-sub .menu-link[type="submit"]:hover,
.card-toolbar .menu-sub .menu-link:hover {
    background-color: rgba(245, 248, 250, 0.8);
    color: #000 !important;
}

.swal2-styled.swal2-confirm {
    background-color: var(--bs-primary);
    min-width: 100px;
}

.swal2-icon.swal2-success .swal2-success-ring {
    border-color: var(--bs-active-primary);
}

.swal2-icon.swal2-success [class^="swal2-success-line"] {
    background-color: var(--bs-active-primary);
}

.aside-dark
    .menu
    .menu-item
    .menu-item.hover:not(.here)
    > .menu-item
    .menu-item
    .menu-link:not(.disabled):not(.active):not(.here),
.aside-dark
    .menu
    .menu-item
    .menu-item:not(.here)
    .menu-link:hover:not(.disabled):not(.active):not(.here) {
    background-color: transparent;
}

.aside-dark
    .menu
    .menu-item
    .menu-item.hover:not(.here)
    > .menu-link:not(.disabled):not(.active):not(.here)
    .menu-title,
.aside-dark
    .menu
    .menu-item
    .menu-item:not(.here)
    .menu-link:hover:not(.disabled):not(.active):not(.here)
    .menu-title {
    color: var(--bs-active-primary);
}

.text-success {
    color: var(--bs-active-primary) !important;
}

.bg-light-success {
    background-color: var(--bs-light-primary) !important;
}

@media (max-width: 1399px) {
    .table.js-data-table thead th:last-child {
        width: 190px !important;
    }
}

.form-control-search {
    padding: 0.55rem 0.75rem;
}

.btn-check:active + .btn.btn-active-color-primary,
.btn-check:checked + .btn.btn-active-color-primary,
.btn.btn-active-color-primary.active,
.btn.btn-active-color-primary.show,
.btn.btn-active-color-primary:active:not(.btn-active),
.btn.btn-active-color-primary:focus:not(.btn-active),
.btn.btn-active-color-primary:hover:not(.btn-active),
.show > .btn.btn-active-color-primary {
    color: var(--bs-primary);
}

.btn.btn-light,
.form-select.form-select-solid,
.form-control.form-control-solid {
    background-color: #f0f2f4;
}

.form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.select2-container--bootstrap5
    .select2-selection--multiple
    .select2-selection__rendered
    li {
    margin-top: calc(0.65rem - (1.3rem + 2px - 0.6rem) / 2);
    margin-bottom: calc(0.65rem - (1.3rem + 2px - 0.6rem) / 2);
}

.auth-bg {
    position: relative;
}

.auth-bg::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../../../theme/assets/media/misc/auth-screen-bg.png");
    background-repeat: no-repeat;
    background-size: 130%;
    top: 0;
    right: 0;
    background-position: bottom;
    opacity: 0.1;
}

.show-more-content {
    display: none;
}

.img-size-cover {
    object-fit: cover;
}

select[data-control="select2"] {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.btn.btn-light-primary i {
    color: var(--bs-primary);
}

.text-primary {
    color: var(--bs-primary) !important;
}

.form-check-input:disabled {
    opacity: 0.3;
}

.z-index-101 {
    z-index: 101 !important;
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

.swal2-icon {
    margin: 1.5em auto 0.6em;
}

.bg-primary {
    background-color: var(--bs-primary) !important;
}

.border-primary {
    border-color: var(--bs-primary) !important;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-primary);
}

.timeline-item.active .symbol-label {
    background-color: var(--bs-primary) !important;
}

.timeline-item.active .symbol-label {
    background-color: var(--bs-primary) !important;
}

.timeline-item.active .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}

.timeline-item.active .timeline-line {
    border-color: var(--bs-primary);
}

.timeline-item.danger .timeline-line {
    border-color: var(--bs-danger);
}

.timeline-item.danger .symbol-label {
    background-color: var(--bs-danger) !important;
}

.timeline-item.warning .timeline-line {
    border-color: var(--bs-warning);
}

.timeline-item.warning .symbol-label {
    background-color: var(--bs-warning) !important;
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
    text-align: center !important;
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
    text-align: center !important;
}

table.dataTable td.dataTables_empty,
table.dataTable td.dt-center,
table.dataTable th.dt-center {
    text-align: center !important;
}

.bg-404 {
    background-color: var(--bs-primary);
}

.bg-404:after {
    background-image: url("../../../theme/assets/media/misc/auth-screen-bg.png");
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-position: right bottom;
    background-size: 110%;
    opacity: 0.2;
    z-index: -1;
    background-repeat: no-repeat;
}

.fs-8hx {
    font-size: 8rem;
}

.btn-outline-primary {
    color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.btn-outline-primary:hover {
    color: #000;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.form-check-sample.form-check.form-check-custom.form-check-sm
    .form-check-input {
    background-color: var(--bs-primary);
}

.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.sub-menu .menu-item .menu-link.active {
    color: var(--bs-primary);
    background-color: rgb(240, 244, 244) !important;
}

.sub-menu .menu-item .menu-link.active {
    font-weight: 500;
}

.sub-menu
    .menu-item.hover:not(.here)
    > .menu-link:not(.disabled):not(.active):not(.here),
.sub-menu
    .menu-item:not(.here)
    .menu-link:hover:not(.disabled):not(.active):not(.here) {
    color: var(--bs-primary);
}

.link_a {
    font-size: 13px !important;
}

.link_b {
    font-size: 11px !important;
}

.card-submenu {
    width: 300px;
}

.question-txt {
    font-size: 14px;
    font-weight: 500;
}

.noUi-pips-horizontal {
    padding: 0;
    height: 0;
    top: 100%;
    left: 0;
    width: 100%;
}

.noUi-target.noUi-horizontal {
    height: 6px;
}

.noUi-connects {
    border-radius: 3px;
    background-color: rgb(225, 238, 238);
}

.noUi-target .noUi-connect {
    background-color: var(--bs-primary);
}

.noUi-target.noUi-horizontal .noUi-handle {
    width: 24px;
    height: 24px;
    top: -9.5px;
}

.noUi-marker.noUi-marker-horizontal.noUi-marker-normal {
    display: none;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 0px;
}

.noUi-tooltip {
    box-shadow: 0 0 50px 0 rgb(82 63 105 / 15%);
    background: rgb(225, 238, 238);
    color: var(--bs-primary);
    font-size: 12px;
    font-weight: 200;
    border: 0;
    padding: 0.3rem 0.5rem;
    border-radius: 0.475rem;
}

/* .modal {
    position: fixed;
    top: 16%;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-header {
    border-bottom: none;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    border-top: none;
    border-bottom-right-radius: 0.475rem;
    border-bottom-left-radius: 0.475rem;
} */

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 450px;
        margin: 1.75rem auto;
    }
}

.circle_percent {
    font-size: 140px;
    width: 1em;
    height: 1em;
    position: relative;
    background: #eee;
    background-color: rgb(240, 244, 244);
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin: 20px;
    box-shadow: 0 4px 9px rgba(0, 0, 0, 0.199);
}

.circle_inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    clip: rect(0 1em 1em 0.5em);
}

.round_per {
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    background-color: var(--bs-primary);
    clip: rect(0 1em 1em 0.5em);
    transform: rotate(180deg);
    transition: 1.05s;
}

.percent_more .circle_inner {
    clip: rect(0 0.5em 1em 0em);
}

.percent_more:after {
    position: absolute;
    left: 0.5em;
    top: 0em;
    right: 0;
    bottom: 0;
    background-color: var(--bs-primary);
    content: "";
}

.circle_inbox {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: #fff;
    z-index: 3;
    border-radius: 50%;
    box-shadow: 0 4px 9px rgba(0, 0, 0, 0.199);
}

.percent_text {
    position: absolute;
    font-size: 28px;
    font-weight: 700;
    /* color: rgb(186, 206, 206); */
    color: var(--bs-primary);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.progress-details-wrap {
    padding: 0 18%;
    display: flex;
    justify-content: space-between;
}

.progress-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.progress-details span {
    font-size: 40px;
    color: rgb(106, 157, 157);
    font-weight: 700;
    /* text-shadow: 0 2px 3px #0000002a; */
}

.progress-details label {
    font-weight: 500;
}

textarea::placeholder {
    font-weight: 400;
}

.new_modal-content {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, 25%);
}

.table_image {
    width: 90px !important;
    height: 50px !important;
    object-fit: cover;
    object-position: top;
    border: 1px solid #f0f0f0;
}

.progress-scale {
    height: 18px;
    /* border: 1px solid #1DACA4; */
    position: relative;
    background-color: rgb(240, 244, 244) !important;
}

.progress-bar {
    font-size: 12px;
    font-weight: 600;
    overflow: visible;
}

.progress-scale .progress-bar span {
    position: absolute;
    left: 48%;
}

.timeline-item.active .symbol-label.bg-danger {
    background-color: #dc4c64 !important;
}

.timeline-item.warning .symbol-label.bg-warning {
    background-color: #e9af0f !important;
}

.daterangepicker
    .drp-calendar
    td.in-range.available:not(.active):not(.off):not(.today) {
    background-color: #f5f8fa !important;
    color: #181c32 !important;
}

.daterangepicker .drp-calendar td.today,
.daterangepicker .drp-calendar td.today.active {
    background-color: #f5f8fa !important;
    color: #181c32 !important;
}

.daterangepicker .drp-calendar td.available:hover,
.daterangepicker .drp-calendar th.available:hover {
    background-color: #f5f8fa !important;
    color: #181c32 !important;
}

.daterangepicker .drp-calendar td.active,
.daterangepicker .drp-calendar td.active:hover {
    background-color: #181c32 !important;
    color: white !important;
}

.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
    background-color: #181c32;
}

.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.today.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover {
    background-color: #f5f8fa;
    color: #181c32;
}

.form-select {
    background-position: right 0.8rem center;
}

.form-select-sm {
    padding-left: 0.99rem;
}

#dateFilter.form-control-sm {
    padding-left: 0.95rem;
}

.cs-checked {
    /* for customer satisfaction survey */
    color: green;
}

.specialist-comment {
    border: 1px solid #ebebeb;
    outline: none;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 4px;

    resize: vertical !important;
}

textarea:disabled {
    background-color: #f9f9f9 !important;
    border-color: #ebebeb;
    padding-left: 10px;
    border-radius: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#recommendation .ms-1.titles {
    font-weight: 500;
    color: #1daca4;
    line-height: 2;
}

#recommendation .ms-2.titles {
    font-size: 18px !important ;
    font-weight: 500 !important;
    line-height: 1.8;
}

#recommendation .ms-3.titles {
    font-size: 16px !important ;
    font-weight: bold !important;
    line-height: 1.8;
}
#recommendation .ms-5.titles {
    font-size: 16px !important ;
    font-weight: 500 !important;
    text-align: left;
    display: block;
    margin-top: 10px;
    line-height: 1.8;
}

#recommendation li.ms-7.ps-7,
#recommendation li.ms-5.ps-5 {
    padding-left: 1.45rem !important;
    list-style: none;
    position: relative;
    margin-left: 4.5rem !important;
    margin-bottom: 10px;
}
#recommendation li.ms-7.ps-7::before,
#recommendation li.ms-5.ps-5::before {
    content: ".";
    text-align: right;
    font-size: 40px;
    position: absolute;
    left: 0;
    top: -2px;
    line-height: 0;
}
#recommendation p.fs-6.ps-7.ms-7,
#recommendation p.fs-6.ps-5.ms-5 {
    color: var(--bs-primary);
    text-decoration: underline;
    text-shadow: #f7f7f7 1px 1px;
}
#recommendation i.bi.bi-arrow-right-square-fill {
    color: #1a9790;
    font-size: 16px;
}
#recommendation .ic-edit {
    position: absolute;
    right: 15px;
}
#recommendation .max-w-95 {
    max-width: 95%;
}
/* #counselling-table_wrapper .js-data-table{

    display: block;

    width: 100%;
    overflow: auto;
    cursor: pointer;

    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}

#counselling-table_wrapper .js-data-table::-webkit-scrollbar {
    display: none !important;
  }

  #counselling-table_wrapper > th:first-child,   #counselling-table_wrapper > td:first-child{
    min-width: 120px !important;
  }

  #counselling-table_wrapper >  th:nth-child(2), #counselling-table_wrapper > td:nth-child(2){
    min-width: 120px !important;
  }
  #counselling-table_wrapper  > th:nth-child(3), #counselling-table_wrapper > td:nth-child(3){
    min-width: 50px !important;
  }
  #counselling-table_wrapper  > th:nth-child(4), #counselling-table_wrapper > td:nth-child(4){
    min-width: 50px !important;
  }
  #counselling-table_wrapper >  th:nth-child(5), #counselling-table_wrapper > td:nth-child(5){
    min-width: 50px !important;
  }
  #counselling-table_wrapper >  th:nth-child(6), #counselling-table_wrapper > td:nth-child(6){
    min-width: 100px !important;
  }
  #counselling-table_wrapper  > th:nth-child(7), #counselling-table_wrapper > td:nth-child(7){
    min-width: 150px !important;
  }
  #counselling-table_wrapper >  th:nth-child(8), #counselling-table_wrapper > td:nth-child(8){
    min-width: 150px !important;
  }
  #counselling-table_wrapper  > th:nth-child(10), #counselling-table_wrapper > td:nth-child(10){
    min-width: 120px !important;
  }
  #counselling-table_wrapper  > th:nth-child(11), #counselling-table_wrapper > td:nth-child(11){
    min-width: 150px !important;
  }
  #counselling-table_wrapper  > th:nth-child(12), #counselling-table_wrapper > td:nth-child(12){
    min-width: 150px !important;
  }
  #counselling-table_wrapper  > th:nth-child(13),#counselling-table_wrapper >  td:nth-child(13){
    min-width: 100px !important;
  }

  #counselling-table_wrapper .btn-sm.counsellingCompleted{
    width: 110px;
  }
  #counselling-table_wrapper .bi-x-square-fill::before {
    content: "\f628";
    font-size: 16px;
}
#counselling-table_wrapper .bi-check-square-fill::before {
    content: "\f26c";
    font-size: 16px;
} */

.border-new {
    transition: 0.3s;
    border-radius: 4px;
    padding: 5px 10px;
    border: 1px solid transparent !important;
}
.border-new:hover {
    border: 1px solid #ebebeb !important;
}
.border-new:focus {
    /* border: 1px solid #929191 !important; */
    outline: none !important;
    color: #6f6f6f;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background-color: #fafafa;
    /* padding: 5px 20px; */
}

/* textarea::-webkit-scrollbar {
    display: none !important;
} */

.btn.btn-primary {
    color: #fff !important;
}
.btn-check:active + .btn.btn-light,
.btn-check:checked + .btn.btn-light,
.btn.btn-light.active,
.btn.btn-light.show,
.btn.btn-light:active:not(.btn-active),
.btn.btn-light:focus:not(.btn-active),
.btn.btn-light:hover:not(.btn-active),
.show > .btn.btn-light {
    background-color: #e0e7ee !important;
}
.dropdown.show > .form-select.form-select-solid,
.form-select.form-select-solid.active,
.form-select.form-select-solid.focus,
.form-select.form-select-solid:active,
.form-select.form-select-solid:focus {
    background-color: #e8ecf0;
}
.dropdown.show > .form-control.form-control-solid,
.form-control.form-control-solid.active,
.form-control.form-control-solid.focus,
.form-control.form-control-solid:active,
.form-control.form-control-solid:focus {
    background-color: #e8ecf0;
}

.daterangepicker td.off,
.daterangepicker td.off.end-date,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date {
    background-color: transparent !important;
    color: #b5b5c3 !important;
}

#main .form-check-label {
    cursor: default;
}
#main .form-check .form-check-input {
    margin-bottom: 0 !important;
}
.page-link:hover,
.page-link:focus {
    color: var(--bs-active-primary);
    background-color: rgb(240, 244, 244);
}
.page-item:hover .page-link .next,
.page-item:hover .page-link .previous {
    filter: hue-rotate(666deg);
}

.diet-plan {
    text-align: center;
    padding-top: 75px;
    padding-bottom: 75px;
}
