/* FIXME: analyze and remove legacy css classes */
/* Generic style */
.f-wrap-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row
}

.f-wrap-row.reverse {
  flex-direction: row-reverse
}

.f-col-100 {
  width: 100%
}

.f-col-60 {
  width: 60%
}

.f-col-50 {
  width: 50%
}

.f-col-40 {
  width: 40%
}

@media (min-width: 768px) {
  .f-col-lg-75 {
    width: 75%
  }

  .f-col-lg-70 {
    width: 70%
  }

  .f-col-lg-66 {
    width: 66.66%
  }

  .f-col-lg-60 {
    width: 60%
  }

  .f-col-lg-50 {
    width: 50%
  }

  .f-col-lg-40 {
    width: 40%
  }

  .f-col-lg-33 {
    width: 33.33%
  }

  .f-col-lg-30 {
    width: 30%
  }

  .f-col-lg-25 {
    width: 25%
  }
}

.pad0 {
  padding: 0
}

.pad8 {
  padding: 8px
}

.pad16 {
  padding: 16px
}

.pad-t-8 {
  padding-top: 8px
}

.pad-t-16 {
  padding-top: 16px
}

.pad-t-24 {
  padding-top: 24px
}

.pad-r-8 {
  padding-right: 8px
}

.pad-b-8 {
  padding-bottom: 8px
}

.pad-b-16 {
  padding-bottom: 16px
}

.pad-b-24 {
  padding-bottom: 24px
}

.pad-b-32 {
  padding-bottom: 32px
}

.pad-b-40 {
  padding-bottom: 40px
}

.pad-b-48 {
  padding-bottom: 48px
}

.pad-l-8 {
  padding-left: 8px
}

.pad-l-16 {
  padding-left: 16px
}

@media (min-width: 768px) {
  .pad-lg-16 {
    padding: 16px
  }

  .pad-t-lg-24 {
    padding-top: 24px
  }

  .pad-t-lg-32 {
    padding-top: 32px
  }

  .pad-r-lg-8 {
    padding-right: 8px
  }

  .pad-r-lg-16 {
    padding-right: 16px
  }

  .pad-l-lg-8 {
    padding-left: 8px
  }

  .pad-l-lg-16 {
    padding-left: 16px
  }

  .pad-l-lg-32 {
    padding-left: 32px
  }
}

.align-item-center {
  align-items: center;
}

.hide {
  display: none;
}

.pad {
  padding: 72px 0px;
}

.pad-top {
  padding-top: 72px;
}

.pad-bottom {
  padding-bottom: 72px;
}

.small-pad {
  padding: 40px 0px;
}

.small-pad-top {
  padding-top: 40px;
}

.small-pad-bottom {
  padding-bottom: 40px;
}

.extra-small-pad {
  padding: 16px 0px;
}

.extra-small-pad-top {
  padding-top: 16px;
}

.extra-small-pad-bottom {
  padding-bottom: 16px;
}

.small-marg-bottom {
  margin-bottom: 24px;
}

.marg-bottom {
  margin-bottom: 32px;
}

.marg-0, .marg0 {
  margin: 0px !important;
}

.marg-8, .marg8 {
  margin: 8px !important;
}

.large-pad {
  padding: 96px 0px;
}

.large-pad-top {
  padding-top: 96px;
}

.large-pad-bottom {
  padding-bottom: 96px;
}

.vertical-middle {
  vertical-align: middle;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.margin-0 {
  margin: 0px !important;
}

.font-weight-medium {
  font-weight: 500;
}

.small-content {
  width: 824px;
  max-width: 100%;
  margin: 0 auto;
}

.pad10 {
  padding: 10px;
}

.space {
  height: 16px;
}

.separator {
  margin: 56px 0px;
}

.separator1 {
  margin: 0px;
}

@media (max-width: 767px) {
  .separator {
    margin: 24px 0px;
  }
}

html, button, input, select, textarea {
  font-family: "Wotfard", sans-serif;
}

.profile-img {
  background-image: url("../images/placeholder.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
}

.icon-profile {
  width: 36px;
  height: 36px;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: -8px;
}

.icon-profile-ad-inside {
  width: 28px;
  height: 28px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  right: 8px;
  left: 8px;
  box-shadow: 1px 1px 3px #333;
}

.title-3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 12px;
}

.title3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}

