.atk-list-footer {
  display: none;
}
/* artalk-dark-series */

.atk-link {
  display: none;
}

.atk-nick a {
  pointer-events: none;
}

.atk-main,
.atk-layer-wrap,
.atk-comment-wrap,
.atk-editor-wrap,
.atk-main-editor,
.atk-editor {
  background: #0b1220 !important;
  color: #e5e7eb !important;
  border-color: rgba(148, 163, 184, 0.25) !important;
}

.atk-editor-footer,
.atk-editor-plug-wrap,
.atk-plug-wrap,
.atk-editor-bottom,
.atk-plug-panel {
  background: #0f172a !important;
  color: #cbd5e1 !important;
  border-color: rgba(148, 163, 184, 0.2) !important;
}

.atk-editor-wrap input,
.atk-editor-wrap textarea,
.atk-editor-wrap .atk-textarea,
.atk-editor-wrap .atk-input,
.atk-main-editor input,
.atk-main-editor textarea,
.atk-main-editor .atk-textarea,
.atk-main-editor .atk-input,
.artalk input[type="text"],
.artalk input[type="email"],
.artalk textarea {
  background: #111827 !important;
  color: #e5e7eb !important;
  -webkit-text-fill-color: #e5e7eb !important;
  border-color: rgba(148, 163, 184, 0.3) !important;
}

.atk-main-editor,
.atk-editor-wrap {
  border-radius: 14px !important;
  border: 1px solid rgba(148, 163, 184, 0.25) !important;
  overflow: hidden !important;
}

.atk-editor-wrap textarea,
.atk-main-editor textarea {
  min-height: 150px !important;
}

.atk-editor-wrap input::placeholder,
.atk-editor-wrap textarea::placeholder,
.atk-main-editor input::placeholder,
.atk-main-editor textarea::placeholder,
.artalk input[type="text"]::placeholder,
.artalk input[type="email"]::placeholder,
.artalk textarea::placeholder {
  color: #94a3b8 !important;
  -webkit-text-fill-color: #94a3b8 !important;
  opacity: 1 !important;
}

.atk-editor-wrap .atk-send-btn,
.atk-editor-wrap .atk-cancel-btn {
  background: #1f2937 !important;
  color: #f8fafc !important;
  border-color: rgba(148, 163, 184, 0.3) !important;
}

.atk-editor-wrap .atk-plug-btn,
.atk-editor-wrap .atk-editor-btn {
  color: #cbd5e1 !important;
}

.atk-content,
.atk-list-no-comment,
.atk-text {
  color: #e5e7eb !important;
}
