.userInfo {
  display: flex;
  flex-direction: column;
}
.userInfo .commentsTwo {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.userInfo .commentsTwo .fullName {
  display: flex;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 600;
}
.userInfo .commentsTwo .commenttimestamp {
  display: flex;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
  color: gray;
  align-items: flex-end;
}

.halfDiv {
  display: flex;
  justify-content: space-between;
}

.replyBtn {
  position:relative;
  background-color: transparent;
  border: none;
  color: gray;
  outline: none;
  font-weight: 600;
  font-size: 14px;
  margin: 2px 5px 0px 0px !important;
  width: 70px;
  padding: 5px;
  border-radius: 4px;
}
.replyBtn:hover {
  outline: none;
  background-color: rgba(160, 160, 160, 0.315);
}
.replyBtn:focus {
  outline: 0;
}

.userActions {
  margin-top: 20px;
  position:relative;
}
.userActions .actionsBtn {
  background-color: transparent;
  border: none;
  padding: 6px;
  border-radius: 50%;
  cursor: pointer;
}
.userActions .actionsBtn:focus {
  outline: 0;
}
.userActions .actionsBtn:hover {
  outline: none;
  background-color: rgba(123, 123, 123, 0.1);
  border-radius: 50%;
}

.userLink {
  display: flex;
  text-decoration: none;
  color: inherit;
  align-items: center;
}
.userLink .imgdefault {
  width: 28px;
  height: 28px;
  border-radius: 14px;
}

.replysection {
  display: flex;
  flex-direction: column;
}

.infoStyle {
  margin-left: 36px;
  font-size: 15px;
  max-width:75vw;
  white-space:pre-wrap;
  word-wrap:break-word;
}
.infoStyle p {
  margin: 0px;
}

.replyIcon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij48cGF0aCBmaWxsPSIjNDQ0IiBkPSJNMTYgOGMwLTUtNC45LTUtNC45LTVINlYwTDAgNmw2IDZWOWg1LjJjMy41IDAgMS44IDcgMS44IDdzMy00LjEgMy04eiIvPjwvc3ZnPg==");
  width: 16px;
  height: 13px;
  filter: invert(67%) sepia(0%) saturate(0%) hue-rotate(110deg) brightness(85%) contrast(84%);
  margin-right: 5px;
  position: absolute;
}

.optionIcon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjIiIGNsaXAtcnVsZT0iZXZlbm9kZCIgdmlld0JveD0iMCAwIDY0IDY0Ij48cmVjdCB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIGZpbGw9Im5vbmUiLz48Y2lyY2xlIGN4PSI2NTEiIGN5PSIzMyIgcj0iNyIgZmlsbD0iI2MxZDVlNCIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgMzUyIC0yODcpIi8+PGNpcmNsZSBjeD0iNjUxIiBjeT0iMzMiIHI9IjciIGZpbGw9IiNjMWQ1ZTQiIHRyYW5zZm9ybT0icm90YXRlKDkwIDM0MS41IC0yNzYuNSkiLz48Y2lyY2xlIGN4PSI2NTEiIGN5PSIzMyIgcj0iNyIgZmlsbD0iI2MxZDVlNCIgdHJhbnNmb3JtPSJyb3RhdGUoOTAgMzMxIC0yNjYpIi8+PC9zdmc+");
  width: 6px;
  height: 6px;
  filter: invert(24%) sepia(0%) saturate(0%) hue-rotate(155deg) brightness(98%) contrast(93%);
  padding: 7px;
  background-repeat: no-repeat;
}

.szh-menu {
  font-family: sans-serif;
  font-size: 0.925rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 6px !important;
  min-width: 7rem;
  left: -70px !important;
  top: -5px !important;
  color: black;
}
.szh-menu .szh-menu__item {
  padding: 5px;
}
.szh-menu .szh-menu__item:hover {
  color: black;
  background-color: #f5f5f5;
}

.react-responsive-modal-modal {
  max-width: 240px !important;
}
.react-responsive-modal-modal h2,
.react-responsive-modal-modal p {
  text-align: center;
}

.deleteBtns {
  display: flex;
  justify-content: center;
}

.delete {
  border: none;
  border-radius: 4px;
  background-color: rgb(255, 77, 0);
  padding: 5px 10px;
  color: white;
  font-weight: bolder;
  font-size: 14px;
  cursor: pointer;
}

