body {
    overflow-x: hidden;
    font-size: 13px;
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a, .page-sidebar .page-sidebar-menu > li > a {
    font-size: 13px;
}

#flash-sale-form .table-wrapper {
    overflow-x: hidden;
}

.dataTables_wrapper td .table-actions {
    min-width: 0;
    width: fit-content;
    text-align: right;
    white-space: nowrap !important;
}

.order-customer-info {
    margin: 30px 0;
    padding: 15px;
    -webkit-box-shadow: 0 0 0 1px #d9d9d9;
    box-shadow: 0 0 0 1px #d9d9d9;
    border-radius: 4px;
}

.order-customer-info h3 {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-top: 0;
}

.address-item {
    position: relative;
    margin-bottom: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    padding: 10px 20px 0;
    border: 1px dashed #bfbfbf;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.gallery-images-wrapper .images-wrapper {
    min-height: 120px;
}

.main-form .CodeMirror {
    background: #f8f8f8;
    height: 95vh;
    max-height: 100%;
}

.table-has-actions .dataTables_filter {
    left: 170px;
}

.show#rv_media_modal, ul.context-menu-list.context-menu-root, .modal-open .context-menu-root, .rv-media-integrate-wrapper .rv-modals .modal.show{
    z-index: 999995!important;
}

.show#rv_media_modal .modal-dialog.modal-full{
    z-index: 999996!important;
}

.modal-backdrop.show{
    z-index: 9999!important;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* button */
::-webkit-scrollbar-button {
    background: #B3B3B3;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--color-2nd);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--color-1st);
}

/* Track */
::-webkit-scrollbar-track {
    background: #ffffff;
}

/* Corner */
::-webkit-scrollbar-corner {
    background: #222;
}

.label-pending {
    background-color: #EFC632;
    min-width: 72px;
}

.label-processing {
    background-color: #E2AA63;
    min-width: 72px;
}

.label-delivering {
    background-color: #97E3F1;
    min-width: 72px;
}

.label-delivered {
    background-color: #3BD471;
    min-width: 72px;
}

.label-completed {
    background-color: #3687C9;
    min-width: 72px;
}

.label-canceled {
    background-color: #ed6b75;
    min-width: 72px;
}

.label-failed {
    background-color: #ed6b75;
    min-width: 72px;
}

.label-refunding {
    min-width: 72px;
}

.label-refuned {
    min-width: 72px;
}

.label-fraud {
    background-color: #ed6b75;
    min-width: 72px;
}
