html {
  cursor: url("../images/cursor.png"), auto!important;
}

body {
  font-family: 'Mulish';
}

:root {
  --primary-color: #e01e37;
  --primary-hover: #ca162e;
  --secondary-color: #af2619;
  --secondary-hover: #a02216;
  --violet: #c400ff;
  --violet-hover: #ae01e2;
  --violet-rgba: rgba(196, 0, 255, 1);
  --green-light: #15ce8a;
  --green-dark: #05915e;
  --color-gold: #ebb600;
}

.text-primary {
  color: var(--primary-color) !important;
}

.page {
  background-image: linear-gradient(
    300deg,
    hsl(343deg 57% 73%) 0%,
    hsl(350deg 62% 77%) 8%,
    hsl(357deg 65% 81%) 16%,
    hsl(3deg 70% 83%) 23%,
    hsl(9deg 74% 86%) 30%,
    hsl(14deg 78% 88%) 37%,
    hsl(18deg 82% 91%) 45%,
    hsl(8deg 80% 92%) 52%,
    hsl(356deg 69% 92%) 60%,
    hsl(342deg 53% 91%) 68%,
    hsl(323deg 36% 90%) 77%,
    hsl(291deg 24% 90%) 87%,
    hsl(258deg 25% 90%) 100%
  );
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 30px;
}

.top {
  padding: 14px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  min-height: 58px;
}

.subpage-logo {
  width: 100%;
  height: auto;
  max-width: 165px;
  margin-left: 10px;
}

.slider-menu .bi-list {
  width: 30px;
  height: 30px;
  color: #fff;
  cursor: pointer;
}

.slider-menu.sticky .bi-list {
  color: var(--primary-color);
}

.slider-menu .hamburger {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.slider-subpage {
  width: 100%;
  position: relative;
  padding: 80px 0px;
  background: url("../images/header.webp") no-repeat center center;
  background-size: cover;
}

.slider-subpage .slider-mask {
  padding: 45px 48px 0px 48px;
}

.slider-subpage .slider-mask span {
  font-family: 'Poppins';
  color: #fff;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.34;
}

.slider-subpage .slider-mask h1 {
  font-family: 'Poppins';
  color: #fff;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.34;
  margin-bottom: 0px;
}

.slider-subpage .slider-mask .bread a {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  line-height: 1.34;
  text-decoration: none;
}

.slider-subpage .slider-mask .bread a svg {
  width: 14px;
  height: 14px;
  position: relative;
  top: -2px;
}

.slider-subpage .slider-mask .bread .sep svg {
  width: 3px;
  height: 3px;
  position: relative;
  top: 4px;
  margin-left: 6px;
  margin-right: 6px;
}

.top a {
  text-decoration: none;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  margin-right: 14px;
  transition: all 0.2s ease-in-out;
}

.top a:last-child {
  margin-right: 0px;
}

.top a.register {
  background: var(--primary-color);
  padding: 7px 18px 8px 15px;
  -webkit-border-top-left-radius: 25px;
  -webkit-border-bottom-right-radius: 40px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-topleft: 25px;
  -moz-border-radius-bottomright: 40px;
  -moz-border-radius-bottomleft: 25px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 25px;
  color: #fff;
}

.top a:hover {
  color: var(--primary-color);
}

.top a.register:hover {
  color: #fff;
  background: var(--primary-hover);
}

.slider {
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden;
}

.background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  object-fit: cover;
  pointer-events: none;
}

.slider-container {
  position: relative;
}

.slider-container img {
  width: 100%;
  max-width: 230px;
  height: auto;
}

.slider-container .slider-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 14px 35px;
  z-index: 25;
  transition: all 0.2s ease-in-out;
}

.slider-container .slider-menu a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  padding: 0px 14px;
  transition: all 0.2s ease-in-out;
}

.slider-container .slider-menu a:hover {
  color: var(--color-gold);
}

.slider-container .slider-menu a.active {
  color: var(--color-gold);
}

.slider-container .slider-menu.sticky a.active {
  color: var(--color-gold);
}

.slider-container .slider-menu.sticky {
  position: fixed;
  background: #fff;
  padding: 6px 35px;
  top: 58px;
  -webkit-box-shadow: 0px 0px 24px -15px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 24px -15px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 24px -15px rgba(0, 0, 0, 1);
}

.slider-container .slider-menu.sticky a {
  color: #202020;
}

.slider-container .slider-menu.sticky a:hover {
  color: var(--color-gold);
}

.slider-container .slider-menu.sticky img {
  max-width: 180px;
}

.top-bar-container.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 26;
  border-bottom: 1px solid #eee;
}

#sticky-fix.active {
  height: 58px;
}

.slider-lang-icon {
  width: 16px !important;
  height: 14px !important;
  object-fit: cover !important;
  margin-right: 4px;
  border-radius: 2px;
}

.search-container {
  position: relative;
  width: 100%;
  max-width: 1050px;
  padding: 0px 20px;
}

.correct-icon {
  position: relative;
  top: -1px;
}

.search-container span {
  display: block;
  color: #fff;
  font-size: 25px;
  margin-bottom: 10px;
  font-family: 'Poppins';
  font-weight: 700;
}

.search-container p {
  color: #fff;
  font-size: 13px;
  margin-bottom: 25px;
  font-weight: 400;
}

.slider-container .gradient-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6362920168067228) 65%, rgba(0,0,0,0) 100%);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 120px 0px 60px 0px;
}

.search-container .search {
  background: #fff;
  padding: 30px;
  border-radius: 3px;
}

.search input {
  padding: 0 20px;
  border-radius: 6px;
  color: #484848;
  border: 1px solid #e6e6e6;
  height: 48px;
  transition: all 0.2s ease-in-out;
  width: 100%;
  font-size: 15px;
}

.search input:focus {
  outline: none;
  border: 1px solid var(--secondary-color);
  color: #050101;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
}

.search .select2-container {
  width: 100% !important;
  margin-bottom: 0px;
}

.search .select2-container .select2-selection--single {
  margin-bottom: 0px;
  height: 48px;
  padding: 0px 10px;
  border: 1px solid #e6e6e6;
  transition: all 0.2s ease-in-out;
}

.search .select2-container--open .select2-selection--single {
  border: 1px solid var(--secondary-color);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
}

.search span.selection {
  margin-bottom: 0px;
  display: inline;
}

.search .select2-selection__placeholder {
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 400;
}

.search .select2-selection__rendered {
  line-height: 46px !important;
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 400;
}

.search .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
  margin-bottom: 0px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--secondary-color) !important;
}

.select2-dropdown {
  border-color: var(--secondary-color) !important;
  font-size: 14px;
}

.search .dropdown-wrapper {
  margin-bottom: 0px;
}

.search button {
  background: var(--secondary-color);
  border: 0px solid;
  height: 48px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 0px 18px;
  transition: all 0.2s ease-in-out;
  border-radius: 3px;
}

.search button:hover {
  background: var(--secondary-hover);
}

.section-title {
  font-family: 'Poppins';
  font-size: 32px;
  font-weight: 700;
  display: block;
  color: #060606;
  line-height: 1.3;
}

.section-subtitle {
  font-size: 16px;
  font-weight: 700;
  display: block;
  color: #060606;
  line-height: 1.3;
  margin-top: 4px;
}

.promo-btn {
  background: var(--primary-color);
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 20px;
  text-decoration: none;
  margin-right: 6px;
  transition: all 0.2s ease-in-out;
}

.promo-btn:hover {
  background: var(--primary-hover);
}

.promo-btn:last-child {
  margin-right: 0px;
}

.profile-box .img {
  background: transparent;
  padding: 0px;
  aspect-ratio: 16/12;
  border-radius: 8px;
}

.profile-box.promo .img {
  padding: 4px;
  background: var(--violet);
  -webkit-box-shadow: 8px 8px 21px -14px var(--violet-rgba);
  -moz-box-shadow: 8px 8px 21px -14px var(--violet-rgba);
  box-shadow: 8px 8px 21px -14px var(--violet-rgba);
}

.profile-box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.profile-box .content .badge {
  display: inline-block;
  color: var(--green-dark);
  font-size: 12px;
  padding: 0;
  font-weight: 600;
}

.profile-box .content .badge.offline {
  color: #525252;
}

.profile-box .content .promo-info {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 12px;
  display: inline-block;
  margin-left: 2px;
}

.profile-box .content .promo-info svg {
  width: 3px;
  height: 3px;
  margin-right: 6px;
  margin-left: 6px;
  color: #919191;
  position: relative;
  top: 0px;
}

.profile-box.promo .content .promo-info svg {
  top: 0px;
}

.profile-box .content .promo-info a {
  color: var(--primary-color);
  text-decoration: none;
}

.profile-box .content .name {
  display: block;
  color: #2c2c2c;
  font-weight: 700;
  font-size: 16px;
  margin-top: 6px;
  margin-bottom: 4px;
  line-height: 16px;
}

.profile-box .content .location {
  color: #4a474a;
  font-weight: 700;
  font-size: 12px;
}

