.custom-select{z-index:10;width:38%;position:relative}.custom-select .select-selected{cursor:pointer;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;justify-content:space-between;align-items:center;height:46px;padding:0 40px 0 16px;font-size:14px;transition:all .3s;display:flex;position:relative}.custom-select .select-selected:after{content:"";border-top:5px solid #6b7280;border-left:5px solid #0000;border-right:5px solid #0000;width:0;height:0;transition:all .3s;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.custom-select .select-selected.select-arrow-active:after{border-top-color:#3b82f6;transform:translateY(-50%)rotate(180deg)}.custom-select .select-selected:hover{border-color:#d1d5db;box-shadow:0 1px 3px #0000001a}.custom-select .select-items{z-index:99;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;max-height:200px;margin-top:4px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 6px #0000001a}.custom-select .select-items .select-item{cursor:pointer;border-bottom:1px solid #f3f4f6;padding:12px 16px;font-size:14px;transition:all .2s}.custom-select .select-items .select-item:last-child{border-bottom:none}.custom-select .select-items .select-item:hover{color:#3b82f6;background-color:#f9fafb}.custom-select .select-items .select-item.same-as-selected,.custom-select .select-items .select-item:active{color:#3b82f6;background-color:#eff6ff;font-weight:500}.custom-select .select-hide{display:none}@media (max-width:768px){.custom-select .select-selected{padding:10px 35px 10px 12px;font-size:13px}.custom-select .select-items .select-item{padding:10px 12px;font-size:13px}}
