.sidebar .nav-item .nav-link {
    padding-top: 8px!important;
    padding-bottom: 8px!important;
}

.newsearch button {
    margin-top: 30px;
}

.btn-row button {
    margin-top: 30px;
}

.btn-row button {
    margin-top: 30px;
}

.w_200 {
    width: 200px!important;
}

.w_50 {
    width: 50px!important;
}

.fz_40 {
    font-size: 40px!important;
}

.vh {
    visibility: hidden!important;
}

.d_block {
    display: block!important;
}

.body_bg {
    background: #4e73df!important;
}

.sidebar .sidebar-brand {
    text-transform: none!important;
}

.sep {
    width: 100%;
    height: 1px;
    background: #ddd;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
}

.select2-container .select2-selection--single {
    height: 37px!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 37px!important;
}

.lawyer-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 12px!important;
}

.lawyer-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 13px !important;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ECE5E5 !important;
}

.lawyer-form .select2-container--default .select2-selection--single {
    border: 1px solid #d1d3e2 !important;
    border-radius: 20px;
    padding-top: 16px;
    padding-left: 23px;
    padding-right: 23px;
    padding-bottom: 29px;
}

.fade.in {
    opacity: 1 !important;
}

@media print {
    .navbar-nav,
    .print-btn,
    .edit-btn,
    .print-footer,
    .print-section,
    .lawyer-doc-file {
        display: none!important;
    }
}

/* davloper css */

.bg-login-image img{
   width: 100% !important;
   height: 100% !important;
   object-fit: cover !important;
}

.forget_text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}


