@import "./animation/border.css";
@import "./css/search.css";

body {
    /* font-size: 13.5px; */
    color: #0e0f11;
}

.page-sidebar-menu ul li a {
    /* font-size: 13.5px; */
    color: #0e0f11;
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid #eed3d7;
}

.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    color: #b94a48;
    transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}

.parsley-errors-list.filled {
    opacity: 1;
}

.parsley-errors-list:before {
    content: " ";
    clear: right;
    display: block;
}

from.parsley-validate.disable-bg-color input.parsley-success,
from.parsley-validate.disable-bg-color select.parsley-success,
from.parsley-validate.disable-bg-color textarea.parsley-success,
from.parsley-validate.disable-bg-color input.parsley-error,
from.parsley-validate.disable-bg-color select.parsley-error,
from.parsley-validate.disable-bg-color textarea.parsley-error {
    background-color: white !important;
}

.img-fit {
    height: 40px !important;
    object-fit: cover;
}

.logo-w {
    width: 30%;
}

.form-control::placeholder {
    color: #9e9e9e91;
    opacity: 1;
}

.sweet-alert {
    z-index: 2;
}

.mega-dropdown a>i {
    vertical-align: middle !important;
}

.form-control::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
    color: #9e9e9e91;
}

.table {
    margin-bottom: 0;
}

.table-order td,
.table-order th {
    padding: 5px;
}

a[class*="btn-"] {
    color: white !important;
}

a[disabled="disabled"] {
    pointer-events: none;
    opacity: .65
}

a.btn:hover {
    color: white !important;
}

.form-control[readonly] {
    background-color: #9e9e9e17;
}

#main-wrapper {
    min-height: 648px;
}

.bg-grey {
    background-color: #9e9e9e17;
}

.mh-292 {
    min-height: 292px;
}

.br-placeholder {
    border: 1.5px dotted #9e9e9eb5;
    margin-bottom: 10px;
    padding: 5px;
}

.br-placeholder h5,
.br-placeholder p {
    font-weight: 300;
    color: #9e9e9ead;
    margin-bottom: 8px;
}

.br2-dashed {
    border: 2px dashed #9E9E9E !important;
}

.br1-dashed {
    border: 1px dashed #9E9E9E !important;
}

.br-res-grey-1 {
    border-right: 2px solid #009688;
}

.bl-green-2 {
    border-left: 5px solid #28a745;
}

.bl-red-2 {
    border-left: 5px solid #e91e63;
}

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

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

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

.cmt-2 {
    margin-top: 2px;
}

.m-30 {
    margin: 30px;
}

.cmb-4 {
    margin-bottom: 4px;
}

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

.hide {
    display: none !important;
}

.w-100 {
    width: 100%;
}

.mh-125 {
    min-height: 125px;
}

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

.p-18 {
    padding: 18px;
}

.legend-price {
    /* border: 1px solid #e7e5e9;
    padding: 3px;
    font-size: 13px; */
}

.legend-price>span {
    font-weight: 500;
    font-size: 15px;
}

.wrap {
    white-space: inherit !important;
}

.pointer {
    cursor: pointer;
}

.icon-empty::before {
    content: "!";
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 50%;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    font-size: 1.5rem;
}

.border-top-2 {
    border-top: 2px solid #dee2e6;
}

.bg-l-grey {
    background: #9e9e9e08;
}

.bg-login {
    background: #f7f7fe;
}

.pagination {
    margin: 10px;
}

.text-green {
    color: #049004;
}

.text-red {
    color: #e43a45;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #0062cc;
}

.page-sidebar-menu ul li.active>a {
    color: #0062cc;
}

.sweet-overlay {
    background: #9e9e9e63 !important;
}

.sweet-alert h2 {
    font-size: 25px;
}

.sweet-alert .text-muted {
    font-size: 15px;
}

.sweet-alert .sa-icon {
    border: 2px solid gray;
    margin: 0.25rem auto;
}

.p-lr-10 {
    padding-right: 10px;
    padding-left: 10px;
}

[class*="alert-"] {
    border-left: 2px solid;
}

.page-sidebar-inner .accordion-menu i {
    font-size: 17px;
    margin-right: 5px;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 5px;
    padding: 0;
    color: inherit;
}

.input-group-text,
.custom-select {
    font-size: 12px;
}

.display-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.display-block {
    display: block !important;
}

