custom-select{display:inline-block;position:relative}custom-select .custom-select-wrapper{position:relative;user-select:none}custom-select select:disabled+.custom-select-wrapper{cursor:not-allowed;pointer-events:none}custom-select select:disabled+.custom-select-wrapper .custom-selected{color:#747474}custom-select select:disabled+.custom-select-wrapper .custom-selected::after{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="41" height="41" viewBox="0 0 41 41" fill="none"><path d="M9.5 15.6938L11.1171 14.1558L20.5 23.0797L29.8829 14.1558L31.5 15.6938L20.5 26.1558L9.5 15.6938Z" fill="%23747474"/></svg>')}custom-select select:has(option:first-child:checked)+.custom-select-wrapper .custom-selected,custom-select select option:first-child:checked+.custom-select-wrapper .custom-selected{color:#747474}custom-select select:has(option:first-child:checked)+.custom-select-wrapper .custom-selected::after,custom-select select option:first-child:checked+.custom-select-wrapper .custom-selected::after{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="41" height="41" viewBox="0 0 41 41" fill="none"><path d="M9.5 15.6938L11.1171 14.1558L20.5 23.0797L29.8829 14.1558L31.5 15.6938L20.5 26.1558L9.5 15.6938Z" fill="%23747474"/></svg>')}custom-select .custom-selected{cursor:var(--cursor-pointer);text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:11%;text-underline-offset:25%;position:relative;padding-right:3.5714285714rem}@media screen and (max-width: 768px){custom-select .custom-selected{padding-right:2.1428571429rem}}custom-select .custom-selected::after{content:"";width:2.8571428571rem;height:2.8571428571rem;position:absolute;right:0;top:50%;transform:translateY(-50%);background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="41" height="41" viewBox="0 0 41 41" fill="none"><path d="M9.5 15.6938L11.1171 14.1558L20.5 23.0797L29.8829 14.1558L31.5 15.6938L20.5 26.1558L9.5 15.6938Z" fill="currentColor"/></svg>');transition:.3s ease-in-out all;background-size:cover;background-repeat:no-repeat;background-position:center}@media screen and (max-width: 768px){custom-select .custom-selected::after{width:1.4285714286rem;height:1.4285714286rem}}custom-select .custom-selected.open::after{transform:translateY(-50%) rotate(180deg)}custom-select .custom-options{display:none;position:absolute;top:calc(100% + 1.4285714286rem);left:50%;transform:translateX(-50%);border:1px solid #c7c7c7;border-top:none;background:#fdfcf8;overflow-y:auto;z-index:10;padding:.8571428571rem .7142857143rem;flex-direction:column;gap:.5714285714rem;min-width:14.2857142857rem;width:100%}custom-select .custom-options.open{display:flex}custom-select .custom-options .custom-option{font-size:1.1428571429rem;color:#787878;line-height:1.4;cursor:var(--cursor-pointer);text-align:center;transition:.3s ease-in-out all}@media screen and (max-width: 768px){custom-select .custom-options .custom-option{font-size:.9285714286rem}}custom-select .custom-options .custom-option:hover{color:#000}custom-select .custom-options .custom-option.selected{color:#000}custom-select .custom-options .custom-option:first-of-type{display:none}