.profile-box .content .location svg {
  width: 12px;
  height: 12px;
  color: var(--primary-color);
  position: relative;
  top: -1px;
  margin-right: 3px;
}

.profile-box .content .phone {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 12px;
  margin-left: 6px;
  position: relative;
}

.profile-box .content .phone a.whatsapp {
  position: relative;
}

.profile-box .content .phone svg {
  width: 14px;
  height: 14px;
  color: var(--primary-color);
  position: relative;
  top: -2px;
  margin-right: 3px;
}

.profile-box .content .stars {
  display: block;
  margin-top: 5px;
  line-height: 0px;
}

.profile-box .content .stars svg {
  width: 11px;
  height: 11px;
  color: var(--primary-color);
  position: relative;
  margin-right: 0px;
}

.info-simple {
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #fff;
}

.info-simple svg {
  width: 24px !important;
  height: 24px !important;
  color: #fff !important;
}

.tooltip-details {
  position: absolute;
  right: 37px;
  bottom: 42px;
  background: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.34;
  padding: 8px;
  max-width: 80%;
  border-radius: 4px;
  display: none;
  -webkit-box-shadow: 0px 0px 24px -10px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 24px -10px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 24px -10px rgba(0, 0, 0, 1);
  transition: all 0.3s ease-in-out;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 11;
}

.fadeIn {
  transition: all 0.3s ease-in-out;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.info-simple:hover + .tooltip-details {
  display: block;
}

.categoriesSwiper {
  padding-left: 0px;
}

.category-box {
  background: #fff;
  border-radius: 6px;
  padding: 10px;
}

.category-box img {
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 16/12;
  object-fit: cover;
  transition: all 0.2s ease-in-out;
}

.category-box a:first-child {
  border-radius: 8px;
  overflow: hidden;
  display: block;
}

.category-box a:last-child {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  color: var(--primary-color);
  text-decoration: none;
  font-size: 24px;
  font-weight: 900;
}

.category-box a:hover img {
  transform: scale(1.1);
  transition-duration: 0.6s;
}

.citiesSwiper {
  padding-left: 0px;
}

.promotedSwiper .swiper-button-next {
  top: 40%;
}

.promotedSwiper .swiper-button-prev {
  top: 40%;
}

.city-box {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/14;
  overflow: hidden;
  border-radius: 20px;
}

.city-box img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  transition: all 0.2s ease-in-out;
}

.city-box span {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  padding: 35px 0px 16px 0px;
  display: block;
  color: #fff;
  font-weight: 800;
  font-size: 24px;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6362920168067228) 65%, rgba(0,0,0,0) 100%);
}

.city-box a:hover img {
  transform: scale(1.1);
  transition-duration: 0.6s;
}

.info-box {
  background: #f4f4f4;
  border-radius: 8px;
  padding: 40px 30px;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  flex: 1;
}

.info-box .icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.info-box .icon svg {
  width: 20px;
  height: 20px;
  color: #fff;
}

.info-box .icon.icon1 {
  background: #000;
}

.info-box .icon.icon2 {
  background: #f7a8bc;
}

.info-box .icon.icon3 {
  background: #ff6900;
}

.info-box .icon.icon4 {
  background: #00d084;
}

.info-box .icon.icon5 {
  background: #8ed1fc;
}

.info-box .icon.icon6 {
  background: #20e69d;
}

.info-box .icon.icon7 {
  background: #9b51e0;
}

.info-box .icon.icon8 {
  background: #abb8c3;
}

.info-box .icon.icon9 {
  background: #ed5453;
}

.info-box .title {
  font-size: 17px;
  font-weight: 800;
  display: block;
  font-family: 'Poppins';
  line-height: 1.2;
  margin-bottom: 10px;
}

.info-box p {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.join-us {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
  padding: 120px 80px;
  border-radius: 10px;
}

.join-us span {
  font-family: 'Poppins';
  display: block;
  font-size: 35px;
  margin-bottom: 15px;
  line-height: 1.3;
}

.join-us p {
  font-size: 15px;
  font-weight: 400;
  max-width: 34%;
  line-height: 1.74;
  margin-bottom: 25px;
}

.join-us a {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background: var(--secondary-color);
  padding: 11px 26px 13px 26px;
  font-size: 17px;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
}

.join-us a:hover {
  background: var(--secondary-hover);
}

.blog-box img {
  width: 100%;
  max-width: 100%;
  border-radius: 15px;
  aspect-ratio: 16/12;
  object-fit: cover;
  margin-bottom: 10px;
}

.blog-box .badge {
  background: var(--secondary-hover);
  color: #fff;
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 6px;
  font-weight: 400;
}

.blog-box .title {
  display: block;
  color: var(--primary-color);
  text-decoration: none;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 5px;
}

.blog-box p {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.blog-box .more {
  display: block;
  color: #202020;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  font-style: italic;
  display: block;
}

.newsletter {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  padding: 120px 80px;
  border-radius: 10px;
}

.newsletter span {
  font-size: 35px;
  margin-bottom: 15px;
  font-weight: 400;
  color: #262626;
  font-family: 'Poppins';
  display: block;
  margin-bottom: 8px;
  line-height: 1.2;
}

.newsletter p {
  color: #484848;
  line-height: 1.64;
  font-size: 15px;
  font-weight: 400;
}

.newsletter input {
  height: 48px;
  border-radius: 8px;
  border: 2px solid var(--primary-color);
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  padding: 0px 12px;
  transition: all 0.2s ease-in-out;
}

.newsletter input:focus {
  outline: none;
  border-color: var(--primary-hover);
}

.newsletter button {
  border: 0px solid;
  border-radius: 8px;
  height: 48px;
  padding: 0px 12px;
  color: #fff;
  background: var(--primary-color);
  transition: 0.2s ease-in-out;
  font-size: 14px;
  font-weight: 700;
}

.newsletter button:hover {
  background: var(--primary-hover);
}

.review-box {
  background: #f6f7f6;
  padding: 80px 60px;
}

.review-box span {
  font-family: 'Poppins';
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  display: block;
  margin-bottom: 18px;
  line-height: 1.25;
}

.review-box p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.64;
  margin-bottom: 18px;
}

.review-box .d-flex span {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  display: block;
  margin-bottom: 0px;
}

.review-box .d-flex p {
  margin-bottom: 0px;
}

.review-box img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 8px;
}

footer {
  background: #fff8f9;
  padding: 100px 0px;
}

footer img {
  max-width: 100%;
  margin-bottom: 35px;
}

footer span {
  display: block;
  font-size: 17px;
  margin-bottom: 25px;
  font-family: 'Poppins';
  font-weight: 700;
  color: #262626;
}

footer p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.44;
  max-width: 90%;
}

footer a {
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  color: #262626;
  line-height: 1.34;
  display: table;
  margin-bottom: 9px;
  transition: all 0.2s ease-in-out;
}

footer a:hover {
  color: var(--primary-hover);
}

footer input {
  height: 48px;
  border-radius: 8px;
  border: 2px solid var(--primary-color);
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  padding: 0px 12px;
  transition: all 0.2s ease-in-out;
  margin-top: 15px;
  margin-bottom: 10px;
}

footer input:focus {
  outline: none;
  border-color: var(--primary-hover);
}

footer button {
  border: 0px solid;
  border-radius: 8px;
  height: 40px;
  padding: 0px 12px;
  color: #fff;
  background: var(--primary-color);
  transition: 0.2s ease-in-out;
  font-size: 14px;
  font-weight: 700;
}

footer button:hover {
  background: var(--primary-hover);
}

.swiper-button-next {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--primary-color);
  color: #fff;
  top: 47%;
}

.swiper-button-next:after {
  font-size: 18px;
  position: relative;
  margin-left: 1px;
}

.swiper-button-prev {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--primary-color);
  color: #fff;
  top: 47%;
}

.swiper-button-prev:after {
  font-size: 18px;
  position: relative;
  margin-right: 1px;
}

.menu-container {
  width: 350px;
  max-width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  height: 100vh;
  left: 0;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 24px -14px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 24px -14px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 24px -14px rgba(0, 0, 0, 1);
  transform: translateX(-355px);
  transition: all 0.3s ease-in-out;
}

.menu-mask {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.75);
  z-index: 99;
  display: none;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.menu-mask.active {
  display: block;
}

.menu-container.open {
  transform: translateX(0px);
}

@-webkit-keyframes fadeIn {
  0% {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}

.ss-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  float: left;
}

.ss-content {
  height: 100%;
  width: 100%;
  padding: 0 0 0 0;
  position: relative;
  overflow-x: auto;
  overflow-y: scroll;
  box-sizing: border-box;
  scrollbar-width: none;
}

.ss-content::-webkit-scrollbar { 
  display: none;
}

.ss-content.rtl {
  width: 100%;
  right: auto;
}

.ss-scroll {
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  width: 9px;
  border-radius: 4px;
  top: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.25s linear;
}

.ss-hidden {
  display: none;
}

.ss-container:hover .ss-scroll,
.ss-container:active .ss-scroll {
  opacity: 1;
}

