/* * {
    transition: all 0.3s ease-out;
} */

/* .vendor-option-extra-delete-btn{
    position:relative;
    top: -15px;
} */

:root{
    --bs-pink: #ef8d81;
}
.light-pink{
    color: var(--bs-pink);
}
.cart-quantity-field {
    -moz-appearance: textfield;
    max-width: 60px !important;
    min-width: 60px !important;
}

.purchasing-cart-thead {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    background: #ffffff;
    z-index: 1;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 4%);
}

.cart-quantity-field::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    max-width: 80px !important;
}

table.custom-table tbody tr td {
    min-width: 110px;
}
.select-boxes-custom
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__display {
    font-size: 11px;
    font-weight: 400;
    color: #232148;
}
.select-boxes-custom
    span.select2-selection.select2-selection--multiple.select2-selection--clearable {
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 45px;
    max-height: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.select-boxes-custom span.selection {
    line-height: initial;
}
.select-boxes-custom
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #f9f6fe;
    border-color: #dfdfdf;
}
.select-boxes-custom
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__clear {
    display: none;
}
.select-boxes-custom
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    border-right: 0;
}

.select-boxes-custom .select2-container--default .select2-selection--multiple {
    min-height: 43px;
    border: 1px solid #d1d8ea;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.select-boxes-custom
    .select2-container
    .select2-search--inline
    .select2-search__field {
    height: 20px;
    margin-top: 8px;
}

.item-lookup-sync-data-btn {
    position: relative;
    margin: 0 0 0 20px;
}
.item-lookup-sync-data-button {
    position: relative;
    margin: 0 0 0 20px;
}
.item-lookup-sync-data-button-sync {
    position: relative;
    margin: 0 0 0 20px;
}

.sync-rotation-data {
    animation: rotate 2s infinite linear;
    display: inline-flex;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.item-lookup-sync-data-btn::after {
    content: "";
    position: absolute;
    left: -12px;
    top: 50%;
    bottom: 0;
    width: 1px;
    background: #c9c9c9;
    height: 70%;
    transform: translateY(-50%);
}
.item-lookup-sync-data-button::after {
    content: "";
    position: absolute;
    left: -12px;
    top: 50%;
    bottom: 0;
    width: 1px;
    background: #c9c9c9;
    height: 70%;
    transform: translateY(-50%);
}
.item-lookup-sync-data-button-sync::after {
    content: "";
    position: absolute;
    left: -12px;
    top: 50%;
    bottom: 0;
    width: 1px;
    background: #c9c9c9;
    height: 70%;
    transform: translateY(-50%);
}

.cart-vendor-detail-wrapper {
    display: grid;
    grid-template-columns: auto 1fr;
}
.cart-product-detail span {
    display: block;
    font-size: 12px;
}
.cart-vendor-detail {
    padding-left: 0.5rem;
}
.cart-vendor-detail-price span {
    font-size: 12px;
    font-weight: 600;
    color: #19c72d;
}
.avatar-100 {
    width: 100px;
    height: 100px;
}
.cart-tr-delete {
    position: absolute;
    top: 6px;
    right: 6px;
    font-size: 18px;
}
.cart-vendor-detail-price b {
    font-size: 12px;
}
.create-vendor-pos .btn {
    color: #fff;
    border: 0;
}
.create-vendor-pos {
    text-align: center;
    position: absolute;
    bottom: 0;
    background: #fff;
    z-index: 1;
    left: 0;
    right: 0;
}
.cart-offcanvas .cart-table input.form-control {
    min-width: 50px;
    width: 100%;
    max-width: 50px;
    padding: 4px;
    height: 35px;
}
.cart-vendor-detail-price {
    display: flex;
    flex-direction: column;
    margin-top: 0.5rem;
}
.cart-table.table tr td.cart-vendor-heading {
    background: rgba(241 233 252 / 41%);
}
.cart-table.table tr th {
    padding: 0.8rem;
}
.btn-cart {
    border: 0;
    background: transparent;
    font-size: 1.5rem;
    position: relative;
}
.btn-cart .notification-number {
    position: absolute;
    font-size: 11px;
    width: 18px;
    height: 18px;
    background: #f78e84;
    border-radius: 100%;
    line-height: 18px;
    text-align: center;
    top: -6px;
    right: 0;
    color: #fff;
}
.cart-offcanvas {
    max-width: 450px;
}
.cart-offcanvas .btn-close {
    filter: initial;
}
.cart-offcanvas .offcanvas-body {
    padding: 0 0 74px 0;
}
.btn.view-cart-btn {
    position: fixed;
    right: 0;
    top: 50%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transform: translateX(75px);
    transition: all 0.3s ease;
    z-index: 2;
    background: linear-gradient(185deg, #8243c2, #260738bd);
    color: #fff;
}
.btn.view-cart-btn i {
    animation: runCart 1.5s infinite;
    display: inline-block;
}
@keyframes runCart {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    30% {
        transform: translateX(-90%);
        opacity: 0.3;
    }
    40% {
        transform: translateX(-80%);
        opacity: 0.6;
    }
    60% {
        transform: translateX(-30%);
        opacity: 0.8;
    }
    80% {
        transform: translateX(-20%);
        opacity: 0.9;
    }
    100% {
        transform: translateX(0%);
        color: #fff;
        opacity: 1;
    }
}
.btn.view-cart-btn:hover {
    transform: translateX(0);
}
.btn.view-cart-btn:hover i {
    animation: initial;
}
.vendor-option-discount-extra-new h6 label {
    font-size: 1.1rem;
    padding: 0 10px;
}
.option-extra-vendor-parent {
    position: relative;
}
.vendor-option-discount-extra-prefill h6 label {
    font-size: 1.1rem;
    padding: 0 10px;
}
.vendor-option-discount-extra-prefill h6 {
    line-height: 35px !important;
}
.item-discounts .vendor-option-discount-specific-input {
    min-width: initial;
}
.form-floating.vendor-option-extra-symbol-parent {
    display: flex;
    /* align-items: center; */
}
.vendor-option-extra-symbol {
    background: #e9ecef;
}
.vendor-option-extra-symbol-parent-global {
    display: flex;
    align-items: center;
}
.vendor-option-extra-symbol {
    height: calc(2.7rem + 2px);
    padding-top: 9px;
}
.progress-bar.progress-bar-striped.progress-bar-animated.bg-progress-success {
    background: #db83a5 !important;
}
.progress-bar.progress-bar-striped.progress-bar-animated.bg-progress-danger {
    background: #1d052c;
}
#percentage {
    font-size: 14px;
    color: #898989;
}
.vendor-item-image-uploader .item-content {
    width: 74%;
    margin: 0 auto;
    margin-top: 1rem;
}
.vendor-item-image-uploader .progress {
    height: 0.8rem;
    width: 74%;
    margin: 0 auto;
}
.company-logo-uploader .progress,
.company-logo-uploader .item-content {
    width: 100% !important;
    font-size: 13px;
}
.progress-bar-success {
    background-color: #dd85a3 !important;
}

.progress-bar-danger {
    background-color: #dc3545 !important;
}

.item-lookup-progress-bar {
    width: 100%;
    height: 20px;
    background-color: #ddd;
}
#item-lookup-progress {
    width: 0%;
    height: 100%;
    background-color: #4caf50;
}

#po-item-discounts
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__display {
    font-size: 11px;
    font-weight: 400;
    color: #232148;
}
#po-item-discounts
    span.select2-selection.select2-selection--multiple.select2-selection--clearable {
    overflow-y: scroll;
    overflow-x: hidden;
    min-height: 45px;
    max-height: 45px;
}
#po-item-discounts span.selection {
    line-height: initial;
}
#po-item-discounts
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #f9f6fe;
    border-color: #dfdfdf;
}
#po-item-discounts
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__clear {
    display: none;
}
#po-item-discounts
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    border-right: 0;
}

