/***Formularze ac***/

/**przycisk - zmiana koloru**/

/*wersja jasna formularza*/
.formAc.formAcLight ._button-wrapper button{
	background-color: #f58020;
	color:#fff;
}
.formAc.formAcLight ._button-wrapper button:hover{
	background-color: #67598c;
}

/*wersja ciemna formularza*/
.formAc.formAcDark ._button-wrapper button{
	background-color: #67598c;
	color:#fff;
}
.formAc.formAcDark ._button-wrapper button:hover{
	background-color: #000;
}

/*wersja Magdy formularza*/
.formAc.formAcMagda ._button-wrapper button{
	background-color: #686f81;
	color:#fff;
}
.formAc.formAcMagda ._button-wrapper button:hover{
	background-color: #dc997e;
}

/*wersja Magdy formularza*/
.formAc.formAcMagda2 ._button-wrapper button{
	background-color: #f37c66;
	color:#fff;
}
.formAc.formAcMagda2 ._button-wrapper button:hover{
	background-color: #686f81;
}

/*wersja rekrutacyjnego formularza*/
.formAc.formAcRekrutacja ._button-wrapper button{
	background-color: #686f81;
	color:#fff;
}
.formAc.formAcRekrutacja ._button-wrapper button:hover{
	background-color: #f58020;
}

.formAc.formAcRekrutacja1 ._button-wrapper button{
	background-color: #f58020;
	color:#fff;
}
.formAc.formAcRekrutacja1 ._button-wrapper button:hover{
	background-color: #686f81;
}
.formAc.formAcRekrutacja2 ._button-wrapper button{
	background-color: #f58020;
	color:#fff;
}
.formAc.formAcRekrutacja2 ._button-wrapper button:hover{
	background-color: #686f81;
}

/*wersja Heksagon PRO*/
.formAc.formAcHPRO ._button-wrapper button{
	background-color: #f1812f;
	color:#fff;
}
.formAc.formAcHPRO ._button-wrapper button:hover{
	background-color: #4a6c6f;
}

/*wersja Aldony*/
.formAc.formAcAldona ._button-wrapper button{
	background-color: #c53e93;
	color:#fff;
}
.formAc.formAcAldona ._button-wrapper button:hover{
	background-color: #dd6cb8;
}

.formAc.formAcAldona2 ._button-wrapper button{
	background-color: #c53e93;
	color:#fff;
}
.formAc.formAcAldona2 ._button-wrapper button:hover{
	background-color: #dd6cb8;
}

/*wersja Jak się nie wypalić*/
.formAc.formAcJSNWjasna ._button-wrapper button{
	background-color: #E01C46;
	color:#fff;
}
.formAc.formAcJSNWjasna ._button-wrapper button:hover{
	background-color: #F27B90;
}

/*tekst*/
.formAc ._form-content{
	margin-top:1rem;
}
.formAc ._form-content ._form-title{
	font-size: 1.5rem;
	line-height: 1.7em;
	font-weight:bold;
	margin-bottom:.2rem;
	text-align: center;
}
.formAc ._form-content p{
	font-size: 1.2rem;
	line-height: 1.4em;
	margin-bottom:1rem;
	text-align: center;
}
.formAc.formAcLight ._form-content {
	color:#fff !important;
}
.formAc.formAcDark ._form-content{
	color: #333333 !important;
}
.formAc.formAcMagda ._form-content {
	color:#fff !important;
}
.formAc.formAcMagda2 ._form-content {
	color:#333333 !important;
}
.formAc.formAcRekrutacja ._form-content {
	color:#fff !important;
}
.formAc.formAcRekrutacja1 ._form-content {
	color:#fff !important;
}
.formAc.formAcRekrutacja2 ._form-content {
	color: #333333 !important;
}
.formAc.formAcHPRO ._form-content{
	color: #333333 !important;
}
.formAc.formAcAldona ._form-content{
	color: #333333 !important;
}
.formAc.formAcAldona2 ._form-content{
	color: #fff !important;
}
.formAc.formAcJSNWjasna ._form-content{
	color: #fff !important;
}

