.uni-v-select-custom.v-select .dropdown-toggle {
    display: block !important;
    width: 100% !important;
    font-size: 15px !important;
    color: #555 !important;
    background-image: none !important;
    border: none !important;
    border-bottom: 1px solid #9e9e9e !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    padding: 0px !important;
}

.uni-v-select-custom.v-select .vs__actions {
    position: absolute;
    margin-top: -35px;
    right: 0;
}

.uni-v-select-custom.v-select .open-indicator {
    margin-top: -5px;
}

.uni-v-select-custom div.v-select:not(.single) .selected-tag {
    position: relative;
    max-width: 100%;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    cursor: default;
    margin: 10px 5px 3px 0 !important;
    line-height: 32px !important;
    height: 32px !important;
    font-size: 13px !important;
    padding: 0 12px !important;
    font-weight: 500 !important;
    color: rgba(0, 0, 0, 0.6) !important;
    border-radius: 16px !important;
    background: #e4e4e4 none !important;
    border: 0px !important;
}

.uni-v-select-custom.v-select .selected-tag .close {
    margin-left: 4px !important;
}

.uni-v-select-custom.v-select input[type=search] {
    margin: -1px 0 0 !important;
    line-height: 43px !important;
}

.uni-v-select-custom.v-select.menu-on-top .dropdown-menu {
    margin-top: -190px !important;
}

.uni-v-select-custom .selected-tag {
    padding: 0 !important;
}

.uni-v-select-custom > .dropdown-toggle > .vs__selected-options > input:disabled {
    background-color: transparent !important;
}