.body {
    position: relative;
}

.submit-btn {
    margin-left: 1rem;
}

i {
    vertical-align: middle;
}

ul.stepper.horizontal .step .step-content .step-actions {
    position: unset;
}

ul.stepper.horizontal .step .step-content .step-actions .btn {
    display: flex;
}

.dataTables_wrapper .dataTables_scroll {
    overflow-x: auto !important;
}

.dataTables_scrollHead {
    overflow: visible !important;
}

.dataTables_scrollBody {
    overflow: initial !important;
    height: auto !important;
}

.dataTables_scrollFoot {
    overflow: initial !important;
}

#loader {
    position: fixed;
    /* width: 100%; */
    /* height: 100%; */
    z-index: 10000;
    left: 0;
    right: 0;
    /* margin: 0; */
    top: 50%;
    /* bottom: 0; */
    /* background: rgb(0 0 0 / 20%); */
    /* display: none; */
    /* z-index: -1; */
}

#loader .preloader-wrapper {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    display: block;
    top: 45%;
    margin: auto;
}

.spinner-blue,
.spinner-blue-only {
    border-color: #124470;
}

.camel-case {
    text-transform: lowercase;
}

.camel-case:first-letter,
.camel-case:first-line {
    text-transform: capitalize;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

.section {
    padding: 0.25rem 0;
}

.card {
    margin: 0.5rem 0;
}

#filter {
    display: none;
}

.page-head {
    background: #fff;
    width: 100%;
    color: #333;
    color: #333;
}

.section .page-head h1 {
    font-size: 21px;
    margin: 0;
    line-height: 34px;
}

.section .page-head h5.breadcrumbs-title {
    font-size: 21px;
    margin: 0;
    line-height: 34px;
}

#breadcrumbs-wrapper .btn {
    color: #fff !important;
}

.section .page-head #breadcrumbs-wrapper {
    padding: 0;
}

.section .page-head #breadcrumbs-wrapper .btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section .page-head #breadcrumbs-wrapper .breadcrumbs {
    margin-top: 8px;
    margin-bottom: 0;
}

.section .page-head h2 {
    font-size: 18px;
    margin: 0;
    line-height: 34px;
    float: right;
}

.section .page-head .filter-cn {
    background: #6683E8 !important;
}

.filter-btn-main {
    position: relative;
}

.filter-btns {
    position: absolute;
    top: 50%;
    right: 0 !important;
    transform: translateY(-50%);
}