.posts {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   width: 100%;
   padding: 30px;
}

.posts .post {
   display: block;
   width: 200px;
   max-width: 800px;
   position: relative;
   margin: 20px;
   box-shadow: 0 0 10px -2px var(--scheme-34);
   z-index: 5;
   border-top-left-radius: 20px;
}

.posts .post:hover {
   box-shadow: 0 0 10px -1px #000000dd;
}

.posts .post .t-s-infos {
   display: flex;
   align-items: center;
   justify-content: space-between;
   width: 100%;
}

.posts .post .visitors {
   display: flex;
   color: var(--scheme-4);
   align-items: center;
}

.posts .post .container {
   border-radius: 20px 0;
   position: relative;
   padding: 8px;
   background-color: var(--scheme-2);
   height: 300px;
   width: 100%;
   padding-bottom: 4px;
}


.posts .post img {
   height: 100%;
   object-fit: cover;
   object-position: center;
   width: 100%;
   margin-bottom: 8px;
}

.posts .post img-cont {
   overflow: hidden;
   border-radius: 20px 0;
   background-color: #444765;
   width: 100%;
   height: 120px;
   min-height: 120px;
}

.posts .post img-cont.padding {
   padding: 12px;
}

.posts .post .infos {
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   width: 100%;
   height: calc(100% - 120px);
}

.posts .post .address {
   padding: 0 12px;
   color: var(--scheme-1);
   font-size: 80%;
}

.posts .post .address p {
   margin-bottom: 4px;
}

.posts .post .price_now {
   color: var(--scheme-3);
   font-size: 150%;
   font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
   font-weight: bold;
   padding-right: 8px;
}

.posts .post .price_agr {
   color: var(--scheme-3);
   font-size: 110%;
   font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
   font-weight: bold;
   padding-right: 8px;
}

.posts .post sup {
   font-weight: bolder;
   color: var(--scheme-3);
   margin-top: 4px;
   min-width: max-content;
}

.posts .post .price {
   width: 100%;
   display: flex;
   flex-direction: column;
   justify-content: center;
   height: 61px;
   padding: 0;
}

.posts .post .price-container {
   display: flex;
   align-items: center;
   justify-content: center;
   padding-bottom: 4px;
   max-width: max-content;
}

.posts .post .visitors p {
   margin-right: 6px;
   font-size: 80%;
}

.posts .post .old_price {
   padding: 0px;
   font-size: 90%;
   background-image: linear-gradient(#ff3333 45%, #ffffff 45%, #ffffff 55%, #ff3333 55%);
   border-radius: 20px;
   border: solid #ff3333;
   border-width: 2px 8px;
   color: #ffffff;
}


.posts .post .title {
   color: var(--scheme-6);
   font-weight: bolder;
   min-width: max-content;
}

.posts .post .filter p {
   font-size: 80%;
   font-weight: bolder;
   margin-top: 5px;
}


.posts .post .title.small {
   font-size: 70%;
}

.posts .post .price .title.small {
   font-size: 70%;
   margin-right: 12px;

}

.info3 .title {
   padding: 0 !important;
}

.posts .post .info3 {
   width: 100%;
   display: flex;
   justify-content: space-around;
   border-top: 1px solid #acacac;
   overflow: hidden;
   color: var(--scheme-1);
}

.posts .post .container .t-s {
   flex-direction: column;
   height: 100%;
}


#posts .post {
   width: 200px;

}

#posts .post .infos {
   padding: 0 6px;
}

.posts .post .container {
   transition-duration: 0.5s;
   cursor: pointer;
}

button.heart {
   right: 12px;
   top: 11px;
   width: 24px;
   height: 24px;
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: #ffffff66;
   border-radius: 50%;
   box-shadow: 0 0 3px;
   position: absolute;
}

button.heart i:first-of-type {
   display: block;
}

button.heart i:last-of-type {
   display: none;
}

button.heart.active i:first-of-type {
   display: none;
}

button.heart.active i:last-of-type {
   display: block;
}

button.heart:hover {
   background-color: #ffffff;
   box-shadow: 0 0 5px;
}

body.dark .visitors span {
   filter: brightness(300%);
}

body.dark .info3 span {
   filter: brightness(300%);
}

.tagBtns.active {
   background-color: #ffffaa !important;
}

