#navbarNotification::after {
  content: none !important;
}
#main-navbar .badge {
  position: absolute;
  font-size: .6rem;
  margin-top: -.1rem;
  margin-left: -.5rem;
  padding: .2em .45em;
}
#main-navbar .nav-link {
  color: rgba(0, 0, 0, .55) !important;
  font-size: 1rem !important;
  font-weight: 400;
}

#main-navbar .nav-link :hover {
  color: rgb(76, 76, 76);
}

[aria-labelledby=new-mdb-technologies-dropdown] li {
  background-color: rgb(255, 255, 255) !important;
}

[aria-labelledby=new-mdb-technologies-dropdown] li :hover {
  background-color: #EEEEEE !important;
  box-shadow: none !important;
}

[aria-labelledby=userDropdown] a {
  background-color: rgb(255, 255, 255) !important;
  box-shadow: none !important;
}

[aria-labelledby=userDropdown] a:hover {
  background-color: #EEEEEE !important;
}

#navbarNotificationContent a {
  background-color: rgb(255, 255, 255) !important;
  box-shadow: none !important;
}

#navbarNotificationContent a:hover {
  background-color: #EEEEEE !important;
}

.dropdown-item-pseudo-focus {
  background-color: rgba(0, 0, 0, 0.05) !important;
  box-shadow: none !important;
}
.docs-pills {
  border-radius: 0.5rem;
}

.docs-pills pre[class*="language-"] {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.docs-pills .btn-copy-code,
.docs-tab-content .export-to-snippet {
  position: absolute;
  top: 16px;
  right: 16px;
  box-shadow: none !important;
  color: #616161 !important;
  background-color: transparent !important;
  padding: 6px 15px !important;
}
@media (max-width: 576px) {
  [id^=dpl-], [class^=dpl-], .mobile-hidden {
    display: none!important;
  }
}
#mdb-sidenav .sidenav-collapse, .sidenav .rotate-icon {
  transition-property: none;
}

#mdb-sidenav .fas {
  color: #9FA6B2;
}
#mdb-sidenav a {
  color: #4B5563;
}
#mdb-sidenav a.active {
  background-color: rgba(18,102,241,.05);
}
#mdb-sidenav .sidenav-item {
  margin-left: 5px;
  margin-right: 5px;
}
#mdb-sidenav .sidenav-item:first-child {
  margin-top: 4px;
}
#mdb-sidenav .sidenav-item:last-child {
  margin-bottom: 4px;
}

#mdb-sidenav-toggler {
  display: none;
  background-color: transparent;
}

.mdb-docs-layout {
  padding-left: 240px;
}

@media (max-width: 1440px) {
  #mdb-sidenav-toggler {
    display: unset;
  }

  #mdb-sidenav {
    transform: translate(-100%);
  }

  .mdb-docs-layout {
    padding-left: 0px;
  }
}

.sidenav-icon {
  color: #9fa6b2;
  height: 14px;
}
  #mdb-navbar {
  padding-left: 240px;
  height: 58px;
}

#mdb-navbar-brand-logo {
  display: none;
}

#sidenav-toggler {
  display: none;
}

#mdb-5-search-container {
  position: relative;
  font-size: .8rem;
}

#mdb-5-search-dropdown {
  display: none;
  position: absolute;
  top: 36px;
  overflow-y: hidden;
  width: 100%;
  z-index: 999999;
  background-color: white;
}

.mdb-5-search-keywords {
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#mdb-5-search-list {
  overflow-y: scroll;
  max-height: 265px;
  position: relative;
}

#mdb-5-search-list li a {
  transition: background-color .3s ease-in;
}

#mdb-5-search-list li a:hover, #mdb-5-search-list li a:active, #mdb-5-search-list li a:focus {
  background-color: rgba(0, 0, 0, 0.05);
  outline: none;
}

#mdb-5-search-input {
  min-width: 230px;
}

#mdb-5-search-icon {
  transition: color .3s ease-out;
}


@media (max-width: 1440px) {
  #sidenav-toggler {
    display: inline-block;
  }
}

@media (max-width: 1440px) {
  #mdb-navbar {
    padding-left: 0;
  }
}
@media (max-width: 1440px) {
  #mdb-footer {
    padding-left: 0;
  }
}
#main-navbar{
  box-shadow: 0px 0px 10px #999 !important;
}

