@charset "UTF-8";
* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fffff0;
  background: #f3eeeb;
}

@media screen and (min-width: 801px) {
  body {
    font-size: 1.25rem;
  }
  .img-meaning {
    float: left;
    margin: 10px 30px 10px 10px;
    width: 330px;
    clear: both;
  }
  .img-meaning:first-child {
    min-height: 300px;
  }
}
@media screen and (max-width: 800px) {
  body {
    font-size: 1.1rem;
  }
  .img-meaning {
    margin: 10px;
    max-width: 370px;
    width: 98%;
  }
  .img-meaning:first-child {
    min-height: 200px;
  }
}
h1, h2, h3, h4, h5, h6 {
  margin: 10px 17px;
  text-align: center;
  font-style: italic;
  font-size: 1.1rem;
}

h1 {
  text-transform: capitalize;
  font-size: 1.5em;
}

h2 {
  font-size: 1.17em;
}

h3 {
  font-size: 1em;
}

.header-container {
  display: flex;
  padding: 5px;
  background: linear-gradient(to bottom, #4c5d71 0%, #3c4049 100%);
}

.header {
  display: flex;
  align-items: center;
  padding-right: 10px;
  justify-content: space-between;
  height: 84px;
}
.header__site-name {
  color: #00ffff;
  padding: 5px;
}
.header__logo {
  width: 140px;
  height: 79px;
}

.nav-block {
  max-width: 600px;
  padding: 5px;
}
.nav-block__search {
  min-height: 40px;
}
.nav-block_white {
  color: #00ffff;
  padding: 5px;
  display: inline-block;
  cursor: pointer;
}
.nav-block_yellow {
  color: #cfec55;
  padding: 5px;
  display: inline-block;
  cursor: pointer;
  font-size: larger;
}
.nav-block__cats {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5px;
}

.alphabet {
  padding: 10px;
  font-size: 1.6rem;
}
.alphabet__item {
  color: #00ffff;
  display: inline-block;
  padding: 5px 10px;
  width: 40px;
}

@media screen and (max-width: 1024px) {
  .header-container {
    flex-direction: column;
    align-items: center;
  }
  .header {
    flex-direction: row;
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .header-container {
    justify-content: space-between;
  }
  .header {
    flex-direction: column;
    max-width: 150px;
  }
  .alphabet {
    max-width: 450px;
  }
}
.main {
  padding: 10px;
}

.article {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 5px;
  margin: auto;
  min-height: 30vh;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  max-width: 1200px;
}

.inads, .ads {
  overflow: hidden;
}

ul {
  clear: right;
}

li {
  padding: 3px;
}

.leader_cup {
  width: 30px;
  vertical-align: middle;
}

#vinkies {
  display: none;
}

.footer__fb-logo {
  width: 2rem;
  margin-left: 5px;
}

.main-nav img {
  width: 144px;
  margin: 22px;
}

.main-nav div {
  padding: 40px 0;
}

@media screen and (max-width: 800px) {
  .main-nav a {
    color: #000;
    height: 188px;
    width: 99%;
    display: flex;
  }
}
@media screen and (min-width: 801px) {
  .main-nav {
    margin: 1rem;
    overflow: hidden;
  }
  .main-nav a {
    color: #000;
    height: 188px;
    width: 48%;
    float: left;
    display: flex;
  }
}
.tags-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.photo-item {
  text-align: center;
  padding: 5px;
  padding-bottom: 10px;
  width: 150px;
  font-family: "" !important;
}
.photo-item__img {
  background-color: #fff;
  border-radius: 10%;
  width: 140px;
  height: 140px;
}
.photo-item__link {
  text-transform: capitalize;
  color: #3c4049;
}

#acc_del {
  float: right;
}

#vinkies {
  display: none;
}

#vinkies img {
  width: 40px;
}

#vinky {
  width: 40px;
  height: 40px;
}

.vinky {
  float: right;
  width: 25px;
  height: 25px;
}

.hint {
  position: absolute;
  font-weight: bold;
  background: #63c4c4;
  border-radius: 10%;
  padding: 3px;
}

#dream-theme {
  display: flex;
}

#dream-theme:hover, #publish_dream_cancel:hover, #publish_dream:hover, #vinkies img:hover {
  cursor: pointer;
}

