.theme-orange-text {
    color: #ef8157;
}

.theme-green-text {
    color: #6bd098;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #ef8157;
    border-color: #ef8157;
}

.page-link,
.page-link:hover {
    color: #ef8157;
}

.btn-red,
.alert-red {
    background-color: #ff6666;
}

.main-panel>.content {
    min-height: 100vh;
}

.table {
    background-color: #fff !important;
}

input[type=text],
select {
    width: 100%;
}

input[type=file] {
    width: auto;
}

textarea {
    padding: .25rem 1rem !important;
}

.min-w-100 {
    min-width: 100px !important;
}

.min-w-150 {
    min-width: 150px !important;
}

.min-w-200 {
    min-width: 200px !important;
}

.min-w-250 {
    min-width: 250px !important;
}

.min-w-350 {
    min-width: 350px !important;
}

.w-250 {
    width: 250px !important;
}

.w-350 {
    width: 350px !important;
}

.min-h-340 {
    min-height: 340px !important;
}

.fs-10 {
    font-size: 10px !important;
}

.p-100 {
    padding: 100px !important;
}

.px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.select2 {
    width: 100% !important;
}

.select2-container--default .select2-selection--single,
.system-sku-select {
    height: 31px !important;
    border: 1px solid #DDDDDD !important;
    border-radius: 4px;
    color: #444 !important;
    text-align: center !important;
}

.system-sku-select {
    width: 300px !important;
}

.login-bg {
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/assets/img/login-bg.jpg');
    background-size: cover;
}

.nc-button-power:hover,
.nav-link:has(i.nc-button-power):hover {
    color: #ff6666 !important;
}

.nav li a {
    color: #000 !important;
    font-weight: 600 !important;
}

.nav li a>i {
    opacity: 1 !important;
}

.nav li a:hover,
.nav li.active a {
    color: #ef8157 !important;
}

.complete-order-btn {
    background-color: #2f8857;
}

span.complete-order {
    position: relative;
}

span.complete-order:hover::after {
    content: attr(data-title);
    text-align: center;
    z-index: 9999;
    padding: 3px;
    width: 200px;
    border: 1px solid #000;
    border-radius: 10px;
    position: absolute;
    top: 30px;
    right: 0px;
    background: #00000099;
    color: white;
}

table.table-sticky th:last-child,
table.table-sticky td:last-child {
    background-color: #fff;
    position: sticky;
    right: -25px;
}

.table-sticky-div {
    max-height: calc(100vh - 275px);
    overflow-y: scroll;
}

small {
    font-weight: 400 !important;
}

a {
    color: #5a9cd7 !important;
}

a.btn {
    color: #fff !important;
}

#overlay {
    position: fixed;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: 1s 0.4s;
}
/* 
*, .card, .system-sku-select {
    background: #000;
    color: #fff !important;
}

button, .card, input[type=checkbox] {
    border: 1px solid #343434 !important;
} */