.is-invalid + .select2-container--default .select2-selection--multiple {
    border-color: #e04f1a;
}
a.btn.vendor-item-extra-delete-button-common,
a.btn.vendor-item-extra-delete-button-common:active,
a.btn.vendor-item-extra-delete-button-common:focus {
    background: transparent;
    color: #c53737;
    align-self: center;
    border: none;
}
a.btn.vendor-item-extra-delete-button-common {
    position: absolute;
    right: 40px;
    top: 8px;
}
a.btn.vendor-item-extra-delete-button-common-add {
    position: absolute !important;
    right: -36px !important;
    top: 8px !important;
}
.pm-bars {
    padding-left: 0;
}
.btn-close:focus {
    box-shadow: unset;
}
.delete-vendor-option-btn.ms-3.btn.btn-danger {
    background: 0;
    color: #2c2034;
}
.delete-vendor-option-btn.ms-3.btn.btn-danger:hover {
    background: #ff8888;
    color: #2c2034;
}
.cn-dete {
    display: block;
    font-weight: 700;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
}
.ps-36 {
    padding-left: 36px;
}
.ps-22 {
    padding-left: 22px;
}
a.btn.btn-danger {
    background: #ff8888;
    border-color: #ff8888;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

a.btn.btn-danger:hover,
a.btn.btn-danger:active {
    background: #e16868;
    transition: all 0.2s ease;
}

.btn.btn-danger:hover,
.btn.btn-danger:active {
    background: #e16868;
    transition: all 0.2s ease;
}
.btn.btn-success:hover,
.btn.btn-success:active {
    background: #b0cd93;
    transition: all 0.2s ease;
}

.vendor-item-discount-delete-button-common,
.vendor-item-add-discount-delete-button, .common-delete-btn,.vendor-item-discount-delete-button-item {
    position: absolute;
    top: 3px;
    right: 3px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: #ff4141;
}
.quantity-input-parent {
    display: grid;
    grid-template-columns: 1fr auto;
}
button.btn.btn-primary:hover,
button.btn.btn-primary:active {
    color: #2a2a2a;
}
/* button.btn.btn-primary:focus {
    color: #ffffff;
} */
.option-extra-vendor-parent .invalid-feedback {
    position: static;
    /* bottom: -22px; */
    /* z-index: 11; */
    letter-spacing: 0;
    font-size: 12px;
    margin: 0;
    display: inline-block;
}
/* .option-extra-vendor-parent .input-group .invalid-feedback {
    bottom: -38px;
} */
.option-extra-vendor-parent .form-group {
    position: relative;
}
div.dataTables_wrapper div.dataTables_length select {
    padding-right: 20px;
}
div.dataTables_wrapper div.dataTables_length select {
    background-position: right 0.2rem center;
}
.remaining {
    float: right;
    font-size: 13px;
}
.register_link {
    margin-left: 4px;
    text-decoration: underline;
    color: #f88e82;
}
.tc {
    text-decoration: underline;
}
.suggestion-div {
    display: none;
}
table.dataTable a.btn {
    background: 0 0;
    color: #2c2034;
}
table.dataTable a.btn:active {
    background: 0 0;
    color: #2a1f32;
}
.feedback-text {
    position: relative;
}
.feedback-text .invalid-feedback {
    position: absolute;
    bottom: -21px;
    left: 0;
}
.custom-group-text .input-group-text {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 9;
    border: 0;
    padding: 0 10px;
    background: transparent;
    height: 45px;
}
.custom-group-text input.form-control {
    padding-left: 2rem;
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
}
.custom-group-text > .form-floating > label {
    top: 12px;
    left: 22px;
}
.bg-pattern {
    background-image: url(/asset/media/photos/bg-pattern.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
img.new-logo {
    width: 100%;
    max-width: 68px;
    position: absolute;
    left: 30px;
    top: 30px;
}
.dark-mode table.dataTable a.btn {
    color: #fff;
}
table.v-detail-table tbody tr:hover a.text-link {
    display: block !important;
}
table.v-detail-table tbody tr td {
    position: relative;
}
table.v-detail-table tbody tr a.text-link {
    position: absolute;
    right: 50px;
    top: 24px;
}
table.v-detail-table tbody tr td .form-check {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0;
    margin: 0;
    align-items: center;
}
table.v-detail-table tbody tr td .form-check i {
    font-size: 16px;
    order: 1;
    margin-left: 4px;
}
table.v-detail-table tbody tr td .form-check input {
    margin: 0;
    cursor: pointer;
}
ul.search-result.list-group.item-search-result-options {
    position: absolute;
    top: 100%;
    margin: 0;
    width: calc(100% - 255px);
    z-index: 5;
}
.select2-container {
    width: 100% !important;
}
.w-10 {
    width: 30%;
}
.offcanvas.offCanvas-md-width {
    width: 400px;
}
.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.item-discounts input,
.item-discounts input::placeholder,
.item-discounts select,
.inline-box input,
.inline-box input::placeholder,
.inline-box select {
    border-color: transparent;
    color: #34253e;
    width: auto;
    display: inline-block;
    background: #fff;
    font-weight: 600;
}
.item-discounts input.is-invalid,
.inline-box input.is-invalid {
    border: 1px solid var(--danger);
}
.item-discounts input,
.inline-box input {
    text-align: center;
    padding-right: 0;
    min-width: 115px;
    max-width: 200px;
}
.item-discounts .invalid-feedback.is-valid,
.inline-box .invalid-feedback.is-valid,
.inline-box .invalid-feedback {
    display: none !important;
}
.vendor-option-discount-extra {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    grid-gap: 10px;
    margin-bottom: 1rem;
}
.item-discounts h6,
.inline-box {
    line-height: 4;
    font-size: 15px;
    font-weight: 400;
    background: #f9f6fe;
    padding: 10px;
    border-radius: 15px;
    position: relative;
}
.item-discounts a.remove-item {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    line-height: 0;
}
:root {
    --primaryColor: #362740;
    --secondaryColor: #17131a;
    --teritoryColor: #232148;
    --hoverBg: #45499e;
    --labelColor: #a2a2a2;
    --fontFamily: "Outfit", sans-serif;
    --orangeColor: #f15b39;
    --danger: #ed5252;
    --primaryLight: #eeeeff;
    --white: #fff;
    --Success: #47b068;
    --charcoal: #16131a;
    --darkGrey: #1a151e;
    --inputBorder: #3c424f;
    --lightBoxShadow: 0 8px 10px rgba(0, 0, 0, 0.04);
    --fontSize14: 14px;
    --darkLightPrimary: #c5c3ff;
    --darkMainContainer: #161319;
    --disabledLight: #606060;
    --disabledDark: #959595;
    --radius10: 10px;
}
body {
    font-family: var(--fontFamily);
}
body textarea.form-control {
    height: 114px !important;
}
.form-control.disabled {
    color: var(--disabledLight);
}
img {
    max-width: 100%;
}
.dark-mode .form-control.disabled {
    color: var(--disabledDark);
}
.btn:active {
    border-color: #fff;
}
.dark-mode .btn:active {
    border-color: #1b1f29;
}
.jconfirm-box {
    text-align: center;
}
.jconfirm .jconfirm-box .jconfirm-buttons {
    float: initial !important;
}
.jconfirm .jconfirm-box .jconfirm-buttons .btn-.btn-red {
    float: initial !important;
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
    font-weight: 600;
}
.input-style {
    position: relative;
}
.input-style i {
    position: absolute;
    top: 12px;
    left: 15px;
}
.input-style input {
    padding: 10px 10px 10px 40px;
}
.password-icons {
    position: absolute;
    right: 45px;
    top: 0;
    z-index: 9;
    cursor: pointer;
}
.fs-14 {
    font-size: 14px;
}
a.text-link {
    color: #a771e4;
    text-decoration: underline;
}
a.link-fx.fw-bold.fs-1 {
    background: -webkit-linear-gradient(#a26feb, #f88f84);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800 !important;
}
.input-style input::placeholder {
    font-size: 14px;
}
.px-85 {
    padding: 0 5rem;
}
a.btn.fs-4.p-0.me-2 {
    background: 0 0;
}
.pm-bars,
.pm-moon {
    background: 0 0;
}
.pm-bars:hover i,
.pm-moon:hover i {
    color: #f68e84;
}
.add-row,
.add-row:hover {
    background: 0 0;
}
a.forgot {
    text-decoration: underline;
}
button.btn.btn-light {
    border: 1px solid #d1d8ea;
    background: transparent;
}
button.btn.btn-light:hover {
    color: var(--orangeColor);
}
.vendor-collapse {
    background: #f9f6fe;
    padding: 2rem;
    border-radius: 15px;
    position: relative;
}
tr.vendor-options[aria-expanded="true"] {
    background: #ffffff;
}
tr.vendor-options[aria-expanded="true"] td {
    border: 0;
}
.vendor-collapse a.text-link {
    position: static;
}
.btn.btn-secondary {
    background: #34253e;
    border-color: #34253e;
}
body table .vendor-collapse a.text-link {
    position: static !important;
}
.vendor-collapse td {
    padding-top: 1.5rem;
}
tr.vendor-options td > i.bi.bi-chevron-down {
    display: inline-block;
    margin-right: 10px;
    background: #eee0ff;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 4px;
    color: #a470e8;
    transition: 0.3s ease;
}
tr.vendor-options[aria-expanded="true"] > td > i.bi.bi-chevron-down {
    background: #a470e8;
}
tr.vendor-options > td > i.bi.bi-chevron-down::before {
    transition: 0.3s ease;
}
tr.vendor-options[aria-expanded="true"] > td > i.bi.bi-chevron-down::before {
    transform: rotateX(180deg);
    color: #fff;
}
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    transition: background-color 5000s ease-in-out 0s;
}
textarea:-webkit-autofill,
textarea:-webkit-autofill:active,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
    transition: background-color 5000s ease-in-out 0s;
}
.dark-mode input:-webkit-autofill,
.dark-mode input:-webkit-autofill:active,
.dark-mode input:-webkit-autofill:focus,
.dark-mode input:-webkit-autofill:hover {
    -webkit-text-fill-color: var(--white) !important;
}
.dark-mode textarea:-webkit-autofill,
.dark-mode textarea:-webkit-autofill:active,
.dark-mode textarea:-webkit-autofill:focus,
.dark-mode textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: var(--white) !important;
}
.dashboard-cards .block {
    border-radius: 25px;
    transition: 0.2s ease;
    box-shadow: var(--lightBoxShadow);
    position: relative;
    border: transparent;
}
.dashboard-cards .block.block-rounded:hover {
    transform: scale(1.05);
}
.dashboard-cards .block:hover h2,
.dashboard-cards .block:hover p {
    color: var(--primaryColor) !important;
}
.dashboard-cards .block::before {
    left: inherit !important;
    right: 10px;
    transform: rotate(25deg) !important;
}
.dashboard-cards .block::after,
.dashboard-cards .block::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 22px;
    width: 230px;
    height: 40px;
    background: #2a1f32;
    transform: rotate(-20deg);
    filter: blur(15px);
    opacity: 0;
    transition: 0.1s ease;
}
.dashboard-cards .block:hover::after,
.dashboard-cards .block:hover::before {
    opacity: 0.1;
}
body .dashboard-cards .block.block-rounded > .block-content {
    background: var(--white);
    border-radius: 20px;
    position: relative;
    z-index: 1;
}
.dashboard-cards .block:hover .item {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
}
.dark-mode div.dataTables_wrapper div.dataTables_filter input::placeholder {
    color: #d3d3d3;
}
@-webkit-keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-20px);
    }
    60% {
        -webkit-transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-15px);
    }
}