.post_info .post_info_icon {
   display: flex;
   flex-direction: column;
   position: absolute;
   z-index: 1;
   left: 50%;
   transform: translate(-50%, -50%);
   top: -2px;
}

.post_info .post_info_icon i {
   font-size: 150%;
   z-index: 1;
   cursor: pointer;
   background-color: #fff;
   border-radius: 50%;
   height: 22px;
   color: #ff7600;
}

.post_info .post_info_icon .post_info_panel {
   position: absolute;
   transform: translate(-50%, 0%);
   left: 9px;
   width: 205px;
   top: 11px;
   height: 0;
   background-color: var(--scheme-78);
   display: flex;
   justify-content: center;
   color: #fff;
   overflow: hidden;
   transition-duration: 1s;
   border-top-left-radius: 20px;
   border-bottom-left-radius: 20px;
}

.post_info .post_info_icon .post_info_panel.active {
   height: 327px;
   border: 4px solid #ff7600;
   border-bottom-left-radius: 0;
}

.post_info_icon .post_info_panel .post_info_panel_cont {
   display: flex;
   flex-direction: column;
   justify-content: space-around;
   width: 100%;
   align-items: center;
}

.heart {
   color: var(--scheme-red);
}

.location {
   border-top: 1px solid #acacac;
   padding-top: 12px;
   justify-content: space-between;
   width: 100%;
}

.address_cont {
   display: flex;
   color: var(--scheme-1);
}


.posts .post .t-s-infos .post-sbs-info span.middot {
   border-radius: 50%;
   display: block;
   background-color: var(--scheme-2);
   width: 6px;
   height: 6px;
   margin-right: 4px;
   box-shadow: inset 0 0 2px #000000;
}

.posts .post .t-s-infos .post-sbs-info {
   display: flex;
   align-items: center;
   padding: 4px 8px 4px 8px;
   background-color: var(--scheme-5);
   color: #ffffff;
   border-radius: 0 8px 8px 0;
   font-size: 66%;
   clip-path: polygon(0% 50%, 10px 0%, 100% 0%, 100% 100%, 10px 100%);
   margin-left: -18px;
}

.post .post_note_cont {
   display: flex;
   position: absolute;
   top: 8px;
   right: 8px;
}

.post .post_note_cont .post_note {
   padding: 3px 9px;
   -webkit-backdrop-filter: blur(1px);
   backdrop-filter: blur(1px);
   background-color: #196bff36;
   color: #000;
   text-shadow: 0 0 5px #ffffff;
   font-weight: bold;
   border-bottom-left-radius: 8px;
}

.post_code_cont {
   display: flex;
   position: absolute;
   top: 103px;
   right: 8px;
   width: 113px;
}

.post.excel .post_btns {
   display: none !important;
}

.post_code_cont .post_code {
   padding: 3px 9px;
   -webkit-backdrop-filter: blur(1px);
   backdrop-filter: blur(1px);
   background-color: #444766c4;
   color: #fff;
   /* text-shadow: 0 0 5px #ffffff; */
   font-weight: bold;
   border-bottom-right-radius: 20px;
   border-top-left-radius: 8px;
   width: 100%;
   display: flex;
   justify-content: center;
}

.posts .post.need_update .open_ed_panel {
   background-color: var(--scheme-red);
}

.posts .post.need_update .o-a-p_btn {
   background-color: var(--scheme-red);
}

.post .select_post {
   display: flex;
   width: 100%;
   height: 100%;
   position: absolute;
   z-index: 1111;
   display: none;
   cursor: pointer;
}

.post .select_post.active {
   display: flex;
}

.post .select_post::after {
   content: '';
   top: 0;
   width: 20px;
   height: 20px;
   position: absolute;
   z-index: 1;
   background-color: #444765;
   color: #000;
   border-radius: 50%;
   border: 3px solid #444765;
   transform: scale(0);
}

.post .select_post::before {
   content: '';
   top: 0;
   width: 20px;
   height: 20px;
   position: absolute;
   z-index: 1;
   background-color: #fff;
   color: #000;
   border-radius: 8px;
   border: 3px solid #444765;
   transform: scale(1);
}

.post .select_post.selected::after {
   transform: scale(1) !important;
}

.post .select_post.selected::before {
   transform: scale(0) !important;
}


.posts .post.stopped {
   box-shadow: 0 0 10px -2px #ffff00;
}

