/* This file is reserved for overriding and extending the template styles. */

.hover-opacity-100 { opacity: 0; }
.hover-opacity-100-content:hover .hover-opacity-100 {
    opacity: 100;
}

select.is-invalid~.select2-container--bootstrap4 .select2-selection {
    border-color: #dc3545 !important;
}
