.pi-text-muted {
    color: var(--pi-text-muted) !important;
}

.pi-text-secondary {
    color: var(--pi-text-secondary) !important;
}

.pi-text-success {
    color: var(--pi-success) !important;
}

.pi-text-danger {
    color: var(--pi-danger) !important;
}

.pi-surface {
    background: var(--pi-surface) !important;
}

.pi-surface-secondary {
    background: var(--pi-surface-secondary) !important;
}

.pi-border {
    border: 1px solid var(--pi-border) !important;
}

.pi-rounded-sm {
    border-radius: var(--pi-radius-sm) !important;
}

.pi-rounded-md {
    border-radius: var(--pi-radius-md) !important;
}

.pi-rounded-lg {
    border-radius: var(--pi-radius-lg) !important;
}

.pi-hidden {
    display: none !important;
}

.pi-sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.pi-w-100 {
    width: 100% !important;
}

.pi-m-0 {
    margin: 0 !important;
}