.pl-0 {
    padding-left: 0;
}

.stock-item .form-group {
    margin-bottom: 0 !important;
}

.crud-label {
    margin-top: 3px;
}

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

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

.x-mt-4 {
    margin-top: 4px !important;
}

.permission-option label {
    width: 100%;
}

thead th .form-group {
    margin-bottom: 2px;
}

thead th button.btn-block {
    margin-top: 4px !important;
}

tbody ul {
    padding-left: 18px;
    margin-bottom: 0;
    list-style: none;
}

tbody ul li::before {
    content: attr(data-before-content);
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font: normal normal normal 14px/1 FontAwesome;
}

fieldset {
    border: 1px solid #9e9e9e5e !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0 0 0 0 #000;
    box-shadow: 0 0 0 0 #000;
    border-radius: 4px;
}

legend {
    font-size: 20px !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: 0;
    border-radius: 4px;
}

fieldset .btn-remove {
    position: absolute;
    right: 21px;
    top: 0;
}

.btn-remove-center {
    position: absolute;
    right: 47.3%;
    z-index: 1;
}

@media only screen and (max-width: 600px) {
    .btn-remove-center-mb {
        right: 20px;
    }

    .btn-remove-center-mb span {
        display: none;
    }
}

.list-tooltip td:first-child::before {
    content: "\002713";
    color: #4e9954;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.select2-container--default .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid rgba(0, 0, 0, 0.07);
    height: 30px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 0;
    background-color: transparent;
    color: #535353;
}

.box {
    border: 1px solid #e1e1e1;
    padding: 10px;
    margin-bottom: 5px;
    position: relative;
}

.box.active {
    border-left: 4px solid #0062cc69 !important;
}

.store-active {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    border-left: 3px solid;
}

.counter-active {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    border-left: 3px solid;
}

.page-sidebar-collapsed .logo a.logo-img .desktop-label {
    display: none;
}

input:focus,
.custom-file:focus,
.custom-select:focus,
.form-control:focus {
    border-color: #2196f3 !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
    transition-duration: 0.5s;
}

.form-group {
    margin-bottom: 5px;
}

.form-group label {
    margin-bottom: 2px;
    color: #848484;
}

.tbl-list {
    list-style: none;
    padding: 0px;
}

.tbl-list li {
    border-bottom: 1px dashed #9e9e9e;
    margin-bottom: 2px;
    padding-bottom: 2px;
    overflow: hidden;
}

.last-li-border-none li:last-child {
    border-bottom: none;
}

.tbl-list span {
    float: right;
}

.tbl-compare {
    list-style: none;
}

.tbl-compare li {
    border-bottom: 1px dashed #9e9e9e;
    margin-bottom: 2px;
    padding: 0 0.5rem;
    overflow: hidden;
}

.tbl-compare span {
    float: right;
}

.hr-primary-2 {
    border-top: 2px solid #607d8b;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.hr-grey-2 {
    border-top: 2px solid #607d8b;
    margin-top: 0;
}

.border-primary-2 {
    border-top: 2px solid #007bff;
}

.border-secondary-2 {
    border-top: 2px solid #6c757d;
}

.border-success-2 {
    border-top: 2px solid #28a745;
}

.border-danger-2 {
    border-top: 2px solid #dc3545;
}

.border-warning-2 {
    border-top: 2px solid #ffc107;
}

.border-info-2 {
    border-top: 2px solid #17a2b8;
}

.border-dark-2 {
    border-top: 2px solid #343a40;
}

.item-trashed {
    background-color: #f9e1e5 !important;
    color: #af233a;
}

@media only screen and (max-width: 768px) {
    .hide-mobile {
        display: none;
    }
}

@media only screen and (min-width: 584px) {
    #main-wrapper {
        min-height: 832px !important;
    }
}

@keyframes blink {
    0% {
        background-color: #0062cc;
    }

    50% {
        background-color: #0062cc69;
    }

    100% {
        background-color: #0062cc;
    }
}

@-webkit-keyframes blink {
    0% {
        background-color: #0062cc;
    }

    50% {
        background-color: #0062cc69;
    }

    100% {
        background-color: #0062cc;
    }
}

.blinking {
    color: white;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-animation: blink normal 1.5s infinite ease-in-out;
    -webkit-animation: blink normal 1.5s infinite ease-in-out;
    -ms-animation: blink normal 1.5s infinite ease-in-out;
    animation: blink normal 1.5s infinite ease-in-out;
}

