/* Tomato asterisk at required elems */
label.required::after {
    content: ' *';
    color: tomato;
}


.show-when-loading{
    display: none;
}
.htmx-request .show-when-loading{
    display: inline-block;
}
.htmx-request.show-when-loading{
    display: inline-block;
}

.htmx-request .hide-when-loading{
    display: none;
}

.htmx-request.hide-when-loading{
    display: none;
}

/* Select2 Single selection */
.select2-container .select2-selection--single {
    height: 36px !important;
    border-color: rgb(209 213 219 / 1) !important;
    border-radius: 0.375rem !important;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
}

/* Select2 Selected element for single selection */
.select2-selection--single > .select2-selection__rendered {
    line-height: 36px !important;
}

/* Select2 Arrow */
.select2-selection__arrow {
    display: none !important;
    height: 36px !important;
}
