

div#acf-personal_branding_details {
    display: none!important;
}

div#acf-social_accounts {
    display: none!important;
}

div#acf-topic_wheel {
    display: none!important;
}
/* 
div#acf-testimonials {
    display: none!important;
} */

#acf-form > div.acf-fields.acf-form-fields.-top > div.acf-field {
    margin: -15px 0 -15px 0;
}

div.acf-field.acf-field-text > div.acf-label > label {
    font-size: 9pt;
    font-weight: 500;
    padding: 0;
    margin: 0 0 -10px 0;
    z-index: 10;
}

div.acf-field.acf-field-text > div.acf-label > p {
    display: none;
}

div.acf-input > div.acf-input-wrap > input {
    background-color: white;
    border: 1px solid hsl(203, 100%, 50%);
    border-radius: 15px;
    margin: 0 0 0 0;
    padding: 13px;
    padding-right: 25px;
    width: 100%;
    height: 34px;
    float: left;
    z-index: 100;
}

#acf-form {
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

div.acf-form-fields {
    width: 60%;
}

div.acf-field.acf-field-image > div.acf-label > p {
    display: none;
}

div.acf-field.acf-field-url > div.acf-input > div > input[type=url] {
    padding-left: 5px;
}

div.acf-field.acf-field-url > div.acf-input > div > i {
    font-size: 20px;
}

div.acf-field.acf-field-image > div.acf-input > div > div.hide-if-value > p > a {
    margin: -7.5px 5px 5px 0;
    padding: 2px 15px 2px 15px;
    border-radius: 16px;
}

div.acf-field.acf-field-image > div.acf-input > div > div.hide-if-value > p {
    color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: -40px 0 -5px 0;
    width: 100px;
}

#acf-form > div.acf-form-submit {
    margin-top: 25px;
}

#acf-form > div.acf-form-submit {
    position: relative;
    left: 22.5%;
}

#acf-form > div.acf-form-submit > input {
    background-color: hsl(203, 100%, 50%) !important;
    color: white;
    border: 2px solid white !important;
    border-radius: 15px;
    margin: 15px 0px 15px 0px;
    width: 134px !important;
    height: 36px;
    text-align: center;
}