.bg-primary-custom {
    background-color: var(--primaryColor) !important;
}
.bg-secondary-custom {
    background-color: var(--secondaryColor);
}
h5 {
    font-family: var(--fontFamily);
    color: var(--teritoryColor);
}
#sidebar .nav-main-link.active .badge.bg-secondary-custom,
#sidebar .nav-main-link:hover .badge.bg-secondary-custom {
    background-color: var(--primaryColor);
}
.nav-main-link.nav-main-link-submenu::before {
    opacity: 1;
}
.nav-main-item.open > .nav-main-link-submenu::after {
    opacity: 1;
}
.inte-text {
    font-weight: 400;
    color: #919191;
}
.form-switch.custom-switch {
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0;
}
.vendor-option-check-parent {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 10px;
}
.form-switch.custom-switch .form-check-input {
    width: 2.3rem;
    height: 1.3rem;
    margin: 0;
}
body #sidebar ul.nav-main .nav-main-link span.nav-main-link-badge.badge {
    background: var(--secondaryColor) !important;
}
body #sidebar ul.nav-main .nav-main-link.active span.nav-main-link-badge.badge,
body #sidebar ul.nav-main .nav-main-link:hover span.nav-main-link-badge.badge {
    background: var(--primaryColor) !important;
}
.form-control,
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select,
.form-select {
    height: calc(2.7rem + 2px);
    line-height: 1.25;
    padding: 0.8rem;
    font-size: 14px;
}
.form-floating > label {
    display: inline-block;
    top: 9px;
    left: 15px;
    padding: 0 0.3rem;
    width: auto;
    height: auto;
    background: var(--white);
    margin: 0;
}
.modal .form-floating > label {
    font-size: 14px;
}
.view-form .form-floating > label {
    left: 8px;
}
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    opacity: 1;
    transform: scale(0.8) translateY(-1.6rem);
    color: #949494;
    font-weight: 400;
}
.form-control:focus,
.form-select:focus {
    border-color: var(--primaryColor);
    box-shadow: unset;
}
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown),
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 0.8rem;
}
.form-check-input:focus {
    box-shadow: unset;
}
table.custom-table > tbody > tr:hover > * {
    box-shadow: inset 0 0 0 9999px rgb(244 244 255);
}
table.custom-table thead tr th:last-child {
    max-width: 110px;
}

/*-- billing summary css --*/
ul.billing-summary {
    padding: 0;
}
ul.billing-summary li {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    font-size: 14px;
    color: #606060;
}
ul.billing-summary li span {
    font-weight: 600;
    color: #000;
}
ul.billing-summary li.sub-hdg {
    border-top: 1px solid #e0e0e0;
    padding-top: 10px;
    margin-top: 10px;
    font-size: 15px;
}
ul.billing-summary li span {
    font-weight: 600;
    color: #000;
}
ul.billing-summary li:last-child {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    border-top: 1px solid #e0e0e0;
    padding-top: 10px;
    margin-top: 10px;
}
/*-- billing summary css end --*/

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center;
    align-items: center;
    padding-top: 15px;
}
.pagination li.paginate_button.page-item a.page-link {
    margin: 0;
    border-radius: 6px;
}
.pagination li.paginate_button.page-item {
    margin: 3px;
}
table.custom-table tbody tr td,
table.custom-table thead tr th {
    font-family: var(--fontFamily);
    font-size: var(--fontSize14);
    vertical-align: middle;
}
table tbody tr:hover {
    cursor: pointer;
}
table.custom-table thead tr th {
    color: var(--disabledDark);
}
table.custom-table tbody tr td {
    font-family: var(--fontFamily);
    color: var(--teritoryColor);
    font-weight: 400;
    cursor: default;
}
.modal .custom-table thead tr th:first-child {
    padding-left: 0;
}
.modal .custom-table thead tr th:last-child {
    padding-right: 0;
}
.dataTables_info {
    color: var(--primaryColor);
    font-family: var(--fontFamily);
}
.custom-badge {
    position: relative;
    padding: 8px 8px 8px 20px;
    border-radius: 50px;
}
.custom-badge::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50px;
}
.custom-badge.badge-success {
    background-color: #e7f8f0;
    color: #12b268;
}
.custom-badge.badge-success::after {
    background: #12b268;
}
.view-checbox-none {
    display: none;
}
.edit-checbox-block {
    display: inline-block;
}
.pagination li.paginate_button.page-item.active a.page-link {
    background: var(--primaryLight);
    border-color: transparent;
    border-radius: 6px;
    color: var(--primaryColor);
    box-shadow: var(--lightBoxShadow);
}
span.active-notification {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: var(--orangeColor);
    border-radius: 100%;
    position: absolute;
    right: 12px;
    top: 8px;
}
.p-color {
    color: var(--teritoryColor);
}
.fs-12 {
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
}
.fs-14 {
    font-size: 14px;
}
.label-color label {
    color: var(--labelColor);
    font-size: var(--fontSize14);
}
.filled-detail {
    color: var(--teritoryColor);
    font-family: var(--fontFamily);
    font-weight: 500;
    padding: 40px 0 0 14px;
}
.view-form .form-label.select-label {
    opacity: 0.6;
    transform: initial;
}
.view-form .form-floating > label {
    opacity: 0.6;
    font-weight: 400;
}
.edit-form .view-form .form-label.select-label {
    transform: translateY(-14px);
}
.edit-form .form-floating > label {
    opacity: 1;
    font-weight: 500;
}
.edit-form .filled-detail {
    display: none;
}
.edit-form .view-checbox-none {
    display: inline-block;
}
ul.custom-ul li {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    font-size: 14px;
}
ul.custom-ul {
    padding: 0;
    margin: 0;
}
.fa-25x {
    font-size: 25px;
    color: var(--teritoryColor);
}
.bg-f6 {
    background: #f6f6fb;
    border: 0;
    font-family: var(--fontFamily);
    font-size: 14px;
    font-weight: 500;
    color: #4f4f5c;
}
.nav-tabs-alt .nav-link {
    width: 100%;
    text-align: left;
}
.nav-tabs-alt .nav-link:focus,
.nav-tabs-alt .nav-link:hover {
    box-shadow: unset;
}
.nav-tabs-alt .nav-link.active {
    background: var(--white);
    border-radius: var(--radius10);
    box-shadow: var(--lightBoxShadow);
    color: var(--primaryColor);
}
.nav-tabs-alt .nav-link:hover {
    background-color: var(--primaryLight);
    border-radius: var(--radius10);
}
body .custom-block {
    border-radius: 15px !important;
    box-shadow: var(--lightBoxShadow);
    border: 0;
}
.camera-icon svg {
    width: 20px;
    height: 20px;
}
.camera-icon {
    position: absolute;
    right: 4px;
    bottom: 8px;
    background: var(--white);
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--lightBoxShadow);
    cursor: default;
}
.img-upload {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.nav-tabs-alt .nav-item {
    margin-bottom: 4rem;
}
.nav-tabs-alt .nav-link {
    position: relative;
    color: var(--primaryColor);
    font-family: var(--fontFamily);
    font-weight: 500;
    color: #6d6c7b;
    display: flex;
    align-items: center;
}
.nav-tabs-alt .nav-link.active:hover {
    background-color: var(--white);
}
.nav-tabs-alt .nav-link:hover {
    color: var(--primaryColor);
}
.nav-tabs-alt .nav-link.active svg path,
.nav-tabs-alt .nav-link:hover svg path {
    fill: var(--primaryColor);
}
.nav-tabs-alt .nav-link svg {
    width: 25px;
    height: 26px;
}
.nav-tabs-alt .nav-link::after {
    content: "";
    position: absolute;
    left: 30px;
    top: 60px;
    width: 1px;
    height: 100%;
    background: #c5c5c5;
}
.nav-tabs-alt .nav-link.active::after {
    background: var(--primaryColor);
}
.nav-tabs-alt .nav-item:last-child .nav-link::after {
    display: none;
}
body #page-container.sidebar-dark #sidebar {
    color: var(--white) fff;
    background: linear-gradient(185deg, #111c19, #38534b);
}
body #sidebar ul.nav-main .nav-main-link {
    color: var(--white);
}
body .nav-main-link .nav-main-link-name {
    font-family: var(--fontFamily);
}
.s-icon-bg {
    width: 40px;
}
#sidebar .nav-main-item.open > .nav-main-link-submenu, #sidebar .nav-main-link.active, #sidebar .nav-main-link:hover {
    background: linear-gradient(316deg, #50756b, #2b473f);
    border-radius: 12px;
}
.sidebar-dark #sidebar .nav-main-item.open > .nav-main-submenu {
    background-color: #14211d;
}
.sidebar-dark
    #sidebar
    .nav-main-item
    > .nav-main-submenu
    > .nav-main-item:hover,
