
.modal-container[data-v-e13403ef] {
  position: relative;
  width: 100%;
  height: auto;
  margin: 3.125rem auto;
  border-radius: 2px;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, .5);
  background-color: #1e1e1e;
  overflow: hidden;
}
.modal-container--fit[data-v-e13403ef] {
  min-height: 12.5rem;
  max-height: calc(100vh - 6.25rem);
  display: flex;
  flex-direction: column;
}
.modal-header[data-v-e13403ef] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  border: 0;
  background-color: #252525;
}
.modal-header__title[data-v-e13403ef] {
  flex: 1;
  font-size: 16px;
  font-weight: 500;
}
.modal-close-btn[data-v-e13403ef] {
  color: #7b7b7b;
  padding: 0.25rem 0.375rem;
  border: 0;
  border-radius: 2px;
  outline: 0;
  box-shadow: none;
  background: none;
  white-space: nowrap;
  transition: width 200ms ease, background-color .25s ease-in-out, color .25s ease-in-out, border .25s ease-in-out;
}
.modal-close-btn[data-v-e13403ef]:hover {
  color: #e1e1e1;
}