.ss-grabbed {
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.menu-container .simple-scroll {
  margin-top: 10px;
  height: calc(95% - 40px);
}

.close-menu {
  padding: 0px 15px;
}

.close-menu svg {
  width: 42px;
  height: 42px;
  margin-top: 10px;
  cursor: pointer;
}

ul.menu li {
  list-style-type: none;
}

.menu-btns {
  background: #f7f7f7;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.menu-btns .row div {
  padding: 15px 10px;
  text-align: center;
  line-height: 1.34;
}

.menu-btns .row div:first-child {
  border-right: 1px solid #e6e6e6;
}

.menu-btns .row div:last-child {
  padding: 15px 20px;
}

.menu-btns a {
  color: #484848;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}

.menu-btns a:hover {
  color: var(--primary-hover);
}

.menu-btns svg {
  position: relative;
  top: -2px;
  margin-right: 4px;
}

.menu-container .menu li a {
  text-decoration: none;
  color: #484848;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}

.menu-container .menu li a:hover {
  color: var(--primary-hover);
}

.menu-container .menu li {
  margin-bottom: 20px;
}

.menu-container .menu li a img {
  width: 18px;
  height: 14px;
  object-fit: cover;
  border: 1px solid #e6e6e6;
  position: relative;
  top: -1px;
  margin-right: 4px;
}

.modal-content {
  border-radius: 3px;
}

.modal-header .modal-title {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 500;
}

.modal-header {
  padding-top: 12px;
  padding-bottom: 12px;
}

.modal-header .btn-close {
  font-size: 14px;
}

.card {
  border: 0px solid;
  border-radius: 6px;
}

.main-photo-profile {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/12;
  object-fit: cover;
}

.premium-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  background: var(--primary-color);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 3px;
}

.desktopGallerySwiper .swiper-button-next {
  width: 26px;
  height: 26px;
  top: 60%;
}

.desktopGallerySwiper .swiper-button-next:after {
  font-size: 12px;
}

.desktopGallerySwiper .swiper-button-prev {
  width: 26px;
  height: 26px;
  top: 60%;
}

.desktopGallerySwiper .swiper-button-prev:after {
  font-size: 12px;
}

.card-title {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 700;
  font-family: 'Poppins';
  display: block;
  margin-bottom: 14px;
}

.card-profile-box {
  background: #fdf9f9;
  margin-bottom: 15px;
}

.card-profile-box:last-child {
  margin-bottom: 0px;
}

.card-profile-box img {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/12;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 18px;
}

.card-profile-box.promoted img {
  border: 5px solid var(--violet);
  -webkit-box-shadow: 8px 8px 21px -14px var(--violet-rgba);
  -moz-box-shadow: 8px 8px 21px -14px var(--violet-rgba);
  box-shadow: 8px 8px 21px -14px var(--violet-rgba);
}

.card-profile-box span {
  font-size: 16px;
  color: var(--primary-color);
  font-weight: 800;
  display: block;
  line-height: 1.34;
  margin-bottom: 6px;
}

.card-profile-box p {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 1.34;
}

.card-profile-box svg {
  width: 10px;
  height: 10px;
  color: var(--primary-color);
}

.card-profile-box a.profile-link {
  background: var(--primary-color);
  display: inline-block;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  transition: all 0.2s ease-in-out;
  border-radius: 25px;
  padding: 6px 14px;
  text-decoration: none;
}

.card-profile-box.promoted a.profile-link {
  background: var(--violet);
}

.card-profile-box a.profile-link:hover {
  background: var(--primary-hover);
}

.card-profile-box.promoted a.profile-link:hover {
  background: var(--violet-hover);
}

.profile-card .name {
  font-size: 26px;
  color: var(--primary-color);
  font-weight: 900;
  line-height: 1.34;
}

.profile-card .location {
  font-size: 14px;
  color: var(--primary-color);
  font-weight: 800;
  line-height: 1.34;
}

.profile-card .location svg {
  color: #484848;
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.profile-card .badge {
  background: transparent;
  font-size: 13px;
  font-weight: 600;
  padding: 0;
  border-radius: 0px;
  color: #525252;
  margin-right: 6px;
}

.profile-card .badge.online {
  color: var(--green-dark);
}

.profile-card .verified svg {
  color: var(--green-light);
  width: 18px;
  height: 18px;
  margin-right: 6px;
}

.profile-card .like {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.profile-card .like.inactive svg {
  color: #9e9e9e;
  width: 18px;
  height: 18px;
  transition: all 0.2s ease-in-out;
}

.profile-card .like.active svg {
  color: var(--primary-color);
  width: 18px;
  height: 18px;
  transition: all 0.2s ease-in-out;
}

.profile-card .like:hover svg {
  color: var(--primary-hover);
}

.whatsapp-link {
  text-decoration: none;
}

.whatsapp-link svg {
  width: 25px;
  height: 25px;
  color: var(--green-light);
}

.profile-card .phone-container {
  background: var(--violet);
  padding: 8px 70px 8px 70px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  font-family: 'Poppins';
  line-height: 1.34;
  border-radius: 10px;
  position: relative;
  text-align: center;
}

.profile-card .phone-container svg {
  position: absolute;
  color: #20e69d;
  width: 63px;
  height: 63px;
  top: -4px;
  left: -4px;
}

.profile-card .phone-container a {
  display: block;
  position: absolute;
  right: 10px;
  padding: 8px 20px;
  color: #202020;
  background: #fff;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
}

.profile-card .phone-container a:hover {
  background: #eeeeee;
}

.profile-card p.details {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.34;
  margin-bottom: 4px;
}

.profile-card .details-subtitle {
  color: #a0a0a0;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins';
  display: block;
  margin-bottom: 14px;
}

.profile-card .details-table {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.34;
  margin-bottom: 8px;
}

.profile-card .details-table:last-child {
  margin-bottom: 0px;
}

.profile-desc .about {
  font-size: 13px;
  color: #a0a0a0;
  font-weight: 600;
}

.card-body {
  padding: 20px 30px 25px 30px;
}

.profile-desc .langs span {
  background: var(--primary-color);
  color: #fff;
  display: inline-block;
  margin-right: 1px;
  margin-bottom: 3px;
  padding: 1px 4px;
  border-radius: 5px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
}

.profile-desc p {
  margin-top: 3px;
  margin-bottom: 0px;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.34;
}

.global-rating {
  font-size: 24px;
  font-weight: 900;
}

.global-rating svg {
  color: var(--primary-color);
  display: inline-block;
  position: relative;
  top: -4px;
  width: 20px;
  height: 20px;
}

.global-rating svg:first-child {
  margin-left: 5px;
}

.latest-rating img {
  width: 22px;
  height: 22px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 8px;
}

.latest-rating svg {
  color: var(--primary-color);
  display: inline-block;
  position: relative;
  top: -3px;
  width: 12px;
  height: 12px;
}

.latest-rating a {
  font-size: 14px;
  font-weight: 800;
  color: var(--primary-color);
  text-decoration: none;
}

.latest-rating-categories {
  color: #a0a0a0;
  font-size: 14px;
  font-weight: 600;
}

.latest-rating-categories svg {
  width: 12px;
  height: 12px;
  color: var(--primary-color);
}

.profile-card .preffers span {
  background: var(--primary-color);
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  padding: 4px 8px;
  margin-right: 3px;
  margin-bottom: 6px;
  border-radius: 4px;
  display: inline-block;
}

.violet {
  color: var(--violet) !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #595959;
}

.profile-faq a {
  background: var(--primary-color);
  color: #fff;
  padding: 18px 15px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
  text-decoration: none;
  line-height: 1.34;
  transition: all 0.2s ease-in-out;
}

.profile-faq a:hover {
  background: var(--primary-hover);
}

.profile-faq a:last-child {
  margin-bottom: 0px;
}

.profile-faq a svg {
  position: relative;
  top: -1px;
  margin-right: 8px;
}

.profile-faq-a {
  font-size: 14px;
  font-family: 'Mulish';
  font-weight: 500;
  line-height: 1.34;
  margin-bottom: 0px;
}

.profile-map {
  width: 100%;
  height: 197px;
}

.colored {
  color: var(--primary-color) !important;
}

.tx-8 {
  font-size: 8px !important;
}

.tx-9 {
  font-size: 9px !important;
}

.tx-10 {
  font-size: 10px !important;
}

.tx-11 {
  font-size: 11px !important;
}

.tx-12 {
  font-size: 12px !important;
}

.tx-13 {
  font-size: 13px !important;
}

.tx-14 {
  font-size: 14px !important;
}

.tx-15 {
  font-size: 15px !important;
}

.tx-16 {
  font-size: 16px !important;
}

.tx-17 {
  font-size: 17px !important;
}

.tx-18 {
  font-size: 18px !important;
}

.tx-19 {
  font-size: 19px !important;
}

.tx-20 {
  font-size: 20px !important;
}

.tx-21 {
  font-size: 21px !important;
}

.tx-22 {
  font-size: 22px !important;
}

.rate-me-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.34;
}

.lh-0 {
  line-height: 0;
}

.review-input {
  width: 100%;
  background: #fafafa;
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 600;
  border: 0px solid;
}

.review-input:focus {
  outline: none;
}

.reviews-list .stats-title {
  font-size: 20px;
  font-weight: 600;
  font-family: 'Poppins';
  line-height: 1.34;
}

.reviews-list .stats-count {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.34;
}

.reviews-list .stats-count .badge {
  color: #fff;
  padding: 4px 20px;
  border-radius: 25px;
  position: relative;
  top: -2px;
  margin-left: 8px;
}

.reviews-list .stats-count .badge svg {
  width: 14px;
  height: 14px;
  position: relative;
  top: -2px;
}

.reviews-list .stats-count .badge.raise {
  background: var(--green-light);
}

.reviews-list .stats-info {
  font-size: 12px;
  color: #a5a5a5;
  font-weight: 500;
  display: block;
}

.text-success {
  color: var(--green-light) !important;
}

.review-box-big {
  padding: 25px;
  background: #ececec;
  border-radius: 8px;
  margin-top: 15px;
}

.review-box-big img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}

.review-box-big .author span {
  font-size: 22px;
  font-weight: 700;
  color: #202020;
  display: block;
  margin-bottom: 8px;
}

.review-box-big .author p {
  font-size: 12px;
  color: #949494;
  line-height: 1.34;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 0px;
}

.review-box-big .rating {
  line-height: 0;
}

.review-box-big .rating svg {
  color: var(--primary-color);
  width: 16px;
  height: 16px;
}

.review-box-big .date {
  color: #202020;
  font-size: 12px;
  font-weight: 800;
  line-height: 0;
  position: relative;
  top: 1px;
  margin-left: 8px;
}

.review-box-big p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.34;
  margin-top: 15px;
  margin-bottom: 0px;
}

.mobileGallerySwiper img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/13;
  object-fit: cover;
}

