.app-comment-write__wrap {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
}
.app-comment-write__wrap > .app-container {
  height: 100%;
}
@media (max-width: 1024px) {
  .app-comment-write__wrap > .app-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.app-comment-write {
  background-color: white;
  background-color: var(--color-background);
  border: 1px solid #e9ecef;
  border-color: var(--color-gray-200);
  border-bottom: none;
  border-radius: 16px 16px 0 0;
}
@media (max-width: 1024px) {
  .app-comment-write {
    border-left: none;
    border-right: none;
  }
}
.app-comment-write__name, .app-comment-write__target {
  display: flex;
  align-items: center;
  padding: 1rem 1rem 0;
  font-size: 0.875rem;
  font-weight: 600;
}
.app-comment-write__name__text, .app-comment-write__target__text {
  display: inline-block;
  padding: 0.25rem;
  border-radius: 6px;
  color: #247bff;
  background-color: rgba(36, 123, 255, 0.1);
}
.color_scheme_dark .app-comment-write__name__text > strong, .color_scheme_dark .app-comment-write__target__text > strong {
  color: black;
  color: var(--color-black);
}
.app-comment-write__name > .app-input, .app-comment-write__target > .app-input {
  margin-right: 1rem;
}
.app-comment-write__name > .app-input:last-child, .app-comment-write__target > .app-input:last-child {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .app-comment-write__name > .app-input, .app-comment-write__target > .app-input {
    flex: 1;
    width: 100%;
    min-width: 0;
  }
}
.app-comment-write__content {
  font-size: 12px;
}
.app-comment-write__content textarea {
  display: block;
  width: 100%;
  height: 52px;
  padding: 1rem 1rem 0.5rem 1rem;
  outline: none;
  border: none;
  box-sizing: border-box;
  color: black;
  color: var(--color-black);
  background-color: rgba(0, 0, 0, 0);
  font-size: 16px;
}
.app-comment-write__footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 52px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.app-comment-write__footer .app-divider {
  flex: 1;
}
.app-comment-write__footer > .app-link {
  color: #868e96;
  color: var(--color-gray-600);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  margin-right: 1rem;
  transition: color 0.2s ease;
}
.app-comment-write__footer > .app-link:hover {
  color: #495057;
  color: var(--color-gray-700);
}
.app-comment-write__footer > .app-link:active {
  color: black;
  color: var(--color-black);
}
.app-comment-write__footer .app-comment-write__footer-item {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
.app-comment-write__footer .app-comment-write__footer-item .app-link {
  line-height: 18px;
}
.app-comment-write-cancel, .app-comment-write-submit {
  cursor: pointer;
  display: inline-block;
  padding: 0.5em 1.25rem;
  font-size: 14px;
  font-weight: 600;
  border-radius: 999px;
  border: none;
  outline: none;
  transition: 0.2s ease;
}
.app-comment-write-cancel {
  margin-right: 8px;
  color: #868e96;
  color: var(--color-gray-600);
  background-color: transparent;
}
.app-comment-write-cancel:hover {
  background-color: #f1f3f5;
  background-color: var(--color-gray-100);
}
.app-comment-write-cancel:active {
  background-color: #e9ecef;
  background-color: var(--color-gray-200);
}
.app-comment-write-submit {
  flex: 0 0 auto;
  cursor: pointer;
  display: inline-block;
  padding: 0.5em 1.25rem;
  color: white;
  color: var(--color-text-primary);
  font-size: 14px;
  font-weight: 600;
  background-color: #247bff;
  border-radius: 999px;
  border: none;
  outline: none;
  transition: 0.2s ease;
}
.app-comment-write-submit:hover {
  background-color: #206fe6;
}
.app-comment-write-submit:active {
  background-color: #1d62cc;
}
.app-comment-write-submit[disabled] {
  background-color: #adb5bd;
  background-color: var(--color-gray-500);
}
.app-comment-write__wrap:not(.active) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(50%);
}
/*# sourceMappingURL=04885b8be6a40367c985338c8e7cee1ef7961e36.comment-write.scss.map */
