@import url(../assets/node_modules/toastr/build/toastr.min.css);
@import url(../assets/node_modules/ion-rangeslider/css/ion.rangeSlider.min.css);
@import url(../assets/node_modules/quill/dist/quill.core.css);
@import url(../assets/node_modules/bootstrap-select/dist/css/bootstrap-select.css);
.mymessage {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  perspective: 1000;
  -webkit-perspective: 1000; }

body {
  margin: 0;
  padding: 0;
  padding: 2px;
  font-size: 16px !important; }

a, p, span {
  font-size: 16px !important; }

#nav-toggle.button-collapse {
  position: fixed;
  top: 2px;
  left: 2px;
  z-index: 10000;
  background-color: #7b298b; }
  #nav-toggle.button-collapse i {
    font-size: 20px; }

#navigation {
  width: 272px;
  height: 100vh;
  float: left;
  display: block; }

#content {
  width: calc(100% - 272px);
  float: right;
  min-height: 100vh; }

.container {
  margin: 0; }

.side-nav {
  min-height: 800px; }
  .side-nav .logo-wrapper img {
    padding-left: 20px;
    margin-top: 40px; }
  .side-nav.fixed {
    position: inherit; }

.card.login.home {
  opacity: 0.8; }

.hide {
  display: none; }

@media screen and (max-width: 1441px) {
  body #navigation {
    width: 0 !important; }

  #content {
    width: calc(100% - 2px) !important; } }
@media screen and (min-width: 1441px) {
  #nav-toggle {
    display: none; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1920px !important; } }
.container {
  max-width: 1920px !important; }

.dropdown-lyst .dropdown-content li.active, .dropdown-lyst .dropdown-content li a, .dropdown-lyst .dropdown-content li span:hover {
  background-color: #7b298b !important; }
.dropdown-lyst .dropdown-content li.disabled.active {
  background-color: transparent !important; }
.dropdown-lyst .search-wrap input:focus {
  border-bottom: 1px solid #7b298b;
  -webkit-box-shadow: 0 1px 0 0 #7b298b;
  box-shadow: 0 1px 0 0 #7b298b; }

.lyst-bg {
  background-color: #7b298b !important;
  color: #fff; }
  .lyst-bg.btn-active {
    background-color: #d1a4da !important;
    border: 1px solid #7b298b; }
  .lyst-bg .close {
    color: #fff; }

.side-nav .collapsible a {
  font-size: 18px; }
.side-nav .collapsible i.fas {
  font-size: 20px;
  width: 20px;
  text-align: center; }

.sidenav-bg {
  background-color: #7b298b; }

h1.page-header {
  font-size: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #7b298b;
  margin-top: 70px; }

#slide-out {
  position: fixed;
  z-index: 1000;
  background-color: #7b298b; }

.text-small {
  font-size: 14px; }

.purple-border textarea {
  border: 1px solid #7b298b; }

.purple-border .form-control:focus {
  border: 1px solid #7b298b;
  box-shadow: 0 0 0 0.2rem rgba(186, 104, 200, 0.25); }

.green-border-focus .form-control:focus {
  border: 1px solid #8bc34a;
  box-shadow: 0 0 0 0.2rem rgba(139, 195, 74, 0.25); }

@media (max-width: 768px) {
  h1.page-header {
    font-size: 20px;
    margin-top: 80px; } }
@media (max-height: 992px) {
  .side-nav .logo-wrapper {
    height: 120px;
    padding-top: 13px; } }
.md-form label {
  width: 100%; }

#language-selector:hover {
  cursor: pointer; }

#language-modal ul {
  list-style-type: none; }
  #language-modal ul li {
    padding: 10px;
    transition: all .5s ease-in; }
    #language-modal ul li:hover {
      background-color: #7b298b;
      color: #fff;
      cursor: pointer; }
#language-modal img {
  width: 25px; }

.pull-right {
  float: right; }

.lyst-border-left {
  border-left: 1px solid #7b298b; }

.lyst-border-right {
  lyst-border-right: 1px solid #7b298b; }

.lyst-border-bottom {
  lyst-border-bottom: 1px solid #7b298b; }

.lyst-border-top {
  lyst-border-top: 1px solid #7b298b; }

.text-lyst {
  color: #7b298b; }

.modal-dialog.modal-notify .heading {
  text-align: center;
  width: 100%; }

.tox-statusbar__branding {
  display: none !important; }

.card.speeddate {
  transition: .3s all ease-in; }

.card.speeddate:hover {
  transform: scale(1.05);
  /*rotate(5deg);*/ }

.speeddate-photo-preview-active {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: auto;
  margin-top: -100px;
  z-index: 999;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid white; }

a.small-link {
  font-size: 15px; }

.form-check {
  padding-left: 0 !important; }

img.emojione {
  width: 20px;
  height: 20px; }

.emojionearea-editor {
  font-size: 16px !important; }

#tothetop {
  width: 160px;
  height: 46px;
  position: fixed;
  z-index: 10000;
  bottom: 0;
  right: 0;
  background-color: #fff;
  font-size: 36px;
  padding-left: 10px; }
  #tothetop:hover {
    cursor: pointer; }
  #tothetop .text {
    font-size: 23px;
    margin-top: -10px;
    display: block;
    position: absolute;
    top: 17px;
    left: 50px; }

.newsfeedimage {
  max-height: 500px;
  max-width: 100%;
  float: right;
  clear: both; }

.emojionearea .emojionearea-button {
  right: 23px; }

.loader-container {
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  z-index: 1001;
  opacity: .5;
  display: none; }

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  position: absolute;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  left: 50%;
  z-index: 10000;
  top: 40%; }

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.card-body span {
  color: #000 !important; }

.modal-header .close {
  padding: 7px;
  padding-top: 0; }

.navigation-message-badge {
  width: 20px;
  height: 20px;
  border: 1px solid white;
  border-radius: 50%;
  text-align: center;
  background-color: #da0f0f;
  position: absolute;
  left: 135px;
  top: 5px;
  display: none;
  font-size: 13px; }

.navigation-messages {
  position: relative; }

.new-message {
  position: absolute;
  top: -6px;
  right: 20px; }

#footer {
  background-color: #7b298b;
  color: white;
  padding: 12px; }
  #footer a {
    color: white;
    text-decoration: none; }
    #footer a:hover {
      text-decoration: underline; }

.mdb-feed .news .excerpt .brief .date {
  padding-left: 0; }

.global-newsfeed-entry {
  background-color: #d4e8d8b3;
  margin-bottom: 10px !important;
  border-radius: 20px;
  margin-left: 10px !important;
  margin-right: 10px !important;
  margin-top: 10px !important; }

.rotate45 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.rotate30 {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg); }

