.cselect__content{
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    z-index: 5;
    height: 0;
    display: none;
}

.cselect--show .cselect__content{
    height: auto;
    display: block;
}

.cselect--disabled {
    opacity: 0.3;
}
.cselect--disabled * {
    cursor: no-drop !important;
}

.cselect--active .cselect__value-text{
    display: none;
}

.cselect__search-empty {
    display: none;
}

.cselect--search-empty .cselect__search-empty {
    display: block;
}