.sidebar-dark
    #sidebar
    .nav-main-item
    > .nav-main-submenu
    > .nav-main-item
    > .nav-main-link:hover {
    background: 0 0 !important;
}
.nav-main-submenu .nav-main-link.active,
.nav-main-submenu .nav-main-link:hover {
    background: 0 0 !important;
}
img.img-avatar.img-avatar35 {
    width: 35px;
    height: 35px;
    margin-right: 4px;
    object-fit: cover;
    border: 1px solid var(--white);
}
.view-form input,
.view-form select,
.view-form textarea {
    display: none;
}
.attachment {
    background: rgb(111, 106, 248, 0.04);
    border-radius: 6px;
    padding: 12px;
    border: 1px solid #ebebff;
}
.attachment span {
    color: var(--labelColor);
}
body #page-footer a {
    color: var(--primaryColor);
    font-family: var(--fontFamily);
}
.nav-tabs-alt .nav-item:last-child {
    margin-bottom: 2rem;
}
.nav-main-link.nav-main-link-submenu {
    padding-right: 1rem;
}
body
    #sidebar
    .nav-main
    li.nav-main-item.open
    > ul.nav-main-submenu
    > li.nav-main-item
    > .nav-main-link.active,
body
    #sidebar
    .nav-main
    li.nav-main-item
    > ul.nav-main-submenu
    > li.nav-main-item:hover
    > .nav-main-link
    > .nav-main-link-name {
    color: #fff;
}
body
    #sidebar
    .nav-main
    li.nav-main-item.open
    > ul.nav-main-submenu
    > li.nav-main-item
    > a.nav-main-link {
    color: #96a1b6;
}
body .block .dataTables_wrapper .dataTables_length {
    width: 100%;
    max-width: 200px;
    /* margin-bottom: -38px; */
    text-align: left;
}
body .block .dataTables_wrapper .dataTables_filter {
    text-align: right;
}
body .block .dataTables_wrapper .dataTables_info {
    text-align: left;
}
img.hvr-icon {
    display: none;
}

@media (max-width: 1480px) {
    .px-85 {
        padding: 0 2rem;
    }
}
@media (min-width: 1200px) {
    #page-container.main-content-narrow > #page-header .content-header {
        width: 90%;
    }
    .border-xl-start {
        border-left: 1px solid #e1e6f1;
    }
    .dark-mode .border-xl-start {
        border-left: 1px solid #3c424f;
    }
    .content .custom-content {
        width: 60%;
        margin: 0;
    }
}
@media (min-width: 992px) {
    #page-container.page-header-fixed.sidebar-mini.sidebar-o #page-header {
        padding-top: 1rem;
    }
    body .sidebar-o .overlay-header.show {
        left: 140px !important;
        border-bottom-left-radius: 20px;
    }
    #page-container.main-content-boxed > #page-header .content-header {
        padding-left: 60px;
    }
    body .overlay-header.show {
        opacity: 1;
        transform: translateY(0);
        left: 0 !important;
    }
    .nav-tabs-alt .nav-item:last-child {
        margin-bottom: 0;
    }
    body #page-container.page-header-fixed #main-container {
        margin-top: 70px;
        overflow: hidden;
        padding-top: 0;
        background: rgb(182 225 211 / 20%);
        margin-left: 0;
    }
    body #page-container.page-header-fixed #page-header {
        box-shadow: unset;
    }
    body #sidebar {
        top: 0;
        left: 0;
        overflow: hidden;
    }
    body .nav-main li.nav-main-item {
        padding: 8px 0;
    }
    #sidebar .nav-main-item.open > .nav-main-submenu li.nav-main-item {
        padding: 0;
    }
    html body {
        background: var(--white);
    }
    body .sidebar-mini.sidebar-o.side-trans-enabled #sidebar {
        width: 100px;
        transform: translateX(0) !important;
        transition: width 0.45s,
            transform 0.45s cubic-bezier(0.2, 0.61, 0.42, 0.97);
    }
    #page-container.side-scroll.sidebar-o #sidebar:hover .content-header,
    #page-container.side-scroll.sidebar-o #sidebar:hover .content-side {
        transform: translateX(0);
    }
    body .sidebar-mini.side-trans-enabled #sidebar {
        left: 0;
        transform: translateX(-250px) translateY(0) translateZ(0) !important;
        transition: width 0.45s,
            transform 0.45s cubic-bezier(0.2, 0.61, 0.42, 0.97);
    }
    body .sidebar-mini.sidebar-o.side-trans-enabled #sidebar:hover {
        width: 250px;
        transform: translateX(186px);
        transition: width 0.45s,
            transform 0.45s cubic-bezier(0.2, 0.61, 0.42, 0.97);
    }
    #page-container.side-scroll #sidebar .content-header,
    #page-container.side-scroll #sidebar .content-side {
        transform: translateX(0);
    }
    #sidebar .simplebar-scrollable-x .nav-main-link.active {
        background-color: transparent !important;
    }
    #sidebar:hover .simplebar-scrollable-x .nav-main-link.active {
        background-color: var(--secondaryColor) !important;
    }
    body .js-sidebar-scroll.simplebar-scrollable-x ul.nav-main li a.active {
        background: 0 0 !important;
    }
    #sidebar .simplebar-scrollable-x ul.nav-main li a .s-icon-bg {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-left: calc(100px - 87px);
        width: 55px;
        border-radius: 12px;
    }
    #sidebar .simplebar-scrollable-x ul.nav-main li a.active .s-icon-bg {
        background-color: var(--secondaryColor);
        box-shadow: var(--lightBoxShadow);
        height: 55px;
        border: 1px solid #8f8bff;
    }
    img.hvr-icon {
        display: none;
    }
    .js-sidebar-scroll.simplebar-scrollable-x
        ul.nav-main
        li
        a.nav-main-link::after,
    .js-sidebar-scroll.simplebar-scrollable-x
        ul.nav-main
        li
        a.nav-main-link::before {
        display: none;
    }
}
.dark-mode .view-form p,
.dark-mode table.custom-table tbody tr td {
    color: var(--darkLighPrimary);
}
html body.body-dark-mode {
    background: var(--darkMainContainer);
}
body .dark-mode#page-container.page-header-fixed #main-container {
    background: #1a151e;
}
.dark-mode table.custom-table > tbody > tr:hover > * {
    box-shadow: inset 0 0 0 9999px rgb(25 29 37);
}
.dark-mode .nav-tabs-alt .nav-link.active {
    background: var(--primaryColor);
    border-radius: var(--radius10);
    box-shadow: var(--lightBoxShadow);
    color: var(--primaryLight);
}
body .dark-mode .nav-tabs-alt .nav-link:hover {
    color: var(--primaryLight);
}
.dark-mode .nav-tabs-alt .nav-link:focus,
.dark-mode .nav-tabs-alt .nav-link:hover {
    box-shadow: unset;
}
.dark-mode .nav-tabs-alt .nav-link.active svg path,
.dark-mode .nav-tabs-alt .nav-link:hover svg path {
    fill: var(--primaryLight);
}
body .dark-mode .custom-block {
    border: 1px solid var(--darkMainContainer);
}
body #page-container.page-header-dark #page-header,
body .dark-mode#page-container.page-header-dark #page-header {
    background-color: var(--secondaryColor);
}
.dark-mode .fa-25x,
body #page-container.page-header-dark #page-header .fa-25x {
    color: var(--primaryLight);
}
.dark-mode .bg-f6 {
    background: var(--darkMainContainer);
    color: var(--white);
}
.dark-mode .attachment {
    border: 1px solid #2b2f3f;
}
.dark-mode #page-header-search.bg-primary-custom {
    background-color: var(--secondaryColor) !important;
}
.dark-mode .img-upload {
    background: var(--charcoal);
    border-color: var(--primaryColor);
}
.dark-mode footer.bg-body-light {
    background-color: #241c2a !important;
}
body .dark-mode #page-footer a {
    color: #bcc7e1;
}
.dark-mode .nav-tabs-alt .nav-link:hover {
    background-color: var(--charcoal);
    border-radius: var(--radius10);
}
.dark-mode .nav-tabs-alt .nav-link.active:hover {
    background-color: var(--primaryColor);
}
.dark-mode .form-floating > label {
    background: var(--darkGrey);
}
.dark-mode .form-control:focus,
.dark-mode .form-select:focus {
    border-color: var(--primaryColor);
}
.dark-mode .form-control:focus,
.dark-mode .form-select:focus {
    background-color: var(--darkGrey);
}
.dark-mode .form-control,
.dark-mode .form-select {
    background-color: var(--darkGrey);
    border-color: var(--inputBorder);
}
.dark-mode .dashboard-cards .block.block-rounded > .block-content {
    background: #241c2a;
}
.dark-mode .dashboard-cards .block {
    border: 1px solid #191d24;
}
.dark-mode .dataTables_info {
    color: var(--primaryLight);
}
.dark-mode button.btn.btn-light {
    background: #241c2a;
    border-color: #3c424f;
    color: #fff;
}
.dark-mode a.text-link {
    color: #fff !important;
}
.dark-mode .vendor-collapse {
    background: rgb(26 21 30);
}
.dark-mode .vendor-collapse::after {
    background: #1a151e;
}
.dark-mode .vendor-collapse.collapse.show,
.dark-mode .table-wrap {
    background: #241c2a;
}
.dark-mode .table-wrap {
    border-color: #1a151e;
}
.dark-mode tbody,
.dark-mode td,
.dark-mode tfoot,
.dark-mode th,
.dark-mode thead,
tr {
    border-color: #37313d !important;
}
.dark-mode .table tr:hover {
    background: var(--darkGrey);
}
.dark-mode .offcanvas {
    background-color: #17131a !important;
}
.dark-mode .offcanvas-header {
    background-color: #1a151e !important;
}
.dark-mode .item-discounts input,
.dark-mode .item-discounts input::placeholder,
.dark-mode .item-discounts select,
.dark-mode .inline-box input,
.dark-mode .inline-box input::placeholder,
.dark-mode .inline-box select {
    color: #8d8d8d;
    background: #1a151e;
}
.dark-mode .item-discounts h6,
.dark-mode .inline-box {
    background: #241c2a;
}
.dark-mode .pagination li.paginate_button.page-item.active a.page-link {
    background: linear-gradient(157deg, #fc907e, #9f6eed);
}
.dark-mode .v-detail-table thead tr th {
    color: #fff;
}
.dark-mode .v-detail-table tbody tr td {
    color: #88839c;
}

.btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}
.img-upload img {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    object-fit: cover;
}
body
    #sidebar
    .nav-main
    li.nav-main-item.open
    > ul.nav-main-submenu
    > li.nav-main-item
    > .nav-main-link.active,
