/* Common Css */
@font-face {
    font-family: mulish-font;
    src: url(../fonts/mulish/Mulish-Regular.ttf);
}

* {
    font-family: mulish-font;
}

body ::-moz-selection {
    background-color: var(--theme-secondary);
    color: var(--bs-white);
}

body ::selection {
    background-color: var(--theme-secondary);
    color: var(--bs-white);
}

body {
    font-family: "Mulish", sans-serif;
}

h6 {
    font-weight: 600;
}

p {
    font-size: 14px;
    line-height: 1.4;
}

.table td {
    color: #000000;
}

::-webkit-scrollbar-thumb {
    background-color: rgb(39 22 101 / 50%);
}

/* Sidebar Css */

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper {
    /* background: var(--theme-color); */
}

/* .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-icon-wrapper a img,
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-wrapper a img {
    width: 100%;
} */

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link {
    align-items: center;
    border-radius: 0;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

img.w-20 {
    width: 20px;
    margin-right: 20px;
}


/* Topbar Css */
.page-wrapper .page-header .header-wrapper .search-full .form-group:before {
    background-color: #3B61B9;
}

.page-wrapper .page-header .header-wrapper .search-full input {
    background-color: #ffffff;
    border: 1px solid #D6D6D6;
}


/* Page Content */
.page-wrapper.compact-wrapper .page-body-wrapper .page-body {
    background-color: #f1f1f1;
}

.card {
    border-radius: 10px;
}

.media .media-body>span {
    color: #000000;
}

.static-top-widget .align-self-center {
    width: 60px;
    height: 60px;
}

/* Table Css */
tr.custom-head {
    background-color: #f1f1f1;
    font-weight: 600;
}

tr.custom-head th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

tr.custom-head th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

tr.custom-head h6 {
    font-size: 15px;
    margin: 0;
}

.best-selling-table tbody tr td:first-child {
    min-width: 90px;
    padding-left: .75rem;
    padding-right: .75rem;
}

.page-wrapper .page-header .header-wrapper .nav-right.right-header ul li .profile-media .user-profile {
    border-radius: 10px;
}

.best-selling-table thead tr th:first-child {
    min-width: 90px;
}

.best-selling-table tbody tr td {
    padding: .75rem;
}

.badge-soft-warning {
    color: #f7b84b;
    background-color: rgba(247, 184, 75, .1);
}

.badge-soft-danger {
    color: #f06548;
    background-color: rgba(240, 101, 72, .1);
}

.badge-soft-success {
    color: #0ab39c;
    background-color: rgba(10, 179, 156, .1);
}

.transactions-table tbody tr td:first-child .transactions-name {
    width: calc(100% - 75px);
}

.transactions-table tbody tr td .transactions-icons {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 15px;
}

.transactions-table tbody tr td .transactions-icons.transactions-success {
    background-color: rgba(40, 200, 112, 0.12);
}

.transactions-table tbody tr td .transactions-icons.transactions-failed {
    background-color: rgba(247, 184, 75, .1);
}

.transactions-table tbody tr td:first-child .transactions-name h6 {
    font-size: 16px;
    font-weight: 900;
}

.table-product .table tbody tr td:nth-last-child(2) {
    text-align: left;
}

.card-header-title h4 {
    font-size: 22px;
    font-weight: 700;
}

.best-selling-table .table-image {
    width: 65px;
    height: 65px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.category-image {
    width: 65px;
    height: 65px;
    border-radius: 10px;
    overflow: hidden;
}

.title-header a.btn i {
    font-size: 16px;
}

.best-selling-table tbody tr td:last-child ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 15px;
}

.title-header.option-title .right-options ul {
    flex-flow: wrap;
    justify-content: end;
}

.page-title-box {
    padding: 10px 1.5rem;
    background-color: #ffffff;
    border-bottom: 1px solid none;
    margin: 0 -10px 20px;
    border-radius: 10px;
    box-shadow: none;
    border: none;
}

.breadcrumb-item.home-icon {
    color: var(--theme-color);
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '/';
}

.breadcrumb-item>a {
    color: #3B61B9;
}

.table-search input[type="text" i] {
    background-color: #ffffff;
    border: 1px solid #D6D6D6;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    line-height: 28px;
    padding-left: 20px;
    border-radius: 5px;
    padding-right: 50px;
}

.table-search input:focus {
    outline: none !important;
}

.table-search:before {
    content: "";
    position: absolute;
    top: 6px;
    right: 20px;
    z-index: 1;
    cursor: pointer;
    font-size: 18px;
    color: #898989;
    font-family: remixicon !important
}

.custom-field .form-label-title {
    /* position: absolute; */
    top: -15px;
    padding: 3px 0px;
    background: #ffffff;
    left: 18px;
    color: #707070;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    z-index: 1;
}

.theme-form input[type="text"],
.theme-form input[type="email"],
.theme-form input[type="search"],
.theme-form input[type="password"],
.theme-form input[type="number"],
.theme-form input[type="tel"],
.theme-form input[type="date"],
.theme-form input[type="datetime-local"],
.theme-form input[type="time"],
.theme-form input[type="datetime-local"],
.theme-form input[type="month"],
.theme-form input[type="week"],
.theme-form input[type="url"],
.theme-form input[type="file"],
.theme-form textarea,
.theme-form select {
    background-color: #ffffff !important;
    border: 1px solid #D6D6D6 !important;
    padding: 10px 10px 10px 10px !important;
    border-radius: 8px;
}

.custom-field .form-control,
.custom-field select,
.custom-field .form-control,
.custom-field input {
    height: 40px;
    border-radius: 8px;
    line-height: 40px;
    border: 1px solid #D6D6D6 !important;
    box-shadow: none;
}

.custom-field textarea.form-control {
    height: 110px;
}

.custom-toggle .switch {
    width: 44px;
    height: 20px;
}

.custom-toggle .switch-state:before {
    width: 26px;
    left: -5px;
    bottom: 0;
    top: 0;
    background-color: #271665;
    margin: auto;
}

.custom-toggle .switch-state {
    background-color: #EEEFF4;
}

.custom-toggle .switch input:checked+.switch-state:before {
    background-color: #f2c04f;
}

.custom-editor .note-editor .note-toolbar>.note-btn-group,
.note-popover .popover-content>.note-btn-group {
    border-right: 1px solid #f4f4f4;
}

.custom-editor .panel-heading.note-toolbar {
    border-bottom: 1px solid #f4f4f4;
}

.custom-dropzone .form-control[type="file"] {
    height: 100%;
}

.dropzone-wrapper {
    border: none;
    height: 180px;
}

.dropzone,
.dropzone:focus {
    position: initial;
    height: 100%;
    opacity: 1;
    background-color: #ffffff;
    min-height: 180px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}

.dropzone .dz-preview:hover.dz-error .dz-error-message {
    display: none;
}

.custom-dropzone .form-control {
    position: absolute;
    outline: none !important;
    width: 100%;
    height: 150px;
    cursor: pointer;
    opacity: 0
}

.btn-add {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #3B61B9;
}

/* Login CSS */
.login-bg {
    background-color: #F5F5F5;
}

.login-detail .card-header {
    border-bottom: none;
}

.login-detail h2 {
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 15px;
}

.login-detail .custom-field input.custom-input {
    padding-left: 70px;
}

.login-detail .custom-field img {
    position: absolute;
    top: 5.1px;
    left: 20px;
    width: 30px;
}

.login-detail .btn-yellow {
    background-color: #271665;
    border-color: #271665;
    color: #ffffff;
    border-radius: 10px;
}

.login-detail .btn-icon {
    padding: 10px;
    box-shadow: 0px 3px 10px rgba(59, 97, 185, 0.2);
    background-color: #ffffff;
}

.login-detail .custom-field input:-internal-autofill-selected {
    background-color: #ffffff !important;
}

.sub-total-table tbody tr td,
.sub-total-table tbody tr th {
    border-bottom: 0;
    padding: 9px 15px !important;
}

.avatar-sm {
    height: 50px;
    width: 50px;
    overflow: hidden;
}

.vstack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.custom-order .accordion-button::after {
    content: none;
}

.custom-order .avatar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #405189;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.custom-order .avatar-xs {
    height: 2rem;
    width: 2rem;
}

