.popup {
  background: #2b2b2b7a;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 999;
  display: none;
  top: 0;
  left: 0; }

.list {
  display: block;
  width: 35%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 3px;
  min-width: 300px; }

.list h3 {
  padding: 10px 0px;
  color: #6d6d6d;
  width: 95%;
  border-bottom: 0.1px solid #a0a0a0;
  margin: auto; }

.list a {
  display: flex;
  border-bottom: 1px solid #ececec;
  width: 95%;
  margin: auto;
  text-decoration: none;
  color: #444; }

.list a:hover {
  border-bottom: 1px solid #ececec; }

.list a img {
  height: 50px;
  width: 50px;
  object-fit: contain; }

.list a .images {
  float: left; }

.list a .title {
  float: left;
  line-height: 50px;
  padding-left: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.list .listeleme {
  overflow-y: auto;
  height: 250px;
  overflow-x: hidden; }

.list .listeleme ul {
  padding: 0; }

.comment-close .dropdown-menu {
  padding: 0 !important;
  display: none; }

.comment-close.open .dropdown-menu {
  padding: 0 !important;
  display: block;
  position: absolute;
  top: 100%;
  z-index: 1000;
  float: left;
  min-width: 160px;
  min-width: 250px;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.list input {
  height: 50px;
  padding: 0px 6px;
  border: none;
  border-bottom: 1px solid #ececec; }

.popup-close {
  cursor: pointer;
  right: 10px;
  top: 10px;
  position: absolute;
  color: #888888;
  z-index: 9; }

.comment-row {
  box-shadow: 0 0 15px #eee !important;
  padding: 3px !important; }

.popup-show {
  cursor: pointer;
  /* padding: 10px; */
  color: #393333;
  /* background-color: #f6c604; */
  font-size: 17px;
  width: 100%;
  /* font-weight: 500; */
  float: right;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.popup-show > span {
  font-size: 12px; }

.popup-show1 {
  cursor: pointer;
  padding: 10px;
  font-size: 17px;
  font-weight: 500; }

.myUl li {
  list-style-type: none; }

.bg-color {
  background-color: #fdc600; }

.comment-close button {
  background: none; }

.comment-close ul {
  margin: 0 !important;
  right: 0 !important;
  left: auto;
  border-radius: 4px;
  z-index: 9;
  min-width: 250px; }

.comment-close ul li {
  margin: 0 !important;
  display: grid;
  height: auto; }

.comment-close ul li a {
  padding: 8px 25px 8px 15px !important;
  display: flex;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transition: 0.4s;
  color: #444;
  line-height: 1.35 !important; }

.comment-close ul li a:hover {
  background-color: #fdc600;
  color: #333333;
  border-top: 1px solid #e0b002;
  border-bottom: 1px solid #e0b002;
  transition: 0.4s; }

.comment-close ul li a i {
  font-size: 20px;
  padding: 0px 3px; }

.comment-close ul li .texting {
  display: inline-block;
  height: auto;
  width: 70%; }

.comment-close ul li .texting span {
  font-size: 13px;
  display: inline-block;
  height: auto;
  width: 100%;
  font-weight: 600; }

.comment-close ul li .texting div {
  font-size: 13.5px;
  display: block;
  height: auto;
  width: 100%;
  margin: 0px;
  padding: 0;
  color: gray; }

.comments-section .comments .comment .meta {
  width: 90%; }

.comments-section .comments .comment .content {
  width: 90%; }

.comment-blog i:first-child {
  color: #b0bec5 !important; }
  .comment-blog i:first-child:hover {
    color: #263238 !important; }
.comment-blog a:first-child:hover {
  color: #263238 !important; }
.comment-blog li:first-child {
  border-bottom: 1px solid #ddd; }
  .comment-blog li:first-child i {
    color: #E53935 !important; }
.comment-blog li:nth-child(2) i {
  color: #4fc3f7 !important; }
.comment-blog li:hover span {
  color: #263238 !important; }

.comment-blog ul {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.39);
  border: none !important; }

.post-with-image h2.title {
  margin-top: 15px;
  padding-bottom: 0;
  margin-bottom: 0; }

/*# sourceMappingURL=blog-comment.css.map */
