
/*# sourceMappingURL=custom.min.css.map */

.choices__list--dropdown {
    z-index: 9999;
}

.form-floating.select label{
    font-size: .876em;
    color: rgba(var(--tb-body-color-rgb),.65);
    position: absolute;
    top: -10px;
    left: 0;
    z-index: 2;
    height: 100%;
    padding: 1rem .9rem;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    transform-origin: 0 0;
}

.form-floating.select .choices__list--single {
    padding-top: 1.425rem;
    padding-left: .425rem;
}

.form-floating.select .choices__inner {
    min-height: 58px;
}

.choices {
    margin-bottom: 0;
}

.profile-basic {
    height: 82px;
}

[data-order-by] {
    cursor: pointer;
}