select option{padding:12px 16px;font-size:14px;line-height:1.5;color:#1f2937;background-color:#fff;transition:all .2s ease}select option:checked,select option:hover{background-color:#3b82f6!important;color:#fff!important}select option:checked{font-weight:500}select option:disabled{color:#9ca3af;background-color:#f3f4f6;cursor:not-allowed}select:focus option:checked{background:linear-gradient(0deg,#3b82f6,#3b82f6)}select::-webkit-scrollbar{width:8px}select::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}select::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}select::-webkit-scrollbar-thumb:hover{background:#94a3b8}@supports (background:-webkit-named-image(i)){select option:checked{background:#3b82f6 linear-gradient(0deg,#3b82f6,#3b82f6);color:#fff}}@-moz-document url-prefix(){select option:checked{background-color:#3b82f6!important;color:#fff!important}}