.sidenav-link {
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}
.menu-header{
  display: block;
  padding: 5px 20px;
  font-size: 12px;
  letter-spacing: 1px;
  background-color: #ccc;
  text-transform: uppercase;
}
.card{
  border: none;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.position-sticky{
  padding-top: 8px;
}
.navbar-title{
  font-size: 12px;
  font-weight: bold;
  color: #058af7;
  background-color: #ebebeb;
  padding: 10px 5px;
  margin-bottom: 0;
}
.btn-codetype{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #999999;
  border-radius: 5px;
  box-shadow: none;
  text-decoration: none !important;
  display: inline-block;
  width: 100%;
  background-color: #ffffff;
  padding: 5px 10px;
  color: #616568 !important;
  margin-bottom: 15px;
  position: relative;
  text-align: left;
}
.btn-codetype:hover{
  outline: 2px solid #058af7;
  outline-offset: -2px;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  color: #616568 !important;
}
.btn-codetype.selected{
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  color: #616568 !important;
  outline: 2px solid #058af7 !important;
  outline-offset: -3px;
}
.btn-codetype i{
  color: #cccccc;
  font-size: 27px;
  padding-top: 8px;
  text-align: center;
}
.btn-codetype:hover i{
  color: #509efd;
  font-size: 30px;
  padding-top: 5px;
}
.btn-codetype.selected i{
  color: #009e15;
}
.btn-codetype i.fa-check{
  display: none;
  position: absolute;
  top: 38px;
  right: -13px;
  color: #ffffff;
  background-color: #058af7;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  line-height: 0;
  padding: 16px 5px 0;
  font-size: 21px;
}
.btn-codetype h4{
  font-size: 18px;
  font-weight: 600;
  color: #616568;
  margin-bottom: 0;
}
.btn-codetype small{
  padding: 0px;
  font-size: 12px !important;
  padding-right: 15px !important;
}
#btnSelect{
  padding: 5px 50px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  letter-spacing: 2px;
}
.form-control{
  border: 2px solid #cccccc ;
  min-height: 45px;
}
textarea{
  border: 2px solid #cccccc ;
  height: 150px;
}
.input-group>.form-control{
  border: 2px solid #cccccc;
  min-height: 45px;
}
.input-group-text{
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #ccc;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  height: 45px !important;
  min-width: 65px !important;
}


.container-check {
	display: block;
	position: relative;
	padding-left: 40px;
	cursor: pointer;
	font-size: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 0;
	line-height: 30px;
}