.mobileGallerySwiper .swiper-button-next,
.mobileGallerySwiper .swiper-button-prev {
  top: 50%;
}

.mobile-gallery-profile .premium-badge {
  z-index: 2;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 0;
  top: auto;
}

.search-results-badge {
  background: var(--primary-color);
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 6px;
  position: relative;
  top: -4px;
  margin-left: 10px;
  line-height: 1.34;
}

.card-profile-box .promoted-badge {
  background: var(--primary-color);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 6px;
  line-height: 1.34;
  position: absolute;
  z-index: 2;
  left: 10px;
  top: 10px;
}

.pagination a {
  background: #fff;
  color: #202020;
  border-radius: 5px;
  padding: 4px 8px;
  text-align: center;
  margin-right: 4px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.34;
  transition: all 0.2s ease-in-out;
}

.pagination a:last-child {
  margin-right: 0px;
}

.pagination a:hover {
  background: var(--primary-hover);
  color: #fff;
}

.pagination a.current {
  background: var(--primary-hover);
  color: #fff;
  cursor: default;
}

.filter-title {
  font-family: 'Poppins';
  font-size: 22px;
  font-weight: 600;
  display: block;
  color: var(--primary-color);
  margin-bottom: 0px;
}

.filters label {
  font-size: 12px;
  font-weight: 800;
  display: block;
  margin-bottom: 1px;
}

label.form-label {
  font-size: 12px;
  font-weight: 800;
  display: block;
  margin-bottom: 1px;
}

.input-icon {
  position: relative;
}

.input-icon input {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 12px 10px 35px;
  height: 48px;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
}

.input-icon input:focus {
  outline: none;
  border: 1px solid var(--secondary-color);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
}

.input-icon textarea {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  padding: 13px 12px 10px 35px;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
}

.input-icon textarea:focus {
  outline: none;
  border: 1px solid var(--secondary-color);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
}

.input-icon svg {
  position: absolute;
  top: 16px;
  left: 11px;
  color: #a0a0a0;
  width: 16px;
  height: 16px;
}

.input-icon svg.textarea {
  top: 14px;
}

.noUi-tooltip {
  font-size: 11px;
  padding: 2px 4px;
}

.noUi-horizontal {
  height: 12px;
}

.noUi-horizontal .noUi-handle {
  height: 22px;
}

.noUi-handle:after, .noUi-handle:before {
  height: 8px;
}

.noUi-connect {
  background: var(--primary-color);
}

/* CUSTOM SWITCH CHECKBOX */
.custom-switch .switch {
  position: relative;
  display: inline-block;
  width: 51px;
  height: 25px;
}

.custom-switch .switch input {
  display: none;
}

