html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,svg{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
table{border-collapse:collapse;border-spacing:0}

.padding { padding: 15px }
.padding-left { padding-left: 15px }
.padding-right { padding-right: 15px }
.padding-top { padding-top: 15px }

.margin-top-30 { top: 30px !important }
.margin-right-1 { margin-right: 1px !important }
.margin-left-1 { margin-left: 1px !important }

.hide-lg { display: none !important }

input.checkbox {
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--off-black);
  margin: 0;
  display: inline-grid;
  place-content: center;

  font: inherit;
  color: var(--off-black);
  width: 20px;
  height: 20px;
  border: 1px solid var(--white);
  border-radius: 0.2em;
  transform: translateY(-0.075em);
  vertical-align: middle;
}
input.checkbox::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 100ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--red);
  transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
input.checkbox:checked::before {
  transform: scale(1);
}

a {text-decoration:none;display:contents}

body {background-color:var(--black)}

.hidden,
.hidden * {
  pointer-events: none;
  visibility: hidden;
}
.hidden0, .hidden0 * { width:0;height:0;position:absolute; }

* {
  box-sizing: border-box;
}

html {
  scrollbar-color: #E1021E #303030;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  background-color: #E1021E !important;
  border-radius: 10px;
}
::-webkit-scrollbar-track {
  background-color: #303030 !important;
  border-radius: 10px;
}

