.custom-select{width:100%;min-width:0;position:relative}.custom-select-trigger{cursor:pointer;box-sizing:border-box;text-align:left;width:100%;height:48px;font:normal normal normal 16px/19px var(--font-sans);color:#1a1a1a;background:#fff;border:.5px solid #dcdcde;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:0 16px;transition:border-color .15s,box-shadow .15s;display:flex}.custom-select-trigger-bare{cursor:pointer;text-align:left;box-sizing:border-box;width:100%;font:inherit;color:inherit;justify-content:space-between;align-items:center;gap:8px;display:flex}.custom-select-trigger-bare:disabled{cursor:not-allowed;color:#6b6c6e;background-color:#f6f6f7;background-image:none}.custom-select-trigger-bare:disabled .custom-select-value.is-placeholder{color:#939494}.custom-select-trigger:hover:not(:disabled){border-color:#939494}.custom-select-trigger:focus-visible{border-color:#1a1a1a;outline:none;box-shadow:0 0 0 3px #7344e41f}.custom-select.is-open .custom-select-trigger{border-color:#1a1a1a}.custom-select-trigger:disabled{cursor:not-allowed;color:#939494;background:#f6f6f7}.custom-select-value{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.custom-select-value.is-placeholder{color:#939494}.custom-select-arrow{background:#1a1a1a;flex-shrink:0;width:16px;height:10px;transition:transform .15s;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10'%3E%3Cpath d='M16,1.5a1.544,1.544,0,0,1-.415,1.061L9.009,9.559a1.37,1.37,0,0,1-2.015,0L.415,2.564a1.565,1.565,0,0,1,0-2.126,1.368,1.368,0,0,1,2.011,0L8,6.365,13.572.442a1.366,1.366,0,0,1,2.009,0A1.536,1.536,0,0,1,16,1.5' fill='%23000'/%3E%3C/svg%3E") 50%/16px 10px no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10'%3E%3Cpath d='M16,1.5a1.544,1.544,0,0,1-.415,1.061L9.009,9.559a1.37,1.37,0,0,1-2.015,0L.415,2.564a1.565,1.565,0,0,1,0-2.126,1.368,1.368,0,0,1,2.011,0L8,6.365,13.572.442a1.366,1.366,0,0,1,2.009,0A1.536,1.536,0,0,1,16,1.5' fill='%23000'/%3E%3C/svg%3E") 50%/16px 10px no-repeat}.custom-select.is-open .custom-select-arrow{transform:rotate(180deg)}.custom-select-list{z-index:40;box-sizing:border-box;background:#fff;border:.5px solid #dcdcde;border-radius:14px;max-height:260px;margin:0;padding:6px;list-style:none;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #0000001f}.custom-select-option{cursor:pointer;font:normal normal normal 16px/19px var(--font-sans);color:#1a1a1a;white-space:nowrap;text-overflow:ellipsis;border-radius:10px;padding:11px 12px;overflow:hidden}.custom-select-option.is-active{background:#dedede}.custom-select-option.is-selected{font-weight:700}.custom-select-option.is-selected:not(.is-active){background:#f2f2f3}.custom-select-option.is-disabled{color:#b6b7b8;cursor:not-allowed}.custom-select-option.is-disabled.is-active{background:0 0}.custom-select-list::-webkit-scrollbar{width:8px}.custom-select-list::-webkit-scrollbar-thumb{background:#dcdcde;border-radius:8px}.custom-select-list::-webkit-scrollbar-track{background:0 0}