body
    #sidebar
    .nav-main
    li.nav-main-item
    > ul.nav-main-submenu
    > li.nav-main-item:hover
    > .nav-main-link
    > .nav-main-link-name {
    color: #fff;
}
body
    #sidebar
    .nav-main
    li.nav-main-item.open
    > ul.nav-main-submenu
    > li.nav-main-item
    > a.nav-main-link {
    color: #96a1b6;
}
#team-create .userPermission {
    display: none;
}
.pme-error-page h1 {
    font-size: 6rem;
    line-height: 7rem;
}
.pme-error-page h2 {
    font-size: 3rem;
}
.pme-error-page p {
    color: #cecece !important;
    font-weight: 300;
}
.pme-error-page .btn.btn-lg.btn-alt-danger {
    background: linear-gradient(157deg, #fc907e, #9f6eed) !important;
    border: 0;
    color: #fff !important;
    padding: 20px 40px !important;
}
.custom-term-select2
    span.select2.select2-container
    span.select2-selection.select2-selection--single {
    height: 100%;
    border-color: #d1d8ea;
    border-radius: 0.375rem;
}
.custom-term-select2
    span.select2.select2-container
    span.select2-selection.select2-selection--single
    .select2-selection__rendered {
    height: 100%;
    display: flex;
    align-items: center;
}
.custom-term-select2 span.select2.select2-container {
    height: calc(2.7rem + 2px);
    max-width: 100%;
    width: 100% !important;
}
.custom-term-select2
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    display: none;
}
.custom-term-select2
    .select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    color: #343a40;
}
.custom-term-select2
    .select2-container--default.select2-container--focus
    .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open
    .select2-selection--multiple,
.select2-container--default.select2-container--open .select2-selection--single {
    box-shadow: unset;
}

.custom-select2
    span.select2.select2-container
    span.select2-selection.select2-selection--single {
    height: 100%;
    border-color: #d1d8ea;
    border-radius: 0.375rem;
}
.custom-select2
    span.select2.select2-container
    span.select2-selection.select2-selection--single
    .select2-selection__rendered {
    height: 100%;
    display: flex;
    align-items: center;
}
.custom-select2 span.select2.select2-container {
    height: calc(2.7rem + 2px);
    max-width: 100%;
    width: 100% !important;
}
.custom-select2
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    display: none;
}
.custom-select2
    .select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    color: #343a40;
}
.custom-select2
    .select2-container--default.select2-container--focus
    .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open
    .select2-selection--multiple,
.select2-container--default.select2-container--open .select2-selection--single {
    box-shadow: unset;
}
.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #ec5d00 !important;
}
#page-header {
    box-shadow: 0 4px 28px rgb(0 0 0 / 4%);
}
.shadow-up {
    box-shadow: 0 -5px 30px rgb(0 0 0 / 4%);
}
.block-header-default {
    background-color: #fff;
}
.table-wrap {
    background: #fcfaff;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #f0e8fb;
}
.table tr td,
.table tr th {
    font-size: 14px;
    color: #433c4e;
}
.table tbody tr:hover,
.table tbody tr:active {
    background: #fff;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 4%);
    transition: all 0.3 ease;
}
.table thead tr:hover,
.table thead tr:active {
    background: transparent;
    box-shadow: none;
    transition: all 0.3 ease;
}
.table tr th {
    padding-top: 0;
}
.table-hover > tbody > tr:hover > * {
    background: #f8f5fd;
}
tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: #f3f0f9 !important;
}
.vendor-collapse.collapse.show {
    background: #fff;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 5%);
    border-radius: 10px;
    padding: 20px;
}
.search-result {
    margin-top: 20px;
    max-height: 500px;
    overflow-y: auto;
}

.block.block-rounded > .block-header,
.block.block-rounded > .nav-tabs {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.search-result {
    margin-top: 20px;
}

#page-loader {
    display: none;
}

.offcanvas-loader {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(34, 6, 51, 0.4);
    backdrop-filter: blur(5px);
    z-index:5;
}
.custom-loader {
    width: 50px;
    height: 50px;
    display: grid;
    animation: s4 4s infinite;
    position: absolute;
    top: 50%;
    left: 50%;
}
.custom-loader::before,
.custom-loader::after {
    content: "";
    grid-area: 1/1;
    border: 8px solid;
    border-radius: 50%;
    border-color: #ffffff #ffffff #0000 #0000;
    mix-blend-mode: darken;
    animation: s4 1s infinite linear;
}
.custom-loader::after {
    border-color: #0000 #0000 #e4e4ed4d #e4e4ed45;
    animation-direction: reverse;
}

@keyframes s4 {
    100% {
        transform: rotate(1turn);
    }
}

#po-item-discounts .invalid-feedback {
    display: none !important;
}

#category
    span.select2-selection.select2-selection--multiple.select2-selection--clearable {
    overflow-y: scroll;
    overflow-x: hidden;
    min-height: 45px;
    max-height: 45px;
}

#category span.selection {
    line-height: initial;
}

#category
    .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    font-size: 11px;
    font-weight: 400;
    color: #232148 !important;
}

