﻿.choices__item {
    text-overflow: ellipsis;
    white-space: nowrap;
}

#elmLoader {
    display: none;
}

.elmLoaderClone {
    display: none;
    z-index: 5000;
    background-color: white;
    opacity: 0.5;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0
}

.nav-tab-secondary.active {
    background: var(--vz-secondary) !important;
}

.nav-tab-success.active {
    background: var(--vz-success) !important;
}

.nav-tab-info.active {
    background: var(--vz-info) !important;
}

.nav-tab-warning.active {
    background: var(--vz-warning) !important;
    color: black !important;
}

.nav-tab-danger.active {
    background: var(--vz-danger) !important;
}

.nav-tab-light.active {
    background: var(--vz-light) !important;
    color: black !important;
}

.choices__list--dropdown {
    display: none;
    transform: none !important;
}

.choices__list--dropdown.is-active {
    display: block;
    animation-name: none !important;
}

.pd-x-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}