/*input[type='text']:hover,*/
/*input[type='password']:hover,*/
/*input[type='email']:hover,*/
/*select:hover,*/
/*textarea:hover {*/
/*    background-color: #d4ffd5;*/
/*}*/

input[type='text']:focus,
input[type='password']:focus,
input[type='email']:focus,
select:focus,
textarea:active,
textarea:focus {
    background-color: #fcffea;
}

.main-header {
    background-color: #a7ce97;
}

.main-sidebar {
    background-color: #a7ce97;
}

.brand-link {
    background-color: #e5ffdb;
}

#logout {
    font-size: 20px;
}

#logout:hover {
    color: #ff0000;
}

.anaglist .img-fluid {
    max-height: 40px;
    max-width: 40px;
}

.fc-col-header-cell {
    background-color: #e1e1e1;
}

.fc-daygrid-day:hover {
    border: 1px solid #9af19a;
}