* {
    font-family: 'Roboto', sans-serif;
}

.logo {
    width: 200px;
    margin: 20px auto;
    display: block;
}

#logo-sbhci {
    max-width: 300px;
}

#cardLogin {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.button-actions {
    width: 100px;
    height: 100px;
    min-width: 100px;
    display: flex;
    margin: 5px;
    flex-direction: column;
    text-align: center;
}

.button-actions > i {
    font-size: 50px;
    display: block;
}

.group-buttons-actions {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    
}

.group-buttons-actions > a:hover {
    text-decoration: none;
}

#titulares {
    overflow-y: auto;
}

.loading {
    width: 100%;
    display: block;
    margin: 0 auto;
    align-self: center;
    justify-self: center;
}

.loading > img {
    width: 30px;
    height: 30px;
}

#loading-fixed {
    position: fixed;
    bottom: 20px;
    width: 200px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#selecionados {
    max-height: 520px;
    overflow-y: auto;
}

#area-notifications {
    width: 450px;
    max-height: 500px;
    overflow-y: auto;
    padding: 0;
}

/*** candidato ***/

#file-preview {
    width: 150px;
    height: 150px;
    border-radius: 10px;
    background-color: #ebebeb;
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

#file-preview > #actions {
    width: 100%;
    height: 150px;
    position: absolute;
    opacity: 0;
    background: linear-gradient(transparent, #000);
    color: #FFF;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: row;
}

#titulares.card-body {
    max-height: 500px;
    overflow-y: scroll;
} 

.file-input .v-text-field__slot {
    cursor: pointer!important;
}

#section-actions {
    padding: 20px 30px;
}

@media (max-width: 990px) {
    #area-notifications {
        width: 100%;
        position: relative;
    }
}