/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

:root {
	--accent-color: #1898ac;
	--active-color: #1898ac;
	--error-color: #ac1820;
}

html,
body {
	scroll-behavior: smooth
}

.section-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding: 30px;
}

.section-title .title {
	text-align: center;
	font-weight: 700;
}

/*   -------------------------            DOCUMENTAZIONE            --------------------------------------   */


.tabDocum {
	height: fit-content;
	text-align: left;
	padding-bottom: 20px;
	border-inline-end: 1px solid #ece7e4;
}

.doc {
	margin-bottom: 0.5em !important;
}

#docum_qbox,
#docum_pec,
#docum_configurazione {
	display: none;
	padding: 10px;
	margin: 0 !important;
	list-style: none;
}

#docum_qbox li,
#docum_pec li,
#docum_configurazione li {
	padding: 0 0 0 12px;
}

#documUl li {
	padding-left: 50%;
	text-align: left;
}

.fa-angle-down {
	top: 4px !important;
}

.titolo1,
.titoloCategoria {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	text-align: left;
	font-size: 20px;
	padding-left: 8px;
}

.testo1 {
	padding: 0.5em;
	word-spacing: 2px;
	line-height: 150%;
	margin: 1em auto 3em;
}


.arrowdown::after {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../img/icone_posta_dwb/15-freccia.png) no-repeat;
	background-size: 20px;
	transition-duration: .5s;
	position: absolute;
	margin-top: 7px;
	margin-left: -1px;
}

.arrowup::after {
	content: "";
	width: 20px;
	height: 20px;
	background: url(../img/icone_posta_dwb/15-freccia.png) no-repeat;
	background-size: 20px;
	transition-duration: .5s;
	position: absolute;
	transform: rotate(-180deg);
	margin-top: 4px;
	margin-left: 0px;
}

.tabDocum div a p {
	font-size: 18px;
	padding: 0 5px;
}




.box-accedi {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	min-height: 350px;
}

.box-accedi .box {
	text-align: center;
	padding: 10px;
	border-radius: 8px;
}

.box-accedi .box h3 {
	transition: all .5s;
	min-height: 115.2px;
}


.box-accedi .box a {
	width: 100%;
	height: 300px;
	padding: 20px;
	border-radius: 8px;
	display: block;
	background-color: #f3f3f3;
}

.box-accedi .box p {
	font-size: 16px;
}

.box-accedi .box h3 {
	margin-bottom: 10px;
}

.box-accedi .box:hover h3 {
	color: #00acdc;
}

@media (max-width: 600px) {
	.box-accedi .box {
		width: 100%;
		margin-bottom: 20px;
	}
}



.posta_dashboard .small-box>.small-box-footer {
	border-radius: 10px 10px 0 0;
}

.posta_dashboard .small-box {
	background-color: #f4f4f4;
	border-radius: 10px;
}

.posta_dashboard .box:hover .small-box-footer,
.posta_dashboard .box:hover .small-box .icon {
	opacity: .8;
}

.posta_dashboard .small-box .icon {
	color: #757575;
}

.posta_dashboard .small-box .icon>i.fas {
	top: 40px;
}

.posta_dashboard .small-box .inner {
	min-height: 150px;
}

.posta_dashboard .small-box>.small-box-footer {
	background-color: #757575;
	color: #f4f4f4;
	font-size: 16px;
	font-weight: 600;
	padding: 4px;
}






.block-faq__box {
	width: 100%;
	padding: 10px 10px 0 10px;
	margin: 0 auto 1rem auto;
	position: relative;
	/* z-index: var(--z-index-1);
	background: var(--bg-primary);
	border-radius: var(--radius-8);
	box-shadow: var(--shadow-3) */
}

@media(min-width: 768px) {
	.block-faq__box {
		padding: 20px 20px 10px 20px
	}
}

@media(min-width: 1024px) {
	.block-faq__box {
		width: 80%
	}
}

.block-faq__toggle {
	position: absolute;
	opacity: 0;
	z-index: -1
}

.block-faq__toggle:checked~.block-faq__answer {
	max-height: 100vh;
	padding-bottom: 1rem
}

@media(min-width: 768px) {
	.block-faq__toggle:checked~.block-faq__answer {
		padding-bottom: 1.5rem
	}
}


.block-faq__toggle:checked+.block-faq__question::after {
	background: url(../img/icone_posta_dwb/15-freccia.png) no-repeat;
	transform: rotate(-180deg);
	background-size: 1.5rem;
	transition: all .5s ease-in-out;
}

.block-faq__question {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding: 0 0 1rem;
	font-size: 1rem;
	line-height: 1.15;
	cursor: pointer;
	font-weight: 500 !important;
	border-bottom: 1px solid #ece7e4;
}

@media(min-width: 768px) {
	.block-faq__question {
		font-size: 1.5rem;
		padding: 0 0 1.5rem
	}
}

.block-faq__question::after {
	content: "";
	min-width: 1.5rem;
	height: 1.5rem;
	display: block;
	background: url(../img/icone_posta_dwb/15-freccia.png) no-repeat;
	background-size: 1.5rem;
	transition: all .5s ease-in-out
}

