.slider-root{touch-action:none;-webkit-user-select:none;user-select:none;align-items:center;width:100%;height:20px;display:flex;position:relative}.slider-track{background-color:#e5e7eb;border-radius:9999px;flex-grow:1;height:4px;position:relative}.slider-range{background-color:#0470b8;border-radius:9999px;height:100%;position:absolute}.slider-thumb{cursor:pointer;background-color:#0470b8;border:3px solid #fff;border-radius:9999px;width:20px;height:20px;transition:all .2s;display:block;position:relative;box-shadow:0 2px 10px #0000001a}.slider-thumb:hover{transform:scale(1.1);box-shadow:0 4px 15px #00000026}.slider-thumb:focus{outline:none;box-shadow:0 0 0 3px #0470b833}.slider-thumb:after{content:attr(aria-valuenow);font-size:.8rem;position:absolute;top:-1.8rem}.slider-thumb[aria-label=Minimum]:after{left:0}.slider-thumb[aria-label=Maximum]:after{right:0}
.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;padding:12px 40px 12px 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}}
