/* New */
* {
  font-family: Arial, Helvetica, sans-serif;
}

.max-expand-wrapper {
  display: block;
  width: 100%;
  max-width: 1024px;
  text-align: center;
  margin: 0 auto;
}

.max-expand-wrapper * {
  box-sizing: border-box;
}

#land-bg {
  position: fixed;
  background: url(../images/bg_1024.jpg) center center no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
  z-index: -1;
}

.header button.register {
  background: #D72020;
  color: #fff;
  border: 1px solid #D72020;
}

.header button {
  display: inline-block;
  margin: 20px 20px 0 0;
  min-width: 110px;
  padding: 12px 18px;
}

.header button:hover.register {
  background: 0 0;
  color: #D72020;
  border: 1px solid #D72020;
}

.header button.register {
  background: #D72020;
  color: #fff;
  border: 1px solid #D72020;
}

button,
span.btn-primary {
  border-radius: 22px;
  min-width: 120px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 23px;
  border: 1px solid #FF684D;
  display: inline-block;
  text-align: center;
}

.header button.login {
  background: 0 0;
  color: #D72020;
  border: 1px solid #D72020;
}

.header button:hover.login {
  background: #D72020;
  color: #fff;
  border: 1px solid #D72020;
}

.header>div.left {
  display: inline-block;
  text-align: left;
  padding-left: 20px;
  padding-right: 10px;
  width: 50%;
  vertical-align: top;
}

.header>div.right {
  display: inline-block;
  text-align: right;
  width: 50%;
  vertical-align: top;
}

.header .logo {
  width: 190px;
  height: 37px;
  background-image: url('../images/landing2x.png?b=94');
  background-repeat: no-repeat;
  background-size: 190px 37px;
  margin-top: 20px;
}

.landing-teaser-content {
  text-align: center;
  padding: 0 20px 20px;
  margin: 30vh 0 0;
}

.landing-teaser-content>h1 {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100px;
  line-height: 100px;
  margin: 0;
  font-weight: bold;
}

.landing-teaser-content>p {
  color: #fff;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 35px;
  margin-top: 20px;
}

.landing-teaser-content>button {
  background: #D72020;
  color: #fff;
  border: 1px solid #D72020;
  font-size: 18px;
  line-height: 20px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 15px 40px;
  border-radius: 26px;
}

.landing-teaser-content>button:hover {
  background: 0 0;
  color: #D72020;
  border: 1px solid #D72020;
}

button:focus {
  outline: none;
}

.footer {
  background: #000;
  color: #BABCB7;
  font-size: 14px;
  text-align: center;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.copyright,
.links {
  padding: 20px 0px;
  line-height: 16px;
  text-decoration: none;
  display: inline-block;
  width: 50%;
}

.copyright {
  text-align: left;
}

.links {
  text-align: center;
}

.links span,
.copyright span {
  padding: 0 8px;
}

@media only screen and (max-width: 767px) {
  .tos-menu-active-item>a{
    color: #fff!important;
}
  .landing-teaser-content>h1 {
    font-size: 55px;
    line-height: 60px;
    word-spacing: 1000px;
  }

  .landing-teaser-content>p {
    max-width: 250px;
    display: block;
    margin: 10px auto 25px;
  }

  .landing-teaser-content {
    margin: 14vw 0 0;
  }

  .header .logo {
    display: none;
  }

  .header>div.left {
    display: none;
  }

  .header>div.right {
    width: 100%;
  }

  .header button {
    margin: 20px 8px;
  }

  .copyright,
  .links {
    width: initial;
  }
}

/* Home */
*,
.rzslider .rz-ticks,
:after,
:before {
  box-sizing: border-box;
}

div,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body>.master-container {
  height: 100%;
}

#root-wrapper {
  width: 100%;
  overflow: hidden;
}

#root-wrapper,
#sidebar {
  height: 100%;
  position: absolute;
}

/* SIDEBAR */
#sidebar {
  width: 60px;
  background-color: #40484a;
  left: 0;
  top: 0;
}

#sidebar span,
#sidebar a {
  display: block;
  position: relative;
  width: 100%;
  height: 59px;
  border-bottom: 1px solid #667174;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: #40484a;
}

