* {
    scrollbar-width: thin;
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .w-sm-100 {
        width: 100% !important;
    }

    .w-sm-75 {
        width: 75% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-25 {
        width: 25% !important;
    }

    .h-sm-100 {
        height: 100% !important;
    }

    .h-sm-75 {
        height: 75% !important;
    }

    .h-sm-50 {
        height: 50% !important;
    }

    .h-sm-25 {
        height: 25% !important;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .w-md-100 {
        width: 100% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-25 {
        width: 25% !important;
    }

    .h-md-100 {
        height: 100% !important;
    }

    .h-md-75 {
        height: 75% !important;
    }

    .h-md-50 {
        height: 50% !important;
    }

    .h-md-25 {
        height: 25% !important;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .w-lg-100 {
        width: 100% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-25 {
        width: 25% !important;
    }

    .h-lg-100 {
        height: 100% !important;
    }

    .h-lg-75 {
        height: 75% !important;
    }

    .h-lg-50 {
        height: 50% !important;
    }

    .h-lg-25 {
        height: 25% !important;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .w-xl-100 {
        width: 100% !important;
    }

    .w-xl-75 {
        width: 75% !important;
    }

    .w-xl-50 {
        width: 50% !important;
    }

    .w-xl-25 {
        width: 25% !important;
    }

    .h-xl-100 {
        height: 100% !important;
    }

    .h-xl-75 {
        height: 75% !important;
    }

    .h-xl-50 {
        height: 50% !important;
    }

    .h-xl-25 {
        height: 25% !important;
    }
}

.text-red {
    color: red;
}

.card-body {
    padding-top: 1.5rem;
}

.white-space-normal {
    white-space: normal !important;
    min-width: 250px;
}

.modal-content {
    background: #fff;
}

.custom-img {
    width: auto;
    height: 80px;
}

.dataTables_length {
    margin-bottom: 1rem;
}

div.dataTables_wrapper div.dataTables_filter input {
    width: auto;
}

.dataTables_info {
    margin-top: 1rem;
}
.dataTables_paginate {
    width: 100%;
}

.dataTables_paginate .pagination {
    padding-top: 1rem;
    width: 100%;
}

.invalid-feedback {
    display: block;
}

.avatar-5xl {
    width: 10rem;
    height: 10rem;
}

.overlay-icon {
    position: absolute;
    height: 50%;
    width: 100%;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    background-color: #02020278;
}

.flex-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.avatar:hover .overlay-icon {
    opacity: 1;
}

.bg-holder.overlay-0::before {
    background: rgba(0, 0, 0, 0.7);
}

.bg-holder.overlay::before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.25);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.fs--1:not(input):not(select) {
    font-size: 0.8333333333rem !important;
}

.fs--2 {
    font-size: 0.7333333333rem !important;
}

.required {
    color: tomato;
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    background-color: green;
    border-color: rgb(29, 141, 29);
    outline-color: rgb(14, 110, 14);
}

.card .card-header:not(.custom-accordion) {
    background-color: #eceffe;
    border-color: #4361ee !important;
}

.waves-effect {
    font-size: 0.8rem;
    font-weight: 800;
}

.fa-regular,
.far {
    font-weight: 600;
}

.card-header h4,
.card-header h5,
.card-header h6 {
    color: #3b3f5c;
    font-weight: 600;
    margin: 0;
    margin-bottom: 0px;
}

.form-label,
label {
    font-size: 15px;
    color: #0e1726;
    letter-spacing: 1px;
    display: inline-block;
    /* margin-bottom: 0.3rem;
    margin-top: 0.5rem; */
}

#sidebar ul.menu-categories li.menu > .dropdown-toggle i {
    color: #515365;
    fill: rgba(136, 142, 168, 0.1);
    margin-right: 6px;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    stroke-width: 1.8;
}

#sidebar ul.menu-categories li.menu > .dropdown-toggle i.fa-chevron-right {
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-group img {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    border: 2px solid #e0e6ed;
}

.img-group-show img {
    min-width: 46px;
    max-width: 100px;
    height: 46px;
    border-radius: 12px;
    border: 2px solid #e0e6ed;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

.user-info h2 {
    font-size: 32px;
    font-weight: 600;
    color: #009688;
}

.user-info .contacts-block li {
    margin-bottom: 2px;
    color: #3b3f5c;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.user-info .contacts-block li:hover {
    color: #009688;
    text-decoration: none;
}

@media (max-width: 575.98px) {
    .user-info .contacts-block li {
        justify-content: center;
    }
    .user-info h2 {
        text-align: center;
        margin-top: 1rem;
    }
}

.avatar-profile .fa-edit {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
    background: transparent;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.rounded-box {
    border-radius: 10px;
}

.custom-switch .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.custom-switch .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.custom-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.custom-switch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.custom-switch input:checked + .slider {
    background-color: #2196f3;
}

.custom-switch input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

.custom-switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.custom-switch .slider.round {
    border-radius: 34px;
}

.custom-switch .slider.round:before {
    border-radius: 50%;
}

#overlay {
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}
#overlay .cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#overlay .cv-spinner .spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}
.is-hide {
    display: none;
}

.btn.btn-icon {
    padding: 1.5px 1rem;
}

.btn.btn-icon i {
    font-size: 20px;
}

.avatar:hover input:disabled + .overlay-icon {
    opacity: 0;
    cursor: auto;
}

.pointer {
    cursor: pointer;
}

.swal-title {
    padding: 0 !important;
}

.swal-footer {
    text-align: center;
}

.swal-footer {
    margin-top: 0 !important;
}

.table:not(.dataTable) thead tr th:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.table:not(.dataTable) thead tr th:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.table-striped:not(.dataTable) > tbody > tr:nth-of-type(2n + 1) td:last-child,
.table-striped:not(.dataTable) > tbody > tr:nth-of-type(2n + 1) td:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.form-control,
.form-select {
    padding: 0.55rem 1.25rem;
}

table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting_asc_disabled::after,
table.dataTable thead .sorting_desc_disabled::after {
    right: 0;
    content: "";
}

table.dataTable thead .sorting::before,
table.dataTable thead .sorting_asc::before,
table.dataTable thead .sorting_desc::before,
table.dataTable thead .sorting_asc_disabled::before,
table.dataTable thead .sorting_desc_disabled::before {
    right: 0;
    content: "";
}

.navbar-logo {
    filter: brightness(0%);
}

label.error {
    font-size: small;
    color: #dc3545;
}

.swal-text {
    text-align: center;
}

.swal-footer {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}

.user-details {
    padding-left: 0 !important;
    padding-right: 0 !important;
    justify-content: start !important;
    gap: 10px;
}

.user-details .avatar-sm {
    min-width: 50px;
}

.object-fit-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
}

.avatar-xxl {
    width: 7.125rem;
    height: 7.125rem;
    font-size: 1.70833rem;
}

.badge.eye {
    position: absolute;
    z-index: 2;
    right: -15px;
    top: -15px;
    font-weight: 600;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    padding: 2px 0px;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    display: flex;
}

/* Widget Css For Dashboard */
.widget {
    position: relative;
    border-radius: 6px;
    border: none;
    background: #fff;
    border: 1px solid #e0e6ed;
    box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
}

.widget.widget-six {
    padding: 22px 18px;
    background: #fff;
}

.widget.widget-six .w-chart {
    display: flex;
}

.widget.widget-six .w-chart .w-chart-section {
    width: 50%;
}

.widget.widget-six .w-chart .w-chart-section .w-title {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0;
    color: #515365;
}

.widget.widget-six .w-chart .w-chart-section .w-stats {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-weight: 600;
}

.switch-inline {
    display: inline-block;
    margin-right: 1rem;
}
.form-switch-custom {
    padding-left: 2.5em;
}
.switch {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

.form-switch-custom .switch-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill: rgba(255, 255, 255, 1);'%3E%3Cpath d='M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm-1.999 14.413-3.713-3.705L7.7 11.292l2.299 2.295 5.294-5.294 1.414 1.414-6.706 6.706z'%3E%3C/path%3E%3C/svg%3E") !important;
}
.switch-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-switch-custom .switch-input {
    border-radius: 15px !important;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill: %231b2e4b;'%3E%3Cpath d='M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm4.207 12.793-1.414 1.414L12 13.414l-2.793 2.793-1.414-1.414L10.586 12 7.793 9.207l1.414-1.414L12 10.586l2.793-2.793 1.414 1.414L13.414 12l2.793 2.793z'%3E%3C/path%3E%3C/svg%3E");
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out;
}

.switch-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.form-switch-secondary .switch-input:checked {
    background-color: #805dca !important;
    border-color: #805dca !important;
}

.switch-input[type="checkbox"] {
    border-radius: 0.25em;
}
.switch .switch-input {
    float: left;
    margin-left: -1.5em;
}
.switch-input {
    width: 1em;
    height: 1em;
    vertical-align: top;
    background-color: #bfc9d4;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 2px solid #bfc9d4;
    border-top-color: rgb(191, 201, 212);
    border-right-color: rgb(191, 201, 212);
    border-bottom-color: rgb(191, 201, 212);
    border-left-color: rgb(191, 201, 212);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 48px;
    height: 25px;
    cursor: pointer;
}

.switch-inline label {
    margin-bottom: 0;
    vertical-align: -webkit-baseline-middle;
    vertical-align: -moz-middle-with-baseline;
    vertical-align: sub;
    vertical-align: text-top;
    cursor: pointer;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 42px !important;
}

.select2-container .select2-selection--single {
    height: 42px !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 42px !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    font-size: 16px !important;
}

.select2-container--default .select2-selection--single:focus {
    box-shadow: none;
    border-color: #4361ee;
    color: #3b3f5c;
    background-color: #fff;
}

.select2-container--default .select2-selection--single {
    border-radius: 6px;
}

.dropzone .dz-message {
    height: 200px;
    justify-content: center;
    align-items: center;
    border: 2px dashed #4361ee;
    margin: 10px auto;
    border-radius: 10px;
    display: flex;
    gap: 10px;
    color: #4361ee;
    background-color: #cfd6fa75;
}

.dropzone .dz-message:hover {
    background-color: #cfd6fa54;
    border: 2px dotted #4361ee;
}

.dz-message.active {
    border: 2px solid #4361ee;
}

.dropzone .dz-message-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.choices {
    margin-bottom: 0 !important;
}

.choices__inner {
    border-radius: 6px !important;
    background-color: transparent !important;
    border: 1px solid #bfc9d4 !important;
    color: #3b3f5c !important;
    padding: 5px 7.5px !important;
    min-height: 43px !important;
}

.choices__inner.is-invalid {
    border-color: #dc3545 !important;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23e7515a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'%3e%3cline x1='18' y1='6' x2='6' y2='18'%3e%3c/line%3e%3cline x1='6' y1='6' x2='18' y2='18'%3e%3c/line%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(1.575em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.ui-sortable-handle {
    cursor: move;
}

.ui-sortable img {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14),
        0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}

.ui-sortable-handle .position-relative:hover {
    border: 2px solid gray;
    border-radius: 10px !important;
    overflow: hidden;
}

.table img.td-product {
    width: 42px;
    height: 42px;
    border-radius: 6px;
    margin-right: 10px;
    padding: 2px;
    box-shadow: 1px 1px 16px 0px rgba(0, 0, 0, 0.18);
    align-self: center;
}

.scrollbar-thin {
    scrollbar-width: thin;
}

.aspect-ratio-1 {
    aspect-ratio: 1;
    display: block;
    object-fit: contain;
}

.bg-gray {
    background-color: #e1e1e1;
}

.min-w-150 {
    min-width: 150px;
}

.carousel-handel {
    width: 50px;
    height: 50px;
    background-color: #4361ee;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
}

.coupon-code {
    padding: 5px 10px;
    border: 2px dashed gray;
    font-weight: 600;
}

.custom-control-inline {
    display: inline-block;
    margin-right: 10px;
}

.p-info-icon {
    padding: 2px 10px;
}

.icon-custom {
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #805dca;
    margin-right: 5px;
}

.max-w-60 {
    max-width: 60%;
}

.aspect-ratio-1 {
    aspect-ratio: 1;
    display: block;
    object-fit: contain;
}

#sidebar .theme-brand div.theme-logo {
    align-self: center;
    min-width: 45px;
}