.content-list {
  font-weight: bold;
  font-style: italic;
}

.d1 {
  background-color: #e6c9dc;
}

.d1:hover {
  background-color: rgba(230, 201, 220, 0.6);
}

.d2 {
  background-color: #b8f1e1;
}

.d2:hover {
  background-color: rgba(184, 241, 225, 0.1333333333);
}

.d3 {
  background-color: #eaf18d;
}

.d3:hover {
  background-color: rgba(234, 241, 141, 0.6);
}

.d4 {
  background-color: #878bc1;
}

.d4:hover {
  background-color: rgba(135, 139, 193, 0.6);
}

/*--comenting--*/
.textarea {
  text-align: left;
  margin-left: 10%;
  padding: 5px;
  border: 2px solid #cdbdec;
  background-color: white;
}

.app-button, .poll-vote-btn {
  color: #3c4049;
  padding: 12px 24px;
  background: linear-gradient(to bottom, #f8f3ef, #e7dfdb);
  border-radius: 8px;
  border: 1px solid #c2bab6;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin-right: 10px;
}

.comment-publishing-block {
  text-align: right;
}

.comment-block {
  margin-left: 10%;
  margin-top: 30px;
  /*display: flex;*/
}

.under-comment-block {
  margin-left: 20%;
  margin-top: 30px;
}

.comment {
  padding: 5px;
  border-left: 2px solid #cdbdec;
}

/*upvote*/
.comment-list {
  text-align: center;
}

.dream-item-container {
  margin-top: 1.5rem;
  border-left: 1px solid #000;
  border-radius: 5px;
}

.comment-item-container {
  margin-left: 0.5rem;
  margin-top: 1.5rem;
  border-left: 1px solid #000;
  border-radius: 5px;
}

.shadow {
  /*box-shadow: 0px 0px 15px #544f4c;*/
  border: 1px solid #ADADAD;
  border-right: 3px solid #ADADAD;
  border-bottom: 3px solid #ADADAD;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 12px;
}

.art {
  float: left;
  margin-right: 10px;
  height: 100px;
  width: 100px;
}

.shadow p {
  margin: 0.2rem;
}

.dictionary-item a {
  display: inline-block;
  color: #551a8d;
  margin: 0 0.5rem;
}

.more {
  display: inline-block;
  padding: 5px;
  background-color: #50bfbf;
}

#more_block {
  text-align: center;
}

.related a {
  vertical-align: text-top;
  text-indent: 0;
  display: block;
  padding: 3px;
  border-radius: 5px;
}

.dream-head {
  overflow: hidden;
}

q {
  font-style: italic;
}

.container {
  display: flex;
  flex-direction: column;
  margin: auto;
}

p {
  text-indent: 2rem;
}

.dictionary-item h3 {
  margin-left: 2rem;
  text-align: left;
}

/*dream source*/
.dream_source_show {
  border-bottom-color: #b2ef6c !important;
  border-bottom-width: 2px !important;
  color: #000 !important;
}

#dream_source, textarea {
  margin-top: 10px;
  padding: 0 5px;
  /*font-size: 1.2rem;*/
  width: 98%;
  border: 0;
  border-bottom: 1px solid #000;
  background: none;
}

#add_dream_btn_block {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

#add_dream_btn_block div {
  margin: 10px;
  padding: 5px;
}

#publish_dream, #publish_dream_cancel {
  background-color: #e0dc61;
  border-radius: 0.2rem;
  align-self: baseline;
}

/*offer to share*/
.offer {
  font-weight: bold;
  font-style: italic;
}

/*progress*/
.progress {
  text-align: center;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #bbecc1;
  top: 0;
  z-index: 999;
  box-sizing: border-box;
  padding: 1rem;
}

.deleted_content {
  font-weight: bold;
  font-style: italic;
}

.anim {
  position: relative;
  top: 50%;
}

.tipbox {
  display: inline-block;
  text-align: center;
}

.tipbox form {
  margin: 20px;
}

.tipbox button {
  width: 100%;
}

.tipbox-container {
  text-align: center;
}

.tipbox-link {
  color: #f1a61f !important;
  font-weight: bold;
}

.store-link {
  color: #cfec55 !important;
  font-weight: bold;
}

