.hiddendiv {
  display: none !important;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* future version of deprecated 'word-wrap' */
  padding-top: 1.2rem;
  /* prevents text jump on Enter keypress */
}

.mu-flat-button-wrapper {
  height: 100%;
}

.mu-badge-container {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  cursor: default;
}

.discover-ct {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: white;
  background: url("/assets/wecombo/img/discover/background.png") no-repeat;

}

.mContainer {
  position: relative;
  height: 100%;
  padding: 0 5%;
  background: url("/assets/wecombo/img/discover/background.png") no-repeat;

  /* background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; */
}

.content_block {
  /* padding: 16px; */
  /* border: 10px solid rgba(255,255,255,0.5); */
  background-clip: padding-box;
}

@media (min-width: 800px) {
  .mContainer {
    padding: 0 10%;
  }
}

@media (min-width: 1366px) {
  .mContainer {
    padding: 0 15%;
  }
}


/*Clear float*/

.clear_float:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0
}


/*Text Style*/

.unselectable {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  cursor: default;
}


/*Input Placeholder Style*/

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.85);
}

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.85);
}


/* firefox 19+ */

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.85);
}


/* ie */

input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.85);
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  /*src: url('../lib/fonts/material-icons/material-icons.woff2') format('woff2');*/
  src: url('../lib/_fonts/material-icons/MaterialIcons-Regular.eot');
  src: url('../lib/_fonts/material-icons/MaterialIcons-Regular.eot?#iefix') format('embedded-opentype'), url('../lib/_fonts/material-icons/MaterialIcons-Regular.ttf') format('truetype'), url('../lib/_fonts/material-icons/MaterialIcons-Regular.woff') format('woff'), url('../lib/_fonts/material-icons/MaterialIcons-Regular.woff2') format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}


/*=========Content=========*/


/*Block quote*/

blockquote {
  background-color: #f1f1f1;
}


/*=========Widgets=========*/


/*Return Top*/

#return_top_btn {
  position: fixed;
  bottom: 90px;
  right: 23px;
  z-index: 2500;
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-size: 30px;
  text-align: center;
  color: white;
  background-color: rgba(124, 179, 66, 0.7);
  border-radius: 28px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: -moz-none;
}

/*Icon Btn*/
a.icon_btn:hover,
a.icon_btn_with_words:hover {
  color: #fff;
}

.icon_btn {
  display: inline-block;
  width: 22px;
  height: 22px;
  color: #fff;
  cursor: pointer;
  background-color: #757575;
  border-radius: 3px;
}

.icon_btn i {
  font-size: 20px;
}

.icon_btn_with_words {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  height: 22px;
  padding: 0 5px;
  color: #fff;
  cursor: pointer;
  background-color: #757575;
  border-radius: 3px;
}

.icon_btn_with_words i {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  margin-right: 2px;
}

.flex_display {
  display: flex;
  display: -webkit-flex;
}

.flex_display.column_display {
  flex-direction: column;
}

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