.custom-order.profile-timeline .accordion-item .accordion-button {
    background-color: transparent;
}

.custom-order.profile-timeline .accordian-line .accordion-item::before {
    content: "";
    border-left: 2px dashed #cdcdcd;
    position: absolute;
    height: 100%;
    left: 23px;
}

.custom-order.profile-timeline .accordion-item:first-child::before {
    top: 8px;
}

.custom-order.profile-timeline .accordion-item {
    position: relative;
}

.custom-order .accordion .accordion-body {
    color: #878a99;
}

.custom-order .accordion-button:not(.collapsed) {
    color: #000000;
}

.footer {
    z-index: 2;
}

/* 12-04-2023 */
.loader-overlay {
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    z-index: 9998;
    display: none;
}

.loader-16 {
    transform: rotateZ(45deg);
    perspective: 1000px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 9999;
}

.loader-16:before,
.loader-16:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    animation: 1s spin linear infinite;
}

.loader-16:before {
    transform: rotateX(70deg);
    color: #fff;
}

.loader-16:after {
    transform: rotateY(70deg);
    animation-delay: .4s;
    color: #95b64d;
}

@keyframes spin {

    0%,
    100% {
        box-shadow: .8em 0px 0 0px currentcolor;
    }

    12% {
        box-shadow: .8em .8em 0 0 currentcolor;
    }

    25% {
        box-shadow: 0 .8em 0 0px currentcolor;
    }

    37% {
        box-shadow: -.8em .8em 0 0 currentcolor;
    }

    50% {
        box-shadow: -.8em 0 0 0 currentcolor;
    }

    62% {
        box-shadow: -.8em -.8em 0 0 currentcolor;
    }

    75% {
        box-shadow: 0px -.8em 0 0 currentcolor;
    }

    87% {
        box-shadow: .8em -.8em 0 0 currentcolor;
    }
}