.align-items-center { align-items: center !important }
.text-center { text-align: center }
.text-right { text-align: right }
.text-left { text-align: left !important }
.text-white { color: var(--white) !important }
.text-orange { color: var(--orange) }
.text-green { color: var(--green) }
.text-black { color: var(--black) }
.text-telegram { color: #0088cc !important }
.cleaner { clear: both }
.flex { display: flex }
.flex-cleaner { flex-basis: 100%;height: 0 }
.flex-wrap { flex-wrap: wrap }
.flex-nowrap { flex-wrap: nowrap }
.flex-column { flex-direction: column }
.no-grow { flex-grow: 0 !important }
.w100x100 { width: 100% }
.text-moscarossa { color: var(--red) }
.text-blue { color: var(--blue) }
.text-secondary { color: var(--light-grey) }
.text-underline { text-decoration: underline  }
.inline-block { display: inline-block }
.inline-flex { display: inline-flex !important }
.bg-white { background-color: var(--white) }
.bg-blue { background-color: var(--blue) }
.bg-black { background-color: var(--black) !important }
.bg-red { background-color: var(--red) !important }
.bg-wa { background-color: #037f2b !important /*#0ACE4A*/ }
.bg-grey { background-color: var(--grey) }
.bg-off-b { background-color: var(--off-black) !important }
.bg_none{ background: none !important }
.bg-dark-g { background-color: var(--dark-grey) !important }
.weight-700 { font-weight: 700 }
.color-unset { color: unset }
.cursor-unset { cursor: unset !important }
.cursor-default { cursor: default !important }
.d-none { display: none !important }
.sr-only { display: none }
.relative { position: relative }
.pl-1 { padding-left: 1px }
.pl-6 { padding-left: 6px !important }
.pr-3 { padding-right: 3px }
.no-scroll { overflow: hidden; position: relative }
.nowrap { white-space: nowrap }
.hh1 { height: 1px}
.hh2 { height: 2px}
.hh5 { height: 5px}
.hh10 { height: 10px}
.hh15 { height: 15px}
.hh20 { height: 20px}
.hh30 { height: 30px}
.hh40 { height: 40px}
.hh50 { height: 50px}
.hh80 { height: 80px}
.ww100 { width: 100px }
.w-h-23 { width: 23px !important; height: 23px !important }
.ww-fit { width: fit-content }
.ov-visible { overflow: visible !important }
.just-end { justify-content: end }
.v-align-super { vertical-align: super }
.v-align-sub { vertical-align: sub }

img, video, .video-1, .foto-verificate-1 {
  -webkit-tap-highlight-color: transparent; /* Rimuove il highlight su dispositivi iOS */
  user-select: none;                         /* Impedisce la selezione del contenuto */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.vertical-flex {
  display: flex;
  gap: 5px;
  align-items: center;
}

.input-m:focus, .select-div li:focus {
  outline: none;
}

/* bisgna mettere diviso altrimenti su alcuni browser non funziona.. */
.input-m.placeholder-selected::placeholder { color: var(--white); opacity: 1 }
.input-m.placeholder-selected::-webkit-input-placeholder { color: var(--white); opacity: 1 }
.input-m.placeholder-selected::-moz-placeholder { color: var(--white); opacity: 1 }
.input-m.placeholder-selected::-ms-placeholder { opacity: 1; color: var(--white) }

.input-m:focus::placeholder { opacity: 0; }
.input-m:focus::-webkit-input-placeholder { opacity: 0 }
.input-m:focus::-moz-placeholder { opacity: 0 }
.input-m:focus::-ms-placeholder { opacity: 0; }

.input-s:focus, .select-div li:focus {
  outline: none;
}

/* bisgna mettere diviso altrimenti su alcuni browser non funziona.. */
.input-s.placeholder-selected::placeholder { color: var(--white); opacity: 1 }
.input-s.placeholder-selected::-webkit-input-placeholder { color: var(--white); opacity: 1 }
.input-s.placeholder-selected::-moz-placeholder { color: var(--white); opacity: 1 }
.input-s.placeholder-selected::-ms-placeholder { opacity: 1; color: var(--white) }

.input-s:focus::placeholder { opacity: 0; }
.input-s:focus::-webkit-input-placeholder { opacity: 0 }
.input-s:focus::-moz-placeholder { opacity: 0 }
.input-s:focus::-ms-placeholder { opacity: 0; }

::-moz-selection { 
  color: var(--white);
	-webkit-text-fill-color: var(--white);
  background: var(--red);
}
::selection {
  color: var(--white);
	-webkit-text-fill-color: var(--white);
  background: var(--red);
}


.line-orizz {
  width: 100%;
  height: 1.5px;
}
.line-orizz.white-line {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.00) 0%, #FFF 47.73%, rgba(255, 255, 255, 0.00) 100%);
}

.intro{
  position:fixed;
  width:100%;
  height:100%;
  background-color:#000000d9;
  top:0;
  left:0;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
}
.overlay-select-div {
  z-index: 2;
  background-color: var(--hidden);
}
#popup-maggiorenne {
  width: calc(100vw - 30px);
  padding: 15px;
  max-width: 800px;
  color: var(--white);
  background-color: var(--black);
  border-radius: 10px;
  text-align: center;
  z-index: 100;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 100vh;
  position: relative;
}

.scroll_disclaimer{
  max-height: 45vh;
  overflow: auto;
}

.valign-text-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.valign-text-bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.container-center-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  pointer-events: none;
  width: 100%;
  min-height: calc(100vh - 200px);
}

.container-center-horizontal > * {
  flex-shrink: 0;
  pointer-events: auto;
}

.container {
  align-items: center;
  background-color: var(--black);
  display: flex;
  flex-direction: column;
  /* height: 4677px; */
  width: 100%;
  max-width: 1440px;
  min-width: 300px;
}

.nav-logo {
  height: 35px;
  position: relative;
  /* width: 254px; */
}

