/* Bootstrap */
.btn {
	min-height: 40px;
	border: none !important;
	border-radius: 20px !important;
	text-decoration: none !important;
	font-size: 14px !important;
	display: inline-flex !important;
	text-align: center;
	align-items: center;
	justify-content: center;
	padding: 5px 15px !important;
	font-weight: 700 !important;
	transition: .2s all;
}

.cc-anchor { display: none; }

.btn.btn-light {
	color: #0F0935 !important;
	border-radius: 20px;
	background: rgba(15, 9, 53, 0.15);
	backdrop-filter: blur(5px);
}

.btn.btn-light:hover {
	background: rgba(15, 9, 53, 0.2) !important;
}

.btn.btn-light:focus, .btn.btn-light:active {
	background: rgba(15, 9, 53, 0.2) !important;
	box-shadow: 0 0 0 0.2rem rgba(15, 9, 53, 0.05) !important;
}

.btn.btn-dark {
	color: white !important;
	border-radius: 20px;
	background: rgba(59,50,94, .95);
	backdrop-filter: blur(5px);	
}

.layout-promo .btn.btn-dark {
	box-shadow: 5px 5px 20px 0 rgba(16, 10, 54, 0.50);
}

.btn.btn-dark:hover {
	background: #60597b;
}

.btn.btn-dark:focus, .btn.btn-dark:active {
	background: rgba(59,50,94, .95) !important;
	box-shadow: 0 0 0 0.2rem rgba(59,50,94,0.2) !important;
}

.btn.btn-primary {
	color: #0F0935 !important;
	border-radius: 20px;
	background: rgba(246,201,74,1);
	backdrop-filter: blur(5px);
}

.layout-promo .btn.btn-primary {
	box-shadow: 5px 5px 20px 0 rgba(16, 10, 54, 0.50);	
}

.btn.btn-primary:hover {
	background: rgba(246,201,74,0.9);
}

.btn.btn-primary:focus,.btn.btn-primary:active {
	color: #0F0935  !important;
	background: rgba(246,201,74,0.9) !important;
	box-shadow: 0 0 0 0.2rem rgba(246,201,74,0.2) !important;
}


.btn.btn-loading {
	color: transparent !important;
	position: relative;
}

.btn.btn-loading::after {
	width: 20px;
	height: 20px;
	content: ' ';
	position: absolute;
	top: calc(50% - 10px);
	left: calc(50% - 10px);
	border: 3px solid #0F0935;
	border-radius: 20px;
	border-left-color: transparent;
	opacity: 0.5;
	animation: loading-animation 1.5s infinite;
	animation-timing-function: linear;
}


.dropdown-menu.dropdown-menu-light {
	border: none;
	font-size: 14px !important;
	background: rgba(15, 9, 53, 0.2) !important;
	border-radius: 20px;
	overflow: hidden;
	padding: 0
}

.dropdown-menu.dropdown-menu-light .dropdown-item {
	padding: 7px 15px !important;
	color: #0F0935;
	background: rgba(255, 255, 255, 0);
	transition: .2s all;
}

.dropdown-menu.dropdown-menu-light .dropdown-item:hover {
	background: rgba(255, 255, 255, 0.33);
	
}

