.wv-body {
    /*background-image: url('/images/login-background-4.jpg');*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    background-size: 100%;
    /*background-color: rgba(255,255, 255, 0.5);*/
}

.wv-login-card-green {
    background: linear-gradient(0deg, rgba(54,218,108,1) 0%, rgba(70,224,52,1) 35%, rgba(90,234,145,1) 100%) !important;
}

.wv-card-blue {
    background: rgb(116,179,175);
    background: linear-gradient(0deg, rgba(116,179,175,1) 0%, rgba(120,226,219,1) 35%, rgba(190,255,251,1) 100%);
}

.wv-card-transparent {
    /*background: rgb(116,179,175,1.0);*/
    background-color: #2BAE7D;
}

.wv-link {
    color:white;
    font-weight:bold;
}

.wv-link:hover {
    color: red !important;
    font-weight: bold;
}


.wv-h1 {
    color: white;
}

.wv-box-msg {
    color: white;
}

.wv-label {
    color:#000000;
}


.login-box {
    position:absolute;
    top:70px;
}

.wv-btn-auth {
    background-color: #000F47 !important;
    color: #ffffff;
}

    .wv-btn-auth:hover {
        background-color: #02343B !important;
        color: #ffffff;
    }

.wv-card-header {
    /*background: linear-gradient(0deg, rgba(54,218,108,1) 0%, rgba(70,224,52,1) 35%, rgba(90,234,145,1) 100%) !important;*/

    background-color: #000f47 !important;
}

.btn-primary {
    background-color: #58843a !important;
    border-color: #58843a;
}

.card-primary.card-outline {
    border-top: 3px solid #007bff;
    border-color: rgba(54,218,108,1) !important;
}

.wv-button-green-1 {
    background-color: rgba(176,224,129) !important;
    color: #ffffff;
}

.wv-button-green-2 {
    background-color: rgba(147,186,107) !important;
    color: #ffffff;
}

.wv-button-green-3 {
    background-color: rgba(114,144,83) !important;
    color: #ffffff;
}

.wv-button-approve {
    background-color: #28a745 !important;
    color: #ffffff !important;
}

.wv-sidebar, .navbar-dark {
    background-color: white !important;
}
.elevation-4{
    box-shadow: none !important;
}
.brand-image {
    margin-top: 5px;
    margin-right: 5px;
    height: 150px !important;
}

.brand-image-2 {
    height: 90px !important;
}

.brand-image-3 {
    height: 50px !important;
}


.sidebar-mini.sidebar-collapse .brand-image, .sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .brand-image {
    margin-right: 0 !important;
    margin-left: 0 !important;
    /* width: 50px !important; */
}

.wv-register-band {
    background-color: #02343B !important;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.wv-text-normal {
    font-weight:300 !important;
}
a.wevaad-logo img {
    width: 155px;
    box-shadow: none !important;
}
.login-form-card{
    padding: 45px 35PX;
    border-radius: 10PX;
}
p.login-box-msg.wv-box-msg {
    color: blue;
}
p.login-box-msg.wv-box-msg {
    color: #000f47;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
}
a.forgot-pw-text{
    color: black;
}
.login-from-header  {
    border-bottom: none !important;
}
span.wv-link.wv-text-normal {
    color: black;
    font-weight: 400 !important;
}
login-form-card {
    padding: 40px 30px;
}
.wv-btn-auth:hover{
    background-color: #58833b !important;
}

