/**
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 * 
 */

/*# sourceMappingURL=custom.css.map */

.sidebar-brand .logo {
    width: 90px;
}

.sidebar-brand .mini-logo {
    width: 30px;
}

.ui-tooltip-content {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    right: 10px;
}

/* badge */
.badge.badge-light-dark {
    background-color: rgba(75, 75, 75, .12);
    color: #4B4B4B !important;
}

.badge.badge-light-primary {
    background-color: rgba(103, 119, 239, .12);
    color: #7367F0 !important;
}

.badge.badge-light-secondary {
    background-color: rgba(130, 134, 139, .12);
    color: #82868B !important;
}

.badge.badge-light-success {
    background-color: rgba(40, 199, 111, .12);
    color: #28C76F !important;
}

.badge.badge-light-info {
    background-color: rgba(0, 207, 232, .12);
    color: #00CFE8 !important;
}

.badge.badge-light-warning {
    background-color: rgba(255, 159, 67, .12);
    color: #FF9F43 !important;
}

.badge.badge-light-danger {
    background-color: rgba(234, 84, 85, .12);
    color: #EA5455 !important;
}

.badge {
    padding: 5px 10px;
    border-radius: 5px;
}

.bg-light-dark {
    background-color: rgba(75, 75, 75, .12);
}

.bg-light-primary {
    background-color: rgba(103, 119, 239, .12);
}

.bg-light-secondary {
    background-color: rgba(130, 134, 139, .12);
}

.bg-light-success {
    background-color: rgba(40, 199, 111, .12);
}

.bg-light-info {
    background-color: rgba(0, 207, 232, .12);
    ;
}

.bg-light-warning {
    background-color: rgba(255, 159, 67, .12);
}

.bg-light-danger {
    background-color: rgba(234, 84, 85, .12);
}


.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
    font-size: calc(1.325rem + .9vw) !important
}

.fs-3 {
    font-size: calc(1.3rem + .6vw) !important
}

.fs-4 {
    font-size: calc(1.275rem + .3vw) !important
}

.fs-5 {
    font-size: 1.25rem !important
}

.fs-6 {
    font-size: 0.83rem !important
}

.disable-checkbox .custom-radio .custom-control-input:checked~.custom-control-label::before,
.disable-checkbox .custom-control-input:checked~.custom-control-label::before,
.disable-checkbox .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    opacity: 0.7;
}

.dataTables_scrollBody {
    /* overflow: unset !important; */
}

.modal-footer {
    padding-top: 0;
}

textarea.Reason {
    min-height: 100px;
}

.cke,
.cke_inner,
.cke_inner iframe {
    border-radius: .25rem;
}

.payment-setting h3 i {
    font-size: 1.6rem;
}

.choose-files input[type="file"] {
    position: absolute !important;
    top: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin-bottom: 0 !important;
}

