/* f-select */
.bg-black {
    background: #20221F 0% 0% no-repeat padding-box !important;
    max-height: 56vh;
    min-height: 56vh;
    overflow-y: auto;
}

.fs-wrap {
    display: inline-block;
    cursor: pointer;
    line-height: 1;
    width: 200px;
}

.fs-label-wrap {
    position: relative;
    ;
    cursor: default;
    background-color: #161616;
    border: 1px solid #3c3c3b;
    border-radius: 6px;
    height: 35px;
    color: #fff;
}

.fs-label-wrap,
.fs-dropdown {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* .fs-label-wrap .fs-label {
    padding: 6px 22px 6px 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
} */
    .fs-label-wrap .fs-label {
        /* padding: 6px 22px 6px 8px; */
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        height: 33px;
        display: flex;
        align-items: center;
    }

.fs-arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #888;
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
}

.fs-dropdown {
    position: absolute;
    background-color: #242424;
    border: 1px solid #3c3c3b;
    width: 100%;
    margin-top: 5px;
    z-index: 1000;
}

.form-group {
    position: relative;
}

.fs-dropdown .fs-options {
    max-height: 200px;
    overflow: auto;
}

/* .fs-search input {
    border: none !important;
    box-shadow: none !important;
    outline: none;
    padding: 4px 0;
    width: 100%;
} */
.fs-search input {
    border: none !important;
    box-shadow: none !important;
    outline: none;
    padding: 4px 0;
    width: 100%;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #161616;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.fs-option,
.fs-search,
.fs-optgroup-label {
    padding: 11px 8px;
    border-bottom: 1px solid #3c3c3b;
    cursor: default;
}

    .fs-option:last-child {
        border-bottom: none;
    }

.fs-search {
    padding: 0 4px;
}

.fs-option {
    cursor: pointer;
}

    .fs-option.disabled {
        opacity: 0.4;
        cursor: default;
    }

    .fs-option.hl {
        background-color: #f5f5f5;
    }

.fs-wrap.multiple .fs-option {
    position: relative;
    padding-left: 30px;
}

.fs-wrap.multiple .fs-checkbox {
    position: absolute;
    display: block;
    width: 30px;
    top: 0;
    left: 0;
    bottom: 0;
}

.fs-wrap.multiple .fs-option .fs-checkbox i {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #242424;
    border-radius: 2px;
    background-color: #000;
}

.fs-wrap.multiple .fs-option.selected .fs-checkbox i {
    background-color: #ffcc00;
    border-color: transparent;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: center;
}

.fs-wrap .fs-option:hover {
    background-color: #000;
}

.fs-option-label {
    color: #fff;
}

.fs-wrap .fs-option.disabled:hover {
    background-color: none;
}

.fs-optgroup-label {
    font-weight: bold;
    text-align: center;
}

.fs-label-wrap {
    position: relative;
    cursor: default;
    background-color: #161616;
    border: 1px solid #3c3c3b;
    border-radius: 6px;
    height: 35px;
    color: #fff;
}
