@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
:root {
  --body-theme:#0c1017;
  --continer-theme:#21262d;
  --text-color:#fff;
  --formatBtn-color: #313131;
}

.comments-section {
  margin-top: 50px;
  min-height: 50px;
  padding: 10px;
}
.comments-section .comment-textarea {
  padding: 5px;
  background-color: var(--continer-theme);
  border-radius: 7px;
  font-size: 1rem;
}
.comments-section .comment-textarea img {
  width: 50px;
  border-radius: 50%;
  height: 50px;
  margin-left: -12px;
}
.comments-section .comment-textarea .textarea {
  position: relative;
}
.comments-section .comment-textarea .textarea button {
  position: absolute;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  z-index: 2;
  background-color: var(--body-theme);
  border: none;
  color: #c7dae9;
  right: -17px;
  top: 10px;
  padding: 5px;
}
.comments-section .comment-textarea textarea {
  vertical-align: middle;
  margin-top: 10px;
  background-color: var(--body-theme);
  outline: none;
  color: #fff;
  border: none;
  border-radius: 5px;
  height: 32px;
}

.comment {
  background-color: var(--continer-theme);
  border-radius: 7px;
  margin-bottom: 15px;
  position: relative;
  color: #c7dae9; /*#96a8b6;*/
}
.comment i {
  color: #c7dae9 !important;
}
.comment .title {
  font-size: 0.9rem;
}
.comment .comment-content {
  font-size: 1rem;
}
.comment .deleteButton {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: var(--body-theme);
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 8px;
  border-radius: 30px;
  border: none;
}
.comment .replay {
  cursor: pointer;
}

#replay-section {
  background-color: var(--body-theme);
  border-radius: 10px;
  min-height: 50px;
  display: flex;
  align-items: center;
  padding: 7px 20px;
  display: none;
}
#replay-section .replayUser {
  background-color: var(--continer-theme);
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 7px;
  cursor: pointer;
  display: inline-block;
  margin: 3px;
}

.avater-picker {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  z-index: 3;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: rgba(12, 16, 23, 0.8470588235);
  -webkit-backdrop-filter: blur(10px) saturate(100%) contrast(45%) brightness(130%);
  backdrop-filter: blur(10px) saturate(100%) contrast(45%) brightness(130%);
  top: 0px;
}
.avater-picker .avaters-list {
  width: 700px;
  height: 610px;
  background-color: var(--body-theme);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: scroll;
  overflow-x: hidden;
  border-radius: 10px;
}
.avater-picker .avaters-list span {
  background-color: #21262d;
  border-radius: 10px;
  cursor: pointer;
  vertical-align: middle;
}
.avater-picker .avaters-list span:first-child {
  margin-left: 30px;
}
.avater-picker .avaters-list .step-1 {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 95%;
  margin: auto;
  height: 450px;
  margin-bottom: 20px;
  display: none;
}
.avater-picker .avaters-list .step-1.selected {
  display: flex;
}
.avater-picker .avaters-list .step-2 {
  padding: 30px;
  display: none;
  height: 470px;
  /*****************************************/
  /*******************************************/
}
.avater-picker .avaters-list .step-2.selected {
  display: flex;
}
.avater-picker .avaters-list .step-2 label {
  padding-top: 30px;
  font-size: 25px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  max-width: 500px;
}
.avater-picker .avaters-list .step-2 input {
  padding-top: 10px;
  border-radius: 9px;
  border: none;
  background-color: var(--continer-theme);
  color: gray;
  max-width: 450px;
}
.avater-picker .avaters-list .avater {
  width: 130px;
  height: 120px;
  margin: 10px;
  padding: 7px;
}
.avater-picker .avaters-list .avater.selected {
  border: solid 2px #A3423C;
}
.avater-picker .avaters-list #prev {
  display: none;
}

.pagesNavigation i, .pagesNavigation a {
  color: var(--text-color);
}
.pagesNavigation a:hover {
  color: var(--text-color);
}

body.light {
  --text-color:#313131;
}
body.light .article-continer p:not(.notSwitchable), body.light h1:not(.notSwitchable), body.light h2:not(.notSwitchable), body.light h3:not(.notSwitchable), body.light h4:not(.notSwitchable), body.light h5:not(.notSwitchable), body.light ul:not(.notSwitchable), body.light ol:not(.notSwitchable) {
  color: #21262d !important;
}
body.light .popupAlert {
  background-color: rgba(23, 25, 29, 0.8431372549);
  -webkit-backdrop-filter: blur(15px) saturate(100%) contrast(45%) brightness(130%);
          backdrop-filter: blur(15px) saturate(100%) contrast(45%) brightness(130%);
  color: white;
}
body.light .comment {
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
  color: #493737;
}
body.light .comment i {
  color: #493737 !important;
}
body.light .comment-textarea {
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
}
body.light .comment-textarea #sendBtn {
  color: #493737;
}
body.light .comment-textarea textarea {
  color: #493737;
}
body.light ul {
  color: white;
}
body.light .mynav {
  color: white;
}

@media (max-width: 781px) {
  .avaters-list {
    width: 90% !important;
    height: 400px !important;
  }
  .step-1, .step-2 {
    height: 250px !important;
  }
  .step-2 label {
    display: none;
  }
}
@media (max-width: 400px) {
  .avater {
    width: 120px !important;
    height: 110px !important;
  }
}/*# sourceMappingURL=comments.css.map */