/*cabinet*/
.cab_tab {
  overflow: hidden;
  height: 0;
  position: relative;
}

.offer_msg {
  font-size: 1.5rem;
  font-style: italic;
  font-weight: bold;
}

.pay-logos {
  margin: auto;
  display: flex;
  max-width: 250px;
  justify-content: space-around;
}

.edit-icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.status {
  font-weight: bold;
}

.published-date {
  font-weight: bold;
  font-style: italic;
}

.user-block {
  display: flex;
}

/*edit status*/
.status-widjet {
  text-align: center;
  width: 90%;
  padding: 20px;
  position: absolute;
}

.edit-status-container {
  display: inline-block;
  padding: 20px 10px;
  border: 2px solid #336b25;
  border-radius: 5px;
  background-color: #bbecc1;
}

.span-frame {
  border: 1px solid #000;
  border-radius: 5px;
  padding: 5px;
}

#payplace {
  margin: auto;
  text-align: center;
  width: 250px;
}

.reply-to-block {
  background-color: #e2d9cd;
  font-size: smaller;
}

.reply-to-img {
  width: 15px;
  height: 15px;
}

.cookie-container, .poll-widjet {
  text-align: center;
  min-height: 5rem;
  clear: both;
  border: 1px solid #7b5d5d;
  padding: 1rem;
  margin: 1rem;
  border-radius: 1rem;
  box-shadow: 2px 2px 5px #7b5d5d;
}

.cflex {
  min-height: 5rem;
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}

.p-answer {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  margin-bottom: 5px;
  text-align: left;
  border-bottom: 1px solid #e4cdcd;
}

.user-rate {
  display: inline-block;
  color: #2a5a2b;
}

.user-rate img {
  width: 12px;
}

[id^=amzn_assoc] {
  overflow: hidden;
  clear: both;
}

.read {
  background-color: #e4e4d2;
  border: 1px solid #000;
  padding: 5px;
  /*display: inline-block;*/
}

.fb-line {
  display: inline-flex;
  align-items: center;
}

.pa-offer {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.checkout-btn {
  display: block;
  text-align: center;
  margin-top: 16px;
}

.cat-block {
  overflow: hidden;
}

.edited-comment {
  height: 5rem;
}

button.of-like {
  border-radius: 50%;
}

.thumb {
  width: 3rem;
}

.aaa a:hover {
  background: #a7ab57;
  cursor: pointer;
}

.aaa {
  float: none !important;
  padding: 12px;
  border-radius: 5px;
  border: 1px solid rgb(178, 157, 120);
  margin-bottom: 5px;
  overflow: hidden;
  text-align: center;
  clear: both;
}

.aaa a {
  padding: 5px 10px;
  margin: 10px;
  border-radius: 5px;
  color: black;
  box-shadow: 2px 2px 7px black;
  font-weight: bold;
  font-style: italic;
  background: #FCC;
  margin-left: 7px;
}

.fact-content {
  flex: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.fact-more {
  margin-top: 1rem;
}

@media screen and (max-width: 800px) {
  p + img {
    width: 90%;
    max-width: 400px;
  }
}
@media screen and (min-width: 801px) {
  .fb-widjet-container {
    margin-left: 1rem;
    float: left;
    min-width: 300px;
  }
  .in-shadow {
    display: inline-block;
  }
  p + img {
    float: left;
    margin: 10px;
  }
  .inads {
    clear: both;
  }
  .img-ext {
    width: 530px;
    float: right;
  }
  .distal {
    flex: 1;
  }
}
/*amz*/
@media screen and (max-width: 640px) {
  .fact-item-rnd {
    display: inline-flex;
    flex-direction: column;
    border-bottom: 1px solid #b0b4be;
    padding: 10px 5px;
    margin: 10px 0;
  }
  .fact-img-r {
    background-color: #fff;
    width: 100%;
    box-shadow: 2px 2px 7px black;
  }
  .fact-img-r img {
    width: 98%;
  }
  .pa-item-info {
    padding: 10px;
  }
  .checkout-btn .app-button {
    display: block;
  }
}
@media screen and (min-width: 641px) {
  .fact-item-rnd {
    align-items: center;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #b0b4be;
    padding: 10px 5px;
  }
  .fact-item-rnd {
    flex-direction: row;
    margin: auto;
    width: 600px;
  }
  .fact-img-r {
    flex: 2;
    background-color: #fff;
    width: 150px;
    margin-right: 5px;
  }
  .fact-img-r img {
    width: 98%;
  }
  .pa-item-info {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 98%;
  }
}
#reference {
  font-size: smaller;
}

.poster {
  display: flex;
}

.svg-arrow {
  width: 1rem;
  height: 1rem;
  margin: 5px 5px 0 5px;
}

.read-more {
  display: flex;
  flex-direction: row-reverse;
  padding: 10px;
  font-style: italic;
}

.read-more span {
  font-weight: bold;
  cursor: pointer;
  text-shadow: 1px 1px 0 #f1f1f1, 0 0 1em #c3b131;
  border-bottom: 1px solid #000;
}

/* dream list*/
.widjet-dream p {
  text-indent: 0.5rem;
  margin: 0;
}

.widjet-dream {
  padding: 5px;
  color: #7d7dab;
  font-size: 14px;
  margin-top: 0.5rem;
  border-top: 1px solid #e6bcbc;
  border-left: 1px solid #000;
}

.widjet-dream .widjet-dream {
  margin-left: 1rem;
}

.reply-dream-btn, .upvote-dream-btn {
  color: black;
  padding: 5px;
}

#leader_board {
  font-weight: bold;
  font-style: italic;
  position: absolute;
  width: 100%;
  background-color: #e4d1d1;
  padding: 1rem;
  display: none;
  background-image: url("/img/pusheen.svg");
}