.service-box {
    padding: 0 6px 0 6px !important;
    position: relative;
}

.service-box legend {
    font-size: 15px !important;
}

.service-box .right-button {
    position: absolute;
    right: 4px;
    top: -4px;
}

.service-box .right-option {
    position: absolute;
    right: 7px;
    top: -5px;
}

.blank-message {
    font-weight: 300 !important;
    margin: 10px;
    padding: 20px;
    border: 1px solid #efefef;
}

.blank-message:before {
    font-family: "Font Awesome 6 Pro";
    /* Use the appropriate Font Awesome font */
    font-weight: 900;
    /* Solid icons require bold weight */
    content: "\e202";
    /* Unicode for the 'house' icon */
    margin-right: 10px;
    /* Optional spacing */
}

.border-running {
    border: 3px solid black;
    resize: both;
    border-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cstyle%3Epath%7Banimation:stroke 5s infinite linear%3B%7D%40keyframes stroke%7Bto%7Bstroke-dashoffset:776%3B%7D%7D%3C/style%3E%3ClinearGradient id='g' x1='0%25' y1='0%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%232d3561' /%3E%3Cstop offset='25%25' stop-color='%23c05c7e' /%3E%3Cstop offset='50%25' stop-color='%23f3826f' /%3E%3Cstop offset='100%25' stop-color='%23ffb961' /%3E%3C/linearGradient%3E %3Cpath d='M1.5 1.5 l97 0l0 97l-97 0 l0 -97' stroke-linecap='square' stroke='url(%23g)' stroke-width='3' stroke-dasharray='388'/%3E %3C/svg%3E") 1;
}

.border-progress {
    padding: 2px;
    background-image: url(in-progress.gif);
    background-position: top left;
    background-repeat: repeat;
    background-size: 9px 9px;
}

.stock-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    cursor: pointer;
}

.list-report .list-group-item {
    padding: 5px 10px 5px 10px;
}

.list-report .list-group-item span {
    font-size: 15px;
}

.list-report .list-group-item a {
    margin-top: 10px;
}

.permission-box {
    height: 207px;
    overflow: scroll;
    overflow-x: hidden;
}

table ul.span-right {
    padding-left: 0px;
}

table ul.span-right li {
    border-bottom: 1px dashed #9E9E9E3D;
}

table ul.span-right span {
    float: right;
}

table.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(158 158 158 / 5%);
}

@media only screen and (max-width:1178px) {
    table ul.span-right span {
        float: inherit !important;
    }
}


.mh-579 {
    min-height: 520px;
}

.blank-data {
    text-align: center;
    margin-top: 20%;
}

.blank-data .icon {
    margin: 0 auto;
    padding: 30px;
    border-radius: 50%;
    color: #9e9e9e45;
    width: 116px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(204, 202, 204, 0.69);
    -moz-box-shadow: 0px 0px 8px 0px rgba(204, 202, 204, 0.69);
    box-shadow: 0px 0px 8px 0px rgba(204, 202, 204, 0.69);
}

.blank-data .icon i {
    font-size: 60px;
}

.blank-data h1 {
    margin-top: 20px;
}

search-list #input-search {
    background: white;
    border: 1px solid #9e9e9e4a;
    position: relative;
}

search-list #input-search ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: block;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
}


search-list #input-search ul li {
    border-bottom: 1px solid #607d8b29;
    padding: 4px;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.gray-overlay {
    display: block;
}

.gray-overlay a {
    position: absolute;
    top: 44%;
    left: 42%;
    z-index: 2;
}

.gray-overlay .text {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    color: white;
    user-select: none;
    z-index: 2;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.gray-overlay::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 3px;
    width: 99%;
    height: 94%;
    background: #000000;
    opacity: .6;
    border-radius: 0.25rem !important;
    box-shadow: 0 4px 3px #9e9e9e;
}

.card .card-header-btn {
    top: -26px;
    right: 0;
    background: white;
    padding: 3px;
    margin: 0px;
}

.card.card-expand .card-header .card-header-btn {
    position: unset;
}

.card .card-header .card-header-btn {
    position: absolute;
}

.final-amount {
    font-size: 16px;
}

.final-amount td:nth-child(1) {
    width: 50%;
}

