.select-display{flex:1;text-align:left;font-family:Inter,Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.select-display.placeholder{color:#666}.select-container{position:relative;display:flex;flex-direction:column;gap:16px;width:100%}.select-container label{font-size:16px;font-weight:500;line-height:18px;color:#1e1e1e}.select-container.error .select-trigger{border-color:#f44336;background-color:#fff}.select-container.error .select-trigger .select-display{color:#f44336}.select-container.error .select-trigger svg{stroke:#f44336}.select-trigger{display:flex;align-items:center;justify-content:space-between;height:56px;padding:16px;background-color:hsla(0,0%,100%,.5);border:1.3px solid #a6a6a6;border-radius:8px;font-family:Inter,Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:20px;color:#222;cursor:pointer;transition:all .3s ease;width:100%;gap:16px}.select-trigger.open,.select-trigger:hover:not(:disabled){background-color:#fff}.select-trigger.open{border-color:#1a73e8}.select-trigger.open .select-display.placeholder{color:#1a73e8}.select-trigger:focus{outline:none}.select-trigger:disabled{opacity:.6;cursor:not-allowed}.select-trigger:disabled .select-display{color:#666}.select-trigger.selected{border-color:#1a73e8}.select-chevron{width:24px;height:24px;stroke:#666;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .3s ease;transform:rotate(180deg);flex-shrink:0}.select-chevron.open{transform:rotate(0deg);stroke:#1a73e8}.select-menu{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);z-index:1000;overflow:hidden;max-height:400px;overflow-y:auto;padding:8px;display:flex;flex-direction:column;gap:0}.select-menu::-webkit-scrollbar{width:8px}.select-menu::-webkit-scrollbar-track{background:transparent}.select-menu::-webkit-scrollbar-thumb{background:#e0e0e0;border-radius:4px}.select-menu::-webkit-scrollbar-thumb:hover{background:#c7c7c7}.select-item{display:flex;align-items:center;width:100%;padding:16px;background:none;border:none;color:#222;font-family:Inter,Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:20px;cursor:pointer;transition:all .3s ease;text-align:left;border-radius:4px}.select-item:hover{background-color:#fff;color:#1a73e8}.select-item.selected{background-color:rgba(26,115,232,.1);font-weight:500}.select-item:focus{outline:none;background-color:#fff}.select-item:active{background-color:rgba(26,115,232,.15)}.select-item:disabled{opacity:.5;cursor:not-allowed}.select-error{font-family:Inter,Roboto,Arial,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#f44336;margin:0;padding:0}