.btn, .badge {
    box-shadow: none !important;
}

.badge {
    font-weight: 300 !important;
}

.navbar-custom {
    background-color: #202226 !important;
}

.navbar-custom .main_m a {
    color: #fff !important;
}

.white_ic {
    color: #fff !important;
}

.navbar-custom .topnav-menu .nav-link.white_ic {
    color: #fff !important;
}

body {
    font-weight: 300 !important;
}

form label {
    font-weight: 300 !important;
}

.form-control {
    font-weight: 300 !important;
    box-shadow: none !important;
}

.form-control-small {
    padding: 3px;
    height: auto;
}

.select2-container .select2-selection--single {
    box-shadow: none !important;
}

.select2, .select2 span {
    box-shadow: none !important;
}

.hidden_val_field {
    width: 0px !important;
    height: 0px !important;
    position: absolute !important;
    border: none !important;
    opacity: 0 !important;
}

.parsley-error {
    border-color: #ced4da !important;
}

.parsley-success {
    border-color: #ced4da !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #202226 !important;
}

label.form_custom_label a i {
    color: #999;
    font-size: 15px;
}

.parsley-errors-list {
    width: 100%;
}

.bootstrap-select {
    display: flex !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
}

.bootstrap-select button {
    border: 1px solid #ced4da !important;
    background-color: #fff !important;
    font-weight: 300 !important;
    align-self: flex-start !important;
}

.scanner_template header {
    background-color: #202226;
    color: #fff;
}

.scanner_template header h3 {
    font-weight: normal;
    color: #f8f8f8;
    font-size: 18px;
}

.scanner_template header .mdi {
    font-size: 30px;
    color: #fff;
}

.scanner_template .d-grid .btn {
    width: 100%;
}

select.form-control {
    padding-left: 10px;
    padding-right: 20px;
    border: 1px solid #ced4da;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
}

.input-group button, .input-group .input-group-text {
    border-radius: 0px;
}

.livewire-modal {
    display: block;
    overflow: auto !important;
}

.livewire-modal-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    left: 0px;
    top: 0px;
    opacity: 0.4;
    z-index: 1000;
}

.toast_container {
    position: fixed;
    bottom: 50px;
    z-index: 999;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
}

.toast_container .translate-middle {
    position: absolute;
    left: -10px;
    top: -10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
}

.toast_container button {
    color: #fff;
    font-size: 18px;
}

.form_custom_label {
    font-weight: normal;
}

.list-warehouse-levels {
    margin-top: 15px;
    margin-left: 15px;
    padding-right: 0;
}

.list-warehouse-levels ul, .list-warehouse-levels li {
    padding-right: 0;
}

ul.level_1 {
    margin-left: 0;
}

.list-warehouse-levels ul li {
    border-right: none;
    border-radius: 0 !important;
}


.list-warehouse-levels .mdi-subdirectory-arrow-left {
    transform: rotate(90deg);
    position: absolute;
    margin-left: -42px;
    font-size: 20px;
}

.list-warehouse-levels .mdi-format-horizontal-align-left {
    position: absolute;
    margin-left: -40px;
    font-size: 20px;
}

.categories_tree {
    padding: 0;
    margin: 0;
}

.categories_tree ul {
    padding-left: 25px;
}

.categories_tree li {
    list-style: none;
    padding-left: 0px;
}

.categories_tree .mdi-subdirectory-arrow-left {
    transform: rotate(90deg);
    position: absolute;
    margin-left: -18px;
    font-size: 13px;
}

.categories_tree .mdi-format-horizontal-align-left {
    position: absolute;
    margin-left: -16px;
    font-size: 14px;
}

.scanner_template input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.scanner_template input[type=number]::-webkit-inner-spin-button,
.scanner_template input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.scanner_template input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
    margin: 0;
}

.table th a {
    color: #6c757d;
}

.datepicker.datepicker-dropdown {
    z-index: 9999 !important;
}

.scanner_issues_types_ch {
    font-size: 12px
}

.scanner_issues_types_ch a {
    color: #343A45;
}

.scanner_issues_types_ch a i {
    font-size: 30px;
}