.custom-switch .sliderr {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 0px;
  background: #dedede;
  border-radius: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.custom-switch .sliderr:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  background: #fff;
  border-radius: 50%;
  left: 4px;
  bottom: 4px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.custom-switch input:checked + .sliderr {
  background: var(--primary-color);
}

.custom-switch input:checked + .sliderr:before {
  -webkit-transform: translateX(26px);
  -moz-transform: translateX(26px);
  transform: translateX(26px);
}

.custom-switch-title {
  font-size: 14px !important;
  font-weight: 600 !important;
  font-family: 'Poppins' !important;
  line-height: 1.34 !important;
  display: block !important;
  margin-bottom: 3px !important;
  color: #202020 !important;
}

.custom-switch-subtitle {
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.34 !important;
  display: block !important;
  color: #686868 !important;
}
/* END */

.main-btn {
  border: 0px solid;
  border-radius: 8px;
  padding: 6px 22px;
  color: #fff;
  background: var(--primary-color);
  transition: 0.2s ease-in-out;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.34;
}

.main-btn.main-btn-dark {
  background: #202020;
  text-decoration: none;
}

.main-btn:hover {
  background: var(--primary-hover);
}

.main-btn svg {
  width: 14px;
  height: 14px;
  position: relative;
  top: -2px;
  margin-right: 6px;
  margin-left: -6px;
}

.close-special-modal svg {
  width: 24px;
  height: 24px;
}

.category-sort-icon {
  width: 28px;
  height: 28px;
  margin-right: 8px;
  color: #202020;
}

body.login {
  background: url('../images/login.webp') no-repeat top right fixed;
  background-size: cover;
}

body.register {
  background: url('../images/register.webp') no-repeat center center fixed;
  background-size: cover;
}

.login-container {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  position: absolute;
  width: 100%;
  max-width: 415px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 0px 24px -15px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 24px -15px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 24px -15px rgba(0, 0, 0, 1);
}

.login-container img {
  width: 200px;
  height: auto;
  max-width: 100%;
}

a.forgot-pass {
  font-size: 12px;
  font-weight: 700;
  color: #202020;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

a.forgot-pass:hover {
  color: var(--primary-hover);
}

.login-btn-big {
  padding-top: 12px;
  padding-bottom: 12px;
}

.login-sep {
  width: 100%;
  text-align: center;
  position: relative;
}

.login-sep:after {
  content: '';
  width: 100%;
  border-bottom: solid 1px #b4b4b4;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
}

.login-sep span {
  background-color: #fff;
  width: auto;
  display: inline-block;
  z-index: 3;
  padding: 0 20px 0 20px;
  color: #b4b4b4;
  position: relative;
  margin: 0;
  font-size: 14px;
}

.register-link-page {
  font-size: 14px;
  font-weight: 700;
  color: #202020;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.register-link-page:hover {
  color: var(--primary-hover);
}

.pass .strength {
  height: 0px;
  width: calc(100% - 20px);
  margin-left: 11px;
  background: #ccc;
  margin-top: -7px;
  border-radius: 6px;
  overflow: hidden;
  transition: height 0.3s;
  position: relative;
  z-index: 3;
}
.pass .strength span {
  width: 0px;
  height: 3px;
  display: block;
  transition: width 0.3s;
}

.register-terms {
  font-size: 13px;
  color: #8a8a8a;
  line-height: 1.34;
  display: block;
  position: relative;
  top: 2px;
  cursor: pointer;
}

.register-terms a {
  text-decoration: none;
  color: #707070;
  transition: all 0.2s ease-in-out;
}

.register-terms a:hover {
  color: var(--primary-hover);
}

.form-check-input {
  cursor: pointer;
}

.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.form-check-input:focus {
  box-shadow: 0 0 0 .25rem rgba(224,30,55,.25);
  border-color: var(--primary-color);
}

.forum-navi {
  background: var(--secondary-color);
  border-radius: 5px;
  padding: 2px;
}

.forum-navi a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 12px;
  display: inline-block;
  line-height: 1.34;
  transition: all 0.2s ease-in-out;
}

.forum-navi a:hover {
  background: var(--secondary-hover);
}

.forum-navi a svg {
  position: relative;
  top: -2px;
  margin-right: 4px;
}

.forum-search input {
  width: 100%;
  padding: 14px 14px 14px 35px;
  font-size: 14px;
  font-weight: 700;
  border: 0px solid;
  border-radius: 4px;
}

.forum-search input:focus {
  outline: none;
}

.forum-search svg {
  position: absolute;
  top: 16px;
  left: 23px;
  color: #a0a0a0;
}

.forum-menu-container {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.forum-title {
  display: block;
  font-size: 22px;
  font-weight: 500;
  font-family: 'Poppins';
  margin-top: 25px;
  margin-bottom: 15px;
  color: #383838;
}

.forum-subtitle {
  display: block;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Poppins';
  color: #383838;
}

.new-topic-btn {
  background: var(--secondary-color);
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
}

.new-topic-btn:hover {
  background: var(--secondary-hover);
}

.new-topic-btn svg {
  width: 13px;
  height: 13px;
  position: relative;
  top: -1px;
  margin-right: 5px;
}

.forum-header {
  background: var(--secondary-color);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 14px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.forum-topics {
  background: #fff;
  padding: 0px 14px;
  border-bottom: 1px solid #eeeeee;
}

.forum-topics:last-child {
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom: 0px solid;
}

.forum-activity .forum-topics:last-child {
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom: 0px solid;
}

.forum-topics:nth-child(2n) {
  background: #fafafa;
}

.forum-topics .first-col-forum {
  border-right: 1px solid #eeeeee;
}

.forum-topics div {
  padding: 10px 10px;
}

.first-col-forum .bi-chat-heart {
  width: 40px;
  height: 40px;
  color: #a5a5a5;
}

.first-col-forum  .bi-chat-heart.active {
  color: var(--secondary-color);
}

.forum-topics .title {
  font-size: 15px;
  text-decoration: none;
  color: var(--secondary-color);
  font-weight: 600;
  display: block;
  line-height: 1.34;
}

.forum-topics .author {
  font-size: 11px;
  color: #7c7c7c;
  display: block;
}

.forum-topics .author a {
  text-decoration: none;
  font-weight: 600;
  color: #686868;
}

.forum-topics .stats {
  font-size: 11px;
  color: #9b9b9b;
  display: block;
}

.forum-topics .stats svg {
  width: 2px;
  height: 2px;
  position: relative;
  top: 0px;
  margin-left: 6px;
  margin-right: 6px;
}

.forum-topics img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.forum-legend {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.34;
}

.forum-legend span {
  display: inline-block;
}

.forum-legend svg {
  color: #a5a5a5;
  width: 8px;
  height: 8px;
  margin-right: 4px;
}

.forum-legend svg.active {
  color: var(--secondary-color);
}

.forum-header svg {
  position: relative;
  top: -2px;
  margin-right: 6px;
}

.big-forum-stats {
  padding: 0px !important;
  border-bottom: 1px solid #eee;
}

.big-forum-stats div {
  margin-right: 25px;
  padding-right: 35px;
  padding-top: 10px;
  padding-bottom: 15px;
  border-right: 1px solid #eee;
}

.big-forum-stats div:last-child {
  margin-right: 0px;
  padding-right: 0px;
  border-right: 0px solid;
}

.big-forum-stats span {
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.big-forum-stats span svg {
  width: 20px;
  height: 20px;
  position: relative;
  top: 1px;
  margin-right: 6px;
  margin-bottom: 6px;
}

.big-forum-stats p {
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 600;
  width: 100%;
  text-align: center;
}

.big-forum-stats-footer {
  font-size: 12px;
  font-weight: 500;
}

.big-forum-stats-footer span {
  display: inline-block;
  line-height: 1.34;
  position: relative;
  top: 1px;
  margin-left: 3px;
}

.big-forum-stats-footer svg.bi-circle-fill {
  width: 2px;
  height: 2px;
  position: relative;
  top: 0px;
  margin-left: 6px;
  margin-right: 6px;
}

.big-forum-stats-footer span a {
  text-decoration: none;
  font-weight: 500;
  color: var(--secondary-color);
  font-style: italic;
}

.forum-reply {
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 10px;
}

.forum-reply:last-child {
  margin-bottom: 0px;
}

.forum-reply .header {
  background: #fafafa;
  padding: 15px;
  border-bottom: 1px solid #eeeeee;
}

.forum-reply .header img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #eeeeee;
}

.forum-reply .header span {
  font-size: 16px;
  font-weight: 700;
  color: #4b4b4b;
}

.forum-reply .info {
  padding: 8px 15px;
  font-size: 12px;
  color: #868686;
  border: 1px solid #eeeeee;
  line-height: 1.34;
}

.forum-reply .info span {
  display: inline-block;
}

.forum-reply .info svg {
  width: 2px;
  height: 2px;
  position: relative;
  top: 0px;
  margin-left: 6px;
  margin-right: 6px;
}

.forum-reply .content {
  padding: 15px;
  font-size: 14px;
  font-weight: 600;
  color: #4b4b4b;
}

.forum-reply .content p:last-child {
  margin-bottom: 0px;
}

.forum-reply .footer {
  padding: 6px 15px;
}

.forum-reply .footer a {
  font-size: 14px;
  text-decoration: none;
  color: #868686;
}

.forum-reply .footer a svg {
  width: 14px;
  height: 14px;
  margin-right: 3px;
  position: relative;
  top: -1px;
}

.forum-reply .footer a.like svg {
  color: var(--green-light);
}

.forum-reply .footer a.dislike svg {
  color: var(--primary-color);
}

.follow-thread {
  color: var(--secondary-color);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.follow-thread svg {
  position: relative;
  top: -1px;
  margin-right: 4px;
}

.forum-topics.activity-row svg {
  color: var(--secondary-color);
  position: relative;
  top: -2px;
  margin-right: 8px;
}

.forum-topics.activity-row span {
  font-size: 13px;
  font-weight: 600;
  color: #4b4b4b;
  line-height: 1.34;
  display: block;
}

.forum-topics.activity-row span a {
  text-decoration: none;
  font-style: italic;
  color: var(--secondary-color);
}

.forum-profile {
  background: #fff;
  border-radius: 6px;
}

.forum-profile .header {
  padding: 25px;
  border: 1px solid var(--secondary-color);
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background: rgb(238,238,238);
  background: linear-gradient(0deg, rgba(238,238,238,1) 0%, rgba(244,244,244,1) 48%, rgba(238,238,238,1) 49%, rgba(238,238,238,1) 100%);
}

.forum-profile .header img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #eee;
  -webkit-box-shadow: 0px 0px 24px -16px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 24px -16px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 24px -16px rgba(0, 0, 0, 1);
}

.forum-profile .header .nick {
  font-size: 20px;
  font-weight: 700;
  color: #4b4b4b;
  display: block;
  line-height: 1.34;
}

.forum-profile .header .rank {
  font-size: 14px;
  font-weight: 500;
  color: #727272;
  display: block;
  line-height: 1.34;
  margin-top: 4px;
}

.forum-profile .header .rank svg {
  width: 12px;
  height: 12px;
  color: var(--secondary-color);
  position: relative;
  top: -1px;
  margin-right: 6px;
}

.forum-profile .menu {
  background: var(--secondary-color);
  padding: 0px 15px;
}

.forum-profile .menu a {
  display: inline-block;
  padding: 10px 18px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}

.forum-profile .menu a:hover {
  background: var(--secondary-hover);
}

.forum-profile .content {
  padding: 15px 25px;
}

.forum-profile .content .info-pos {
  font-size: 14px;
  font-weight: 500;
  padding: 8px 0px;
  border-bottom: 1px solid #eee;
  color: #4b4b4b;
}

.forum-profile .content .info-pos svg {
  width: 15px;
  height: 15px;
  position: relative;
  top: -1px;
  margin-right: 5px;
}

.dashboard-sidebar {
  max-height: calc(100vh - 70px);
}

.sidebar-scroll {
  height: calc(100vh - 90px);
  max-height: calc(100vh - 90px);
}

.sidebar-scroll a {
  text-decoration: none;
  display: block;
  color: #202020;
  font-size: 16px;
  font-weight: 400;
  padding: 16px 16px;
  transition: all 0.2s ease-in-out;
  border-left: 3px solid #eee;
}

.sidebar-scroll a svg {
  position: relative;
  top: -2px;
  margin-right: 9px;
  width: 18px;
  height: 18px;
  color: var(--primary-color);
}

.sidebar-scroll a:hover {
  background: #eee;
  border-left: 3px solid var(--primary-color);
}

.sidebar-scroll a.active {
  border-left: 3px solid var(--primary-color);
}

.dash-close-sub {
  position: absolute;
  right: 6px;
  top: 2px;
  color: #202020;
  z-index: 101;
}

.dash-title {
  font-size: 22px;
  font-weight: 700;
  font-family: 'Poppins';
  display: block;
  margin-bottom: 0px;
  line-height: 1.34;
  color: #202020;
}

.dash-subtitle {
  font-size: 14px;
  color: #636363;
  line-height: 1.34;
}

.dash-4box .dash-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dash-4box .dash-icon svg {
  width: 20px;
  height: 20px;
}

.dash-4box .dash-icon.icon-1 {
  background: #49b8ff;
  color: #fff;
}

.dash-4box .dash-icon.icon-2 {
  background: #713bdb;
  color: #fff;
}

.dash-4box .dash-icon.icon-3 {
  background: #db3bd6;
  color: #fff;
}

.dash-4box .dash-icon.icon-4 {
  background: #fdcc0d;
  color: #fff;
}

.dash-4box span {
  font-size: 18px;
  font-weight: 700;
  display: block;
  line-height: 1.34;
  margin-bottom: 0px;
}

.dash-4box p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.34;
  display: block;
  margin-bottom: 0px;
}

.dash-card-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.34;
  display: block;
}

.dash-topup-btn {
  color: #fff;
  background: var(--secondary-color);
  padding: 6px 14px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}

.dash-topup-btn:hover {
  background: var(--secondary-hover);
}

.dash-topup-stats {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.34;
}

.dash-topup-stats div:last-child {
  font-weight: 700;
}

.dash-topup-stats div {
  padding-top: 8px;
  padding-bottom: 8px;
}

.like-heart {
  position: absolute;
  top: 12px;
  right: 15px;
  z-index: 3;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.like-heart svg {
  width: 20px;
  height: 20px;
}

.filter-preferencje .title {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.filter-preferencje .form-check {
  margin-bottom: 4px;
}

.filter-preferencje .form-check label {
  line-height: 1.34;
  font-size: 14px;
  font-weight: 600;
  color: #525252;
  position: relative;
  top: 3px;
  cursor: pointer;
}

/*=======================*/

.slider-gallery {
  width: 100%;
  position: relative;
  height: 450px;
  background: #f4f4f4;
}

.gallerySwiper img {
  width: 100%;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
}

.slider-gallery-mask {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: transparent;
  background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
}

.gallerySwiper .swiper-button-prev,
.gallerySwiper .swiper-button-next {
  background: #fff;
  color: #202020;
  transition: all 0.2s ease-in-out;
  top: 50%;
}

.gallerySwiper .swiper-button-prev:hover,
.gallerySwiper .swiper-button-next:hover {
  background: var(--primary-hover);
  color: #fff;
}

.see-photos {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 15px;
  background: #fff;
  font-size: 14px;
  border: 0px solid;
  color: #202020;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 4px;
  opacity: 0.9;
  transition: all 0.2s ease-in-out;
}

.see-photos:hover {
  opacity: 1;
}

.ongal-like {
  position: absolute;
  z-index: 2;
  right: 146px;
  bottom: 15px;
  background: #fff;
  font-size: 14px;
  border: 0px solid;
  color: #202020;
  font-weight: 600;
  padding: 6px 9px;
  border-radius: 4px;
  opacity: 0.9;
  transition: all 0.2s ease-in-out;
}

.ongal-like:hover {
  opacity: 1;
  color: var(--primary-color);
}

.ongal-like svg {
  position: relative;
  top: -1px;
}

.ongal-share {
  position: absolute;
  z-index: 2;
  right: 186px;
  bottom: 15px;
  background: #fff;
  font-size: 14px;
  border: 0px solid;
  color: #202020;
  font-weight: 600;
  padding: 6px 9px;
  border-radius: 4px;
  opacity: 0.9;
  transition: all 0.2s ease-in-out;
}

.ongal-share:hover {
  opacity: 1;
}

.ongal-share svg {
  position: relative;
  top: -2px;
}

.ongal-share.date-fix {
  right: 186px;
}

.ongal-report {
  position: absolute;
  z-index: 2;
  right: 226px;
  bottom: 15px;
  background: #fff;
  font-size: 14px;
  border: 0px solid;
  color: #202020;
  font-weight: 600;
  padding: 6px 9px;
  border-radius: 4px;
  opacity: 0.9;
  transition: all 0.2s ease-in-out;
}

.ongal-report:hover {
  opacity: 1;
}

.ongal-report svg {
  position: relative;
  top: -2px;
}

.ongal-report.date-fix {
  right: 146px;
}

.ongal-tip {
  position: absolute;
  z-index: 2;
  right: 266px;
  bottom: 15px;
  background: #fff;
  font-size: 14px;
  border: 0px solid;
  color: #202020;
  font-weight: 600;
  padding: 6px 9px;
  border-radius: 4px;
  opacity: 0.9;
  transition: all 0.2s ease-in-out;
}

.ongal-tip:hover {
  opacity: 1;
}

.ongal-tip svg {
  position: relative;
  top: -2px;
}

.profilepage-avatar img {
  width: 87px;
  height: 87px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 10px;
}

.profilepage-avatar .cat {
  text-decoration: none;
  color: var(--primary-color);
  font-weight: 700;
  font-size: 13px;
  display: block;
  margin-bottom: 4px;
}

.profilepage-avatar .cat a {
  text-decoration: none;
  color: var(--primary-color);
  font-weight: 700;
  font-size: 13px;
}

.profilepage-avatar .name {
  margin-bottom: 0px;
  line-height: 1.34;
  display: block;
  font-family: 'Poppins';
  font-size: 25px;
  font-weight: 700;
  color: #262626;
}

.profilepage-avatar .stars {
  line-height: 0;
}

.profilepage-avatar .stars svg {
  width: 12px;
  height: 12px;
  color: var(--primary-color);
  position: relative;
  margin-right: 0px;
}

.profile-desc {
  font-size: 15px;
  color: #878787;
  margin-top: 25px;
  font-weight: 600;
  max-height: 150px;
  overflow: hidden;
  mask-image: gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
  transition: all 0.4s ease-in-out;
  margin-bottom: 0px;
}

.profile-desc.expanded {
  mask-image: none;
  -webkit-mask-image: none;
  max-height: 100%;
}

.expand-desc {
  color: var(--primary-hover);
  font-weight: 700;
  margin-top: 5px;
  font-size: 14px;
  text-decoration: none;
}

.profile-video {
  margin-top: 25px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.profile-video img {
  width: 100%;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
}

.profile-video a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  text-decoration: none;
  background: var(--primary-color);
  z-index: 3;
  color: #fff;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}

.profile-video a svg {
  width: 40px;
  height: 40px;
  position: relative;
  margin-left: 3px;
}

.profile-video a:hover {
  background: var(--primary-hover);
}

.profile-video .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: rgba(0,0,0,0.35);
  transition: all 0.2s ease-in-out;
}

.profile-video:hover .mask {
  background: rgba(0,0,0,0.15);
}

.profile-desc-title {
  margin-top: 35px;
  font-size: 19px;
  font-family: 'Poppins';
  font-weight: 700;
  margin-bottom: 18px;
  color: #262626;
  display: block;
}

.profile-preferencje svg {
  color: var(--primary-color);
  width: 22px;
  height: 22px;
  position: relative;
  top: 0px;
  margin-right: 3px;
}

.profile-preferencje div {
  display: flex;
}

.profile-preferencje a {
  text-decoration: none;
  color: #4b4b4b;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  line-height: 1.34;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  flex: 1;
}

.profile-preferencje a:hover {
  color: var(--primary-color);
}

.profile-preferencje span {
  text-decoration: none;
  color: #4b4b4b;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  line-height: 1.34;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  flex: 1;
}

.newprofile-reviews .my-rank {
  font-size: 19px;
  font-family: 'Poppins';
  margin-top: 35px;
  line-height: 1.4;
  color: #292929;
  font-weight: 400;
  display: block;
  border-top: 1px solid rgba(0,0,0,0.05);
  padding-top: 25px;
}

.newprofile-reviews .stars {
  line-height: 0;
}

.newprofile-reviews .stars svg {
  width: 12px;
  height: 12px;
  color: var(--primary-color);
  position: relative;
  margin-right: 0px;
}

.newprofile-reviews .stars-title {
  font-size: 13px;
  color: #8e8e8e;
  font-weight: 400;
  line-height: 1.34;
  display: block;
  position: relative;
  top: 1px;
  margin-left: 6px;
}

.my-rank-big {
  display: block;
  font-size: 25px;
  font-family: 'Poppins';
  font-weight: 700;
  color: #262626;
  margin-top: 25px;
}

.my-rank-sub {
  display: block;
  color: #707070;
  font-size: 14px;
}

/*=======================*/

.profile2-sidebar {
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
  background: #fff;
  padding: 35px;
}

.profile2-sidebar.sticky {
  position: sticky;
  top: 127px;
}

.profile2-sidebar .call-me {
  color: var(--primary-hover);
  font-family: 'Poppins';
  font-size: 19px;
  font-weight: 700;
  display: block;
}

.profile2-sidebar .call-me a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  color: #484848;
}

.profile2-sidebar .call-me a:hover {
  color: var(--primary-hover);
}

.profile2-sidebar .whatsapp-me {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  color: var(--primary-hover);
  font-size: 14px;
  font-family: 'Poppins';
  font-weight: 400;
  display: block;
}

.profile2-sidebar .whatsapp-me svg {
  color: var(--green-dark);
  position: relative;
  top: -1px;
  margin-right: 4px;
}

.profile2-sidebar .title {
  display: block;
  color: var(--primary-hover);
  font-size: 19px;
  font-weight: 700;
  font-family: 'Poppins';
}

.profile2-sidebar .info-title {
  font-weight: 700;
  font-size: 15px;
}

.profile2-sidebar .info-desc {
  font-weight: 600;
  font-size: 15px;
}

.expandInfos {
  color: #8a8a8a;
}

.expandInfos svg {
  width: 12px;
  height: 12px;
  margin-left: 4px;
  position: relative;
  top: -1px;
}

.expand-infos {
  cursor: pointer;
}

.expandPricing {
  color: #8a8a8a;
}

.expandPricing svg {
  width: 12px;
  height: 12px;
  margin-left: 4px;
  position: relative;
  top: -1px;
}

.expand-pricing {
  cursor: pointer;
}

.expandHours {
  color: #8a8a8a;
}

.expandHours svg {
  width: 12px;
  height: 12px;
  margin-left: 4px;
  position: relative;
  top: -1px;
}

.expand-hours {
  cursor: pointer;
}

.profile2-sidebar .small-title {
  display: block;
  font-weight: 700;
  color: #262626;
  margin-bottom: 8px;
}

.profile2-sidebar p.normal {
  font-size: 13px;
  color: #707070;
}

.profile2-sidebar span.normal {
  font-size: 13px;
  color: #707070;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.profile2-sidebar .ending-call {
  font-size: 13px;
  font-weight: 700;
  color: var(--primary-hover);
  text-decoration: none;
  display: block;
}

.profile2-sidebar .ending-social {
  color: #707070;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  margin-right: 6px;
}

.profile2-sidebar .ending-social:last-child {
  margin-right: 0px;
}

.profile2-sidebar .ending-social:hover {
  color: var(--primary-hover);
}

.profile2-sidebar .ending-social svg {
  width: 14px;
  height: 14px;
}

.sticky-details {
  position: fixed;
  z-index: 101;
  bottom: 15px;
  right: 15px;
  background: var(--primary-color);
  transition: all 0.2s ease-in-out;
  border: 0px solid;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: 0px 0px 24px -14px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 24px -14px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 24px -14px rgba(0, 0, 0, 1);
}

.sticky-details svg {
  color: #fff;
  width: 20px;
  height: 20px;
}

.sticky-details.active {
  background: #fff;
}

.sticky-details.active svg {
  color: var(--primary-color);
}

.profile2-sidebar-col.full-show {
  display: block !important;
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 100;
}

.alert-danger {
  background: var(--primary-color);
  color: rgba(255, 255, 255, 0.85);
  overflow: hidden;
}

.alert-success {
  background: #2aaf5f;
  color: rgba(255, 255, 255, 0.85);
  overflow: hidden;
}

.alert-icon-container {
  background: var(--primary-hover);
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}

.alert-success .alert-icon-container {
  background: #28a359;
}

.alert-container {
  padding-left: 68px !important;
  font-size: 14px;
  line-height: 1.24;
  font-weight: 500;
}

.grecaptcha-badge { 
  display: none !important;
}

/* ANIM ALERTS */

.done-wrapper {
  display:flex;
  justify-content:center;
  align-items:center;
}

.done-wrapper .checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: var(--primary-color);
  fill: none;
  animation: donewrapper_stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.done-wrapper .checkmark {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 0 auto;
  box-shadow: inset 0px 0px 0px var(--primary-color);
  animation: donewrapper_fill .4s ease-in-out .4s forwards, donewrapper_scale .3s ease-in-out .9s both;
}

.done-wrapper .checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: donewrapper_stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes donewrapper_stroke {
  100%{stroke-dashoffset: 0}
}

@keyframes donewrapper_scale {
  0%, 100%{transform: none}50%{transform: scale3d(1.1, 1.1, 1)}
}

@keyframes donewrapper_fill {
  100%{box-shadow: inset 0px 0px 0px 30px var(--primary-color)}
}

.register-done-title {
  font-weight: 700;
  color: var(--primary-color);
  text-align: center;
  margin-top: 12px;
  font-size: 20px;
}

#register-done p {
  font-size: 14px;
  color: #585858;
  line-height: 1.34;
}

.error-container-circle .circle,
.error-container-circle .circle-border {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.error-container-circle .circle {
  z-index: 1;
  position: relative;
  background: var(--custom-white);
  transform: scale(1);
  animation: success-anim 700ms ease;
}

.error-container-circle .circle-border {
  z-index: 0;
  position: absolute;
  transform: scale(1.1);
  animation: circle-anim 400ms ease;
  background: var(--primary-color);
}

@keyframes success-anim {
  0% {
    transform: scale(0);
  }
  30% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes circle-anim {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1.1);
  }
}
.error-container-circle .error::before,
.error-container-circle .error::after {
  content: "";
  display: block;
  height: 4px;
  background: #fff;
  position: absolute;
}

.error::before {
  width: 30px;
  top: 48%;
  left: 20%;
  transform: rotateZ(45deg);
}

.error::after {
  width: 30px;
  top: 48%;
  left: 20%;
  transform: rotateZ(-45deg);
}

/* END ANIM ALERTS */

.passreset-code {
  font-weight: 600;
  letter-spacing: 4px;
}

.passreset-code::placeholder {
  letter-spacing: 0;
}

.passreset-code::-ms-input-placeholder {
  letter-spacing: 0;
}

.lh-fix {
  line-height: 1.34;
}

hr {
  opacity: .15 !important;
  border-style: dashed !important;
}

.profile-settings-avatar img.avatar {
  width: 100%;
  max-width: 100px;
  height: auto;
  border-radius: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border: 2px dashed #ebebeb;
  -webkit-box-shadow: 0px 0px 24px -17px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 24px -17px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 24px -17px rgba(0, 0, 0, 1);
}

.profile-settings-avatar a {
  position: absolute;
  right: -5px;
  bottom: 15px;
  background: rgba(0,0,0,0.75);
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
}

.profile-settings-avatar a svg {
  width: 14px;
  height: 14px;
}

.profile-settings-avatar span {
  font-size: 18px;
  font-weight: 700;
}

.hidden-input {
  position: absolute;
  z-index: -1;
  left: -3000px;
  width: 1px;
  height: 1px;
}

.pick-img-video {
  background: transparent;
  border: 2px dashed #ebebeb;
  text-align: center;
  display: block;
  width: 100%;
  padding: 12px 16px;
  font-size: 14px;
  color: #5e5e5e;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
}

.pick-img-video:hover {
  background: #ebebeb;
}

.profile-settings-empty-gal {
  width: 100%;
  max-width: 150px;
}

.profile-settings-gallery {
  border-radius: 8px;
  overflow: hidden;
}

.profile-settings-gallery img {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/12;
  object-fit: cover;
}

.profile-settings-gallery .actions {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,0.75);
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 0;
}

