/* Set a required icon to the right of the sibling col-md-3 label where there is a 'required class' in a col-md-9 */
/*.col-md-3:has(+ .col-md-9 .required)::after {
    color: #d9534f;
    font-family: FontAwesome;
    content: '\f06a';
    float: right;
    margin-right: -14px;
}


@media (max-width: 767.98px) {
    .col-md-3:has(+ .col-md-9 .required)::after {
        color: #d9534f;
        font-family: FontAwesome;
        content: '\f06a';
        float: left;
    }
}*/


/*hide the red required icon to the right of the adv checkboxes */
#wsuk_signin_form .ml-2 .text-danger,
#wsuk_signin_form .ms-2 .text-danger {
    display: none !important;
}

#fitem_id_profile_field_howdidyouhear > .col-md-3::after {
    color: #d9534f;
    font-family: FontAwesome;
    content: '\f06a';
}

#fitem_id_profile_field_educatorschool > .col-md-3::after {
    color: #d9534f;
    font-family: FontAwesome;
    content: '\f06a';
}

#fitem_id_otherorg > .col-md-3::after {
    color: #d9534f;
    font-family: FontAwesome;
    content: '\f06a';
}

#wsuk_educatorfieldssection {
    margin-left: 20px;
}


.custom-select {
    width: 100% !important;
}

.form-control {
    width: 90% !important;
}


#id_country, #id_profile_field_optintomarketing {
    width: 90% !important;
}


.mr-md-2 {
    width: 90% !important;
}