.file {
    position: relative !important;
    left: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    width: 80%;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.accordion .accordion-header {
    background-color: #f5f5f5;
}

.browse-btn {
    cursor: pointer;
}

.browse-btn:hover {
    color: #ffffff !important;
}

[data-selected="true"] .qxt-uploader-select .card-file-thumb {
    box-shadow: 1px 3px 20px #959595;
    outline: 3px solid #6777ef;
}

[data-selected="true"] .qxt-uploader-select::after {
    content: "\f00c";
    position: absolute;
    left: auto;
    right: -6px;
    top: -2px;
    bottom: auto;
    background-color: #6777ef;
    width: 30px;
    height: 30px;
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 3px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
    text-align: center;
}

.w-200px,
.size-200px {
    width: 200px;
}

.qxt-file-box {
    position: relative;
}

.qxt-file-box .card-file .card-file-thumb {
    position: absolute;
    width: calc(100% - 16px);
    top: 8px;
    left: 8px;
    height: calc(100% - 16px);
    overflow: hidden;
    border-radius: 3px;
}

.qxt-file-box .card-file .card-body {
    position: absolute;
    width: calc(100% - 16px);
    bottom: 8px;
    left: 8px;
    padding: 10px 14px;
    background-image: linear-gradient(#ffffff00, black);
    right: 0;
    color: #fff;
    border-radius: 0px 0px 3px 3px;
}

.qxt-file-box .card-file .card-body h6 {
    font-size: 12px;
}

.qxt-file-box .card-file .card-body p {
    font-size: 10px;
    margin: 0;
    line-height: normal;
}

.qxt-file-box:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.qxt-file-box .card-file {
    cursor: pointer;
    /* overflow: hidden; */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
}

.card-file {
    padding: 8px;
    position: relative;
    border-color: rgb(223, 224, 228);
    transition: all 0.2s ease-in-out;
    margin-bottom: 20px;
}

.card-file .card-file-thumb {
    height: 120px;
    background-color: #f5f6fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-file .card-file-thumb img {
    max-width: 100%;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.qxt-file-box .dropdown-file {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 1;
}

.qxt-file-box .dropdown-file .dropdown-menu {
    width: 175px;
}

.qxt-file-box .dropdown-file>a {
    color: #5a5a5a;
    background: #f5f6fa;
    cursor: pointer;
    padding: 2px 6px 1px 2px;
}

.file-preview-item h6 {
    font-size: 13px;
    margin-bottom: 0;
}

.file-preview-item {
    padding: 8px;
    border: 1px solid #ebedf2;
    border-radius: 0.25rem;
}

.file-preview-item p {
    font-size: 10px;
    margin-bottom: 0;
    color: var(--secondary);
}

.file-preview-item .thumb {
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    height: 45px;
    width: 50px;
    text-align: center;
    background: #f1f2f4;
    font-size: 20px;
    color: #92969b;
    border-radius: 0.25rem;
    overflow: hidden;
}

.file-preview-item .thumb img {
    height: 45px;
}

.file-preview-item .remove {
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 30px;
    width: 30px;
}

.file-preview-item .body {
    min-width: 0;
}

.file-preview.box a {
    color: inherit;
}

.file-preview.box:after {
    content: "";
    clear: both;
    display: table;
}

.file-preview.box .file-preview-item {
    width: 160px;
    float: left;
    margin-right: 0.5rem;
    padding: 0;
    display: block !important;
    position: relative;
}

.file-preview.box .thumb {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    border-radius: 0;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.file-preview.box.sm .file-preview-item {
    width: 100px;
}

.file-preview.box.sm .thumb {
    height: 52px;
}

.file-preview.box .body {
    padding: 0;
    padding: 8px 8px 2px;
}

.file-preview.box .remove {
    position: absolute;
    top: -6px;
    right: -6px;
    width: auto;
    max-width: 100%;
}

.file-preview.box .remove .btn {
    padding: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #eaeaea;
}

@media (min-width:992px) {

    .w-lg-220px,
    .size-lg-220px {
        width: 220px;
    }
}

@media (max-width:992px) {
    .dataTables_scrollBody {
        overflow: auto !important;
    }

    .w-lg-220px,
    .size-lg-220px {
        width: 220px;
    }
}

.modal {
    overflow-y: scroll;
}

table.dataTable tbody tr.selected,
table.dataTable tbody th.selected,
table.dataTable tbody td.selected {
    color: unset;
    background-color: unset;
}

table.dataTable tbody tr.selected a,
table.dataTable tbody th.selected a,
table.dataTable tbody td.selected a {
    color: unset;
}

.validation-required {
    color: #fc544b !important;
}

.card-image {
    height: 70%;
    width: 100%;
}

.input-number {
    width: 38px;
    text-align: center;
}

td.name {
    white-space: nowrap;
}

.table:not(.table-sm):not(.table-md):not(.dataTable) td,
.table:not(.table-sm):not(.table-md):not(.dataTable) th {
    padding: 0 10px;
}

.toacart {
    cursor: pointer;
}

.w-3 {
    width: 3%;
}

.pro-size select {
    margin-left: 10px;
    padding: 8px 12px;
    border: 1px solid #eee;
    border-radius: 25px;
    text-transform: uppercase;
}

.pro-size label {
    font-weight: 600;
}

.product-color {
    display: flex;
    align-items: center;
    margin-top: 27px;
    flex: 1;
}

.product-color span.color {
    margin-left: 15px;
    line-height: 1;
    display: flex;
}

.product-color span.color a {
    padding: 2px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 100%;
}

.product-color span.color a.active {
    border-color: #333;
}

.product-color span.color a span {
    width: 25px;
    height: 25px;
    border-radius: 100%;
}

.pro-items {
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.pro-size {
    margin-top: 10px;
}

.pro-items ul.pro-wight {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.pro-items ul.pro-wight li {
    margin-left: 10px;
}

.pro-items ul.pro-wight li a {
    color: #adadad;
    border-bottom: 2px solid #adadad;
    padding: 2px 8px;
    text-decoration: none;
}

.pro-items ul.pro-wight li a.active {
    color: #000;
    border-color: #000;
    padding: 2px 8px;
}

.card .card-header h6 {
    color: #6777ef;
}

.pro-price {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.pro-rating {
    margin-top: 10px;
}

.pro-btn {
    margin-top: 20px;
}

.pro-btn .product-quantity-action {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.fw-900 {
    font-weight: 900;
}

.tax-infos {
    display: flex;
    white-space: nowrap;
    justify-content: space-between;
}

.card-img {
    position: relative;
    display: block;
    padding-top: 117%;
}

.card-img img {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.product-items {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-card-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-body-nop .card .card-body {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.product-body-nop .top-content {
    flex: 1;
}

.total-section .rounded-left {
    border-top-right-radius: unset !important;
    border-bottom-right-radius: unset !important;
}

.total-section .rounded-right {
    border-top-left-radius: unset !important;
    border-bottom-left-radius: unset !important;
}

textarea.form-control {
    height: unset !important;
}

.error-message {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.catgory-pad {
    margin-bottom: 14px;
}

.cart-product-list .product-sku {
    margin-top: 4px;
    display: flex;
    align-items: center;
}

.cart-product-list .product-sku div {
    font-weight: 800;
}

.cart-product-list .product-sku span {
    margin-left: 15px;
    line-height: 1;
    text-transform: capitalize;
}

.text-end {
    text-align: right !important;
}

.btn-flt {
    text-align: right !important;
}

.iti--allow-dropdown {
    display: block;
}

.iti__selected-flag {
    height: 40px !important;
}

.qxt-selectpicker {
    color: #495057;
    border-color: #e4e6fc;
}

.d-grid {
    display: grid;
}

.mt-35 {
    margin-top: 35px;
}

.file-preview-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    border: 1px solid #ebedf2;
    cursor: pointer;
    border-radius: 0.25rem;
}

.file-preview-item .thumb {
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    max-width: 50px;
    height: 45px;
    width: 50px;
    text-align: center;
    background: #f1f2f4;
    font-size: 20px;
    color: #92969b;
    border-radius: 0.25rem;
    overflow: hidden;
}

.file-preview-item .thumb img {
    height: 45px;
}

.file-preview-item .body {
    min-width: 0;
}

.file-preview-item .remove {
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 30px;
    margin-right: 18px;
    width: 30px;
}

.remove i {
    font-size: 19px;
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
}

.scroll-60-top {
    scroll-margin-top: 60px;
}

.imageContent {
    width: 100%;
    height: 100%;
}


.card-body.setting-card.setting-logo-box .logo-content {
    max-width: 100%;
    width: 100%;
    height: 60px;
    padding: 15px;
    position: relative;
    margin-bottom: 0;
}

.card-body.setting-card.setting-logo-box .logo-content a,
.card-body.setting-card.setting-logo-box .logo-content a img {
    width: 100%;
    max-width: 155px;
}

.choose-files {
    margin-top: 15px !important;
}

.choose-files div {
    color: #fff;
    background: #584ED2;
    border: none;
    border-radius: 10px;
    padding: 8px 15px;
    max-width: 155px !important;
    font-size: 12px;
    font-weight: 500;
}

.choose-files input[type="file"] {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin-bottom: 0 !important;
}

#products-table td {
    vertical-align: middle;
}

.file {
    position: relative !important;
    left: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    width: 80%;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.btn:not(.btn-social):not(.btn-social-icon):active,
.btn:not(.btn-social):not(.btn-social-icon):focus,
.btn:not(.btn-social):not(.btn-social-icon):hover {
    border-color: #fff !important;
}

@media (max-width:466px) {
    .card .card-stats .card-stats-items {
        flex-wrap: wrap;
        height: 100%;
    }
}

@media (max-width: 991px) {
    .dt-buttons {
        gap: 10px !important;
    }

    #document .card-body {
        padding: 25px 15px;
    }
}

@media (max-width: 767px) {

    .card:not(.table-card) .table tr td:last-child,
    .card:not(.table-card) .table tr th:last-child {
        padding-right: 5px;
    }

    .table td,
    .table th {
        padding: 0.7rem 5px;
    }

    .form-check {
        padding-left: 5px;
        padding-right: 5px;
    }

    .card-body {
        padding: 25px 10px;
    }

    .card:not(.table-card) .table tr td:first-child,
    .card:not(.table-card) .table tr th:first-child {
        padding-left: 5px;
    }

    .form-check-input {
        width: 15px;
        height: 15px;
        margin-top: 5px;
    }

    .table-row,
    .table-row .row {
        --bs-gutter-x: 0rem;
    }

    .card-main {
        min-width: 280px;
    }

    .custom-switch-v1.form-switch {
        padding-left: 0;
    }

    .faq .accordion .accordion-item .accordion-body {
        padding: 15px;
    }

    .form-switch .form-check-input {
        margin-left: 0 !important;
    }

    #general-setting .form-label {
        margin-bottom: 0;
    }

    #general-setting .form-check-input {
        margin-top: 0;
    }

    #profile .avatar {
        width: 40px;
        height: 40px;
        flex-shrink: 0;
        margin: 0 0 10px !important;
    }

    #profile .avatar input {
        width: 100%;
        height: 100%;
    }

    .admin-info {
        flex-direction: column;
        text-align: center;
    }

    .croppie-container .cr-boundary {
        width: 240px !important;
        height: 240px !important;
    }
}

@media (max-width: 576px) {
    .footer-logo {
        margin: 0 auto 20px;
        max-width: 200px;
        width: 100%;
    }

    .footer-logo img {
        width: 100% !important;
    }

    .footer .text-body,
    .footer .list-inline {
        text-align: center;
    }
}

@media (max-width: 579px) {
    .responsive-permission .col-3.form-check {
        width: 50%;
    }

    .table td,
    .table th {
        padding: 0.7rem 15px;
    }
}

@media (max-width: 375px) {
    .responsive-permission .col-3.form-check {
        width: 100%;
    }

    .card:not(.table-card) .table tr td:first-child,
    .card:not(.table-card) .table tr th:first-child {
        width: 50%;
    }
}

#brands-table td {
    vertical-align: middle;
}

textarea.form-control {
    height: auto !important;
}

#attributes-table td {
    vertical-align: middle;
}

#category-table td {
    vertical-align: middle;
}

#flate_rate {
    width: 100px;
}

#tags-table td {
    vertical-align: middle;
}

textarea.form-control {
    height: auto !important;
}

.minicolors-theme-default.minicolors {
    width: 100%;
}

.minicolors-theme-default .minicolors-swatch {
    height: 32px;
    width: 32px;
    border-radius: 3px;
}

.minicolors-swatch-color {
    border-radius: 3px;
}

.item-list,
.info-box {
    background: #fff;
    padding: 10px;
}

.item-list-body {
    max-height: 300px;
}

.panel-body p {
    margin-bottom: 5px;
}

.info-box {
    margin-bottom: 15px;
}

.item-list-footer {
    padding-top: 10px;
}

.panel-heading a {
    display: block;
}

.btn-menu-select {
    padding: 4px 10px
}

.disabled {
    pointer-events: none;
    opacity: 0.7;
}

.accordion-header {
    position: relative;
}

.accordion-header::after {
    position: absolute;
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    margin-left: auto;
    content: "";
    background-repeat: no-repeat;
    background-size: 1rem;
    transition: transform .2s ease-in-out;
    right: 10px;
    top: 10px;
}

.accordion .accordion-header[aria-expanded=true]::after {
    transform: rotate(-180deg);
    filter: invert(1);
}

#menuitems [data-toggle="collapse"] i {
    transition: 0.3s;
    transform: rotate(-180deg);
    color: #6c757d;
}