.pointer {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.icon-4 > svg, .icon-4 > .svg {
  height: 25px;
  position: relative;
  width: 25px;
}

.nav {
  -webkit-backdrop-filter: blur(15px) brightness(100%);
  align-items: center;
  backdrop-filter: blur(15px) brightness(100%);
  background-color: var(--black-3);
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
}

.overlap-group2-1 {
  background-color: var(--hidden);
  height: auto;
  position: relative;
  width: 100%;
  max-width: 1440px;
}

.background {
  align-items: flex-start;
  background-color: var(--hidden);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  height: 100%;
  left: 0;
  top: 0;
  width:100%;
  max-width: 1440px;
  position: absolute;
  z-index: 0;
}

.overlap-group-3 {
  align-items: flex-end;
  background: radial-gradient(50% 50% at 50% 50%, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-color: var(--hidden);
  display: flex;
  height: 100%;
  width:100%;
  max-width: 1440px;
}

.rectangle-4-1 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background-color: var(--hidden);
  height: 100%;
  width: 100%;
  max-width: 1440px;
}

.rectangle-4-1 > img {
  position: fixed;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.bg-container {
  position: absolute;
  width: 100%;
  height: auto;
}
.bg-container > img {
  width:100%;
  max-width:100%;
}

#breadcrumbs {
  position: relative;
  color: var(--white);
}

.piu_cliccate_title {
  align-items: center;
  align-self: stretch;
  background-color: var(--hidden);
  display: flex;
  gap: 8px;
  height: 30px;
  justify-content: center;
  position: relative;
  width: 100%;
}

.piu_cliccate_title > .row-1 {
  align-items: flex-end;
  display: flex;
  flex: 1;
  flex-grow: 1;
  justify-content: space-between;
  margin-bottom: -8.00px;
  margin-top: -8.00px;
  padding: 8px 0px;
}

.piu_cliccate_title > .row-1 > .surname {
  background-color: var(--hidden);
  color: var(--white);
  font-weight: 700;
  line-height: 30px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

.listing {
  align-items: center;
  align-self: stretch;
  background-color: var(--hidden);
  display: flex;
  gap: 10px;
  height: 215px;
  position: relative;
  width: 100%;
  overflow-x: auto;
}

.escort {
  background-color: var(--hidden);
  position: relative;
}

.escort-post {
  align-items: flex-start;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
}

.escort-small {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 5px;
  height: 180px;
  min-width: 100px;
  max-width: 120px;
}

.escort-small .hot {
  position: absolute;
  top: 5px;
  left: 5px;
}

.photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  border-radius: 10px;
}

.photo-2 {
  align-self: stretch;
  flex: 1;
  flex-grow: 1;
  /* max-width: 100%; */
  max-height: 100%;
}

.info {
  align-items: flex-start;
  background-color: var(--hidden);
  position: relative;
}
.info-2 {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  padding: 0px 5px;
  width: 100%;
}
.info-3 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 3px;
  height: 45px;
  margin-top: -10px;
  padding: 0px 8px;
  width: 100%;
}
.info-3-testo {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  /*height: 92px;*/
  margin-top: -10px;
  padding: 0px 8px;
  width: 100%;
}
.info-4 {
  align-self: stretch;
  display: flex;
  flex-direction: column;  
  height: 63px;
  margin-top: -10px;
  padding: 4px 8px;
  width: 100%;
}
.info-4-testo {
  align-self: stretch;
  display: flex;
  flex-direction: column;  
  /*height: 110px;*/
  margin-top: -10px;
  padding: 4px 8px;
  width: 100%;
}

.name {
  background-color: var(--hidden);
  color: var(--white);
  position: relative;
  white-space: nowrap;
}
.name-2 {
  align-self: stretch;
  font-weight: 700;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.name-3 {
  font-weight: 400;
  line-height: 16.8px;
  width: fit-content;

  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.button-city-2 {
  background-color: var(--hidden);
  cursor: pointer;
}

.vedi-tutte {
  background-color: var(--hidden);
  color: var(--white);
  font-weight: 400;
  position: relative;
  white-space: nowrap;
  width: fit-content;
  display: inherit;
}

.shadow-overlay-1 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 91.67%);
  background-color: var(--hidden);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 101px;
}

.text {
  font-weight: 400;
  line-height: 16px;
  position: relative;
  white-space: nowrap;
}
.text-3 {
  background-color: var(--hidden);
  color: var(--white);
  flex: 1;
  height: 16px;
}
.text-4 {
  background-color: var(--hidden);
  color: var(--white);
  height: 15px;
  width: 40px;
}
.text-5 {
  color: var(--black);
  width: fit-content;
  white-space: nowrap;
}

.location-1 {
  align-items: center;
  background-color: var(--hidden);
  display: flex;
  flex: 1;
  flex-grow: 1;
  gap: 2px;
  position: relative;
  width: 100%;
}

