@media (min-width: 992px) {
    .header-fixed.toolbar-fixed .wrapper {
        padding-top: 50px;
    }
}

.min-w-120px {
    min-width: 120px !important;
}

:root {
    --bs-primary: #3c3c3c;
    --bs-light-primary: #F0F0F0;
    --bs-active-primary: #000;
}

.btn.btn-primary {
    border-color: var(--bs-primary);
    background-color: var(--bs-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: var(--bs-active-primary) !important;
}

.text-hover-primary:hover {
    color: var(--bs-active-primary) !important;
}

.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-active-primary) !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 {
    color: var(--bs-active-primary) !important;
    background-color: var(--bs-light-primary) !important;
}

.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-active-primary) !important;
}

.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: #fff;
}

.table-custom.table tr {
    border: 1px solid #e4e6ef !important;
}

.table th {
    vertical-align: top !important;
}

.table-custom.table tbody tr:last-child td,
.table-custom.table tbody tr:last-child th,
.table-custom.table tfoot tr:last-child td,
.table-custom.table tfoot tr:last-child th {
    border-bottom: 1px solid #e4e6ef!important;
}

.select2-container--bootstrap5 .select2-selection--single .select2-selection__rendered {
    color: var(--bs-primary);
}

.v-menu li a.menu-link {
    color: var(--bs-primary);
}

.menu-state-title-primary .menu-item .menu-link.active .menu-title {
    color: #000;
}

.menu-state-icon-primary .menu-item .menu-link.active .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    fill: #000;
}

.menu-state-title-primary .menu-item.hover:not(.here)>.menu-link:not(.disabled):not(.active):not(.here) .menu-title,
.menu-state-title-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
    color: #000;
}

.menu-state-icon-primary .menu-item.hover:not(.here)>.menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),
.menu-state-icon-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    fill: #a1a5b7;
}

.text-primary {
    color: var(--bs-primary) !important;
}

.svg-icon.svg-icon-primary svg [fill]:not(.permanent):not(g) {
    fill: var(--bs-primary);
}

.menu-state-bg .menu-item .menu-link.active {
    background-color: #eee;
}

.aside-dark .menu .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    fill: #9899ac;
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected {
    background-color: #f5f8fa;
    color: var(--bs-primary);
    background-blend-mode: difference;
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option:not(.select2-results__option--group):hover {
    background-color: #f5f8fa;
    color: var(--bs-primary);
}

.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-search.select2-search--inline .select2-search__field {
    font-weight: 500;
    color: #a1a5b7;
    font-family: Poppins, Helvetica, sans-serif;
}

.table.dataTable {
    border-collapse: collapse !important;
}

.dataTables_wrapper .dt-buttons {
    margin-bottom: 10px;
    float: right;
}

div.dataTables_wrapper div.dataTables_filter {
    float: left;
}

div.dt-button-collection {
    min-width: 100%;
}

.page-item.active .page-link {
    background-color: var(--bs-primary);
}

.dt-button-collection .dropdown-item {
    padding: 7px 22px;
}


/* .table-responsive{
    width: 75% !important;
} */

.table.dataTable>tbody>tr.child ul.dtr-details {
    width: 100%;
}

.table.dataTable>tbody>tr.child span.dtr-title,
.table.dataTable>tbody>tr.child span.dtr-data {
    display: inline-flex;
    min-width: 145px;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--bs-primary);
}

.dt-buttons .btn {
    font-size: 13px;
    padding: 8px 12px !important;
}

.dt-buttons .btn.btn-secondary {
    background-color: #f5f8fa;
}

.badge-light-primary {
    color: var(--bs-primary);
    background-color: #f2f1f1;
}

div.dataTables_wrapper div.dataTables_filter input,
div.dataTables_wrapper .dt-buttons label input {
    padding-left: 50px;
    margin-left: 0;
}

div.dataTables_wrapper div.dataTables_filter label,
div.dataTables_wrapper .dt-buttons label {
    position: relative;
    margin-right: 1rem;
}