.title-4 {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}

.title-5 {
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 32px;
}

.title-6 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}

.title6 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.f-column, .f-column-wrap-50, .f-column-wrap-100 {
  width: 100%;
}

@media (min-width: 768px) {
  .f-row {
    display: flex;
    flex-wrap: nowrap;
  }

  .f-row-wrap {
    display: flex;
    flex-wrap: wrap;
  }

  .margin-right-desk {
    margin-right: 10px;
  }

  .f-column-wrap-50 {
    width: 50%;
  }
}

.faq-caption {
  font-size: 10px;
  line-height: 10px;
}

ul.faq-caption {
  padding-inline-start: 15px;
}

.faq-caption li {
  margin: 0px 0px 8px 0px;
}

/*logged css*/

.header-icon-profile {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 28px;
}

/*end logged css*/

/* End Generic style */

/* Login, registrazione e forms */
.login form, .registrazione form {
  width: 359px;
  margin: 0 auto;
  max-width: 100%;
}

.login form div, .registrazione form > div, .pubblicazione-annuncio form > div {
  position: relative;
  margin-bottom: 16px;
}

.pubblicazione-annuncio .error, .pubblicazione-annuncio .error {
  display: none;
}

#app-richtext .ql-editor {
  min-height: 6em;
}

.login-title {
  margin-bottom: 24px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

.w100 {
  min-width: 100% !important;
  max-width: 100% !important;
}

.underline {
  text-decoration: underline;
  cursor: pointer
}

#countryCode-phone-wrap {
  display: flex;
  flex-wrap: nowrap;
}

select#countryCode {
  width: 33.33%;
  margin-right: 10px;
}

input#phone {
  width: 66.66%;
}

.info-icon {
  position: absolute;
  top: 18px;
  right: 10px;
}

/* custom checkbox */
.container-checkbox {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  border-radius: 4px;
}

