@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
body, html {
  padding: 0;
  margin: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b343ad+0,ee429c+100 */
  background: rgb(58, 61, 72);
  background: #F0EDEF;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
  min-height: calc(100% + 10px);
  font-family: 'Ubuntu', sans-serif;
}
.payIcons strong{ color: #222 !important; }
.filter-dropdown {
 position: relative;
    display: block;
    float: left;
    cursor: pointer;
}
.giftPage{ color: #222; }
.giftPage h6, .giftPage a{ color: #222; }
.filter-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 10;
    min-width: 150px;
}.filter-selected .dropDownIcon {
    display: inline-block; float: right; vertical-align: middle; margin-top: 15px; margin-right: 10px; font-size: 12px;
}
.filter-selected {
    color: #fff;border-radius: 6px;background: #4996fb;
}

.filter-options .filter {
    padding: 10px;
    cursor: pointer;
    display: block;
    width: 100%;
}

.filter-options .filter:hover {
    background: #f1f1f1;
}

/* Show dropdown on active class */
.filter-dropdown.active .filter-options {
    display: block;
}
.blackfriday-banner {
  background: linear-gradient(90deg, #ff0000, #800000);
  color: #fff;
  height: 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  overflow: hidden;
  position: relative;
     margin-bottom: 15px;
}
.centerThis{ text-align: center; }
.chatBox{
position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 700px;
    width: calc(100% - 10px); /* Ensures it scales properly */
    z-index: 9999;
    display: none;
}
.overlayBlackChat{
    position: absolute; bottom: 0; top: 0; left: 0; right: 0; background: rgba(255, 255, 255, 0.1); /* lichte transparante kleur */
    backdrop-filter: blur(10px); /* blur effect */
    -webkit-backdrop-filter: blur(10px); /* Safari support */ z-index: 99; display: none;
}
.gg-menu-round{
    border: 0 !important;
}
.blackfriday-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 150%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 10%, transparent 50%);
  animation: glow 5s infinite linear;
  z-index: 0;
}

@keyframes glow {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.blackfriday-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 1;
}

.blackfriday-text {
  max-width: 70%;
}

.blackfriday-title {
  font-size: 1.2rem;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.blackfriday-subtitle {
  font-size: 1rem;
  margin: 5px 0 0;
}

.blackfriday-cta-button {
  display: inline-block;
  padding: 10px 15px;
  background-color: #fff;
  color: #ff0000;
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 20px;
  text-decoration: none;
  box-shadow: 0px 3px 10px rgba(255, 255, 255, 0.3);
  transition: transform 0.3s, background-color 0.3s, color 0.3s;
}

.blackfriday-cta-button:hover {
  background-color: #ff0000;
  color: #fff;
  transform: scale(1.1);
  box-shadow: 0px 5px 20px rgba(255, 255, 255, 0.5);
}
.preLoaderInsta {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #222;
  background-image: url(https://www.srv69.eu/slp/5/img/default/o6CLDOZQO610du6FKlpvFLB1uQScsbsLCKPiv6ap.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2147483647;
}
.preLoaderInsta .preLoaderInstaInner {
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);
  height: 90%;
  max-width: 400px;
  width: 90%;
  max-height: 300px;
  background: #2e2e2e;
  color: #fff;
  top: 5%;
  border-radius: 6px;
  padding: 10px;
}
.preLoaderInsta .preLoaderInstaInner .preLoaderScroller {
  max-height: calc(100% - 120px);
  overflow: auto;
  padding: 10px;
  background: rgb(240 248 255 / 10%);
  border-radius: 6px;
}
.preLoaderInstaInner input {
  width: calc(100% - 20px);
  padding: 10px;
  font-family: 'Magra', sans-serif;
  border: 0;
  border-radius: 6px;
  display: block;
  margin: 10px auto;
  text-align: center;
}
.preLoaderInstaInner .preLoaderBut {
  width: calc(100% - 40px);
  padding: 10px;
  font-family: 'Magra', sans-serif;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: rgba(55, 156, 20, 1.00);
  display: block;
  margin: 10px auto;
  text-align: center;
  cursor: pointer;
}
.preLoaderInstaInner .preLoaderBut:hover {
  background: rgb(41, 118, 14);
}
.contactPreForm {
  padding: 20px;
  color: #fff;
}
.faqTitle {
  display: block;
  padding: 10px;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  margin: 1px;
}
.faqTitle:hover {
  padding: 10px;
  background: rgba(0, 0, 0, 0.15);
}
.faqContent {
  display: none;
  padding: 10px;
  font-size: 14px;
  font-weight: 100;
  background: rgba(0, 0, 0, 0.05);
}
.noAnswer {
  font-size: 11px;
  margin-top: 5px;
}
.noAnswer a {
  color: #fff;
}
.doublePresentHeader {
  display: block;
  width: calc(100% - 20px);
  background: rgba(38, 109, 157, 1.00);
  padding: 10px;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  cursor: pointer;
  margin-bottom: 10px;
}
.doublePresentHeaderB {
  display: block;
  width: calc(100% - 20px);
  background: rgba(38, 109, 157, 1.00);
  padding: 10px;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}
.doublePresentHeader span {
  font-family: 'Orbitron', sans-serif;
  background: #000;
  padding: 5px;
  border-radius: 6px;
  display: inline-block;
  margin-left: 20px;
}
.doublePresentHeader:hover {
  background: rgba(24, 81, 119, 1.00);
}
.phoneFrame {
  margin: 0 auto;
  display: block;
  width: 350px;
  height: 400px;
  border-radius: 10px;
}
.loader {
  clear: both;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotatingDiv {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
.displayNone {
  display: none !important;
}
.backToSearch {
 margin-top: 5px;
    font-size: 12px;
    color: #222;
    display: inline-block;
    width: auto;
    padding: 5px;
    text-decoration: underline;
    border-radius: 5px;
    cursor: pointer;
}
.backToSearch:hover {
  background: rgba(0, 0, 0, 0.14);
}
.backToSearch .gg-time {
  margin-bottom: -4px;
  margin-left: 5px;
  margin-right: 10px;
  --ggs: 0.6;
}
.likesAndStuff{ margin-top: 30px; }
.backToMessages {
 margin-top: 5px;
    font-size: 12px;
    color: #222;
    display: inline-block;
    width: auto;
    padding: 5px;
    text-decoration: underline;
    border-radius: 5px;
    cursor: pointer;
}
.backToMessages:hover {
  background: rgba(0, 0, 0, 0.14);
}
.backToMessages .gg-time {
  margin-bottom: -4px;
  margin-left: 5px;
  margin-right: 10px;
  --ggs: 0.6;
}
.jvectormap-container {
  background: none !important;
}
.filterMap {
  height: 400px;
  width: 400px;
  display: inline-block;
  vertical-align: top;
}
.filterMapSelections {
  display: inline-block;
  vertical-align: top;
  height: 400px;
  width: 300px;
}
.jvectormap-region.selected {
  fill: rgba(64, 233, 165, 1.00);
}
.jvectormap-region.hover {
  opacity: 0.8;
}
.filterMapSelections label {
  background: rgba(0, 0, 0, 0.12);
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  margin: 3px;
  display: inline-block;
}
.filterMapSelections label.selected {
  background: rgba(64, 233, 165, 1.00);
  color: #fff;
}
.mapOutliner {
  margin: 0 auto;
  width: 710px;
}
.mapOutliner .regionInfo {
  text-align: center;
}
.mapOutliner .regionInfo em {
  font-size: 12px;
  margin-right: 15px;
}
.mapOutliner .regionInfo em span {
  display: inline-block;
  margin-right: 5px;
  border-radius: 4px;
  width: 20px;
  height: 12px;
  background: #fff;
}
.mapOutliner .regionInfo em span.mapGreen {
  background: rgba(64, 233, 165, 1.00);
}
.blockButtonRegions {
  color: #fff;
  background: #0000001c;
  padding: 4px 10px;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
}
.activateAlert {
  display: block;
  padding: 20px;
  color: #fff;
  text-align: center;
  background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 10px, rgba(0, 0, 0, 0.2) 10px, rgba(0, 0, 0, 0.2) 20px);
  animation: bgColor 5s infinite linear;
  text-shadow: 2px 2px 3px #030202;
}
.activateAlert a {
  color: #fff;
  margin: 0 20px;
  background: rgba(64, 233, 165, 1.00);
  border-radius: 4px;
  padding: 5px;
  text-decoration: none;
  display: inline-block;
}
.overlayContact {
  background: rgba(0, 0, 0, 0.85);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
}
.overlayContact .innerOverlayContact {
  left: 50%;
  position: fixed;
  z-index: 999999;
  top: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 300px;
  background: #fff;
  border-radius: 5px;
  padding: 15px;
}
.overlayContact .innerOverlayContact .contactButtonSubject {
  border-radius: 5px;
  background: #222;
  color: #fff;
  font-size: 22px;
  text-align: center;
  cursor: pointer;
  display: block;
  margin: 4px;
  padding: 15px;
}
.overlayContact .innerOverlayContact .contactButtonSubject:hover {
  background: #504e4e;
}
@keyframes bgColor {
  50% {
    background-color: rgba(184, 38, 40, 1.00);
  }
}
@keyframes blinker {
  50% {
    opacity: 0.25;
  }
}
@keyframes upanddown {
  50% {
    margin-top: 100px;
    opacity: 0.4;
  }
}
.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
h6 {
  color: #fff;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
h6 a {
  color: #fff;
}
h6.bigFont {
  font-size: 25px;
}
.contactForm input[type="text"], .contactForm select, .contactForm textarea {
  width: 400px;
  padding: 10px;
  border: 1px solid rgba(192,192,192,1.00);
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 15px;
  height: 25px;

  -webkit-appearance: none;
  background: #fff;
  color: #222;
  display: inline-block;
  margin: 10px;
  vertical-align: top;
    border-radius: 7px;
}
.contactForm input[type="text"].wrong, .contactForm select.wrong, .contactForm textarea.wrong {
  background: rgba(255, 0, 4, 0.76);
}
.contactForm select {
  height: auto;
  width: 420px;
  cursor: pointer;
}
.contactForm input[type="button"], .contactForm .deleteButton {
  width: 420px;
  padding: 10px;
  border: 0px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 15px;
  border-radius: 5px;
  -webkit-appearance: none;
  background: rgba(64, 233, 165, 1.00);
  color: #fff;
  display: inline-block;
  margin: 10px;
  vertical-align: top;
  cursor: pointer;
}
.contactForm input[type="button"]:hover {
  background: #222;
}
.contactForm .cap {
  padding: 10px;
  border: 0px;
  border-radius: 5px;
  -webkit-appearance: none;
  background: rgba(0 0 0 / 10%);
  display: inline-block;
  margin: 10px;
  height: 25px;
  vertical-align: top;
  line-height: 28px;
}
.contactForm input::placeholder, .contactForm textarea::placeholder {
  color:rgba(184,184,184,1.00);
  font-weight: 100;
}
.contactForm textarea {
  height: 100px;
}
.contactForm input[name="cap"] {
  width: 326px;
}
.textPage {
  font-size: 13px;
  color: #222; margin-top: 15px;
  font-weight: 100;
  font-family: 'Open Sans', Arial, sans-serif;
  text-align: left;
    background: #fff; padding: 15px; border-radius: 15px;
}
.textPage.centerPage {
  width: 40%;
  vertical-align: top;
  min-width: 500px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
.textPage a {
  color: #222;
}
.textPage img {
  display: inline-block;
  margin-bottom: -4px;filter: invert(100%);
}
.contactHistory {
  margin-top: 40px;
}
.contactHistory .message {
  display: block;
  background: rgba(0 0 0 / 10%);
  padding: 10px;
  border-radius: 3px;
  margin: 10px 0 0 0;
  width: 75%;
  text-align: left;
  position: relative;
}
.contactHistory .message.you {
  float: right;
  text-align: left;
}
.contactHistory .message.you span {
  position: absolute;
  left: -110px;
  font-size: 12px;
}
.contactHistory .message img {
  float: left;
  margin-right: 10px;
    filter: invert(100%);
}
.contactHistory .message.admin {
  float: left;
  word-break: break-word;
}
.contactHistory .message.admin span {
  position: absolute;
  right: -110px;
  font-size: 12px;
}
.finishRegLabels {
  margin: 3px !important;
  padding: 4px 8px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.28);
  display: inline-block;
  cursor: pointer;
  text-transform: lowercase;
}
.finishRegOption {
  margin: 3px !important;
  text-transform: lowercase;
  padding: 4px 8px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.28);
  display: inline-block;
  cursor: pointer;
  color: #fff;
  border: 0;
}
.blinkerEverywhere {
  animation: blinker 2s linear infinite;
}
.top .login.noti.blinker {
  animation: blinker 2s linear infinite;
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.switch {
  position: relative;
  display: inline-block;
  width: 40px !important;
  height: 20px !important;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / 10%);
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #40e9a5;
}
input:focus + .slider {
  box-shadow: 0 0 1px #40e9a5;
}
input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}
.myInfo {
  position: absolute;
  top: 0;
  right: 0;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.centerDiv {
  margin: 5% auto !important;
  display: block !important;
}
.errorLoader {
  display: block;
    margin: 5% auto;
    width: 100px;
    /* height: 200px; */
    padding: 10px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    position: relative;
}
.errorLoader.green {
 background: rgba(255, 255, 255, 0.3); /* lichte transparante kleur */
    backdrop-filter: blur(10px); /* blur effect */
    -webkit-backdrop-filter: blur(10px); /* Safari support */
  color: #2078F8;
text-align: center;
  font-size: 12px;
    font-family: 'Ubuntu', sans-serif;
  line-height: 21px;
  padding: 15px;
    border-radius: 20px;
    
}
.errorLoader.green .space-20 {
  display: none;
}
.errorLoader.green .miniThumb {
    /* float: left; */
    width: 100%;
    /* height: 50px; */
    border-radius: 20px;
    /* margin-right: 10px; */
    cursor: pointer;
}
.errorLoader.green .isTyping {
  position: absolute;
  height: 20px;
  left: 5px;
  top: 46px;
}
.errorLoader.green p {
      margin: 0;
    padding: 0;
}
.errorLoader.green .miniLink {
  cursor: pointer;
}
.errorLoader.green .timeStamp {
 font-size: 12px;
    color: #444444;
    /* position: absolute; */
    top: 52px;
    right: 10px;
    text-align: center;
    text-shadow: none;
}
.errorLoader.green .miniButton {
  background: #fff;
  color: #7ca876;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 3px;
  display: inline-block;
  width: auto;
  -webkit-box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 20%);
  font-family: 'Ubuntu', sans-serif;
}
.errorLoader.green span {
  font-size: 12px;
  text-shadow: none;
  display: block;
  font-family: 'Ubuntu', sans-serif;
  text-align: left !important;
  color: #565353;
}
.errorLoader.green .closeError, .errorLoader.green .closeErrorB {
  
  border: none;
  color: #fff;
  font-size: 9px;
}
.errorLoader.green .closeError:hover, .errorLoader.green .closeErrorB:hover {
  background: #222;
  border: none;
  color: #fff;
  font-size: 9px;
}
.errorLoader span {
  font-size: 12px;
  font-family: 'Open Sans', Arial, sans-serif;
}
.errorLoader a {
  font-size: 15px;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #fff;
}
.errorLoader .closeError, .errorLoader .closeErrorB {
  background: #ff5c5c;
  font-size: 10pt;
  width: 21px;
  height: 21px;
  border: 1px solid #e33e41;
  border-radius: 50%;
  right: -10px;
  top: -10px;
  line-height: 19px;
  font-weight: bold;
  position: absolute;
  text-align: center;
  cursor: pointer;
}
.errorLoader .closeError:hover, .errorLoader .closeErrorB:hover {
  background: #000;
}
.main {
    width: 100%;
  background: #F0EDEF;
  border-radius: 20px;
  margin: 0 auto 40px auto;
  position: relative;
}
.main.blur {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
}
.bigIcon {
  --ggs: 5;
  display: block;
  clear: both;
  margin: 50px auto;
}
.mediumIcon {
  --ggs: 5;
  display: block;
  clear: both;
  margin: 10% auto;
}
.smallIcon {
  --ggs: 2;
  display: block;
  clear: both;
  margin: 10% auto;
}
.smallerIcon {
  --ggs: 0.5;
}
.smallerIcon.loginLoader {
  --ggs: 0.9;
  margin-top: 40px;
  margin-right: 120px;
}
.succesPayment img {
  height: 200px;
}
.erLoader {
  position: fixed;
  display: none;
  bottom: 10px;
  right: 20px;
  z-index: 70;
}
.inline {
  display: inline-block;
}
.clear {
  clear: both;
  display: block;
  width: 100%;
}
.top {
  display: block;
  height: auto;
  min-height: 85px;
  margin: 0 auto;
  clear: both;
  background: #2B9BFD;
background: linear-gradient(180deg, #539FFD 0%, #2078F8 100%);
  padding-bottom: 20px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.top .logo {
 
  color: #fff;
  clear: both;
  display: block;
  width: 100%;
  text-align: center;
    text-shadow: 0 0 !important;
    font-family: 'Ubuntu', sans-serif;
    line-height: normal !important;
    margin-top: 5px;
    font-size: 15px;
    
    
}
.top .menu {
  display: none;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
.top .menu a {
  display: inline-block;
  color: #fff;
  padding: 10px 15px;
  text-decoration: none;
  margin: 0 5px;
 
  line-height: 25px;
    position: relative;
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
    font-size: 14px;
}
.top .menu a.buy {
  background: #820909;
  border-radius: 3px;
}
.top .menu a .material-icons {
  display: block; clear: both;
}
.top .menu a.buy i {
  float: left;
  margin-right: 4px;
}
.top .menu a:hover, .top .menu a.selected {
  background: rgb(69 67 66 / 80%);
}
.top .menu a.goBack {
  display: none;
}
.top .menu a.goBack.selected {
  background: none;
}
.top .menu a span {
font-size: 11px;
    display: inline-block;
    height: 16px;
    line-height: 15px;
    color: #666666;
    padding: 5px 5px;
    border-radius: 5px;
    vertical-align: top;
    top: -15px;
    position: absolute;
    /* width: calc(100% - 10px); */
    right: -5px;
    background: #ffffff;
}
.top .menu a span.red {
  -webkit-box-shadow: inset 0px 0px 0px 10px #f00;
  -moz-box-shadow: inset 0px 0px 0px 10px #f00;
  box-shadow: inset 0px 0px 0px 10px #f00;
}
.top .notifications {
    display: none;
    position: absolute;
    background: rgba(255, 255, 255, 0.1); /* lichte transparante kleur */
    backdrop-filter: blur(10px); /* blur effect */
    -webkit-backdrop-filter: blur(10px); /* Safari support */
    color: #fff;
    width: 250px;
    right: 0px;
    min-height: 100px;
    border-radius: 10px;
    padding: 10px;
    overflow: auto;
    z-index: 12;
    margin: 70px 50px 0 0;
    font-family: 'Open Sans', Arial, sans-serif;
}
.top .notifications::-webkit-scrollbar {
  display: none;
}
.top .notifications .item {
  padding: 15px 10px 15px 10px;
  cursor: pointer;
  border-radius: 3px;
  margin: 3px 0;
     background: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    color: #000;
}
.top .notifications .item.hasRead {
  opacity: 0.3;
}
.top .notifications .item.clearAll {

  text-align: center;
  width: 170px;
  display: inline-block;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    color: #000;
    font-size: 13px;
}
.top .notifications .mute {
  display: inline-block;
  width: 30px;
  text-align: center;
  padding: 10px 10px 10px 10px;
  cursor: pointer;

  margin: 3px 0;
  
}
.top .notifications .mute img {
  height: 15px;
  width: 15px;
    filter: invert(1) grayscale(1);
}
.top .notifications .item:hover, .top .notifications .mute:hover {
  background: rgba(255, 255, 255, 0.08);
  opacity: 1;
}
.top .notifications .item p {
  margin: 17px 0 0 0;
  padding: 0;
  text-transform: lowercase;
  font-weight: 100;
  font-size: 13px;
}
.top .notifications .item .timeStamp {
  margin: 8px 0 0 0;
  padding: 0;
  text-transform: lowercase;
  font-weight: 100;
  font-size: 11px;
  color: #393939;
}
.top .notifications .item .timeStamp u {
  text-decoration: none;
  float: right;
}
.top .notifications .item .timeStamp u.new {
  animation: blinker 2s linear infinite;
}
.top .notifications .item h5 {
  font-weight: bold;
  font-size: 15px;
  padding: 0;
  margin: 0;
  display: block;
  text-transform: lowercase;
}
.top .notifications .item i {
  --ggs: 0.9;
  margin-right: 6px;
  display: inline-block;
    color:#717171;
}
.top .notifications .item h5 i{
 display: none;
}
.top .notifications .item h5 img {
  float: left;
  margin-right: 10px;
  margin-bottom: -17px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
}
.top .login {
  display: block;
  float: right;
 
  border-radius: 5px;
  color: #E8419E;
  font-size: 15px;
  padding: 10px 15px;
  margin: 20px;
  text-transform: uppercase;
  cursor: pointer;
  height: 20px;
}
.top .login img {
  height: 30px;
  width: 30px;
  border-radius: 15px;
  margin-right: 10px;
  margin-top: -5px;
  vertical-align: top;
}
.top .login.register {
  display: none;
}
.top .login.noti {
  background: none;
  color: #fff;
  position: relative;
}
.top .login.noti:hover {
  background: none;
}
.top .login.noti span {
  font-size: 14px;
  display: inline-block;
  height: 16px;
  line-height: 15px;
  color: #fff;
  padding: 5px 5px;
  border-radius: 5px;
  vertical-align: middle;
}
.top .login:hover {
  color: #fff;
  background: #000;
}
.loginPage {
  background: rgba(0, 0, 0, 0.29);
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 20%);
  padding: 20px;
  display: inline-block;
  color: #fff;
}
.loginPage .noMail {
  font-size: 13px;
}
.loginPage .noMail a {
  color: #fff;
}
.loginPage .errorLoader {
  display: none;
}
.loginPage .error {
  color: #fff;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
}
.loginPage .errorBorder {
  border: 1px solid #ff0000;
}
.loginPage input[type=text], .loginPage input[type=password] {
  border: 0;
  padding: 12px 0;
  text-align: center;
  background: #fff;
  border-radius: 6px;
  margin: 10px 0 0 0;
  width: 200px;
  font-family: 'Open Sans', Arial, sans-serif;
}
.blockUser {
    display: inline-block;
    padding: 4px 10px;
    background: #ccc;
    font-size: 10px;
    color: #fff;
    width: auto;
    cursor: pointer;
    margin: 0 20px;
    border-radius: 4px;
    text-align: left;
}.blockUser .gg-block {
   transform: scale(var(--ggs, 0.6));
    margin-bottom: -4px;
}
.loginPage .loginButton {
  border: 0;
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: rgba(64, 233, 165, 1.00);
  border-radius: 6px;
  margin: 10px 0 0 0;
  width: 200px;
  color: #fff;
  font-family: 'Open Sans', Arial, sans-serif;
  cursor: pointer;
  display: inline-block;
}
.loginPage .loginButton:hover {
  background: #222;
}
.loginPage a {
  color: #fff;
  font-family: 'Open Sans', Arial, sans-serif;
  margin: 10px 0 0 0;
  display: inline-block;
}
.loginPage h3 {
  margin: 0;
  padding: 5px 0;
  color: #fff;
}
.loginPage label {
  margin: 20px 10px 10px 0;
}
.loginPage span {
  font-family: 'Open Sans', Arial, sans-serif;
}
.searchBlock {
  text-align: center;
  max-width: 1400px;
  margin: 0 auto;
  display: none;
  clear: both;
  font-family: 'Open Sans', Arial, sans-serif;
}
.searchBlock .searchInner {
  display: block;
  margin: 0 auto;
  padding: 20px;
}
.searchBlock .searchInner .searchItem {
  background: rgb(255 255 255 / 80%);
  width: 15%;
  padding: 10px;
  margin: 10px;
  border-radius: 10px;
  display: inline-block;
  color: #222;
  position: relative;
}
.searchBlock .searchInner .searchItem .abs {
  position: absolute;
  right: 15px;
  top: 15px;
}
.searchBlock .searchInner .searchItem span.searcher {
  width: 43%;
  display: inline-block;
}
.searchBlock .searchInner .searchItem label {
  cursor: pointer;
}
.searchBlock .searchInner .searchItem input[type="text"], .searchBlock .searchInner .searchItem select {
  border: 0;
  background: rgb(255 255 255 / 100%);
  padding: 0 7px;
  height: 30px;
  width: 47%;
  border-radius: 3px;
  -webkit-appearance: none;
  color: #222;
  font-family: 'Open Sans', Arial, sans-serif;
}
.searchBlock .searchInner .searchItem input::placeholder {
  color: rgba(255, 255, 255, 0.59);
}
.searchBlock .closeSearch {
  background: #ff5c5c;
  font-size: 10pt;
  width: 21px;
  height: 21px;
  border: 1px solid #e33e41;
  border-radius: 50%;
  right: 10px;
  top: 10px;
  line-height: 19px;
  font-weight: bold;
  position: fixed;
  text-align: center;
  cursor: pointer;
}
.searchBlock .closeSearch:hover {
  background: #000;
}
.searchBlock .searchButton {
  display: inline-block;
  background: rgba(64, 233, 165, 1.00);
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  padding: 10px 15px;
  margin: 20px;
  text-transform: uppercase;
  cursor: pointer;
  height: 20px;
}
.searchBlock .searchButton.reset {
  background: rgba(226, 75, 77, 1.00);
}
.searchBlock .searchButton:hover {
  background: #222;
}
.notifications .closeSearch {
  font-size: 10pt;
  padding: 15px;
  margin-top: -15px;
  margin-right: -15px;
  width: 21px;
  height: 21px;
  color: #EDEDED;
  font-family: 'Ubuntu', sans-serif;
  border-radius: 50%;
  float: right;
  line-height: 19px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.notifications .closeSearch:hover {
  color: rgba(211, 52, 55, 1.00);
}
.container {
  text-align: center;
  max-width: 1400px;
  margin: 15px auto;
  display: block;
}
.arrow {
  border: solid #fff;
  border-width: 0 6px 6px 0;
  display: inline-block;
  padding: 6px;
  cursor: pointer;
}
.arrow.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.homeContent {
  min-height: 150px;
  display: block;
  margin-top: 10px;
  color: #fff;
     background: #2B9BFD;
background: linear-gradient(180deg, #539FFD 0%, #2078F8 100%);
}
.homeContent .memberBlock {

  height: 320px;
  width: 100%;
  font-family: 'Open Sans', Arial, sans-serif;
  background: url("../assets/img/find-members.jpeg") 50% no-repeat;
    display: none;
  background-size: cover;
}
.homeContent .memberBlock .bigButton {
  display: block;
  margin: 20px auto;
  clear: both;
  background: #e60723;
  color: #fff;
  font-size: 15px;
  padding: 8px 15px;
  cursor: pointer;
  width: 150px;
  border-radius: 3px;
  text-align: center;
}
.homeContent .memberBlock p {
  display: block;
  max-width: 600px;
  color: #fff;
  margin: 0 auto;
  padding-top: 25px;
  text-align: center;
}
.homeContent .memberBlock .title {
  font-size: 30px;
  text-align: center;
  clear: both;
  color: #fff;
  padding-top: 25px;
}
.homeContent .memberBlock .bigButton:hover {
  background: #A30418;
}
.homeContent .reviewBox {
  border-radius: 3px;
  -moz-box-shadow: 0 0px 9px -5px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0px 9px -5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0px 9px -5px rgba(0, 0, 0, 0.7);
  display: block;
  margin: 5px auto;
  font-weight: 100;
  font-size: 14px;
  padding: 15px;
  vertical-align: top;
    text-align: center;
    width: 80%; 
}
.homeContent .reviewBox.noShadow {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
  font-family: 'Open Sans', Arial, sans-serif;
}
.homeContent .reviewBox.noShadow.copyright {
  font-size: 13px;
}
.homeContent .reviewBox a {
      color: #fff;
    margin: 5px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    background:rgba(255,255,255,0.14);
    padding: 5px;
    border-radius: 5px;
    width: 100px;
    font-size: 13px;
}
.addBox{ display: none !important; }
.homeContent .reviewBox p {
  font-family: 'Open Sans', Arial, sans-serif;
}
.homeContent .reviewBox h4 {
  width: calc(100% - 30px);
  background: url("../assets/img/double-quote-serif-left-32.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  border-bottom: 1px solid #EBEEF2;
  height: 30px;
  margin-top: 5px;
  color: #fff;
  font-size: 22px;
}
.container .homePro {
  position: relative;
  height: 130px;
  width: 100px;
  margin: 10px;
  cursor: pointer;
  opacity: 0;
  display: inline-block;
}
.container .homePro .inner {
  transition: 0.3s;
  border-radius: 3px;
  position: absolute;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
    color: #222;
}
.container .homePro .inner span {
  font-size: 10px;
  background: #fff;
  color: #222;
  padding: 3px;
    line-height: 25px;
    height: 25px; width: 25px;
  border-radius: 50%;
  vertical-align: middle;
  position: absolute;
  top: 5px;
    aspect-ratio: 1 / 1; /* Ensures width and height are always equal */
  right: 5px;
}
.container .homePro .inner img {
  width: 95%;
  aspect-ratio: 1 / 1; /* Ensures width and height are always equal */
  display: block;
  margin: 5px auto;
  border-radius: 50%;
  clear: both;
  border: 4px solid white; /* White border around the circles */
  box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.4); 
}

.container .homePro.hiddenBlock {
  display: none !important;
}
.container .profileBlock .left-side-pro{ 
    float: left;
    width: 340px;
    margin-top: -40px;
    padding: 30px;
    border-radius: 20px;
    margin-left: -40px;
    margin-bottom: -40px;
   background: #2B9BFD;
    background: linear-gradient(180deg, #539FFD 0%, #2078F8 100%);
}
.container .profileBlock {
color: #222;
background: #fff;
  
    width: calc(100% - 30px);
    font-family: 'Open Sans', Arial, sans-serif;
    margin: 60px 10px 30px 10px;
    display: block;
    float: left;
    border-radius: 30px;
}
.container .profileBlock .profile-main-pic {
    height: 240px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    width: auto;
    float: left;
    margin-left: 50px;
}
.container .profileBlock .profilePic img {
  height: auto;
  width: 35%;
  margin: 10px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
    border-radius: 10%;
}
.container .profileBlock .right {
      height: auto;
    display: block;
    float: left;
    margin-left: 100px;
    width: calc(100% - 480px);
    text-align: left;
    padding-top: 20px;
}
.container .profileBlock .right .info {
  font-size: 13px;
  margin-top: 10px;
}
.container .profileBlock .right .info i {
  transform: scale(var(--ggs, 0.5));
  margin-bottom: -3px;
}
.container .profileBlock .right img {
  height: auto;
    /* max-height: 140px; */
    width: 100px;
    margin: 5px;
    vertical-align: bottom;
    cursor: pointer;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
}
.profilePic{ margin-bottom: 10px; }
.container .profileBlock .right img:hover {
}
.container .profileBlock h3 {
  font-size: 30px;
  font-family: 'Ubuntu', sans-serif;
  color: #2179F8;
  margin: 0px;
}
.container .profileBlock h3 span {
 display: none;
}
.container .profileBlock .profileText {
  display: block;
  padding: 10px;
  text-align: center justify;
  border-radius: 10px;
}
.container .profileBlock .profileText p {
  margin-bottom: 0px;
}
.container .profileBlock .aboutMe {
  text-align: left;
  padding: 10px;
  border-radius: 10px;
}
.container .profileBlock .aboutMe .detail {
 padding: 5px;
    margin: 3px;
    display: inline-block;
    border-radius: 5px;
    vertical-align: top;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    background: #2B9BFD;
    background: linear-gradient(180deg, #009AFC 0%, #009AFC 100%);
}
.container .profileBlock .aboutMe .detail span {
  color: #fe2443;
  display: inline-block;
  width: 30%;
  margin-left: 10px;
  font-weight: bold;
  float: left;
  text-align: center;
  border-radius: 4px;
  font-size: 13px;
  padding: 2px;
}
.container .profileBlock .addToFavorites {
  display: inline-block;
  padding: 10px;
   background:rgba(255,255,255,0.10);
  color: #fff;
  width: auto;
  cursor: pointer;
  margin: 0 20px;
  border-radius: 4px;
  text-align: left;
  /*-webkit-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 1);
-moz-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 1);
box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 1);*/
}
.container .profileBlock .addToFavorites.winkButton {
    color: transparent;
  background:rgba(255,255,255,0.10);
  position: relative;
  transition: width 0.5s, height 4s;
 width: 30px !important;
    height: 30px;
    border-radius: 50%;
  text-align: center;
    overflow: hidden;
}
.container .profileBlock .addToFavorites.likeButton {
    color: transparent;
  position: relative;
 background:rgba(255,255,255,0.10);
  transition: width 0.5s, height 4s;
  width: 30px;
    height: 30px;
    border-radius: 50%;
  text-align: center;
    overflow: hidden;
}
.container .profileBlock .addToFavorites:hover {
  background: #222;
}
.container .profileBlock .addToFavorites img {
vertical-align: middle;
  height: 90%;
  width: 90%;
}
 .container .profileBlock .addToFavorites {
   width: 30px !important;
    height: 30px;border-radius: 50%; overflow: hidden; color: transparent;
  }
.container .chatBox {
  background: #fff;
  width: calc(50% - 30px);
  border-radius: 10px;
  margin: 0 10px 30px 10px;

  float: left;
  margin-bottom: 20px;
}
.container .chatBox .history {
  padding: 20px;
  height: calc(100% - 120px);
  width: calc(100% - 45px);
  overflow-x: hidden;
  margin-top: 5px;
}
.container .chatBox .history .noMessagesYet {
  padding: 20px;
  color: #222;
  margin-top: 10px;
  display: block;
  animation: upanddown 10s normal;
}
container .chatBox .history .noMessagesYet .arrow {
  border-width: 0 10px 10px 0;
  margin-top: 50px;
  padding: 10px;
}
.container .chatBox .typeArea {
  position: relative;
}
.container .chatBox .typeArea .buyCredits {
  padding: 10px;
  border-radius: 6px;
  background: rgba(100, 185, 58, 1.00);
  color: #fff;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  width: 80%;
}
.container .chatBox .typeArea .buyCredits:hover {
  background: #222;
}
.container .chatBox .typeArea .sendMessage {
  background: #247BF8;
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 10;
  cursor: pointer;
  color: #fff;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
  padding: 10px;
  border-radius: 3px;
  height: calc(35px - 20px);
  -webkit-box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 5%);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 5%);
}
.container .chatBox .typeArea .sendMessage i {
  vertical-align: top;
  margin-top: -3px;
}
.container .chatBox .typeArea .sendMessage i.gg-spinner {
  vertical-align: top;
  margin-top: -3px;
  margin-left: -10px;
  margin-right: 10px;
}
.container .chatBox .typeArea .sendMessage:hover {
  background: #000;
}
.container .chatBox .typeArea .sendAttachment {
  background: #247BF8;
  position: absolute;
  right: 88px;
  top: 10px;
  z-index: 10;
  cursor: pointer;
  color: #fff;
  font-family: 'Open Sans', Arial, sans-serif;
  padding: 2px 15px;
  margin-right: 4px;
  border-radius: 3px;
  height: calc(35px - 4px);
  line-height: 40px;
  -webkit-box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 5%);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 5%);
}
.container .chatBox .typeArea .sendAttachment:hover {
  background: #000;
}
.container .chatBox .typeArea .sendAttachment i {
  --ggs: 0.7;
}
.chooseAtt {
  display: none;
  padding: 10px;
  background: rgba(0, 0, 0, 0.17);
  border-radius: 6px;
  margin-top: 50px;
  clear: both;
}
.chooseAtt .attPics {
  display: inline-block;
  margin: 3px;
}
.chooseAtt .attPics img {
  height: 100px;
  width: 100px;
  border-radius: 6px;
  border: 2px solid #fff;
  cursor: pointer;
}
.chooseAtt .attPics img:hover, .chooseAtt .attPics img.selected {
  border: 2px solid #222;
}
.container .chatBox textarea {
  background: #fff;
  display: block;
  height: 45px;
  border-radius: 3px;
  color: #000;
  width: calc(100% - 156px);
  border: 1px solid #2179F8;
  margin: 10px;
  font-family: 'Open Sans', Arial, sans-serif;
  padding: 5px 130px 5px 5px;
}
.container .chatBox textarea::placeholder {
  color:rgba(143,143,143,1.00);
}
.scrollStyle::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.scrollStyle::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.scrollStyle::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.25);
  border: 0px none rgba(0, 0, 0, 0.25);
  border-radius: 50px;
}
.scrollStyle::-webkit-scrollbar-track {
  background: none;
  border: 0px none rgba(0, 0, 0, 0.25);
  border-radius: 50px;
}
.scrollStyle::-webkit-scrollbar-corner {
  background: transparent;
}
.talkLeft img, .talkRight img {
  border-radius: 3px;
  cursor: pointer;
  position: absolute;
  height: 43px;
  width: 34px;
  top: 0px;
  -webkit-box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 5%);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 5%);
}
.talkLeft img {
  right: -38px;
}
.talkRight img {
  left: -38px;
}
.talkLeft {
  word-break: break-word;
  position: relative;
  background: #FAFAFA;
  color: #222;
  text-align: left;
  max-width: 80%;
  float: left;
  height: auto;
  border-radius: 3px;
  font-family: 'Open Sans', Arial, sans-serif;
  padding: 10px;
  margin-left: 5px;
  margin-top: 25px;
  font-size: 13px;
  min-width: 25%;
  -webkit-box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 5%);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 5%);
}
.talkLeft:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  z-index: 1;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #FAFAFA transparent transparent;
  top: 50%;
  left: -10px;
  margin-top: -5px;
}
.talkRight {
  word-break: break-word;
  position: relative;
  font-size: 13px;
  background: #2179F8;
  color: #FFFFFF;
  text-align: right;
  min-width: 25%;
  max-width: 80%;
  float: right;
  height: auto;
  border-radius: 3px;
  margin-right: 10px;
  padding: 10px;
  margin-top: 25px;
  font-family: 'Open Sans', Arial, sans-serif;
  -webkit-box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 5%);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 5%);
}
.talkRight:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  z-index: 1;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #2179F8 transparent transparent transparent;
  top: 50%;
  right: -10px;
  margin-top: -5px;
}
.talkRight span {
  position: absolute;
  bottom: -20px;
  font-size: 12px;
  right: 10px;
  color: #222;
}
.talkLeft span {
  position: absolute;
  color: #222;
  bottom: -20px;
  font-size: 12px;
  left: 10px;
}
.messageItem {
  display: inline-block;
  border-radius: 6px;
  height: 170px;
  width: 150px;
  text-align: left;
  margin: 5px;
  position: relative;
  cursor: pointer;
  opacity: 0;
    overflow: hidden;
}
.messageItem .inner {

}
.editMessages {
  display: block;
  float: left;
  color: #fff;
  margin-left: 20px;
  border-radius: 6px;
  height: 20px;
  padding: 10px;
  position: relative;
  width: 25px;
  cursor: pointer;
  background: #4996fb;
    display: none;
}
.editMessages:hover {
  background: #222;
}
.messageItem .delete {
  display: none;
  position: absolute;
  left: -8px;
  top: -8px;
  line-height: 30px;
  height: 30px;
  width: 30px;
  background: rgba(192, 55, 57, 1.00);
  color: #fff;
  z-index: 2;
  border-radius: 5px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.4);
}
.messageItem .delete i {
  --ggs: 0.7;
}
.messageItem .delete:hover {
  background: #222;
}
.messageItem .inner.wobble:nth-child(2n) {
  animation-name: keyframes1;
  animation-iteration-count: infinite;
  transform-origin: 50% 10%;
}
.messageItem .inner.wobble:nth-child(2n-1) {
  animation-name: keyframes2;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transform-origin: 30% 5%;
}
.messageItem.selected .inner .time{
  background: #01BB00;
}
.homePro.selected .inner img, .homePro.selected .inner:hover img {
  border-color: #257CF8;
}

