.toast-container {
    z-index: 1055;
}

.toast {
    overflow: hidden;
    border-radius: 0.5rem;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.toast-header {
    font-weight: bold;
}

.toast-icon {
    font-size: 1.5rem;
    margin-right: 0.5rem;
}

.toast-header .btn-close {
    margin-top: -2px;
}