.cancel {
  border: none;
  border-radius: 4px;
  background-color: rgb(148, 148, 148);
  padding: 5px 10px;
  color: white;
  font-weight: bolder;
  font-size: 14px;
  cursor: pointer;
  margin-left: 10px;
}
.form {
  display: flex;
  background-color: rgb(243, 243, 243);
  padding: 20px;
  border-radius: 8px;
  flex-wrap:wrap;
}
.form .userImg {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 10px;
}
.form .postComment {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgb(24, 24, 24);
  text-decoration: none;
  background-color: transparent;
  margin-left: 6px;
  resize:vertical;
}
.form .postComment:focus {
  outline: none;
  border-bottom: 2px solid rgb(14, 14, 14);
}
.form .postComment::-moz-placeholder {
  margin-top: -2px;
}
.form .postComment::placeholder {
  margin-top: -2px;
}
.form .postBtn {
  border: 2px solid rgb(0, 195, 255);
  border-radius: 8px;
  background-color: rgb(0, 195, 255);
  padding: 5px 10px;
  color: white;
  font-weight: bolder;
  margin-left: 15px;
  font-size: 16px;
  cursor: pointer;
  padding: 5px 20px;
}
.form .postBtn:hover {
  border: 2px solid rgb(0, 184, 240);
  background-color: rgb(0, 184, 240);
}
.form .cancelBtn {
  border: 2px solid rgb(237, 237, 237);
  border-radius: 8px;
  background-color: rgb(237, 237, 237);
  padding: 5px 10px;
  color: rgb(174, 174, 174);
  font-weight: bolder;
  margin-left: 15px;
  font-size: 16px;
  cursor: pointer;
  padding: 5px 20px;
}
.form .cancelBtn:hover {
  border: 2px solid rgb(210, 210, 210);
  background-color: rgb(210, 210, 210);
}

.imgdefault {
  width: 38px;
  height: 38px;
  border-radius: 19px;
}

.hr-style {
  width: 100%;
  border-top: 1px solid;
}

.emoji-input {
  display: flex;
  width: 100%;
  position: relative;
}
.emoji-input .emoji-icon {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iSWNvbnMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzMiAzMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzIgMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojMDAwMDAwO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cjwvc3R5bGU+CjxjaXJjbGUgY2xhc3M9InN0MCIgY3g9IjE2IiBjeT0iMTYiIHI9IjEzIi8+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMCwxNGMwLTEuMSwwLjktMiwyLTJzMiwwLjksMiwyIi8+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xOCwxNGMwLTEuMSwwLjktMiwyLTJzMiwwLjksMiwyIi8+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNiwxOGMtMi42LDAtNS0wLjUtNy0xLjNjMCwwLjEsMCwwLjIsMCwwLjNjMCwzLjksMy4xLDcsNyw3czctMy4xLDctN2MwLTAuMSwwLTAuMiwwLTAuMwoJQzIxLDE3LjUsMTguNiwxOCwxNiwxOHoiLz4KPC9zdmc+Cg==");
  position: relative;
  width: 24px;
  background-repeat: no-repeat;
  top: 14px;
  cursor: pointer;
}

.emoji-picker-react {
  z-index: 1000;
  position: absolute !important;
  right: -63px;
  top: 50px;
}

.rdw-editor-wrapper {
  width: 100%;
}

.advanced-form {
  padding: 0px;
  flex-direction: column;
}

.rdw-editor-main {
  max-height: 200px;
  overflow: scroll;
}

.advanced-btns {
  width: 100%;
  display: flex;
  margin: 6px 0px 0px 0px;
}

.advanced-border {
  border: 1px solid #e8e8e8;
  padding: 10px;
  border-radius: 10px;
}
.advanced-border .advanced-border:focus-within {
  border: 1px solid #353535;
}

.advanced-post {
  margin-left: unset !important;
}

.advanced-cancel {
  margin-right: 15px;
  margin-left: unset !important;
}

.advanced-overlay {
  display: flex;
  margin: 10px 0px;
  width: 100%;
}

.advanced-input {
  margin-left: 6px;
  width: 100%;
}
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');

.overlay {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin:0;
  font-family: 'Noto Sans', sans-serif;
}
.replySection {
  border-left: 1px solid rgb(235, 235, 235);
  margin-left: 25px;
  padding: 0px 0px 0px 15px;
}
.comment-title {
  font-family: 'Noto Sans', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #202020d1;
}
.no-comDiv {
  display: flex;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: #202020d1;
  margin-top: 40px;
}

.signBox {
  border: 1px solid rgb(221, 221, 221);
  border-radius: 8px;
  background-color: transparent;
  padding: 15px;
  display: flex;
  justify-content: space-between;
}
.signBox .signLine {
  margin-top: 5px;
  font-weight: 700;
  color: rgb(156, 156, 156);
  font-size: 17px;
}
.signBox .loginBtn {
  border: 2px solid rgb(0, 195, 255);
  border-radius: 8px;
  background-color: transparent;
  padding: 5px 10px;
  color: rgb(0, 195, 255);
  font-weight: bolder;
  margin-right: 10px;
  font-size: 16px;
  cursor: pointer;
}
.signBox .loginBtn:hover {
  border: 2px solid rgb(0, 183, 238);
  color: rgb(0, 183, 238);
}
.signBox .signBtn {
  border: 2px solid rgb(0, 195, 255);
  border-radius: 8px;
  background-color: rgb(0, 195, 255);
  padding: 5px 10px;
  color: rgb(255, 255, 255);
  font-weight: bolder;
  font-size: 16px;
  cursor: pointer;
}
.signBox .signBtn:hover {
  background-color: rgb(0, 183, 238);
  border: 2px solid rgb(0, 183, 238);
}
/* add css module styles here (optional) */
body blockquote {
  border-left: 5px solid #f1f1f1;
  padding-left: 5px;
}
body pre {
  background: #f1f1f1;
  border-radius: 3px;
  padding: 7px 10px;
}


