.select__content{transform-origin:var(--kb-select-content-transform-origin);animation:.25s ease-in forwards contentHide}.select__content[data-expanded]{animation:.25s ease-out contentShow}@keyframes contentShow{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes contentHide{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-8px)}}.combobox__control[data-invalid]{color:#dc2828;border-color:#dc2828}.combobox__description{color:#3f3f46;-webkit-user-select:none;user-select:none;margin-top:8px;font-size:12px}.combobox__error-message{color:#dc2828;-webkit-user-select:none;user-select:none;margin-top:8px;font-size:12px}.combobox__content{transform-origin:var(--kb-combobox-content-transform-origin);animation:.25s ease-in forwards contentHide;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.combobox__content[data-expanded]{animation:.25s ease-out contentShow}.combobox__listbox:focus{outline:none}.SliderRoot{-webkit-user-select:none;user-select:none;touch-action:none;flex-direction:column;align-items:center;width:200px;display:flex;position:relative}.SliderTrack{background-color:#e4e4e7;border-radius:9999px;width:100%;height:2px;position:relative}.SliderRange{background-color:#5c5c5c;border-radius:9999px;height:100%;position:absolute}.SliderThumb{background-color:#5c5c5c;border-radius:9999px;width:12px;height:12px;display:block;top:-4px}.SliderThumb:hover{box-shadow:0 0 0 5px #2a91fe98}.SliderThumb:focus{outline:none;box-shadow:0 0 0 5px #2a91fe98}.SliderLabel{justify-content:space-between;width:100%;display:flex}