div.dataTables_wrapper div.dataTables_filter label::before,
div.dataTables_wrapper .dt-buttons label::before {
    background-image: url('../../assets/media/icons/duotune/general/gen021.svg');
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    opacity: .3;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
}

#flexCheckDefault:checked+.hide-it {
    display: none;
}

.form-check-input[type=checkbox] {
    border-radius: 0.25em;
}

.mt-md-5x {
    margin-top: 3.25rem !important;
}

@media (max-width: 767.98px) {
    .mt-md-5x {
        margin-top: 0 !important;
    }
}


/* Chrome, Safari, Edge, Opera */

.card-body input::-webkit-outer-spin-button,
.card-body input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

.card-body input[type=number] {
    -moz-appearance: textfield;
}

.b-pad {
    margin-left: 2.25rem !important;
}

.radio-pad {
    margin-left: 30px !important;
}

.bg_eee {
    background: #EEEEEE !important;
}

.border-rad5 {
    border-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    /* box-shadow: 0 -4px 12px #f1f1f1; */
}

.bg-fff {
    background: #fff !important
}

@media (min-width: 768px) {
    .mr-md-5 {
        margin-right: 30px !important;
    }
}

.accordion-item {
    border: none !important;
}

.accordion-button {
    background: none !important;
    box-shadow: none !important;
}

.pad-x-25 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option {
    padding: 0.75rem 15px;
}

.select2-container--bootstrap5 .select2-dropdown .select2-search {
    padding: 0.5rem 15px;
}

.form-check-input {
    border: 1px solid rgb(207, 207, 207) !important;
    margin-right: 5px !important;
}

.accordion-body {
    padding: 15px !important;
    border: 1px solid #f1f1f1 !important;
    background: #f8f9fa !important;
}

.btn-shadow {
    box-shadow: 0 4px 9px rgba(0, 0, 0, 0.199);
    outline: none !important;
    border: none !important;
}

.image-input .image-input-wrapper {
    width: 120px;
    height: 120px;
    /* border-radius: 0.475rem; */
    border-radius: 20%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(235, 235, 235);
    /* background-image: url('../../../public/assets/media/svg/avatars/blank.svg'); */
}

.btn-check:active+.btn.btn-active-light-primary i,
.btn-check:checked+.btn.btn-active-light-primary i,
.btn.btn-active-light-primary.active i,
.btn.btn-active-light-primary.show i,
.btn.btn-active-light-primary:active:not(.btn-active) i,
.btn.btn-active-light-primary:focus:not(.btn-active) i,
.btn.btn-active-light-primary:hover:not(.btn-active) i,
.show>.btn.btn-active-light-primary i {
    color: var(--bs-primary);
}

.p-list {
    list-style: none;
    padding: 0;
    /* margin-left: 15px; */
    width: 150px;
}

.p-list li {
    min-width: 50%;
    float: left;
    line-height: 1.8;
}

.p-list li:nth-child(2n+1) {
    /* list-style: circle; */
    min-width: 35% !important;
}

.p-list-large {
    width: 240px;
}

.p-list-large li:nth-child(2n+1) {
    min-width: 50% !important;
}

@media (min-width: 992px) {
    .header-fixed .header {
        height: 50px;
    }
    .header-fixed.toolbar-fixed .header {
        box-shadow: 0 10px 30px 0 rgba(82, 63, 105, .05);
    }
}

.form-check.form-check-solid .form-check-input:checked {
    background-color: #18aea6;
    border: none !important;
}

.form-check.form-check-solid .form-check-input {
    background-color: #e3e6e9;
}

.form-check.form-check-dark .form-check-input:checked {
    background-color: var(--bs-primary);
}

.hover-icon {
    display: inline !important;
}

.right-0 {
    position: absolute;
    right: 0;
}

.table tr:hover .hover-icon {
    display: inline-block;
}

