/*
Theme: VIPaudio NEW
File: 06-utilities.css
Purpose: Pomocné třídy
*/

.va-text-center {
    text-align: center;
}

.va-text-muted {
    color: var(--va-color-text-muted);
}

.va-text-primary {
    color: var(--va-color-primary);
}

.va-bg-surface {
    background: var(--va-color-surface);
}

.va-bg-soft {
    background: var(--va-color-surface-soft);
}

.va-hidden {
    display: none !important;
}

.va-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}