@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;
} */

:root {
    --bs-primary: #046a38;
    --bs-light-primary: #fafafa;
    --bs-active-primary: #2f2317;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--bs-light-primary);
}

.bg-light {
    background-color: #eaeaea !important;
}

.main-title-sub {
    /* font-family: 'Playfair Display', serif;
    color: #07b73c;
    font-style: italic; */
}

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

.text-dark {
    /* color: #4b3a2b !important; */
    color: #000;
}

.btn.btn-bg-light {
    background-color: #eee;
}

.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;
}

.badge-light-success {
    color: #009ef7;
    background-color: #f1faff;
}


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: #d9d5ce;
}

.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: #f7f7f7;
}

.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: var(--bs-primary) !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: #f2f2f2 !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'); */
    /* background-image: url("https://vijayanmaster-next.webc.in/_next/image?url=https%3A%2F%2Fvm.webc.in%2Fmedia%2Fcache%2F1920x0%2Fhomepage%2Fbanner2_1684303535.png&w=3840&q=80"); */
    width: 100%;
    height: 100vh;
    /* background-color: #000; */
    background-size: cover;
    background-repeat: no-repeat;
    /* background-color: #181c32; */
    background-color: #f8f8f4;
}

.login-body::after {
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../../assets/media/bg/bg-2.jpg');
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .1;
    z-index: -1;
}

.login-container {
    max-width: 540px;
    padding: 3rem 3rem;
    background-color: #ffffff;
    border-radius: 10px;
    /* box-shadow: 2px 4px 12px rgba(255, 255, 255, 0.418); */
    box-shadow: 2px 4px 18px rgba(14, 14, 14, .1);
}

.login-container {
    background-color: #18181813;
    background-color: rgba(255, 255, 255, 0.925);
}

@media (min-height: 800px) and (max-height: 1099px) {
    .login-container {
        height: 80vh;
    }
}


.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-top: 30px;
    }
}

.btn {
    border-radius: 50px !important;
    transition: all ease-in-out .4s;
}

.aside-dark .menu .menu-item .menu-link .menu-icon .svg-icon svg path {
    fill: #625a51;
}

.aside-dark .menu .menu-item .menu-link:hover .menu-icon .svg-icon svg path {
    fill: #FFF;
    transition: 0.3s;
}

.aside-dark .menu .menu-item.hover .menu-icon .svg-icon svg path {
    fill: #fff !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: #eaeaea;
} */

.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: var(--bs-primary);
    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: transparent !important;
    color: #FFF;
}

.aside-dark .menu .menu-sub-accordion .menu-item .menu-link.active .menu-title {
    color: #FFF;
}

.aside-dark .menu .menu-item .menu-link.active .menu-bullet .bullet {
    background-color: #FFF;
}

.aside-dark .menu .menu-sub-accordion .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
    background-color: transparent !important;
    color: #FFF;
}

.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: #FFF;
}

.aside-dark .menu .menu-sub-accordion .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
    color: #FFF;
}

/* .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: #F2F0EE;
    background-color: #F2F0EE;
}

.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;
}






















.aside.aside-dark,
.aside.aside-dark .aside-logo {
    /* background-color: var(--bs-active-primary); */
    background-color: #000;
}

.form-control.form-control-solid::placeholder {
    color: #a09c96;
}

.svg-icon.svg-icon-gray-500 svg [fill]:not(.permanent):not(g) {
    fill: #a09c96;
}

.aside.aside-dark .aside-toggle svg [fill]:not(.permanent):not(g) {
    fill: #86807a;
}

.btn.btn-active-color-primary:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g),
.btn.btn-active-color-primary.active .svg-icon svg [fill]:not(.permanent):not(g) {
    fill: #FFF;
}

.link-primary {
    color: var(--bs-primary);
}

.link-primary:focus,
.link-primary:hover {
    color: var(--bs-active-primary);
}

.bg-secondary {
    background-color: #fbf8f8 !important;
}

.btn.btn-secondary {
    background-color: var(--bs-active-primary);
    color: #FFF;
}

.btn.btn-secondary:hover:not(.btn-active),
.btn.btn-secondary:focus:not(.btn-active) {
    background-color: var(--bs-primary) !important;
    color: #FFF;
}

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

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

.scrolltop:hover {
    background-color: var(--bs-primary);
}


.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    background-color: #f0eeee;
    color: #575757;
    border: 1px solid #c6c6c6;
}

.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-selection__choice {
    padding: 4px 8px;
}

.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-search.select2-search--inline .select2-search__field {
    margin-top: 0;
}

.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"> <path id="Untitled" d="M.293.293a1,1,0,0,1,1.414,0L8,6.586,14.293.293a1,1,0,1,1,1.414,1.414L9.414,8l6.293,6.293a1,1,0,1,1-1.414,1.414L8,9.414,1.707,15.707A1,1,0,1,1,.293,14.293L6.586,8,.293,1.707a1,1,0,0,1,0-1.414Z" fill="%23046a38"/></svg>');
}

.select2-container--bootstrap5.select2-container--focus .form-select:not(.form-select-solid):not(.form-select-transparent),
.select2-container--bootstrap5.select2-container--open .form-select:not(.form-select-solid):not(.form-select-transparent) {
    border-color: var(--bs-primary);
}



.form-control {
    border-color: #e2e2e2;
    transition: all ease-in-out .3s;
}

.form-select {
    border-color: #e2e2e2;
}

.form-control:focus {
    border-color: 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-primary) !important;
}

.btn-secondary-outline {
    color: #4b3a2b !important;
    border: 1px solid #4b3a2b !important;
    background-color: #fff !important;
}