.img-in-shadow {
    box-shadow: 0 9px 20px rgba(3, 3, 3, 0.062);
    border-radius: 20%;
    border: 1px solid #e2f0ff;
}

.v-center {
    display: flex !important;
    align-items: center !important;
}

.readonly-input {
    background: #f7f7f7 !important;
}

.flatpickr-input[read-only] {
    background: #ffffff;
}

.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);
}

.table-hover>tbody>tr:hover>* {
    --bs-table-accent-bg: #f8fafc;
}

.table tr:hover .btn-icon {
    background-color: #FFF !important;
}

.table-border-1 {
    border: 1px solid #e4e6ef;
    border-radius: 0.475rem;
}

.aside-search-style {
    background-color: rgba(256, 256, 256, 0.1) !important;
    border: none !important;
    color: #fff !important;
}

.bg-light-d {
    background-color: #eef1f5;
}

@media (min-width: 1200px) {
    .p-l-xl-0 {
        padding-left: 0 !important;
    }
    .p-r-xl-25 {
        padding-right: 25px !important;
    }
    .p-l-xl-25 {
        padding-left: 25px !important;
    }
}

.show-more-content {
    display: none;
    padding-top: 10px;
}

.show-more {
    display: inline-block;
    margin-top: 8px;
    font-size: 12px;
    color: rgb(11, 178, 255) !important;
    font-weight: 600;
}

.timeline-info {
    position: relative;
    background: #f3f1f1;
    padding: 24px 20px 18px;
    margin-bottom: 12px;
    border: 1px solid #f3f1f1;
    border-radius: 8px;
    margin-left: 54px;
}

.btn-shadow {
    box-shadow: 0 1px 2px #00000017 !important;
}

.select2-container .select2-selection--multiple {
    min-height: 43px;
    display: flex;
    align-items: center;
}

