* {
  /* font-family: 'Open Sans', sans-serif; */
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

.font-per {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

::-webkit-scrollbar {
  width: 7px;
  background-color: oklch(13% 0.028 261.692);
}

::-webkit-scrollbar-thumb {
  background: oklch(21% 0.034 264.665);
}

.bg-green-per {
  background: rgba(25, 94, 19, 0.3);
}

input:-webkit-autofill {
  background-color: #ffffff !important; /* fundo branco */
  color: #fff !important; /* texto preto */
  border-radius: 6px;
  box-shadow: 0 0 0px 1000px oklch(21% 0.034 264.665) inset;
  -webkit-text-fill-color: #fff !important;
  transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background-color: #ffffff !important;
  box-shadow: 0 0 0px 1000px oklch(21% 0.034 264.665) inset;
  -webkit-text-fill-color: #fff !important;
}

@media (max-width: 1024px) {
  .checkout-debug {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  .res-pedidos {
    max-height: 500px;
  }
}
