@charset "UTF-8";

input[type='color'].form-control {
    padding: 0.3rem !important;
}

.loginsidebg {
    background-image: url(/assets/media/bg/sc-home1-bg_1.png);
    background-size: 130%;
}

.logintop {
    background-color: white;
    padding: 0 0;
}

.dataTables_wrapper .dataTable td,
.dataTables_wrapper .dataTable th {
    padding: 0.5rem !important;
}

.invoicedetails.table td,
.invoicedetails.table th {
    padding: 0.1rem !important;
}

.orderdetails .card.card-custom > .card-body {
    padding: 0.5rem 2.25rem !important;
}

#deactivateCustomer [class*=' flaticon-']:before,
[class^='flaticon-']:before {
    font-weight: 600;
}

.form-check-input {
    width: 2rem !important;
    height: 2rem !important;
}

.dropdown-menu.routeOptions.dropdown-menu-sm {
    width: 200px !important;
}

.table-vm tbody tr td {
    vertical-align: middle;
}

#deleteInvItmBtnSec {
    cursor: pointer;
}

.sort-order-item {
    cursor: grab;
}

.ui-sortable-helper.selected {
    background: rgba(0, 234, 255, 0.1);
    border: 2px dashed rgba(209, 209, 209) !important;
}

input[type='number'].no-spinner-button::-webkit-outer-spin-button,
input[type='number'].no-spinner-button::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type='number'].no-spinner-button {
    -moz-appearance: textfield;
}

.thermalPrintBtn {
    top: 5px;
    right: 12px;
    position: absolute;

    border: none;
    background: none;
    outline: none;
}

.thermalPrintBtn i {
    font-size: 30px;
    color: #1db784;
}

thead.thead-sticky {
    position: sticky;
    top: 0;
    z-index: 1;
}

.required {
    color: red;
    margin-left: 5px;
}