.positioned-fix {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

/* .buttons-colvis span {
    margin-right: 10px;
} */


/* .buttons-columnVisibility.active {
    background: red !important;
} */

.accordion-button[aria-expanded="false"]::after {
    flex-shrink: 0;
    width: 1.15rem;
    height: 1.15rem;
    margin-left: auto;
    content: "+";
    background-image: none;
    background-repeat: no-repeat;
    background-size: 1.15rem;
    color: rgba(0, 0, 0, 0.5);
    font-size: 22px;
    font-weight: 200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    padding-top: 3px !important;
    transition: none;
    /* background-image: url('../../assets/media/icons/duotune/general/plus-circle.svg'); */
}

.accordion-button[aria-expanded="true"]::after {
    flex-shrink: 0;
    width: 1.15rem;
    height: 1.15rem;
    margin-left: auto;
    content: "-";
    transform: none;
    background-image: none;
    color: rgba(0, 0, 0, 0.5);
    font-size: 24px;
    font-weight: 200;
    transition: none;
    padding-top: 3px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    /* background-image: url('../../assets/media/icons/duotune/general/dash-circle.svg'); */
}

.dt-button-collection {
    background-color: #f5f8fa;
    color: var(--bs-primary);
    background-blend-mode: difference;
}

.dt-button-collection .dt-button:hover {
    /* content: "";
    position: absolute;
    right: 0; */
    /* background-image: url("data:image/svg+xml,%3csvg xmlns='http: //www.w3.org/2000/svg' viewBox='0 0 14 11'%3e%3cpath fill='%23FFFFFF' d='M4.89557 6.49823L2.79487 4.26513C2.26967 3.70683 1.38251 3.70683 0.857309 4.26513C0.375593 4.77721 0.375593 5.57574 0.857309 6.08781L4.74989 10.2257C5.14476 10.6455 5.81176 10.6455 6.20663 10.2257L13.1427 2.85252C13.6244 2.34044 13.6244 1.54191 13.1427 1.02984C12.6175 0.471537 11.7303 0.471536 11.2051 1.02984L6.06096 6.49823C5.74506 6.83403 5.21146 6.83403 4.89557 6.49823Z'/%3e%3c/svg%3e"); */
    background-color: #f8f9fa;
    transition: color .2s ease, background-color .2s ease;
}

.dt-button-collection .dt-button.active {
    background-position: center left 0.8rem;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url('../../assets/media/icons/duotune/general/check-lg.svg');
    background-size: 1rem;
    background-color: #f8f9fa;
    color: #000;
}

.dt-button-collection .dropdown-menu .buttons-columnVisibility span {
    margin-left: 15px;
}


/* .image-input [data-kt-image-input-action=change] {
    cursor: pointer;
    position: absolute;
    right: -10px !important;
    bottom: -10px !important;
}

.image-input [data-kt-image-input-action=cancel],
.image-input [data-kt-image-input-action=remove] {
    position: absolute;
    right: -10px !important;
    top: -5px !important;
} */

.image-input [data-kt-image-input-action=change] {
    cursor: pointer;
    position: absolute;
    right: -10px;
    bottom: -5px;
    top: inherit;
}

.image-input [data-kt-image-input-action=cancel],
.image-input [data-kt-image-input-action=remove] {
    position: absolute;
    right: -10px;
    top: -10px;
    padding-top: 2px !important;
    padding-right: 1px !important;
}

.card-toolbar .form-control-solid {
    background-color: #f3f6f9 !important;
}

.dt-buttons .btn.btn-secondary {
    background-color: #f3f6f9 !important;
}

.btn-secondary-hv {
    color: #3C3C3C !important;
    border: 1px solid #3C3C3C !important;
    background-color: #fff !important;
}

.filter-icon i {
    color: #3C3C3C;
}

.btn-secondary-hv:hover {
    color: #fff !important;
    background-color: #3C3C3C !important;
}

.btn-secondary-hv:hover .filter-icon i {
    color: #fff !important;
}

.three-dots-bg {
    background: #eef1f5 !important;
    width: 44px !important;
    height: 44px !important;
}

.aside-menu .aside-dark .menu .menu-item .menu-item .menu-link.active {
    /* transition: color .2s ease, background-color .2s ease; */
    background-color: transparent !important;
    color: var(--bs-primary);
}

/* .aside-menu .menu-state-title-primary .menu-item .menu-link.active .menu-title {
    color: #009ef7 !important;
    font-weight: 700 !important;
} */


/* .disable-content {
    opacity: 0.5;
} */

.card .card-menu-body {
    padding: 2rem 1.25rem !important;
}

.reset-btn {
    color: #3C3C3C !important;
    border: 1px solid #3C3C3C !important;
    background-color: #fff !important;
}

.reset-btn:hover {
    color: #fff !important;
    background-color: #3C3C3C !important;
}

.svg-icon {
    color: rgba(104, 104, 104, 0.705) !important;
    color: rgb(138, 138, 138) !important;
    /* color: #000 !important; */
    /* opacity: 0.5 !important; */
}

.min-h-220px {
    min-height: 220px !important;
}

.min-h-280px {
    min-height: 280px !important;
}

.refund-btn {
    height: 37px !important;
}

.nav-line-tabs .nav-item .nav-link {
    /* color: #181c32 !important; */
    color: #a1a5b7 !important;
    font-weight: 500;
}

.nav-line-tabs .nav-item .nav-link.active,
.nav-link {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #009ef7;
    color: #009ef7 !important;
    transition: color .2s ease, background-color .2s ease;
}

.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link.active,
.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link:hover:not(.disabled),
.nav-line-tabs.nav-line-tabs-2x .nav-item.show .nav-link {
    border-bottom-width: 3px;
}

.accordion-body p {
    margin-bottom: 0px !important;
}

.user-avatar-bg {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(235, 235, 235);
    background-image: url('../../../public/assets/media/svg/avatars/blank.svg');
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.082);
}

.min-h-40px {
    min-height: 40px !important;
}


/* Login screen CSS */

