.required:after {
    content: "";
    position: relative;
    font-size: inherit;
    color: var(--bs-danger);
    padding-left: 0.25rem;
    font-weight: 600;
}

.select2.select2-container {
    width: 100% !important;
    background: white;
}

.select2-container--krajee-bs5 .select2-selection__clear {
    right: 0.5rem;
}

.bootstrap-timepicker-widget.dropdown-menu {
    margin-top: 50px;
}

.fc-timegrid-slots td {
    height: 70px !important;
}

.login-bg {
    background: linear-gradient(
            196.29deg,
            #be175c 5.3%,
            #932c72 14.09%,
            #62448c 24.31%,
            #009ada 43.63%,
            #ffce34 99.49%
    );
}

.form-check {
    padding-left: 0px;
}

.menu-item-active.menu-item .menu-link i{
    color: var(--bs-primary);
}

.app-header-separator {
    height: unset;
}

.bg-sessione {
    background-color: #D3E2E4 !important;
}

.card-text img {
    max-width: 100%;

}