.commentitator-container * {
  color: white;
}

.commentitator-container_light * {
  color: black;
}

.commentitator-inner-container {
  background: #1e1e26;
  padding: 30px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}

.commentitator-inner-container_light {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  border: 1px solid #d5d5d5;
}

.commentitator-seperator {
  width: 100%;
  border: none;
  border-top: 1px solid #d5d5d8b2;
}

.commentitator-seperator_light {
  width: 100%;
  border: none;
  border-top: 1px solid #1e1e26b2;
}

.commentitator-inside-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.commentitator-inside-container_light {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.commentitator-inside-container > hr {
  border: none;
  border-left: 1px solid #d5d5d8b2;
  height: auto;
}

.commentitator-inside-container_light > hr {
  border: none;
  border-left: 1px solid #1e1e26b2;
  height: auto;
}

.commentitator-rules {
  color: white;
  margin: 5px 0 0 0;
  font-size: x-small;
}

.commentitator-rules_light {
  color: black;
  margin: 5px 0 0 0;
  font-size: x-small;
}

.commentitator-form-div {
  flex: 1;
}

.commentitator-form {
  display: flex;
  flex-direction: column;
}

.commentitator-form_light {
  display: flex;
  flex-direction: column;
}

.commentitator-form > input {
  height: 40px;
  background: #000000;
  width: 100%;
  border: 0.5px solid #d5d5d84d;
  border-radius: 8px;
  color: white;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
}

.commentitator-form_light > input {
  height: 40px;
  background: #f3f6f9;
  width: 100%;
  border: 0.5px solid #1e1e2673;
  border-radius: 8px;
  color: #1e1e26b2;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
}

.commentitator-email {
  direction: ltr;
}

.commentitator-form > input:focus-visible {
  outline: 0.5px solid #ff8d00;
}

.commentitator-form_light > input:focus-visible {
  outline: 0.5px solid #ff8d00;
}

.commentitator-form > textarea {
  background: #000000;
  width: 100%;
  border: 0.5px solid #d5d5d84d;
  border-radius: 8px;
  color: white;
  padding: 5px;
  box-sizing: border-box;
  resize: none;
}

.commentitator-form_light > textarea {
  background: #f3f6f9;
  width: 100%;
  border: 0.5px solid #1e1e2673;
  border-radius: 8px;
  color: #1e1e26b2;
  padding: 5px;
  box-sizing: border-box;
  resize: none;
}

.commentitator-form > textarea:focus-visible {
  outline: 0.5px solid #ff8d00;
}

.commentitator-form_light > textarea:focus-visible {
  outline: 0.5px solid #ff8d00;
}

.commentitator-meta {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  margin-top: 10px;
  align-items: center;
}

.commentitator-meta_light {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  margin-top: 10px;
  align-items: center;
}

.commentitator-prev-comments_container {
  flex: 1;
  max-height: 400px;
  overflow-y: auto;
  margin-top: 20px;
}

.commentitator-single-comment {
  background: #000000;
  border: 0.5px solid #d5d5d84d;
  border-radius: 10px;
  margin: 0 10px 10px 0;
  padding: 16px;
}

.commentitator-single-comment_light {
  background: #f3f6f9;
  border: 0.5px solid #1e1e2673;
  border-radius: 10px;
  margin: 0 10px 10px 0;
  padding: 16px;
}

.single-comment-rtl {
  margin: 0 0 10px 10px !important;
}

.commentitator-author {
  font-size: small;
  margin: 5px 0;
}

.commentitator-comment {
  font-size: x-small;
  margin: 5px;
}

.commentitator-form > label {
  font-size: small;
  margin: 10px 5px 0px 5px;
}

.commentitator-form_light > label {
  font-size: small;
  margin: 10px 5px 0px 5px;
}

.commentitator-meta-date {
  font-size: x-small;
  margin: 0px;
}

.commentitator-meta-date_light {
  font-size: x-small;
  margin: 0px;
}

.commentitator-meta-reply-to {
  font-size: xx-small;
  cursor: pointer;
  margin-bottom: 0px;
}

.commentitator-meta-reply-to_light {
  font-size: xx-small;
  cursor: pointer;
  margin-bottom: 0px;
}

.commentitator-viewing {
  border: 1px solid #ff8d00 !important;
}

.commentitator-submit-btn {
  background: #ff8d00;
  border-radius: 8px;
  color: black;
  padding: 10px 0;
  border: none;
  margin-top: 15px;
  cursor: pointer;
  transition: transform 0.5s;
}

.commentitator-submit-btn_light {
  background: #17478e;
  border-radius: 8px;
  color: white;
  padding: 10px 0;
  border: none;
  margin-top: 15px;
  cursor: pointer;
  transition: transform 0.5s;
}

.commentitator-submit-btn:hover {
  transform: scale(0.95);
}

.commentitator-required {
  border: 1px solid red !important;
}

.commentitator-replytoname {
  display: none;
  margin: 0px;
  color: #ff8d00;
}

.comment-holder {
  display: none !important;
}

.comment-respond {
  display: none !important;
}

@media only screen and (min-width: 700px) {
  .commentitator-container ::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
  }

  .commentitator-container ::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
  }

  .commentitator-container ::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
  }

  .commentitator-container ::-webkit-scrollbar-thumb:hover {
    background: #ff8d00;
    cursor: grab;
  }

  .commentitator-container_light ::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
  }

  .commentitator-container_light ::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
  }

  .commentitator-container_light ::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
  }

  .commentitator-container_light ::-webkit-scrollbar-thumb:hover {
    background: #ff8d00;
    cursor: grab;
  }
}

@media only screen and (max-width: 700px) {
  .commentitator-inner-container {
    padding: 15px;
  }

  .commentitator-inner-container_light {
    padding: 15px;
  }

  .commentitator-inside-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .commentitator-inside-container_light {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .commentitator-inside-container > hr {
    border: none;
    border-top: 1px solid #d5d5d8b2;
    width: 100%;
  }

  .commentitator-inside-container_light > hr {
    border: none;
    border-top: 1px solid #1e1e26b2;
    width: 100%;
  }

  .commentitator-prev-comments_container {
    margin-top: 0px;
  }
}