.final-amount td:nth-child(2) {
    width: 50%;
}

.x-table {
    border-collapse: separate;
    border-spacing: 0 15px !important;
    margin-bottom: 0px;
}

.x-table>:not(caption)>*>* {
    padding: 5px 5px !important;
}

.x-table tr {
    background: #fff;
}

.x-table tr td:first-child {
    border-radius: 0.55rem 0 0 0.55rem;
}

.x-table tr td:last-child {
    border-radius: 0 0.55rem 0.55rem 0;
}

.x-table tr td:last-child {
    border-right: 1px solid #e6e9ed;
}

.x-table tr td {
    border-top: 1px solid #e6e9ed;
    border-bottom: 1px solid #e6e9ed;
    border-left: 1px solid #e6e9ed;
}

.alert-card {
    border: none;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 #ced4da;
}

.alert-card.alert-success {
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 #4caf50;
    color: #155724;
    background-color: #d4edda;
}

.alert-card.alert-warning {
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 #ffc107;
    color: #856404;
    background-color: #fff3cd;
}

.alert-card.alert-info {
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 #003473;
    color: #0c5460;
    background-color: #d1ecf1;
}

.alert-card.alert-danger {
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 #f44336;
    color: #721c24;
    background-color: #f8d7da;
}

.alert-card.alert-dark {
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.1), inset 0 2px 0 0 #70657b;
    color: #1b1e21;
    background-color: #d6d8d9;
}

.alert-card ul {
    margin-bottom: 0px;
}

.page-sidebar .logo {
    line-height: 0;
}

.border-dotted {
    border: 1.5px dashed #607d8b;
    border-radius: 4px;
}

.customer-form {
    border: 1.5px dashed #607d8b;
    padding: 10px;
    margin: 10px 0px;
}

.progress .progress-bar.bg-info {
    background-color: #17a2b8 !important;
}

.bs4-order-tracking {
    margin-bottom: 30px;
    overflow: hidden;
    color: #878788;
    padding-left: 0px;
    margin-top: 30px
}

.bs4-order-tracking li {
    list-style-type: none;
    font-size: 13px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
    color: #878788;
    text-align: center
}

.bs4-order-tracking li:first-child:before {
    margin-left: 15px !important;
    padding-left: 11px !important;
    text-align: left !important
}

.bs4-order-tracking li:last-child:before {
    margin-right: 5px !important;
    padding-right: 11px !important;
    text-align: right !important
}

.bs4-order-tracking li>div {
    color: #fff;
    width: 29px;
    text-align: center;
    line-height: 29px;
    display: block;
    font-size: 12px;
    background: #878788;
    border-radius: 50%;
    margin: auto
}

.bs4-order-tracking li:after {
    content: '';
    width: 150%;
    height: 2px;
    background: #878788;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 15px;
    z-index: -1
}

.bs4-order-tracking li:first-child:after {
    left: 50%
}

.bs4-order-tracking li:last-child:after {
    left: 0% !important;
    width: 0% !important
}

.bs4-order-tracking .final:after {
    width: 100% !important
}

.bs4-order-tracking li.active {
    font-weight: bold;
    color: #17a2b8
}

.bs4-order-tracking li.active>div {
    background: #17a2b8
}

.bs4-order-tracking li.active:after {
    background: #dc3545
}

.bs4-order-tracking li.approval>div {
    background: #ffc107;
}

.bs4-order-tracking li.approval {
    font-weight: bold;
    color: #ffc107;
}

.bs4-order-tracking li.approved>div {
    background: #28a745;
}

.bs4-order-tracking li.approved {
    font-weight: bold;
    color: #28a745;
}

.bs4-order-tracking li.rejected>div {
    background: #dc3545;
}

.bs4-order-tracking li.rejected {
    font-weight: bold;
    color: #dc3545;
}

.bs4-order-tracking li.skipped>div {
    background: rgb(230 230 230 / 95%);
}

.bs4-order-tracking li.skipped {
    text-decoration: line-through;
}

.card-timeline {
    background-color: #fff;
    z-index: 0
}

.notification-list .list-group-item {
    padding: 5px 10px;
}

.icon-box {
    margin-top: 8%;
}

.icon-middle {
    margin: auto;
    text-align: -webkit-center;
    text-align: -moz-center;
}

