.error {
    color: red;
}
.text-red-500{
    color: red;
}
.float-right {
    float: right !important;
}

.mandatory {
    color: red;
}

.notifier-container {
    top: 16px !important;
    right: 16px !important;
    z-index: 2000 !important;
    width: min(360px, calc(100vw - 24px)) !important;
}

.notifier-container .notifier {
    opacity: 0;
    transform: translateX(100%);
}

.notifier-container .notifier.shown {
    opacity: 1;
    transform: translateX(0);
}