.wevvad-login-form{
  margin: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.card.login-form-card.col-12 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.nav-sidebar .nav-item>.nav-link{
    color: black;
}
li.nav-item:hover{
    color: #000000 !important;
}
.elevation-3{
    box-shadow: none !important;
}
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active{
    background-color: #58843a;
}
.content-wrapper{
    background: #ffffff !important;
}
a.brand-link {
    background: white;
}
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link{
    color: #000000;
}
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link:focus,
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link:hover{
    color: #172e57 !important;
}

[class*=sidebar-dark-] .nav-sidebar>.nav-item.menu-open>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link:focus{
    color: #172e57  !important;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active{
    color: #ffffff !important;
}
a.nav-link{
    border: none !important;
}
ul li > ul li.nav-item a.active ::after{
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    background: #58843a;
    width: 2px;
    height: 80%;
}
ul li>ul li.nav-item a.nav-link.active{
    color: #58843a !important;
    font-weight: 600;
}
ul li>ul li.nav-item.menu-open a.nav-link.active:hover{
    color: #58843a !important;
}
li.nav-item{
    border: none !important;
}
.brand-link .brand-image{
    max-height: 70px !important;
}
.layout-fixed .brand-link{
    height: 80px;
}
.navbar-dark .navbar-nav .nav-link {
    color: black;
}
.brand-link img{
    width: 191px !important;
    height: 64px !important;
}
[class*=sidebar-dark] .brand-link{
    border: none;
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover{
    color: #172e57;
}
.navbar-nav>.user-menu>.dropdown-menu>li.user-header{
    height: auto !important;
}
.main-header{
    border: none;
}
.content-wrapper{
    background: rgb(229 229 229) !important;
}
li.profile-section{
    text-align: center;
    padding: 8px 15px;
    border-top: 1px solid #d9d9d9;
}
li.profile-section a{
    color: black;
}
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link{
    color: black;
}
.content-header h1{
    font-weight: 600;
}
.user-menu.show .dropdown-menu-lg{
    max-width: 200px;
    min-width: 210px;
}

.headerlogowev {
    display: none;
    width: 191px;
    height: 64px !important;
}
.mytoggledisplay{
    display: none !important;
}
.card {
    box-shadow: none !important;
}
.card-light.card-outline {
    border-top: 0px solid #f8f9fa;
}
.card-title {
    font-weight: 600;
}

.page-item.active .page-link {
    background-color: #172e57;
    border-color: #172e57;
}
#example1_wrapper {
    background: #ffffff;
    padding: 15px;
}
.card-header {
    border: none !important;
}
.wevaaprorespo .image-fixed img {
    width: 110px;
    height: 110px;
    object-fit: contain !important;
}
.wevaaprorespo .form-check-input {
    margin-left: 0;
}

.wevaaprorespo  .col-3 label {
    padding-left: 20px;
}
.myroeas{
    padding: 0 10px;
}
.image-fixed img {
    width: 110px;
    height: 110px;
    object-fit: contain !important;
}
.myupeprtopmrg {
    margin-top: 1rem;
}
.mytopmarg {
    margin-top: 1rem;
}

@media only screen and (max-width:1499px) {
    .info-box i.fa.fa-phone {
        font-size: 25px;
    }
    .info-box i.fas.fa-file-contract {
        font-size: 25px;
    }
    .info-box i.fa.fa-map {
        font-size: 25px;
    }
    .info-box i.fas.fa-balance-scale {
        font-size: 25px;
    }
    span.info-box-icon.bg-warning.elevation-1 {
        width: 25% !important;
    }
    .info-box-content {
        width: 25%;
    }
    .casesrespo.col-6 {
        -webkit-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}
@media only screen and (max-width:1399px) {
    span.info-box-icon.bg-warning.elevation-1 {
        width: 29% !important;
    }
    .info-box-content {
        width: 50% !important;
    }

    #collapseTwo a.btn.btn-success {
        justify-content: space-between;
        align-items: center;
        font-size: 15px;
    }


    #collapseTwo a.btn.btn-success i.fas.fa-calendar-day.mr-2 {
        font-size: 15px;
    }
    #collapseTwo .card-body .col-2 {
        padding: 0;
    }


    #collapseTwo .h-100 {
        height: 100%!important;
        justify-content: space-between;
    }
    #collapseTwo .card-body .col-3 {
        padding: 0;
    }
    #collapseTwo .col-3 {
        flex: 4 0 25%;
        max-width: 30%;
    }
    #collapseTwo .col-7 {
        flex: 1 0 58.333333%;
        max-width: 48.333333%;
    }
    #collapseTwo a.btn.btn-success {
        font-size: 14px;
        padding: 7px 9px 7px 9px;
    }

}
@media only screen and (max-width:1299px) {

}
@media only screen and (max-width:1199px) {
    #dashbox .col-12.col-sm-6.col-md-3 {
        width: 100%;
    }
    #dashbox .col-md-3 {
        flex: 1 0 45%;
        max-width: 50%;
    }
    #dashbox .clearfix.hidden-md-up {
        display: none;
    }
    #dashbox .info-box .info-box-icon {
        width: 70px !important;
    }
    #dashbox span.info-box-icon.bg-warning.elevation-1 {
        width: 20% !important;
    }

    #collapseTwo a.btn.btn-success {
        font-size: 14px;
    }

    #collapseTwo .col-3 {
        flex: 9 0 25%;
        max-width: 30%;
    }

    #example1_wrapper a.btn.btn-sm {
        margin: 5px !important;
    }
    #AgreementForm .controls label {
        font-size: 15px;
    }
    .resposofullcol.col-md-6 {
        -webkit-flex: 0 0 98% !important;
        -ms-flex: 0 0 98% !important;
        flex: 0 0 98% !important;
        max-width: 100% !important;
    }
    .wevaaprorespo.col-md-6 {
        -webkit-flex: 0 0 98% !important;
        -ms-flex: 0 0 98% !important;
        flex: 0 0 98% !important;
        max-width: 98% !important;
    }
    .image-fixed img {
        width: 110px;
        height: 110px;
        object-fit: contain !important;
    }
    .cashrespo.col-md-6 {
        -webkit-flex: 0 0 98% !important;
        -ms-flex: 0 0 98% !important;
        flex: 0 0 98% !important;
        max-width: 100% !important;
    }
    .adminrespo.col-md-6 {
        -webkit-flex: 0 0 98% !important;
        -ms-flex: 0 0 98% !important;
        flex: 0 0 98% !important;
        max-width: 100% !important;
    }
    .usersrespo.col-md-6 {
        -webkit-flex: 0 0 98% !important;
        -ms-flex: 0 0 98% !important;
        flex: 0 0 98% !important;
        max-width: 100% !important;
    }
    .casesrespo.col-6 {
        -webkit-flex: 0 0 98% !important;
        -ms-flex: 0 0 98% !important;
        flex: 0 0 98% !important;
        max-width: 100% !important;
    }
    .profilerespo.col-md-6 {
        -webkit-flex: 0 0 98% !important;
        -ms-flex: 0 0 98% !important;
        flex: 0 0 98% !important;
        max-width: 100% !important;
    }
    #frmEdit .col-10 {
        -webkit-flex: 0 0 83.333333% !important;
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 100.333333% !important;
        max-width: 100.333333% !important;
    }
    #casebackrespo .col-10 {
        -webkit-flex: 0 0 83.333333% !important;
        -ms-flex: 0 0 83.333333% !important;
        flex: 0 0 100.333333% !important;
        max-width: 100.333333% !important;
    }
    .casedetairespo.col-md-6 {
        -webkit-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .usregrid.col-md-10 {
        -webkit-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .myclientgriud .col-md-6 {
        -webkit-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .myclientgriud .col-6 {
        -webkit-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .col-md-8.wevaaprorespo {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .col-md-6.mycolbig {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .login-box-custom {
        width: 90% !important;
    }
}
@media only screen and (max-width:1023px) {
    #example1 .sorting.sorting_asc {
        padding-right: 48px;
    }
    #example1_wrapper a.btn.btn-sm {
        margin: 1px !important;
    }
    .wevaaprorespo label {
        margin-left: 25px;
    }
    .wevaaprorespo .col-md-12.col-12 {
        padding: 0;
    }
    .wevaaprorespo .btn-block {
        display: block;
        width: auto;
        margin: 0 10px;
    }
    .wevaaprorespo .form-check-input {
        position: absolute;
        margin-top: 0.3rem;
        margin-left:0px;
    }
    .wevaaprorespo .col-12 {
        padding: 0;
    }
    .usregrid label.col-4 {
        font-size: 15px;
    }
    .myupdate{
        width: 50%;
        margin: 0 auto 15px auto;
    }
    .wevaaprorespo .col-3 label {
        padding-left: 0;
    }
}
@media only screen and (min-width:992px) and (max-width:992px) {
    .sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .main-header {
        margin-left: 250px important;
    }

    .sidebar-mini.sidebar-collapse .main-sidebar, .sidebar-mini.sidebar-collapse .main-sidebar::before {
        margin-left: 0;
        width: 250px;
    }
    .sidebar-collapse.sidebar-mini .main-sidebar .nav-sidebar .nav-link, .sidebar-collapse.sidebar-mini-md .main-sidebar .nav-sidebar .nav-link, .sidebar-collapse.sidebar-mini-xs .main-sidebar .nav-sidebar .nav-link {
        width: auto;
    }
    .sidebar-mini.sidebar-collapse .brand-text, .sidebar-mini.sidebar-collapse .nav-sidebar .nav-link p, .sidebar-mini.sidebar-collapse .sidebar .user-panel>.info {
        margin-left: 0;
        -webkit-animation-name: auto;
        animation-name: auto;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        visibility: visible;
    }
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
        transition: margin-left .3s ease-in-out;
        margin-left: 250px !important;
    }
    .sidebar-mini.sidebar-collapse .main-footer{
        margin-left: 0px !important;
    }
}


@media only screen and (max-width:991px) {
    .headerlogowev {
        display: block;

    }
.mytoggledisplay{
    display: block !important;
}
.usregrid label.col-4 {
    font-size: 14px;
}
.wevaaprorespo .col-3 label {
    padding-left: 0;
    font-size: 15px;
}
}
@media only screen and (max-width:800px) {

}
@media only screen and (max-width:767px) {
    #dashbox span.info-box-icon.bg-warning.elevation-1 {
        width: 28% !important;
    }
    #collapseTwo .col-4 {
        -webkit-flex: 0 0 60.333333% !important;
        -ms-flex: 0 0 60.333333% !important;
        flex: 0 0 60.333333% !important;
        max-width: 100.333333% !important;
    }

    #collapseTwo .colam-grid {
        display: grid;
    }
    #collapseTwo .col-2 {
        max-width: 100%;
    }
    #collapseTwo .col-3 {
        max-width: 100%;
    }
    #collapseTwo .col-7 {
        max-width: 100%;
    }
    .colam-grid .col-7.col-md-2.col-sm-4 {
        padding: 0;
    }
    .casesrespo .ml-4, .mx-4 {
        margin-left: 0.5rem!important;
    }
    .casesrespo .nav-tabs {
        font-size: 13px;
        justify-content: space-between;
    }
    #example1_wrapper .dtr-control:before {
        top: 26px;
    }
    form#filterFrm {
        padding: 0;
    }
    #case-tracking-tbl_wrapper .col-sm-12.col-md-6 {
        flex: 0 0 50%;
        width: 50%;
    }
    div#case-tracking-tbl_length {
        float: left;
    }
    #case_tracking_form .col-md-5.form-group {
        width: 90%;
    }
    #case_tracking_form .col-md-1.form-group {
    width: 10%;
    }
    #example1_wrapper .col-sm-12.col-md-6 {
        width: 50%;
        flex: 0 0 50% !important;
    }
    div#example1_length {
        float: left;
    }
    div#example1_filter {
        float: right;
    }
    .wevaaprorespo .col-3 {
        -webkit-flex: 0 0 35%;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }
    .wevaaprorespo .login-box-msg, .register-box-msg {
        padding: 0 0px 20px;
        text-align: left;
    }
    #online-consultant-tbl_wrapper .col-sm-12.col-md-6 {
        width: 50%;
        flex: 0 0 50%;
    }
    div#online-consultant-tbl_length {
        float: left;
    }
    div#online-consultant-tbl_filter {
        float: right;
    }
    #agreement-tbl_wrapper .col-sm-12.col-md-6 {
        width: 100%;
        flex: 0 0 50%;
    }
    div#agreement-tbl_length {
        float: left;
    }
    div#agreement-tbl_filter {
        float: right;
    }

    body.login-page .wevvad-login-form {
        margin: 15px auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80% !important;
    }
    .adduserespo .card-body {
        padding-top: 0;
    }
    .usregrid .col-6 {
        -webkit-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .submitbtn {
        width: 50%;
        margin: 0 auto 15px auto;
    }
    .mycolbig .col-md-12.col-12 {
        padding: 0;
    }
    .myres .icheck-primary.d-inline {
        float: left;
    }
    #legalProfessionalFrmRegister .icheck-primary.d-inline {
        float: none;
    }
    #legalProfessionalFrmRegister .activity-checkbox .col-4 label {
        font-weight: 400 !important;
        display: initial;
    }
}
@media only screen and (max-width:575px) {
    #dashbox span.info-box-icon.bg-warning.elevation-1 {
        width: 34% !important;
    }
    #collapseTwo .row.m-0 {
        flex-direction: column;
    }
    #collapseTwo .col-4 {
        -webkit-flex: 0 0 60.333333% !important;
        -ms-flex: 0 0 60.333333% !important;
        flex: 0 0 70.333333% !important;
        max-width: 100.333333% !important;
    }
    #example1_wrapper label {
        float: left;
    }
    .casesrespo .input-group hr {
        display: none;
    }
    .casesrespo .input-group {
        padding: 0;
    }
    .casesrespo .ml-3, .mx-3 {
        margin-left: 0.6rem!important;
    }
    #case-tracking-tbl_wrapper .col-sm-12.col-md-6 {
        flex: 0 0 42%;
        width: 40%;
    }
    #case_tracking_form .col-md-5.form-group {
        width: 88%;
    }
    .resposofullcol .col-6 {
        -webkit-flex: 0 0 98% !important;
        -ms-flex: 0 0 98% !important;
        flex: 0 0 98% !important;
        max-width: 100% !important;
    }
    div#divOrgName {
        display: none;
    }
    .wevaaprorespo .col-3 {
        -webkit-flex: 0 0 35%;
        -ms-flex: 0 0 35%;
        flex: 0 0 58%;
        max-width: 50%;
    }
    .wevaaprorespo .col-6 {
        -webkit-flex: 0 0 99% !important;
        -ms-flex: 0 0 99% !important;
        flex: 0 0 99% !important;
        max-width: 100% !important;
    }
    .btnspace .ml-3.mb-3.mt-3 {
        margin: 0px 0 0 14px !important;
    }
    #custom-tabs-one-home .col-4 {
        -webkit-flex: 0 0 99% !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 99% !important;
        max-width: 100% !important;
    }
    #custom-tabs-one-home label.col-4 {
        padding: 0;
    }
    #custom-tabs-one-home .ml-3 {
        margin: 0px !important;
    }
    #frmEdit .form-group.ml-3.mb-3.mt-3.col-12 {
        margin-top: 0px !important;
    }
    #frmEdit .card-body {
        padding-bottom: 0px !important;
    }
    .casedetairespo .myrevert {
        -webkit-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .col-6.col-sm-12.casedetairespo.savebtn {
        display: block;
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }
    #SubmitCaseTracking {
        margin-bottom: 15px !important;
    }
    .usregrid label.col-4 {
        font-size: 16px;
    }
    button#SubmitOnlineConsultant , button#SubmitAgreement {
        margin-bottom: 15px !important;
    }
    .myupeprtopmrg {
        margin-top: 1rem;
    }

    .mytopmarg {
        margin-top: 0;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:480px) {
    div#dashbox {
        flex-direction: column;
    }
    #dashbox .col-md-3 {
        flex: 1 0 45%;
        max-width: 100%;
    }
    #dashbox span.info-box-icon.bg-warning.elevation-1 {
        width: 20% !important;
    }
    #dashbox p.quote2 {
        height: auto;
    }
    .casesrespo .nav-tabs {
        font-size: 16px;
        justify-content: space-between;
    }
    .casesrespo label.col-4 {
        font-size: 15px;
        padding: 0;
    }
    .casesrespo .ml-4, .mx-4 {
        margin: 0 !important;
    }
    .casesrespo .ml-3, .mx-3 {
        margin: 0 !important;
    }
    #case-tracking-tbl_wrapper .col-sm-12.col-md-6 {
        flex: 0 0 73%;
        width: 50%;
    }
    #case_tracking_form .col-md-5.form-group {
        width: 85%;
    }
    #example1_wrapper .col-sm-12.col-md-6 {
        width: 100%;
        flex: 0 0 73% !important;
    }
    #online-consultant-tbl_wrapper .col-sm-12.col-md-6 {
        width: 74%;
        flex: 0 0 50%;
    }
    .usersrespo .col-6 {
        -webkit-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .login-page a.forgot-pw-text {
        color: black;
        font-size: 14px;
        font-weight: 500 !important;
    }
    #custom-tabs-one-litigant .col-4 {
        -webkit-flex: 0 0 98.333333% !important;
        -ms-flex: 0 0 98.333333% !important;
        flex: 0 0 98.333333% !important;
        max-width: 99.333333% !important;
    }
    #custom-tabs-one-profile .col-4 {
        -webkit-flex: 0 0 98.333333% !important;
        -ms-flex: 0 0 98.333333% !important;
        flex: 0 0 98.333333% !important;
        max-width: 100.333333% !important;
    }
    #address_inputs .col-6 {
        -webkit-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    #custom-tabs-one-home .col-4 {
        -webkit-flex: 0 0 98.333333% !important;
        -ms-flex: 0 0 98.333333% !important;
        flex: 0 0 100.333333% !important;
        max-width: 100.333333% !important;
    }
    .adduserespo .card-body {
        padding: 0 !important;
    }
    #custom-tabs-one-profile .form-control {
        margin: 0px !important;
    }
    #custom-tabs-one-tabContent label.col-4 {
        padding: 0px !important;
    }
    .usregrid .col-4 {
        -webkit-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .usregrid label.col-4 {
        padding-left: 0;
    }
    .mycolbig .col-6 {
        -webkit-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .mycolbig .col-md-12.col-12 {
        padding: 0;
    }
    .mycolbig .col-12 {
        padding-top: 15px;
    }
    .reg-card-header {
        padding: 20px !important;
    }
}


@media only screen and (max-width:389px) {
    .wevaaprorespo label {
        font-size: 15px;
    }
    #online-consultant-tbl_wrapper .col-sm-12.col-md-6 {
        width: 77%;
        flex: 0 0 55%;
    }
    .login-page .col-12 {
        flex-direction: column;
        align-items: self-start;
    }
    .text-danger {
        color: #dc3545!important;
        font-size: 15px;
    }
}
@media only screen and (max-width:374px) {
    #dashbox span.info-box-icon.bg-warning.elevation-1 {
        width: 25% !important;
    }
    #dashboxinn .card-body {
        padding: 10px 10px 10px 10px;
    }
    #cases-box-inn .col-12 {
        padding: 0;
    }
    #cases-box-inn .col-6.casesrespo {
        padding: 0;
    }
    .casesrespo .nav-tabs {
        flex-direction: column;
    }
    #cases-box-inn .card-body {
        padding: 1rem;
    }
    #case_tracking_form .form-group{
        padding: 0;
    }
    #case_tracking_form .col-12 {
        padding: 0;
    }
    #case_tracking_form .col-md-5.form-group {
        width: 80%;
        margin-right: 18px;
    }
    #casetrakingbox h1.m-0 {
        font-size: 28px;
    }
    footer.main-footer {
        font-size: 15px;
    }
    #online-consultant-tbl_wrapper .col-sm-12.col-md-6 {
        width: 100%;
        flex: 0 0 48%;
    }
    #consultrespo h1 {
        font-size: 28px;
    }
    .login-page .col-12 {
        flex-direction: column;
    }
    .headerlogowev {
        width: 140px;
        height: 50px !important;
    }
    #frmEdit li.nav-item {
        border: none !important;
        width: 100%;
    }
    .newcasesrespo {
        padding: 0 16px 0 28px;
    }
    .btn-left {
        float: left !important;
    }
    img.brand-image.brand-image-2.elevation-3.myforgopsw {
        width: 100%;
    }
    label.adress-label {
        font-size: 18px !important;
        color: #58853c !important;
    }

}
/*#########  CSS PATCHES BY APOORV ############*/

ul.nav-sidebar li.nav-item ul{
    margin-bottom: 20px !important;
    margin-left: 20px;
    /*background-color: #f8f8f8 !important; 
    border-left: 3px solid #ddd;*/
}
/*
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: transparent;
}

[class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link.active {
    color: #fff;
    box-shadow: 0 0px 0px rgba(0,0,0,.12), 0 0px 0px rgba(0,0,0,.24);
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active {
    color: #000000!important;
}
*/
[class*=sidebar-dark-] .nav-sidebar>.nav-item.menu-open>.nav-link:not(.active), [class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link:not(.active), [class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link:not(.active):focus,
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link:not(.active):focus, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link:not(.active):hover{

    color: #58833b !important;
    background-color: #f5f5f5 !important;
}

