/* Pagination */
/* Pagination css */
/* General */
/* .g_hover_bg:hover {
    background: blue;
    color: white;
    cursor: pointer;
} */
/* Star Rating */
/* Sidepanel */
/* The sidepanel menu */
/* The sidepanel links */
/* When you mouse over the navigation links, change their color */
/* .sidepanel a:hover {
     color: #f1f1f1;
 } */
/* Position and style the close button (top right corner) */
/* Style the button that is used to open the sidepanel */
/* animations */
/* ----------------------------------------------
 * Generated by Animista on 2023-3-13 23:59:20
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation bounce-in-right
 * ----------------------------------------
 */
@-webkit-keyframes bounce-in-right {
  0% {
    -webkit-transform: translateX(600px);
    transform: translateX(600px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateX(68px);
    transform: translateX(68px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateX(32px);
    transform: translateX(32px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-right {
  0% {
    -webkit-transform: translateX(600px);
    transform: translateX(600px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateX(68px);
    transform: translateX(68px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateX(32px);
    transform: translateX(32px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2023-3-14 1:37:24
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2023-3-14 22:15:17
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-out-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-out-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
}
@keyframes slide-out-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
}
/* typewriter */
/* DEMO-SPECIFIC STYLES */
/* The typing effect */
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: orange;
  }
}
/* typewriter ends*/
/* Notification setup */
/* Notification setup */
/* Horizontal Scrolling */
/* Horizontal Scrolling */
/* Search Results styling */
/* Search Results styling */
/* FAQ */
/* Home */
/* Optional scrollbar styling */
/* Lead Post Block */
/* push Notification */
/* Featured listing image */
/* Profession Expand */
/* My Account */
/* // My profile */
/* Position buttons around the circle */
/* My Account */
/* Post Ads */
/* Post Ads */
/* Pricing */
/* Pricing */
/* privacy Policy */
/* privacy policy */
/* Terms and Conditions */
/* Terms and Conditions */
.nav_link {
  color: black;
}
.nav_link:hover {
  color: white;
  background-color: #373db9;
  border-radius: 1rem;
}

.nav_link_c:hover {
  color: white;
  background-color: #373db9;
  border-radius: 1rem;
}

.nav_link_active {
  color: white;
  background-color: #373db9;
  border-radius: 1rem;
}

.deep_curve_top {
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
}

.deep_curve_bottom {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.deep_curve_right {
  border-bottom-right-radius: 1rem;
  border-top-right-radius: 1rem;
}

.deep_curve {
  border-radius: 1rem;
}

.pagination {
  height: 60px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(3px);
  border-radius: 2px;
}
.pagination li {
  list-style-type: none;
  display: inline-block;
}
.pagination li a {
  position: relative;
  padding: 20px 25px;
  text-decoration: none;
  color: black;
  font-weight: 500;
}
.pagination li a:hover {
  background: rgba(0, 0, 0, 0.2);
}
.pagination li.active a {
  background: rgba(0, 0, 0, 0.2);
}

.HGZkf:hover {
  color: red;
}

.zB3ltw {
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  position: relative;
  z-index: 1;
}
.zB3ltw:hover {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #fff;
  cursor: pointer;
  border-color: #007bff;
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.4);
  transform: translateY(-2px);
}
.zB3ltw:focus {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #fff;
  cursor: pointer;
  border-color: #007bff;
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.4);
  transform: translateY(-2px);
}
.zB3ltw:focus-visible {
  outline: none;
}

.zB3ltw.active {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #fff;
  cursor: pointer;
  border-color: #007bff;
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.4);
  transform: translateY(-2px);
}

.fE1olvr {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #ffffff;
  border: 1px solid #007bff;
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
  transition: all 0.2s ease-in-out;
  transform: translateY(-1px);
  z-index: 2;
  position: relative;
  background-color: blue;
  color: white;
  background-color: blue;
  color: white;
  background-color: blue;
  color: white;
}

.clasificacion {
  direction: rtl;
  unicode-bidi: bidi-override;
}

.rtng:hover {
  color: orange;
  transition: all 0.5s ease-out;
}
.rtng:hover ~ .rtng {
  color: orange;
  transition: all 0.5s ease-out;
}

input[name=estrellas]:checked ~ label {
  color: orange;
}

.sidepanel {
  height: 250px;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
}
.sidepanel a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  cursor: pointer;
  background-color: #ffffff;
  border: none;
}
.openbtn:hover {
  background-color: #ffffff;
}

.bounce-in-right {
  -webkit-animation: bounce-in-right 1.1s both;
  animation: bounce-in-right 1.1s both;
}

.slide-top {
  -webkit-animation: slide-top 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-top 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.slide-out-top {
  -webkit-animation: slide-out-top 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: slide-out-top 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.typewriter h1 {
  color: #fff;
  font-family: monospace;
  overflow: hidden;
  border-right: 0.15em solid orange;
  white-space: nowrap;
  margin: 0 auto;
  letter-spacing: 0.15em;
  animation: typing 3.5s steps(30, end), blink-caret 0.5s step-end infinite;
}

.YkM2eF2 {
  position: relative;
}

.tkRoig {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  background-color: red;
  color: white;
  font-size: 0.75rem;
  padding: 6px 6px;
  border-radius: 50%;
}

.a8tSe {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}

.j80xpp {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.j80xpp::-webkit-scrollbar {
  display: none;
}
.j80xpp > * {
  flex: 0 0 auto;
}

.vertical-scroll {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  white-space: normal;
  -ms-overflow-style: none;
  scrollbar-width: none;
  max-height: 100%;
}
.vertical-scroll::-webkit-scrollbar {
  display: none;
}
.vertical-scroll > * {
  flex: 0 0 auto;
}

#searchResultsContainer {
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  background: #fff;
}

#searchResults li:hover {
  background: #f8f9fa;
}

.NOLMuLn:hover {
  text-decoration: none;
}

body {
  background-color: #ffffff;
  color: #333;
}

.ROlG7 {
  border: none;
  border-bottom: 1px solid #e0e0e0;
}

.sCXPp9 {
  padding: 20px 0;
  font-weight: 600;
  color: #333;
  background-color: transparent;
}
.sCXPp9:not(.XZzXc) {
  color: #333;
  background-color: transparent;
  box-shadow: none;
}
.sCXPp9:focus {
  box-shadow: none;
  border-color: transparent;
}
.sCXPp9::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.w9yOZVZ {
  padding: 0 0 20px 0;
}

.bv6Z1kg {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.bv6Z1kg::-webkit-scrollbar {
  display: none;
}

#fb-posts {
  scroll-behavior: smooth;
}
#fb-posts::-webkit-scrollbar {
  height: 8px;
  display: none;
}
#fb-posts::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.eUkqT {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 6px 10px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.2rem;
  color: #333;
}
.eUkqT:hover {
  background: rgb(255, 255, 255);
}

.Ngqk1 {
  filter: blur(4px);
  pointer-events: none;
  user-select: none;
  position: relative;
}

.kOPaDN {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.sOm0xmK {
  position: relative;
}

.select2-container {
  width: 90% !important;
}
.select2-container .select2-choice {
  display: block !important;
  height: 36px !important;
  white-space: nowrap !important;
  line-height: 26px !important;
  display: block !important;
  height: 36px !important;
  white-space: nowrap !important;
  line-height: 26px !important;
}

.QFh8Q.hidden {
  display: none;
}

.QFh8Q {
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}

.iFah4D {
  background: #fff;
  padding: 2em;
  border-radius: 1em;
  max-width: 400px;
  width: 90%;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  font-family: sans-serif;
}

.w202XK {
  margin-top: 1.5em;
  display: flex;
  justify-content: center;
  gap: 1em;
}
.w202XK button {
  padding: 0.7em 1.5em;
  border: none;
  border-radius: 5px;
  font-size: 1em;
  cursor: pointer;
}

#push-allow-btn {
  background-color: #007bff;
  color: #fff;
}

#push-deny-btn {
  background-color: #eee;
  color: #333;
}

.C1CHoX {
  width: 100%;
  aspect-ratio: 16/9;
  background: #eee;
}

.AX7Zzl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: blur(15px);
  transform: scale(1.1);
  z-index: 1;
}

