body {
    font-family         : "Plus Jakarta Sans", sans-serif;
    font-optical-sizing : auto;
    overflow-x          : hidden;
}

.input-error {
    border-color : #ea5455 !important;
}

.bg-menu-theme.menu-vertical .menu-item.active > .menu-link:not(.menu-toggle) {
    box-shadow : none;
}

.label-required::after {
    content : " *";
    color   : #ff0000;
}

.resize-none {
    resize : none;
}

.waiting-loader {
    background : rgba(255, 255, 255, 0.5);
    z-index    : 9999;
}

.object-fit-cover {
    object-fit : cover;
}

.swal2-container {
    z-index : 9999;
}
