.modalContainer {
  display: flex;
  flex-direction: column;
  max-height: 50vh;
  overflow: auto;
}

.modalWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.drawerTitleContainer {
  flex: 1;
  margin-right: 10px;
}

.drawerTitle {
  font-size: 1.2rem;
  font-weight: 700;
}

.titleContainer {
  flex-flow: row;
}

.title {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