.vendor-option-discount-close-specific {
    background: none;
    color: #ff4141;
}

#preview-image-modal .modal-dialog .modal-content {
    width: 800px !important;
}

#preview-image-modal .modal-dialog {
    max-width: 800px !important;
}

.category-div {
    max-width: 180px;
    min-width: 180px;
    padding: 6px;
    border: 1px solid #ccc;
    text-align: center;
    min-height: 42px;
    max-height: 42px;
}

.item-extras-table thead tr {
    line-height: 36px;
    min-height: 36px;
    height: 36px;
}

.item-extras-table thead tr th {
    border: 1px solid #ccc;
}

.item-extras-table tbody tr td {
    text-align: center;
    border: 1px solid #ccc;
}

/* .item-extras-table tbody tr td:nth-child(1), .item-extras-table thead tr th:nth-child(1){
    width: 40% !important;
}
.item-extras-table tbody tr td:nth-child(2), .item-extras-table thead tr th:nth-child(2){
    width: 20% !important;
}
.item-extras-table tbody tr td:nth-child(3), .item-extras-table thead tr th:nth-child(3){
    width: 20% !important;
}
.item-extras-table tbody tr td:nth-child(4), .item-extras-table thead tr th:nth-child(4){
    width: 20% !important;
} */

.create-item-extra-check-input-parent {
    display: -webkit-inline-box;
}

.vendor-extra-create-parent .form-group label {
    margin-right: 10px;
}

.vendor-extra-create-parent .form-group input[type="text"],
.vendor-extra-create-parent .form-group select {
    margin-right: 10px;
}

.vendor-extra-create-parent .form-group input[name="category"] {
    background: #ccccccb3;
    border: 1px solid #d1d8ea;
}

.vendor-extra-create-parent .form-group #extra-category[readonly="readonly"] {
    background-color: lightgray;
    color: darkgray;
    cursor: not-allowed;
}

.select2-container--default .select2-selection--single {
    min-height: 40px;
    max-height: 40px;
}

@media (max-width: 991.98px) {
    body {
        background: rgb(182 225 211 / 20%) !important;
    }
}

@media (max-width: 576.98px) {
    div.dataTables_wrapper {
        width: 100%;
        display: inline-table;
    }
}

.offcanvas-body {
    height: 100%;
}

table
    tbody#purchasing-cart-body
    tr
    td
    .list-group.list-group-flush
    .list-group-item {
    border: 0 !important;
    padding: 4px;
}

tr.vendor_option_parent_row {
    position: relative;
}
tr.vendor_option_parent_row:hover .ani-arrows {
    opacity: 1;
    z-index: 1;
}
.ani-arrows {
    position: absolute !important;
    left: 49%;
    padding: 0 !important;
    top: calc(100% - 24px);
    opacity: 0;
    z-index: -1;
}

.ani-arrows i {
    stroke: #2994d1;
    fill: transparent;
    stroke-width: 1px;
    animation: arrow 2s infinite;
    -webkit-animation: arrow 2s infinite;
    position: absolute;
}

@keyframes arrow {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes arrow {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.ani-arrows .a1 {
    animation-delay: -1s;
    -webkit-animation-delay: -1s;
}

.ani-arrows .a2 {
    animation-delay: -0.5s;
    -webkit-animation-delay: -0.5s;
    top: 6px;
}
.item-dropdown-data li:hover ul {
    transform: scale(1);
}
.item-dropdown-data li {
    position: relative;
    list-style: none;
}
.item-dropdown-data li ul {
    background: #fff;
    padding: 15px;
    border-radius: 6px;
    position: absolute;
    min-width: 200px;
    width: 100%;
    z-index: 1;
    top: calc(100% - 146px);
    transform: scale(0);
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.04);
    right: -125%;
    transition: all 0.2s ease-in-out;
    border: 1px solid #f5f5f5;
    min-height: 210px;
    max-height: 210px;
    overflow-x: hidden;
}
.item-dropdown-data li .true-cost-item-span {
    font-weight: 600;
    text-decoration: underline;
    font-size: 11px;
}
/* .item-dropdown-data li ul::after {
    content: "";
    position: absolute;
    left: -4px;
    top: 3px;
    width: 12px;
    height: 12px;
    background: #fff;
    transform: rotate(45deg);
    box-shadow: -1px 0.5px 0px 0px rgba(0, 0, 0, 0.05);
    z-index: 0;
} */
.item-dropdown-data li .offcanvas-loader {
    border-radius: 10px;
}
.item-dropdown-data li .offcanvas-loader .custom-loader {
    left: 40%;
    top: 40%;
}
.item-dropdown-data li ul.billing-summary li,
.item-dropdown-data li ul.billing-summary li span {
    font-size: 12px;
}
.item-dropdown-data-unit li:hover ul {
    transform: scale(1);
}
.item-dropdown-data-unit li {
    position: relative;
    list-style: none;
}
.item-dropdown-data-unit li ul {
    background: #fff;
    padding: 15px;
    border-radius: 6px;
    position: absolute;
    min-width: 200px;
    width: 100%;
    z-index: 1;
    top: calc(100% - 146px);
    transform: scale(0);
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.04);
    right: -76%;
    transition: all 0.2s ease-in-out;
    border: 1px solid #f5f5f5;
    min-height: 210px;
    max-height: 210px;
    overflow-x: hidden;
}
.item-dropdown-data-unit li .true-cost-item-span {
    font-weight: 600;
    text-decoration: underline;
    font-size: 11px;
}
/* .item-dropdown-data li ul::after {
    content: "";
    position: absolute;
    left: -4px;
    top: 3px;
    width: 12px;
    height: 12px;
    background: #fff;
    transform: rotate(45deg);
    box-shadow: -1px 0.5px 0px 0px rgba(0, 0, 0, 0.05);
    z-index: 0;
} */
.item-dropdown-data-unit li .offcanvas-loader {
    border-radius: 10px;
}
.item-dropdown-data-unit li .offcanvas-loader .custom-loader {
    left: 40%;
    top: 40%;
}
.item-dropdown-data-unit li ul.billing-summary li,
.item-dropdown-data-unit li ul.billing-summary li span {
    font-size: 12px;
}
/* width */
.custom-scrollbar::-webkit-scrollbar {
    width: 2px;
}

/* Track */
.custom-scrollbar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(255, 255, 255);
    border-radius: 10px;
}

/* Handle */
.custom-scrollbar::-webkit-scrollbar-thumb {
    background: fff;
    border-radius: 2px;
}

/* Handle on hover */
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #fff;
}

.multiselect.dropdown-custom-column {
    border: 0;
    background: #f7f4fc;
    padding: 7px;
    border-radius: 6px;
    position: relative;
}

.multiselect.dropdown-custom-column::before {
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 0.625rem;
    display: block;
    margin-top: -0.5rem;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro";
    font-weight: 900;
    transition: opacity 0.3s cubic-bezier(0.2, 0.61, 0.42, 0.97),
        transform 0.3s cubic-bezier(0.2, 0.61, 0.42, 0.97);
}
.in-take-columngroup .dropdown-item:hover {
    background: #ec5d00;
    border-radius: 0;
    color: #fff;
}
.in-take-columngroup .dropdown-item span.form-check {
    padding: 0 0 0 24px;
    margin: 0;
}
.in-take-columngroup .dropdown-item.active {
    background: #fff;
    color: #35263f;
}
.in-take-columngroup .dropdown-menu {
    width: 100%;
}
.lh-initial {
    line-height: inherit;
}
.inline-box.lh-initial input {
    min-width: inherit;
    max-width: inherit;
}

.pme-bg-blue {
    background-color: #e6ebff;
}
.inline-box.lh-0 {
    line-height: initial;
}
.items-orders-info-btn {
    background: transparent;
    padding: 0;
    border: 0;
    color: #ff5544;
    text-decoration: underline;
    margin-top: 10px;
}

.add-vendor-driver-name {
    max-width: 180px;
    width: 100%;
}
.formula-driven-fields-edit-row {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.vendor-driver-select-parent
    .select2-container--default
    .select2-selection--single {
    border-color: transparent !important ;
    font-weight: 600;
}
.vendor-driver-select-parent
    .select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    color: #34253e;
}
.vendor-driver-select-parent
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 40px;
}
.vendor-driver-select-parent
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 40px;
}
.cart-item-table tbody tr:hover {
    box-shadow: unset;
}
table tbody tr .item-spacing-child {
    padding-top: 2px;
    padding-bottom: 2px;
    color: #616161;
    font-size: 14px;
}
.cart-item-table span.cart-vendor-total {
    font-size: 1rem;
}
.bg-light-blue {
    margin: 0 !important;
    background: #e6ffff;
    padding: 4px;
    border-radius: 4px;
}

.table.cart-item-table tbody tr:last-child td {
    border: 0;
}