#sidebar>span.logo::before,
#sidebar>a.logo::before {
  background: url('../images/menu-logo.png') no-repeat;
  background-size: 48px 26px;
  width: 48px;
  height: 26px;
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -13px;
  margin-left: -24px;
}

#sidebar>div.bottom-part>span.other:hover,
#sidebar #sidebar-menu>span:hover,
#sidebar>div.bottom-part>a.other:hover,
#sidebar>div.bottom-part>a.other.active,
#sidebar #sidebar-menu>a:hover {
  background-color: #e7ebea;
  text-decoration: none;
}

#sidebar #sidebar-menu>span.active,
#sidebar #sidebar-menu>a.active {
  background-color: #e7ebea;
  text-decoration: none;
}

#sidebar #sidebar-menu .chat::before,
#sidebar #sidebar-menu .roulette::before,
#sidebar #sidebar-menu .search::before,
#sidebar #sidebar-menu .views::before {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
}

#sidebar #sidebar-menu .search::before {
  background: url('../images/sprite-x1.png') -440px 0 no-repeat;
  background-size: 2000px 700px;
}

#sidebar #sidebar-menu .search.active::before {
  background-position: -480px 0;
}

#sidebar #sidebar-menu .search:hover::before {
  background-position: -480px 0;
}

#sidebar #sidebar-menu .roulette::before {
  background: url('../images/sprite-x1.png') -600px 0 no-repeat;
  background-size: 2000px 700px;
}

#sidebar #sidebar-menu .roulette.active::before {
  background-position: -640px 0;
}

#sidebar #sidebar-menu .roulette:hover::before {
  background-position: -640px 0;
}

#sidebar #sidebar-menu .badge[data-badge]::after {
  content: attr(data-badge);
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #ff684d;
  font-size: 12px;
  color: #fff;
}

#sidebar #sidebar-menu .chat::before {
  background: url('../images/sprite-x1.png') -120px 0 no-repeat;
  background-size: 2000px 700px;
}

#sidebar #sidebar-menu .chat.active::before {
  background-position: -160px 0;
}

#sidebar #sidebar-menu .chat:hover::before {
  background-position: -160px 0;
}

#sidebar #sidebar-menu .views::before {
  background: url('../images/sprite-x1.png') -520px 0 no-repeat;
  background-size: 2000px 700px;
}

#sidebar #sidebar-menu .views.active::before {
  background-position: -560px 0;
}

#sidebar #sidebar-menu .views:hover::before {
  background-position: -560px 0;
}

#sidebar #sidebar-menu .favorite::before {
  background: url('../images/sprite-x1.png') -200px 0 no-repeat;
  background-size: 2000px 700px;
  width: 26px;
  height: 26px;
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -13px;
  margin-left: -13px;
}

#sidebar #sidebar-menu .favorite.active::before {
  background-position: -240px 0;
}

#sidebar #sidebar-menu .favorite:hover::before {
  background-position: -240px 0;
}

#sidebar #sidebar-menu .my-profile>span,
#sidebar #sidebar-menu .my-profile>a {
  width: 40px;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 10px;
  border: none;
}

#sidebar>div.bottom-part>span.other,
#sidebar #sidebar-menu>span,
#sidebar>div.bottom-part>a.other,
#sidebar #sidebar-menu>a {
  position: relative;
}

#sidebar .other {
  font-size: 10px;
  line-height: 6;
}

#sidebar .other::before {
  background: url('../images/sprite-x1.png') -360px 0 no-repeat;
  background-size: 2000px 700px;
  width: 22px;
  height: 5px;
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -2px;
  margin-left: -11px;
}

#sidebar .other.active::before {
  background-position: -400px 0;
}

#sidebar .other:hover::before {
  background-position: -400px 0;
}

#sidebar>div.bottom-part>span.other.active,
#sidebar #sidebar-menu>span.active {
  background-color: #e7ebea;
  text-decoration: none;
}

#sidebar .logoff {
  border-bottom: none;
}

#sidebar .logoff::before {
  background: url('../images/sprite-x1.png') -500px -300px no-repeat;
  background-size: 2000px 700px;
  width: 24px;
  height: 24px;
  content: "";
  display: inline-block;
  border-bottom: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -12px;
  margin-left: -12px;
}