.profile-settings-gallery .actions a {
  color: #fff;
  text-decoration: none;
}

.profile-settings-gallery .actions a svg {
  width: 12px;
  height: 12px;
}

.acc-add-ad-btn {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(2px);
  border-radius: 8px;
  border: 2px solid #ebebeb;
  aspect-ratio: 16/12;
  transition: all 0.2s ease-in-out;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #202020;
}

.acc-add-ad-btn:hover {
  background: rgba(255,255,255,0.85);
}

.acc-add-ad-btn svg {
  width: 24px;
  height: 24px;
  margin-bottom: 5px;
}

.dropify-wrapper {
  display: block;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 400px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 22px;
  border-radius: 8px;
  color: #334151;
  background-color: #FFF;
  background-image: none;
  text-align: center;
  border: 1px solid #e1e6f1;
  -webkit-transition: border-color 0.15s linear;
  transition: border-color 0.15s linear;
}

.dropify-message {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dropify-wrapper:hover {
  background-size: 30px 30px;
  background-image: -webkit-linear-gradient(135deg, #ffebee 25%, transparent 25%, transparent 50%, #ffebee 50%, #ffebee 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #ffebee 25%, transparent 25%, transparent 50%, #ffebee 50%, #ffebee 75%, transparent 75%, transparent);
  -webkit-animation: stripes 2s linear infinite;
  animation: stripes 2s linear infinite;
}

@-webkit-keyframes stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 60px 30px; } 
}

