.material-symbols-outlined {
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

select {
    appearance: none;
    background-image: url(https://lh3.googleusercontent.com/aida-public/AB6AXuBtOC2xhXGHY6lI7Wiu9yuQwHK410lh5vgpRBPFjPoGGJZIQVBCB_O5cQKsbzBiLRoJjKYk1GpKpE4PS7IJTo4EGEiBwmUyzVX7qrp61HKMo_vNcyjlZzIhuKmtg3E8wXUPScOQuJLgTkEnO81M5I-7Ftry0Mxb_8xhzuwmvLikqaAFnDeZInVR_2UX5R5whyGhZsPPvzHKav8kEm2MVlhBIRsfjZkVkVCH28pAFUzxibLFbbpj3yi5FEnRrm7rl4QvwuF_OjmOl2Rd);
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
}

/* Consistent pointer cursor for actionable buttons across the app. */
button:not(:disabled):not(.cursor-not-allowed),
input[type="button"]:not(:disabled),
input[type="submit"]:not(:disabled),
input[type="reset"]:not(:disabled) {
    cursor: pointer;
}
