.comments {
  min-height: 100%;
  max-height: 100rem;
  overflow-y: auto;
  background: #272727;
  padding: 2rem;
  color: #fff;
  scrollbar-color: rgba(255, 255, 255, 0.1);
  scrollbar-width: thin;
}
@media screen and (max-width: 1024px) {
  .comments {
    padding: 6rem 2rem;
    margin-bottom: 0;
    min-height: inherit;
  }
}
.comments::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.comments::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
}
.comments::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
}

.commenton_block {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  color: white;
}
@media screen and (max-width: 1024px) {
  .commenton_block {
    font-size: 2.4rem;
  }
}
.commenton_block svg {
  fill: currentColor;
}

.cn_count_box {
  font-size: 2rem;
  color: white;
}
@media screen and (max-width: 1024px) {
  .cn_count_box {
    font-size: 3rem;
  }
}

.cn_sort {
  font-size: 1.3rem;
}
@media screen and (max-width: 1024px) {
  .cn_sort {
    font-size: 2rem;
  }
}

.cn_author_name {
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .cn_author_name {
    font-size: 3rem;
  }
}

.cn_head {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.cn_head .cn_clearfix {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 1rem;
}
.cn_head .cn_clearfix:after {
  display: none;
}

.cn_count_box {
  margin-right: auto;
}

.cn_author {
  order: 3;
  margin-left: auto;
}

.cn_sort_box,
.cn_menu_author_box {
  background: black;
  border: none;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .cn_sort_box,
  .cn_menu_author_box {
    right: 50%;
    transform: translateX(50%);
  }
}

.cn_sort_point,
.cn_menu_point {
  color: white;
}

.cn_author {
  position: relative;
}

@media screen and (max-width: 1024px) {
  .cn_menu_author_box {
    top: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .cn_menu_author_block,
  .cn_sort_block {
    position: static;
  }
}

.cn_sort_box {
  width: 120px;
}
@media screen and (max-width: 1024px) {
  .cn_sort_box {
    width: 130px;
  }
}

.cn_avatar,
.cn_author_avatar {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  font-size: 3rem;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .cn_avatar,
  .cn_author_avatar {
    width: 10rem;
    height: 10rem;
    font-size: 4rem;
    line-height: 10rem;
  }
}

.cn_enter_text_box,
.cn_enter_answer_box,
.cn_enter_update_box,
.cn_enter_complain_box {
  margin-left: 6rem;
}
@media screen and (max-width: 1024px) {
  .cn_enter_text_box,
  .cn_enter_answer_box,
  .cn_enter_update_box,
  .cn_enter_complain_box {
    margin-left: 12rem;
  }
}

.cn_enter_text_panel, .cn_enter_answer_panel, .cn_complain_input_panel, .cn_update_input_panel {
  border-bottom: none;
  background: rgba(170, 170, 170, 0.1);
  padding: 1rem 2rem;
  font-size: 1.6rem;
  min-height: 12rem;
  color: white;
}
@media screen and (max-width: 1024px) {
  .cn_enter_text_panel, .cn_enter_answer_panel, .cn_complain_input_panel, .cn_update_input_panel {
    font-size: 2.4rem;
    min-height: 20rem;
    padding: 2rem 4rem;
  }
}

.commenton label {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .commenton label {
    font-size: 2.4rem;
  }
}

.commenton textarea, .commenton input[type=text], .commenton input[type=number], .commenton input[type=email] {
  color: white;
  font-family: "Montserrat", sans-serif;
  outline: none;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .commenton textarea, .commenton input[type=text], .commenton input[type=number], .commenton input[type=email] {
    font-size: 2.4rem;
  }
}

.cn_guest_name_input, .cn_guest_email_input {
  border: none !important;
  background: rgba(170, 170, 170, 0.1) !important;
}

.cn_enter_text_block {
  margin-right: 0;
  margin-left: 0;
}

.cn_authorize_guest_submit,
.cn_enter_text_submit, .cn_enter_answer_submit, .cn_complain_submit, .cn_update_submit, .cn_enter_text_submit_disabled, .cn_enter_answer_submit_disabled, .cn_complain_submit_disabled, .cn_update_submit_disabled {
  outline: none;
  color: white;
  background: #6F22FF;
  margin-top: 1.5rem;
  width: 100%;
  padding: 1rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .cn_authorize_guest_submit,
  .cn_enter_text_submit, .cn_enter_answer_submit, .cn_complain_submit, .cn_update_submit, .cn_enter_text_submit_disabled, .cn_enter_answer_submit_disabled, .cn_complain_submit_disabled, .cn_update_submit_disabled {
    font-size: 3rem;
    padding: 2rem 4rem;
    height: 8rem;
    margin-top: 2rem;
  }
}

.cn_image_attach_box {
  font-size: 1.4rem;
  background: black;
  border: none;
}
@media screen and (max-width: 1024px) {
  .cn_image_attach_box {
    font-size: 2.2rem;
  }
}

.cn_image_attach_upload, .cn_image_attach_link {
  color: white;
}

.cn_attach_link_block, .cn_attach_video_link_block {
  background: black;
}

#cn_image_attach_link, #cn_video_attach_link {
  border-bottom-color: white;
}

.cn_emoji_box {
  background: black;
  border: none;
}

.cn_authorize_box {
  width: 100%;
  margin: 3rem 0;
}

.cn_social_button {
  width: 3.6rem;
  height: 3.6rem;
  margin-right: 2rem;
}
@media screen and (max-width: 1024px) {
  .cn_social_button {
    width: 6rem;
    height: 6rem;
    margin-right: 3rem;
  }
}

.cn_comment_box {
  padding: 0;
  border: none;
}

.cn_comment {
  margin-left: 6rem;
}
@media screen and (max-width: 1024px) {
  .cn_comment {
    margin-left: 12rem;
  }
}

.cn_name {
  color: white;
}

.cn_share_block {
  display: none;
}

.cn_string_3,
.cn_answer_button,
.cn_delete_button,
.cn_like,
.cn_dislike {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  color: rgba(255, 255, 255, 0.7);
}
.cn_string_3:hover,
.cn_answer_button:hover,
.cn_delete_button:hover,
.cn_like:hover,
.cn_dislike:hover {
  color: white;
}

.cn_like_box {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}

.cn_answer_input_box, .cn_complain_box, .cn_update_box {
  background: black;
}

.cn_answer_box_title, .cn_complain_box_title, .cn_update_box_title {
  font-size: 2.4rem;
  color: white;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .cn_answer_box_title, .cn_complain_box_title, .cn_update_box_title {
    font-size: 4rem;
  }
}

.cn_authorize_block {
  width: 40rem;
  background: black;
}

.cn_length_string {
  color: white;
}

.cn_share_block, .cn_answer_button, .cn_answer_button_disabled, .cn_delete_button {
  font-size: 1.3rem;
}
@media screen and (max-width: 1024px) {
  .cn_share_block, .cn_answer_button, .cn_answer_button_disabled, .cn_delete_button {
    font-size: 2rem;
  }
}

.cn_options_box {
  background: black;
  border: none;
  font-size: 1.4rem;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .cn_options_box {
    font-size: 2.2rem;
  }
}

.cn_item_options {
  color: white;
}

.cn_comments_block {
  margin: 4rem 0;
}

/*# sourceMappingURL=comments-dark.css.map */
