.button--gray{
    background-color: #c3c3c3;
    color: white;
}

.preview-overflow{
    overflow-y: auto;
    height: 100vh;
}
.card-body{
    z-index: 1;
}
.click-folder{
    cursor: pointer;
}
.logo{
    width: 8rem;
}
.file-manager .sidebar-panel{
    top: 8rem;
}

.file-manager__content{
    padding-top: 1.5rem;
}

.navbar{
    border-bottom: 1px solid #eaedf0;
    background-color: #283896!important;
    color: white !important;
}
.button--primary{
    background-color: #283896!important;
    color: white !important;
    border-color: white !important;
}
.navbar a.nav-link{
    color: white !important;
}

a.button-icon.active{
    background-color: #283896!important;
    color: white !important;   
}

.slider-img{
    cursor: pointer;
}