tr.cart-item-border-none hr {
    border: 0;
    margin: 10px;
}
.offcanvas.offCanvas-xl-width {
    width: 1000px;
}
.edit-price-vender-link{
    position: absolute;
    top: 16px;
    right: 15px;
    color: #a771e4;
    text-decoration: underline;
    
}
.edit-price-vender-link:hover, .edit-price-vender-link:focus, .edit-price-vender-link:active{
    color: #a771e4;
    text-decoration: underline;
}


.add-price-vender-link{
    position: absolute;
    top: 16px;
    right: 15px;
    color: #a771e4;
    text-decoration: underline;
    
}
.add-price-vender-link:hover, .add-price-vender-link:focus, .add-price-vender-link:active{
    color: #a771e4;
    text-decoration: underline;
}
.lh-40 .select2-selection__rendered {
    line-height: 40px !important;
}
a.remove-btn {
    color: #ff4141;
    font-size: 14px;
    text-decoration: underline;
}
a.add-material-labor {
    font-size: 14px;
}
.form-control-border{
    border: 1px solid #d1d8ea;
    max-width: 100% !important;
}
.made-in-house-cost-calculation-parent-row label {
    line-height: initial;
    top: 18px;
}

#item-edit-vendor-discount input[name*="to_quantity"],#item-add-vendor-discounts input[name*="to_quantity"]{
    min-width: inherit;
    max-width: 100px;
    padding-right: .8rem;
}
.inline-box.show-error .invalid-feedback {
    display: block !important;
}
.manage-table-content table.custom-table thead tr th:first-child {
    min-width: 300px;
    width: 20%;
}
.manage-table-content table.custom-table thead tr th:nth-child(3n), table.custom-table thead tr th:nth-child(4n) {
    min-width: 200px;
    width: 10%;
}
.manage-table-content table.custom-table thead tr th:nth-child(5n) {
    width: 11%;
    min-width: 200px;
}
.manage-table-content table.custom-table tbody tr td {
    min-width: 110px;
    max-width: 110px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.vendor-extra-listing
{
    overflow: hidden;
}
button.btn-close.filter-none {
    filter: initial;
    background: none;
    color: red;
    transition: .3s ease-in;
}

button.btn-close.filter-none:hover {
    color: #000;
}

.logo-text {
    position: absolute;
    top: 130px;
    left: 17px;
    font-size: 110px;
    color: #fff;
    z-index: -1;
    opacity: .02;
    writing-mode: vertical-rl;
    transform: rotate(0deg);
    text-orientation: sideways;
    font-weight: 600;
}
.userProfile img {
    width: 95px;
    height: 95px;
    border-radius: 99px;
    object-fit: cover;
    margin: 0 auto;
}
.userProfile {
    position: relative;
    border: 1px dashed #e7ddf7;
    padding: 1rem;
    border-radius: 10px;
}
.btn.profileEdit {
    background: rgb(227, 227, 227, .3);
    backdrop-filter: blur(5px);
    padding: 5px 10px;
    transition: all .3s ease;
}
.btn.profileEdit:hover {
    background: rgb(80 117 107);
    color: #fff;
}
.userProfileFields.row {
    border: 1px dashed #e7ddf7;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 10px;
}
button.btn.btn-danger {
    background: rgb(253 115 115 / 50%);
    color: #000;
    border-color: rgb(253 115 115 / 50%);
}
.user-password{
    position: relative;
}
.change-password {
    position: absolute;
    right: 10px;
    top: 50%;
    font-size: 12px;
    text-decoration: underline;
    color: rgb(0 0 0 / 60%);
    z-index: 1;
    transform: translateY(-50%);
    cursor: pointer;
}
.change-password:hover {
    color: rgb(0 0 0 / 100%);
}
.form-check-input.check-input-sm{
    width: 2.3rem;
    height: 1.2rem;
}
.form-switch .form-check-label{
    cursor: pointer;
    font-size: 14px;
}
.form-check.form-switch{
    line-height: 1.7rem;
}
.user-password input {
    padding-right: 7rem;
}
.bg-light{
    background: rgb(182 225 211 / 20%) !important; 
}
/* .form-check-input:checked {
    background-color: rgb(228 89 89 / 40%);
    border-color: rgb(188 59 59 / 50%);
}
.form-check-input:checked {
    background-color: rgb(43 144 50 / 40%);
    border-color: rgb(27 94 20 / 50%);
}
.form-check-input:checked {
    background-color: rgb(255 138 0 / 40%);
    border-color: rgb(160 91 0 / 50%);
} */

.main-multi-select {
    position: relative;
}
.multi-select {
    border: 1px solid #d1d8ea;
    border-radius: 4px;
    padding: 10px 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.main-multi-select:hover .multi-select-options{
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.multi-select-options {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background: rgb(255 255 255);
    box-shadow: 0px 0px 15px 5px rgb(0 0 0 / 5%);
    border-radius: 10px;
    padding: 1rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .3s ease;
    min-height: 192px;
    max-height: 200px;
    overflow-y: auto;
}
.multi-select-option .form-check {
    margin-bottom: 10px;
}
.multi-select-option .form-check:last-child {
    margin-bottom: 0;
}
.multi-select-option .form-check label{
    cursor: pointer;
}
.multi-select-tag{
    background: rgba(0 0 0 / 5%);
    padding: 4px 10px;
    border-radius: 99px;
    font-size: 14px;
}
.multi-select-tag i{
   cursor: pointer;
}
.create-new-user .offcanvas-body{
    height: calc(100vh - 134px);
}
.create-new-user .offcanvas-footer {
    padding: 15px;
    text-align: right;
}

.user-profile-image
{
    width: 95px;
    height: 95px;
    border-radius: 99px;
    position: relative;
    margin: 0 auto;
}

.suggestion-box {
    box-shadow: 0 8px 16px rgb(0 0 0 / 10%);
    width: 100%;
    text-align: left;
    padding: 16px;
    margin: 0px 16px;
}

.company-contact-name {
    margin: 0;
    padding: 6px 2px 0;
    font-size: 0.75rem;
    color: #212529;
    margin-bottom: 9px;
    font-weight: bold;
}

.company-contact-item a {
    color: #343a40;
    background: #e9ecef;
    padding: 2px 10px;
    display: inline-block;
    margin: 0 8px 8px 0;
    border-radius: 20px;
    font-size: 0.75rem;
}

.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0;
    padding-top: 422px;
}
.ibox-content {
    clear: both;
}
.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid;
    border-width: 1px;
}
#basic-search-result-div{
    position: absolute;
    right: 0;
    left: 0;
    top: 100%;
    width: 100%;
}
.results-wrapper {
    padding: 1rem;
    background: rgba(255, 255, 255, 3);
    width: 100%;
    box-shadow: 0px 10px 13px 6px rgba(0, 0, 0, .1);
    max-height: 500px;
    min-height: 100px;
    overflow-y: auto;
}

.results-wrapper table, .results-wrapper table tr th, .results-wrapper table tr td {
    border: 0;
    background: rgba(0, 0, 0, .001);
    padding: 4px 10px;
    margin: 0;
    font-size: 12px;
}
.results-wrapper .table-main {
    background: rgba(0, 0, 0, .03);
    border-radius: 10px;
    white-space: nowrap;
    max-width: 100%;
    overflow-x: auto;
}
.results-wrapper table .btn {
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 99px;
    background: #fff;
}
.results-wrapper .btn.btn-primary {
    padding: 2px 10px;
    font-size: 12px;
}
.results-wrapper p {
    font-size: 12px;
}
.ct-db .userProfile, .ct-db .userProfileFields.row {
    border: 0;
    padding: 0;
}

.search-loader {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgb(94 94 94 / 30%);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
}
.search-loader .spinner {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    animation: 0.75s linear infinite;
    animation-name: spinner-border;
    border: .2em solid currentcolor;
    border-right-color: rgba(0,0,0,0);
}
@keyframes spinner-border{
    100% {
        transform: rotate(360deg);
    }
}


   /* Responsive Design */
   @media screen and (max-width: 768px) {
   /* .horizontal-table table thead, .horizontal-table tbody, .horizontal-table th, .horizontal-table td, .horizontal-table tr  {
      display: block;
      width: 100%;
    } */

    /* Hide the table headers (for card layout) */
    .horizontal-table thead tr {
      display: none;
    }

    /* Card styles for each row */
   .horizontal-table tr {
      margin-bottom: 15px;
      border: 1px solid #ddd;
      border-radius: 8px;
      padding: 10px;
      background-color: #ffffff;
    }

   .horizontal-table tbody td {
      display: flex;
      justify-content: space-between;
      border: none;
      border-bottom: 1px solid #eee;
    }

    /* Label each cell with a pseudo-element */
    .horizontal-table tbody td:before {
        content: attr(data-label);
        font-weight: bold;
      width: 50%;
      display: inline-block;
    }

    /* Remove the last border */
    .mobile-view-table tbody td:last-child {
      border-bottom: none;
    }
    .search-fixed {
        position: fixed !important;
        width: calc(100% - 2rem);
        left: 1rem;
        z-index: 9;
        right: 1rem;
        transition: all .3s ease-in;
    }
    .results-wrapper {
        padding-top: 0;
    }
    .top-search-content{
        flex-direction: column;
        justify-content: end;
        align-items: end;
        text-align: right;
    }
    .top-sticky{
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        background-color: #fff;
    }
    .pt-12 {
        padding-top: 9rem !important;
    }
  }