#sidebar .login {
  border-bottom: none;
}

#sidebar .login::before {
  background: url('../images/sprite-x1.png') -500px -300px no-repeat;
  background-size: 2000px 700px;
  width: 24px;
  height: 24px;
  content: "";
  display: inline-block;
  border-bottom: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -12px;
  margin-left: -12px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

#sidebar #sidebar-menu>.bottom-expander {
  height: 120px;
  background: 0 0;
  display: none;
}

#sidebar #sidebar-menu.fix-bottom>.bottom-expander {
  display: block;
}

#sidebar .bottom-part {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  border-top: 1px solid #667174;
}

/* END OF SIDEBAR */
#content-container {
  margin-left: 60px;
  position: relative;
  height: 100%;
  background-color: #E7EBEA;
  -webkit-transition: left .5s ease;
  -moz-transition: left .5s ease;
  -o-transition: left .5s ease;
  transition: left .5s ease;
}

#content-container>div {
  height: 100%;
}

#search-page>.wide-header {
  height: 90px;
  position: relative;
}

#search-page>.wide-header>.search-menu {
  padding-left: 20px;
  padding-top: 24px;
  color: #9B9B9B;
  display: table;
}

#search-page>.wide-header>.search-menu>div {
  display: table-cell;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 18px;
  height: 66px;
  cursor: pointer;
  position: relative;
}

#search-page>.wide-header>.search-menu>div>.header {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 6px;
  font-weight: bold;
}

#search-page>.wide-header>.search-menu>div>.sub-title {
  font-size: 12px;
  line-height: 12px;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
}

#search-page>.wide-header>.context-toggle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: #E7EBEA;
}

.context-toggle {
  width: 60px;
  height: 100%;
}

.context-toggle>div {
  display: table;
  width: 100%;
  height: 100%;
}

.context-toggle,
.sidebar-toggle {
  display: inline-block;
  cursor: pointer;
}

.context-toggle>div>div {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.context-toggle>div>div>div:first-child {
  margin-top: 0;
}

.context-toggle>div>div>div {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #9B9B9B;
  margin: 4px auto 0;
}

/* Mobile Header */
.mobile-header {
  height: 60px;
  line-height: 21px;
  font-weight: bold;
  color: #667174;
  background: #E7EBEA;
  font-size: 18px;
  position: relative;
  padding: 19px 18px;
  display: none;
}

.mobile-header>.sidebar-toggle {
  position: absolute;
  top: 19px;
  left: 18px;
  z-index: 1;
}

.sidebar-toggle {
  width: 24px;
  height: 21px;
}

.sidebar-toggle>div:first-child {
  margin-top: 0;
}

.sidebar-toggle>div {
  width: 100%;
  height: 3px;
  margin-top: 6px;
  background: #BABCB7;
}

.mobile-header>.header {
  margin: 0 50px;
  text-align: center;
}

.mobile-header>.context-toggle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

#search-page>.profile-box-list-data-container {
  top: 90px;
}

.profile-box-list-data-container {
  position: absolute !important;
  width: calc(100% - 16px);
  top: 65px;
  bottom: 0;
  left: 16px;
  height: auto !important;
  overflow: auto !important;
}

::-webkit-scrollbar {
  display: none;
}

.ps-container {
  -ms-touch-action: none;
  overflow: hidden !important;
}

.sidebar-active {
  left: 0px !important;
}

@media only screen and (max-width: 767px) {
  .mobile-header {
    display: block;
  }

  #content-container {
    margin-left: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }

  #search-page>.wide-header {
    display: none;
  }

  #search-page>.profile-box-list-data-container {
    top: 60px;
  }

  .sidebar-active {
    left: 60px !important;
  }
}

.profile-box-item {
  cursor: pointer;
}

.profile-box-item>a>.pic {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center center;
}

.profile-box-item>.data {
  position: relative;
  padding: 24px 10px 20px;
  background-color: #fff;
  word-wrap: break-word;
}

.profile-box-item>.data {
  text-align: center;
}