.login-body {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    /* background-image: url('../../assets/media/bg/bg10.jpeg'); */
    /* background-image: url('../../assets/media/bg/network-design-services.webp'); */
    width: 100%;
    height: 100vh;
    /* background-color: #000; */
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #181c32;
}

.login-container {
    max-width: 540px;
    height: 80vh;
    padding: 0 3rem;
    background-color: #ffffff;
    border-radius: 10px;
    /* box-shadow: 2px 4px 12px rgba(255, 255, 255, 0.418); */
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.10);
    box-shadow: 2px 4px 12px rgba(247, 247, 247, 0.801);
    box-shadow: 2px 4px 18px rgba(41, 41, 41, 0.040);
    box-shadow: 2px 4px 18px rgb(14, 14, 14);
}

.login-container {
    background-color: #18181813;
    background-color: rgba(255, 255, 255, 0.925);
}

.bg-w-xl {
    width: 400px !important;
    filter: opacity(0.5) brightness(100%);
}

.text-white {
    color: #ffffff !important;
}

.qty-input {
    width: 100px;
}

.boc-edit-form-avatar svg {
    width: 140px;
}


/* [data-n-id='1'] rect {
    fill: #750000;
} */

[data-n-id] circle {
    fill: #ffffff;
}


/* [data-l-id='[3][4]'] path {
    stroke: #6e0801;
} */

.boc-edit-form {
    max-width: 350px;
    height: 400px;
}

#tree {
    background-color: #181c32;
    background-color: #ffffff;
    border-radius: 10px !important;
}

.boc-edit-form-header {
    height: 200px;
    text-align: center;
    border-radius: 10px 0 0 0 !important;
}

.btn-secondary-hv {
    height: 36.94px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-sm {
    height: 36.94px !important;
}

.buttons-colvis {
    height: 36.94px !important;
}

.refund-btn {
    height: 36.94px !important;
}

@media (min-width: 992px) {
    .content {
        padding: 30px 0 !important;
    }
}

.btn {
    border-radius: 0.475rem !important;
}

.aside-dark .menu .menu-item .menu-link .menu-icon .svg-icon svg path {
    fill: #9899ac;
    fill: #3f4254;
}

.aside-dark .menu .menu-item .menu-link:hover .menu-icon .svg-icon svg path {
    fill: #9899ac;
    transition: 0.3s;
}

.aside-dark .menu .menu-item.hover .menu-icon .svg-icon svg path {
    fill: #9899ac !important;
}

.aside-dark .menu .menu-item.show .menu-icon .svg-icon svg path {
    fill: #9899ac !important;
}


/* .aside-dark .menu .menu-item .menu-link.active .menu-icon .svg-icon svg path {
    fill: #9899ac;
} */

.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);
}

.table th {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.table td {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.table.gs-3 td:first-child,
.table.gs-3 th:first-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.bg-white {
    background: #fff !important;
}

.acc-table-white {
    background-color: #fff !important;
}


/* form-styles */

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #e4e6ef !important;
    padding-right: calc(1.5em + 1.5rem);
    /* background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23F1416C'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F1416C' stroke='none'/%3e%3c/svg%3e); */
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.375rem) center;
    background-size: calc(0.75em + 0.75rem) calc(0.75em + 0.75rem);
}

.form-control.is-invalid.text-danger {
    color: #181c32 !important;
}

table thead:first-child:hover {
    background-color: #ffffff00;
}

.table tr:hover {
    background-color: #f8f9fa;
}

.table-custom btn-icon {
    margin-right: 10px !important;
}

table .btn-icon {
    margin-left: 6px !important;
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
    border-color: #e4e6ef !important;
}

select.is-invalid {
    color: #181c32 !important;
}

.form-control.is-invalid {
    background-image: none !important;
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
    background-image: none !important;
}

.video-thumb {
    width: 100%;
    height: 275px !important;
    background-image: url('../../assets/media/stock/600x400/video-thumb.jpg') !important;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.055);
}