.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.sticky {
  font-size: 40px;
  float: left;
  margin-right: 14px; }

@media screen and (max-height: 800px) {
  #profile-image-nav-container {
    display: none !important; } }
.loadmorefeed:hover {
  cursor: pointer; }

.loadmorefeed {
  text-align: center;
  background-color: #7B298B;
  color: #fff;
  font-size: 20px;
  width: 40%;
  margin: auto;
  padding: 10px;
  border-radius: 11px;
  margin-bottom: 40px !important; }

#profile_search_filter_trigger {
  border-top: 1px solid black;
  text-align: center; }

.container.profile .card-header.bg-mars {
  background-color: rgba(41, 77, 139, 0.2); }

#profile_search_filter {
  margin-top: 4px; }
  #profile_search_filter .filters {
    width: 100%; }
  #profile_search_filter h1:hover {
    cursor: pointer; }
  #profile_search_filter h1::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";
    padding-right: 10px; }
  #profile_search_filter .form-row {
    margin-bottom: -7px; }
  #profile_search_filter h1 {
    text-align: left;
    width: 100%;
    background-color: #7b298b;
    color: #d1a4da;
    padding: 10px;
    font-size: 20px; }

.profile-search-result-gender-icon {
  font-size: 17px; }

.profile-type {
  width: 200px;
  position: absolute;
  right: 183px;
  top: 290px;
  text-align: center;
  color: #000; }
  .profile-type .fa {
    -webkit-text-stroke: 1px black;
    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; }
  .profile-type .fa-venus {
    color: #d1a4da; }
  .profile-type .fa-mars {
    color: #2271e5; }

#search-result-container .card .card-body,
#user-list-container .card .card-body {
  padding: 20px;
  padding-bottom: 0px;
  padding-top: 29px;
  min-height: 99px; }
  #search-result-container .card .card-body .card-text,
  #user-list-container .card .card-body .card-text {
    height: 150px;
    overflow: hidden; }
  #search-result-container .card .card-body .card-title,
  #user-list-container .card .card-body .card-title {
    text-align: center; }
