.page-wrapper {
    margin-bottom: 10rem;
}

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

.w-5 {
    width: 5%;
}

.w-6 {
    width: 6%;
}

.w-7 {
    width: 7%;
}

.w-8 {
    width: 8%;
}

.w-9 {
    width: 9%;
}

.w-10 {
    width: 10%;
}

.w-11 {
    width: 11%;
}

.w-12 {
    width: 12%;
}

.w-13 {
    width: 13%;
}

.w-14 {
    width: 14%;
}

.w-15 {
    width: 15%;
}

.w-16 {
    width: 16%;
}

.w-17 {
    width: 17%;
}

.w-18 {
    width: 18%;
}

.w-19 {
    width: 19%;
}

.w-20 {
    width: 20%;
}

.w-21 {
    width: 21%;
}

.w-22 {
    width: 22%;
}

.w-23 {
    width: 23%;
}

.w-24 {
    width: 24%;
}

.w-25 {
    width: 25%;
}

aside .nav-item.dropdown .dropdown-menu {
    background-color: rgba(var(--tblr-light-rgb), var(--tblr-bg-opacity)) !important;
    border-radius: 5px;
}

aside .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
    border-radius: 5px;
}

/* remove outline form inputs and select */
input:focus,
.form-control:focus,
.form-select:focus,
select:focus,

textarea:focus,
button:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid var(--tblr-primary);
}

.input-group-flat:focus-within {
    box-shadow: none !important;
    outline: none !important;
}

.input-group-flat input:focus {

    border-inline-start: 0px !important;
}


/*  */
.no-focus-effect {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.no-focus-effect:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;

}

body {
    overflow-y: overlay;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.05) transparent;
}

/* 

body::-webkit-scrollbar {
    width: 6px;
}

body::-webkit-scrollbar-track {
    background: transparent;
}

body::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    border: transparent;
} */

/* card-hover-visible */
.card .card-hover-visible {
    opacity: 0;
    position: absolute;
    top: 10px;
    /* set it to the middle  */
    left: 50%;
    transform: translateX(-50%);
    width: 80%;

    display: none;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.card:hover .card-hover-visible {
    opacity: 1;
    display: block;
    visibility: visible;

}

.dropzone {
    border: 0.0625rem solid #c6ccd6;
    border-radius: 0.5rem;
    background-color: #f9f9fb;
    display: block;
}

.dropzone .dropzone-container {
    padding: 2rem 0;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #8c96a8;
    z-index: 20;
}

.dropzone .dropzone-container .dropzone-title {
    padding-top: 1.5rem;
}

.dropzone .dropzone-container .browse {
    text-decoration: underline;
    color: #007bff;
}

.dropzone .file-input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}

.file-icon {
    /* Need position to allow stacking of pseudo-elements */
    position: relative;
    width: 4rem;
    height: 5.25rem;
    /* Padding for demo purposes */
    padding: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 2rem;
    color: #007bff;
    /* Second sheet of paper */
}

.file-icon,
.file-icon:before,
.file-icon:after {
    background-color: #ffffff;
    border-radius: 0.25rem;
    border: 0.125rem solid #b8bec9;
}

.file-icon:before,
.file-icon:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0.125rem solid #ccd0d8;
}

.file-icon:before {
    left: -0.625rem;
    top: 0.5rem;
    z-index: -1;
}

.file-icon:after {
    top: -0.25rem;
    right: -0.25rem;
    left: auto;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 0.25rem;
    border-width: 0.625rem;
    border-style: solid;
    border-color: #f9f9fb #f9f9fb #b8bec9 #b8bec9;
}

.hover-border:hover {
    border: 1px solid #d7a640;
    border-radius: 0.5rem;
    transition: all 0.1s ease-in-out;
}

.dtfc-fixed-left {
    z-index: 100;
    /* shadow:  */
    box-shadow: 0 0 0 1px #e9ecef;
    border-left: 1px solid #e9ecef;
}

.tox-promotion {
    visibility: hidden;
}

.tox-tinymce-aux .tox-toolbar__overflow {
    background-color: #fff !important;
}