.profile-box-item>.data>.profile-status-small-icon {
  width: 36px;
  height: 36px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  margin-left: -18px;
  top: -18px;
}

.profile-status-small-icon.spotlight::after {
  background-position: -1300px -300px;
}

.profile-status-small-icon::after {
  display: inline-block;
  content: "";
  width: 36px;
  height: 36px;
  background: url('../images/sprite-x1.png') -1600px -100px no-repeat;
  background-size: 2000px 700px;
}

@media only screen and (min-resolution: 2dppx),
only screen and (-webkit-min-device-pixel-ratio: 2) {
  .profile-status-small-icon::after {
    background-image: url('../images/sprite-x2.png');
    background-size: 2000px 700px;
  }
}

.profile-box-item>.data>.name {
  font-size: 24px;
  color: #40484A;
  line-height: 29px;
  margin-bottom: 2px;
}

.profile-box-item>.data>.name>.age {
  color: #babcb7;
}

.profile-box-item>.data>.location {
  font-size: 12px;
  line-height: 15px;
  color: #BABCB7;
}

.shadow-box {
  position: relative;
  z-index: 0;
}

.shadow-box::after {
  -webkit-box-shadow: 0 12px 12px 0 #9c9f9e;
  box-shadow: 0 12px 12px 0 #9c9f9e;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 4px;
  width: 90%;
  height: 8%;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 40%;
  border-radius: 40%;
}

.profile-box-list-data-container>.masonry-item {
  min-width: 160px;
  max-width: 320px;
  width: 320px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 352px) and (min-width: 192px) {
  .profile-box-list-data-container>.masonry-item {
    width: calc(100% - 16px);
  }
}

@media only screen and (max-width: 688px) and (min-width: 368px) {
  .profile-box-list-data-container>.masonry-item {
    width: calc(50% - 16px);
  }
}

@media only screen and (max-width: 1024px) and (min-width: 544px) {
  .profile-box-list-data-container>.masonry-item {
    width: calc(33.333333333333336% - 16px);
  }
}

@media only screen and (max-width: 1360px) and (min-width: 720px) {
  .profile-box-list-data-container>.masonry-item {
    width: calc(25% - 16px);
  }
}

@media only screen and (max-width: 1696px) and (min-width: 896px) {
  .profile-box-list-data-container>.masonry-item {
    width: calc(20% - 16px);
  }
}

@media only screen and (max-width: 2032px) and (min-width: 1072px) {
  .profile-box-list-data-container>.masonry-item {
    width: calc(16.666666666666668% - 16px);
  }
}

@media only screen and (max-width: 2368px) and (min-width: 1248px) {
  .profile-box-list-data-container>.masonry-item {
    width: calc(14.285714285714286% - 16px);
  }
}

@media only screen and (max-width: 2704px) and (min-width: 1424px) {
  .profile-box-list-data-container>.masonry-item {
    width: calc(12.5% - 16px);
  }
}

@media only screen and (max-width: 3040px) and (min-width: 1600px) {
  .profile-box-list-data-container>.masonry-item {
    width: calc(11.11111111111111% - 16px);
  }
}

@media only screen and (max-width: 3376px) and (min-width: 1776px) {
  .profile-box-list-data-container>.masonry-item {
    width: calc(10% - 16px);
  }
}

/* MESSAGES */
#chat-pages-container {
  position: relative;
  overflow: hidden;
}

#chat-pages-container {
  position: relative;
  overflow: hidden;
}

