/* This file is reserved for overriding and extending the template styles. */
.fixed-background {
    background: #51abcc;
}

.text-justify {
    text-align: justify !important;
    text-justify: inter-word !important;
}

.swal-popup {
    border-radius: 12px;
    padding: 20px;
}

.swal-title {
    font-size: 1.25rem;
    font-weight: 600;
}