.posts .post.stopped:hover {
   box-shadow: 0 0 10px -1px #ffff00;
}

.post.stopped .stop_btn {
   background-color: #ffff00;
}

.post.stopped .stopped_post {
   display: flex;
   position: absolute;
   z-index: 1111;
   transform: translate(-50%, -50%) rotate(-57deg);
   top: 46%;
   left: 49%;
   background-color: #ffff00aa;
   width: 360px;
   justify-content: center;
   height: 60px;
   align-items: center;
   font-weight: bold;
   clip-path: polygon(0% 50%, 13% 0, 94% 0%, 100% 57%, 89% 100%, 6% 100%);
   white-space: nowrap;
   color: #000;
}

.post.stopped .post_btns button {
   background-color: #ffff00 !important;
}

.posts .post.stopped.waiting {
   box-shadow: 0 0 10px -2px #444765;
}

.posts .post.stopped.waiting:hover {
   box-shadow: 0 0 10px -1px #444765;
}

.post.stopped.waiting .stopped_post {
   color: #fff;
   animation: post_waiting 1s infinite;
}

.post.stopped.waiting .stop_btn {
   background-color: #444765;
}


@keyframes post_waiting {
   0% {
      background-color: #444765;
   }

   50% {
      background-color: #444765aa;
   }

   100% {
      background-color: #444765;
   }
}

.post.stopped.waiting .post_btns button {
   background-color: #444765 !important;
}

.post .post_m_btns {
   display: flex;
   justify-content: space-around;
   padding: 5px 0;
   background-color: #000000d9;
}

.post .post_m_btns button {
   display: flex;
   width: 30px;
   height: 30px;
   border-radius: 50%;
   justify-content: center;
   align-items: center;
   color: #fff;
   font-size: 100%;
   font-weight: bold;
}

.post .post_m_btns button.accept {
   background-color: var(--scheme-5);
   box-shadow: 0 0 5px var(--scheme-5);
}

.post .post_m_btns button.reject {
   background-color: #aa8800;
   box-shadow: 0 0 5px #aa8800;
}

.post .post_m_btns button.force_reject {
   background-color: var(--scheme-red);
   box-shadow: 0 0 5px var(--scheme-red);
}

.post .post_m_btns button:hover {
   box-shadow: unset;
   transform: scale(0.8);
}

.banned_info {
   display: flex;
   width: 100%;
   height: calc(100% - 130px);
}

.banned_info .info_btn {
   display: flex;
   width: 100%;
   height: 100%;
   justify-content: center;
   align-items: center;
}

.banned_info .info_btn i {
   display: flex;
   background-color: #fff;
   font-size: 900%;
   border-radius: 50%;
   color: #d78b00;
   box-shadow: 0 0 40px #d78b00;
   width: 123.44px;
   height: 123.44px;
}

.banned_info .info_btn .info_text {
   display: flex;
   width: 100%;
   height: 100%;
   justify-content: center;
   align-items: center;
}

.banned_info .info_btn .info_text p {}

@media only screen and (max-width: 700px) {

   .post {
      width: 160px !important;
      height: 250px;
   }

   .post .container {
      padding: 5px 0px !important;
      font-size: 80%;
   }

   .post .container img {
      width: 90% !important;
      margin: 3px auto !important;
      height: 80px;
   }

   .post .info3 .filter p {
      font-size: 90%;
      color: var(--scheme-point-1);
   }

   .posts {
      padding: 30px 0;
   }

   .post_code_cont {
      top: 70px;
      font-size: 80%;
      width: 80px;
   }

   .posts .post .infos {
      width: 90%;
      height: calc(100% - 80px);
   }

   .posts .post .container .t-s {
      align-items: center;
   }

   .posts .post .price {
      height: 30px;
   }

   .location {
      padding-top: 5px;
   }

   .posts .post .container {
      height: 232px;
   }

   .posts .post .info3 {
      height: 50px;
      align-items: center;
   }

   .post .added_post_cont {
      top: 69px;
      left: 8px;
   }

   .post_info .post_info_icon .post_info_panel {
      width: 165px;
   }

   .post_info .post_info_icon .post_info_panel.active {
      height: 252px;
   }
}

@media only screen and (max-width: 410px) {
   .post {
      width: 140px !important;
      margin: 10px !important;
   }
}