@media (max-width: 500px) {
    div.dataTables_wrapper div.dataTables_filter input {
        margin-top: -7px;
        max-width: 205px;
    }
}

.btn-link-style {
    background: none;
    border: none;
    padding: 0;
    font-size: inherit;
    text-decoration: underline;
    cursor: pointer;
}

button.btn.btn-danger-2 {
    background: red;
    color: #fff;
}
button.btn.btn-primary-2{
    background: rgb(5, 126, 182);
    color: #fff;
}

.pac-container {
    z-index: 1050!important;
}

table.more-detail .search-loader{
    background: transparent;
    position: static;
}
.more-detail .list-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background: rgb(241 232 255 / 20%);
}
.more-detail .list-group .list-group-item {
    border: 0;
    background: transparent;
}

.show-contact-details
{
    cursor: pointer;
}
.contact-activity-right{
    overflow-x: hidden;
}
.contact-activity-icon {
    width: 35px;
    height: 35px;
    background: #f0f3f8;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 35px;
}
h6.contact-activity-title {
    text-transform: capitalize;
    white-space: normal;
    word-break: break-word;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, .66);
}
.main-contact-wrapper{
    padding-right: 2rem;
}

#company-contact-activity_wrapper .dataTables_scrollBody::-webkit-scrollbar {
    width: 5px;
    background: rgb(222 245 238 / 80%);
}
#company-contact-activity_wrapper .dataTables_scrollBody::-webkit-scrollbar-thumb {
    width: 6px;
    background: rgba(156, 182, 174, 0.8);
}
#company-contact-activity_wrapper .dataTables_scroll {
    border: 1px solid #ededed;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 2rem;
}
#company-contact-activity_wrapper .dataTables_scrollHead {
    display: none;
}
table.main-contact-activity tbody td:before {
    display: none;
}
.offcanvas .btn-close {
    filter: initial;
}
.sk-wave {
    display: flex;
    justify-content: space-between;
    width: 40px;
    height: 30px;
    white-space: nowrap;
}
.sk-wave-rect {
    background-color: #50756b;
    height: 100%;
    width: 15%;
    animation: sk-wave 1.2s infinite ease-in-out;
}
.sk-wave-rect:nth-child(2) {
    animation-delay: -1.1s;
}
@keyframes sk-wave{
    0%, 40%, 100% {
        transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1);
    }
}

.contact-activity-time-ago {
    color: rgba(0, 0, 0, .6);
    font-size: 11px;
    text-wrap: nowrap;
    padding-left: 6px;
}

.ani-arrows {
    position: absolute !important;
    left: 49%;
    padding: 0 !important;
    top: calc(100% - 24px);
    opacity: 0;
    z-index: -1;
}

tr.contact-option-parent-row:hover .ani-arrows {
    opacity: 1;
    z-index: 1;
}

.ani-arrows i {
    stroke: #2994d1;
    fill: transparent;
    stroke-width: 1px;
    animation: arrow 2s infinite;
    -webkit-animation: arrow 2s infinite;
    position: absolute;
}

.ani-arrows .a1 {
    animation-delay: -1s;
    -webkit-animation-delay: -1s;
}

.ani-arrows .a2 {
    animation-delay: -0.5s;
    -webkit-animation-delay: -0.5s;
    top: 6px;
}
.card-bg {
    background: #ffffff;
    padding: 17px;
}
.table-responsive tr {
    position: relative;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #f7f4fc !important;
    cursor: default;
    border-color: #d1d8ea !important;
}
.select2-container .select2-selection--multiple {
    min-height: 45px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #50756b !important;
    border: 1px solid #50756b  !important;

}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 1px solid #698b81 !important;
    color: #fff !important;
}
.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #50756b !important;
}

button.accordion-arrow {
    border: 1px solid #d7d7d7;
    border-radius: 999px;
    box-shadow: none;
    display: inline-block;
    vertical-align: middle;
    padding: 4px;
    font-size: 12px;
}
button.accordion-arrow i {
    display: flex;
}
table.v-detail-table tbody tr td.before-none::before {
    display: none;
}


@media (min-width: 768px) {
    td.border-md-top {
        border-top: solid 1px #ededed;
    }
    .table-responsive-md-max {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 767.98px) {
    td.d-inline-block-sm{
        display: inline-block !important; 
    }
}

.search-cross-button {
    position: absolute;
    right: 5px;
    top: 11;
    background: transparent;
    border: 0;
    color: rgba(0, 0, 0, .5);
}


/** order matching css starts here **/

.action-buttons-order-matching {
    display: flex !important;
    gap: 8px !important;
}


table#order-matching-table tbody tr td {
    width: 14.285%;
}

body .block #activity-types-table_wrapper.dataTables_wrapper .dataTables_length ,body .block #company-types-table_wrapper.dataTables_wrapper .dataTables_length {
 
    margin-bottom:0 !important;
}
#company-type-create .dynamic-input {
    position: relative;
    padding-bottom: 14px;
}
#company-type-create .dynamic-input .invalid-feedback {
    position: absolute;
    bottom: -10px;
}

#company-type-edit .dynamic-input {
    position: relative;
    padding-bottom: 14px;
}
#company-type-edit .dynamic-input .invalid-feedback {
    position: absolute;
    bottom: -10px;
}
/* Full-page preloader styling */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Black background with slight transparency */
    z-index: 9999; /* Ensure it appears on top of all content */
    display: flex;
    justify-content: center;
    align-items: center;
}

#loader {
    border: 4px solid #f3f3f3; /* Light gray border */
    border-top: 4px solid #3498db; /* Blue color for the spinner */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite; /* Spinner animation */
}

/* Spinner animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#advanced-search-result-div {
    position: absolute;
    right: 0;
    left: 0;
    top: 100%;
    width: 100%;
    /* max-width: 1600px;
    min-width: 1600px;
    padding: 0 80px; */
}

#advanced-search-result-div .text-ellipse .form-control {
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 200px;
    /* Adjust to your desired width */
    display: block;
}

.small-error-message {
    font-size: 0.8rem;
    /* Adjust as needed */
}

#advanced-search-details {
    position: absolute;
    right: 0;
    left: 0;
    top: 100%;
    width: 100%;
    /* max-width: 1600px;
    min-width: 1600px;
    padding: 0 80px; */
}
div#advanced-search-globally {
    position: absolute;
    top: 50%;
    right:-50px;
    transform: translate(-50%, -50%);
    font-size: 15px;
}


/* .checkbox-list {
    max-height: 50px;
    min-height: 50px;
    overflow: hidden;
    overflow-y: auto;
} */
.trash-btn.btn-danger.remove-rating-btn {
    right: -30px;
    top: 50%;
    width: auto;
    padding: 4px 10px;
}
.trash-btn.btn-danger.remove-rating-btn i.fa-trash:before {
    font-size: 18px;
}
.custom-invalid-feedback {
    width: 100%;
    font-size: 0.875rem;
    color: #e04f1a;
    margin-top: 5px;
}

.eye-icon-pwd .password-icons {
    right: 8px;
    top: 50%;
    transform: translate(-50%, -50%);
}
.eye-icon-pwd input.form-control {
   padding-right: 40px;
}

button.btn-eye.position-absolute.user-profile {
    top: 70% !important;
    right: 10px !important;
    transform: translateY(-50%) !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    z-index: 1 !important;
}

#teams-table tr td:nth-child(5) {
    display: flex;
    align-items: center;
    gap: 2px;
}


.pagination-controls-advance-search{
    text-align:center !important;
    padding: 8px !important;;
}

.notification-counter {
  position: absolute;
  top: 0px;
  right: 0px;
  background: red;
  color: white;
  border-radius: 50%;
  font-size: 12px;
  padding: 2px 6px;
  font-weight: bold;
  line-height: 1;
}

/* IMC toggle spacing near header search */
.form-switch {
    padding-left: 5em;
}

/* Ensure header actions layers and click behavior */
#header-search-actions { position: relative; z-index: 2; }
#header-search-actions #advanced-search-globally { z-index: 1; position: relative; }
#header-search-actions .imc-switch { z-index: 3; position: relative; }
#header-search-actions .imc-switch, #header-search-actions .imc-switch * { pointer-events: auto; }