/* CSS Document */

:root {
    --color-primary: #A68B6A;  /*oro*/
    --color-primary-gym: #B10D00;
    --color-primary-kitchen: #ff6d1c;
    --color-secondary: #1F1F25;
    --color-secondary-2: #110C2D;
    --color-body: #737477;
    --color-body-2: #F9F8FF;
    --color-heading-1: #110C2D;
    --color-heading-2: #262626;
    --color-white: #fff;
    --color-success: #3EB75E;
    --color-danger: #FF0003;
    --color-warning: #FF8F3C;
    --color-info: #1BA2DB;
    --color-facebook: #3B5997;
    --color-twitter: #1BA1F2;
    --color-youtube: #ED4141;
    --color-linkedin: #0077B5;
    --color-pinterest: #E60022;
    --color-instagram: #C231A1;
    --color-vimeo: #00ADEF;
    --color-twitch: #6441A3;
    --color-discord: #7289da;
    --p-light: 300;
    --p-regular: 400;
    --p-medium: 500;
    --p-semi-bold: 600;
    --p-bold: 700;
    --p-extra-bold: 800;
    --p-black: 900;
    --s-light: 300;
    --s-regular: 400;
    --s-medium: 500;
    --s-semi-bold: 600;
    --s-bold: 700;
    --s-extra-bold: 800;
    --s-black: 900;
    --transition: 0.3s;
    --font-primary: "Inter", sans-serif;
    --font-secondary: "Hind", sans-serif;
    --font-3: "fontawesome", sans-serif;
    --font-size-b1: 18px;
    --font-size-b2: 16px;
    --font-size-b3: 12px;
    --font-size-b4: 10px;
    --line-height-b1: 26px;
    --line-height-b2: 26px;
    --line-height-b3: 1.7;
    --h1: 60px;
}