#search-result-container .card .btn-floating:hover,
#user-list-container .card .btn-floating:hover {
  background-color: #d1a4da !important;
  transform: scale(1.6); }

.starburst {
  font: 25px 'Lobster', georgia, serif;
  background: #de7528;
  width: 75px;
  height: 75px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -1.25em;
  margin-left: -1.25em;
  z-index: 100;
  right: 20px;
  top: 60px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .starburst span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: inherit;
    transform: rotate(45deg); }
    .starburst span:before, .starburst span:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: inherit;
      z-index: -1;
      transform: rotate(30deg); }
    .starburst span:after {
      transform: rotate(30deg); }
    .starburst span:before {
      transform: rotate(-30deg); }
  .starburst:before, .starburst:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    z-index: -1;
    transform: rotate(30deg); }
  .starburst:after {
    transform: rotate(-30deg); }

.profile-image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: auto;
  margin-top: -100px;
  z-index: 999;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid white; }

.nav.profile-image {
  margin-top: 10px;
  width: 90px;
  height: 90px;
  border: 2px solid white; }

.profile-username {
  position: relative;
  top: -150px;
  left: 100px;
  font-size: 50px;
  text-transform: uppercase; }

.container.profile .card-header {
  background-color: rgba(123, 41, 139, 0.2); }

.profile-actions {
  display: flex;
  justify-content: space-between;
  width: 400px;
  margin: auto; }
  .profile-actions .btn-floating:hover {
    transform: scale(1.3); }

@media screen and (max-width: 1440px) {
  .profile-username {
    position: static;
    top: -0px;
    margin: auto;
    width: 100%;
    font-size: 50px;
    left: 0;
    text-align: center; }

  body .profile-description {
    margin-top: 30px; }

  .card {
    margin: auto; } }
.gallery {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-width: 33%;
  -moz-column-width: 33%;
  column-width: 33%; }
  .gallery .pics {
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease; }
  .gallery .animation {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

@media (max-width: 450px) {
  .gallery {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-width: 100%;
    -moz-column-width: 100%;
    column-width: 100%; } }
@media (max-width: 400px) {
  .btn.filter {
    padding-left: 1.1rem;
    padding-right: 1.1rem; } }
.blurry-bg {
  background-position: 30% 30%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  height: 300px;
  overflow: hidden;
  z-index: -1;
  filter: blur(15px) !important;
  -webkit-filter: blur(15px) !important;
  -moz-filter: blur(15px) !important;
  -o-filter: blur(15px) !important;
  -ms-filter: blur(15px) !important;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='5') !important;
  /* IE lte 9 */
  /* this does the trick */
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1); }

.profile-description {
  width: 75%;
  margin: auto;
  margin-top: -50px;
  margin-bottom: 50px;
  text-align: center; }

ul.profile-properties {
  list-style-type: none; }

.profile .card {
  min-height: 370px; }

#profile_search_filter {
  border-bottom: 0px dashed #7b298b;
  margin-bottom: 20px; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 800px; } }
.edit-profile-button-container {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 768px) {
  h1.profile-type {
    top: 250px; }

  .profile-actions {
    width: 100%; }
    .profile-actions .btn-floating.btn-lg {
      width: 40px;
      height: 40px; }
      .profile-actions .btn-floating.btn-lg i {
        font-size: 15px;
        line-height: 42.1px; }

  .profile .blurry-bg {
    height: 190px; }
  .profile .btn-floating.btn-lg.purple-gradient.waves-effect.waves-light {
    width: 40px;
    height: 40px; }
    .profile .btn-floating.btn-lg.purple-gradient.waves-effect.waves-light i {
      line-height: 40px;
      font-size: 23px; }
  .profile .profile-actions {
    width: 100%; }
  .profile .profile-type {
    top: 410px;
    right: 0;
    width: 100%; }
  .profile .profile-description {
    margin-top: 75px; }

  .profile-description {
    width: 100%; }

  .profile-description-border {
    border-right: 0px; }

  .profile-username {
    font-size: 18px !important; } }
