
body{
	background-color: #F6F9FA;
	color: #333;
	text-align: center;
}
img{
	display: block;
	margin: auto;
}
a{
	color: #0886c5;
}
.col-0{
	max-width: 30px !important;
}
.alert{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.container.content{
	margin-top: 5px;
	min-height: 170px;
	overflow-x: auto;
}
.steps .step{
	display: none;
}
.steps.uno .step.uno{
	display: initial;
}
.steps.due .step.due{
	display: initial;
}
.steps.tre .step.tre{
	display: initial;
}
.drop{
	max-height: 0px;
    transition: max-height .4s ease-out;
    overflow: hidden;
}
.drop.down{
	max-height: 500px;
    transition: max-height .7s ease-in;
}
.scrollwrap{
	overflow-x: hidden;
	overflow-y: auto;
    padding: 5px;
    padding-right: 10px;
}
.wrab{
	border: 2px solid #8080809c !important;
}
.cut-top{
    padding-top: 15px;
	border-top: 2px solid #8080809c !important;
}
.cut-bottom{
    padding-bottom: 15px;
	border-bottom: 2px solid #8080809c !important;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.capi{
    text-transform: capitalize !important;
}
.darkbg{
	background-color: var(--sfondo-scuro) !important;
}
.dark{
	color: var(--main) !important;
}
.heavydark{
	font-weight: 700;
	color: var(--scuro) !important;
}
.solid{
    text-transform: uppercase;
    font-weight: 700;
}
.limitlogo{
	max-height: 160px;
}