.round {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 28px;
  width: 28px;
  border-radius: 200px;
  background-color: var(--dark-grey);
  position: relative;
}
.round-medium {
  height: 22px;
  width: 22px;
}
.round-big {
  height: 38px;
  width: 38px;
}
.round-hot {
  background-color: var(--red);
}
.round-giallo {
  background-color: var(--giallo);
}
.round-green {
  background-color: var(--darkgreen);
}
.round-name {
  width: auto;
  height: auto;
  padding: 10px;
}

.gender-1 {
  position: absolute;
  top: 5px;
  right: 5px;
}

.plays-1 {
  position: absolute;
  bottom: 5px;
  left: 5px;
  display: flex;
}
.bottom-116{
  bottom: 116px !important;
}
.meta {
  align-items: center;
  background-color: var(--hidden);
  display: inline-flex;
  gap: 5px;
  justify-content: flex-end;
  position: absolute;
  bottom: 100px; /*115px;*/
  right: 15px;
}
.meta_data {
  align-items: center;
  background-color: var(--hidden);
  display: inline-flex;
  gap: 5px;
  justify-content: flex-end;
  position: absolute;
  bottom: 138px;
  right: 15px;
  color: var(--white);
}
.meta-small {
  align-items: center;
  background-color: var(--hidden);
  display: inline-flex;
  gap: 5px;
  justify-content: space-between;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
/* .meta-3 {
  left: 272px;
}
.meta-4 {
  left: 134px;
}
.meta-5 {
  left: 163px;
} */

.video-1 {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.294);
  border-radius: 200px;
  display: flex;
  gap: 5px;
  height: 24px;
  padding: 3px 4px;
  position: absolute;
  top: 40%;
  left: calc(50% - 35px);
  width: 71px;
}
.video-1-diamond{
  top:70% !important
}
.icon-6 {
  /* align-items: center; */
  /* background-color: var(--hidden); */
  /* border-radius: 4px; */
  /* display: flex; */
  /* gap: 10px; */
  height: 19px;
  /* justify-content: center; */
  /* padding: 3px 6px; */
  position: relative;
  width: 18px;
}

.video-big {
  align-items: center;
  background-color: var(--white-2);
  border-radius: 200px;
  display: flex;
  gap: 10px;
  justify-content: center;
  padding: 12px 10px 12px 14px;
  position: absolute;
  top: 40%;
  left: calc(50% - 31px);
  width: 62px;
  height: 62px;
}

.whatsapp-1 {
  background-color: var(--hidden);
  display: flex;
  position: relative;
}

.foto-verificate-1 {
  align-items: center;
  background-color: var(--dark-grey);
  border-radius: 200px;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 5px;
  padding: 3.5px 6px;
  position: relative;
  line-height: 17px;
}

.foto-verificate-1.video {
  background-color: var(--off-black);
}

.escort-hot {
  position: absolute;
  top: 5px;
  left: 5px;
  display: flex;
  gap: 5px;
}

#footer {
  align-items: center;
  background-color: var(--off-black);
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  height: auto;
  justify-content: flex-start;
  margin-top: 36px;
  min-height: 150px;
  padding: 22px 0;
  width: 100%;
}
.foot-logo {
  height: 25px;
  width: 185px;
}
#footer-menu {
  align-items: center;
  background-color: var(--hidden);
  display: inline-flex;
  gap: 20px;
  margin-top: 24px;
  position: relative;
}
#footer-menu a {
  background-color: var(--hidden);
  color: var(--white);
  font-weight: 800;
  line-height: normal;
  position: relative;
  width: fit-content;
}
#footer-copy {
  color: var(--light-grey);
  cursor: pointer;
  font-weight: 400;
  line-height: 16.8px;
  /* margin-left: 29.0px; */
  margin-top: 12px;
  min-height: 17px;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}

/* Footer con colonne */
footer {
  background-color: var(--off-black);
  padding: 30px 20px 20px;
  width: 100%;
}

footer .footer-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer .footer-column {
  flex: 1 1 200px;
  min-width: 180px;
}

footer .footer-column h4 {
  margin-bottom: 15px;
  font-weight: 800;
  font-size: 20px !important;
}

