@charset "UTF-8";
/**
 * Bootstrap 5.3 – Variabili SCSS di base
 * @see https://getbootstrap.com/docs/5.3/customize/sass/
 */
/* ----------------------------------------------------------
 * SPACING
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * COLOR SYSTEM
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * BODY
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * TYPOGRAPHY
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * LINK
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * BUTTONS
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * BORDER RADIUS
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * ACCORDION
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * TABS
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
* CONTAINER
* ---------------------------------------------------------- */
.container-fluid {
  padding: 0 1.5rem !important;
}

/* ----------------------------------------------------------
* COLORS
* ---------------------------------------------------------- */
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1,
p,
.p {
  color: #00263e;
}

.block__sottoscrittori-abbonati .card-sottoscrittori {
  background-color: #f0f0f0 !important;
  border-radius: 18px;
}
.block__sottoscrittori-abbonati select {
  background-color: #ae1919 !important;
  color: #fff;
  padding: 1rem;
  border-radius: 100px;
  border: none;
  font-size: larger;
  font-weight: 500;
  width: 100%;
  display: block;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  appearance: none;
}
.block__sottoscrittori-abbonati select[name=os0]:focus-visible {
  outline: solid 3px #ae1919 !important;
  outline-offset: 2px;
  box-shadow: none !important;
}
.block__sottoscrittori-abbonati .paypal-select-wrapper::after {
  content: "";
  background-image: url(../img/arrow-down.svg);
  background-size: cover;
  background-repeat: no-repeat;
  border: 0;
  display: inline-block;
  height: 60px;
  width: 60px;
  position: absolute;
  top: 0;
  right: -70px;
}