.messageItem .thumb {
    display: inline-block;
    height: 100%;
    width: calc(100% - 20px);
}
.messageItem .thumb img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
    aspect-ratio: 1 / 1;
}
.messageItem .info {
 display: inline-block;
    vertical-align: top;
    /* margin-left: 10px; */
    width: calc(100% - 20px);
    /* height: 80px; */
    color: #222;
    text-align: center;
}
.messageItem .info .name {
  display: block;
  font-size: 16px; color: #222;
}
.messageItem .info .name span {
display: none;
}
.messageItem .info .time {
display: block;
    font-size: 11px;
    position: absolute;
    top: 105px;
    background: #5399ff;
    border-radius: 4px;
    color: #fff;
    width: calc(100% - 30px);
    padding: 5px;
}
.messageItem .info .time span {
  display: none;
}
.messageItem .info .time span u {
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 0 3px;
  margin-left: 4px;
}
.messageItem .info .time span li {
  zoom: 60%;
}
.messageItem .info .time i {
  margin-bottom: -4px;
}
.messageItem .info .status {
  position: absolute;
  top: 2px;
  left: 2px;
  font-size: 13px;
  min-width: 20px;
  color: #fff;
    background: #2078F8;
  text-align: center;
  border-radius:50%;
    line-height: 20px;
  height: 20px;
    width: 20px;
  padding: 5px;
}
.messageItem .info .status img {
display: none;
}
.messageItem .info .status.notEmpty {
  background: #ff3e3e;
}
.messageFilters {
  clear: both;
  margin-bottom: 15px;
  display: inline-block;
}
.messageFilters .filter {
 background: #fff;
    display: inline-block;
    /* float: left; */
    padding: 10px;
    color: #222;
    cursor: pointer;
    height: 20px;
}
.messageFilters .filter span {
  background: #EFEDEF;
  font-size: 12px;
  padding: 5px;
  border-radius: 5px;
  color: #222;
    margin-left: 5px;
}
.messageFilters .filter.selected, .messageFilters .filter:hover {
  background: #4996fb;  border-radius: 6px; color: #fff;
}
.messageFilters .filter.left {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.messageFilters .filter.right {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.messageFilters .filter.middle {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.messageFilters .search {
  background: #fff;
  display: block;
  float: left;
  color: #222;
  margin-left: 20px;
  border-radius: 6px;
  height: 20px;
  padding: 10px;
  position: relative;
}
.messageFilters .search input {
  margin: 0;
  display: block;
  float: left;
  background: none;
  border: 0;
  height: 100%;
  padding-right: 25px;
  width: 150px;
  font-family: 'Ubuntu', sans-serif;
  color: #000;
}
.messageFilters .search input::placeholder {
  color: #222;
}
.messageFilters .search .clear {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 20px;
  width: 20px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.pageNumbers {
  clear: both;
  margin: 15px 0 15px 0;
  display: inline-block;
}
.pageNumbers .filter {
  display: block;
  float: left;
  padding: 10px;
  color: #fff;
  cursor: pointer;
  height: 20px;
  font-size: 14px;
  background: #000;
}
.pageNumbers .filter.hiddenFilter {
  display: none;
}
.pageNumbers .filter.selected, .pageNumbers .filter:hover {
  background: #2179F8;
}
.pageNumbers .filter.left {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pageNumbers .filter.right {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pageNumbers .filter.middle {}
.pageNumbers .filter.showMore {
  border-radius: 6px;
}
.pageNumbers .filter span {
  background: #222;
  border-radius: 4px;
  font-size: 12px;
  padding: 3px 5px;
}
.creditPackage {
  display: inline-block;
  position: relative;
  height: 270px;
  width: 210px;
  margin: 20px 5px;
}
.creditPackage .inner {
  display: block;
  position: absolute;
  height: 250px;
  width: 190px;
  padding: 10px;
  border-radius: 10px;
  transition: 0.3s;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  color: #fff;
    background: #247bf8de !important;
}
.creditPackage .inner.selected {
  height: 250px;
  width: 230px;
  margin-top: 0px;
  margin-left: -20px;
  z-index: 11;
}
.creditPackage .inner.p {
  background: #e2539b;
  background: -moz-linear-gradient(top, #e2539b 0%, #c40170 100%);
  background: -webkit-linear-gradient(top, #e2539b 0%, #c40170 100%);
  background: linear-gradient(to bottom, #e2539b 0%, #c40170 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2539b', endColorstr='#c40170', GradientType=0);
}
.creditPackage .inner.s {
  background: rgb(66, 133, 134);
  background: linear-gradient(0deg, rgba(66, 133, 134, 1) 0%, rgba(34, 193, 195, 1) 100%);
}
.creditPackage .inner.m {
  background: rgb(66, 133, 134);
  background: linear-gradient(0deg, rgba(66, 133, 134, 1) 0%, rgba(34, 195, 89, 1) 100%);
}
.creditPackage .inner.l {
  background: rgb(180, 58, 102);
  background: linear-gradient(90deg, rgba(180, 58, 102, 1) 0%, rgba(252, 176, 69, 1) 100%);
}
.creditPackage .inner.xl {
  background: rgb(180, 58, 102);
  background: linear-gradient(90deg, rgba(180, 58, 102, 1) 0%, rgba(252, 69, 69, 1) 100%);
}
.creditPackage .inner.xxl {
  background-color: #485461;
  background-image: linear-gradient(315deg, #485461 0%, #28313b 74%);
}
.creditPackage .inner .doubler {
  position: absolute;
  z-index: 200;
  left: 15px;
  top: 10px;
  background: rgb(40 49 45);
  color: #fff;
  padding: 8px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}
.creditPackage .inner .doubler i {
  --ggs: 1;
  color: #fff;
  margin: 0 0 -5px 0;
}
.creditPackage .inner i {
display: none;
}
.creditPackage .inner i.smallIcon {
  color: #fff;
  --ggs: 0.9;
  margin: 0 0 -2px 2px;
}
.extraH3 {
  color: #2179F8;
}
.homePro.showInstant {
  opacity: 1;
}
.creditPackage .inner .line {
  display: inline-block;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.15);
  clear: both;
  margin: 5px 0 5px 0;
}
.creditPackage .inner h2 {
  font-size: 35px;
  margin: 20px 0 0 0;
  padding: 0;
}
.creditPackage .inner h3 {
  font-size: 25px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.creditPackage .inner h4 {
  font-size: 20px;
  margin: 10px 0 0 0;
  padding: 0;
  text-transform: uppercase;
  height: 20px;
  display: inline-block;
}
.creditPackage .inner.selected .blinkMe {
  animation: blinker 2s linear infinite;
}
.creditPackage .inner .buy {
  display: inline-block;
  vertical-align: bottom;
  margin-top: 5px;
  color: #fff;
  background: #04AA6D;
  transition: 0.3s;
  width: 50%;
  height: 20px;
  padding: 10px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.2);
}
.creditPackage .inner .buy:hover {
  background: #222;
  color: #fff;
}
.creditPackage .inner.selected .buy {}
.creditPackage .inner del {
  opacity: 0.5;
}
.creditPackage .inner .coupon {
  text-decoration: underline;
  cursor: help;
}
.couponCursor {
  position: absolute;
  z-index: 12;
  background: #222;
  padding: 5px;
  font-size: 12px;
  color: #fff;
  border-radius: 6px;
  display: none;
}
.creditPage {
  color: #222;
}
.openboxv3{
    background: #04AA6D !important;
}
.creditPage i {
  --ggs: 0.8;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 20px;
}
.payIcons img {
  height: 32px;
  margin: 0 10px;
    display: none;
}
.payIcons p {
  font-size: 12px;
  color: #222;
}
.payIcons p a {
  font-size: 12px;
  color: #222;
}
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  z-index: 11;
    display: none;
}
.ribbon::before, .ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid rgba(0, 0, 0, 0.7);
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  color: #c60007;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  text-transform: uppercase;
  text-align: center;
}
.ribbon span.blacker {
  color: #222;
}
/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before, .ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}
.myProfile input::placeholder, .myProfile textarea::placeholder {
  color: #222;
}
.myProfile {
  color: #222;
  width: calc(50% - 70px);
  height: 300px;
  font-family: 'Open Sans', Arial, sans-serif;
  margin: 0 10px 60px 10px;
  display: block;
  float: left;
  position: relative;
  padding: 20px;
  border-radius: 10px;
}
.myProfile .cap {
  padding: 10px;
  border: 0px;
  border-radius: 5px;
  -webkit-appearance: none;
  background: #4996FB;
  display: inline-block;
  margin: 10px;
  height: 25px;
  vertical-align: top;
  line-height: 28px;
}
.myProfile h4 {
  font-size: 13px;
  text-transform: uppercase;
  border-top-left-radius: 10px;
  padding: 10px;
  margin: 0;
  color: #4996FB;
  position: absolute;
  top: -38px;
  z-index: 0;
  left: 25px;
  border-radius: 3px;
}
.myProfile.right h4 {
  left: auto;
  right: 25px;
}
.myProfile .innerPictures {
  height: 160px;
  overflow-x: hidden;
}
.myProfile .innerPicture {
  height: 120px;
  width: 100px;
  margin: 6px;
  display: inline-block;
}
.myProfile .innerPicture i {
  cursor: pointer;
  --ggs: 0.8;
  vertical-align: bottom;
}
.myProfile .innerPicture i.gg-check-o {
  --ggs: 0.7;
  margin-bottom: -3px;
}
.myProfile .innerPicture i.gg-radio-check {
  --ggs: 0.75;
  margin-bottom: -3px;
}
.myProfile .innerPicture i.left {
  margin-right: 2px;
}
.myProfile .innerPicture i.right {
  margin-left: 20px;
}
.myProfile .innerPicture i:hover {
  color: aquamarine;
}
.myProfile .innerPicture img {
  border-radius: 3px;
  height: 100px;
  width: 100px;
  cursor: pointer;
  border: 4px solid #fff;
}
.myProfile .innerPicture img:hover, .myProfile .innerPicture img.selected {
  border: 4px solid #222;
}
.myProfile .uploadProPicButton, .myProfile .SaveProTextPicButton {
  display: inline-block;
  vertical-align: bottom;
  background: #2179F8;
  color: #fff;
  border-radius: 5px;
  font-size: 15px;
  padding: 10px 15px;
  margin: 5px 20px;
  text-transform: uppercase;
  cursor: pointer;
  height: 20px;
  font-weight: bold;
}
.myProfile .uploadProPicButton:hover, .myProfile .SaveProTextPicButton:hover {
  background: #222;
}
.myProfile input[type=file] {
  display: none;
}
.myProfile label {
  width: calc(50% - 14px);
  display: block;
  margin: 5px;
  height: 25px;
  font-size: 14px;
  float: left;
}
.myProfile .leftLabel {
  display: block;
  float: left;
  width: calc(40% - 2px);
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  color: #222;
  height: 25px;
  font-family: 'Ubuntu', sans-serif;
  line-height: 25px;
}
.myProfile .leftLabel.buttonStyle {
  width: calc(100% - 2px);
  border-radius: 6px;
  background: rgba(64, 233, 165, 1.00);
  color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
}
.myProfile .leftLabel.buttonStyle:hover {
  background: #222;
  color: #fff;
  border: 1px solid #222;
}
.myProfile .rightLabel {
  width: calc(60% - 2px);
  display: block;
  float: left;
  border-left: 0px;
  overflow: hidden;
}
.myProfile .rightLabel i {
  position: absolute;
  margin-left: 5px;
  margin-top: 2px;
  --ggs: 0.7;
  cursor: pointer;
}
.myProfile .rightLabel i:hover {
  color: #ccc;
}
.myProfile .rightLabel input[type="text"], .myProfile .rightLabel select {
  width: calc(100% - 20px);
  padding: 0 10px;
  border: 0px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 15px;
  height: 25px;
  border-radius: 10px;
  text-transform: capitalize;
  -webkit-appearance: none;
  background: #fff;
  color: #000;
  font-size: 13px;
}
.myProfile .rightLabel select {
  width: 100%;
  cursor: pointer;
}
.myProfile .myMatchLabels {
  display: block;
  width: calc(25% - 24px);
  border-radius: 6px;
  background: #4996FB;
  color: #fff;
  cursor: pointer;
  height: 25px;
  font-family: 'Ubuntu', sans-serif;
  line-height: 25px;
  text-align: left;
  padding-left: 10px;
}
.myProfile .myMatchLabels.autoSize {
  width: auto;
  padding-right: 10px;
  float: none !important;
  display: inline-block !important;
}
.myProfile .rightLabel select.dob {
  display: inline-block;
  width: calc(33% - 3px) !important;
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
}
.myProfile textarea {
  width: calc(100% - 20px);
  padding: 10px;
  border: 0px;
  font-family: 'Ubuntu', sans-serif;
  color: #000;
  font-size: 15px;
  height: 180px;
  text-transform: capitalize;
  text-align: left;
  -webkit-appearance: none;
  border-radius: 3px;
  background: #fff;
}
.profileB, profileC, profileD {
  display: none;
}
.settingsBlock {
  text-align: left;
    height: 360px;
}
.space-50 {
  clear: both;
  height: 50px;
}
.space-20 {
  clear: both;
  height: 20px;
}
.space-10 {
  clear: both;
  height: 10px;
}
.space-5 {
  clear: both;
  height: 5px;
}
.space-15 {
  clear: both;
  height: 15px;
}
.spacer-10 {
  display: inline-block;
  width: 10px;
}
.spacer-5 {
  display: inline-block;
  width: 10px;
}
.spacer-2 {
  display: inline-block;
  width: 2px;
}
.settingsBlock .inner {
  line-height: 32px;
}
.myProfile .newEmail {
  display: block;
  background: #fff;
  border: 0;
  padding: 10px 15px;
  border-radius: 10px;
  height: 100%;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  color: #000;
  margin: 20px;
  width: calc(100% - 70px);
}
.myProfile .activateNewEmail, .myProfile .activateNewPassword, .myProfile .deactivateButton {
  display: inline-block;
  background: #2179F8;
  color: #fff;
  border-radius: 5px;
  font-size: 15px;
  padding: 10px 15px;
  margin: 20px;
  text-transform: uppercase;
  cursor: pointer;
  height: 20px;
  font-weight: bold;
}
.deactivateButton {
  margin: 0 !important;
}
.myProfile p.small {
  font-size: 11px;
  margin: 0;
  padding: 0;
}
.likeAreaB, .likeAreaC {
  display: none;
}
.openPictureOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  cursor: pointer;
  display: none;
  background: rgba(0, 0, 0, 0.45);
}
.openPictureOverlay img {
  margin: 0 auto;
  max-height: calc(100% - 40px);
  max-width: calc(100% - 20px);
  display: block;
  margin-top: 20px;
  border-radius: 3px;
}
.tooltip {
  position: fixed;
  z-index: 50;
  background: #222;
  padding: 5px;
  font-size: 12px;
  color: #fff;
  border-radius: 6px;
  display: none;
}
.pincode {
  width: 300px;
  height: 530px;
  margin: 0 auto;
}
.pincode .number {
  height: 98px;
  width: 98px;
  -webkit-box-shadow: inset 0 0 15px rgba(225, 225, 225, 0.1);
  -moz-box-shadow: inset 0 0 15px rgba(225, 225, 225, 0.1);
  box-shadow: inset 0 0 15px rgba(225, 225, 225, 0.1);
  color: #fff;
  display: block;
  float: left;
  margin: 1px;
  text-align: center;
  line-height: 85px;
  font-size: 40px;
  cursor: pointer;
  border-radius: 6px;
}
.pincode .number.green {
  background: rgba(64, 233, 165, 1.00);
}
.pincode .number.red {
  background: rgba(226, 75, 77, 1.00);
}
.pincode .number:hover {
  background: #222;
  color: #fff;
}
.pincode .pinFill {
  height: auto;
  padding: 5px;
  width: calc(100% - 12px);
  -webkit-box-shadow: inset 0 0 15px rgba(225, 225, 225, 0.1);
  -moz-box-shadow: inset 0 0 15px rgba(225, 225, 225, 0.1);
  box-shadow: inset 0 0 15px rgba(225, 225, 225, 0.1);
  color: #fff;
  display: block;
  float: left;
  margin: 1px;
  text-align: center;
  border-radius: 6px;
}
.pincode .pinFill input {
  font-size: 40px;
  width: 155px;
  border: 0;
  background: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  color: #fff;
  outline: none;
  letter-spacing: 14px;
  -webkit-appearance: none;
  text-align: center;
  margin: 5px 0;
}
.pincode .loaderPin {
  display: none;
}
.pincode a {
  display: block;
  text-align: center;
  color: #fff;
  margin: 10px 0;
}
.pincode .loaderPin i {
  display: block;
  margin: 0 auto;
  margin-top: 20%;
}
.mobileMenuButton {
  display: none;
}
.openMobileChatbox {
  
}
.closeMobileChatBox {
 position: fixed;
    top: 5px;
    font-size: 15px;
    right: 5px;
    text-decoration: none;
    cursor: pointer;
    padding: 5px;
    color: #fff;
    z-index: 99999;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 20px;
    background: #ee2e4d;
}
.stop-scrolling {}
.creditCount, .giftCount, .MsgCount {
  display: none;
}
.otherProfiles{
    display: block; float: left; margin-top: 20px;
}
.box {
  position: relative;
  width: 140px;
  margin: 0 30px;
  display: inline-block;
  cursor: pointer;
}
.box::before {
  content: "";
  width: 240px;
  height: 240px;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.box-body {
  position: relative;
  height: 100px;
  width: 100px;
  margin-top: 123.3333333333px;
  background-color: #cc231e;
  border-bottom-left-radius: 5%;
  border-bottom-right-radius: 5%;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
  background: linear-gradient(#762c2c, #ff0303);
}
.box-body .img {
  opacity: 0;
  ransform: translateY(0%);
  transition: all 0.5s;
  margin: 0 auto;
  display: block;
  height: 92px;
  width: 100px;
  background: #222;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 20%);
  font-size: 14px;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #fff;
  padding-top: 8px;
  line-height: 20px;
  overflow: hidden;
}
.box-body .img strong {
  font-weight: bold;
  font-size: 20px;
}
.box-body .img i {
  font-size: 11px;
}
.box-body.hover {
  cursor: pointer;
  -webkit-animation: box-body 1s forwards ease-in-out;
  animation: box-body 1s forwards ease-in-out;
}
.box-body.hover .img {
  opacity: 1;
  z-index: 0;
  transform: translateY(-137px) rotate(3deg) skewY(4deg);
}
.box-body.hover .box-lid {
  -webkit-animation: box-lid 1s forwards ease-in-out;
  animation: box-lid 1s forwards ease-in-out;
}
.box-body.hover .box-bowtie::before {
  -webkit-animation: box-bowtie-left 1.1s forwards ease-in-out;
  animation: box-bowtie-left 1.1s forwards ease-in-out;
}
.box-body.hover .box-bowtie::after {
  -webkit-animation: box-bowtie-right 1.1s forwards ease-in-out;
  animation: box-bowtie-right 1.1s forwards ease-in-out;
}
.box-body::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 25px;
  background: linear-gradient(#ffffff, #ffefa0)
}
.box-lid {
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 90%;
  height: 40px;
  background-color: #cc231e;
  width: 120px;
  border-radius: 5%;
  box-shadow: 0 8px 4px -4px rgba(0, 0, 0, 0.3);
}
.box-lid::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 25px;
  background: linear-gradient(#ffefa0, #fff)
}
.box-bowtie {
  z-index: 1;
  height: 100%;
}
.box-bowtie::before, .box-bowtie::after {
  content: "";
  width: 43.3333333333px;
  height: 43.3333333333px;
  border: 16.6666666667px solid white;
  border-radius: 50% 50% 0 50%;
  position: absolute;
  bottom: 99%;
  z-index: -1;
}
.box-bowtie::before {
  left: 50%;
  -webkit-transform: translateX(-100%) skew(10deg, 10deg);
  transform: translateX(-100%) skew(10deg, 10deg);
}
.box-bowtie::after {
  left: 50%;
  -webkit-transform: translateX(0%) rotate(90deg) skew(10deg, 10deg);
  transform: translateX(0%) rotate(90deg) skew(10deg, 10deg);
}
@-webkit-keyframes box-lid {
  0%, 42% {
    -webkit-transform: translate3d(-50%, 0%, 0) rotate(0deg);
    transform: translate3d(-50%, 0%, 0) rotate(0deg);
  }
  60% {
    -webkit-transform: translate3d(-85%, -230%, 0) rotate(-25deg);
    transform: translate3d(-85%, -230%, 0) rotate(-25deg);
  }
  90%, 100% {
    -webkit-transform: translate3d(-119%, 225%, 0) rotate(-70deg);
    transform: translate3d(-119%, 225%, 0) rotate(-70deg);
  }
}
@keyframes box-lid {
  0%, 42% {
    -webkit-transform: translate3d(-50%, 0%, 0) rotate(0deg);
    transform: translate3d(-50%, 0%, 0) rotate(0deg);
  }
  60% {
    -webkit-transform: translate3d(-85%, -230%, 0) rotate(-25deg);
    transform: translate3d(-85%, -230%, 0) rotate(-25deg);
  }
  90%, 100% {
    -webkit-transform: translate3d(-119%, 225%, 0) rotate(-70deg);
    transform: translate3d(-119%, 225%, 0) rotate(-70deg);
  }
}
@-webkit-keyframes box-body {
  0% {
    -webkit-transform: translate3d(0%, 0%, 0) rotate(0deg);
    transform: translate3d(0%, 0%, 0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate3d(0%, 25%, 0) rotate(20deg);
    transform: translate3d(0%, 25%, 0) rotate(20deg);
  }
  50% {
    -webkit-transform: translate3d(0%, -15%, 0) rotate(0deg);
    transform: translate3d(0%, -15%, 0) rotate(0deg);
  }
  70% {
    -webkit-transform: translate3d(0%, 0%, 0) rotate(0deg);
    transform: translate3d(0%, 0%, 0) rotate(0deg);
  }
}
@keyframes box-body {
  0% {
    -webkit-transform: translate3d(0%, 0%, 0) rotate(0deg);
    transform: translate3d(0%, 0%, 0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate3d(0%, 25%, 0) rotate(20deg);
    transform: translate3d(0%, 25%, 0) rotate(20deg);
  }
  50% {
    -webkit-transform: translate3d(0%, -15%, 0) rotate(0deg);
    transform: translate3d(0%, -15%, 0) rotate(0deg);
  }
  70% {
    -webkit-transform: translate3d(0%, 0%, 0) rotate(0deg);
    transform: translate3d(0%, 0%, 0) rotate(0deg);
  }
}
@-webkit-keyframes box-bowtie-right {
  0%, 50%, 75% {
    -webkit-transform: translateX(0%) rotate(90deg) skew(10deg, 10deg);
    transform: translateX(0%) rotate(90deg) skew(10deg, 10deg);
  }
  90%, 100% {
    -webkit-transform: translate(-50%, -15%) rotate(45deg) skew(10deg, 10deg);
    transform: translate(-50%, -15%) rotate(45deg) skew(10deg, 10deg);
    box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.3);
  }
}
@keyframes box-bowtie-right {
  0%, 50%, 75% {
    -webkit-transform: translateX(0%) rotate(90deg) skew(10deg, 10deg);
    transform: translateX(0%) rotate(90deg) skew(10deg, 10deg);
  }
  90%, 100% {
    -webkit-transform: translate(-50%, -15%) rotate(45deg) skew(10deg, 10deg);
    transform: translate(-50%, -15%) rotate(45deg) skew(10deg, 10deg);
    box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.3);
  }
}
@-webkit-keyframes box-bowtie-left {
  0% {
    -webkit-transform: translateX(-100%) rotate(0deg) skew(10deg, 10deg);
    transform: translateX(-100%) rotate(0deg) skew(10deg, 10deg);
  }
  50%, 75% {
    -webkit-transform: translate(-50%, -15%) rotate(45deg) skew(10deg, 10deg);
    transform: translate(-50%, -15%) rotate(45deg) skew(10deg, 10deg);
  }
  90%, 100% {
    -webkit-transform: translateX(-100%) rotate(0deg) skew(10deg, 10deg);
    transform: translateX(-100%) rotate(0deg) skew(10deg, 10deg);
  }
}
@keyframes box-bowtie-left {
  0% {
    -webkit-transform: translateX(-100%) rotate(0deg) skew(10deg, 10deg);
    transform: translateX(-100%) rotate(0deg) skew(10deg, 10deg);
  }
  50%, 75% {
    -webkit-transform: translate(-50%, -15%) rotate(45deg) skew(10deg, 10deg);
    transform: translate(-50%, -15%) rotate(45deg) skew(10deg, 10deg);
  }
  90%, 100% {
    -webkit-transform: translateX(-100%) rotate(0deg) skew(10deg, 10deg);
    transform: translateX(-100%) rotate(0deg) skew(10deg, 10deg);
  }
}
@keyframes keyframes1 {
  0% {
    transform: rotate(-1deg);
    animation-timing-function: ease-in;
  }
  50% {
    transform: rotate(1.5deg);
    animation-timing-function: ease-out;
  }
}
@keyframes keyframes2 {
  0% {
    transform: rotate(1deg);
    animation-timing-function: ease-in;
  }
  50% {
    transform: rotate(-1.5deg);
    animation-timing-function: ease-out;
  }
}
.howToPay {
  display: none;
  padding: 20px;
  width: 1px;
  border-radius: 15px;
  vertical-align: top;
  color: #fff;
  min-height: 300px;
}
.howToPay .innerPay {
  display: none;
}
.howToPay .innerPay .backToCredits {
  display: inline-block;
  background: rgba(64, 233, 165, 1.00);
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  padding: 10px;
  border-radius: 3px;
  margin-top: 15px;
  cursor: pointer;
}
.howToPay .innerPay .backToCredits:hover {
  background: #222;
}
.howToPay .innerPay .selector {
  text-align: center;
  display: inline-block;
  background: #fff;
  padding: 15px;
  border-radius: 3px;
  color: #222;
  margin: 5px;
  width: 200px;
  transition: 0.3s;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 20%);
}
.howToPay .innerPay .selector:hover {
  -webkit-box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 50%);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 50%);
}
.howToPay .innerPay img {
  height: 50px;
}
.howToPay h3 {
  color: #fff;
  margin-top: 0;
  padding-top: 0;
}
.howToPay.toggled {
  width: calc(100% - 600px);
  transition: width 0.4s, height 0.4s;
}
.ageplus {
  display: block;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  width: 50px;
  text-align: center;
  background: #000;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  border: 5px solid rgba(201, 52, 55, 1.00);
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: -30px;
}
.blurAll {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
}
.apiOverlay {
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 999999;
}
.apiOverlay .apiInnerOverlay {
  position: relative;
  margin: 0 auto;
  padding: 10px;
  width: 90%;
  border-radius: 3px;
  max-width: 500px;
  margin-top: 50px;
  background: #000;
  min-height: 100px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}
.apiOverlay .apiInnerOverlay .buttonAccept {
  margin: 20px 0;
  background: #84B718;
  color: #fff;
  font-size: 15px;
  padding: 10px;
  border-radius: 3px;
  cursor: pointer;
}
.apiOverlay .apiInnerOverlay .scrollOverlay {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.30);
  height: 200px;
  overflow: auto;
  padding: 10px;
  margin-top: 20px;
}
.apiOverlay .apiInnerOverlay a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.30);
}
.apiOverlay .apiInnerOverlay .scrollOverlay::-webkit-scrollbar {
  width: 5px;
}
/* Track */
.apiOverlay .apiInnerOverlay .scrollOverlay::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
.apiOverlay .apiInnerOverlay .scrollOverlay::-webkit-scrollbar-thumb {
  background: #888;
}
/* Handle on hover */
.apiOverlay .apiInnerOverlay .scrollOverlay::-webkit-scrollbar-thumb:hover {
  background: #555;
}
/* mobile */
@media only screen and (max-width : 1030px), only screen and (max-device-width : 1030px) {
  .top .menu a {
    margin: 15px 5px;
  }
}
@media only screen and (max-width : 560px), only screen and (max-device-width : 560px) {
    .myProfileContainer .messageFilters{ background: none; position: relative; margin-top: 40px; }
  .myInfo {
    position: static;
  }
  .top .login.register {
    display: none;
  }
  .overlayContact .innerOverlayContact {
    left: 50%;
    position: fixed;
    z-index: 999999;
    top: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: calc(100% - 40px);
    background: #fff;
    border-radius: 5px;
    padding: 15px;
  }
  .main {
    margin: 0 !important;
  }
  .top .menu a {
    margin: 0 5px;
      background:rgb(0 154 251 / 81%);
      color: #fff;
  }
  .top .menu a.buy {
    background: none;
  }
  .top {
         min-height: auto !important;
        background: none;
        position: fixed;
        width: 100%;
        z-index: 9;
  }
  .activateAlert a {
    color: #fff;
    margin: 0;
    background: none;
    border-radius: 0;
    padding: 0;
    text-decoration: underline;
  }
  .textPage {
    padding: 10px;
  }
  .howToPay.toggled {
    width: calc(100% - 20px);
    display: block !important;
  }
  .top .menu {
    clear: both;
    float: none;
    position: absolute;
    top: 80px;
    z-index: 10;
    right: 0;
    left: 0;
    display: none;
    margin-top: 0px;
     background: rgba(255, 255, 255, 0.1); /* lichte transparante kleur */
    backdrop-filter: blur(10px); /* blur effect */
    -webkit-backdrop-filter: blur(10px); /* Safari support */
  }
  .top .menu a:hover, .top .menu a.selected {
   background: rgb(0 154 251 / 100%);
  }
  .top .menu a {
    clear: both;
    float: none;
    display: block;
    padding-bottom: 6px;
    margin: 5px;
   
  }
  .top .menu a span {
    vertical-align: top;
      right: 10px;
      top:6px;
  }
  .myProfile label {
    width: 95%;
  }
  [data-name=myProfile] {
    position: absolute;
    height: 30px !important;
    width: 30px;
    right: 65px;
    top: 21px;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    background: none !important;
  }
  [data-name=myProfile] img {
    margin: 0 !important;
  }
  .top .menu a.goBack {
    display: none;
  }
  .top .login.noti {
    position: absolute;
       background: #4D9BFC;
        border-radius: 50%;
        height: 50px;
        width: 50px;
        text-align: center;
        margin: 5px;
  }
    .top .login.noti:hover {
  background: #4D9BFC;
}
    .top .login.noti .gg-bell {
display: block; clear: both;--ggs: 0.5; margin: 0 auto -10px auto;
  }
    .top .login.noti span{
        margin-bottom: -5px; margin-top: 10px;
    }
  .top .logo {
    width: 100%;
    text-align: center;
    margin-right: 0 !important;
      line-height: normal !important; margin-top: 5px;
      font-size: 12px;
      display: none;
  }
  .mobileMenuButton {
position: absolute;
        top: 0;
        right: 0;
        z-index: 9;

        background: #4D9BFC;
        border-radius: 50%;
        height: 50px;
        width: 50px;
        text-align: center;
        margin: 5px;
  }
  .mobileMenuButton i {
          color: #fff;
        margin: 18px 8px 13px 13px;
        cursor: pointer;
        --ggs: 1.5;
  }
  .box {
    display: block;
    margin: 0 auto;
    height: 200px;
  }
  .homeContent .reviewBox {
    width: calc(100% - 60px);
    height: auto;
  }
  .homeContent .memberBlock {
    padding: 10px;
    width: auto !important;
  }
  .homeContent .reviewBox a {
    display: inline-block;
  
  }
  .top .notifications {
    left: 5px;
  }
  .top {
    min-height: auto !important;
  }
  .messageFilters .search {
    display: block;
    clear: both;
    margin: 5px 0;
  }
  .searchBlock .searchInner .searchItem {
    width: calc(100% - 50px);
    text-align: left;
  }
  .creditPage span {
    maring: 0;
    padding: 0;
  }
  .creditPage span {
    display: block;
    margin: 3px 0;
  }
  .space-50 {
    height: 10px;
  }
  .creditPackage {
    margin-top: 25px;
  }
  .myProfile {
    width: calc(100% - 70px);
    margin-top: 15px;
    height: auto;
  }
  .myProfile.settingsBlock {
    font-size: 13px;
  }
  .container .profileBlock {
    width: 100%;
    margin: 0;
      min-height: inherit;
      margin-top: 0px;
  }
  .container .profileBlock .profilePic img {
    height: auto;
    width: 100px;
      border-radius: 50%;
       aspect-ratio: 1 / 1; /* Ensures width and height are always equal */
  }
  .spacer-10 {
    display: block;
    height: 5px;
  }
  .container .profileBlock .profilePic .right .info .spacer-10 {
    display: inline-block !important;
  }
  .container .profileBlock .profilePic .right .info {
    font-size: 12px;
  }
  .container .profileBlock .profilePic .right .info i {
    --ggs: 0.4;
    vertical-align: bottom;
  }
  .container .profileBlock .profilePic {
    float: none;
    width: 100%;
  }
  .container .profileBlock .profilePic .right {
    float: none;
    width: 100%;
  }
  .container .profileBlock .profileText {
    clear: both;
  }
  .container .profileBlock .aboutMe .detail {
 
  }
  .container .chatBox .history .clear {
    height: 15px;
  }
  .container .chatBox {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    border-radius: 0;
    z-index: 200;
    background: rgba(255,255,255, 0.90);
  }
  .closeMobileChatBox {
   
  }
  .openMobileChatbox {
    display: inline-block !important;
   background: linear-gradient(135deg, #7ac97a, #5fa85f) !important;
    border: 0px solid #3E6BA7 !important;
  }
  .container .profileBlock .profilePic .right img {
    width: 28%;
    height: auto;
  }
  .tooltip {
    display: none !important;
    opacity: 0;
  }
  .myProfile .myMatchLabels {
    width: calc(100% - 24px);
  }
  .container .chatBox textarea {
    background: rgba(255, 255, 255, 0.8);
    color: #222;
    font-size: 15px;
  }
  .container .chatBox textarea::placeholder {
    color: #222;
  }
  
  .contactForm input[type="button"] {
    width: auto;
  }
  .container .homePro .inner:hover, .container .homePro .inner.hover {
    width: 100%;
    height: auto;
    position: static;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0 !important;
  }
  .container .profileBlock .profilePic {
    height: auto !important;
  }
  .container .profileBlock .addToFavorites {
   width: 30px !important;
    height: 30px;border-radius: 50%; overflow: hidden; color: transparent;
  }
  .textPage.centerPage {
    width: 80%;
    max-width: auto;
    min-width: auto;
  }
  .contactForm input[type="text"], .contactForm select, .contactForm textarea {
    width: calc(100% - 50px);
  }
  .contactForm input[name="cap"] {
    width: calc(100% - 135px);
  }
  .container .chatBox .typeArea .buyCredits {
    bottom: 20px;
    width: 100%;
    border-radius: 0;
  }
    .container .chatBox {
    position: fixed;
        top: 0;
        bottom: 0;
        right: 0; left: 0;
        transform: none;
        max-width: 100%;
  }
  .pageNumbers .filter.middle {
    margin: 3px;
  }
  .pageNumbers {
    clear: both;
    margin: 15px auto;
    display: block;
    width: 80%;
  }
  .payIcons {
    margin-top: 50px;
  }
  .messageFilters .filter, .messageFilters .search {
    border-radius: 0px;
    border: 0px !important;
  }
    .messageFilters .search {
    display: none; 
    }
    .messageFilters{
        clear: both;
    /* margin-bottom: 15px; */
    display: block;
    /* width: calc(100% - 140px); */
    margin: 0 auto;
    position: absolute;
    
    background: #2B9BFD;
    background: linear-gradient(180deg, #539FFD 0%, #2078F8 100%);
        padding:  10px 0 0 0;
    top: 0;
    left: 0;
    right: 0;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
text-align: center;        min-height: 80px;
    }
  .editMessages {
    margin-top: 4px;
  }
  .filterMap {
    width: 100%;
  }
  .mapOutliner {
    width: calc(100% - 20px);
  }
  .filterMapSelections {
    width: calc(100% - 40px);
    margin-top: 20px;
    height: auto;
  }
  .phoneFrame {
    margin: 0 auto;
    display: block;
    width: 90%;
    height: 400px;
    border-radius: 3px;
  }
  .contactHistory .message.admin span, .contactHistory .message.you span {
    position: static;
    right: inherit;
    font-size: 12px;
    display: block;
    margin-top: 15px;
    float: right;
  }
  .messageItem {
   /* width: calc(100% - 20px);
    height: 65px;*/
  }
  .messageItem .inner {
    background: none;
    width: calc(100% - 34px);
  }
  .messageItem .thumb {
   width: 100%;
              clear: both;
        margin-bottom: 20px;
  }
  .messageItem .thumb img {
   
  }
  .messageItem .info .time {
    margin-top: 5px;
  }
    .otherProfiles{ width: 100%;
    }
    .left-side-pro{
                width: calc(100% - 40px) !important;
        text-align: center;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        margin-left: -10px !important;
    }
    .container .profileBlock .profile-main-pic{
        float: none;
        margin: 0;
    }
    .top .login{ padding: 0; }
    .container .profileBlock .right{ width: calc(100% - 40px) !important; margin: 0 !important; padding: 20px; }
    .container .profileBlock{ float: none; display: block; width: calc(100% - 20px); margin: 0 auto; }
   
    @keyframes blinker {
  50% {
    opacity: 0.85;
  }
}
    .filter-dropdown{
        position: relative;
    display: inline-block;
    float: none;
    cursor: pointer;
    }
}