/* Hide the browser's default checkbox */
.container-check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	width: 30px;
	background-color: #ffffff;
	border:2px solid #cccccc;
	border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
	background-color: #ebebeb;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark {
	background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark:after {
	left: 9px;
	top: 5px;
	width: 9px;
	height: 12px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.img-preview_app{
	max-width: 184px;
	border: 2px solid #ebebeb;
	border-radius: 15px;
	display: inline-block;
	margin-top: 5px;
}
.fileUpload_app{
	position: absolute;
	margin: 0;
	padding: 0;
	width: 120px;
	height: 120px;
	outline: none;
	opacity: 0;
  margin-top: -91px;
  margin-left: -2px;
  cursor: pointer;
  pointer-events: auto !important;
}
.fileUpload_qrlogo{
  position: absolute;
  top: 5px;
  z-index: 999;
	margin: -6px 0 0 -6px;
	padding: 0;
	width: 80px;
	height: 80px;
	outline: none;
	opacity: 0;
  cursor: pointer;
  pointer-events: auto !important;
}
.box-image_app{
	height: 120px;
	width: 120px;
	display: inline-block;
	border: 2px dashed #ccc;
	background-color: #ebebeb;
	margin-top: 5px;
  border-radius: 15px;
}
.box-image_app p{
	color: #999 !important;
  font-size: 14px !important;
  text-align: center !important;
  margin-top: 50px !important;
  font-style: normal !important;
}
.removeImg_app{
	padding: 4px 5px;
  position: absolute;
  right: 24px;
  top: 263px;
}
.confirmImg_app{
	padding: 4px 5px;
  position: absolute;
  right: 24px;
  top: 300px;
}


.img-preview-welcome,
.img-preview-facebook,
.img-preview-ssocial{
	max-width: 364px;
	border: 2px solid #ebebeb;
	border-radius: 3px;
	display: inline-block;
	margin-top: 5px;
}
.img-preview-welcome img,
.img-preview-facebook img,
.img-preview-ssocial img{
	display: inline-block;
	width: 300px;
  height: auto;
  border-radius: 1px;
}
.fileUploadWelcome,
.fileUploadFacebook,
.fileUploadSSocial{
	position: absolute;
	margin: 0;
	padding: 0;
	width: 300px;
	height: 200px;
	outline: none;
	opacity: 0;
  margin-top: -147px;
  margin-left: -150px;
  cursor: pointer;
  pointer-events: auto !important;
}
.box-welcome,
.box-facebook,
.box-ssocial{
	height: 264px;
	width: 364px;
	display: inline-block;
	border: 2px dashed #ccc;
	background-color: #ebebeb;
	margin-top: 5px;
  border-radius: 15px;
}
.box-welcome p,
.box-facebook p,
.box-ssocial p{
	color: #999 !important;
  font-size: 14px !important;
  text-align: center !important;
  margin-top: 25px !important;
  font-style: normal !important;
}
.box-welcome p i,
.box-facebook p i,
.box-ssocial p i{
	display: block;
  font-size: 26px;
  margin-bottom: 5px;
}
.removeImgWelcome{
	padding: 4px 5px;
  position: absolute;
  right: 24px;
  top: 122px;
}
.confirmImgWelcome{
	padding: 4px 5px;
  position: absolute;
  right: 24px;
  top: 160px;
}
.removeImgFacebook,
.removeImgSSocial{
	padding: 4px 5px;
  position: absolute;
  right: 24px;
  top: 90px;
}
.confirmImgFacebook,
.confirmImgSSocial{
	padding: 4px 5px;
  position: absolute;
  right: 24px;
  top: 130px;
}


.img-preview-userImage{
  width: 184px;
	border: 2px solid #ebebeb;
	display: inline-block;
	margin-top: 5px;
}

.fileUploaduserImage{
	position: absolute;
	margin: 0;
	padding: 0;
	width: 120px;
	height: 120px;
	outline: none;
	opacity: 0;
  margin-top: -108px;
  margin-left: -60px;
  cursor: pointer;
  pointer-events: auto !important;
}
.box-userImage{
	height: 120px;
	width: 120px;
	display: inline-block;
	border: 2px dashed #ccc;
	background-color: #ebebeb;
	margin-top: 5px;
  border-radius: 80px;
}
.box-userImage p{
	color: #999 !important;
  font-size: 14px !important;
  text-align: center !important;
  margin-top: 20px !important;
  font-style: normal !important;
  line-height: 15px;
}
.box-userImage p i{
  display: block;
  font-size: 26px;
  margin-bottom: 5px;
}
.removeImguserImage{
	padding: 4px 5px;
  position: absolute;
  right: 30px;
  top: 122px;
}
.confirmImguserImage{
	padding: 4px 5px;
  position: absolute;
  right: 30px;
  top: 160px;
}
.btn-invisible{
  border: none;
  background-color: transparent;
}
.icon-socials{
  text-align: center;
  font-size: 28px;
}


.img-preview-pdf{
	max-width: 100%;
	border: 2px solid #ebebeb;
	display: inline-block;
	margin-top: 5px;
  height: 400px;
}
#pdfPreview{
	display: inline-block;
	width: 100%;
  height: 100%;
}
.fileUploadPdf{
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 120px;
	outline: none;
	opacity: 0;
  margin-top: -108px;
  margin-left: -348px;
  cursor: pointer;
  pointer-events: auto !important;
}
.box-pdf{
	height: 120px;
	width: 100%;
	display: inline-block;
	border: 2px dashed #ccc;
	background-color: #ebebeb;
	margin-top: 5px;
  border-radius: 5px;
}
.box-pdf p{
	color: #999 !important;
  font-size: 14px !important;
  text-align: center !important;
  margin-top: 20px !important;
  font-style: normal !important;
  line-height: 15px;
}
.box-pdf p em{
  display: block;
}
.box-pdf p i{
  display: block;
  font-size: 26px;
  margin-bottom: 5px;
}
.removePdf{
	padding: 4px 5px;
  position: absolute;
  right: 30px;
  top: 122px;
}
.is-clickable {
  cursor: pointer;
  pointer-events: auto !important;
}
.previewAll{
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 0 15px #999999;
}

.nonvalido{
	position: relative;
  z-index: 5;
  text-align: right;
  right: 5px;
  top: -10px;
	color: #dd4b39 !important;
	font-size: 11px !important;
	font-weight: bold !important;
  font-style: italic;
  display: block;
  line-height: 0;
}
.input-group .nonvalido{
	position: absolute;
  top: 34px;
}
.error-input,
.input-group>.error-input{
  border: 2px solid #dd4b39 !important;
}
#nome_codice-error{
  top: -30px
}








/*	Stile per iphone	*/

.iphone-container{
	margin-top: 0;
	margin-bottom: 20px;
}

