.tx-18 {
    font-size: 18px;
}
.tx-20 {
    font-size: 20px;
}
.fw-medium {
    font-weight: 500 !important;
}
.fw-semibold {
    font-weight: 600 !important;
}
.fw-bold {
    font-weight: 700 !important;
}
.sidebar .sidebar-body .nav .nav-item.active .nav-link {
    position: relative;
    z-index: 9;
}
.sidebar .sidebar-body .nav .nav-item.active .nav-link::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #F2F6FF;
    position: absolute;
    left: 0;
    z-index: -1;
}
.main-wrapper .page-wrapper {
    background: url(../../images/bg-img.png) no-repeat 0% 0%;
    background-attachment: fixed;
    background-size: cover;
}
.widget_img {
    position: absolute;
    left: 0;
    top: 0;
}
.table td img {
    width: auto;
    height: auto;
    border-radius: 0;
}
.table>:not(caption)>*>* {
    padding: 10px 10px;
}
table thead th {
    background: #F0F4F9 !important;
    font-size: 12px;
}
table td {
    font-size: 13px;
}
.card {
    border-radius: 8px;
    box-shadow: none;
    border: 0 none;
    overflow: hidden;
}
.ltsp-1 {
    letter-spacing: -1px;
}
.table-radius {
    border-radius: 8px;
    overflow: hidden;
    border: 0.5px solid #e9ecef;
}
.form-label {
    font-size: 13px;
    margin-bottom: 6px;
}
.form-control, .select2-container--default .select2-search--dropdown .select2-search__field, .typeahead.tt-hint, .typeahead.tt-input {
    padding: .4rem .8rem;
    font-size: 14px;
    border: 1px solid #DADCE2;
}
.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
    border: 1px solid #DADCE2;
}
.total_claim_amount {
    border-top: 1px dashed #DADCE2;
    border-bottom: 1px dashed #DADCE2;
}
.btn-group .dropdown-toggle:after,
.dropdown .dropdown-toggle:after {
    display: none;
}
.nav.nav-tabs-line {
    border: 0 none;
}
.nav.nav-tabs .nav-item .nav-link.active {
    background: transparent;
}
.select2-container {
    min-width: 180px;
}
.sidebar .sidebar-body .nav .nav-item {
    margin-bottom: 6px;
}
/*  */
/*  */
/* Auth Page Design */
/*  */
/*  */
.auth_page_wrap {
    background: url(../../images/login-bg.jpg) no-repeat 0% 0%;
    background-attachment: fixed;
    background-size: cover;
}
.fancy_bg {
    background: url(../../images/fancy-bg.svg) no-repeat 0% 0%;
    background-size: 100%;
    border-radius: 28px;
    position: relative;
    z-index: 9;
}
.fancy_bg .card-body:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 180px;
    background: #fff;
    z-index: -1;
}
.owl-carousel .owl-item img {
    width: revert-layer;
}
.main-wrapper .page-wrapper.full-page .page-content {
    margin-top: -76px;
}
/*  */
/*  */
/* Auth Page Design */
/*  */
/*  */
.stepper_each .stepper_status {
    color: #8D9095;
}
.stepper_each.active .main_step_title,
.stepper_each.active .stepper_status {
    color: #6571ff;
}
.stepper_each.completed .main_step_title,
.stepper_each.completed .stepper_status {
    color: #05a34a;
}
.step_indicator {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    background: #6571ff;
}
.dropzone {
    border: 1px dashed #e9ecef;
}
[v-cloak] {
    display: none;
}
@media (max-width: 480px) {
    .select2-container {
        width: 100%;
    }
}