#g1, #g2 {
  height: 0;
}

.fact-item-rnd-tmp {
  padding-top: 10px;
}

#tips {
  color: #cfec55 !important;
  cursor: pointer;
  font-weight: bold;
}

.my-table table {
  border: 1px solid black;
}

.my-table td {
  border: 1px solid black;
}

#omen_groups {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

#omen_groups div {
  margin-right: 1rem;
  padding: 5px;
  border: 1px solid #ADADAD;
  border-right: 3px solid #ADADAD;
  border-bottom: 3px solid #ADADAD;
  border-radius: 10px;
  min-width: 5rem;
}

.error-page-img {
  margin: auto;
  display: block;
  border-radius: 25px;
  width: 100%;
  max-width: 500px;
}

.fortune-cookie-container {
  display: none;
  text-align: center;
  min-height: 5rem;
  clear: both;
  border: 1px solid #7b5d5d;
  padding: 1rem;
  margin: 1rem;
  border-radius: 1rem;
  box-shadow: 2px 2px 5px #7b5d5d;
}

.fortune-cookie {
  min-height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .fortune-cookie_animated {
    animation: bitting 1s infinite;
  }
}
.fortune-cookie_frozen {
  animation: none;
}
.fortune-cookie__text_invisible {
  opacity: 0;
}
.fortune-cookie__text_visible {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 2s;
}

@keyframes bitting {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.related-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.related-tags__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 160px;
  padding: 5px;
  margin-top: 10px;
}

.related-tags__item img {
  border-radius: 50%;
  width: 80px;
}

.popular-dreams, .facts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.popular-dreams a, .facts a {
  color: #000;
}

.popular-dreams__item, .facts__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 1px solid #b0b4be;
  max-width: 300px;
  margin: 10px;
  align-items: center;
}

.popular-dreams__img, .facts__img {
  margin-bottom: 10px;
  width: 100%;
  box-shadow: 2px 2px 7px black;
}

.author-block {
  display: flex;
  justify-content: end;
  align-items: center;
  font-size: smaller;
}
.author-block__img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 5px;
}

.root-comment {
  margin-top: 0.5rem;
  border-top: 1px solid #e6bcbc;
}

.sub-comment {
  margin-top: 0.5rem;
  margin-left: 10%;
}

.root-comment p {
  text-indent: 0.5rem;
  margin: 0;
}

.user-data-block {
  display: flex;
  justify-content: space-between;
}

.user-data {
  align-items: center;
  display: flex;
}