/* .video-thumb-bg {
    width: 200px;
    height: 200px;
    background-image: url('../../assets/images/logo/logo-dark.png');
} */

.social-icons {
    display: flex;
    /* justify-content: center !important; */
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none;
    margin-top: 10px !important;
}

.social-icons li {
    list-style-type: none;
    margin-right: 5px;
}

.social-icons li a {
    padding: 10px;
    border-radius: 6px;
    background-color: #f8f9fa;
    /* border: 1px solid #181c32; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icons li a:hover {
    background: #ebebeb;
}

.social-icons li a i {
    font-size: 18px;
    color: #8a8a8a;
}

.social-icons li a:hover i {
    color: #3b3b3b;
}

.background-poster-layer {
    /* background-image: url('../../assets/media/stock/900x600/23.jpg') !important; */
    width: 100%;
    height: 275px;
}

.card-woho {
    box-shadow: 0 0 20px rgba(5, 5, 5, 0.068) !important;
}

.badge {
    height: 22px !important;
    font-size: 12px;
}

.btn-secondary-hv2 {
    color: #3C3C3C !important;
    border: 1px solid #3C3C3C !important;
    background-color: #fff !important;
}

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;
}

.fit-contain {
    object-fit: contain;
}

.add-border {
    border: 1px solid rgb(224, 224, 224);
}

i.bi.bi-plus.bi-plus-icon {
    font-size: 20px !important;
}

.fit-cover {
    object-fit: cover;
}

.bgi-size-contain {
    background-size: contain !important;
}

.image-input .image-input-wrapper {
    background-position: center;
}

label.is-invalid.text-danger {
    font-size: 11px;
}

@media screen and (max-width: 1869px) {
    .max-w-100-lg {
        width: 100%;
    }
}

.reset-btn:hover {
    color: #000 !important;
    background-color: #fff !important;
}

.min-h-0px {
    min-height: 0px !important;
}

.loader_img {
    width: 50px;
    height: 50px;
}

.card-dash {
    /* min-height: 261px; */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.20);
}
.card-dash  .loader_img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50% );
}


.card-dash h2 {
    color: rgba(255, 255, 255, 0.60) !important;
    font-size: 26px;
    font-weight: 500
}

.card-dash h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.card-graph {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.card-graph::-webkit-scrollbar {
    display: none;
}

.menu-sub-dropdown-3 {
    inset: 45px auto auto -228px !important;
}

.buttons-collection.dropdown-toggle.buttons-colvis,
.buttons-print,
.buttons-excel,
.buttons-copy,
.buttons-csv,
.buttons-pdf {
    margin: 0 0 0 10px !important;
    min-width: 75px;
}
.dt-buttons .btn.btn-secondary:hover:not(.btn-active), .dt-buttons .btn.btn-secondary:active{
    border-color: var(--bs-primary);
    background-color: var(--bs-primary) !important;
    color: #FFF;
}
/* .buttons-collection.dropdown-toggle.buttons-colvis {
    width: 100px !important;
    overflow: hidden;
} */

.buttons-collection.dropdown-toggle.buttons-colvis span i {
    margin-top: 0px !important;
}

.js-approve-btn {
    background-color: #3c3c3c !important;
}

.btn.js-approve-btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon) {
    border: 0;
    padding: calc(0.75rem + 1px) calc(1.5rem + 1px);
    background-color: #3c3c3c !important;
}

.js-reject-btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon) {
    border: 0;
    padding: calc(0.75rem + 1px) calc(1.5rem + 1px);
    background-color: #f1416c !important;
}

.item-return-reject-btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon) {
    border: 0;
    padding: calc(0.75rem + 1px) calc(1.5rem + 1px);
    background-color: #f1416c !important;
}

.buttons-collection.dropdown-toggle.buttons-colvis,
.buttons-print,
.buttons-excel,
.buttons-copy,
.buttons-csv,
.buttons-pdf {
    /* margin: 5px 0 40px 10px !important; */
}

