.amis-scope .cxd-DropDown {
  padding-right: 50;
}

.amis-scope .cxd-DropDown-menu {
  background: var(--DropDown-menu-bg);
  list-style: none;
  padding: var(--DropDown-menu-paddingY) var(--DropDown-menu-paddingX);
  min-width: 100%;
  text-align: center;
  border: none;
  user-select: none;
}

body {
  background-image: url(./../images/bg.png);
  background-repeat: no-repeat;
}

html,
body,
.app-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.app-wrapper-center {
  display: flex;
  margin: 180px auto 0 auto;
  flex: auto;
  width: 500px;
  height: auto;
  overflow: hidden;
}

.footer-wrapper {
  padding-bottom: 1rem;
  font-size: larger;
}

.drawer-notice-text p {
  padding: 0 2rem;
  color: lightslategrey;
}

.footer-text span {
  color: lightslategrey;
  padding: 0 0.2rem 0 1rem;
}

.footer-text span a {
  color: inherit;
  text-decoration: dashed;
}

.footer-icon {
  color: grey;
}