.block-faq__answer {
	max-height: 0;
	padding: 0 2.5rem 0 0;
	transition: all .25s cubic-bezier(0.215, 0.61, 0.355, 1);
	overflow: hidden
}

.block-faq__answer p {
	margin: 0
}


.block-faq__toggle:checked~.block-faq__answer {
	max-height: 100vh;
	padding-bottom: 1rem
}

@media(min-width: 768px) {
	.block-faq__toggle:checked~.block-faq__answer {
		padding-bottom: 1.5rem
	}
}


.primoContenuto {
	margin: 100px 2%;
}

.primoContenuto h2,
.primoContenuto p {
	text-align: center;
}

.primoContenuto div small {
	margin: 15px 0;
}

.primoContenuto span {
	width: 50%;
	margin: 0 auto;
}

.pEstensioni h2 {
	margin-top: 80px;
	margin-bottom: 80px;
}

.corpo-pagina {
	margin-bottom: -16px !important;
	background-color: #e4f445
}

#corpo-pagina.err {
	background-color: #ff934a
}

#form .form-control:focus {
	background-color: #e8f59b;
	border-color: #e8f59b;
	box-shadow: 0 0 0 .25rem rgba(232, 245, 155, .25);
}

.sfon {
	background-color: #f7f7f7;
	border-radius: 5px;
}

.form-card .form-group:nth-child(even) {
	margin: 0px;
}

#divSub {
	margin-right: -110px !important;
}













.card {
	border-radius: 4px;
	background: inherit;
	transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
	padding: 24px 36px;
	border: none;
}

.contCarte {
	padding: 0px 44px;
}

.aEstensioni {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.carte {
	width: 20%;
	padding: 3px 10px;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
}

.carte div {
	background-color: #f7f7f7;
	border-bottom: 1px solid #ccc;
	border-radius: 7px;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.carte:hover div {
	background-color: #222;
	/* transform: scale(1.05);
	/* background-color: var(--active-color);
	border: 1px solid var(--active-color); */
}

.carte p {
	font-size: 14px;
	color: #222;
	text-align: center;
	margin: 0 !important;
}


.carte:hover p {
	color: #f7f7f7;
}

.divSelect {
	display: none !important;
}

.selectEstensioni {
	border-radius: 5px;
	border: 1px solid #ccc;
}

.bgAltre {
	background-color: #f7f7f7;
	width: 90%;
	border-radius: 5px;
	margin-top: 60px;
}

.card .card-image img {
	max-width: 180px;
}

@media(max-width: 991.9px) {
	.card-x {
		margin: 20px;
	}

	/* 
	.aEstensioni {
		display: none !important;
	} */

	.divSelect {
		display: block !important;
	}

	#divSub {
		margin-right: 0 !important;
	}

	.card .card-image {
		/* max-width: 55%;  */
	}

}


@media screen and (max-width: 480px) {
	* {
		text-align: center;
	}

	#dominio,
	#estensioni {
		font-size: 11px !important;
	}
}

@media screen and (max-width: 380px) {
	/**.form-group {
		width: 84%;
	}**/

	.titl {
		font-size: 40px;
	}
}

.cards {
	padding: 30px 40px;
	margin-top: 60px;
	margin-bottom: 60px;
	border: none !important;
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2)
}

.section-title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding: 30px;
}

.section-title .title {
	text-align: center;
	font-weight: 700;
}


.dominio_dashboard .small-box>.small-box-footer {
	border-radius: 10px 10px 0 0;
}

.dominio_dashboard .small-box {
	background-color: #f4f4f4;
	border-radius: 10px;
}

.dominio_dashboard .box:hover .small-box-footer,
.dominio_dashboard .box:hover .small-box .icon {
	opacity: .8;
}

.dominio_dashboard .small-box .icon {
	color: #757575;
}

.dominio_dashboard .small-box .icon>i.fas {
	top: 40px;
}

.dominio_dashboard .small-box .inner {
	min-height: 150px;
}

.dominio_dashboard .small-box>.small-box-footer {
	background-color: #757575;
	color: #f4f4f4;
	font-size: 16px;
	font-weight: 600;
	padding: 4px;
}

.domain-check-form input,
.domain-check-form select,
.form-card input,
.form-card select {
	width: 100%;
	min-height: 40px;
	border: none;
	border-bottom: 1px solid var(--border);
	outline: none;
	background-color: rgba(0, 0, 0, 0);
	transition: all .5s;
}

.domain-check-form select {
	cursor: pointer;
	background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
	background-position: calc(100% - 0.75rem) center !important;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	padding-right: 2rem !important;
}

.domain-check-form .btn-warning {
	background-color: #e2e2e2;
	border: 1px solid #ccc;
	max-width: 300px;
}

.domain-check-form .btn-primary {
	color: #fff;
	background-color: #00acdc;
	border: 1px solid #0b8fb3;
	max-width: 300px;
}

#corpo-pagina h2.isAvaible.success {
	color: var(--accent-color)
}

#corpo-pagina h2.isAvaible.err {
	color: var(--error-color)
}

#dominio-form select option {
	color: #333;
}

button.wc-btn:disabled {
	opacity: .3;
	cursor: not-allowed;
}