.dark .camera, .dark .circle, .dark .speaker, .dark .circle-button {background-color:#ccc;}
.dark .buttons, .dark .button.last {
	background-color:#ccc;
	box-shadow:-10px 7px 0 rgba(0,0,0,0.075), 0 0 0 2px rgba(0,0,0,0.6);
}

.phone-shape {
	width: 298px;
	height: 100%;
	max-height: 570px;
	min-height: 532px;
	border-radius: 20px;
	margin:0 auto;
	padding: 38px 10px;
	position: relative;
	box-shadow:-12px 7px 0 rgba(0,0,0,0.075), 0 0 0 2px rgba(0,0,0,0.6);
}
	
.phone-screen {
	height: 460px;
	width: 100%;
	background-color: #e7e7e7;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.1) inset;
	overflow: scroll;
	position: relative;
}
	
.top-details {
	position: absolute;
	left: 0;
	top: 10px;
	width: 100%;
}
	
.camera, .circle, .speaker {
	border-radius: 100px;
	display: block;
	background-color: #ccc;
}
	
.camera {
	height: 7px;
	width: 7px;
	margin: auto;
}
.speaker {
	height: 7px;
	width: 90px;
	margin: 5px auto 0;
}

.buttons, .button.last {
	width: 3px;
	background: #eee;
	position: absolute;
}
	
.buttons {box-shadow: -45px 0 0 rgba(0,0,0,0.075), 0 0 0 2px rgba(0,0,0,0.1);}

.button.last {box-shadow:0 0 0 2px rgba(0,0,0,0.1);}

	
.button-one {
	height: 20px;
	left: -5px;
	top: 59px;
	border-radius: 4px 0 0 4px;
}

.button-two {
	height: 40px;
	width: 3px;
	left: -5px;
	top: 110px;
	border-radius: 4px 0 0 4px;
}

.button-three {
	height: 40px;
	width: 3px;
	left: -5px;
	top: 165px;
	border-radius: 4px 0 0 4px;
}

.button-four {
	height: 40px;
	width: 3px;
	right: -5px;
	top: 110px;
	border-radius: 0 4px 4px 0;
}


aside {
  float: left;
  width: 420px;
  height: 100%;
}


#sidebar.sticky {
  max-width: 420px;
  float: none;
  position: fixed;
  top: 60px;
  left: auto;
  z-index: 1;
}
.previewAll{
	display: inline-block;
	width: 100%;
  padding-top: 70px;
}
.previewAll ul{
  padding: 0 15px !important;
  background-color: #ebebeb !important;
  border: 4px solid #ebebeb !important;
}
.previewAll ul li button{
	width: 100% !important;
  background-color: #ebebeb !important;
  color: #666666 !important;
  padding: 10px !important;
  border-radius: 50px !important;
  letter-spacing: 1px !important;
  border: none !important;
}
.previewAll ul li button.active{
  background-color: #42a7f5 !important;
  color: #ffffff !important;
}

@media (max-width: 990px) {
	#sidebar.sticky {
    display: none !important;
    float: none;
    position: relative;
    top: 0;
    z-index: 6;
    left: auto;
  }
}

.template-color{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #999999;
  border-radius: 5px;
  box-shadow: none;
  text-decoration: none !important;
  display: inline-block;
  width: 100%;
  background-color: #ebebeb;
  padding: 5px;
  margin-bottom: 15px;
  position: relative;
}
.template-color:hover{
  outline: 2px solid #058af7;
  outline-offset: -2px;
  color: #616568 !important;
}
.template-color.selected{
  color: #616568 !important;
  outline: 2px solid #058af7;
  outline-offset: -2px;
}
.template-color i{
    padding-left: 20px;
    margin-right: 20px;
    font-size: 27px;
    color: #797d80;
    padding-bottom: 10px;
    padding-top: 8px;
}
.template-color:hover i{
  color: #058af7;
}
.template-color i.fa-check{
  display: none;
  position: absolute;
  top: 50px;
  right: -33px;
  color: #ffffff;
  background-color: #058af7;
  border-radius: 50px;
  width: 24px;
  height: 24px;
  line-height: 0;
  padding: 13px 4px 0;
  font-size: 17px;
}
.template-color-primary{
  height: 30px;
  width: 100%;
  display: inline-block;
  margin-bottom:-10px;
}
.template-color-button{
  height: 7px;
  width: 80%;
  display: inline-block;
  margin: 0 10%;
}
.template-vcard-color-button,
.template-socialmedia-color-button{
  height: 12px;
  width: 12px;
  display: inline-block;
  float: right;
  margin: 5px 0;
  border-radius: 10px;
}
.temp-primary-1{
  background-color: #da5167;
}
.temp-primary-2{
  background-color: #45606f;
}
.temp-primary-3{
  background-color: #704b4b;
}
.temp-primary-4{
  background-color: #4caf50;
}
.temp-primary-5{
  background-color: #e6c026;
}
.temp-primary-6{
  background-color: #0448b0;
}
.temp-button-1{
  background-color: #464154;
}
.temp-button-2{
  background-color: #0288d1;
}
.temp-button-3{
  background-color: #d72feb;
}
.temp-button-4{
  background-color: #e04712;
}
.temp-button-5{
  background-color: #12bce0;
}
.temp-button-6{
  background-color: #f5d000;
}