.checkmark-whatsapp {
  left: unset;
  right: 0;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.container-checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border-style: solid;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* end custom checkbox */
/* End Login, registrazione e forms */

.credits-option-wrap {
  border: 2px solid transparent;
  width: 100%;
  font-weight: 500;
  padding: 18px;
  margin-bottom: 16px;
  border-radius: 8px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.credits-price-container {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

.token-available, .info-credits {
  font-size: 12px;
  line-height: 16px;
}

.token-available {
  margin-left: 8px;
}

.payment-option-image {
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -13px;
}

.payment-option-image-2 {
  position: absolute;
  right: 56px;
  top: 50%;
  margin-top: -13px;
}

.payment-option-image-3 {
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -5px;
}

.skip {
  text-decoration: underline;
  font-weight: 500;
  margin-top: 16px;
}


.error_msg {
  padding-left: 8px;
}

.cvc-image {
  margin-left: 4px;
}

.coin-box {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.coin-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.coin-box.no-radio {
  margin-left: 34px;
}

.coin-box .coin-box-credits {
  margin-right: 10px;
  width: 130px;
}

.coin-box .coin-box-title {
  font-weight: bold;
  margin-bottom: 8px;
}

.payment-image {
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .text-with-top {
    padding-right: 65px !important;
  }

  #creditSuccess .success-btn a:first-of-type {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .text-with-top {
    padding-top: 35px !important;
  }

  .coin-box .coin-box-credits {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .coin-box .coin-box-title {
    margin-bottom: 4px;
  }

  .coin-box {
    flex-direction: column;
    align-items: flex-start;
  }

  #creditSuccess .success-btn a:first-of-type {
    margin-bottom: 15px;
  }
}

.terms-link {
  cursor: pointer;
  text-decoration: underline;
}

.container-ratiobox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.annuncio-img {
  width: 345px;
  margin-top: 16px;
}

.turbo-img {
  width: 200px;
}

.checkout-mob-btn-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.credits-caption-mob {
  font-size: 16px;
}

.label-credit-cards {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 8px;
}

.title-credit-cards {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 8px 0 16px 8px;
}

.qr-code {
  width: 140px;
  max-width: 100%;
}

.turbo-ads-label {
  cursor: pointer;
  font-size: 14px;
}

.turbo-ads-label img {
  width: 60px;
  max-width: 100%;
  transition: all 0.3s;
}

.turbo-ads-label input:checked ~ .f-wrap-row img {
  opacity: 0.4;
  width: 55px;
}

.turbo-ads-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/*dropdown menu mobile in checkout*/
.dropdown-menu-mob {
  position: fixed;
  top: 64px;
  left: 0px;
  display: inline-block;
  width: 100%;
  z-index: 1;
}

.show {
  display: block;
}

.dropdown-mob-total {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 600;
}

/* end dropdown menu mobile in checkout*/
@media (max-width: 767px) {
  .payment-option-image {
    right: auto;
    left: 16px;
    width: 36px;
  }

  .token-available {
    margin-left: 42px;
  }
}

/* end checkout*/

/*report this ad modal and buy now modal*/
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  padding-right: 10px;
  padding-left: 10px;
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
}

.modal-content {
  margin: auto;
  padding: 24px;
  max-width: 600px;
  border-radius: 6px;
  animation-name: animatetop;
  animation-duration: 0.4s
}

.fat-modal-content {
  margin: auto;
  padding: 24px;
  max-width: 800px;
  border-radius: 6px;
  animation-name: animatetop;
  animation-duration: 0.4s
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }
  to {
    top: 0;
    opacity: 1
  }
}

.modal-close:hover,
.modal-close:focus {
  cursor: pointer;
}

.modal-close img {
  width: 24px;
  height: 24px;
}

.modal-row {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 24px;
  align-items: center;
}
.modal-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  flex: 1;
  font-family: Wotfard;
  font-style: normal;
}

/*end report this ad modal and buy now modal*/

.upload-image-caption {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 32px;
}

.checkbox-tel-wrap .container-checkbox, .checkbox-whatsapp-wrap .container-checkbox, .checkbox-new-tel-wrap .container-checkbox {
  top: -2px;
}

.checkbox-tel-caption, .checkbox-whatsapp-caption, .checkbox-new-tel-caption {
  cursor: pointer;
}

.container-checkbox.checkbox-tel-wrap .checkmark, .container-checkbox.checkbox-new-tel-wrap .checkmark {
  top: 14px;
  left: 14px;
}

.container-checkbox.checkbox-whatsapp-wrap .checkmark {
  top: 19px;
  right: 14px;
}

.mappa-request-caption {
  line-height: 24px;
}

.container-checkbox.mappa-request-wrap {
  height: 25px;
  display: inline-block;
}

.insert-your-phone-wrap {
  width: 100%;
}

.right21px {
  margin-right: 21px;
  margin-bottom: 0px !important;
}

@media (max-width: 767px) {
  .mappa-request-caption {
    display: inline-block;
    width: 90%;
  }

  .mappa-request-caption {
    font-size: 12px;
  }

  .checkbox-tel-wrap, .checkbox-whatsapp-wrap, .checkbox-new-tel-wrap, .insert-your-phone-wrap {
    width: 100%;
  }

  .right21px {
    margin-right: 0px;
  }
}

.alert-icon-1 {
  width: 32px;
  position: absolute;
  top: 12px;
  right: 36px;
  cursor: pointer;
}

.caption-1 {
  font-size: 12px;
  line-height: 16px;
}

@media (min-width: 768px) {
  .caption-1 {
    text-align: right;
  }
}

/*end form dati*/
/*inserimento annuncio step 3*/
.container-ratio-annuncio {
  display: block;
  position: relative;
  cursor: pointer;
}