#chat-pages-container,
.chat-page {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.chat-page {
  text-align: center;
  position: absolute;
  -webkit-transition: transform .5s ease;
  -moz-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
}

.chat-page>.chat-session-list-page-wrapper {
  display: inline-block;
  width: 100%;
  max-width: 1000px;
  text-align: left;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
}

.header-menu {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.chat-page .header-menu>div {
  text-align: center;
  width: 33.333%;
  padding: 0;
}

.header-menu>.left {
  text-align: right;
  padding-right: 10%;
  width: 50%;
}

.header-menu>div {
  display: table-cell;
  vertical-align: middle;
  word-wrap: break-word;
}

.header-menu>div>a {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #BABCB7;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  max-width: 100%;
  word-wrap: break-word;
}

.header-menu>div>a.active,
.header-menu>div>a:hover {
  color: #667174;
  text-decoration: none;
}

.mobile-header {
  height: 60px;
  line-height: 21px;
  font-weight: bold;
  color: #667174;
  background: #E7EBEA;
  font-size: 18px;
  position: relative;
  padding: 19px 18px;
  display: none;
}

.chat-page .chat-session-list-container {
  position: absolute;
  width: 100%;
  top: 60px;
  bottom: 0;
  padding: 0 20px 20px;
  overflow: auto;
}

.chat-page>.chat-session-list-page-wrapper {
  display: inline-block;
  width: 100%;
  max-width: 1000px;
  text-align: left;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
}

.chat-page .chat-session-list-container>.item-container {
  position: relative;
  margin-bottom: 4px;
  background-color: #fff;
}

.chat-page .chat-session-list-container>.item-container>div {
  display: table;
  width: 100%;
  table-layout: fixed;
  position: relative;
  height: 60px;
  z-index: 1;
  cursor: pointer;
}

.chat-page .chat-session-list-container>.item-container>div>.name {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 240px;
}

.chat-page .chat-session-list-container>.item-container>div>.name>.avatar {
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.chat-page .chat-session-list-container>.item-container>div>.name>.caption {
  font-size: 20px;
  color: #40484A;
  padding: 0 10px 0 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chat-page .chat-session-list-container>.item-container>div>.msg {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  color: #40484A;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chat-page .chat-session-list-container>.item-container>div>.time {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  font-size: 16px;
  color: #BABCB7;
  padding: 0 20px;
  white-space: nowrap;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.chat-page.closed.left {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.chat-page.closed.right {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.chat-page>.chat-details-page-wrapper {
  display: inline-block;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  margin: 20px;
  max-width: 1000px;
  text-align: left;
  position: relative;
  left: 0;
  top: 0;
}

.chat-page>.chat-details-page-wrapper .shadow {
  position: absolute;
  -webkit-box-shadow: 0 10px 36px 0 #40484A;
  box-shadow: 0 10px 36px 0 #40484A;
  -webkit-border-radius: 10%;
  border-radius: 10%;
  content: "";
  display: block;
}

.chat-page>.chat-details-page-wrapper .shadow.top {
  left: 20px;
  right: 20px;
  top: 15px;
  height: 5px;
}

.chat-page>.chat-details-page-wrapper .shadow.right {
  right: 15px;
  top: 20px;
  bottom: 20px;
  width: 5px;
}

.chat-page>.chat-details-page-wrapper .shadow.bottom {
  left: 20px;
  right: 20px;
  bottom: 15px;
  height: 5px;
}

.chat-page>.chat-details-page-wrapper .shadow.left {
  left: 15px;
  top: 20px;
  bottom: 20px;
  width: 5px;
}

.chat-page>.chat-details-page-wrapper>.header {
  position: relative;
  z-index: 1;
  height: 60px;
  width: 100%;
}

.chat-page>.chat-details-page-wrapper>.header:before {
  position: absolute;
  -webkit-box-shadow: 0 10px 36px 0 #40484A;
  box-shadow: 0 10px 36px 0 #40484A;
  -webkit-border-radius: 10%;
  border-radius: 10%;
  content: "";
  display: block;
  left: 20px;
  right: 20px;
  bottom: 6px;
  height: 10px;
}

.chat-page>.chat-details-page-wrapper>.header::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  display: block;
  content: "";
}

.chat-page>.chat-details-page-wrapper>.header>.header-wrapper {
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 0 60px 0 180px;
  position: relative;
  white-space: nowrap;
  font-size: 18px;
  color: #40484A;
}

.chat-page>.chat-details-page-wrapper>.header>.header-wrapper>.avatar,
.chat-page>.chat-details-page-wrapper>.header>.header-wrapper>.nav-back,
.chat-page>.chat-details-page-wrapper>.header>.header-wrapper>.status {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: block;
}

.chat-page>.chat-details-page-wrapper>.header>.header-wrapper>.nav-back::after {
  background: url('../images/sprite-x1.png') -200px -100px no-repeat;
  background-size: 2000px 700px;
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 24px;
  left: 23px;
  top: 18px;
}

.chat-page>.chat-details-page-wrapper>.header>.header-wrapper>.avatar {
  left: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-decoration: none;
}

.chat-page>.chat-details-page-wrapper>.header>.header-wrapper>.status {
  left: 120px;
}

.chat-page>.chat-details-page-wrapper>.header>.header-wrapper>.status>.profile-status-small-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
}

.chat-page>.chat-details-page-wrapper>.header>.header-wrapper>span {
  line-height: 60px;
  display: inline-block;
  vertical-align: middle;
}

.chat-page>.chat-details-page-wrapper>.header>.header-wrapper>.username {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 35px);
}

.chat-page>.chat-details-page-wrapper>.header>.header-wrapper>.age {
  color: #BABCB7;
}

.chat-page>.chat-details-page-wrapper>.header>.header-wrapper>.context-toggle {
  position: absolute;
  top: 0;
  right: 0;
}

.chat-page>.chat-details-page-wrapper>.body {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #fff;
  width: 100%;
  z-index: 1;
  padding: 20px 20px 45px 20px!important;
  overflow: auto !important;
}

.chat-page>.chat-details-page-wrapper>.body>.sent {
  text-align: right;
}

.chat-page>.chat-details-page-wrapper>.body>.received,
.chat-page>.chat-details-page-wrapper>.body>.sent>.container {
  text-align: left;
}

.chat-page>.chat-details-page-wrapper>.body>.received>.container,
.chat-page>.chat-details-page-wrapper>.body>.sent>.container {
  width: calc(50% - 20px);
  display: inline-block;
  margin-bottom: 10px;
}

.chat-page>.chat-details-page-wrapper>.body>.received>.container>.bubble,
.chat-page>.chat-details-page-wrapper>.body>.sent>.container>.bubble {
  padding: 15px;
  text-align: left;
  font-size: 16px;
  word-wrap: break-word;
}

.chat-page>.chat-details-page-wrapper>.body>.sent>.container>.bubble {
  background: #667174;
  color: #FFF;
  border-radius: 12px 12px 0;
}

.chat-page>.chat-details-page-wrapper>.body>.sent>.container>.time {
  font-size: 14px;
  line-height: 17px;
  color: #BABCB7;
  margin: 5px 10px 0;
}

.chat-page>.chat-details-page-wrapper>.body>.received>.container>.bubble {
  background: #E7EBEA;
  color: #40484A;
  border-radius: 12px 12px 12px 0;
}

.chat-page>.chat-details-page-wrapper>.body>.received>.container>.time,
.chat-page>.chat-details-page-wrapper>.body>.sent>.container>.time {
  font-size: 14px;
  line-height: 17px;
  color: #BABCB7;
  margin: 5px 10px 0;
}

.chat-page>.chat-details-page-wrapper>.footer {
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: #fff;
  padding-top: 10px;
  width: 100%;
}

.chat-page>.chat-details-page-wrapper>.footer>.controls {
  display: table;
  width: 100%;
  padding: 0 20px 20px;
}

.chat-page>.chat-details-page-wrapper>.footer>.controls>.textarea-container {
  display: table-cell;
  padding-right: 20px;
  position: relative;
  vertical-align: bottom;
}

input[type=email],
input[type=password],
input[type=text],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #BABCB7;
  height: 40px;
  background: 0 0;
  color: #BABCB7;
}

:active,
:focus {
  outline: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.chat-page>.chat-details-page-wrapper>.footer>.controls>.textarea-container>textarea {
  width: 100%;
  color: #40484A;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 0px 10px 0;
  min-height: 42px;
}

.chat-page>.chat-details-page-wrapper>.footer>.controls>.textarea-container>.upload-btn:not([disabled]) {
  cursor: pointer;
}

.chat-page>.chat-details-page-wrapper>.footer>.controls>.textarea-container>.upload-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -20px;
}

.chat-page>.chat-details-page-wrapper>.footer>.controls>.button-container {
  display: table-cell;
  width: 1%;
  vertical-align: middle;
}

.chat-page>.chat-details-page-wrapper>.footer>.controls .send-btn {
  position: relative;
  border-radius: 40px;
  min-width: 40px;
  width: 40px;
  height: 40px;
  padding: 0;
}

.chat-page>.chat-details-page-wrapper>.footer>.controls .send-btn[disabled] {
  background: #E7EBEA;
  border-color: #E7EBEA;
}

button.primary,
span.btn-primary.primary {
  color: #40484A;
  background: #FF684D;
  border: 1px solid #FF684D;
}

.chat-page>.chat-details-page-wrapper>.footer>.controls .send-btn::after {
  background: url('../images/sprite-x1.png') -1200px -500px no-repeat;
  background-size: 2000px 700px;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 11px;
  left: 13px;
}

.chat-page>.chat-details-page-wrapper>.footer>.controls .send-btn[disabled]::after {
  background-position: -1300px -500px;
}

.chat-page>.chat-details-page-wrapper>.footer>.controls .gift-btn {
    position: relative;
    border-radius: 40px;
    min-width: 40px;
    width: 40px;
    height: 40px;
    padding: 0;
}

.chat-page>.chat-details-page-wrapper>.footer>.controls .gift-btn[disabled] {
    background: #E7EBEA;
    border-color: #E7EBEA;
}

button.primary,
span.btn-primary.primary {
    color: #40484A;
    background: #FF684D;
    border: 1px solid #FF684D;
}

.chat-page>.chat-details-page-wrapper>.footer>.controls .gift-btn::after {
    background: url('../images/sprite-x1.png') -1200px -600px no-repeat;
    background-size: 2000px 700px;
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 11px;
    left: 11px;
}

.chat-page>.chat-details-page-wrapper>.footer>.controls .gift-btn[disabled]::after {
    background-position: -1300px -600px;
}

.chat-page>.chat-details-page-wrapper>.footer>.controls .emoji-btn {
    position: relative;
    border-radius: 40px;
    min-width: 40px;
    width: 40px;
    height: 40px;
    padding: 0;
}

.chat-page>.chat-details-page-wrapper>.footer>.controls .emoji-btn[disabled] {
    background: #E7EBEA;
    border-color: #E7EBEA;
}

.chat-page>.chat-details-page-wrapper>.footer>.controls .emoji-btn::after {
    background: url('../images/sprite-x1.png') -100px -500px no-repeat;
    background-size: 2000px 700px;
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 11px;
    left: 13px;
}

.chat-page>.chat-details-page-wrapper>.footer>.controls .emoji-btn[disabled]::after {
    background-position: -1300px -500px;
}

.chat-page>.chat-details-page-wrapper>.footer>.controls .button-container {
  display: table-cell;
  width: 1%;
  vertical-align: middle;
}

.chat-page>.chat-details-page-wrapper>.footer>.controls .mobile-button-container {
  display: none;
}

.chat-page>.chat-details-page-wrapper>.out-of-coins-footer>button {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  padding: 10px 25px;
}

button.primary.accented,
span.btn-primary.primary.accented {
  color: #fff;
}

.chat-page>.chat-details-page-wrapper>.out-of-coins-footer {
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: #fff;
  height: 70px;
  width: 100%;
  font-size: 32px;
  line-height: 40px;
  color: #DCDDDB;
  letter-spacing: -1.5px;
  padding: 15px 150px 15px 80px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-image: -webkit-linear-gradient(top right, #747E81 0, #40484A 100%);
  background-image: -o-linear-gradient(top right, #747E81 0, #40484A 100%);
  background-image: linear-gradient(to bottom left, #747E81 0, #40484A 100%);
}

.chat-page>.chat-details-page-wrapper::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #E7EBEA;
  display: block;
  content: "";
}

.chat-page>.chat-details-page-wrapper>.out-of-coins-footer::before {
  background: url('../images/sprite-x1.png') -1410px -290px no-repeat;
  background-size: 2000px 700px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 70px;
}

.chat-page>.chat-details-page-wrapper h2 {
  color: #667174;
}

.chat-page>.chat-details-page-wrapper strong {
  color: #667174;
}

@media only screen and (max-width: 767px) {
  .header-menu {
    display: none!important;
  }

  .mobile-header {
    display: block;
  }

  .chat-page .chat-session-list-container {
    padding: 0 0 20px;
  }

  .chat-page .chat-session-list-container>.item-container>div>.name {
    display: block;
    width: 100%;
    border-bottom: 1px solid #E7EBEA;
    height: 41px;
  }

  .chat-page .chat-session-list-container>.item-container>div>.name>.avatar {
    width: 40px;
    height: 40px;
  }

  .chat-page .chat-session-list-container>.item-container>div>.name>.caption {
    font-size: 18px;
    line-height: 40px;
    padding-left: 50px;
    padding-right: 100px;
  }

  .chat-page .chat-session-list-container>.item-container>div>.msg {
    display: block;
    font-size: 14px;
    line-height: 18px;
    padding: 11px 10px;
  }

  .chat-page .chat-session-list-container>.item-container>div>.time {
    display: block;
    position: absolute;
    font-size: 14px;
    line-height: 18px;
    top: 12px;
    right: 10px;
    padding: 0 10px;
    width: auto;
  }

  .chat-page>.chat-details-page-wrapper {
    width: 100%;
    height: 100%;
    margin: 0;
  }

  .chat-page>.chat-details-page-wrapper>.body>.received>.container,
  .chat-page>.chat-details-page-wrapper>.body>.sent>.container {
    width: 100%;
    margin-bottom: 20px;
  }

  .chat-page>.chat-details-page-wrapper>.header>.header-wrapper>.status {
    display: none;
  }

  .chat-page>.chat-details-page-wrapper>.header>.header-wrapper {
    padding-left: 130px;
    padding-right: 45px;
  }

  .chat-page>.chat-details-page-wrapper>.body {
    padding: 20px 20px 0;
  }
}

@media only screen and (max-width: 400px) {
  .chat-page>.chat-details-page-wrapper>.body {
    padding: 15px 15px 0;
  }
}

#sidebar #sidebar-menu .chat.active::before {
  background-position: -160px 0;
}


/*====================TOS MULTILANGUAGE start======================*/
.tos-multilanguage {
  max-width: 1000px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin: 0 auto;
  position: relative;
  z-index: 9;
  padding-bottom: 10px;
}

.tos-multilanguage__text {
  color: #667174;
  font-size: 14px;
  margin-right: 8px;
}

.tos-multilanguage__lang--drop {
  position: relative;
}

.tos-multilanguage__lang--drop__toggle {
  display: flex;
  align-items: center;
  border-radius: 3px;
  border: 1px solid #b5b5b5;
  min-width: 70px;
  width: auto;
  height: 23px;
  background-color: #ffffff;
  color: #000000;
  font-weight: 700;
  font-size: 16px;
  padding: 0 24px 0 5px;
  cursor: pointer;
  text-decoration: none;
}

.tos-multilanguage__lang--drop__toggle span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
  line-height: 13px;
}

.tos-multilanguage__lang--drop__toggle img {
  display: inline-block;
  height: 20px;
  margin-right: 4px;
}

.tos-multilanguage__lang--drop__toggle .arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  transform: all .1s;
}

.tos-multilanguage__lang--drop__toggle.active .arrow {
  transform: translateY(-50%) rotate(-180deg);
  transition: all .3s;
}

.tos-multilanguage__lang--drop ul {
  position: absolute;
  background: #f5f7f6;
  width: 100%;
  display: none;
  padding: 0;
  margin: 0;
}

.tos-multilanguage__lang--drop ul.active {
  display: block;
}

.tos-multilanguage__lang--drop ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  padding: 0 5px;
  cursor: pointer;
  transition: background-color .2s;
}

.tos-multilanguage__lang--drop ul li:hover, .tos-multilanguage__lang--drop ul li.active {
  background-color: #b5b5b5;
}

.tos-multilanguage__lang--drop ul li img {
  display: inline-block;
  height: 24px;
  margin-right: 4px;
}

.tos-multilanguage__lang--drop ul li span {
  font-size: 13px;
}

#session-list-container > div.tos-multilanguage {
  max-width: 700px;
}

@media only screen and (max-width: 47.93em) {
  .tos-multilanguage {
    padding: 0 20px 10px 0;
  }
}

/*=====================TOS MULTILANGUAGE end=======================*/