.temp-fb-primary-1{
  background-color: #3766b8;
}
.temp-fb-primary-2{
  background-color: #f14139;
}
.temp-fb-primary-3{
  background-color: #0096e7;
}
.temp-fb-primary-4{
  background-color: #3f495a;
}
.temp-fb-primary-5{
  background-color: #0cb2af;
}
.temp-fb-primary-6{
  background-color: #0448b0;
}
.temp-fb-button-1{
  background-color: #3766b8;
}
.temp-fb-button-2{
  background-color: #3766b8;
}
.temp-fb-button-3{
  background-color: #45606f;
}
.temp-fb-button-4{
  background-color: #ff4467;
}
.temp-fb-button-5{
  background-color: #4caf50;
}
.temp-fb-button-6{
  background-color: #f5d000;
}

.temp-app-primary-1{
  background-color: #3c4245;
  margin-bottom: -6px;
}
.temp-app-primary-2{
  background-color: #ff5943;
  margin-bottom: -6px;
}
.temp-app-primary-3{
  background-color: #1e94fa;
  margin-bottom: -6px;
}
.temp-app-primary-4{
  background-color: #964194;
  margin-bottom: -6px;
}
.temp-app-primary-5{
  background-color: #f87c4b;
  margin-bottom: -6px;
}
.temp-app-primary-6{
  background-color: #00a30e;
  margin-bottom: -6px;
}

.temp-vcard-primary-1,
.temp-socialmedia-primary-1{
  background-color: #455a64;
}
.temp-vcard-primary-2,
.temp-socialmedia-primary-2{
  background-color: #0288d1;
}
.temp-vcard-primary-3,
.temp-socialmedia-primary-3{
  background-color: #d32f2f;
}
.temp-vcard-primary-4,
.temp-socialmedia-primary-4{
  background-color: #4caf50;
}
.temp-vcard-primary-5,
.temp-socialmedia-primary-5{
  background-color: #795548;
}
.temp-vcard-primary-6,
.temp-socialmedia-primary-6{
  background-color: #42a48c;
}
.temp-vcard-primary-7,
.temp-socialmedia-primary-7{
  background-color: #f564ac;
}
.temp-vcard-primary-8,
.temp-socialmedia-primary-8{
  background-color: #ff8a65;
}
.temp-vcard-primary-9,
.temp-socialmedia-primary-9{
  background-color: #7a1ea1;
}
.temp-vcard-primary-10,
.temp-socialmedia-primary-10{
  background-color: #3f51b5;
}
.temp-vcard-primary-11,
.temp-socialmedia-primary-11{
  background-color: #000000;
}
.temp-vcard-primary-12,
.temp-socialmedia-primary-12{
  background-color: #04006e;
}


.temp-vcard-button-1,
.temp-socialmedia-button-1{
  background-color: #e91e63;
}
.temp-vcard-button-2,
.temp-socialmedia-button-2{
  background-color: #64b5f6;
}
.temp-vcard-button-3,
.temp-socialmedia-button-3{
  background-color: #ef9a9a;
}
.temp-vcard-button-4,
.temp-socialmedia-button-4{
  background-color: #81c784;
}
.temp-vcard-button-5,
.temp-socialmedia-button-5{
  background-color: #ff8a65;
}
.temp-vcard-button-6,
.temp-socialmedia-button-6{
  background-color: #e9b764;
}
.temp-vcard-button-7,
.temp-socialmedia-button-7{
  background-color: #36c17d;
}
.temp-vcard-button-8,
.temp-socialmedia-button-8{
  background-color: #4b5d71;
}
.temp-vcard-button-9,
.temp-socialmedia-button-9{
  background-color: #1de9b6;
}
.temp-vcard-button-10,
.temp-socialmedia-button-10{
  background-color: #ff4081;
}
.temp-vcard-button-11,
.temp-socialmedia-button-11{
  background-color: #333333;
}
.temp-vcard-button-12,
.temp-socialmedia-button-12{
  background-color: #ff8800;
}