@keyframes stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 60px 30px; } 
}

.my-ads-box {
  width: 100%;
  position: relative;
  border-radius: 8px;
  border: 2px solid #ebebeb;
  aspect-ratio: 16/12;
  overflow: hidden;
}

.my-ads-box img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.my-ads-box .btns {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
}

.my-ads-box .btns a {
  background: rgba(0,0,0,0.75);
  color: #fff;
  text-decoration: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  margin-left: 5px;
  transition: all 0.2s ease-in-out;
}

.my-ads-box .btns a:hover {
  background: rgba(0,0,0,0.95);
}

.my-ads-box .btns a svg {
  width: 13px;
  height: 13px;
}

.my-ads-box .desc {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255,255,255,0.90);
  padding: 8px 12px;
  width: 100%;
  height: auto;
  max-height: 36px;
  font-size: 13px;
  transition: all 0.2s ease-in-out;
}

.my-ads-box .desc span {
  display: block;
  font-weight: 600;
  color: var(--primary-color);
}

.my-ads-box .desc p {
  line-height: 1.24;
  margin-bottom: 0px;
  margin-top: 6px;
  display: none;
}

.my-ads-box:hover .desc {
  max-height: 90%;
}

.my-ads-box:hover .desc p {
  display: block;
}

.no-items-found {
  margin: 30px 0px;
  text-align: center;
}

