.door-style-select .choices{width:100%;font-size:14px;position:relative;overflow:hidden}.door-style-select .choices.is-open{outline:none;overflow:visible}.door-style-select .choices [hidden]{pointer-events:none;opacity:0;position:absolute;inset:0}.door-style-select .choices__inner{border:1px solid rgba(var(--text-color)/.15);cursor:pointer;background-color:#0000;border-radius:0;align-items:center;width:100%;min-height:44px;padding:0;font-size:14px;transition:border-color .15s;display:inline-flex;overflow:hidden}.door-style-select .choices[data-type*=select-one]{cursor:pointer}.door-style-select .choices[data-type*=select-one] .choices__inner{padding-right:40px}.door-style-select .choices[data-type*=select-one]:after{content:"";pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 8.5 12.5 16 5 8.5' stroke='currentColor' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;width:20px;height:20px;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.door-style-select .choices[data-type*=select-one].is-open:after{transform:translateY(-50%)rotate(180deg)}.door-style-select .choices__list--single{align-items:center;width:100%;padding:8px 0 8px 12px;display:flex}.door-style-select .choices__item{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.door-style-select .choices__placeholder{opacity:.5}.door-style-select .choices__list--dropdown,.door-style-select .choices__list[aria-expanded]{background-color:rgba(var(--bg-color));border:1px solid rgba(var(--text-color)/.15);z-index:10;word-break:break-all;border-top:none;width:100%;display:none;position:absolute;top:100%;left:0;overflow:hidden}.door-style-select .choices__list--dropdown.is-active,.door-style-select .choices__list[aria-expanded].is-active{display:block}.door-style-select .choices__list--dropdown .choices__list,.door-style-select .choices__list[aria-expanded] .choices__list{-webkit-overflow-scrolling:touch;max-height:300px;position:relative;overflow:auto}.door-style-select .choices__input{border:none;border-bottom:1px solid rgba(var(--text-color)/.15);appearance:none;background-color:#0000;outline:none;width:100%;padding:10px 12px;font-family:inherit;font-size:14px;display:block}.door-style-select .choices__input::-webkit-search-decoration,.door-style-select .choices__input::-webkit-search-cancel-button,.door-style-select .choices__input::-webkit-search-results-button,.door-style-select .choices__input::-webkit-search-results-decoration{display:none}.door-style-select .choices__list--dropdown .choices__item,.door-style-select .choices__list[aria-expanded] .choices__item{cursor:default;padding:10px 12px;font-size:14px}.door-style-select .choices__item--selectable{cursor:pointer}.door-style-select .choices__item--selectable.is-highlighted,.door-style-select .choices__item--selectable.is-selected{background-color:rgba(var(--text-color)/.15)}.door-style-select .choices__item--disabled{opacity:.5;cursor:not-allowed;-webkit-user-select:none;user-select:none}.door-style-select__input{border:1px solid rgba(var(--text-color)/.15);background-color:#0000;border-radius:0;width:100%;min-height:44px;margin-top:16px;padding:10px 12px;font-size:14px;transition:border-color .15s;display:block}