.album-private:hover {
  cursor: not-allowed !important; }

img.comment-author {
  border-radius: 50%;
  width: 60px;
  margin: 4px;
  border: 1px solid #7b298b; }

.comment-section {
  margin-top: 70px; }

.album .comment-section {
  border-left: 2px solid #7b298b;
  margin-bottom: 10px;
  max-height: 100%; }
  .album .comment-section .comment-container {
    overflow-y: auto;
    max-height: 100%;
    clear: both; }
    .album .comment-section .comment-container .comment {
      border-bottom: 2px solid #7b298b;
      padding-bottom: 11px !important; }
.album .figure-view {
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  margin-bottom: 10px; }

.album-privacy-private-users img {
  border-radius: 50%;
  width: 60px;
  margin: 4px;
  border: 1px solid #7b298b; }
.album-privacy-private-users ul {
  list-style-type: none; }

@media screen and (min-width: 1440px) {
  .figure-cropped:hover {
    transition: all .3s ease-in-out;
    transform: scale(1.1);
    z-index: 100000;
    cursor: pointer; } }
.figure-cropped {
  transition: all .3s ease-in-out;
  height: 450px;
  float: left;
  background-size: cover;
  background-repeat: no-repeat; }

.figure-cropped-admin {
  transition: all .3s ease-in-out;
  height: 100px;
  width: 100px;
  float: left;
  background-size: cover;
  background-repeat: no-repeat; }
  .figure-cropped-admin.selected {
    -webkit-box-shadow: 0 0 20px #7b298b;
    -moz-box-shadow: 0 0 20px #7b298b;
    box-shadow: 0 0 20px #7b298b; }
  .figure-cropped-admin:hover {
    cursor: pointer; }

.select-wrapper input {
  z-index: 2; }

.select-wrapper + label.active {
  transform: translateY(-14px);
  font-size: .8rem;
  top: 1.5rem;
  left: 15px; }

figcaption {
  background-color: #222;
  color: #fff;
  font: smaller sans-serif;
  padding: 3px;
  text-align: center; }

#viewPhotoModal {
  width: 80%;
  left: 50%;
  transform: translateX(-50%); }

@media screen and (max-width: 1440px) {
  #viewPhotoModal {
    width: 100%; } }
.mdb-lightbox figure figcaption {
  display: block; }

.friendslist {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .friendslist img {
    width: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }

.vip-badge {
  position: absolute;
  bottom: -2px;
  right: 10%;
  border-radius: 50%;
  padding: 9px;
  color: #fff;
  font-size: 20px !important; }

.profile-description-border {
  border-right: 1px solid purple; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 1020px; } }
.profile-search.vip-badge {
  font-size: 20px !important;
  z-index: 10;
  position: absolute;
  top: 10px;
  right: 21px !important;
  border-radius: 50%;
  padding: 14px;
  color: #fff;
  height: 60px;
  width: 60px; }

.profile-search.online-badge {
  font-size: 14px;
  z-index: 10;
  position: absolute;
  top: 0px;
  left: 20px !important;
  top: 20px !important;
  border-radius: 50%;
  padding: 9px;
  color: #fff;
  height: 30px;
  width: 30px;
  text-align: center;
  background: linear-gradient(40deg, #21bd18, #1b6f1a) !important;
  border: 2px solid white; }

a.remove-access-user {
  font-size: 20px; }

.profilecard.active .card {
  /* border: 10px solid red; */
  border-radius: 10px;
  outline: none;
  border-color: #ed47f7;
  box-shadow: -1px 0px 20px 7px #7b298b; }

#photo-grid {
  /* Prevent vertical gaps */
  line-height: 0;
  -webkit-column-count: 5;
  -webkit-column-gap: 5px;
  -moz-column-count: 5;
  -moz-column-gap: 5px;
  column-count: 5;
  column-gap: 2px; }

#photo-grid img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
  margin-bottom: 2px; }

@media (max-width: 1200px) {
  #photo-grid {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4; } }
@media (max-width: 1000px) {
  #photo-grid {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3; } }
@media (max-width: 800px) {
  #photo-grid {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; } }
@media (max-width: 400px) {
  #photo-grid {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1; } }
#profile-search-show-more,
#user-list-show-more {
  display: block;
  background-color: #7b298b;
  padding: 10px;
  text-align: center;
  color: #fff;
  width: 100%; }

.forumgroup:not(:last-child), .forumpost:not(:last-child) {
  border-bottom: 1px solid #7b298b; }
.forumgroup h1, .forumpost h1 {
  font-size: 18px;
  margin-top: 15px;
  color: #7b298b; }

.forum-post-reply {
  position: sticky;
  top: 20px;
  height: 300px; }

.forumpost:first-of-type {
  background-color: #7b298b;
  color: #fff; }
  .forumpost:first-of-type a {
    color: #fff; }

.forum-post-delete {
  width: 100px;
  float: right;
  text-align: right; }

.group .card .row {
  margin-left: 0;
  margin-right: 0; }
  .group .card .row .image-container {
    text-align: center; }
  .group .card .row .card-title {
    text-align: center; }
.group .groupcard h4 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 300px; }
.group .groupcard .group-card-avatar {
  border: 1px solid #7b298b;
  width: 160px;
  height: 160px;
  margin: auto;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center; }
.group .groupcard .group-card-header {
  border: 1px solid red; }
.group .groupcard .description {
  height: 200px;
  overflow: hidden; }

.profile-group-avatar {
  border: 1px solid #7b298b;
  width: 40px;
  height: 40px;
  background-size: cover;
  background-position: center;
  float: left;
  clear: both; }

.group-actions {
  display: flex;
  justify-content: space-between;
  width: 400px;
  margin: auto; }
  .group-actions .btn-floating:hover {
    transform: scale(1.3); }

.group-profile-image img {
  border-radius: 50%;
  width: 75px;
  height: auto; }

.group-image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: auto;
  margin-top: 30px;
  z-index: 999;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 3px solid white; }

.group-name {
  position: relative;
  top: 0;
  font-size: 50px;
  text-transform: uppercase;
  text-align: center; }

.carousel-3d-item {
  height: 300px !important;
  width: 630px !important; }

.event-container {
  margin-top: 100px; }

.event-view {
  text-align: center; }
  .event-view #event-image {
    border-radius: 50%;
    margin: auto;
    float: none;
    max-height: 300px;
    width: 300px;
    height: 300px;
    background-size: cover; }

.event-image-list {
  border-radius: 50%;
  margin: auto;
  float: none;
  max-height: 300px;
  width: 100px;
  height: 100px;
  background-size: cover; }

#event-image {
  float: left;
  margin: 10px;
  margin-left: 0;
  border: 1px solid black;
  max-height: 300px; }

.event-card .card-img-top {
  width: 100%;
  border-radius: 50%;
  margin: auto; }

#event-dates {
  text-align: center;
  font-weight: bold; }

#event-title {
  text-align: center; }

#event-description {
  margin-top: 30px; }

#event-comment-container {
  text-align: left; }