.dropdown-menu.dropdown-menu-light .dropdown-item + .dropdown-item {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.dropdown-menu.dropdown-menu-dark {
	border: none;
	font-size: 14px !important;
	background: rgba(59,50,94, .95);
	border-radius: 20px;
	overflow: hidden;
	padding: 0
}

.dropdown-menu.dropdown-menu-dark .dropdown-item {
	padding: 7px 15px !important;
	color: white;
	background: rgba(255, 255, 255, 0);
	transition: .2s all;
}

.dropdown-menu.dropdown-menu-dark .dropdown-item:hover {
	background: rgba(255, 255, 255, 0.2);
}

.dropdown-menu.dropdown-menu-dark .dropdown-item + .dropdown-item {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

@keyframes loading-animation {
  0% {
	transform: rotate(0);
  }

  100% {
	transform: rotate(360deg);
  }
}


body b, body strong { font-weight: bold; }
body h1, body .h1 { 
	font-family: "Red Hat Display";
	font-size: 60px;
	font-style: normal;
	font-weight: 700;
	line-height: 60px;	
	margin-bottom: 20px;
}

body h2, body .h2 { 
	font-family: "Red Hat Display";
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top: .75em;
	margin-bottom: .75em;
}

body h3, body .h3 {
	font-family: "Red Hat Display";
	font-size: 20px;
	font-style: normal;
}

.btn { transition: /* color 0.15s ease-in-out, */ background-color 0.15s ease-in-out, border-color 0 ease-in-out, box-shadow 0.15s ease-in-out !important; }
.btn-hamburger { overflow-y: hidden; height: 34px; width: 30px; position: relative; }
.btn-hamburger .btn-hamburger-line-1 { position: absolute; top: 2px; left: 0; width: 100%; height: 5px; background-color: black; display: block; }
.btn-hamburger .btn-hamburger-line-2 { position: absolute; top: 14px; left: 0; width: 100%; height: 5px; background-color: black; display: block; }
.btn-hamburger .btn-hamburger-line-3 { position: absolute; bottom: 3px; left: 0; width: 100%; height: 5px; background-color: black; display: block; }
li { font-weight: 300; }
.container-article li + li { margin-top: .5rem; }
/* homepage */

.layout-fullpage {
	min-height: 100vh;
	display: flex;
	flex-flow: column;
}


.layout-fullpage .lead {
	flex-grow: 1;
	display: flex;
	align-items: center;
}

.layout-promo::before {
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(60, 36, 114, 0.20) 0%, rgba(60, 36, 114, 0.20) 100%), linear-gradient(0deg, #0F0935 0%, #0F0935 100%), linear-gradient(180deg, #0F0935 0%, #3C2472 100%); 
	content: ' ';
	z-index: -1;
}

.layout-promo { 	
	color: white;  
	position: relative; 
	overflow: hidden; 
	background-image: url('/assets/images/v2/promo-bg.png');
	background-size: cover;	
}

.layout-promo h2 {
	margin-top: -5px;
	margin-bottom: 20px;
}

.layout-promo p {
	color: rgba(255, 255, 255, 0.70);
	text-align: center;
	font-family: "Red Hat Display";
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;	
	max-width: 578px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.layout-standard .top-navigation .btn-link:not(.active) {
	color: #0F0935 !important;	
}

.layout-standard .top-navigation .btn-link.active {
	background: #0F0935 !important;
	color: white !important;	
}

.layout-promo .top-navigation .btn-link {
	color: white !important;
}

.layout-promo .top-navigation .dropdown {
	display: inline-block;
}

.layout-promo .top-navigation .btn-link.active {
	background: white;
	color: #0F0935 !important;
}

.layout-promo .top-navigation .btn-link:not(.active):hover {
	background: rgba(59,50,94, .95);
}

.layout-standard .top-navigation .btn-link:not(.active):hover {
	background: rgba(15, 9, 53, 0.15);
}

.layout-promo .register-form {
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(5px);
	padding: 30px;
	border-radius: 20px;
	gap: 10px;
	max-width: 828px;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
	margin-top: 40px;
}

.layout-promo .register-form label {
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	margin: 0;
}

.layout-promo .register-form .error {
	display: none;
}

.layout-promo .register-form .form-wrapper:has(.has-error) + .error {
	display: block;
	position: absolute;
	display: inline-block;
	font-size: 12px;
	margin-top: 10px;
	background: #f31358 !important;
	border-radius: 5px;
	padding: 5px;
	overflow: visible;
	white-space: nowrap;
}

.layout-promo .register-form:has(.has-error) .error * {
	font-size: 12px;
}

.layout-promo .register-form .form-wrapper {
	padding: 0;
	border: none;
	border-radius: 10px;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
	overflow: hidden;
	background: white;
}

.layout-promo .register-form .form-wrapper input {
	padding-left: 15px;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	border: none !important;
	outline: none !important;
	background: white;
	height: 40px;
}

.layout-promo .register-form .form-wrapper select {
	padding-left: 10px;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	border: none !important;
	outline: none !important;
	background: white;
	height: 40px;
    appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 40px;
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: calc(100% - 10px);
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="30"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"/></svg>');
}

.layout-promo .register-form .form-wrapper input {
	flex-grow: 1;
}

.layout-promo .register-form .button {
	flex-shrink: 0;
}

.layout-promo .register-form-info {
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	text-underline-offset: 2px;	font-size: 14px;
}

.layout-promo .register-form-info a { text-decoration: underline; color: white; }
.layout-promo .register-form-info a:hover { text-decoration: none; }


.layout-promo .register-form label {
	flex-shrink: 0;
}

.layout-promo .register-form .form-wrapper {
	flex-shrink: 0;
	width: auto;
	flex-grow: 1
}

.layout-promo .boxes {
	gap: 30px;
	max-width: 100%;
	justify-content: center;
	margin-top: 50px;
}


.layout-promo .boxes h2 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 25px;
}

.layout-promo .box {
	width: 100%;
	max-width: 280px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(5px);
	padding: 40px 20px;
	text-align: center;
	position: relative;
	flex-grow: 1;
	align-items: center;
	display: flex;
	flex-flow: column;
	justify-content: center;
}


.layout-promo .box.wp {
	background: rgba(246, 201, 74, 0.15);
}

@media (max-width: 991px) {
	.layout-promo .boxes:has(.box:nth-child(4)) { 
		flex-wrap: wrap;
	}
}

@media (max-width: 767px) {
	.layout-promo .boxes {
		gap: 20px;
		flex-wrap: wrap;
	}
	
	.layout-promo .box { 
		max-width: 100%;
	}
	
	.layout-promo .boxes:has(.box:nth-child(4)) .box { 
		max-width: calc(50% - 15px);
	}
	
	.layout-promo .boxes.home-boxes {
		gap: 40px;
	}
}

@media (max-width: 567px) {
	.layout-promo .box {
		max-width: 100%;
	}
	
	.layout-promo .boxes:has(.box:nth-child(4)) .box { 
		max-width: 100%;
	}
	
	.footer {
		padding-left: 10px !important;
		padding-right: 10px !important;
		padding-right: 0;
	}
	
	.footer br {
		display: none;
	}
}

.layout-promo .box > .box-ico {
	position: absolute;
	left: calc(50% - 20px);
	top: -20px;
}

.layout-promo .box p {
	color: white;
	font-size: 18px;
	font-weight: 100 !important; 
	margin-bottom: 1.5em;
}


.layout-promo .btn-hamburger .btn-hamburger-line-1 { background-color: white; }
.layout-promo .btn-hamburger .btn-hamburger-line-2 { background-color: white; }
.layout-promo .btn-hamburger .btn-hamburger-line-3 { background-color: white; }

.top-navigation-links {
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 10px;
}

@media screen and (max-width: 1199px) {
	.top-navigation-links {
		column-gap: 0px;
	}
}

.border-items {
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	margin-top: 60px;
	margin-bottom: 60px;
	padding: 50px 70px;
	flex-flow: column;
}

.register-form-info + .border-items { 
	margin-top: 30px;
}

@media (max-width: 991px) {
	.register-form label {
		width: calc(100% - 50px);
	}
	
	.register-form .form-wrapper-box {
		flex-grow: 1;
	}
	
	.register-form {
		flex-wrap: wrap;
	}
}

.border-items .items {
	display: flex;
	text-align: center;
	width: 100%;
	gap: 60px;
}

.border-items .border-item {
	padding: 20px 20px 0 20px;
	width: 100%;
}

.border-items h2 {
	width: 100%;
	text-align: center;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 40px;
}

.border-items h3 {
	font-size: 18px;
	padding-bottom: 1em;
	font-weight: 700;
}

@media (max-width: 991px) {
	.border-items .items {
		flex-wrap: wrap;
		gap: 40px;
	}
	
	.border-items .border-item {
		width: calc(50% - 20px)
	}
}

@media (max-width: 767px) {
	
	.border-items {
		padding-bottom: 20px;
	}
	
	.border-items .items {
		gap: 20px;
	}
	
	.border-items h3 {
		padding-bottom: 0.5rem;
	}
	
	.border-items .border-item {
		padding: 10px 10px 0 10px;
		width: calc(50% - 10px)
	}
}

@media (max-width: 567px) {
	
	.border-items {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.border-items .items {
		gap: 10px;
	}
	
	.border-items h3 {
		padding-bottom: 0.5rem;
	}
	
	.border-items .border-item {
		width: 100%;
		padding: 0;
	}
}




.footer {
	text-align: center;
	padding: 30px 50px 50px 50px;
	font-size: 12px;
}

.footer p {
	font-size: 12px;
}

.layout-promo .footer p {
	color: white;
}

.footer ul {
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer ul li {
	padding: 0 20px;
	height: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
}

.footer ul li + li {
	border-left: 1px solid rgba(15, 9, 53, 0.50);
}

.layout-promo .footer ul li + li {
	border-left: 1px solid rgba(255,255,255,0.5);
}

.footer ul li a {
	text-decoration-skip-ink: auto;
	text-decoration: none;
	text-underline-offset: 2px;
	color: #0F0935;
}

.footer img[alt="Visa"] {
	background: rgba(59,50,94, .95);
	border-radius: 5px;
}

.layout-promo .footer ul li a {
	text-decoration: underline;
}

.layout-promo .footer ul li a {
	color: white;
}

.footer ul li a:hover {
	text-decoration: underline;
}

.layout-promo .footer ul li a:hover {
	text-decoration: none;
}

.logos {
	display: flex;
	column-gap: 10px;
	align-items: center;
	justify-content: center;
}

.footer .disclaimer {
	margin-top: 20px;
	color: rgba(15, 9, 53, 0.50);
}

.layout-promo .footer .disclaimer {
	color: rgba(255,255,255,0.5);
}

.contact-form {
	margin-top: 40px;
	padding: 30px;
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(5px);
	max-width: 380px;
	border-radius: 20px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 90px;
}

.contact-form .form-group { 
	margin-bottom: 10px;
}

.form-control.has-error + .error { 
	display: none;
}


.form-control.has-error + .error { 
	display: inline-block;
	font-size: 12px;
	margin-top: 10px;
	background: #f31358 !important;
	border-radius: 5px;
	padding: 5px;
	position: relative;
	overflow: visible;
}

.form-control.has-error + .error * { 
	font-size: 12px;
	display: inline;
}

.layout-promo .register-form .form-wrapper:has(.has-error) + .error::before,
.form-control.has-error + .error::before {
	position: absolute;
	content: ' ';
	left: 15px;
	top: -2px;
	width: 10px;
	height: 10px;
	background: #f31358 !important;
	transform: rotate(45deg);
	z-index: 1;
}


.contact-form .btn { 
	margin-top: 10px;
}

.contact-form label {
	font-size: 18px;
}

.contact-form textarea,
.contact-form input {
	border-radius: 10px;
	border: none;
	font-size: 14px;
	min-height: 40px;
	padding: 15px;
}


.contact-form textarea {
	min-height: 146px;
}

.contact-form .p {
	text-align: left;
	font-size: 14px;
	color: white;
	line-height: normal;
}

.contact-form input, .contact-form textarea {
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
}

input.has-error,
textarea.has-error {
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25), 0 0 0 2px #f31358;
}

.container-article p { font-weight: 100; }
.container-article img:not(.article-thumb) { max-width: 100%; }
.container-article .lead-image img { height: 100px; width: 100px; }

.container-article img.article-thumb { position: absolute; right: -10px; }
@media (min-width: 768px) { 
	.container-article img.article-thumb { right: 0px; }
	.container-article .lead-image img { height: 200px; width: 200px; }	
	.container-article h1, .container-article .h1 { font-size: 57px; }	
}

.container-article .btn { padding-left: 30px; padding-right: 30px;}
.container-article h2, .container-article .h2 { font-size: 30px; font-weight: bold; color: black; margin-top: 20px; margin-bottom: 20px;}
.container-article .lead { font-weight: bold; }

/* hamburger
--------------------*/


.body { width: 100%; min-height: 100vh; position: relative; z-index: 2; transition: transform 0.5s; }
.body .page { position: relative; min-height: 100vh; }
.body:after { content: ''; cursor: pointer; display: none; opacity: 0; position: absolute; z-index: 50; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.3); transition: transform 0.5s; }


/* Extra panel
--------------------*/

.open-extra-panel-right .body { transform: scaleZ(2) translate3d(-300px, 0, 0); }
.open-extra-panel .body:after { display: block; opacity: 1; }
.extra-panel { width: 300px; position: fixed; top: 0; bottom: 0; overflow: auto; z-index: 1; transition: transform 0.5s; }
.extra-panel.extra-panel-right { right: 0; transform: translate3d(300px, 0, 0); }
.open-extra-panel-right .extra-panel.extra-panel-right { transform: translate3d(0px, 0, 0); }
.body:after { content: ''; cursor: pointer; display: none; opacity: 0; position: absolute; z-index: 50; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.3); transition: transform 0.5s; }
.extra-panel { padding-top: 25px; }
.extra-panel .btn-dark, .extra-panel .btn-dark:active { border: 1px solid black; background-color: transparent; color: black; }
.extra-panel .btn-link, .extra-panel .btn-link:active { color: black; text-decoration: none !important; cursor: pointer !important; }
.extra-panel .btn-link:hover { color: black; background: #fde89b; text-decoration: none; cursor: pointer !important; border-color: #fde89b; }
.extra-panel .btn-dark { background: black; color: white; }
.extra-panel .btn { width: 100%; border-radius: 0px !important; text-align: left; padding-left: 20px; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0 ease-in-out, box-shadow 0.15s ease-in-out !important; }
.extra-panel .btn-link.active { background: #f1f3f6; border-color: #f1f3f6; }

.container-article table {
	width: 100%; table-layout: fixed; margin-bottom: 30px;
}
.container-article table th {
	border-bottom: 1px solid black; font-size: 16px; font-weight: 400;
}
.container-article table td {
	border-bottom: 1px solid #f8f8f8;
	padding: 5px 5px 5px 0; font-size: 16px;
}

/* Old / unused
--------------------*/

.form-yellow { background-color: #ffc71a; }
.form-yellow .form-wrapper { border: 1px solid white; }
.form-yellow input[type=text], .form-yellow input[type=email] { height: 48px; padding: 10px 15px;  }
.form-yellow textarea { padding: 10px 15px; }
.form-yellow .form-wrapper:focus { border-color: white; box-shadow: 0 0 0 0.2rem rgba(160, 89, 0, 0.25); }

.outsider { margin: 0 -15px; }
.outsider .outsider-content { padding: 0 15px; }
.outsider-table { margin: 0 -15px; }

@media (min-width: 576px) { 
	.outsider { margin: 0 -35px; }
	.outsider .outsider-content { padding: 0 80px; }
}

@media (min-width: 768px) { 
	.outsider { margin: 0 -50px; }
	.outsider .outsider-content { padding: 0 100px; }
}

@media (min-width: 990px) { 
	.outsider { margin: 0 -55px; }
	.outsider .outsider-content { padding: 0 110px; }
}

@media (min-width: 1200px) { 
	.outsider { margin: 0 -55px; }
	.outsider .outsider-content { padding: 0 120px; }
}

.outsider-table { overflow-x: scroll; }
.outsider-table table { margin-bottom:0; }
.outsider-table tr th { background: black; color: white; font-size: 15px; border-bottom: none !important; font-weight: normal; }
.outsider-table tbody tr td { border-top: 1px solid black; font-size: 15px; }
.outsider-table tbody tr:first-child td { border-top: none; }

@media (min-width: 576px) { 
	.outsider-table { margin: 0 0; }
	.outsider-table tr th:first-child { padding-left: 52px; } 
	.outsider-table tr th:last-child { padding-right: 52px; } 
	.outsider-table tr td:first-child { padding-left: 52px; } 
	.outsider-table tr td:last-child { padding-right: 52px; } 
}

.blog-title-date { font-size: 20px; }

.articles h2 {margin-top: 0px !important;}
.articles h2 a {color: black !important;}

.domain-results{max-width:828px;margin:25px auto 0;border-radius:20px;overflow:hidden;background:rgba(255,255,255,.15);backdrop-filter:blur(5px);font-size:14px;}
.domain-results .domain-row{display:flex;justify-content:space-between;align-items:center;padding:18px 25px;border-bottom:1px solid rgba(255,255,255,.15);height: 64px;}
.domain-results .domain-row:last-child{border-bottom:none;}
.domain-results .domain-main,.domain-results .domain-right{display:flex;align-items:center;}
.domain-results .domain-main{gap:12px;}
.domain-results .domain-right{gap:25px;}
.domain-results .domain-right{gap:25px;}
.domain-results .domain-tld{font-weight:700;}
.domain-results .domain-premium{font-size:12px;padding:4px 8px;border-radius:6px;background:#f6c94a;color:#0F0935;}
.domain-results .domain-price{font-weight:600;opacity:.9;}
.domain-results .domain-status.checking{color:#ddd;}
.domain-results .domain-status.available{color:#3ee089;}
.domain-results .domain-status.taken{color:#ff6363;}
.domain-results .domain-status.error{color:#ffb347;}
.domain-results .domain-row.selected-tld{background: rgba(246,201,74,0.15);}
.domain-results .domain-row.selected-tld .domain-tld{color:#f6c94a;}
.domain-results .btn-xs{min-height:28px !important;padding:2px 10px !important;font-size:12px !important;border-radius:14px !important;}


.faq-modern button:focus {
	outline: none;
}

.faq-modern .faq-item {
	margin-bottom: 15px;
}

.faq-modern .faq-box {
	border: 1px solid #ddd;
	border-radius: 30px;
	overflow: hidden; /* 🔥 dôležité */
	background: #fff;
	transition: all 0.3s ease;
}

/* HEADER */
.faq-modern .faq-question {
	width: 100%;
	padding: 20px 25px;
	background: transparent;
	border: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	cursor: pointer;
}

/* CONTENT */
.faq-modern .faq-answer {
	padding: 0 25px 20px;
	color: #555;
}

/* ICON */
.faq-modern .faq-icon {
	width: 36px;
	height: 36px;
	border: 1px solid #ccc;
	border-radius: 50%;
	position: relative;
}

.faq-modern .faq-icon::before,
.faq-modern .faq-icon::after {
	content: '';
	position: absolute;
	background: #333;
}

.faq-modern .faq-icon::before {
	width: 16px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.faq-modern .faq-icon::after {
	width: 2px;
	height: 16px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* OPEN STATE */
.faq-modern .faq-question:not(.collapsed) .faq-icon::after {
	display: none;
}

.fs-30 {font-size: 30px;}

.btn-xl {
	font-size: 1.5rem !important;
	padding: 1rem 2rem !important;
	border-radius: 2rem !important;
}
.form_error {
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #f31358;
}