/* Footer */
#tempaltemo_footer{ background-color: #111111 !important;}
#tempaltemo_footer a { color: #dcdde1;}
#tempaltemo_footer a:hover { color: #f77e0c;}
#tempaltemo_footer ul.footer-link-list li { padding-top: 10px;}
#tempaltemo_footer ul.footer-icons li {
  width: 2.6em;
  height: 2.6em;
  line-height: 2.6em;
}
#tempaltemo_footer ul.footer-icons li:hover {
  background-color: #cfd6e1;
  transition: .5s;
}
#tempaltemo_footer ul.footer-icons li:hover i {
  color: #333333;
  transition: .5s;
}
#tempaltemo_footer .border-light { 
  border-color: #000000 !important;
  font-size: 24px;
}
.sep-form{
  display: block;
  height: 1px;
  background-color: #ebebeb;
  margin-top: 2px;
  margin-bottom: 2px;
}
.box-icon-trasp a,
.box-icon-trasp button{
  color: #999;
  text-decoration: none;
  font-size: 14px;
  border: none;
  background-color: transparent;
  margin-left: 7px;
}
.box-icon-trasp:hover a,
.box-icon-trasp:hover button{
  color: #333;
}
.box-icon-trasp a:hover,
.box-icon-trasp button:hover{
  color: #509efd;
}
.viewer{
  background-color: #333;
  display: inline-block;
  width: 100%;
  position: fixed;
  bottom: 0;
  padding: 15px;
  color: #fff;
}
.icon-navbar span{
  font-size: 26px;
  font-weight: bold;
  color: #2a0285;
  padding: 5px;
  background-color: #ffffff;
  border-radius: 5px;
}

.icon-navbar:hover span{
  color: #509efd;
  background-color: #e6f6fb;
}

.btn-frame,.btn-edges,.btn-logo{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #999999;
  border-radius: 3px;
  box-shadow: none;
  text-decoration: none !important;
  display: inline-block;
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  padding: 5px;
  margin-bottom: 15px;
  position: relative;
  float: left;
  margin-right: 15px;
}
.btn-frame:hover,.btn-edges:hover,.btn-logo:hover{
  outline: 2px solid #058af7;
  outline-offset: -2px;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  color: #616568 !important;
}
.btn-frame.selected,.btn-edges.selected,.btn-logo.selected{
  border: 1px solid #54b4d3;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  color: #616568 !important;
  outline: 2px solid #54b4d3 !important;
  outline-offset: -3px;
  background-color: #e6f6fb;
}
.btn-frame img,.btn-edges img,.btn-logo img{
  width: 70px;
  margin: 0 auto;
}

.btn-frame i.fa-check,.btn-edges i.fa-check,.btn-logo i.fa-check{
  display: none;
  position: absolute;
  top: 63px;
  right: -13px;
  color: #ffffff;
  background-color: #54b4d3;
  border-radius: 50px;
  width: 26px;
  height: 26px;
  line-height: 0;
  padding: 14px 5px 0;
  font-size: 16px;
}
.remove_qrlogo{
  position: absolute;
  top: -11px;
  right: -13px;
  color: #ff8b85;
  background-color: #ebebeb;
  border-radius: 50px;
  width: 26px;
  height: 26px;
  line-height: 0;
  padding: 7px 8px;
  font-size: 12px;
}
.text_qrlogo{
  text-align: center;
  margin: 11px 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #54b4d3;
}
.text_qrlogo i{
  font-size: 24px;
}
.title-serv{
  font-size: 36px;
  font-weight: bold;
}
.img-serv{
  max-width: 250px;
  margin: 0 auto;
}
.icon-serv{
  width: 80px;
  margin-top: 40px;
}
.text-serv{
  font-size: 22px;
}
.bg-color{
  background: rgb(42,2,133);
  background: -webkit-linear-gradient(333deg, rgba(42,2,133,1) 0%, rgba(80,158,253,1) 49%);
  background: -o-linear-gradient(333deg, rgba(42,2,133,1) 0%, rgba(80,158,253,1) 49%);
  background: linear-gradient(63deg, rgba(42,2,133,1) 0%, rgba(80,158,253,1) 49%);
}
.bg-color .title{
  font-size: 38px;
  color: #ffffff !important;
}
.bg-color .text{
  font-size: 20px;
  color: #ffffff !important;
}
.card-serv{
  padding: 10px;
  border-radius: 10px;
  border: 2px solid #999999;
  text-decoration: none;
  background: #ffffff;
  color: #000000;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.card-serv:hover{
  background: rgb(42,2,133);
  background: -webkit-linear-gradient(333deg, rgba(42,2,133,1) 0%, rgba(80,158,253,1) 49%);
  background: -o-linear-gradient(333deg, rgba(42,2,133,1) 0%, rgba(80,158,253,1) 49%);
  background: linear-gradient(63deg, rgba(42,2,133,1) 0%, rgba(80,158,253,1) 49%);
  color:#ffffff;
  border: 2px solid #509efd;
}
.img-card-serv{
  max-width: 55px;
  margin-right: 5px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  padding: 5px;
  border-radius: 15px;
}
.card-serv .h4{
  font-size: 28px;
  font-weight: bold;
  color: #509efd;
  display: inline-block;
}
.card-serv .text-home{
  font-size: 16px;
  text-align: justify;
  display: inline-block;
  width: 100%;
}
.card-serv:hover .img-card-serv{
  filter: grayscale(100%);
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.card-serv:hover .h4{
  color: #ffffff;
}


button#ihavecookiesBtn {
	margin-left: 0px !important;
}
#gdpr-cookie-message {
	position: fixed;
	bottom: 30px;
	max-width: 100%;
	background-color: #000000;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 6px 6px rgba(0,0,0,0.25);
	margin-left: 30px;
  margin-right: 30px;
	font-family: system-ui;
	z-index: 9999;
}
#gdpr-cookie-message h4 {
	color: #ffffff;
	font-family:"Open Sans",sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}
