/**
Custom styles no scss
**/
.modal-backdrop {
    z-index: 998;
}
.footer-brands a {
    opacity: 0.4;
}
.footer-brands img {
    filter: grayscale(100%);
    transition: all .5s;
    height: 65px;
    min-height: 1px;
    width: auto !important;
    height: 65px;
    padding: 15px 10px;
}
.footer-brands a:hover {
    opacity: 1;
}
.footer-brands .d-flex .p-2:first-child img {
    height: 75px;
}
.footer-brands a:hover img {
    filter: none !important;
}
.rdrDayPassive, .rdrDayDisabled {
    background: none !important;
}
.rdrDayPassive span, .rdrDayDisabled span {
    color: #ffffff !important;
}