footer .footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .footer-column ul li {
  margin-bottom: 10px;
}

footer .footer-column ul li a {
  color: var(--grey);
  font-size: 14px;
  font-weight: 400;
  transition: color 0.2s ease;
  display: block;
}

footer .footer-column ul li a:hover {
  color: var(--red);
}

footer .footer-bottom {
  max-width: 1200px;
  margin: 20px auto 0;
  text-align: center;
}

footer .footer-bottom p {
  font-size: 12px;
  color: var(--light-grey);
}

.footer-rta{
  background-color: grey;
  padding: 8px;
  width: auto;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.footer-rta .p, .footer-rta svg{
  vertical-align: middle
}

/* Responsive footer colonne */
@media (max-width: 768px) {
  footer .footer-columns {
    flex-direction: column;
    gap: 25px;
  }

  footer .footer-column {
    flex: 1 1 100%;
    text-align: center;
  }

  footer .footer-column ul li a {
    padding: 5px 0;
  }
}

.button-medium {
  align-items: flex-end;
  border-radius: 200px;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 6px;
  padding: 7px 18px;
  position: relative;
  justify-content: center;
}

.button-small {
  align-items: flex-end;
  border-radius: 200px;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 6px;
  padding: 3px 8px;
  position: relative;
  justify-content: center;
}

.button-secondary-black {
  font-family: var(--font-family-codecwarm-codecwarm-regular);
  font-weight: 200;
  background-color: var(--off-black);
}

.pubblica-annuncio {
  background-color: var(--hidden);
  color: var(--white);
  font-weight: 800;
  line-height: normal;
  position: relative;
  width: fit-content;
  white-space: nowrap;
  border: 0;
  margin: 0;
  cursor: pointer;
}

.search {
  color: #808080;
  /* font-family: var(--font-family-archivo); */
  font-family: var(--font-family-codecwarm-codecwarm-regular);
  font-size: var(--font-size-xxl);
  font-weight: 400;
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  width: 247px;
}

.cerca-1 {
  background-color: var(--hidden);
  letter-spacing: 0;
  line-height: normal;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.button-send-1 {
  align-items: center;
  background-color: var(--red);
  border-radius: 200px;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
  padding: 10px 40px;
  position: relative;
}
#hero {
  position: relative;
}
.title-2 {
  background-color: var(--hidden);
  color: var(--white);
  font-weight: 800;
  line-height: 63.2px;
  text-align: center;
  text-shadow: 0px 0px 40px #00000080;
  width: 100%;
  /* max-width: 810px; */
  margin: 0 auto;
  position: relative;
}

.row-3 {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 25px;
  flex-wrap: wrap;
  justify-content: center;
}
.giustify-content-left {
  justify-content: flex-start !important;
}

.listing-container {
  overflow: hidden;
  width: 100%;
}

.chevron-prev, .chevron-next {
  display: flex;
}

.chevron-prev svg, .chevron-prev .svg {
  /* width: 25px; */
  /* height: 25px; */
  transform: rotate(90deg);
}

.chevron-next svg, .chevron-next .svg {
  /* width: 25px; */
  /* height: 25px; */
  transform: rotate(-90deg);
}

.title-2_description {
  background-color: var(--hidden);
  color: var(--white);
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  text-shadow: 0px 0px 10px #00000080;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 5px;
  z-index: 1;
}

.bg-ellipse {
  position: absolute;
  width: 100%;
  height: 700px;
  top: -200px;
  left: 0;
  /* border-radius: 720px/372.24px; */
  /* border-radius: 2px; */
}
.ellipse-red {
  background: radial-gradient(50% 50% at 50% 50%, rgba(225, 2, 30, 0.4) 0%, rgba(225, 2, 30, 0) 100%);
}
.ellipse-blue {
  background: radial-gradient(50% 50% at 50% 50%, rgba(2, 105, 225, 0.4) 0%, rgba(2, 105, 225, 0) 100%);
}
.title-img {
  margin-top: 40px;
}

.input-m {
  padding: 15px 22px;
  background-color: var(--off-black);
  border-radius: 8px;
  border: 1px solid var(--off-black);
  color: var(--white);
  width: 100%;
  font-family: var(--font-family-codecwarm-codecwarm-regular);
}
.input-s {
  padding: 10px 10px;
  background-color: var(--off-black);
  border-radius: 8px;
  border: 1px solid var(--off-black);
  color: var(--white);
  width: 100%;
  font-family: var(--font-family-codecwarm-codecwarm-regular);
}
.select-m {
  padding: 8px 22px;
  width: 100%;
  font-family: var(--font-family-codecwarm-codecwarm-regular);
  color: var(--white);
  font-size: var(--font-size-xxl);
  background-color: var(--dark-grey);
  border-radius: 8px;
  border: 1px solid var(--off-black);
}
.border-red {
  border-color: var(--red) !important;  
}
.border-green {
  border-color: var(--green) !important;
}
.border-blue {
  border-color: var(--blue) !important;
}
.form-field {
  position: relative;
  width:100%;
  max-width: 530px;
}
.eye-btn {
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
  cursor: pointer;
}

.form {
  align-items: center;
  background-color: var(--hidden);
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  width: 100%;
}

.bottom-help {
  display:flex;
  align-items:flex-end;
  height:100%;
}
.bottom-help > div {
  display:flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
}
.bottom-orizz {
  display: flex;
  gap: 10px;
}

.select-div {
  position: absolute;
  left: -22px;
  width: calc(100% + 44px);
  background-color: var(--dark-grey);
  top: 30px;
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  border: 1px solid var(--off-black);
  z-index: 3;
  max-height: 500px;
  overflow-y: auto;
}
.select-div ul {
  width: 100%;
}
.select-div li {
  text-align: center;
  padding: 12px 0;
  cursor: pointer;
}
.select-div li:hover:not(.no-hover),.select-div li:focus:not(.no-hover), .select-div li.selected {
  background-color: var(--off-black);
}
.select-div li:first-child { border-radius: 18px 18px 0 0 }
.select-div li:last-child { border-radius: 0 0 18px 18px }
.select-div.left { border-radius: 18px 0 0 18px }
.select-div.left li:first-child { border-radius: 18px 0 0 0 }
.select-div.left li:last-child { border-radius: 0 0 0 18px }
.select-div.right { border-radius: 0 18px 18px 0 }
.select-div.right li:first-child { border-radius: 0 18px 0 0 }
.select-div.right li:last-child { border-radius: 0 0 18px 0 }
.select-div.no-leftright li:first-child { border-radius: 0px }

.select-div.sub-menu {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  padding: 12px 16px;
  background-color: var(--off-black);
}
.select-div-storia{
  max-height: 100% !important;
}
.sub-menu-span {
  display: inline-flex;
  align-items: flex-end;
  gap: 15px;
  white-space: nowrap;
}
.line-o {
  height: 1px;
  object-fit: cover;
  position: relative;
  width: 100%;
  background-color: var(--dark-grey);
}
.button-small-icon {
  align-items: center;
  background-color: var(--hidden);
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 4px;
  position: relative;
  min-width: 120px;
}
.select-top-flat {
  border-radius: 0 0 18px 18px;
}
.select-top-flat-margin {
  width: 100%;
  left: 0;
  top: 45px;
}
.select-top-flat li {
  border-bottom: 1px solid var(--off-black);
}

.close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 401;
}

