.report-modal__wrapper[data-v-d7b19bed] {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100vh;
  top: 0;
  position: fixed;
  z-index: 9999;
}
.report-modal[data-v-d7b19bed] {
  z-index: 9999;
  background-color: #ffffff;
  padding: 10px 15px 15px 15px;
  border-radius: 30px;
  position: fixed;
  bottom: calc(50% - 207px);
  right: calc(50% - 158px);
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.report-modal__header[data-v-d7b19bed] {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
}
.report-modal__close-button[data-v-d7b19bed] {
  position: relative;
  right: -15px;
}
.report-modal__form[data-v-d7b19bed] {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.report-modal__inputs[data-v-d7b19bed] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 500px) {
.report-modal[data-v-d7b19bed] {
    right: calc(50% - 141px);
}
}
@media (max-width: 420px) {
.report-modal[data-v-d7b19bed] {
    right: calc(50% - 134px);
}
}
[data-v-d7b19bed] .dialog__wrapper {
  max-width: 100vw;
  min-width: unset;
  width: 400px;
}.report-modal__select-list {
  z-index: 9999;
  padding: 0 15px;
  border-radius: 15px;
}