.anestreview .sidebar-dark-primary{
    background-color:#222
}
.anestreview .custom-control-input:checked~.custom-control-label::before {
    border-color: #a50000 !important;
    background-color: #a60000 !important;
}
.anestreview .dark::before, .dark > div::before{
    content: '';
    display: block;
    position: absolute;		
    background-color:#29C5F4;
    height: 42px;
    z-index: 0;
    width: 42px;
    box-shadow: 0px 0px 10px 0px rgb(89 135 179 / 35%);
}
.anestreview [class*=sidebar-dark-] .sidebar a i{
    color:#29C5F4 !important
}
/*Main Menu Nav*/
.anestreview .main-header.navbar{
    background-color: #151515;
    border-bottom:none;
}
.anestreview .sidebar nav .nav-item.active > a{
color: #FFF;
background: #29C5F4;
background: -moz-linear-gradient(90deg,#29C5F4 0%,#29C5F4 99%);
background: -webkit-linear-gradient(90deg, #29C5F4 0%, #29C5F4 99%);
background: linear-gradient(90deg, #29C5F4 0%, #29C5F4 99%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#29C5F4",endColorstr="#29C5F4",GradientType=1);
}

.anestreview .nav-link .bar.second{
    width:100%;
    top:11px;
    background-color: #29C5F4!important;
    animation-duration: 0.6s;

}
.anestreview a.logotipo, .anestreview .main-sidebar:hover a.logotipo{
    background-image: url("../img/anestreview-hlogo-gradient.svg");    
}

.anestreview .icheck-honeyglow>input:first-child:checked+input[type=hidden]+label::before, 
.anestreview .icheck-honeyglow>input:first-child:checked+label::before{
    background-color: #29C5F4  !important;
    border-color: #29C5F4  !important;
}
.anestreview [class*=icheck-]>input.errado:first-child:checked+label::before{
    background-color: #ae2828  !important;
    border: 2px solid #ae2828 !important;
}
.anestreview [class*=icheck-]>input.certo:first-child:checked+label::before{
    background-color: #28a745 !important;
    border: 2px solid #28a745!important;
}
.anestreview .custom-control-label{
    cursor: pointer;
}
.anestreview [class*=sidebar-dark-] .sidebar li.nav-item.active  a i{
    color:#e8e8e8 !important
}
.anestreview .custom-control-label::before{
    background-color: #101010 !important;
    border:#040404 solid 1px !important;    
}

.vascreview.layout-footer-fixed .main-footer a.proxima-questao:hover, 
.vascreview.layout-footer-fixed .main-footer a.questao-anterior:hover{
    background-color: #29C5F4 !important;
}

.anestreview .bt-questao-tools span::after{
    border-bottom: 1px solid #10aee1;
}
.anestreview #loading {
    position:fixed;
    top:0;
    bottom:0;
    right:0;
    left:74px;
    background: #000 url(../img/anestreview-hlogo-gradient.svg) no-repeat center !important;
    background-size:100px !important;
    z-index:1037;
  }

  .anestreview .page-item.active .page-link{
      color: #29C5F4 !important
  }

  .anestreview a.logotipo, .main-sidebar:hover a.logotipo {    
        background-image: url(../img/anestreview-hlogo-gradient.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 85%;    

    }  


    .vascreview.sidebar-mini.sidebar-collapse .brand-link{
        min-height: 80px;
    }
  
    

    .anestreview .layout-fixed .brand-link{
        width: auto;
        height: auto;
    }
    
    @media (min-width: 992px){
    
        .vascreview.sidebar-mini.sidebar-collapse.layout-fixed .main-sidebar:not(:hover) .brand-link {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
            width: auto;
            height: auto;
            background-position: center;
        }
    }

    