#event-user-list {
  text-align: center; }
  #event-user-list img {
    border-radius: 50%;
    width: 60px;
    margin: 4px;
    border: 1px solid #7b298b; }

@media (max-width: 768px) {
  .event-view #event-image {
    border-radius: 50%;
    margin: auto;
    float: none;
    max-height: 300px;
    width: 280px;
    height: 280px; } }
#admin-search-table {
  width: 100%; }

.message-sent {
  font-size: 12px;
  width: 100%;
  text-align: right; }

.chatimg {
  width: 100%;
  height: auto; }

.yourmessage {
  align-items: flex-start;
  margin-right: 25%;
  background-color: #eee;
  position: relative;
  border-radius: 20px;
  padding: 8px 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
  float: left;
  clear: both; }
  .yourmessage.last:before {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: -7px;
    height: 20px;
    width: 20px;
    background: #eee;
    border-bottom-right-radius: 15px; }
  .yourmessage.last:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: -10px;
    width: 10px;
    height: 20px;
    background: white;
    border-bottom-right-radius: 10px; }
  .yourmessage .message-sent {
    color: #999; }

.mymessage {
  align-items: flex-end;
  border-radius: 20px;
  padding: 8px 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
  color: white;
  margin-left: 25%;
  background: #0085D1;
  background-attachment: fixed;
  position: relative;
  float: right;
  clear: both; }
  .mymessage.last:before {
    content: "";
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: -8px;
    height: 20px;
    width: 20px;
    background: #0085D1;
    background-attachment: fixed;
    border-bottom-left-radius: 15px; }
  .mymessage.last:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: -10px;
    width: 10px;
    height: 20px;
    background: white;
    border-bottom-left-radius: 10px; }
  .mymessage .message-sent {
    color: #fff; }

.mymessage, .yourmessage {
  min-width: 60%; }

.message-conversation.mobile .mymessage, .message-conversation.mobile .yourmessage {
  min-width: 90%; }

.message-user-image {
  width: 50px;
  border-radius: 50%; }

.message-converations {
  padding-right: 30px; }

.conversation {
  border-radius: 20px; }
  .conversation .message-delete {
    width: 40px;
    height: 10px;
    float: right; }
    .conversation .message-delete:hover {
      cursor: pointer; }
  .conversation:hover {
    cursor: pointer;
    background-color: #7b298b;
    color: #fff; }
    .conversation:hover i {
      color: #fff; }
  .conversation.active {
    background-color: #7b298b;
    color: #fff; }
    .conversation.active i {
      color: #fff; }

.mobile-conversation-back {
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: 1px solid gray;
  height: 113px; }
  .mobile-conversation-back .btn-floating {
    margin-left: 48px; }

.page-header.messages {
  height: 35px; }

.mobile-conversation-back .message-user-image {
  width: 75px;
  border-radius: 50%;
  margin-left: 50px;
  margin-top: 0px; }

#message-active-conversation-username {
  display: block;
  margin-left: 33px;
  margin-top: -5px;
  text-align: center;
  width: 400px; }

.emojionearea, .emojionearea.form-control, .emojionearea-editor {
  height: 31px !important;
  min-height: 31px !important;
  max-height: 31px !important; }

.emojionearea.form-control.focused, .emojionearea.form-control.focused .emojionearea-editor {
  height: 131px !important;
  min-height: 131px !important;
  max-height: 131px !important; }

@media (max-width: 768px) {
  #message-page .mobile-conversation-back {
    height: 71px; }
    #message-page .mobile-conversation-back .btn-floating.btn-lg {
      width: 40px;
      height: 40px; }
      #message-page .mobile-conversation-back .btn-floating.btn-lg i {
        font-size: 15px;
        line-height: 42.1px; }
    #message-page .mobile-conversation-back .btn-floating {
      margin-top: 15px !important; }
    #message-page .mobile-conversation-back #message-active-conversation-username {
      margin-top: -40px;
      margin-left: -26px; }
  #message-page #message-active-conversation-avatar {
    display: none; } }
