/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
html body .cv-3-26-filter-section {
position: relative;
z-index: 999;
}
html body .cv-3-26-dropdown__options-filter {
width: 100%;
cursor: pointer;
}
html body .cv-3-26-dropdown__filter {
position: relative;
display: flex;
align-items: center;
flex-direction: row-reverse;
padding: 8px 16px;
cursor: pointer;
background: #212121;
border-right: 1px solid #757575;
border-radius: 4px 0px 0px 4px;
}
html body .cv-3-26-caret {
vertical-align: middle;
margin-left: 12px;
display: flex;
align-items: center;
justify-content: center;
}
html body .cv-3-26-dropdown__select {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
float: left;
min-width: 158px;
padding: 16px;
text-align: left;
list-style: none;
overflow: hidden;
transform: scaleY(0);
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
margin-top: 4px;
background: #212121;
border-radius: 4px;
}
html body .cv-3-26-dropdown__select-option {
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 150%;
color: #FFFFFF;
}
html body .cv-3-26-dropdown__select-option:not(:last-child) {
margin-bottom: 12px;
}
html body [search-bar="suggested-filter"] {
display: flex;
}
html body [search-bar="suggested-filter"] form {
position: relative;
left: -40px;
}
html body [data-test="search-bar-suggestions"] {
width: calc(100% - 40px) !important;
}
html body .cv-3-26-dropdown__filter-selected {
display: inline-block;
margin-bottom: 0;
text-align: center;
white-space: nowrap;
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 24px;
display: flex;
align-items: center;
color: #C2C2C2;
}
html body .cv-3-26-dropdown__switch:checked + .cv-3-26-dropdown__options-filter .cv-3-26-dropdown__select {
transform: scaleY(1);
}