#menuitems [data-toggle="collapse"][aria-expanded="true"] i {
    transform: rotate(0deg);
}

.deactive-account {
    float: right;
}

.deactive-account i {
    margin-left: 0.25rem !important;
}

.chartRange {
    background: transparent;
    cursor: pointer;
    height: 100%;
}

.pagination {
    flex-wrap: wrap;
}

.theme-box {
    max-width: 300px;
}
.custom-col .col-auto{
    width: 100%;
    max-width: 50%;
}
@media (max-width:1440px) {
    table tr td .btn {
        margin: 0 5px 5px 0;
    }
}

@media (max-width:575px) {
    .section .section-title:before {
        position: absolute;
        left: -10px;
    }

    .section .section-title {
        padding-left: 30px;
    }

    .custom-switch {
        padding-left: 0.25rem;
    }

    .card-body.d-flex.justify-content-between.align-items-center {
        flex-direction: column;
        gap: 10px;
    }

    .qxt-selectpicker {
        margin-bottom: 10px;
    }

    .d-sm-flex.d-block .btn.btn-primary {
        margin-top: 10px !important;
    }

    .pagination {
        flex-wrap: wrap !important;
    }

    .theme-box {
        max-width: 270px;
    }

    .card .card-header,
    .card .card-body,
    .card .card-footer {
        padding: 20px 10px;
    }

    .section .section-header .section-header-breadcrumb {
        flex-wrap: wrap;
    }

}

