input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 30px #ffffff inset !important;
    transition: background-color 5000s ease-in-out 0s;
}

.material-symbols-outlined {
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24
}
.v-icon {
  font-family: 'Material Symbols Outlined' !important;
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
}

.bs_shdw1 {
    box-shadow: 0px 5px 12px -2px rgba(0, 0, 0, 0.1) !important;
}
.bs_shdw2 {
    box-shadow: 0px 22px 32px -2px rgba(0, 0, 0, 0.1), 0px 43px 22px -2px rgba(0, 0, 0, 0.1) , 0px 1px 1px 0px rgba(0, 0, 0, 0.1) !important;
}

.custom-submenu-itens .v-list-item__spacer {
    width: 10px !important;
}

.custom-submenu-itens .v-list-item-title {
    font-size: 0.8rem;
}

.v-combobox input{
    overflow: scroll !important;
    flex-wrap: nowrap !important;
}

.ssdw, .v-field--variant-solo, .v-field--variant-solo-filled {
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 18%), 0px 2px 2px 0px rgb(0 0 0 / 1%), 0px 3px 2px 0px rgba(0, 0, 0, 0.01) !important;
}