.unread-message td {
  font-weight: bold !important; }

td div.message-preview-container {
  max-height: 45px;
  overflow: hidden; }

.message-compose.mobile .emojionearea .emojionearea-button {
  right: 3px; }

#conversation-loader {
  margin-left: 40%; }

#message-page #message-text-mobile {
  border: 2px solid green; }
@media (max-width: 766px) {
  #message-page .btn-floating.btn-lg.new-message {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 5px;
    right: -9px; }
    #message-page .btn-floating.btn-lg.new-message i {
      font-size: 14px;
      line-height: 42px; } }
@media (max-width: 768px) {
  #message-page h1.page-header {
    font-size: 20px;
    margin-top: 30px; } }
#message-page .btn-mobile-send {
  width: 40px;
  height: 30px;
  margin: 0; }
#message-page .btn-mobile-camera {
  width: 40px !important;
  height: 30px;
  margin: 0;
  padding: 4px;
  font-size: 16px;
  padding-top: 8px; }

.photofeed.photo {
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .3s ease-in,opacity 1s ease-in;
  z-index: 100;
  opacity: 0; }
  .photofeed.photo:hover {
    z-index: 101;
    cursor: pointer; }

.photofeed .username {
  display: block;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 2px;
  text-align: center;
  font-size: 30px;
  border-radius: 14px; }

.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #7b298b; }

.toast {
  opacity: 1 !important; }

/*# sourceMappingURL=lystclub.css.map */