#gdpr-cookie-message h5 {
	color: #ffffff;
	font-family:"Open Sans",sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
	font-family:"Open Sans",sans-serif;
	color: #ebebeb;
	font-size: 15px;
	line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
	margin-bottom: 0;
	text-align: right;
}
#gdpr-cookie-message li {
	width: 30%;
	display: inline-block;
}
#gdpr-cookie-message a {
	color: blue;
	text-decoration: none;
	font-size: 15px;
	padding-bottom: 2px;
	border-bottom: 1px dotted rgba(255,255,255,0.75);
	transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
	color: white;
	border-bottom-color: blue;
	transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,button#ihavecookiesBtn {
	border: none;
	background: green;
	color: white;
	font-family:"Open Sans",sans-serif;
	font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.5px;
	padding: 7px 15px;
	border-radius: 50px;
	margin-left: 15px;
	cursor: pointer;
	transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
	background: white;
	color: black;
	transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
	background: white;
	color: black;
  margin-left: 0;
  float: left
}
button#gdpr-cookie-discard {
	background: red;
	color: white;
}
#gdpr-cookie-message button:disabled {
	opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
	float: none;
	margin-top: 0;
	margin-right: 5px;
	height: 15px !important;
}
.btn-dettagli-cookie{
  font-size: 12px;
  display: inline-block;
  width: 100%;
  border: none;
}

.cookie-header{
  position: absolute;
  top: -47px;
  left: 0;
  display: flex;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px 5px 0 0;
}