/*pola*/
@media(max-width: 980px){
	.formAc ._form_element{
		margin-bottom:1rem;
	}
}
@media(min-width: 981px){
	.formAc ._form-content ._form_element{
		float:left;
		width:31%;
		margin:0 1%;
	}
/* poprawka 2023-07-12 
	._form_107 ._form-content ._form_element{
		width: 48%;
    }
    ._form_180 ._form-content ._form_element{
        width: 48%;
	}
	._form_196 ._form-content ._form_element{
        width: 48%;
    }
	._form_198 ._form-content ._form_element{
        width: 48%;
    } */

	.formAc ._form-content ._form_element{
		float:left;
		width:31%;
		margin:0 1%;
	}
	.formAc .form4pola ._form-content ._form_element{
		float:left;
		width:23%;
		margin:0 1%;
	}
	.formAc.form2pola ._form-content ._form_element{
		float:left;
		width:48%;
		margin:0 1%;
	}
	.formAc.formPolaPelnaSzerokosc ._form-content ._form_element{
		float:none;
		width:100%;
		margin:0;
	}
}
.formAc ._form_element input[type=text],
.formAc ._form_element input[type=email],
.formAc ._form_element input[type=number]{
	border-radius: 3px;
	padding: 14px;
	width:100%;
	margin:.5rem auto;
	background-color: #fff;
	font-size: .9rem;
	font-weight: 400;
	box-shadow:none;
	border:none;
}
.formAc.formAcLight ._form_element input{
	background-color:#fff !important;
}
.formAc.formAcDark ._form_element input{
	background-color:#eaeaea !important;
	border:1px solid #555 !important;
}
.formAc.formAcMagda ._form_element input{
	background-color:#fff !important;
}
.formAc.formAcMagda2 ._form_element input{
	background-color:#eaeaea !important;
	border:1px solid #555 !important;
}
.formAc ._form_element label._form-label{
	display:none;
}
.formAc.formAcRekrutacja2 ._form_element input{
	background-color:#eaeaea !important;
	border:1px solid #555 !important;
}
.formAc.formAcHPRO ._form_element input{
	background-color:#eaeaea !important;
	border:1px solid #555 !important;
}
.formAc.formAcAldona ._form_element input{
	background-color:#eaeaea !important;
	border:1px solid #555 !important;
}
.formAc.formAcAldona2 ._form_element input{
	background-color:#eaeaea !important;
	border:1px solid #555 !important;
}
.formAc.formAcJSNWjasna ._form_element input{
	background-color:#eaeaea !important;
	border:1px solid #555 !important;
}
/*zgoda*/
 .formAc ._form_element._field12{ 
	clear:both !important;
	width:100% !important;
	margin-bottom:1rem !important;
	font-size:12px !important;
}
.formAc ._form_element ._form-fieldset legend{
	font-weight:bold;
	font-size:14px;
}
.formAc.formAcLight {
}
.formAc.formAcDark{
}
.formAc.formAcMagda {
}
.formAc.formAcMagda2 ._form_element._field12{ 
	clear:both !important;
	width:100% !important;
	margin-bottom:1rem !important;
	font-size:14px !important;
}
.formAc.formAcMagda2 ._form_element ._form-fieldset legend{
	font-weight:bold;
	font-size:12px;
}
.formAc.formAcAldona{
}
.formAc.formAcAldona2{
	color:#fff;
}
.formAc.formAcJSNWjasna{
	color:#fff;
}
/*przycisk*/
.formAc ._button-wrapper{
	text-align: center;
	margin-top:1.5rem;
	clear:both;
}
.formAc ._button-wrapper button{
	font-size: 1.2rem;
	line-height:1.7rem;
	font-weight: 700;
  text-transform: uppercase;
	box-shadow: 6px 6px 18px 0px rgb(0 0 0 / 30%);
	border-radius:3px;
	padding: 0.8em 1em;
	border:none;
	width:300px;
	max-width:300px;
}
@media(max-width: 480px){
	.formAc ._button-wrapper button{
		max-width:200px;
		width:100%;
	}
}
.formAc ._button-wrapper button:hover{
	cursor:pointer;
}

/*błędy*/ 

.formAc ._form-content ._error,
.formAc ._form-content ._error-inner{
	color:red !important;
}

.formAc.formAcRekrutacja ._form-content ._error,
.formAc.formAcRekrutacja ._form-content ._error-inner{
color:black !important;}
	
.formAc.formAcBialeBledy ._form-content ._error,
.formAc.formAcBialeBledy ._form-content ._error-inner{
	color:white !important;
}
.formAc.formAcCzarneBledy ._form-content ._error,
.formAc.formAcCzarneBledy ._form-content ._error-inner{
	color:black !important;
}
