@charset "UTF-8";
.edit {
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  /* background-color: #e9e8e8; */
  height: 100vh;
}

.edit_container {
  width: 95%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
}

.edit_right,
.edit_left {
  width: 20%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.edit_left__label {
  width: 100%;
  height: 170px;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  padding: 10px 10px 10px;
  display: flex;
  flex-direction: column;
}
.edit_left__label label {
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  display: block;
  margin-top: auto;
  position: relative;
}
.edit_left__label label input {
  width: 100%;
  height: 100%;
  padding: 0px 10px;
  text-align: center;
  background-color: white;
}

.label_img {
  width: 100%;
  height: calc(100% - 44px);
  position: relative;
  border-radius: 10px;
}
.label_img img {
  width: 100%;
  height: 100%;
  z-index: 3;
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
}
.label_img .label_img_bg {
  filter: blur(12px);
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 2;
}
.label_img button {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-color: white;
  border-radius: 3px;
  font-size: 16px;
  line-height: 16px;
}

.question_box_count_quest {
  height: 26px;
  background-color: white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  margin-top: auto;
}
.question_box_count_quest b {
  margin-left: 6px;
}

.question_box {
  width: 100%;
  overflow: auto;
  background-color: white;
  height: calc(100vh - 320px);
  margin-top: 4px;
  padding: 10px;
  border-radius: 10px;
}

.question_list {
  width: 100%;
  height: -moz-max-content;
  height: max-content;
}

.question {
  width: 100%;
  height: 50px;
  background-color: #FAF5FF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
}
.question h3 {
  color: #322659;
}
.question .question_edit {
  color: white;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  background-color: #9F7AEA;
}

.question_img {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  overflow: hidden;
}
.question_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.edit_left_bottom {
  margin-top: auto;
  height: 40px;
  width: 100%;
}
.edit_left_bottom button {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  color: #FAF5FF;
  font-size: 18px;
  line-height: 18px;
  background-color: #38B2AC;
}

.edit_center {
  width: 55%;
  height: 100%;
  padding: 20px 20px 10px;
  border-radius: 20px;
  background-color: white;
}

.editor {
  width: 100%;
  height: 100%;
}

.editor_box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}

.editor_banner {
  width: 100%;
  height: 40%;
  border-radius: 20px;
  position: relative;
}

.editor_banner_bg {
  width: 100%;
  height: 100%;
  filter: blur(12px);
}
.editor_banner_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.editor_banner_img {
  max-width: 90%;
  max-height: 90%;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 20px 5px #FAF5FF;
}
.editor_banner_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.editor_banner_edit {
  position: absolute;
  right: -18px;
  bottom: -18px;
  border-radius: 5px;
  cursor: pointer;
  width: 30px;
  font-size: 16px;
  line-height: 16px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
}

.editor_text_box {
  height: 56%;
  width: 100%;
  margin-top: auto;
  display: flex;
  flex-direction: column;
}

.editor_text_box_title {
  width: 100%;
  height: 40px;
  position: relative;
  border-bottom: 1px solid rgba(50, 38, 89, 0.3137254902);
}
.editor_text_box_title input {
  padding: 0px 20px;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: white;
  color: #322659;
  font-size: 20px;
  line-height: 24px;
  border-radius: 10px;
}

.editor_text_box_title::before {
  content: "🖉";
  display: block;
  width: 20px;
  height: 20px;
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.editor_text_box_title_desc {
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  height: max-content;
  margin-top: 14px;
  border-bottom: 1px solid #322659;
}
.editor_text_box_title_desc textarea {
  width: 100%;
  text-align: center;
  padding: 10px;
  max-width: 100%;
  max-height: 100px;
  outline: none;
  min-height: 0px;
  height: 45px;
  font-size: 16px;
  line-height: 22px;
  color: #322659;
}

.editor_request_box {
  margin-top: auto;
  width: 100%;
  height: calc(100% - 220px);
  overflow: auto;
}

.editor_request_box_list {
  width: 100%;
  height: auto;
}

.editor_request {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 42px;
  background-color: #FAF5FF;
  border-radius: 10px;
  margin-bottom: 12px;
  padding: 4px 20px;
}
.editor_request label {
  width: calc(100% - 100px);
  height: 90%;
  position: relative;
}
.editor_request label input {
  width: 100%;
  height: 100%;
  color: #322659;
  font-size: 18px;
  line-height: 18px;
  border-bottom: 1px solid rgba(50, 38, 89, 0.4274509804);
}
.editor_request label::before {
  content: "🖉";
  display: block;
  width: 20px;
  height: 20px;
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.editor_request .editor_request_box_state {
  width: 20px;
  height: 20px;
  background-color: black;
  border-radius: 50%;
  cursor: pointer;
}
.editor_request .editor_request_delete_btn {
  font-size: 18px;
  line-height: 18px;
  color: #322659;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
}

.editor_add_request {
  margin-top: auto;
  background-color: #FAF5FF;
  width: 100%;
  height: 60px;
  border-radius: 10px;
  padding: 10px 20px 10px 10px;
}
.editor_add_request form {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.editor_add_request form label {
  width: calc(100% - 140px);
  display: block;
  height: 100%;
}
.editor_add_request form label input {
  border-radius: 10px;
  width: 100%;
  padding: 0px 10px;
  font-size: 18px;
  line-height: 18px;
  color: #322659;
  height: 100%;
  background-color: white;
}
.editor_add_request form .editor_add_request_status {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #322659;
  cursor: pointer;
}
.editor_add_request form button {
  width: 80px;
  height: 100%;
  background-color: #38B2AC;
  color: white;
  font-size: 18px;
  line-height: 18px;
  border-radius: 10px;
  font-weight: 600;
}

.edit_right_box {
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  border-radius: 10px;
  padding: 10px;
  background-color: white;
}
.edit_right_box h3 {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}

.edit_format_box {
  margin-top: 12px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.edit_format_box .edit_format_item {
  width: 48%;
  height: -moz-max-content;
  height: max-content;
  border-radius: 10px;
  overflow: hidden;
  padding: 3px;
  border: 1px solid rgba(159, 122, 234, 0.5803921569);
}
.edit_format_box .edit_format_item img {
  width: 100%;
}
.edit_format_box .edit_format_item:hover {
  border-color: #9F7AEA;
  border-width: 2px;
}
.edit_format_box .edit_format_item_selected:hover,
.edit_format_box .edit_format_item_selected {
  border: 2px solid #322659;
}

.edit_music_container {
  margin-top: 20px;
}
.edit_music_container .edit_music_box {
  margin-top: 12px;
}
.edit_music_container .edit_music_box .edit_music_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  background-color: #FAF5FF;
  border-radius: 10px;
  border: 1px solid transparent;
  cursor: pointer;
  margin-bottom: 10px;
}
.edit_music_container .edit_music_box .edit_music_item img {
  width: 20px;
}
.edit_music_container .edit_music_box .edit_music_item span {
  width: calc(100% - 30px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #322659;
}
.edit_music_container .edit_music_box .edit_music_item:hover {
  border-color: #9F7AEA;
}
.edit_music_container .edit_music_box .edit_music_item_selected,
.edit_music_container .edit_music_box .edit_music_item_selected:hover {
  border-color: #322659;
}

.edit_right_actions {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
}
.edit_right_actions button {
  width: 100%;
  height: 40px;
  color: white;
  font-size: 18px;
  line-height: 18px;
  border-radius: 10px;
  font-weight: 600;
  background-color: #9F7AEA;
}
.edit_right_actions .edit_right_actions_next {
  background-color: #38B2AC;
}/*# sourceMappingURL=edit.css.map */