<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.select {
    position: relative;
    z-index: 9999999;
}

.select_selected_span {
    color: #2C2F35;
}

.select_selected_span.unselected {
    color: #A8ABB3;
}

.select__item {
    position: relative;
}

.select__title {
    background-color: transparent;
    cursor: pointer;
    width: 180px;
}
.select__title:hover {
    background-color: transparent;
}

.select__value {
    display: flex;
    height: 32px;
    //width: 180px;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 0px 12px;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    font-family: Roboto;
    font-size: 16px;
    line-height: 16px;
    color: black;
}
.select__value:hover {

}

.select__value span {
    height: 1em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.select__value::before {
    content: "";
    display: inline-block;
    transition: all 0.3s ease 0s;
    width: 9px;
    height: 6px;
    margin-right: 0px;
    background: url("../imgs/vec.svg") center/100% no-repeat;
}

.select__options {
    margin-top: 10px;
    color: black;
    display: none;
    position: absolute;
    top: 30px;
    min-width: 220px;
    left: -32px;
    background-color: rgba(255,255,255,0.95);
    border-top: 0;
    font-size: 16px;
    padding: 0px 0px 5px 0px;
    border: 1px solid #FFFFFF;
    filter: drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.12));
    border-radius: 4px;
    min-height: 300px;
    overflow-y: scroll;
    z-index: 9999999;
}

.select__option {
    cursor: pointer;
    padding: 6px 12px;
    padding-left: 12px;
    margin: 0px 0px 0px 0px;
    font-family: Roboto;
    font-size: 14px;
}
.select__option:hover {
    background: rgba(200,200,255,0.95);
}

.select._active {
    z-index: 9999999;
}

.select._active .select__value::before {
    transform: rotate(-180deg);
}

.select._active.select__options {
    display: block;
}

/*---------------*/
.us_1 .select {
    position: relative;
}

.us_1 .select_selected_span {
    color: #2C2F35;
}

.us_1 .select_selected_span.unselected {
    color: #A8ABB3;
}

.us_1 .select__item {
    position: relative;
}

.us_1 .select__title {
    background-color: transparent;
    cursor: pointer;
    width: 152px;
}
.us_1 .select__title:hover {
    background-color: transparent;
}

.us_1 .select__value {
    display: flex;
    height: 32px;
    width: 140px;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 0px 12px;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    font-family: Roboto;
    font-size: 14px;
    line-height: 14px;
    color: black;
}
.us_1 .select__value:hover {

}

.us_1 .select__value span {
    height: 1em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.us_1 .select__value::before {
    content: "";
    display: inline-block;
    transition: all 0.3s ease 0s;
    width: 9px;
    height: 6px;
    margin-right: 0px;
    background: url("../imgs/vec.svg") center/100% no-repeat;
}

.us_1 .select__options {
    margin-top: 10px;
    color: black;
    display: none;
    position: absolute;
    top: 30px;
    min-width: 200px;
    left: -36px;
    background-color: rgba(255,255,255,0.95);
    border-top: 0;
    border-top: 0;
    font-size: 14px;
    padding: 0px 0px 5px 0px;
    border: 1px solid #FFFFFF;
    filter: drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.12));
    border-radius: 4px;
    min-height: 300px;
    overflow-y: scroll;
}

.us_1 .select__option {
    cursor: pointer;
    padding: 6px 12px;
    padding-left: 12px;
    margin: 0px 0px 0px 0px;
    font-family: Roboto;
    font-size: 14px;
}
.us_1 .select__option:hover {
    background: rgba(200,200,255,0.95);
}

.us_1 .select._active {
    z-index: 5;
}

.us_1 .select._active .select__value::before {
    transform: rotate(-180deg);
}

.us_1 .select._active.select__options {
    display: block;
}
/*---------------*/
.us_4 .select {
    position: relative;
}

.us_4 .select_selected_span {
    color: #2C2F35;
}

.us_4 .select_selected_span.unselected {
    color: #A8ABB3;
}

.us_4 .select__item {
    position: relative;
}

.us_4 .select__title {
    background-color: transparent;
    cursor: pointer;
    width: 75px;
}
.us_4 .select__title:hover {
    background-color: transparent;
}

.us_4 .select__value {
    display: flex;
    height: 32px;
    width: 75px;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 0px 0px;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    font-family: Roboto;
    font-size: 12px;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.6);
}
.us_4 .select__value:hover {

}

.us_4 .select__value span {
    height: 1em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.us_4 .select__value::before {
    content: "";
    display: inline-block;
    transition: all 0.3s ease 0s;
    width: 9px;
    height: 6px;
    margin-right: 0px;
    background: url("../imgs/vec.svg") center/100% no-repeat;
}

.us_4 .select__options {
    margin-top: 10px;
    color: black;
    display: none;
    position: absolute;
    top: 30px;
    min-width: 120px;
    left: -12px;
    background-color: rgba(255,255,255,0.95);
    border-top: 0;
    border-top: 0;
    font-size: 14px;
    padding: 0px 0px 5px 0px;
    border: 1px solid #FFFFFF;
    filter: drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.12));
    border-radius: 4px;
    min-height: 150px;
    overflow-y: scroll;
}

.us_4 .select__option {
    cursor: pointer;
    padding: 6px 12px;
    padding-left: 12px;
    margin: 0px 0px 0px 0px;
    font-family: Roboto;
    font-size: 14px;
}
.us_4 .select__option:hover {
    background: rgba(200,200,255,0.95);
}

.us_4 .select._active {
    z-index: 5;
}

.us_4 .select._active .select__value::before {
    transform: rotate(-180deg);
}

.us_4 .select._active.select__options {
    display: block;
}
</pre></body></html>