:root {
    --color-primary : #ff741d;
    --color-primary-accent : #e96d21;
}


input[type=submit]:hover{
    background-color: var(--color-primary-accent);
}
input[type=submit] {
    background-color: var(--color-primary);
}
.centerheader {
    align-items: baseline;
    display: grid;
    grid-template-columns: 1fr 180px;
    justify-content: space-between;
}
.centerheader_item {
    align-items: baseline;
    display: grid;
    gap: 0px 33px;
    grid-template-columns: 1fr 180px 180px 180px;
    justify-content: space-between;
}
.swal2-actions{
    width: 100%;
    justify-content: space-evenly;
}
.modal-xl {
        /* max-width: 74vw; */
    }
.is-invalid .select2-selection,
.needs-validation~span>.select2-dropdown {
    border-color: #dc3545 !important;
}

.is-valid .select2-selection,
.needs-validation~span>.select2-dropdown {
    border-color: #28a745 !important;
}