.ep_story {
  border-radius: 70px;
  border: 2.5px solid;
  display: inline-flex;
  justify-content: center;
  overflow: hidden;
  border-color: transparent;
}
.ep_story_big {
  height:133px;
  width:133px;
  min-width:133px;
  padding: 5px;
}
.ep_story_small {
  height: 95px;
  width: 95px;
  min-width:95px;
  padding: 4px;
}
.ep_story_mini {
  height: 65px;
  width: 65px;
  min-width:65px;
  padding: 0px;
}

.ep_story img {
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  border-radius: 70px;
}

#navigation-small-cont {
  max-width: 100vw;
}
.contenuto_eliminato {
  opacity: 0.5;
}


.golds-container img:not(.svg) {
  border: 1px solid #B07C17;
}
.rossos-container img:not(.svg) {
  border: 1px solid #E1021E;
}
.giallos-container img:not(.svg) {
  border: 1px solid #D27F59;
}
.premiums-container img:not(.svg) {
  border: 1px solid #86A8CB;
}
.diamonds-container img:not(.svg) {
  border: 1px solid #7b70dd;
}

.gold-title-text {
  background: var(--top-gold, linear-gradient(to bottom right, #B07C17 0%, #E9D98C 26%, #B07C17 50%) bottom right / 50% 50% no-repeat, linear-gradient(to bottom left, #B07C17 0%, #E9D98C 26%, #B07C17 50%) bottom left / 50% 50% no-repeat, linear-gradient(to top left, #B07C17 0%, #E9D98C 26%, #B07C17 50%) top left / 50% 50% no-repeat, linear-gradient(to top right, #B07C17 0%, #E9D98C 26%, #B07C17 50%) top right / 50% 50% no-repeat);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rosso-title-text {
  background: var(--top-rosso, linear-gradient(to bottom right, #E1021E 0%, #F28996 26%, #E1021E 50%) bottom right / 50% 50% no-repeat, linear-gradient(to bottom left, #E1021E 0%, #F28996 26%, #E1021E 50%) bottom left / 50% 50% no-repeat, linear-gradient(to top left, #E1021E 0%, #F28996 26%, #E1021E 50%) top left / 50% 50% no-repeat, linear-gradient(to top right, #E1021E 0%, #F28996 26%, #E1021E 50%) top right / 50% 50% no-repeat);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.giallo-title-text {
  background: var(--top-giallo, linear-gradient(to bottom right, #D27F59 0%, #FBCEBA 26%, #D27F59 50%) bottom right / 50% 50% no-repeat, linear-gradient(to bottom left, #D27F59 0%, #FBCEBA 26%, #D27F59 50%) bottom left / 50% 50% no-repeat, linear-gradient(to top left, #D27F59 0%, #FBCEBA 26%, #D27F59 50%) top left / 50% 50% no-repeat, linear-gradient(to top right, #D27F59 0%, #FBCEBA 26%, #D27F59 50%) top right / 50% 50% no-repeat);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.premium-title-text {
  background: var(--top-premium, linear-gradient(to bottom right, #86A8CB 0%, #E7EBEE 26%, #C5D8EA 31%, #86A8CB 50%) bottom right / 50% 50% no-repeat, linear-gradient(to bottom left, #86A8CB 0%, #E7EBEE 26%, #C5D8EA 31%, #86A8CB 50%) bottom left / 50% 50% no-repeat, linear-gradient(to top left, #86A8CB 0%, #E7EBEE 26%, #C5D8EA 31%, #86A8CB 50%) top left / 50% 50% no-repeat, linear-gradient(to top right, #86A8CB 0%, #E7EBEE 26%, #C5D8EA 31%, #86A8CB 50%) top right / 50% 50% no-repeat);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dett-row {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow: hidden;
}
.dett-row > span, .dett-row > div {
  white-space: nowrap;
}
.dett-row > .spec-value {
  white-space: break-spaces;
}
.dett-row-storia{
  justify-content: flex-end;
}
.m-checkbox, .m-roundbox {
  width: 18px;
  height: 18px;
  border: 2px solid var(--white);
  border-radius: 4px;
}
.m-roundbox {
  border-radius: 200px;
}

.m-checkbox.selected, .m-roundbox.selected {
  background-color: var(--red);
}

.select-multiple-ul > li {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 10px;
}

.button-city {
  align-items: center;
  border: 1px solid;
  border-color: var(--red);
  border-radius: 200px;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 6px;
  justify-content: center;
  padding: 4px 12px;
  position: relative;
}


.slide img, .slide video {
  height: 100%;
  max-width: 100%;
  display: block;
  object-fit: contain;
}

.slide {
  height: 85vh;
  width: 480px;
  margin: 20px auto;
  display: grid;
  position: relative;
  background-color: var(--black);
  z-index:99;
}

.slide-items {
  position: relative;
  grid-area: 1/1;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.slide-nav {
  grid-area: 1/1;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr auto;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slide-items > * {
  position: absolute;
  top: 0px;
  opacity: 0;
  pointer-events: none;
}

.slide-items > .active {
  position: relative;
  opacity: 1;
  pointer-events: initial;
}

.slide-cmd {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.slide-next {
  justify-content: flex-end;
}

.slide-thumb {
  display: flex;
  grid-column: 1 / 4;
}

.slide-thumb > span {
  flex: 1;
  display: block;
  height: 3px;
  background: rgba(255, 255, 255, 0.4);
  margin: 5px;
  border-radius: 3px;
  overflow: hidden;
}

.slide-thumb > span.active > div {
  width: 0%;
  height: 100%;
  background-color: red;
}

.slide-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.slide-footer .col-sx {
  display: flex;
  gap: 10px;
  align-items: center;
}
.slide-footer .col-dx {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
}

.stories {
  flex-direction: row !important;
  width: 100%;
  overflow-x: scroll;
  height: 150px;
}
.stories-mini {
  height: 105px;
}
.annuncio_storia {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 95px;
  position:relative;
}
.annuncio_storia_big {
  width: 120px;
}
.num_storie {
  position: absolute;
  bottom: 30px;
  right: 5px;
}
.annuncio_storia > span {
  width:100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.escort-free {
  background-color: var(--off-black);
  color: var(--white);
  border-radius: 8px;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  width: 100%;
  max-width: 845px;
  height: 135px;
  align-items: flex-start;
  position: relative;
}
.escort-free .name-1 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.escort-free .free-img {
  width: 79px;
  height: 100%;
  overflow: hidden;
  border-radius: 8px 0 0 8px;
}
.escort-free img {
  border-radius: 0;
}
.escort-free .info-2 {
  align-self: stretch;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 10px;
  padding: 8px 5px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.escort-free .location {
  display: inline-flex;
  line-height: 15px;
  width: 100%;
}
.escort-free .description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.exo-container{
  text-align: center;
}
.testo_seo_limit{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  text-overflow: ellipsis;
}
.testo_seo_limit_min{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  text-overflow: ellipsis;
}
.macrozone_limit{
  max-height: none;
  overflow: visible;
}
.macrozone_btn_toggle{
  display: none;
}
@media (max-width: 768px) {
  .macrozone_limit{
    max-height: 80px;
    overflow: hidden;
  }
  .macrozone_btn_toggle{
    display: block;
  }
}
#to_top{
  border: 1px solid var(--red);
  color: var(--white);
  padding: 8px;
  position: relative;
  /*width: 140px;*/
  text-align: center;
  left: 68%;
  margin-top: 25px;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
#box_assistenza{
  padding: 10px;
  border: 1px solid var(--grey);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  max-width: 715px;
  background-color: white;
}

.popup-filtri {
  display: flex;
  flex-direction: column;
  width: calc(100vw - 30px);
  max-height: calc(100vh - 30px);
  padding: 40px;
  gap: 10px;
  max-width: 750px;
  color: var(--white);
  background-color: var(--black);
  text-align: center;
  z-index: 99;
  margin: 0 auto;
  position: relative;
}
.filtri-row {
  width: 100%;
  justify-content: space-between;
}
.btn-filtro {
  background-color: var(--dark-grey);
}
.btn-filtro.selected {
  background-color: var(--red);
}
.banner4{
  width: 300px;
  height: 150px;
}
.anteprima-testo{
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;       /* massimo 2 righe */
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4em;
  max-height: 2.6em;
  white-space: normal;         /* ✅ permette l’andata a capo */
  /*word-break: keep-all;*/
  box-sizing: border-box;
  margin-bottom: 5px;
 }
 .blurred-image {
  filter: blur(8px);
  -webkit-filter: blur(8px);
}

.logo-natale {
  position: relative;
}

.logo-natale::after{
  content: "";
  position: absolute;
  background-image: url('/assets/images/cappello_natale.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  top: -9px;
  left: 100%;
  margin-left: -20px;
  pointer-events: none;
}