.white_text p {
  color: white !important;
}
.nf-form-fields-required {
  display: none;
}
input.nf-element {
  padding: 10px;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #BF2330;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(191, 35, 48, 0.5);
}
@media only screen and (max-width: 768px) {
  div#theme-page {
    -webkit-overflow-scrolling: touch !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
  }
  ::-webkit-scrollbar {
    display: none;
  }
  body, html {
    width: 100% !important;
    height: 100% !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
  }
  body::-webkit-scrollbar, html::-webkit-scrollbar {
    display: none;
  }
}
.container-fluid {
  padding: 0 !important;
  overflow: hidden !important;
}
.social, .social path, .social circle {
  transition: all 0.5s ease-in-out;
}
.social:hover {
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.social:hover circle {
  transition: all 0.5s ease-in-out;
  fill: white;
  stroke: #E51D2E;
}
.social:hover path {
  transition: all 0.5s ease-in-out;
  fill: #E51D2E;
}
.banner {
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
.banner.visible {
  transition: all 0.5s ease-in-out;
  opacity: 1;
}
.jupiter-tooltip-widget.elementor-element.elementor-element-ff648a6.elementor-shape-circle.tooltip_socials {
  position: absolute;
  display: none;
  top: -55px;
  right: 35px;
  width: 140px;
}
.jupiter-tooltip-widget.elementor-element.elementor-element-ff648a6.elementor-shape-circle.tooltip_socials::after {
  content: "";
  background: url(https://coupedumonde.wpenginepowered.com/wp-content/uploads/2025/11/Polygon-1.svg);
  position: absolute;
  bottom: -22px;
  left: 11px;
  right: 0;
  margin: auto;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
}
#sm_icons:hover ~ .jupiter-tooltip-widget.elementor-element.elementor-element-ff648a6.elementor-shape-circle.tooltip_socials {
  display: block !important;
}
.progress {
  display: none;
}
button.btn.btn-success.fileinput-button {
  width: 100%;
}
