/* @import url("normalize.ca1bde9d0210.css");*/
@import url("metacenter-base.6a4e1db5dc4f.css");
@import url("messages.7b2c27dab4ac.css");


.btn-note {
    border: 0;
    background: none;
    padding: 0;

    border-bottom-style: dotted;
    border-bottom-width: 2px;
    border-color: #26292a;
}


/* Select2 single-select: align height and text with Bootstrap 5 form controls.
   !important needed because select2.css loads via form.media (body) and wins the cascade. */
.select2-container--default .select2-selection--single {
    height: calc(1.5em + .75rem + 2px) !important;
    padding: .375rem .75rem !important;
    font-size: 1rem;
    line-height: 1.5;
    border: 1px solid #ced4da;
    border-radius: .375rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: calc(1.5em + .75rem) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    color: #212529;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(1.5em + .75rem + 2px) !important;
}