/* .buttons-collection.dropdown-toggle.buttons-colvis {
    width: 100px !important;
    overflow: hidden;
} */

.buttons-collection.dropdown-toggle.buttons-colvis span i {
    margin-top: 0px !important;
}
.buttons-collection.dropdown-toggle.buttons-colvis:hover span i{
    color: #FFF;
}
.dt-button-collection .dropdown-menu {
    overflow-y: auto;
    max-height: 250px;
}

.dropdown-toggle::after {
    display: none;
}

.form-check.form-check-solid .form-check-input:checked {
    background-color: #3C3C3C;
    border: none !important;
}


/* .toastr-success {
    background-color: #3C3C3C !important;
} */

.js-approved-btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon) {
    border: 0;
    padding: calc(0.75rem + 1px) calc(1.5rem + 1px);
    background-color: #5cb85c !important;
}

.js-disabled-btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon) {
    border: 0;
    padding: calc(0.75rem + 1px) calc(1.5rem + 1px);
    background-color: #7E8299 !important;
}

.aside-dark .menu .menu-item .menu-link.active {
    transition: color .2s ease, background-color .2s ease;
    background-color: rgba(256, 256, 256, 0.1) !important;
    color: #009ef7;
}
.aside-dark .menu .menu-item.show > .menu-link{
    background-color: rgba(256, 256, 256, 0.1);
}
.aside-dark .menu .menu-sub-accordion .menu-item .menu-link.active {
    transition: color .2s ease, background-color .2s ease;
    background-color: #1b1b28 !important;
    color: #009ef7;
}
.aside-dark .menu .menu-sub-accordion .menu-item .menu-link.active .menu-title{
    color: #009ef7;
}
.aside-dark .menu .menu-sub-accordion .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
    background-color: #1b1b28 !important;
    color: #009ef7;
}
.aside-dark .menu .menu-sub-accordion .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title{
    color: #009ef7;
}
/* .aside-menu .menu-state-title-primary .menu-item .menu-link.active .menu-title {
    color: #009ef7 !important;
    font-weight: 400 !important;
} */

.aside-menu .menu-state-title-primary .menu-item .menu-link.active .menu-icon .svg-icon svg path {
    fill: #9899ac !important;
}

.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 {
    cursor: pointer;
    outline: 0;
    background: #7e82992f;
    color: #3c3c3c;
    font-weight: 600;
    border-color: transparent;
}

.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: #3C3C3C;
    color: #fff;
    border-color: transparent;
}

.flatpickr-input .symbol {
    top: 12px !important;
}
.btn.btn-light-primary {
    color: var(--bs-primary);
    border-color: #F5F8FA;
    background-color: #F5F8FA;
}
.btn.btn-light-primary:hover:not(.btn-active){
    color: white;
    border-color: var(--bs-primary) !important;
    background-color: var(--bs-primary) !important;
}
.btn.btn-outline-primary{
    color: var(--bs-primary);
    border: 1px solid var(--bs-primary) !important;
    background-color: white;
}
.btn.btn-outline-primary:hover:not(.btn-active){
    color: white;
    border: 1px solid var(--bs-primary) !important;
    background-color: var(--bs-primary);
}

#kt_drawer_example_basic .dt-buttons{
    display: none !important;
}
.share-url.btn-light{
    background-color: #7eb8dd;
    color: #1e1e1e;
}
.share-url.btn-light:hover:not(.btn-active){
    background-color: #52ace5 !important;
    color: #1e1e1e !important;
}
.share-url.btn-light.btn-success{
    color: #fff;
    border-color: #50cd89;
    background-color: #50cd89;
}
.share-url.btn-light.btn-success:hover:not(.btn-active){
    color: #fff !important;
    border-color: #50cd89 !important;
    background-color: #50cd89 !important;
}
.visible-viehub{
    margin-top: 15px !important;
}