.cookie-footer{
  position: absolute;
  bottom: -54px;
  left: 0;
  display: flex;
  background-color: #fff;
  padding: 10px;
  border-radius: 0 0 5px 5px;
}
.btnAccordion{
  display: block;
  width: 100%;
  text-align: left;
  padding: 7px 15px;
  border-radius: 5px;
  font-size: 15px;
  border: 1px solid #666;
}
.btnAccordion i{
  float: right;
  margin-top: 3px;
  font-size: 20px;
  color: #666;
}
.boxAccordion{
  padding: 15px 10px 0 10px;
  border: 1px solid #666;
  border-top: none;
  margin-top: -5px;
  font-size: 14px !important;
  margin-bottom: 15px;
  border-radius: 0 0 5px 5px;
}
.downloadCustomBox{
  background-color: #ffffff;
  border-radius: 5px;
  padding: 5px 15px 15px 15px;
  position: relative;
  z-index: 9999;
  margin-top: -165px;
  margin-bottom: -15px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.inner-overlay{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.overlayCustom{
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  border-radius: 5px;
  color: #FFF;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.heading{
  background: rgb(42,136,233);
  background: -webkit-linear-gradient(140deg, rgba(42,136,233,1) 0%, rgba(11,83,158,1) 100%);
  background: -o-linear-gradient(140deg, rgba(42,136,233,1) 0%, rgba(11,83,158,1) 100%);
  background: linear-gradient(230deg, rgba(42,136,233,1) 0%, rgba(11,83,158,1) 100%);
}
.type-heading{
  color: #2a0285;
  font-size: 20px;
  font-weight: 900;
}
.title-heading{
  color: #ffffff;
  font-size: 50px;
  font-weight: 900;
  line-height: 52px;
}
.text-heading{
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  text-align: justify;
}
.img-heading{
  max-height: 530px;
  margin: 0 auto;
}
.heading .btn{
  border-radius: 50px;
}
.icon-heading{
  max-width: 60px;
}
.page-title{
  font-size: 40px;
  font-weight: 900;
}
.page-subtitle{
  font-size: 30px;
  font-weight: 700;
}
.page-vant-title{
  font-size: 24px;
  font-weight: 700;
}
.page-text{
  font-size: 20px;
  font-weight: 300;
}
.page-caption{
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase
}
.text-purple{
  color: #2a0285;
}
.text-lightblue{
  color: #509efd;
}
.text-gray{
  color: #333333;
}
.text-lightgray{
  color: #999999;
}

.icon-vant{
  max-width: 100px;
  margin: 0 auto 15px auto;
}
/* Carousel 4*/
.testimony-29101 .image {
  width: 40%;
  background-size: cover;
  background-position: center center;
}

.testimony-29101 .text {
  width: 60%;
  padding: 6rem 4rem;
  background: #f8f9fa;
}
.testimony-29101 .text blockquote {
  position: relative;
}
@media (max-width: 991.98px) {
  .testimony-29101 .text {
    width: 85%;
    display: inline-block !important;
    padding: 15px;
  }
  .testimony-29101 .image{
    display: none;
  }
}


.slide-one-item .owl-nav .owl-prev,
.slide-one-item .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #509efd;
}
.slide-one-item .owl-nav .owl-prev span,
.slide-one-item .owl-nav .owl-next span {
  font-size: 50px;
  font-weight: bold;
  color: #509efd;
}
.slide-one-item .owl-nav .owl-prev:hover,
.slide-one-item .owl-nav .owl-next:hover {
  color: #2a0285; 
}
.slide-one-item .owl-nav .owl-prev:active,
.slide-one-item .owl-nav .owl-prev:focus,
.slide-one-item .owl-nav .owl-next:active,
.slide-one-item .owl-nav .owl-next:focus {
  outline: none; 
}

.slide-one-item .owl-nav .owl-prev {left: -5px;}

.slide-one-item .owl-nav .owl-next {right: -5px;}


.slide-one-item .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.slide-one-item .owl-dots .owl-dot {display: inline-block; }
.slide-one-item .owl-dots .owl-dot > span {
  -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  display: inline-block;
  width: 15px;
  height: 3px;
  background: rgba(0, 123, 255, 0.4);
  margin: 3px;
}
.slide-one-item .owl-dots .owl-dot.active > span {
  width: 15px;
  background: #007bff;
}

.thumbnail {
  list-style: none;
  padding: 0;
  margin: -100px auto 0 auto;
  position: relative;
  top: 60px;
  z-index: 99 !important; 
}
.thumbnail li { display: inline-block; margin: 0 10px; width: 13%;}
.thumbnail li a {
  display: block;
  padding: 5px;
  background-color: #ffffff;
  border-radius: 50px;
  border: 2px solid #509efd;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #509efd;
  margin-top: 0;
}

.thumbnail li.active a {
  border: 2px solid #2a0285;
  background-color: #2a0285;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  color: #ffffff;
  
}
.owl-carousel .owl-stage-outer {
  margin: 0 40px;
  border-radius: 30px;
  box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.2);
  border: 2px solid #509efd;
}


.steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  position: relative;
}
.step-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background-color: #509efd;
  transition: .4s;
  font-weight: 900;
  color: #ffffff;
}
.step-button[aria-expanded="true"] {
  width: 60px;
  height: 60px;
  background-color: #2a0285;
  color: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.done {
  background-color: #2a0285;
  color: #fff;
}
.step-item {
  z-index: 10;
  text-align: center;
}
#progress {
  -webkit-appearance:none;
  position: absolute;
  width: 95%;
  z-index: 5;
  height: 10px;
  margin-left: 3%;
}
/* to customize progress bar */
#progress::-webkit-progress-value {
  background-color: #2a0285;
  transition: .5s ease;
}
#progress::-webkit-progress-bar {
  background-color: #509efd;
}
.nav-tabs .nav-link{
  border-radius: 5px 5px 0 0;
  color: #000000;
  font-size: 12px;
  background: rgb(204, 204, 204);
  background: -webkit-linear-gradient(333deg, rgba(235, 235, 235,1) 0%, rgba(204, 204, 204,1) 49%);
  background: -o-linear-gradient(333deg, rgba(235, 235, 235,1) 0%, rgba(204, 204, 204,1) 49%);
  background: linear-gradient(63deg, rgba(235, 235, 235,1) 0%, rgba(204, 204, 204,1) 49%);
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  border-bottom: none;
  color: #ffffff;
  background: rgb(42,2,133);
  background: -webkit-linear-gradient(333deg, rgba(42,2,133,1) 0%, rgba(80,158,253,1) 49%);
  background: -o-linear-gradient(333deg, rgba(42,2,133,1) 0%, rgba(80,158,253,1) 49%);
  background: linear-gradient(63deg, rgba(42,2,133,1) 0%, rgba(80,158,253,1) 49%);
}