.LNu5vb {
  position: relative;
  z-index: 2;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  padding: 0.5rem;
}

.x2tmVf9 {
  filter: blur(8px);
  opacity: 0.7;
}

.wrap-mode {
  flex-wrap: wrap !important;
  overflow: visible !important;
  scroll-snap-type: none !important;
}

.hnBQLhg:hover {
  background-color: blue;
  opacity: 0.5;
  color: white;
  font-weight: 500;
}

.nLZFBu:hover {
  background-color: red;
  opacity: 0.5;
  color: white;
  font-weight: 500;
}

.bk3azB:hover {
  background-color: green;
  opacity: 0.5;
  color: white;
  font-weight: 500;
}

.ruBIwrz:hover {
  background-color: orange;
  opacity: 0.5;
  color: black;
  font-weight: 500;
}

#listing {
  display: none;
}

#featuring {
  display: none;
}

.LHgFYk {
  position: relative;
  width: 150px;
  height: 150px;
  margin: auto;
}
.LHgFYk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.p9SQ2j {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  transition: background-color 0.2s;
}
.p9SQ2j:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

#changeImageBtn {
  bottom: 20%;
  left: 100%;
  transform: translate(-50%, -50%);
}

#removeImageBtn {
  bottom: 10%;
  left: 90%;
  transform: translate(-50%, 50%);
}

#image-loader {
  z-index: 1;
}

.yu9nR4 {
  padding: 10px;
  margin: 5px;
  cursor: pointer;
  padding: 10px;
  margin: 5px;
  cursor: pointer;
}

.XYSWsX {
  display: inline-block;
  width: 100px;
  height: 100px;
  background-color: white;
  border: 1px dotted #ddd;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  background-color: white;
  border: 1px dotted #ddd;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  position: relative;
}
.XYSWsX img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.XYSWsX button {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: red;
  color: white;
  border: none;
  cursor: pointer;
  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: red;
  color: white;
  border: none;
  cursor: pointer;
  display: none;
}
.XYSWsX:hover button {
  display: block;
  display: block;
}

.KqwM5:not(:last-child) {
  border-bottom: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

.d0zxG {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}
.d0zxG:hover {
  color: #0d6efd;
  color: #0d6efd;
}

@media (max-width: 768px) {
  .eUkqT {
    display: none;
  }
}
