.wd-30 {width:30px;}
.wd-40 {width:40px;}
.wd-50 {width:50px;}

#ajax-loading {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #151d2f;
    z-index: 10001;
}

/* ******** uniform.js style ******** */

.uniform-uploader {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.uniform-uploader input[type=file] {
    width: 100%;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    min-height: calc(1.5385em + .875rem + 2px);
    border: 0;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
}

input[type=file][data-fouc] {
    height: calc(1.5385em + .875rem + 2px);
    opacity: 0;
}

.uniform-uploader .filename {
    color: #999;
    padding: .4375rem .875rem;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #ddd;
    border-right: 0;
    background-color: #fff;
    text-align: left;
    word-break: break-word;
    border-top-left-radius: .1875rem;
    border-bottom-left-radius: .1875rem;
}

.uniform-uploader .action {
    z-index: 1;
    border-radius: 0;
    border-top-right-radius: .1875rem;
    border-bottom-right-radius: .1875rem;
}

.uniform-uploader .action {
    color: whitesmoke;  
    z-index: 1;
    border-radius: 0;
    border-top-right-radius: .1875rem;
    border-bottom-right-radius: .1875rem;
}

#supply_order_table tbody tr td {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

/* autocomplete */
.ui-autocomplete.ui-widget-content {
    max-height: 300px;
    overflow: auto;
}

.ui-autocomplete .ui-menu-item {
    padding: 3px !important;
    font-size: 14px;
}

.btn-rounded {
    border-radius: 100% !important;
    padding-left: .65rem;
    padding-right: 0.65rem;
}
.select2-container .select2-selection--single {
    height: 43px !important;
}
.select2-container .select2-selection--single .select2-selection__arrow {
    height: 43px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 15px !important;
    color: #e9e6e6 !important;
    padding-left: 0 !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa !important;
    background: transparent !important;
    color: #FFF !important;
}
.top-search-form .select2-container {
    background-color: #2b2e4c !important;
    border-radius: .2rem;
    overflow: hidden;
}

.top-search-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 20px;
    color: #e9e6e6;
}

.top-search-form .select2-container .select2-selection--single {
    height: 35.5px !important;
    padding: 8px 13px !important;
    max-width: 100%;
}
.top-search-form .select2-container .select2-selection--single .select2-selection__arrow {
    height: 34.5px !important;
    background-color: #2b2e4c;
}

li.sidebar-item.active>a.sidebar-link {
    background: #ddd;
}
.bg-nav {
    background-color: #009688 !important;
}

td, th {
    white-space: nowrap;
}

#app {
    opacity: 0;
}

/* div.main {
    width: calc(100% - 255px);
} */

.main {
    width: calc(100% - 255px);
    margin-left: 0px;
}
@media (max-width: 991.98px) {
    .main {
        width: 100% !important;
    }
}

.navbar.fixed-top {
    z-index: 10000;
}

.date-picker-wrapper .footer {
    background: transparent;
    padding: unset;
}
select.form-control-sm {
    height: 37.5px;
    min-width: 70px;
}
a i.feather-icon {
    color: #FFFFFF;
}
.bg-file {
    background-color: #2b2e4c !important;
    border: none !important;
    line-height: 30px;
    font-size: 13px;
    padding-left: 22px;
}
.feather-lg {
    font-size: 36px;
}

.avatar {
    width: 35px;
    height: 35px;
    object-fit: cover;
}

.select2-wrapper {
    width: 200px;
}
.select2-wrapper.w-300px {
    width: 300px;
}
@media (max-width: 600px) {
    .select2-wrapper {
        width: 100% !important;
    }
}
.btn-sm {
    max-height: 36px;
    white-space: nowrap;
}
.lg-backdrop {
    z-index: 10000 !important;
}
.lg-outer {
    z-index: 10001 !important;
}

.swal2-popup {
    background-color: #0c0f1b;
    border: solid 2px;
}

.swal2-popup #swal2-content {
    color: #FFF;
    font-size: 17px;
}

.nav-pills .nav-link {
    padding: .5rem .75rem;
}

.modal {
    z-index: 10050;
}

.jq-toast-wrap {
    z-index: 10050 !important;
}

.text-updated {
    color: #FF0000 !important;
}