.loader-16 {
    display: inline-block;
    width: 7em;
    height: 7em;
    color: inherit;
    vertical-align: middle;
    pointer-events: none;
}

.catActive {
    background: #137413;
    color: #fff;
    padding: 5px 15px;
}

.catIn-Active {
    background: #f22323;
    color: #fff;
    padding: 5px 15px;
}

.gallery-images {
    display: block ruby;
    overflow: auto;
    scrollbar-width: thin;
    margin-top: 20px;
}

.gallery-images .prev-photo {
    margin: 5px;
    width: 130px;
    height: 130px;
    position: relative;
}

.gallery-images .prev-photo img {
    width: 100%;
    height: 100%;
}

.custom-field .select2-selection {
    width: 100% !important;
    max-width: 100%;
}

.custom-field .select2 .selection {
    width: 100%;
    height: 40px;
}

.cust-couponcheckbox .form-label-title {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.cust-couponcheckbox .form-label-title input {
    margin-right: 8px;
    margin-top: 0;
    height: auto;
}

.cust-couponcheckbox {
    display: flex;
    flex-wrap: wrap;
}

.cust-acbutton {
    width: auto;
}

@media (min-width: 767px) {
    #order-additional-detail {
        width: 50%;
        margin-left: auto;
    }
}

.filter-order {
    padding: 10px 20px;
}

#order-detail-table tbody .custom-over {
    height: 300px;
    overflow-y: auto;
}

#filter-form input {
    height: 40px !important;
    border-radius: 2px !important;
}

#filter-form .theme-form .select2-container .selection {
    border-radius: 2px !important;
}

#filter-form .select2-container .select2-selection--single {
    height: 20px !important;
}

.user-list-row {
    padding-top: 1.5rem;
    border-top: 1px solid #cdcdcd;
}

.sm-table.table-responsive {
    display: block;
    height: 400px;
    overflow-y: auto;
    padding-right: 10px;
    scrollbar-width: thin;
}

.best-selling-table thead {
    position: sticky;
    top: 0;
}

hr::before {
    color: #2792bf;
    font-size: 20px;
    width: max-content;
    height: 31px;
    left: 0;
    content: "Billing Details";
    position: absolute;
    background: white;
    top: -14px;
    z-index: 1;
    display: flex;
    text-align: center;
    margin: auto;
    right: 0;
    justify-content: center;
    padding: 0 15px;
}

hr {
    opacity: 1;
    z-index: 2;
}

.theme-form.cust-adorderforms .form-control {
    padding: 0 15px !important;
}

#filter-form .cust-adorderforms.theme-form .select2-container .selection {
    padding-right: 32px !important;
}

.cust-productslist {
    margin: 0 0 0 15px;
}

.cust-productslist li {
    list-style: disc;
    width: 165px;
    margin-bottom: 8px;
}

.loader {
    display: none;
    top: 150px;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: 2222;
}

.back-drop {
    background-color: #000000;
    display: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.5;
    position: fixed;
    z-index: 1111;
    transition: opacity 0.15s linear 0s;
}

.loader img {
    width: 15%;
    margin: 0 auto;
}

#file-upload {
    display: none;
}

.custom-file-upload {
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.pagination_content {
    display: flex;
}

.pagination_enteries {
    margin-right: 13px;
    margin-top: 7px;
}

.limit_filter label {
    font-size: 0;
}

select#pagination_limit {
    height: 32px;
    display: flex;
    align-items: center;
    background-color: #2f7ffc !important;
    color: white;
    box-shadow: 0 0 15px #abc1ec;
    border-radius: 30px !important;
    padding-right: 27px !important;
    border: none !important;
    background-image: url(../../assets/images/select-arrow-white.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right 8px center;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 25px 0 10px !important;
    margin-bottom: 6px;
}

.striped-table tbody tr td.pagination_footer {
    background-color: #fff !important;
}

td.dataTables_empty {
    text-align: center;
}

.sortable-header {
    cursor: pointer;
}

/* span.arrows_icons {
    display: inline-grid;
    position: absolute;
    margin-left: 5px;
} */

span.arrows_icons {
    display: inline-flex;
    flex-direction: column;   /* stack up & down icons */
    margin-left: 5px;
    position: relative;
    vertical-align: middle;
}

img.thead_arrows.opacity {
    opacity: 0.2;
}

img.thead_arrows.ASC {
    margin-bottom: -2px;
}

table#paginateTable {
    border-collapse: collapse;
    width: 100%;
}

#paginateTable th,
#paginateTable td {
    padding: 8px;
    border: 1px solid #ddd;
    text-align: left;
    max-width: 150px;
    /* Set a maximum width for cells */
}

td.center {
    text-align: center !important;
}

.table_filters {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search_filter {
    margin-bottom: 7px;
}

li.paginate_button_custom.current a {
    background-color: #2f7ffc !important;
    color: white !important;
}

.paginate_button_custom a {

    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: .5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    width: auto !important;
    border-radius: 5px !important;
    border: 1px solid #e4e4ee
}

.red {
    color: red;
    font-size: 12px;
}

.error {
    font-size: 12px;
}