#map {
  margin: 10px;
  flex-wrap: wrap;
  height: 400px;
  width: 95%;
}

.retro-nav {
  display: flex;
  justify-content: space-around;
  list-style-type: none;
}

#retro_nav_block {
  position: fixed;
  bottom: 0;
  z-index: 9997;
  width: 100%;
  height: 40px;
}

#retro_years {
  width: 100%;
}

.photoFlexBoxOn {
  /*display: flex;*/
  /*flex-wrap: wrap;*/

  display: flex;
  flex-wrap: wrap;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: scroll;
  background-color: aliceblue;
  height: 100%;
  z-index: 999;
}

.photoFlexBoxOff {
  display: none;
}

.retro_photo {
  width: 100%;
  max-width: 400px;
}

.pin {
  border: 2px solid #000;
  border-radius: 50%;
  transform: translate3d(643px, 276px, 0px);
  z-index: 276;
}

.map_icon, .comment_icon {
  width: 30px;
  margin: 5px;
}

.icon_container {
  display: flex;
}

#login_containter {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 9999;
}

/*comments*/
#static_publisher {
  padding: 5px;
  width: 100%;
  background: #f3eeeb;
  box-sizing: border-box;
}

#comment_img_container {
  margin-top: 65px;
}

#widjet_comment_list {
  box-sizing: border-box;
  padding: 5px;
  /*position: fixed;*/
  width: 100%;
  height: 100%;
  background: #f3eeeb;
  z-index: 9998;
}

.poster {
  display: flex;
}

#dream_source, textarea {
  margin-top: 10px;
  padding: 0 5px;
  width: 98%;
  border: 0;
  border-bottom: 1px solid #000;
  background: 0 0;
  font-size: 1rem;
}

.poster-btn {
  background-color: #e0dc61;
  padding: 5px;
  margin-top: 10px;
  border: 1px solid #949370;
  cursor: pointer;
}

.widjet-root-comment {
  margin-top: 0.5rem;
  border-top: 1px solid #e6bcbc;
}

.widjet-user-data {
  display: flex;
  justify-content: space-between;
}

.widjet-user {
  display: flex;
}

.widjet-user-photo {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.widjet-user-name {
  margin: 0 5px;
  color: #4343ec;
  font-size: smaller;
}

.widjet-reply-to-block {
  background-color: #e2d9cd;
  font-size: smaller;
}

.widjet-reply-to-img {
  width: 15px;
  height: 15px;
}

.my-date {
  font-size: x-small;
}

.widjet-comment {
  padding: 5px;
  color: #7d7dab;
  font-size: 1rem;
}

.widjet-comment p {
  text-indent: 0.5rem;
  margin: 0;
}

.widjet-comment a {
  text-decoration: none;
  font-weight: bold;
}

.widjet-upvote-block {
  margin-top: 5px;
  display: flex;
  flex-direction: row-reverse;
}

#retro_file {
  width: 8rem;
  color: #e0dc61;
}

.app-button, .poll-vote-btn, .retro_photo_btn, .retro_view_btn, .retro_edit_btn,
.retro_edit_load_btn, .retro_edit_cancel_btn, .retro_edit_photo_btn {
  color: #000;
  text-decoration: none;
  padding: 5px;
  display: inline-block;
  background-color: #e0dc61;
  border-radius: 5px;
  border: 1px solid #949370;
  cursor: pointer;
  text-indent: 0;
  margin-right: 10px;
}

.widjet-sub-comment {
  margin-top: 0.5rem;
  margin-left: 10%;
}

.read-more {
  display: flex;
  flex-direction: row-reverse;
  padding: 10px;
  font-style: italic;
}

.svg-arrow {
  width: 1rem;
  height: 1rem;
  margin: 5px 5px 0;
}

.read-more span {
  font-weight: 700;
  cursor: pointer;
  text-shadow: 1px 1px 0 #f1f1f1, 0 0 1em #c3b131;
  border-bottom: 1px solid #000;
}

.arrow {
  margin: 9px;
  width: 30px;
  height: 23px;
  border-top: 5px solid #6E18C0;
  border-right: 5px solid #6E18C0;
}

.arrow-left {
  transform: rotate(-135deg);
}

/**/
@media screen and (min-width: 641px) {
  .retro_item {
    margin: auto;
    width: 400px;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media screen and (max-width: 640px) {
  .retro_item {
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.del_icon, .user_ban {
  border: 1px solid #000;
}