html,
body {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  font-size: 16px;
  line-height: 18px;
  scroll-behavior: smooth;
  color: var(--common-fg-color);
  background-color: var(--lyt-bg-color);
  direction: ltr;
  text-align: left;
}
[dir=rtl] html,
[dir=rtl] body {
  direction: rtl;
}
[dir=rtl] html,
[dir=rtl] body {
  text-align: initial;
}

body.modal-open {
  overflow: hidden;
}

main {
  padding: 1rem !important;
}

.ml-sm-auto {
  margin-left: auto;
  margin-right: 0;
}
[dir=rtl] .ml-sm-auto {
  margin-left: 0 !important;
}
[dir=rtl] .ml-sm-auto {
  margin-right: auto;
}

[dir=rtl] .btn-group-toggle > .btn:first-child {
  border-radius: 0 0.75rem 0.75rem 0;
}
[dir=rtl] .btn-group-toggle > .btn:last-child {
  border-radius: 0.75rem 0 0 0.75rem;
}

@media (min-width: 576px) {
  main {
    padding: 1.25rem !important;
  }
}

/*# sourceMappingURL=layout.css.map */