.no-items-found svg {
  width: 45px;
  height: 45px;
  margin-bottom: 10px;
  color: var(--primary-color);
}

.no-items-found span {
  display: block;
  font-size: 18px;
  font-weight: 700;
}

.promote-plan {
  padding: 20px;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  text-align: center;
}

.promote-plan span {
  font-size: 24px;
  color: var(--primary-color);
  font-weight: 700;
  display: block;
  margin-bottom: 6px;
  line-height: 1.24;
}

.promote-plan p {
  color: #646464;
  font-size: 14px;
  line-height: 1.24;
  font-weight: 500;
  margin-bottom: 15px;
}

.promote-plan strong {
  font-size: 16px;
  display: block;
  margin-bottom: 20px;
}

.city-tooltip {
  position: absolute;
  width: calc(100% - 24px);
  top: 50px;
  left: 12px;
  right: 12px;
  background: #fff;
  border: 1px solid #ebebeb;
  padding: 10px 15px;
  z-index: 5;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-shadow: 0px 0px 24px -16px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 24px -16px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 24px -16px rgba(0, 0, 0, 1);
}

.city-tooltip span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-bottom: 2px;
  color: #202020;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.city-tooltip span:last-child {
  margin-bottom: 0px;
}


.city-tooltip span:hover {
  color: var(--primary-color);
}

.show-hide-pass {
  background: transparent;
  position: absolute;
  border: 0 solid;
  right: 4px;
  top: 16px;
  line-height: 0;
}

.show-hide-pass svg {
  position: relative;
  top:0;
  left: auto;
}

.show-hide-pass2 {
  background: transparent;
  position: absolute;
  border: 0 solid;
  right: 4px;
  top: 16px;
  line-height: 0;
}

.show-hide-pass2 svg {
  position: relative;
  top:0;
  left: auto;
}

.list-review {
  padding-bottom: 20px;
  border-bottom: 1px dashed rgba(0,0,0,0.15);
}

.list-review .author img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 10px;
}

.list-review .author span {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-color);
  display: block;
  width: 100%;
  line-height: 1.24;
}

.list-review .author span:last-child {
  font-size: 12px;
  font-weight: 600;
  color: #5e5e5e;
  margin-top: 6px;
}

.list-review .author p {
  display: block;
  width: 100%;
  margin-bottom: 0px;
  line-height: 1.24;
}

.list-review .author svg {
  width: 12px;
  height: 12px;
  color: var(--primary-color);
}

.list-review .author span:last-child svg {
  color: #5e5e5e;
  position: relative;
  top: -2px;
  width: 12px;
  height: 12px;
}

.list-review-text {
  font-size: 14px;
  color: #727272;
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 58px;
}

.blog-sidebar a {
  color: #5e5e5e;
  text-decoration: none;
  line-height: 1.24;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}

.blog-sidebar a:last-child {
  margin-bottom: 0px;
}

.blog-sidebar a:hover {
  color: var(--primary-hover);
}

.blog-content h1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.24;
  margin-bottom: 15px;
}

.blog-content h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.24;
  margin-bottom: 10px;
}

.blog-content h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.24;
  margin-bottom: 8px;
}

.index-advert {
  width: auto;
  max-width: 100%;
  height: auto;
}

.terms-content {
  font-size: 14px;
  line-height: 1.24;
  color: rgba(0,0,0,0.75);
}

.terms-content h1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.24;
  margin-bottom: 15px;
}

.terms-content h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.24;
  margin-bottom: 10px;
}

.terms-content h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.24;
  margin-bottom: 8px;
}

.accordion-button {
  font-size: 16px !important;
  font-weight: 600 !important;
}

.accordion-button:focus {
  outline: none;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background: #ffedef;
  color: var(--primary-color);
}

.accordion-button::after {
  filter: invert(20%) sepia(88%) saturate(7500%) hue-rotate(342deg) brightness(90%) contrast(101%);
  background-size: 1rem;
  width: 1rem;
  height: 1rem;
}

.contact-map {
  width: 100%;
  height: 180px;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 15px;
}

.share-profile {
  position: absolute;
  bottom: -158px;
  right: 186px;
  background: #fff;
  z-index: 3;
  width: 300px;
  padding: 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
}

.share-profile span {
  font-size: 14px;
  font-weight: 700;
  display: block;
  margin-bottom: 4px;
}

.share-profile input {
  width: 100%;
  max-width: 100%;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  padding: 6px 10px;
  font-size: 12px;
  color: #444444;
}

.share-profile input:focus {
  outline: none;
  box-shadow: none;
}

.share-profile a {
  color: #707070;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  margin-right: 6px;
}

.share-profile a:hover {
  color: var(--primary-hover);
}

.share-profile a svg {
  width: 14px;
  height: 14px;
}

.verified-check {
  display: inline-block;
  position: relative;
  margin-left: 4px;
  top: -1px;
  color: var(--primary-color);
}

.verified-check svg {
  width: 14px;
  height: 14px;
}

.verified-check-big {
  display: inline-block;
  position: relative;
  margin-left: 4px;
  top: -1px;
  color: var(--primary-color);
}

.verified-check-big svg {
  width: 20px;
  height: 20px;
}

.pick-lang-link img {
  position: relative;
  top: -2px;
  margin-right: 5px;
  object-fit: cover;
  border: 1px solid #d3d3d3;
}

.pick-lang-link {
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  color: #202020;
}

.main-btn:disabled {
  opacity: 0.5;
}

.advanced-search {
  border: 0px solid;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  background: var(--secondary-hover);
  color: #fff;
  text-align: center;
  padding: 3px 8px;
  transition: all 0.2s ease-in-out;
}

.advanced-search:hover {
  background: var(--secondary-color);
}

.advanced-search-container {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  height: 100%;
  background: #fff;
  width: 100%;
  max-width: 350px;
  -webkit-box-shadow: 0px 0px 24px -14px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 24px -14px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 24px -14px rgba(0, 0, 0, 1);
  transform: translateX(-355px);
  transition: all 0.3s ease-in-out;
}

.advanced-search-container button.close {
  background: transparent;
  border: 0px solid;
  color: #202020;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  height: auto;
  width: auto;
}

.advanced-search-container.active {
  transform: translateX(0px);
}

.advanced-search-container .inside {
  width: 100%;
  margin-top: 25px;
  padding: 15px;
  height: 100%;
  color: #202020;
}

.advanced-search-container .scroll-adv-search {
  height: calc(95% - 40px);
}

.advanced-search-container label {
  font-size: 12px;
  font-weight: 800;
  display: block;
  margin-bottom: 1px;
}

.fix-adv-sr-ch {
  width: 16px !important;
  height: 16px !important;
  padding: 0 !important;
}

.input-unit-container {
  display: flex;
  align-items: center;
}

.input-unit {
  background: #f4f4f4;
  font-size: 11px;
  font-weight: 700;
  padding: 0px 8px;
  height: 48px;
  display: flex;
  align-items: center;
  border: 1px solid #e9e9e9;
  border-left: 0px solid;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.input-unit-container .input-icon input {
  -webkit-border-radius: 0px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius: 0px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-radius: 0px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.my-ads-saved {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 3;
  width: 90%;
  text-align: center;
  padding: 6px 14px;
  border-radius: 5px;
  background: var(--green-dark);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 24px -11px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 24px -11px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 24px -11px rgba(0, 0, 0, 1);
}

.my-ads-saved span {
  display: block;
  width: calc(100% + 28px);
  background: #30db9d;
  height: 3px;
  position: relative;
  margin-top: 3px;
  margin-bottom: -6px;
  margin-left: -14px;
}

.cities-all-container {
  overflow: hidden;
  position: relative;
  height: 160px;
  margin-bottom: 35px;
  width: 100%;
  overflow-x: scroll;
  scrollbar-width: auto;
  scrollbar-color: var(--primary-hover) transparent;
}

.cities-all {
  position: absolute;
  display: flex;
  align-items: start;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  transition: left .3s ease 0s;
  white-space: nowrap;
  padding: 0px 20px;
}

.cities-all .box {
  width: 200px;
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 10px;
}

.cities-all .inner-box {
  width: 200px;
  display: block;
  margin-right: 4px;
  margin-bottom: 10px;
}

.cities-all a {
  font-size: 12px;
  text-decoration: none;
  color: #f4f4f4;
  background: #292929;
  padding: 3px 8px;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}

.cities-all a:hover {
  background: var(--primary-hover);
}

.cities-all a.active {
  background: var(--primary-hover);
}

.swipe-city-icon {
  width: 30px;
  position: absolute;
  right: 20px;
  bottom: -18px;
  animation: shake-horizontal 4.5s ease-in-out infinite;
}

@keyframes shake-horizontal {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-10px);
  }
  50% {
    transform: translateX(10px);
  }
  75% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}