html{overflow-y:scroll}::-webkit-scrollbar{width:17px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:10px;border:4px solid #f1f1f1}::-webkit-scrollbar-thumb:hover{background:#555}select,select option{font-size:14px;line-height:1.5;color:#1a1a1a}select option{padding:12px;background:white;cursor:pointer}select option:checked,select option:hover{background-color:#f3f4f6}select option:checked{font-weight:500}select::-webkit-scrollbar{width:8px}select::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}select::-webkit-scrollbar-thumb{background:#888;border-radius:4px}select::-webkit-scrollbar-thumb:hover{background:#666}select{scrollbar-width:thin;scrollbar-color:#888 #f1f1f1;background-image:linear-gradient(45deg,transparent 50%,currentColor 0),linear-gradient(135deg,currentColor 50%,transparent 0);background-position:calc(100% - 20px) calc(1em + 2px),calc(100% - 15px) calc(1em + 2px);background-size:5px 5px,5px 5px;background-repeat:no-repeat}