.acf-fields.-left>.acf-field>.acf-label {
float: left;
width: auto;
background: none !important;
}
.acf-fields.-left>.acf-field:before {
content: "";
display: block;
position: absolute;
z-index: 0;
background: none !important;
border: none !important;
top: 0;
bottom: 0;
left: 0;
width: 20%;
}
.acf-field .acf-label label {
font-size: 1.3rem;
}
.acf-button {
font-size: 1.5rem;
padding: 16px 45px!important;
letter-spacing: 1.1px;
border-radius: 40px;
border-style: solid;
border-width: 0;
background-color: #3239CB;
color: #fff;
cursor: pointer;
}
.acf-button:hover {
background-color: #31AB8E;
}
.acf-switch.-on {
background: #31AB8E !important;
border-color: #31AB8E !important;
}
.acf-switch:hover, .acf-switch.-focus {
border-color: #31AB8E;
background: #f3f5f6;
color: #016087;
}
[data-type=true_false] {
padding-left: 60px !important;
}
.acf-field-message .acf-label label {
font-size: 30px;
color: #fff;
background-color: #FF346E;
width: 100px;
border-radius: 100%;
height: 100px;
text-align: center;
padding: 30px;
}
.acf-field-message.acf-field-5fee00e780e4a .acf-label label,
.acf-field-message.acf-field-5fee01e38e5ac .acf-label label {
background-color: #a3a7e4 !important;
}
#message.updated {
color: #fff;
background-color: #31AB8E;
text-align: center;
padding: 20px;
margin-bottom: 20px;
border-radius: 5px;
}
#message.updated p {
margin: 0;
}
.acf-form-submit {
text-align: center;
}
#header {
display: none !important;
}
.acf-fields>.acf-field {
border-top: none !important;
}
.acf-input h4 {
margin-top: 22px;
}