.btn-secondary-outline:hover {
    color: #FFF !important;
    border: 1px solid #4b3a2b !important;
    background-color: #4b3a2b !important;
}

.btn-secondary-outline .svg-icon svg [fill]:not(.permanent):not(g) {
    fill: #4b3a2b;
}

.btn-secondary-outline:hover .svg-icon svg [fill]:not(.permanent):not(g) {
    fill: #fff;
}

.aside .aside-logo {
    margin-top: 10px;
}





.daterangepicker .drp-calendar td.in-range.available:not(.active):not(.off):not(.today) {
    background-color: #f5f5f5 !important;
    color: var(--bs-active-primary) !important;
}

.daterangepicker .drp-calendar td.today,
.daterangepicker .drp-calendar td.today.active {
    background-color: #f5f5f5 !important;
    color: var(--bs-active-primary) !important;
}

.daterangepicker .drp-calendar td.available:hover,
.daterangepicker .drp-calendar th.available:hover {
    background-color: #f5f5f5 !important;
    color: var(--bs-active-primary) !important;
}

.daterangepicker .drp-calendar td.active,
.daterangepicker .drp-calendar td.active:hover {
    background-color: var(--bs-active-primary) !important;
    color: white !important;
}


.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;
}


.custom-table-scroll {
    max-height: 292px;
    overflow-y: auto;
}

.custom-table-scroll-2 {
    max-height: 192px;
    overflow-y: auto;
}












.que-container {
    max-width: 800px;
    width: 100%;
    margin: auto;
    /* font-family: "Inter", serif; */
    line-height: 1.9em;
    padding-bottom: 50px;
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    background-color: white;
    box-shadow: 0 0 5px 0 #f0f0f0;
}

.data-section-title {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 20px !important;
}

.data-section-title:nth-child(1) {
    margin-top: 0 !important;
}

.que-container ol {
    padding-left: 20px;
}

.que-container ol>li {
    margin-bottom: 10px;
}

.que-container ul {
    padding-left: 13px;
    margin-top: 13px;

}

.data-question {
    font-size: 14px !important;
}

.data-response {
    margin-left: 0px;
    font-weight: 600;
    font-size: 0.9em;
    padding-right: 8px;
}

.image-list {
    display: block;
    width: 100%;
}

.image-wrap {
    width: auto;
    display: inline-block;
    height: 150px;
}

.image-wrap img {
    height: 150px;
}












.image-container {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.image-items {
    width: 100%;
    max-width: 20%;
    border: 1px solid white;
    box-sizing: border-box;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .image-items {
        max-width: 25%;
    }
}

@media screen and (min-width: 575px) and (max-width: 991px) {
    .image-items {
        max-width: 33.3333%;
    }
}

@media screen and (max-width: 576px) {
    .image-items {
        max-width: 50%;
    }
}


.lightboxpreview {
    transition: all .3s linear;
    padding-top: 60%;
    cursor: pointer;
    background-size: cover;
}

.lightbox-content {
    max-height: 75vh;
    height: 75vh;
    width: 100%;
    max-width: 1000px;
}

.lightbox-close {
    cursor: pointer;
    margin-left: auto;
    position: absolute;
    right: -30px;
    top: -30px;
    color: white;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.modal_inner_image {
    min-height: 400px;
    z-index: 1000;
}

.modal-content {
    width: 100%;
}


.modalscale {
    transform: scale(0);
    opacity: 0;
}



.lightbox-container,
.lightbox-btn,
.lightbox-image-wrapper,
.lightbox-enabled {
    transition: all .4s ease-in-out;
}

.lightbox_img_wrap {
    padding-top: 65%;
    position: relative;
    overflow: hidden;
}

.lightbox-enabled:hover {
    transform: scale(1.1)
}

.lightbox-enabled {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
    cursor: pointer;
}

.lightbox-container {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .6);
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
}

.lightbox-container.active {
    opacity: 1;
    pointer-events: all;
}

.lightbox-image-wrapper {
    display: flex;
    transform: scale(0);
    align-items: center;
    justify-content: center;
    max-width: 90vw;
    max-height: 90vh;
    position: relative;
}

.lightbox-container.active .lightbox-image-wrapper {
    transform: scale(1);
}

.lightbox-btn,
#close {
    color: white;
    z-index: 9999999;
    cursor: pointer;
    position: absolute;

    font-size: 50px;
}

.lightbox-btn:focus {
    outline: none;
}

.left {
    left: 50px;
}

.right {
    right: 50px;
}

#close {
    top: 50px;
    right: 50px;
}

.lightbox-image {
    width: 100%;
    -webkit-box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.19);
    box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.19);
    max-height: 95vh;
    object-fit: cover;
}

@keyframes slideleft {
    33% {
        transform: translateX(-300px);
        opacity: 0;
    }

    66% {
        transform: translateX(300px);
        opacity: 0;
    }
}


.slideleft {
    animation-name: slideleft;
    animation-duration: .5s;
    animation-timing-function: ease;
}

@keyframes slideright {
    33% {
        transform: translateX(300px);
        opacity: 0;
    }

    66% {
        transform: translateX(-300px);
        opacity: 0;
    }
}


.slideright {
    animation-name: slideright;
    animation-duration: .5s;
    animation-timing-function: ease;
}

/* NEW CSS */
.response-image{
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .response-image img{
    max-height: 150px;
    width: auto;
    height: 150px;
  }

  .light-box-inside-doc{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  }
  .light-box-inside-doc img{
    height: 100%;
    object-fit: contain;
  }