/* INIZIO DEI STILI CSS PERSONALIZZATI */
body {
  font-family: 'Montserrat', sans-serif;
}

.logo {
  max-width: 200px;
  height: auto;
  margin: 20px 0;
}

.container {
  max-width: 98%;
}

.btn-block {
  margin-top: 20px;
  background-color: #000;
}

.btn-block:hover {
  background-color: #363636;
}

header.container {
  border-bottom: 1px solid #000;
}

p {
  margin-bottom: unset;
}


h2,
h3,
h4,
h5 {
  margin-bottom: 0.1rem;
}

.term-cond-text {
  font-size: 0.8rem;
}


/* css bottoni home e vipcard */
.vip-card-btn>a.btn.btn-dark.btn-lg {
  position: fixed;
  bottom: 76px;
  right: 10px;
  border-radius: 40px;
  width: 138px;
  background-color: #000;
  line-height: 1.55rem;
}

.home-btn>a.btn.btn-dark.btn-lg {
  position: fixed;
  bottom: 76px;
  left: 10px;
  background-color: #000;
  border-radius: 46px;
  line-height: 46px;
  font-size: 1.8rem;
}




/* ----------------------------------------- */
/* Stili specifici per la pagina del profilo */

.profile h2,
.profile h3,
.profile h4,
.profile h5 {
  margin-bottom: 0.1rem;
}

.profile .profile-info-box,
.profile .profile-editable-box {
  padding: 10px;
}

.profile .profile-editable-box {
  background-color: #f0f0f0;
  border: none;
}

.profile .with-dot {
  display: flex;
  align-items: center;
}

.profile .with-dot::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
  margin-right: 10px;
}

.profile .form-control {
  background-color: transparent;
  border: none;
  border-bottom: solid #000 1px;
  border-radius: 0;
  padding: 0 10px;
  line-height: 1.5rem;
  height: 1.5rem;
}

.profile .form-brand {
  background-color: #f0f0f0;
  border: none;
  padding: 10px;
  margin-bottom: 15px;
}

.profile .profile-editable-box>label {
  margin-bottom: 0;
  font-weight: 500;
}

.profile .brand-select-wrapper {
  position: relative;
}

.profile .brand-select-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.profile select#brandSelect {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  padding: 10px;
  background-color: #f0f0f0;
  cursor: pointer;
}

.profile select#brandSelect::-ms-expand {
  display: none;
}

.profile .brand-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.profile .brand-tags .badge {
  font-size: 14px;
  padding: 5px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  background-color: #f0f0f0;
  color: #000;
  border: 1px solid #000;
}

.profile .brand-tags .badge a {
  margin-left: 5px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

.alert {
  position: fixed;
  top: 10px;
  width: 94%;
  left: 3%;
  z-index: 9999;
  text-align: center;
}

/* FINE Stili specifici per la pagina del profilo */
/* ---------------------------------------------- */



/* Stili per la pagina VIP Card */
.vip-card-container {
  max-width: 96%;
  margin: auto;
}

.vip-card {
  background-color: #000;
  color: #fff;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  margin: 60px 0 !important;
}

.vip-card-header {
  margin-bottom: 15px;
}

.vip-card-header h4 {
  font-size: 30px;
  margin-bottom: 0;
  line-height: 30px;
}

.vip-card-header h5 {
  font-size: 14px;
}

.vip-card-qr img {
  max-width: 80%;
  margin: auto;
}

.vip-card-container p {
  font-size: 14px;
}

.vip-card-container .small-text {
  font-size: 0.8rem;
}

.vip-card-container {
  text-align: center;
}

#qrCodeModal .modal-body img {
  width: 100%;
  height: auto;
}



/* SEZIONE PAGINA PROMOZIONI */
.promo-container {
  max-width: 96%;
  margin: auto;
  text-align: center;
}

.promo-content,
.pre-promo-content {
  margin: 20px 0;
}

.promo-container .countdown {
  display: flex;
  justify-content: center;
  margin: 20px -6%;
  padding: 40px 0;
  background-color: #191919;
  color: #FFF;
  flex-wrap: wrap;
}

.promo-container .countdown-item {
  margin: 0 10px;
}

.promo-container .countdown-value {
  font-size: 2rem;
  font-weight: bold;
}

.promo-container .countdown-label {
  font-size: 0.8rem;
  display: block;
}

.promo-container .countdown-text {
  width: 100%;
}





.invite-container {
  max-width: 96%;
  margin: auto;
  text-align: center;
}

.invite-container .saldo {
  font-size: 1.5rem;
  font-weight: bold;
}

#inviteButton {
  padding: 10px 30px;
  font-size: 1.2rem;
}

.modal-fullscreen .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

img.imgToShare {
  width: 100%;
}


button#share-btn {
  background-color: #000;
  color: #FFF;
  border-radius: 10px;
  padding: 10px 25px;
  border: none;
  margin-top: 10px;
}


.contact-container {
  max-width: 96%;
  margin: auto;
  text-align: center;
}

.contact-block {
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}

.contact-block h4 {
  margin-bottom: 15px;
}

.contact-block .btn {
  margin-top: 10px;
}




/** Stile specifico per i container centrali */
.profile,
.vip-card-container,
.invite-container,
.promo-container,
.dashboard-container,
.contact-container {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 180px;
  /* Spazio per i bottoni fissi */
}