@media (min-width: 768px) {
  .ratio-annuncio {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

.time-slot-container {
  display: flex;
  flex-flow: row wrap;
}

.time-slot-container > div {
  flex: 1 0;
}

.time-slot-item:first-child:nth-last-child(3),
.time-slot-item:first-child:nth-last-child(3) ~ .time-slot-item {
  flex-basis: 30%;
}

.time-slot-item:first-child:nth-last-child(4),
.time-slot-item:first-child:nth-last-child(4) ~ .time-slot-item {
  flex-basis: 40%;
}

.ratio-caption {
  font-size: 16px;
}

/*end insermiento annuncio step 3*/

.link-strong {
  font-weight: 700;
  text-decoration: underline;
}

.link-standard {
  text-decoration: underline;
}

.top-circle-img {
  width: 32px;
  max-width: 100%;
}

.top-circle-img-wrap {
  width: 5%;
}

.caption-right {
  width: 95%;
}

.checkbox-caption {
  line-height: 24px;
}

.container-checkbox.classic-checkbox-wrap {
  height: 25px;
  display: inline-block;
}

@media (max-width: 767px) {
  .top-circle-img-wrap {
    width: 10%;
  }

  .hide-mobile {
    display: none !important;
  }

  .checkbox-caption {
    display: inline-block;
    font-size: 12px;
  }
}

.container900 {
  width: 964px;
  padding-left: 24px;
  padding-right: 24px;
  max-width: 100%;
  margin: 0 auto;
}

.sidebar-element a:hover {
  text-decoration: underline;
}

.sidebar-element {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sidebar-tags a {
  white-space: break-spaces;
  word-break: break-word;
}

/*editor wysiwyg*/
.ql-container.ql-snow, .ql-toolbar.ql-snow {
  border: 0 !important;
}

.ql-editor {
  font-family: "Wotfard", sans-serif;
}

.ql-editor.ql-blank::before {
  /*color: #cfe2f0;*/
  content: attr(data-placeholder);
  font-style: normal;
  padding: 0px;
}

.ql-editor {
  padding-left: 16px !important;
}

.ql-editor em {
  font-style: italic !important;
}

/*fine editor wysiwyg*/

/* Cookie policy */
#cookiePolicy {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1000;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  width: 33%;
  padding: 20px;
}

#cookiePolicy > .buttons {
  display: flex;
  margin-right: -15px;
}

#cookiePolicy > .buttons > .btn {
  min-width: auto;
  flex: 1;
  margin-right: 15px;
}

#cookiePolicy > p {
  font-size: 12px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  #cookiePolicy {
    right: 20px;
    width: auto;
  }
}

ol {
  counter-reset: item
}

ol > li {
  display: block
}

ol > li:before {
  content: counters(item, ".") " ";
  counter-increment: item
}

option[value=""][disabled] {
  display: none;
}

.top-post-badge-wrap {
  position: absolute;
  top: 6px;
  right: 0;
  float: right
}

.page-content {
  display: flex;
  flex-direction: column;
}

.page-content .centered-content {
  margin: auto;
  max-width: 100%;
}

@media only screen and (min-width: 992px) {
  .page-content {
    flex-direction: row
  }
}

@media only screen and (min-width: 992px) {
  .page-content .content {
    order: 2;
    width: -webkit-calc(100% - 285px);
    width: -moz-calc(100% - 285px);
    width: -o-calc(100% - 285px);
    width: calc(100% - 285px)
  }
}

.promo-container {
  padding: 15px 50px;
}

.promo-name {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.promo-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 90px;
  border-radius: 16px;
}

.promo-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.promo-price s {
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
}

.promo-price span:first-of-type {
  font-weight: 700;
  font-size: 60px;
  line-height: 36px;
}

.promo-price span:last-of-type {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}

.promo-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.promo-cta div {
  margin-top: 15px;
}

@media only screen and (max-width: 992px) {
  .promo-container {
    padding: 0;
  }
  .promo-box {
    flex-direction: column;
    padding: 40px 32px;
  }

  .promo-price {
    gap: 20px;
  }

  .promo-cta {
    width: 100%;
    margin-top: 70px;
  }

  .promo-cta .btn {
    width: 100%;
    min-width: unset;
  }

  .promo-name {
    text-align: center;
  }
}
