up-modal-box {
  background-color: rgb(48, 48, 48);
  border-radius: 0.5rem;
  /* margin-top: auto; */
  /* margin-bottom: auto; */
}

up-popup {
  background-color: rgb(48, 48, 48);
  border-radius: 0.5rem;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

up-cover-box {
  background-color: rgb(48, 48, 48);
  padding: 20px;
}

up-drawer-box {
  background-color: rgb(48, 48, 48);
}

.bottom up-drawer-viewport {
  align-items: flex-end;
}

.bottom up-drawer-box {
  min-height: auto;
}
