.h-auto-collapse {
    max-height: 200px; 
    opacity: 1;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

.h-collapse {
    height: 0 !important;
    max-height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    opacity: 0 !important;
    overflow: hidden !important;
    border-width: 0 !important;
}

.input-with-icon {
    padding-left: 1rem !important; 
}

.svg-icon-container {
    width: 60px;
    height: 60px;
    margin: 0 auto 1rem;
    color: #ef4444;
}

.svg-icon-container svg {
    width: 100%;
    height: 100%;
}

.toast-notification {
    background-color: #18181b;
    border: 1px solid #27272a;
    color: #f4f4f5;
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.5);
    margin-bottom: 0.5rem;
    pointer-events: auto;
}