.items_container-df67397 {
  z-index: 1;
  background-color: #fff;
}

.bottombar-926c8b4 {
  background-color: gray;
  bottom: 0;
  width: 100%;
  justify-content: flex-end;
}

#legal-section ul {
  display: flex;
  justify-content: right;
  flex-direction: row;
  list-style-type: none;
}

#legal-section ul li {
  padding: 8px;
}

ul {
  margin-left: 0;
  padding-left: 20px;
}

h5 {
  padding: 4px;
  margin: 2px;
}

li {
  margin: 0;
}

.logo-aa6736c {
  max-width: 250px;
}

.topbar-adcb60f {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 150px;
}

#topbar-left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

#topbar-left ul {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

#topbar-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.container-8468634 {
  padding: 8px;
  border: orange;
}

.container-7605566 {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.text_input-7605566 {
  width: 100%;
}

div.container-66e4e87 {
  border-style: dotted;
  border-width: 2px;
}

.container-4f204cd {
  display: flex;
  justify-content: center;
}

.container-6132dcf {
  display: flex;
  flex-direction: column;
}

.css_grid-6132dcf {
  display: grid;
  grid-auto-flow: row;
}

.container-9032d1e {
  display: flex;
  justify-content: stretch;
  width: 100%;
  height: 100%;
}

.container-9057319 {
  color: gray;
  background-color: #0000;
  border: none;
  padding: 0;
}

.container-27be007 {
  display: flex;
  flex-direction: row;
}

.css_grid-27be007 {
  display: grid;
  grid-auto-flow: row;
}

.card-503b808 {
  box-shadow: 0 4px 8px #0003;
  transition: all .3s;
  padding: 8px;
}

.collapsible-4630c1c {
  padding: 8px;
}

.card-b98c84d {
  box-shadow: 0 4px 8px #0003;
  transition: all .3s;
  padding: 8px;
}

.card-b98c84d:hover {
  box-shadow: 0 8px 16px #0003;
}

body {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #000;
}

svg {
  width: 200px;
  height: 200px;
}

#login-div {
  padding: 50px;
  display: flex;
  justify-content: center;
}

#login-card {
  justify-content: center;
  max-width: 512px;
  display: flex;
  flex-direction: column;
  padding: 32px;
  align-items: center;
  box-shadow: 0 4px 8px #0003;
  transition: all .3s;
}

#login-bottom {
  display: flex;
  flex-direction: row;
  gap: 4px;
}

h1 {
  color: #ff3e00;
  font-size: 4em;
}

@media (min-width: 640px) {
  main {
    max-width: none;
  }
}

.bottombar {
  justify-content: flex-end;
}

#profile-card {
  padding: 16px;
}

.central_container-b9b0de0 {
  padding: 4em;
}

html, body {
  display: block;
  height: 100%;
}

#holder {
  min-height: 100%;
  position: relative;
}

#body {
  padding-bottom: 100px;
}

footer {
  height: 100px;
  position: absolute;
  left: 0;
  right: 0;
}