div.openText{padding:4em 3em}
div.openText p{color:#FFF; padding:2em 1em;}
div.openText a{color:#FFF !important; text-decoration: underline;}
div.openText a:hover{color:#FFF !important; text-decoration: none;}


div.openText ul li{color:#FFF; font-size:1em; list-style-type: circle;}

.MapOverLay{
    display: none;
    position: absolute;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(255, 255, 255, 0);
    cursor: not-allowed;
  }
  

.logoForm {margin: 0 10px 30px 10px;
text-align: center;
}


/* per posizionare e stilizzare l'immagine */
#movingImage {
	transition: transform 0.5s;
        }
/* support Sdr */
.accessPlatformTxt
{
padding-top:0;
margin:10px;
font-size: 0.8em;
margin-bottom: 2em !important;
}

.supportBox{
margin-left:auto;
margin-right:auto;
text-align:center;	
}

.backToLoginTxt, .lostPwTxt{
text-align: center;
padding-top:1em;
}

.btn-group-lg>.btn, .btn-lg {
    font-size: 1.25em;
}

.spazio-otp{margin: 0 10px;}
.header-top-one-wrapper {background-color:#1E4487;}
.header-top-one{padding-top:0.5em; padding-bottom:0.5em}
.header-top-one-wrapper a.whiteLink{color:#FFF}


/* cambia focus bootstrap 
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgba(255, 0, 0, 1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 1px rgba(255, 0, 0, 1);
  outline: 0 none;
}
.input-otp{border-color:rgba(255, 0, 0, 1);}
/* cambia focus bootstrap */

.input-otp {
    margin: 0 10px;
}
/* footer */

.bg-light-1 {
    background: #1E4487;
	color: #ffffff;
}
.copyright-area-one p {
    color: #ffffff;
    font-size: 0.9em;
}

.copyright-area-one {
    display: block;
    /* align-items: center;
    justify-content: space-between;
    padding: 20px 0; */
}

.copyright-area-one-border {
    border-top: none;
}

@media only screen and (min-width: 100px) and (max-width: 1599px) {
    .footer-callto-action-area {
        padding: 0 15px;
    }
}
/*Titolo pagina list*/
h4.title {
	color: #1E4487;
	font-size: 2.0em;
	font-weight: 100;
    margin-top: 0.5em;
}

.titlePage {
	text-transform: uppercase;
	font-weight: 600;
}

/*.breadcrumb-main-wrapper .pagination-wrapper a {
    font-size: 16px;
    color: #000000;
}

.breadcrumb-main-wrapper .pagination-wrapper a.active
{
    font-size: 16px;
    color: #000000;
}*/

.rts-section-gap {
    padding: 20px;
	margin-top: 0.5em;
}
/*Box Edizioni in List*/

@media (min-width: 992px) {
    .col-lg-4 {
        margin-bottom: 60px;
    }
}

.single-events-two-wrapper .thumbnail {
    display: ruby-text;
    position: relative;
}

img {
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    padding: 4px;
}

.single-events-two-wrapper .inner-content-events-2 a .title {
	color: #1e4487;
}
.rts-btn.btn-primary {
    margin:0 auto
}


.rts-btn.btn-primary:hover{
    color: #A68B6A;
    background-color:var(--color-white);
    border: 1px solid var(--color-primary);
	border-color: 1px solid var(--color-primary);
}
.rts-btn.btn-border {
    color: var(--color-white);
    background-color: #A68B6A;
    border: 1px solid #A68B6A;
}
div.btnScopri{
    text-align:center;
	margin-bottom:12px
}

.rts-btn.btn-border:hover {
    color: #A68B6A;
    background-color:var(--color-white);
    border: 1px solid var(--color-primary);
	border-color: 1px solid var(--color-primary);
}
.single-events-two-wrapper {
    background: #9cd7ff;
}
.titleHelper {
	color: #1E4487;
	font-size:0.6em;
}

.btn-group-lg>.btn, .btn-lg {
    font-size: 1em;
}

.card-title {
    color: #574023;
    font-weight: 600;
}
h5.card-title {
    text-align:center
}

.livelloBox {
    width: 25%;
    float: left;
	min-width:340px	
}

.livelloImage {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.card {
   border-radius: 6px;
margin: 20px;
}
.card-body p {
    font-size: 0.85em;
    line-height: 1.2em;
    margin-bottom: 9px;
    margin-top: 5px;
} 
.servicesIncludedBox .card-body p {
    margin-bottom: 18px;
    margin-top: 1px;
 }
.servicesIncludedBox .card-body {
    min-height: 741px;
 }

/*hover effect*/


.hovereffect {
    width:100%;
    height:100%;
    float:left;
    overflow:hidden;
    position:relative;
    text-align:center;
    cursor:default;
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(166,139,106,0.2);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}
.hovereffect .overlay {
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
opacity: 0;
background-color: rgba(166, 139, 106, 0.2);
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;

}

.hovereffect img {
    display:block;
    position:relative;
    -webkit-transition:all .4s linear;
    transition:all .4s linear;
}

.hovereffect h2 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:17px;
background:rgba(166,139,106,1);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
border-radius: 6px 6px 0px 0px;
}

.hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
border:1px solid #fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:50px 0 0;
padding:7px 14px;
}

.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}
.smalTxtBlue{font-size:0.9em; color:#09F}




@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .container {
        margin: inherit;
    }
}





.m-2{    margin: 1px 20px -10px 20px;}

.btn-group-lg>.btn, .btn-lg {
    font-size: 0.9em;
}

		/*SPALLA*/
		
.custom-text {color:#A68B6A;}
.custom-text-1 {color:#574023;}
.custom-text-2 {color:#1E4487;
			writing-mode: vertical-rl;
            text-orientation: upright;
            white-space: normal;
            text-align: center;
			font-weight:700;
			letter-spacing: -0.05em;
}

.custom-text-3 {
	color:#1E4487;   
	text-align: left;
	letter-spacing: -0.05em;
	margin-left: -10px;
}

	
.custom-hr {
	border: 0;
	height: 1px !important; /* Height of the line */
	background-color: #8e714f; /* Color of the line */
	margin-top: 4px; /* Custom top margin */
	margin-bottom: 4px; /* Custom bottom margin */
}

.custom-hr-map {
	border: 0;
	height: 1px !important; /* Height of the line */
	background-color: #8e714f; /* Color of the line */
	margin-top: -20px; /* Custom top margin */
	margin-bottom: 10px; /* Custom bottom margin */
}

.custom-hr-conf {
	border: 0;
	height: 1px !important; /* Height of the line */
	background-color: #8e714f; /* Color of the line */
	margin-top: 20px; /* Custom top margin */
	margin-bottom: 10px; /* Custom bottom margin */
}

/* Popup dei servizi inclusi*/

.service_code {
    top: 2px;
    font-size: 85%;
    color: #2D8CAC;
}
td.service_code {padding-right:0px}
td.defaultServicesHome {padding-left:0px}
th.serviceTypeNameModifica h4{
    padding: 10px;
    text-align: center;
    margin-bottom: 0;
}

/* Btn schede contratti in basso */
.cardContainer{
	flex-wrap: wrap;
	margin-top: 4em;
}
.cardContainer .card{
	width:38rem;
	margin: 3rem; 
	/*padding:20px*/
}
.cardContainer .d-flex.justify-content-between a {
   /* text-decoration: none;*/
    padding: 8px 4px;
/*    border-radius: 7px;
    font-size: 73%;*/
}
.cardContainer .icoLivelloScheda  {
    position:absolute;
	right:-72px;
	top:-60px;
	width:140px
}
.contractCardData .table{font-size:13px; margin-top:2rem; border:0}
.contractCardData .table td{border:0 !important}
/*.cardContainer .card-header{display:none}*/
.contractCardData th{color:#6F5A42; text-align:right;border:0; font-size:90%}

.card-title .aPartire {
	font-weight: 100;
	font-size:14px;
	text-transform: uppercase;	
}

/*.cardContainer .card-title{font-size:3.5rem}
.cardContainer .card-title{font-size:3.5rem}
.cardContainer .card-text{font-size:3.5rem; margin-bottom:25px; text-align:center; line-height:1em; color: #574023;}*/
.card-img, .card-img-bottom, .card-img-top {
    width: 100%;
	margin: 0 auto;
}



.selezioneContratto {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}

/* Effetto hover per la card */
.selezioneContratto:hover {
 /* transform: scale(1.05);   Leggero ingrandimento */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Ombra più intensa */
/*   border-color: #4CAF50; Cambia il colore del bordo */
}

/* Overlay con opacità */
.selezioneContratto::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1); /* Colore dell'overlay con opacità */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Mostra l'overlay quando si passa sopra con il mouse */
.selezioneContratto:hover::after {
  opacity: 1;
}





/*Catalogue box */
.downloadCataloguesBox {font-size:2rem}

/* CHECKBOX */
input, select {
    height: 20px;
}

input[type=checkbox], input[type=radio] {
    opacity: 1;
	/*position: relative;*/
}

td, .wp-block-calendar tfoot td {
    border: 1px solid #ffffff;
}




/*Pacchetti PREMIUM*/

 .card-gold, .card-silver {
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
    }

    .card-gold::after, .card-silver::after {
      content: '';
      position: absolute;
      top: -50%;
      left: -50%;
      width: 200%;
      height: 200%;
      background: rgba(255, 255, 255, 0.2);
      pointer-events: none;
      transform: rotate(45deg);
      transition: all 0.5s;
    }

    .card-gold::after {
      background: rgba(255, 215, 0, 0.3);
    }

    .card-silver::after {
      background: rgba(192, 192, 192, 0.3);
    }

    .card-gold:hover::after, .card-silver:hover::after {
      top: 0;
      left: 0;
      width: 300%;
      height: 300%;
      background: rgba(255, 255, 255, 0.5);
    }

    .card-gold:hover::after {
      background: rgba(255, 215, 0, 0.6);
    }

    .card-silver:hover::after {
      background: rgba(192, 192, 192, 0.6);
    }



.pricing-card-1 {
            border-radius: 15px;
            background: linear-gradient(45deg, #FFD700, #FFB14E, #FF8C00, #E58E26, #D4AF37);
            color: white;
            text-align: center;
            padding: 20px;
            position: relative;
            overflow: hidden;
        }
        .pricing-card-1 .card-title {
            font-size: 2em;
            margin-bottom: 10px;
        }
        .pricing-card-1 .price {
            font-size: 1.5em;
            margin-bottom: 20px;
        }
        .pricing-card-1 .features {
            text-align: left;
            margin: 20px 0;
        }
        .pricing-card-1 .features li {
            margin-bottom: 10px;
        }
        .pricing-card-1 .features li span {
            color: #FFD700;
        }
        .pricing-card-1 .btn-purchase {
            background-color: #FFD700;
            color: black;
            font-weight: bold;
            border-radius: 50%;
            width: 60px;
            height: 60px;
            line-height: 60px;
            display: inline-block;
        }
        .pricing-card-1 .btn-purchase:hover {
            background-color: #ffbf00;
            color: white;
        }
				
		
				
		 .pricing-card-2 {
            border-radius: 15px;
            background: linear-gradient(to bottom, #C0C0C0, #333);
            color: white;
            text-align: center;
            padding: 20px;
            position: relative;
            overflow: hidden;
        }
        .pricing-card-2 .card-title {
            font-size: 2em;
            margin-bottom: 10px;
        }
        .pricing-card-2 .price {
            font-size: 1.5em;
            margin-bottom: 20px;
        }
        .pricing-card-2 .features {
            text-align: left;
            margin: 20px 0;
        }
        .pricing-card-2 .features li {
            margin-bottom: 10px;
        }
        .pricing-card-2 .features li span {
            color: #C0C0C0;
        }
        .pricing-card-2 .btn-purchase {
            background-color: #C0C0C0;
            color: black;
            font-weight: bold;
            border-radius: 50%;
            width: 60px;
            height: 60px;
            line-height: 60px;
            display: inline-block;
        }


/*Pacchetti PREMIUM*/

/*checkbox per secondo referente*/
#accessoSecondoRef {
    height: 16px;
    width: 16px;
    float: left;
    position: relative;
}

input[type=checkbox], input[type=radio] {
    opacity: 1;
    position: relative !important;
}
.button, input, select, textarea {
    vertical-align: middle;
}


.spallaWelcome {
    
    padding-top: 30px !important;
}

.offertaBundle {
	min-width: 300px;
}
.offertaBundle:hover {
	background-color: #f5f2ef;
	transition: 0.4s;
}

.brownHead{
background-color: #A68B6A;	
}

.headeBoxContratto {
    /* margin-bottom: -10px; */
}

.brownHead p, .headeBoxContratto p {
    font-size: 21px !important;
    padding-top: 2px;
    padding-bottom: 2px;
}

.footerButton {
	background-color:#ece8e2;
}

.marginButton{ 

}

.paddingButton {
    padding: 0 2px;
}

.fontButton {
    font-size: 11.6px;
    font-weight: 600;
}

/*formattazione del container generale */
.spallaSx {
    width: 350px; 
    background-color: #f7f6f3 !important;
    box-sizing: content-box;
}

.sidebar {
    height: 100vh;
    overflow-y: auto;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    left: 0;
    margin-bottom: -10px;
    transition: all 0.3s ease-in-out;
}

.sidebar:hover {
	transition: 0.4s;
    /* box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1); */
    background-color: #a4957d;
}

.pacchetto input {top:-5px}

.pacchetto {
padding: 8px;	
color: #574023 !important;
border: 1px solid rgba(0,0,0,.125);
border-radius: 6px;
}

.offertaService {
	min-width: 300px;
}
.offertaService:hover {
	background-color: #f5f2ef;
	transition: 0.4s;
}

.offertaService.serviceAgg {
	min-width: 300px;
}

.offertaService.serviceAgg:hover {
    background-color: #eff4ff;
}

.pacchetto:hover {
	background-color:rgba(0,0,0,.125);
	transition: 0.4s;
    border-radius: 6px;
}
.pacchetto:active {
	background-color: #A68B6A !important;
	transition: 0.4s;
    border-radius: 6px;
}
/* .pacchetto:focus {
    font-size: 150% !important;
 }*/

 .bg-success.bg-pacchetto {
    /* color: #FFFFFF !important;
    background-color: #ff532366 !important; */
    /* color: #22262a !important;
    background-color: #e6aa90 !important;
    cursor: pointer; */
    color: #ffffff !important;
    background-color: #027bfa !important;
    cursor: pointer;
    font-size: 18px;
    opacity: 0.8;
 }


/* MODIFICO COLORE BOTTONI*/

.btn-modifica {
    color: #fff;
    background-color: #A68B6A;
    border-color: #A68B6A;
}
.btn-modifica:hover {
    color: #A68B6A;
    background-color: #fff;
    border-color: #A68B6A;
}

.btn-modifica:focus {
    color: #A68B6A;
    background-color: #fff;
    border-color: #A68B6A;
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-modifica:active {
    color: #A68B6A;
    background-color: #fff;
    border-color: #A68B6A;
}

.btn-modifica:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}


.btn-visualizza {
    color: #A68B6A;
    background-color: transparent;
    border-color: #A68B6A;
}
.btn-visualizza:hover {
    color: #fff;
    background-color: #85D3F2;
    border-color: #85D3F2;
}

.btn-visualizza:focus {
    color: #fff;
    background-color: #85D3F2;
    border-color: #85D3F2;
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-visualizza:active {
    color: #fff;
    background-color: #85D3F2;
    border-color: #85D3F2;
}

.btn-visualizza:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}


.btn-visualizza-not {
    color: #ffffff;
    background-color: #85D3F2;
    border-color: #85D3F2;
}
.btn-visualizza-not:hover {
    color: #85D3F2;
    background-color: #ffffff;
    border-color: #85D3F2;
}

.btn-visualizza-not:focus {
    color: #fff;
    background-color: #85D3F2;
    border-color: #85D3F2;
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-visualizza-not:active {
    color: #fff;
    background-color: #85D3F2;
    border-color: #85D3F2;
}

.btn-visualizza-not:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}




.btn-stampa {
    color: #A68B6A;
    background-color: transparent;
    border-color: #A68B6A;
}
.btn-stampa:hover {
    color: #fff;
    background-color: #1E4487;
    border-color: #1E4487;
}

.btn-stampa:focus {
    color: #fff;
    background-color: #1E4487;
    border-color: #1E4487;
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-stampa:active {
    color: #fff;
    background-color: #1E4487;
    border-color: #1E4487;
}

.btn-stampa:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-stampa.disabled,
.btn-stampa:disabled {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
}



.btn-stampa-not {
    color: #1E4487;
    background-color: #ffffff;
    border-color: #1E4487;
}
.btn-stampa-not:hover {
    color: #ffffff;
    background-color: #1E4487;
    border-color: #1E4487;
}

.btn-stampa-blue {
    color: #ffffff;
    background-color: #1E4487;
    border-color: #1E4487;
}

.btn-stampa-not:focus {
    color: #fff;
    background-color: #1E4487;
    border-color: #1E4487;
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-stampa-not:active {
    color: #fff;
    background-color: #1E4487;
    border-color: #1E4487;
}

.btn-stampa-not:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-stampa-not.disabled,
.btn-stampa-not:disabled {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
}

.btn-contratto {
    color: #FFFFFF;
    background-color: #574023;
    border-color: #574023;
    font-size: 14px;
}
.btn-contratto:hover {
    color: #A68B6A;
    background-color: transparent;
    border-color: #574023;
    font-size: 14px;
}

.btn-contratto::before {
    color: #fff;
    background-color: #574023;
    border-color: #574023;
}

.btn-contratto:focus {
    color: #fff;
    background-color: #574023;
    border-color: #574023;
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-contratto:active {
    color: #fff;
    background-color: #574023;
    border-color: #574023;
}

.btn-contratto:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}


.btn-contratto.disabled,
.btn-contratto:disabled {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
}


.flagPdfIt {
	float: right;
	width: 48px;
}

.flagPdfEn {
	float: left;
	width: 48px;
}

.newContratto {
	width: 48px;
	margin-top: -3em;
}	

.newContratto:hover {
}

.stepNumber {
        text-decoration: none !important;
        text-align: center;
        margin: 40px auto;
        width: 234px;
        display: inherit;
    }
.btnSpetter {text-align: center; margin-bottom:4em;}

/* BACKGROUND A L PER AREA1*/


.background-l {
    position: relative;
    width: 300px;
    height: 300px;
}

.background-l::before,
.background-l::after {
    content: '';
    position: absolute;
    background-color: black;
}

.background-l::before {
    width: 100px;
    height: 100%;
    top: 0;
    left: 0;
}

.background-l::after {
    width: 100%;
    height: 100px;
    top: 0;
    left: 0;
}





.expSelected, .typeSelected {
    border: 1px solid #efedea;
    background-color: #efedea;
    border-radius: 6px;
}

.chooseExposition, .chooseConfType {
    color: #828282;
    font-size: 14px;
    letter-spacing: 0.02em;
    margin: 0;
    padding: 10px;
    text-align: left;
    border: 1px solid #fff;
    border-color: transparent;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

input[type="checkbox"].custom-check:focus-visible,
input[type="checkbox"].custom-check:focus {
  background-color: #A68B6A !important;
}

.bg-conference {
    background-color: #F5F2EF;
    margin-top: -8px;
}


.btn-container {
    display: flex;
    justify-content: flex-end;
}
.btn-container .btn {
    margin-left: 5px;
}

.stepNavigation {
    width: 120px;
    margin-bottom: 10px;
    font-size: 12px;
}

.pushNavigation {
    margin-top: -25px;
}

.leftNavigation {
    float: left;
}

.rightNavigation {
float: right;
}

#progressBar {
    width: 100%;
    background-color: transparent !important;
}
#progressBar div {
    height: 30px;
    width: 0%;
    background-color: #4caf50;
    text-align: center;
    line-height: 30px;
    color: white;
}

.footerContratto {
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background-color: #1E4487;
    padding: 20px;
    margin-bottom: -6px;
    margin-left: -6px;
    width: 101%;
}



/* .login-page-form-area.otpFont input {
    font-weight: 500;
    color: #000000;
    font-size: 1.8em;
} */

.helpSdr {
    display: none;
}

.titoloElencoContratti {
    padding: 4px 16px;
    color: #574023;
    width: 101%;
    background-color: #f7f6f3;
    font-size: x-large;
    font-weight: 500;
    margin-left: -6px;
    text-align: center;
}

/* .warningPacchetto {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
    text-transform: uppercase;
    padding: 8px 10px;
    border-end-end-radius: 6px;
    border-end-start-radius: 6px;
    background: url('img/warning.png') no-repeat left center;
    background-size: 20px 20px; 
    padding-left: 25px;
    display: inline-block; 
    line-height: 20px; 
} */

/* .warningPacchetto {
    color: #055160;
    background-color: #cff4fc; 
    border-color: #b6effb;
    text-transform: uppercase; 
    display: flex; 
    align-items: center; 
    padding: 10px; 
    width: calc(100% - 20px); 
    box-sizing: border-box; 
    bottom: 0;
    left: 0;
    margin: 0;
}

.warningPacchetto::before {
    content: '';
    background: url('https://collaudo.eyecommunication.it/img/warning.png') no-repeat center center;
    background-size: contain; 
    width: 24px; 
    height: 24px; 
    margin-right: 10px; 
    display: inline-block;
} */

.warningPacchetto {
    color: #055160 !important;
    font-size: bolder;
    background-color: #cff4fc;
    border-color: #b6effb;
    border-end-end-radius: 6px;
    border-end-start-radius: 6px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding: 12px 10px 9px 40px;
    width: calc(100% - 20px);
    box-sizing: border-box;
    position: absolute;
    bottom: -18px;
    left: 0;
    margin: 0;
    color: #333;
    height: 52px;
}

.warningPacchetto::before {
    content: '';
    background: url(https://collaudo.eyecommunication.it/img/warning.png) no-repeat center center;
    background-size: contain;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-position-y: 0px;
}
.itemDisabled {
    cursor: not-allowed !important;
}

.tastaSale {
    padding: 1px 8px;
}

.infoMappa2 {
    margin: 10px;
    /*text-transform: uppercase;*/
    font-size: 16px;
    color: #A68B6A;
    padding-bottom: 20px;
}

.pestaSale {
    margin: 10px;
}

.custom-text-4 {
    color: #f8f8f8;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    /* font-size: 20px; */
    width: 21px;
    height: 21px;
    margin-top: 4px;
    background-color: #f8f8f8;
    cursor: not-allowed !important;
}

input, button, select, textarea {
    background: transparent;
    border: 1px solid var(--color-border);
    transition: all 0.4s ease-out 0s;
    color: var(--color-body);
    width: 100%;
}

.custom-text-5 {
    /* display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    background-color: #e9ecef;
    position: relative;
    cursor: not-allowed; */
}
.custom-text-5::before {
    /* content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #adb5bd;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
}

.AddConferenzaAggiuntiva {
    cursor: pointer;
}

.warningDisabled {
    color: #664d03 !important;
    background-color: #fff3cd;
    border-color: #ffecb5;
    text-transform: uppercase;
    padding: 4px 6px;
    border-radius: 2px;
    font-size: 11px;
    width: fit-content;
    line-height: 14px;
}

.infoDisabled {
    color: #055160 !important;
    background-color: #cff4fc;
    border-color: #b6effb;
    text-transform: uppercase;
    padding: 4px 6px;
    border-radius: 2px;
    display: block;
    width: fit-content;
    font-size: 11px;
    line-height: 14px;
}

input.checkBoxStd.AddServizioQta {
    margin-top: -5px;
}

.single-events-two-wrapper {
    margin-top: 30px;
}

/* Tooltip con freccia */
.tooltip.show {
    opacity: 1 !important;
    z-index: 9999 !important; /* Assicurati che il tooltip sia in primo piano */
}

.tooltip .tooltip-inner {
    background-color: #6d82aa !important; /* Colore di sfondo azzurro */
    color: #fff !important; /* Colore del testo bianco */
    font-size: 16px !important;
    padding: 10px 15px !important;
    border-radius: 4px !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
    text-align: left !important; /* Testo giustificato a sinistra */
    opacity: 1 !important; /* Opacità */
}

/* Tooltip arrow */
.tooltip .arrow::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
}

.tooltip.bs-tooltip-top .arrow::before {
    border-width: 5px 5px 0;
    border-top-color: #007bff !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
}

.tooltip.bs-tooltip-right .arrow::before {
    border-width: 5px 5px 5px 0;
    border-top-color: transparent !important;
    border-right-color: #007bff !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
}

.tooltip.bs-tooltip-bottom .arrow::before {
    border-width: 0 5px 5px;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: #007bff !important;
    border-left-color: transparent !important;
}

.tooltip.bs-tooltip-left .arrow::before {
    border-width: 5px 0 5px 5px;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-left-color: #007bff !important;
}


 /* icone servizi (Exclusive, New, Esaurito, In evidenza) */

input.DeletePremium {
    margin: 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

input.AddPremium {
    margin: 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*CHECKBOX*/
input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 21px;
    height: 21px;
    border: 1px solid #574023;
    border-radius: 0.25rem; /* border-radius to match Bootstrap default */
    outline: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: relative;
}

input[type="checkbox"]:checked {
    background-color: #027bfa;
    border: 1px solid #027bfa;
}

input[type="checkbox"]:checked::before {
    content: '';
    display: inline-block;
    width: 90%;  /* Adjust size to match Bootstrap */
    height: 90%;  /* Adjust size to match Bootstrap */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -42%);
    background-image: url("/img/check-icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}

input[type="checkbox"]:disabled {
    border: 1px solid #e6e6e6;
    background-color: #f8f8f8;
    cursor: not-allowed;
}

input[type="checkbox"]:disabled:checked {
    background-color: #f8f8f8;
    border: 1px solid #e6e6e6;
}

input[type="checkbox"]:disabled:checked::before {
    background-image: url("/img/check-icon.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.cestino {
    color: #ab9791;
    font-size: 15px;
    margin-left: 3px;
    margin-right: 4px;
    cursor: pointer;
}

/*PIANTINA*/
.StandBox {
    position: absolute;
    z-index: 9999;
}

.StandBox:hover {
    background-color: #85d3f266;
}

.areaDisabled {
    cursor: not-allowed !important;
}

.ImgPiantina {
  width: 1300px;
  max-width: none;
  height: auto;
}

.Piantina {
    position: relative;
    max-width: 100% !important;
    padding: 0px;
}

.areaCartina {
    transition: 0.2s; 
    background-color: #85d3f266;
    cursor: pointer;
}

.areaCartina:hover {
    background-color: #85d3f2b6;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.areaCartina.text-dark:hover {
    color: #ffffff !important;
    font-size:14px;
    transition: 500ms;
}

.areaCartinaSelected {
    /* background-color: #ff532366; */
    background-color: #027bfa;
    color: #FFFFFF;
    opacity: 0.7;
    font-size: 14px;
}

.areaCartinaSelected::before {
    content: '';
    display: inline-block;
    width: 14px;  /* Adjust size to match Bootstrap */
    height: 14px;  /* Adjust size to match Bootstrap */
    position: absolute;
    top: 5px;
    left: 5px;
    /* transform: translate(-50%, -42%); */
    background-image: url("/img/check-icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 99999;
}

.areaCartinaSelected.text-dark {
    color: #ffffff !important;
    font-size: 14px;
    transition: 500ms;
}

.areaCartinaSelected:hover {
    background-color: #ab9791;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    opacity: 0.5;
}

.areaCartinaSelected.text-dark:hover {
    color: #000000 !important;
    font-size: 12px;
    z-index: 9999999;
}

.areaCartinaSelected.text-dark:hover::before {
    content: '';
    display: inline-block;
    width: 14px;  /* Adjust size to match Bootstrap */
    height: 14px;  /* Adjust size to match Bootstrap */
    position: absolute;
    top: 5px;
    left: 5px;
    /* transform: translate(-50%, -42%); */
    background-image: url("/img/check-disabled.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 99999;
}

/*Icone New, Esaurito, ...*/

.flagInfoBundle {
    float: left;
}
.flagInfoBundle {
    display: flex;
    flex-wrap: wrap;
    gap: 5px; /* Spazio tra le immagini */
  }

  .flagInfoBundle img {
    display: inline-block;
    width: auto; /* Imposta la larghezza desiderata */
    height: 32px; /* Mantieni il rapporto d'aspetto */
    margin-bottom: 12px;
  }
  


.flagInfo {
    float: inline-end;
}
.flagInfo {
    display: flex;
    flex-wrap: wrap;
    gap: 5px; /* Spazio tra le immagini */
  }
  
  .flagInfo img {
    display: inline-block;
    width: auto; /* Imposta la larghezza desiderata */
    height: 32px; /* Mantieni il rapporto d'aspetto */
  }
  
  @media (max-width: 768px) {
    .flagInfo {
      flex-direction: column;
    }
  }