html,
body,
#root {
  max-width: 100%;
  overflow-x: hidden;
}

* {
  min-width: 0;
}

img,
video,
canvas,
svg {
  max-width: 100%;
}

main {
  min-width: 0;
  width: 100%;
}

aside {
  align-self: start;
}

main > *,
main section,
main article,
main form,
main table {
  min-width: 0;
}

input,
select,
textarea,
button {
  max-width: 100%;
}

table {
  width: 100%;
}

.overflow-auto,
.overflow-x-auto,
[class*="overflow-x-auto"] {
  max-width: 100%;
}

#admin-agenda-premium-portal,
#customers-premium-portal,
#finance-accounting-shell,
#admin-stock-crud-shell,
#client-account-search-shell,
#professional-services-root,
#aranhas-client-packages {
  max-width: 100%;
  min-width: 0;
}

@media (max-width: 1180px) {
  aside {
    position: relative !important;
    top: auto !important;
    max-height: none !important;
  }
}
