/*# sourceMappingURL=custom.min.css.map */
.toast-container {
    position: fixed;
    top: 1rem;
    right: 1rem; /* Move to top right */
    z-index: 1050;
}
.toast {
    min-width: 250px; /* Ensures proper alignment */
    text-align: right; /* Aligns text to the right */
}
.custom-height {
    height: 50px !important;
    padding: 10px;
    font-size: 16px;
}

.select2-container .select2-selection--single {
    height: 37px !important;
    padding: 5px;
    /* font-size: 16px; */
    display: flex;
    align-items: center;
}