.scope-8b264e6fe7714f54b72119dec8660680.root {
    position: relative;
}

.scope-8b264e6fe7714f54b72119dec8660680.button {
    background-color: #FFF;
    border: 1px solid #DEDEDE;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 0px 15px;
    cursor: pointer;
}

.scope-8b264e6fe7714f54b72119dec8660680.button-text {
    flex-grow: 1;
    flex-shrink: 1;
    font-size: 14px;
    line-height: 40px;
    min-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
}

.scope-8b264e6fe7714f54b72119dec8660680.button-icon {
    transform: rotate(90deg);
}

.scope-8b264e6fe7714f54b72119dec8660680.button-icon svg {
    fill: #3B3B3B;
}

.scope-8b264e6fe7714f54b72119dec8660680.menu {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFF;
    border: 1px solid #DEDEDE;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 10px;
}

.scope-8b264e6fe7714f54b72119dec8660680.search {
    position: relative;
}

.scope-8b264e6fe7714f54b72119dec8660680.search-icon {
    position: absolute;
    right: 15px;
    top: 8px;
    pointer-events: none;
    transform: rotate(90deg);
}

.scope-8b264e6fe7714f54b72119dec8660680.search-icon svg {
    fill: #3B3B3B;
}

.scope-8b264e6fe7714f54b72119dec8660680.search-input {
    border: none;
    border-bottom: 1px solid #DEDEDE;
    width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    font-size: 14px;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 42px;
}

.scope-8b264e6fe7714f54b72119dec8660680.search-input:focus {
    outline: none;
}

.scope-8b264e6fe7714f54b72119dec8660680.search-input::placeholder {
    color: #9398A7
}

.scope-8b264e6fe7714f54b72119dec8660680.options {
    max-height: 260px;
    overflow: auto;
}

.scope-8b264e6fe7714f54b72119dec8660680.option {
    font-size: 14px;
    line-height: 40px;
    min-height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    color: #3B3B3B;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.scope-8b264e6fe7714f54b72119dec8660680.option:hover {
    background-color: #FAFAFA;
}

.scope-8b264e6fe7714f54b72119dec8660680.pagination {
    border-top: 1px solid #DEDEDE;
    display: flex;
}

.scope-8b264e6fe7714f54b72119dec8660680.pagination-previous,
.scope-8b264e6fe7714f54b72119dec8660680.pagination-next {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.scope-8b264e6fe7714f54b72119dec8660680.pagination-previous {
    transform: rotate(180deg);
}

.scope-8b264e6fe7714f54b72119dec8660680.pagination-previous.enabled-false,
.scope-8b264e6fe7714f54b72119dec8660680.pagination-next.enabled-false {
    opacity: 0.15;
    cursor: not-allowed;
}

.scope-8b264e6fe7714f54b72119dec8660680.pagination-previous svg,
.scope-8b264e6fe7714f54b72119dec8660680.pagination-next svg {
    fill: #3B3B3B;
}