.user-data__photo {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.user-data__name {
  margin: 0 5px;
  color: #4343ec;
  font-size: smaller;
}

.user-data__reply-to-block {
  background-color: #e2d9cd;
  font-size: smaller;
}

.user-data__reply-to-img {
  width: 15px;
  height: 15px;
}

.my-date {
  font-size: x-small;
}

.post-content {
  padding: 5px;
  color: #7d7dab;
  font-size: 14px;
}

.post-content p {
  text-indent: 0.5rem;
  margin: 0;
}

.upvote-block {
  margin-top: 5px;
  display: flex;
  flex-direction: row-reverse;
}

.login-container {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  opacity: 1;
  z-index: 99;
}

.login-box {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  border: 1px solid #000;
  border-radius: 10px;
  background-color: #fbfae2;
  margin: auto;
  padding: 10px;
  max-width: 300px;
  min-height: 300px;
}
.login-box__agreements {
  font-style: italic;
  font-size: smaller;
  text-align: center;
}

.footer {
  background: linear-gradient(to bottom, #4c5d71 0%, #3c4049 100%);
  padding: 1rem;
}
.footer__link {
  color: #00ffff;
  padding: 5px;
}
.footer__nav {
  display: flex;
  flex-direction: column;
}
.footer__fb-logo {
  width: 2rem;
  margin-left: 5px;
}
.footer__floor {
  display: flex;
}
.footer__copyright {
  margin: auto;
  color: #00ffff;
}

.fb-like-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  bottom: 25px;
  right: 0;
  z-index: 9999;
  max-width: 350px;
  width: 100%;
}

.stop-war {
  width: 95px;
  height: 40px;
  background: linear-gradient(to bottom, blue 0%, blue 50%, yellow 50%, yellow 100%);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  display: none;
}
.stop-war__button {
  background-color: black;
  text-align: center;
  padding: 5px;
}
.stop-war__text {
  color: #00ffff;
  font-size: 1.1rem;
}

#rating_result {
  width: 265px;
  margin: 0 auto;
}

#rating_result span {
  padding: 0;
  font-size: 35px;
  margin: 0;
  line-height: 1;
  height: 40px;
}

#rating_result span:before {
  content: "★";
}

.outer {
  position: relative;
  color: lightgrey;
  text-shadow: 1px 1px #bbb;
  width: 40px;
}

.inner {
  position: absolute;
  color: gold;
  text-shadow: 1px 1px #c60;
  width: 0;
  top: 2px;
  left: 0;
  overflow: hidden;
}

#rating_val {
  font-size: 1.5rem;
}

.cmd_video {
  margin: auto;
  max-width: 600px;
  margin-block: 10px;
}

.frame_blc {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
}

.frame_blc iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.article-info {
  margin: auto;
  display: flex;
  justify-content: space-around;
  gap: 5px;
  max-width: 500px;
  font-family: cursive;
  font-size: smaller;
}
.article-info_block {
  display: flex;
  justify-content: space-around;
  gap: 5px;
}
.article-info_block__icon {
  display: none;
}
.article-info_block__icon--active {
  display: block;
}

#prediction-container, .confirmation-container {
  margin: 20px auto;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 4vw;
  width: 90%;
  max-width: 500px;
  text-align: center;
  transform: scale(1);
  transition: transform 0.3s ease;
  margin-bottom: 3vw;
}

#predictions, .confirmation-options {
  display: flex;
  flex-direction: column;
  gap: 3vw;
  margin-bottom: 3vw;
}

.prediction-option {
  display: flex;
  align-items: center;
  gap: 2vw;
}

.prediction-option input[type=text] {
  padding: 2vw;
  border: 2px solid #ddd;
  border-radius: 8px;
  width: 100%;
  transition: border 0.3s ease;
}

.prediction-option input[type=text]:focus {
  border-color: #007bff;
  outline: none;
}

#hooray-container, #oops-container, #phrase-container {
  display: none;
}

.custom-block {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
}

.prediction-header {
  display: flex;
  width: 100%;
  max-width: 500px;
  justify-content: space-between;
  background: linear-gradient(to bottom, #f8f3ef, #e7dfdb);
  padding: 12px 24px;
  border-radius: 8px;
  border: 1px solid #c2bab6;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

.prediction-content {
  width: 100%;
  max-width: 500px;
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 8px;
  background: linear-gradient(to bottom, #cfe8d5, #a6cbaf);
  border: 1px solid #c2bab6;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

.prediction-confirmation-container {
  display: flex;
}
