.topLogo{
    max-width: 120px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .topLogo img {
    max-height: 80px;
  }
.logoName{
  font-size: 1em;
  font-weight: 500;
}

#ourmanna-verse {
padding: 10px;
margin: 10px;
/* background: rgba(0, 0, 0, 0.3);
border-color: rgba(0, 0, 0, 0.3); */
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#mannaverse {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 10px;
}

#mannaverse-reference:before {
    content: "- ";
}

#mannaverse-reference {
    text-align: right;
    font-size: 1em;
}

#mannaverse-version {
    /* color: #ddd; */
}
.moreVideos{
    background: #068bcc;
    padding: 10px;
    border-radius: 10px;
}

/* search box */
.search {
  border: 1px solid #cccccc;
  overflow: auto;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 0 5px #d2d2d2;
  animation: glowing 5000ms;
  animation-iteration-count: 1;
  align-self: center;
  /* width: 60%; */
}

.search input[type="text"] {
  border: 0px;
  width: 100%;
  padding: 10px 10px;
  color: black;
}

.search input[type="text"]:focus {
  outline: 0;
}

.search input[type="submit"] {
  border: 0px;
  background: none;
  background-color: #068bcc;
  color: #fff;
  float: right;
  padding: 10px 37px;
  background: #068bcc
    url("https://autosuggest-files.s3.amazonaws.com/quicklinkicons/eyeglass.png")
    no-repeat center;
  border-top-right-radius: 5px;
  -moz-border-radius-top-right: 5px;
  -webkit-border-radius-top-right: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottom-right: 5px;
  -webkit-border-radius-bottom-right: 5px;
  border-radius: 0px;
  cursor: pointer;
}
#autocomplete-wrapper-1 {
  float: left;
  /* width: 80%; */
  /* width: 600px; */
  display: flex;
}

.suggestions-wrapper {
  position: absolute;
  bottom: 20px;
  width: 78%;
  text-align: left;
  height: 0px;
}

.autosuggest__wrapper {
  cursor: pointer;
  background-color: white;
  border-radius: 0px 0px 10px 10px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 0px;
  padding-bottom: 1px;
  color: black;
  font-size: 20px;
  box-shadow: rgb(158, 158, 158) 0px 1px 5px;
  margin-bottom: 0px;
  position: relative;
  z-index: 1000;
  /* width: 50%; */
  text-align: left;
  top: 10px;
  margin-top: 10px;
}

.autocomplete-suggestions {
  display: block;
  border: none;
  position: inherit;
  width: 100%;
  text-align: left;
  padding-left: 10px;
}

li.suggestion.admarketplace:hover {
  color: #989898;
}

.autocomplete-suggestions li {
  font-size: 16px;
  list-style: none;
}

@keyframes glowing {
  0% {
    box-shadow: 0 0 -10px #a7a7a7;
  }
  40% {
    box-shadow: 0 0 20px #a7a7a7;
  }
  60% {
    box-shadow: 0 0 20px #a7a7a7;
  }
  100% {
    box-shadow: 0 0 -10px #a7a7a7;
  }
}

@media only screen and (max-width: 1250px) {
  .main-wrap {
    width: 90%;
  }
}
@media only screen and (min-width: 150px) and (max-width: 993px) {
  .search {
    width: 95%;
    margin: 10px auto;
    /* display: none; */
  }
  .autosuggest__wrapper {
    width: 85%;
    top: 0;
  }
  .news-item p {
    font-size: 1em;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
/* end search box */

.terms-privacy :hover {
  color: #068bcc!important;
}
/* .app-list {
  justify-content: space-evenly;
  flex-flow: row wrap;
}

.app-item{
  display: flex;
  flex-flow: column;
  width: 150px;
  border-radius: 8px;
  height: 150px;
  padding: 0 8px;
  justify-content: space-between;
  margin: 4px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
}
.app-item:hover > p{
  color: rgb(87, 87, 87);
}
.app-item p{
  margin: 0;
  color: rgb(22, 22, 22);
}

.app-title {
  font-size: 1.2em;
}

.app-button {
  font-size: 1em;
} */

.app-link {
  height: 100%;
}

.cards-list {
  z-index: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.card {
  margin: 30px auto;
  width: 160px;
  height: 160px;
  border-radius: 40px;
box-shadow: 6px 4px 0px -1px rgba(0,0,0,0.25), -9px 0px 0px -11px rgba(0,0,0,0.22);
  cursor: pointer;
  transition: 0.4s;
}

.card .card_image {
  /* width: inherit; */
  width: 100%;
  height: 100%;
  border-radius: 40px;
}

.card .card_image img {
  width: inherit;
  height: inherit;
  border-radius: 40px;
  object-fit: cover;
}

.card .card_title {
  text-align: center;
  border-radius: 0px 0px 40px 40px;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 30px;
  margin-top: -39px;
  height: 40px;
}

.card:hover {
  transform: scale(0.9, 0.9);
  box-shadow: 5px 5px 30px 15px rgb(248, 239, 190), 
    -5px -5px 30px 15px rgb(255, 255, 255);
}

@media all and (max-width: 500px) {
  .card-list {
    /* On small screens, we are no longer using row direction but column */
    flex-direction: column;
  }
}


/*
.card {
  margin: 30px auto;
  width: 300px;
  height: 300px;
  border-radius: 40px;
  background-image: url('https://i.redd.it/b3esnz5ra34y.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.25), -5px -5px 30px 7px rgba(0,0,0,0.22);
  transition: 0.4s;
}
*/