/*alert*/
#alert-wrapper{ cursor: pointer; position: fixed; right: 0; z-index: 9999; top: 0; margin-top: 22px; margin-right: 15px; max-width: 300px; }

.w-full{width:100%;}
.button[disabled]{filter: grayscale(1);cursor:wait;}

.masthead__content .select2-container--default .select2-selection--single {
    background: none;
    border: none;
    padding: 0;
}

.masthead__content .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

 .select2-dropdown,
 .select2-container--default .select2-search--dropdown .select2-search__field{
    border: none !important;
}

div.is-invalid { position: absolute; width: 100vw; top: 100%; left: 0; font-size: 12px; color: red; }


#loading { position: fixed; background: rgba(255,255,255,0.8); top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; z-index: 999999; font-size: 18px; }

.input-group > .input-group-append > .input-group-text{border-radius: 0;}