.icon-holder {
    height: 150px;
    background: #e9e8e8a3;
    width: 150px;
    border-radius: 50%;
    position: relative;
}

.icon-holder i {
    font-size: 60px;
    top: 28px;
    left: 53px;
    position: absolute;
}

.icon-text {
    text-align: center;
    margin-top: 7px;
    font-size: 25px;
}

.shaking-5s {
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    animation-name: shakingLeftRight;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes shakingLeftRight {

    18%,
    2% {
        transform: translate3d(-5px, 0, 0);
    }

    16%,
    4% {
        transform: translate3d(5px, 0, 0);
    }

    10%,
    14%,
    6% {
        transform: translate3d(-5px, 0, 0);
    }

    12%,
    8% {
        transform: translate3d(5px, 0, 0);
    }

    18.1% {
        transform: translate3d(0, 0, 0);
    }
}

.td-overlay {
    position: absolute;
    background: rgb(220 53 69 / 26%);
    left: 16px;
    right: 15px;
    height: 46px;
    text-align: right;
}


.popover {
    max-width: none !important;
}


.tr-overlay {
    /* position: absolute; */
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: orange;
    opacity: 0.5;
}


.table-diffcheck>:not(caption)>*>* {
    padding: .3rem !important;
    font-weight: 400;
}

.table-diffcheck tr>td:first-child {
    font-weight: 700;
}

.difference {
    background: red;
    color: white;
    font-weight: 500 !important;
}

.app-freez {
    position: relative;
    z-index: 999999;
    width: 100%;
    top: 0;
    color: white;
    padding: 5px;
    opacity: 0.9;
}


.td-rotate {
    position: relative;
}

.td-rotate .rotate {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(-90deg);
    color: white;
    font-weight: 300;
    font-size: 15px;
}

.circle-counter {
    position: absolute;
    z-index: 2;
    top: 40%;
    left: -12px;
    width: 30px;
    height: 30px;
    background-color: #4f4f4f;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.bank-details .input-group-text {
    min-width: 80px;
}


.estimate-container .input-group-text {
    min-width: 55px;
}

.order-container .input-group-text {
    min-width: 55px;
}

.purchase-container .input-group-text {
    min-width: 55px;
}

.page-sidebar-fixed:not(.page-sidebar-collapsed) .sidebar-footer {
    display: flex;
}

.table-separate {
    border-spacing: 0 10px;
    border-collapse: separate;
}

.table-separate td:first-child {
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem;
}

.table-separate td:last-child {
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem;
}

.table-separate tbody td {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}


.hr {
    border-bottom: 4px solid #f5f5f5;
}

.form-control::placeholder {
    opacity: 0.5 !important;
}

.employee-form .form-group {
    margin-bottom: 0px;
}

.custom-checkbox input[type="checkbox"]:disabled~.custom-control-label {
    opacity: 0.5;
    cursor: not-allowed;
}


tr.row-trashed {
    position: relative;
}

tr.row-trashed::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ba223c91;
    z-index: 1;
    border-radius: 10px;
}

.trashed-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ff5733;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 2;
    border-radius: 5px;
}

a.btn-with-icon[disabled="disabled"] {
    pointer-events: none;
    opacity: 1;
}

a.btn-with-icon[disabled="disabled"] .icon {
    pointer-events: none;
    opacity: .65;
}

.page-sidebar-fixed .page-sidebar .logo {
    padding: 0 15px !important;
}

.ht-120v {
    height: 120vh
}

.font-italic {
    font-style: italic !important;
}

.valign-top>th {
    vertical-align: top !important;
}

.display-img {
    height: 200px !important;
}

.popover {
    width: auto !important;
    border-radius: 10px;
}

.popover-body {
    border: 2px solid #9e9e9e;
    border-radius: 10px;
}

.btn-split {
    display: flex;
    align-items: center;
    width: 100%;
    border: none;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 4px 9px -4px rgba(150, 148, 148, 0.15);
}

.btn-split:hover,
.btn-split:focus {
    box-shadow: 0 8px 9px -4px rgba(0, 0, 0, 0.15), 0 4px 18px 0 rgba(0, 0, 0, 0.1)
}

.btn-split .left,
.btn-split .right {
    flex: 1;
    padding: 6px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.btn-split .left {
    background-color: #025a5c
}

.btn-split .right {
    background-color: #7ab800 !important;
}