.psiqclara a.logotipo,
.psiqclara .main-sidebar:hover a.logotipo {
    background-image: url("https://storage.googleapis.com/oftquest_imagens/APP/PSICLARA/logo_horizontal_branco.png");
}

.painreview #loading {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 74px;
    background: #000 url('https://storage.googleapis.com/oftquest_imagens/APP/PSICLARA/logo_horizontal_branco.png') no-repeat center !important;
    background-size: 100px !important;
    z-index: 1037;
}

.psiqclara a.logotipo,
.main-sidebar:hover a.logotipo {
    background-image: url('https://storage.googleapis.com/oftquest_imagens/APP/PSICLARA/logo_horizontal_branco.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40%;
}

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

.painreview .layout-fixed .brand-link {
    width: auto;
    height: auto;
}

@media (min-width: 992px) {
    .sidebar-mini.sidebar-collapse.layout-fixed .main-sidebar:not(:hover) .brand-link {
        transform: rotate(90deg);
        width: 209px;
        height: 209px;
        background-position: center 140px;
    }
}

.sidebar-mini.sidebar-collapse.layout-fixed .main-sidebar:not(:hover) .brand-link{
    transform: rotate(90deg);
    width: 209px;
    height: 209px;
    background-position: center 157px;
}

.sidebar nav .nav-item.active>a{
    color: #FFF;
        background: #f4d892;
        background: -moz-linear-gradient(90deg, rgba(179, 127, 25, 1) 0%, #f4d892 99%);
        background: -webkit-linear-gradient(90deg, rgba(179, 127, 25, 1) 0%, #f4d892 99%);
        background: linear-gradient(90deg, rgb(244, 216, 146) 0%, #f4d892 99%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4d892", endColorstr="#f4d892", GradientType=1);
        margin-right: 10px;
        -webkit-border-top-right-radius: 5px !important;
        -webkit-border-bottom-right-radius: 5px !important;
        -moz-border-radius-topright: 5px !important;
        -moz-border-radius-bottomright: 5px !important;
        border-top-right-radius: 5px !important;
        border-bottom-right-radius: 5px !important;
}