@charset "utf-8";

:root {
    --bs-border-radius: 8px;
}

.pointer {
    cursor: pointer;
}

.notification {
    z-index: 10000;
}

label {
    overflow: visible !important; 
    text-wrap: wrap !important;
    white-space: normal;
}

.component-fade-enter-active, .component-fade-leave-active {
    transition: opacity .3s ease;
}
.component-fade-enter, .component-fade-leave-to {
    opacity: 0;
}

.modal {
    /* overflow-y: none; */
    display: block;
    z-index: 10000;
}

.max-w-100 {
    max-width: 100%;
}