/* hidethe default steper for input of type number */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.seo-preview .title {
    color: #1a0dab;
    display: block;

    font-size: 16px !important;
    margin: 0;
}

.seo-preview .link {
    color: #0d8a67;

    display: block;
    unicode-bidi: -moz-plaintext;
    unicode-bidi: plaintext;
    font-size: 13px !important;
}

.seo-preview .description {
    color: #999;

    font-size: 12px !important;
}

.seo-preview .img {
    width: 150px;
    object-fit: contain;
    border-radius: 0.5rem;
    margin-right: 10px;

}

.seo-preview .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 0.5rem;
}

.seo-preview {
    padding: 10px;
    border: 1px solid #e9ecef;
    border-radius: 0.5rem;
    background-color: #f9f9fb;
    display: flex;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tbody th,
table.dataTable tbody td,
table.dataTable tfoot th,
table.dataTable tfoot td {
    /* text-align: center; */
    border-color: #e9ecef;
    cursor: pointer;
    user-select: none !important;
    /* align vertical */
    vertical-align: middle !important;
    background-color: white !important;
}



table.dataTable tbody td img {
    border-radius: 5px;
}

/* on row hover */
table.dataTable tbody tr:hover {
    background-color: #f5f5f5;
}

.theme-dark table.dataTable tbody tr:hover {
    background-color: #1a2234;
}

.theme-dark .btn-light,
.theme-dark .bg-light,
.theme-dark .bg-white {
    background-color: #1a2234 !important;
    color: #f2f2f2 !important;
}

.theme-dark .text-dark {
    color: #f2f2f2 !important;
}

.theme-dark .status-dark {
    background: #010101 !important;
    color: #f2f2f2 !important;
}

/* datatabele pagination buttons */


table.dataTable {
    width: 100% !important;
}

.table-responsive {
    padding: 0.25rem !important
}

.dataTables_filter {
    width: 100%;
}

.dataTables_filter label,
.dataTables_filter label input {
    width: 100%;
    margin-top: 2px;
    margin-bottom: 5px;
}

.dataTables_filter label input {
    padding: 10px 10px !important;
    border: 1px solid #f1f1f1 !important;
}

.theme-dark .dataTables_filter label input,
.theme-dark input {
    border: 1px solid #1a2234 !important;
    color: #f2f2f2 !important;
}

.dataTables_filter label input:focus {
    outline: none;

}

/* set cursor for datatable row */

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #b18425;
    border-color: #b18425;
    border-radius: 3px;
    color: #ffffff !important;

}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #cca85e;
    border-color: #cca85e;
    border-radius: 3px;
    color: #ffffff !important;
}

.table .table-image {
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;
    object-fit: contain;
}

table.dataTable.no-footer {
    border-bottom: none !important;
    /* border: 1px solid #e9ecef; */
}

/* product price */
.product-price .regular-price.has-discount {
    color: #999;
    text-decoration: line-through;
    font-size: 12px;
    margin-right: 5px;
}

.product-price .regular-price:not(.has-discount) {

    font-size: 14px;
    font-weight: 600;
}

/* sale price */
.product-price .sale-price {
    color: var(--tblr-primary);
    font-size: 14px;
    font-weight: 600;
}



/* product price */
.product-price {
    display: flex;
    align-items: start;
    flex-direction: column;
}

/* price */
.product-price .price {
    color: var(--tblr-primary);
    font-size: 14px;
    font-weight: 600;
}

.b5-label {
    background-color: #d7a640;
    color: #fff !important;

}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

.steps-muted {
    --tblr-steps-color: var(--tblr-secondary) !important;
}


.form-selectgroup-input:focus+.form-selectgroup-label {
    box-shadow: none !important;
}

.ui-autocomplete {
    position: absolute;
    z-index: 9999;
    cursor: default;
    padding: 0;
    margin-top: 2px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
}

.ui-autocomplete li {
    padding: 3px 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-autocomplete li.ui-state-focus {
    background-color: #ddd;
}

.ui-helper-hidden-accessible {
    display: none;
}
.accordion-button:focus{
    border: none;
}