@media (max-width:475px) {

    .w-lg-220px,
    .size-lg-220px {
        width: 200px !important;
    }
}

@media (max-width:435px) {

    .w-lg-220px,
    .size-lg-220px {
        width: 177px !important;
    }
}

@media (max-width: 390px) {

    .w-lg-220px,
    .size-lg-220px {
        width: 142px !important;
    }

    .dt-button.buttons-collection.btn.btn-outline-secondary.dropdown-toggle span,
    .dt-button.buttons-reset.btn.btn-outline-danger span,
    .dt-button.buttons-reload.btn.btn-outline-warning span {
        font-size: 0;
    }

    .dt-button.buttons-collection.btn.btn-outline-secondary.dropdown-toggle span i,
    .dt-button.buttons-reset.btn.btn-outline-danger span i,
    .dt-button.buttons-reload.btn.btn-outline-warning span i {
        font-size: 14px;
    }
}
@media (max-width: 1530px) {
    .custom-col .col-auto{
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 991px) {
    .custom-col .col-auto{
        max-width: 50%;
    }
}
@media (max-width: 768px) {
    .section-header.breadcrumbs-header {
        flex-wrap: wrap;
    }

    .section-header-breadcrumb.breadcrumbs-contact {
        margin-top: 10px;
        text-align: left !important;
    }
    .custom-col .col-auto{
        max-width: 100%;
    }
}

.form-control.rounded-right.file-amount {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 576px) {
    .section .section-lead{
        margin-left: 30px;
    }
}

