
.wf_row {
    display: flex;
    gap: 10px;
   
}

.wf_form{
  width: 50%;
}

.wf_form, .wf_form1, .wf_form_b {
    margin-top: 18px;
    font-size: 14px;
}
input[type="date"], input[type="text"], input[type="url"] {
    width: 100% !important;
}


.wf_form label, .wf_form1 strong, .wf_form1 label {
    font-weight: 500;
    margin-bottom: 2px;
    display: block;
    color: #414141;
    font-size: 15px;
}

.Spouse_ntt, #kids_container, .why_sec {
    margin-top: 45px;
}

#mf_social_spouse_wrapper_admin button, #mf_social_wrapper_admin button {
    margin-top: 6px;
}


.postbox-container .Spouse_ntt, .postbox-container #kids_container, .postbox-container .why_sec  {
    border-top: 1.5px solid #c8c8c8;
}

.wf_form1 strong {
    font-size: 20px;
    background-color: rgb(18, 47, 42);
    padding: 8px 15px;
    border-radius: 4px;
    color: #fff;
}

.mf-role-year-row {
    display: flex;
    gap: 10px;
}

.wf_form1 button, .wf_form button, .mf-role-year-row button, .add-role-year-row, .wf_form_b button {
    background: #ffac00 !important;
    color: white !important;
    padding: 6px 23px !important;
    border-radius: 5px !important;
    border: none !important;
}

.wf_form input, .wf_form textarea, .wf_form1 input, .mf-role-year-row input, .mf-role-year-row select, .wf_form_b input {
    font-size: 15px;
    font-weight: 400;
    background-color: #f5f5f5 !important;
    border: 1px solid #ffac00 !important;
    border-radius: 5px !important;
    padding: 4px 10px !important;
    height: 42px;
    color: #716c66;
}

.profile_sec, .Spouse_sec {
    /* border: 1px solid #ffac00;
    margin: 12px 0px;
    border-radius: 3px;
    padding: 12px 7px;
    width: 70%;
    display: inline-flex;
    background-color: #f5f5f5;
    justify-content: space-around; */
    margin-top: 40px;
}

.profile_sec img, .Spouse_sec img {
    max-width: 169px !important;
    display: block;
    margin-bottom: 10px;
    border: 2px solid #ffac00;
    border-radius: 3px;
}

.profile_tx .wf_form, .Spouse_tx .wf_form {
    width: 100%;
}

.profile_tx .wf_form strong, .Spouse_tx .wf_form strong {
    font-size: 24px;
}

.wf_form textarea {
    height: 100px;
}

.wf_form_b {
    display: flex;
    gap: 10px;
}

.wf_form_b button {
    margin: 0 !important;
}