.swal2-html-container { 
    white-space: pre-line !important; 
}

.rounded-search-box {
    position: relative;
    width: 100%;
}

.rounded-search-box input {
    border-radius: 2rem;
    padding-right: 3rem;
}

.rounded-search-box .search-icon-btn {
    position: absolute;
    top: 50%;
    right: 0.75rem;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    padding: 0;
    z-index: 2;
    color: #6c757d;
    font-size: 1.25rem;
}

.rounded-search-box .search-icon-btn:hover {
    color: var(--primary);
}

@media (max-width: 300px) {
    .rounded-search-box {
        max-width: 100%;
    }
}