.cms-component-411edc1a-select{--menu-background-color:#f5f5f5;align-items:center;display:flex;border:1px solid;border-color:var(--color);justify-content:space-between;-webkit-border-radius:var(--border-radius);-moz-border-radius:var(--border-radius);border-radius:var(--border-radius);min-height:27px;width:100%;position:relative;cursor:pointer}.cms-component-411edc1a-select .label{width:100%;padding:var(--padding);padding-right:24px;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cms-component-411edc1a-select .label.null-value:after{background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16%3B' xml:space='preserve'%3E%3Cpolygon fill='%239E9E9E' points='11.3 8 5.3 2 4.7 2.6 10.2 8 4.7 13.4 5.3 14 11.3 8 11.3 8 '/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:16px 16px;content:" ";height:16px;width:16px;position:absolute;right:5px;transform-origin:center;transition:transform var(--animation-speed-fast) ease;-moz-transition:-moz-transform var(--animation-speed-fast) ease;-ms-transition:-ms-transform var(--animation-speed-fast) ease;-o-transition:-o-transform var(--animation-speed-fast) ease;-webkit-transition:-webkit-transform var(--animation-speed-fast) ease;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.cms-component-411edc1a-select .label.null-value span{color:var(--color)}.cms-component-411edc1a-select .label.menu-visible:after{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.cms-component-411edc1a-select button{background-color:transparent;border:none;margin-right:4px;padding:0;cursor:pointer}.cms-component-411edc1a-select button .clear-icon{width:20px;height:17px;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' fill='%238E9E9E' style='enable-background:new 0 0 16 16%3B' xml:space='preserve'%3E%3Cpolygon points='13.8 2.9 13.1 2.2 8 7.3 2.9 2.2 2.2 2.9 7.3 8 2.2 13.1 2.9 13.8 8 8.7 13.1 13.8 13.8 13.1 8.7 8 '/%3E%3C/svg%3E")}.cms-component-411edc1a-select .menu{display:flex;background-color:#fff;box-shadow:var(--box-shadow);position:absolute;padding:0;border-radius:var(--border-radius)}.cms-component-411edc1a-select .menu .menu-items{border:solid 1px #ccc;border-right:none;min-width:175px;background-color:#fff;overflow:auto}.cms-component-411edc1a-select .menu .menu-items:first-child{-webkit-border-top-left-radius:var(--border-radius);-webkit-border-bottom-left-radius:var(--border-radius);-moz-border-radius-topleft:var(--border-radius);-moz-border-radius-bottomleft:var(--border-radius);border-top-left-radius:var(--border-radius);border-bottom-left-radius:var(--border-radius)}.cms-component-411edc1a-select .menu .menu-items:last-child{border-right:solid 1px #ccc;-webkit-border-top-right-radius:var(--border-radius);-webkit-border-bottom-right-radius:var(--border-radius);-moz-border-radius-topright:var(--border-radius);-moz-border-radius-bottomright:var(--border-radius);border-top-right-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius)}.cms-component-411edc1a-select .menu .menu-items ul{list-style-type:none;margin:0;padding:0}.cms-component-411edc1a-select .menu .menu-items ul li{cursor:pointer;padding:8px 15px;position:relative}.cms-component-411edc1a-select .menu .menu-items ul li.children:after{background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16%3B' xml:space='preserve'%3E%3Cpolygon fill='%23DCDFE6' points='11.3 8 5.3 2 4.7 2.6 10.2 8 4.7 13.4 5.3 14 11.3 8 11.3 8 '/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:16px 16px;content:"";height:20px;position:absolute;right:5px;width:20px}.cms-component-411edc1a-select .menu .menu-items ul li.selected{background-color:var(--menu-background-color);color:var(--active-color);font-weight:bold}.cms-component-411edc1a-select .menu .menu-items ul li:hover{background-color:var(--menu-background-color)}.cms-component-411edc1a-select .menu .menu-items::-webkit-scrollbar{width:4px}.cms-component-411edc1a-select .menu .menu-items::-webkit-scrollbar-track{background-color:#fff}.cms-component-411edc1a-select .menu .menu-items::-webkit-scrollbar-thumb{background-color:var(--color);border-radius:4px;transition:all var(--animation-speed-fast) ease-in-out}