#aviso-compatibilidade {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffcc00;
    color: #000;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    z-index: 9999;
    display: none;
}

#aviso-compatibilidade button {
    margin-left: 10px;
    padding: 5px 10px;
    background: #000;
    color: #fff;
    border: none;
    cursor: pointer;
}

.middle-box h1 {
    font-size: 1em;
}

.middle-box {
    width: fit-content;
}

.btn-link {
    color: #1ab394;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active,
.open .dropdown-toggle.btn-link {
    text-decoration: underline;
}

/* Select2 Validation fixes */
.has-error .select2-container--bootstrap4 .select2-selection {
    border-color: #ed5565 !important;
}

.has-error .select2-container--bootstrap4 .select2-selection:focus {
    border-color: #ed5565 !important;
    box-shadow: 0 0 0 0.2rem rgba(237, 85, 101, 0.25) !important;
}

.has-error .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
    color: #ed5565;
}