.selectTrigger{width:200px;height:36px;background-color:#fff;color:#000;font-weight:400;font-size:16px;border-style:none;border-radius:8px;display:flex;justify-content:space-between;align-items:center;padding:0 10px;box-shadow:0 5px 8px -3px #00000024;cursor:pointer;outline:none}.regionSelectTrigger{width:100%;height:48px;background-color:#000;color:#fff;border:1px solid #caccd8}.regionSelectTrigger .selectIcon{color:#9396a8;display:flex;align-items:center;justify-content:center;transform-origin:center}.selectTrigger span{display:inline-block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;max-width:100%;vertical-align:middle}.selectTrigger .selectIcon{width:18px;display:flex;align-items:center;justify-content:center;transform-origin:center}.selectValue{flex:1;overflow:hidden}.selectContent{z-index:9999;box-shadow:0 5px 8px -3px #00000024;max-height:75dvh}.selectViewport{margin-top:2px;border-radius:8px;padding:8px 8px 0;background:#fff;width:200px;border-style:none;max-height:75dvh;outline:none;overflow-y:auto}.regionSelectContent,.regionSelectViewport{max-height:30vh;min-width:var(--radix-select-trigger-width);width:var(--radix-select-trigger-width)}.selectItem{color:#000;padding:6px 16px;margin-bottom:4px;border-radius:8px;font-weight:500;font-size:15px;cursor:pointer;border-style:none;outline:none;text-overflow:ellipsis}.selectItem:hover{background-color:#000;color:#fff;border-style:none}.selected{background-color:#000;color:#fff}.selectTrigger[data-state=open] .selectIcon{transform:rotate(180deg)}.selectTrigger[data-state=closed] .selectIcon{transform:rotate(0)}@media screen and (max-width: 1009px){.selectTrigger{width:130px}.regionSelectTrigger{width:100%}}@media screen and (max-width: 800px){.selectContent{width:100%;max-width:100%;max-height:calc(100dvh - 50px);left:0!important;top:60px!important;position:fixed}.selectViewport{width:100%;max-height:calc(100dvh - 50px);max-width:100%}.selectItem{min-height:48px;display:flex;align-items:center}}
