/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Error Message
# Empty Resumme Message Box
# Form Style
# Resume Style
# Image Field
# Datepicker
# Radio Field
# Profile Settings
# Profile Search Form
# Youzify
# Themes Specific
    # Gwangi
    # BuddyBoss
/*--------------------------------------------------------------

/*--------------------------------------------------------------
# Error Message
--------------------------------------------------------------*/

.bprm-empty-error,
.invalid-no {
    width: 100%;
    margin-top: -18px;
    margin-bottom: 10px;
    color: #f44336 !important;
    display: none;
    font-size: 12px;
}

/*--------------------------------------------------------------
# Empty Resumme Message Box
--------------------------------------------------------------*/

.empty-resume-message {
    padding: 20px;
    background-color: #2196F3;
    color: #fff;
    margin-bottom: 15px;
}


/*--------------------------------------------------------------
# Form Style  Extended Fields
--------------------------------------------------------------*/

.wbbpp_search_filters {
    margin-bottom: 15px;
}

.wbbpp_search_filters a.button {
    margin-top: 10px;
    padding: 6px 20px !important;
    line-height: 1;
}

.bprm_resume_form {
    margin: 0 0 22px 0 !important;
    width: 100%;
}

.profile.extended-fields .bprm_resume_form fieldset {
    margin: 0 0 22px 0 !important;
    border: 1px solid #c8c8c8 !important;
    padding: 12px 17px !important;
    border-radius: 8px;
}

.bprm_resume_form legend {
    display: inline-block;
    width: auto;
    font-size: 1.1em;
    background-color: #424242;
    color: #FFFFFF;
    font-weight: bold;
    padding: 2px 25px;
    font-weight: normal !important;
    border-radius: 100px;
    font-size: 15px !important;
}

.bprm_resume_form label {
    display: block;
    width: auto;
    margin: 0 0 10px 0;
}

.bprm_resume_form input.inp-text,
.bprm_resume_form textarea {
    padding: 10px;
}

.bprm_resume_form input.inp-text {
    margin: 0 0 22px 0;
}

.bprm-checkbox-field input[type="checkbox"] {
    margin: 0;
}

.bprm_resume_form input.submit-button {
    display: block;
}

.profile.extended-fields .bprm_resume_form input[type=text],
.profile.extended-fields .bprm_resume_form input[type=email],
.profile.extended-fields .bprm_resume_form input[type=url],
.profile.extended-fields .bprm_resume_form input[type=tel],
.profile.extended-fields .selectize-input {
    background: #fff;
    position: relative;
    vertical-align: top;
    border: 1px solid #bdc3c7 !important;
    display: inline-block;
    color: #34495e;
    outline: 0;
    border-radius: 0;
    height: 42px;
    width: 100%;
    border-radius: 6px;
    padding: 10px;
}

.profile.extended-fields .selectize-input {
    box-shadow: none;
}

.profile.extended-fields .bprm_resume_form textarea {
    margin: 0 0 22px !important;
    padding: 10px;
    border: 1px solid #bdc3c7 !important;
    line-height: 19px;
    overflow: auto;
    max-width: 100%;
    border-radius: 6px !important;
    height: 100px;
}

.bprm_resume_form textarea:focus,
.bprm_resume_form input[type=text]:focus,
.bprm_resume_form input[type=email]:focus,
.bprm_resume_form input[type=url]:focus,
.bprm_resume_form input[type=tel]:focus,
.bprm_resume_form select:focus {
    border-color: #555 !important;
}

.bprm_resume_form input[type=file] {
    padding: 0;
    max-width: 200px;
}

.profile.extended-fields .bprm_resume_form input[type=submit] {
    border: 0;
    height: 40px;
    color: #ffffff;
    line-height: 1;
    font-size: 15px !important;
    cursor: pointer;
    padding: 8px 35px !important;
    text-align: center;
    vertical-align: top;
    background: #424242;
    display: inline-block;
    -webkit-user-drag: none;
    border-radius: 5px !important;
    text-shadow: 0 1px rgba(255, 255, 255, 0.2);
}

.profile.extended-fields .bprm_resume_form select {
    background-color: #fff;
    position: relative;
    vertical-align: top;
    border: 1px solid #bdc3c7 !important;
    display: inline-block;
    display: inline;
    color: #34495e;
    outline: 0;
    width: 100%;
    min-height: 42px;
    border-radius: 6px !important;
    margin: 0 0 22px 0;
}

.profile.extended-fields .bprm_resume_form .selectize-input>input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    height: auto;
    max-width: 100% !important;
    margin: 0 2px 0 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    box-shadow: none !important;
}

.bprm_remove_repeater_grp i.fa.fa-times-circle {
    color: #e70000;
}

/*--------------------------------------------------------------
#  Fields Style
--------------------------------------------------------------*/

ul.list-unstyled {
    list-style: none !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.bprm-resume-wrapper h1,
.bprm-resume-wrapper h2,
.bprm-resume-wrapper h3,
.bprm-resume-wrapper h4,
.bprm-resume-wrapper h5,
.bprm-resume-wrapper h6 {
    font-weight: 700;
}

.bprm-resume-wrapper a {
    color: #2d7788;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.bprm-resume-wrapper a:hover {
    text-decoration: underline;
    color: #1a454f;
}

.bprm-resume-wrapper a:focus {
    text-decoration: none;
}

.bprm-resume-wrapper p {
    line-height: 1.5;
}

.bprm-resume-wrapper {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 90%;
}

.bprm-resume-wrapper .sidebar-wrapper {
    background: #42A8C0;
    height: auto;
    color: #fff;
    width: 40%;
}

.bprm-resume-wrapper .sidebar-wrapper a {
    color: #fff;
}

.bprm-resume-wrapper .main-wrapper {
    background: #fff;
    padding: 60px;
    width: 60%;
}

.bprm-field-wrap {
    display: inline;
    width: 100%;
}

.bprm-field-wrap::after {
    clear: both;
    display: table;
    content: "";
}

.bprm-field-label-wrap {
    float: left;
    width: 30%;
}

.bprm-field-inputs-wrap {
    display: inline-grid;
    float: right;
    width: 65%;
}

.bprm-add-repeater-field {
    float: right;
    font-size: 12px;
    color: #444;
}

.bprm-add-repeater-field::after {
    clear: right;
}

.bprm-field-contain {
    width: 100%;
    position: relative;
}

.bprm-checkbox-field {
    width: 100%;
}

.bprm-checkbox-field span {
    margin: 0 0 0 5px;
}

.selectize-input {
    width: 100%;
}

.bprm-radio-field {
    width: 100%;
}

.selectize-control {
    position: relative;
    width: 100%;
}

.bprm-repeater-link {
    margin-bottom: 30px;
}

.bprm-radio-field span {
    margin-left: 5%;
}

.bprm-container {
    margin-bottom: 8px;
}

.sidebar-wrapper .field-title {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 5px;
    color: #fff !important;
    line-height: 1.1;
    padding-bottom: 0;
}

.main-wrapper .field-title {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 5px;
    color: #3F4650 !important;
    line-height: 1.1;
    padding-bottom: 0;
}

.bprm-resume-wrapper .sidebar-wrapper .fields-item {
    margin-bottom: 15px;
}

.bprm-resume-wrapper .sidebar-wrapper .fields-item:last-child {
    margin-bottom: 0;
}

.bprm-resume-wrapper .sidebar-wrapper .fields-item {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
    margin-bottom: 0px;
}

.bprm-resume-wrapper .sidebar-wrapper {
    background: #42A8C0;
    height: auto;
    color: #fff;
}

.resume-fields-data-wrap {
    margin-bottom: 15px;
}

.bprm-resume-wrapper .sidebar-wrapper .bprm-group-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
    color: #fff !important;
    line-height: 1.1;
    padding-bottom: 0;
}

.bprm-resume-wrapper .main-wrapper .bprm-group-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
    color: #2d7788 !important;
    line-height: 1.1;
    padding-bottom: 0;
}

.bprm-resume-wrapper .fields-items ul {
    list-style: none;
}

.bprm-resume-wrapper .sidebar-wrapper .fields-items .text-desc {
    color: rgba(255, 255, 255, 0.6);
}

.bprm-resume-wrapper .main-wrapper .fields-items .level-bar,
.profile-fields .level-bar {
    height: 12px;
    background: #f5f5f5;
}

.bprm-resume-wrapper .main-wrapper .fields-items .level-bar-inner,
.profile-fields .level-bar-inner {
    height: 12px;
    background: #7bc2d3;
}

.bprm-resume-wrapper .main-wrapper .bprm-group-title .fa {
    margin-right: 8px;
    color: #fff;
    border-radius: 50%;
    background-clip: padding-box;
    background: #2d7788;
    padding: 8px;
    font-size: 16px;
}

.bprm-resume-wrapper .sidebar-wrapper .bprm-group-title .fa {
    margin-right: 8px;
    color: #2d7788;
    border-radius: 50%;
    background-clip: padding-box;
    background: #fff;
    padding: 8px;
    font-size: 16px;
}

.bprm-group-title.bprm_grp_edu::before {
    font-family: FontAwesome;
    content: "\f19d";
    color: #fff;
    background: #2d7788;
    border-radius: 50%;
    font-size: 16px;
    padding: 8px;
    margin-right: 8px;
}

.bprm-group-title.bprm_grp_prof_exprnc::before {
    font-family: FontAwesome;
    content: "\f0b1";
    color: #fff;
    background: #2d7788;
    border-radius: 50%;
    font-size: 16px;
    padding: 8px;
    margin-right: 8px;
    display: inline-block;
}

.fields-item ul li {
    list-style: none !important;
}

.fields-item ul {
    list-style: none !important;
}

.main-wrapper .fields-items.email::before {
    color: #2d7788;
    font-family: FontAwesome;
    content: "\f0e0";
    margin-right: 5px;
    font-size: 12px;
    display: inline-block;
}

.fields-items.email ul li::before {
    font-family: FontAwesome;
    content: "\f0e0";
    margin-right: 5px;
    font-size: 12px;
    display: inline-block;
}

.fields-items.bprms_twit::before {
    font-family: FontAwesome;
    content: "\f099";
    margin-right: 5px;
    font-size: 12px;
    display: inline-block;
}

.fields-items.bprms_cono::before {
    font-family: FontAwesome;
    content: "\f095";
    margin-right: 5px;
    font-size: 12px;
    display: inline-block;
}

.fields-items.phone_number a::before,
.fields-items.bprms_phone li::before {
    font-family: FontAwesome;
    content: "\f095";
    margin-right: 5px;
    font-size: 12px;
    display: inline-block;
}

.main-wrapper .fields-items.phone_number::before {
    color: #2d7788;
    font-family: FontAwesome;
    content: "\f095";
    margin-right: 5px;
    font-size: 12px;
    display: inline-block;
}

.fields-items.url ul li::before {
    font-family: FontAwesome;
    content: "\f0c1";
    margin-right: 5px;
    font-size: 12px;
    display: inline-block;
}

.main-wrapper .fields-items.url::before {
    color: #2d7788;
    font-family: FontAwesome;
    content: "\f0c1";
    margin-right: 5px;
    font-size: 12px;
    display: inline-block;
}

.fields-items.bprms_twit.url::before {
    font-family: FontAwesome;
    content: "\f099";
    margin-right: 5px;
    font-size: 12px;
    display: inline-block;
}

.bprm-user-image-wrapper {
    background-color: #2d7788;
    text-align: center;
    padding: 60px;
}

.bprm-sidebar-content {
    padding: 60px 60px 60px 60px;
}

#bprm-mobile-view-sidebar {
    display: none;
}

.bprm_remove_repeater_grp span {
    float: right;
    font-size: 20px;
    color: #737373;
}

.bprm_remove_repeater_grp span:hover {
    color: #424242;
}

.bprm_resume_form .bprm_add_repeater_grp,
.bprm_resume_form a.bprm-add-repeater-field {
    float: right;
    background-color: #424242 !important;
    color: #fff !important;
    padding: 3px 25px;
    border: 1px solid #424242 !important;
    font-size: 13px;
    text-align: center;
    border-radius: 100px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.bprm_resume_form .bprm_add_repeater_grp:hover,
.bprm_resume_form a.bprm-add-repeater-field:hover {
    border: 1px solid #424242 !important;
    background-color: #ccc !important;
    color: #424242 !important;
}

.bprm_resume_form .bprm_add_repeater_grp:focus,
.bprm_resume_form a.bprm-add-repeater-field:focus {
    color: #fff;
}

.field-bprms_start.bprm-field-contain {
    display: inline-block;
}

select.inp-text {
    float: left;
}

.selectize-control.inp-text.multi {
    float: left;
    width: 100% !important;
    margin-bottom: 22px;
}

.bprm_intrst.field-bprms_intrst.bprm-field-contain {
    display: inline-block;
}

.field-bprms_abtm.bprm-field-contain textarea {
    width: 100% !important;
    float: left;
}

.field-bprms_abtm.bprm-field-contain {
    display: inline-block;
}

.bprm-field-contain input[type="checkbox"] {
    margin-right: 5px;
}

.bprm-field-contain input[type="checkbox"]:not(:first-child) {
    margin-left: 2%;
}

.field-bprms_poswork.bprm-field-contain textarea {
    width: 100% !important;
    float: left;
}

.field-bprms_poswork.bprm-field-contain {
    display: inline-block;
}

.bprm_remove_repeater_grp_div {
    width: 100%;
    float: right;
}

.bprm-remove-repeater-field {
    float: right;
    color: #737373;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bprm-field-contain .bprm-remove-repeater-field {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 9;
}

.bprm-remove-repeater-field:hover {
    color: #424242;
}

.bprm-remove-repeater-field i {
    line-height: 0;
}

.bprm-resume-wrapper .fields-items ul {
    list-style: none;
    padding-left: 0px !important;
}

.bprm-profile-fields .set-odd,
.bp-widget.bprm_grp_edu .set-odd,
.bp-widget.bprm_grp_prof_exprnc .set-odd {
    background: #d3d3d31a;
}

td.data.fields-items ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}


/*--------------------------------------------------------------
# Image Field
--------------------------------------------------------------*/

.fields-image.image {
    height: auto;
    width: 100px;
}

.bprm-resume-form-image {
    height: auto;
    width: 100px;
    padding: 5px;
}

.bprm-field-contain .bprm-resume-form-image {
    margin-bottom: 15px;
}

ul.bprm-profile-image-ul,
.bprm-resume-image-container {
    display: inline-block;
    list-style-type: none;
}

ul.bprm-profile-image-ul:after,
.bprm-resume-image-container:after {
    content: " ";
    display: table;
    clear: both;
}

li.bprm-profile-image-li,
.bprm-resume-image {
    float: left;
    margin-right: 10px;
}

.bprm-profile-image-ul li.bprm-profile-image-li {
    float: none;
    margin-bottom: 15px;
}

.bprm-profile-image-ul li.bprm-profile-image-li img {
    display: inline-block;
    vertical-align: middle;
}

@media(max-width: 480px) {
    .bprm-profile-image-ul li.bprm-profile-image-li>a {
        word-break: break-all;
    }
}

@media screen and (max-width: 768px) and (min-width: 320px) {
    .bprm-field-label-wrap {
        width: 100% !important;
    }

    .bprm-field-inputs-wrap {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .bprm-resume-wrapper .sidebar-wrapper {
        position: static;
        width: inherit;
    }

    .bprm-resume-wrapper .main-wrapper {
        padding: 30px;
    }

    .bprm_resume_form {
        margin: 0px;
    }

    .bprm_resume_form textarea {
        width: 100%;
    }
}

.bprm_resume_form label {
    font-weight: 600 !important;
    font-size: 15px;
}

.bprm_resume_form h5 {
    font-size: 1em;
    font-weight: 800;
}

.bprm-form-headng {
    margin-bottom: 10px;
}

@media screen and (max-width: 420px) and (min-width: 280px) {
    .bprm-resume-wrapper {
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
        display: block !important;
        margin-top: 45px;
        width: 100% !important;
    }

    .bprm-resume-wrapper .main-wrapper {
        padding: 20px 2px 1px 10px;
        width: 100% !important;
    }

    .sidebar-wrapper.bprm-mobile-view-sidebar {
        display: block !important;
    }

    #bprm-sidebar-wrapper {
        display: none !important;
    }

    #bprm-mobile-view-sidebar {
        display: block !important;
    }

    .bprm-sidebar-content {
        padding: 30px;
    }
}


/*--------------------------------------------------------------
Profile profile fields
--------------------------------------------------------------*/
.xprofile.my-profile .profile .bp-widget h2 {
    border: none !important;
    margin-bottom: 8px;
}

.xprofile.my-profile .profile .bp-widget h2 * {
    border: none !important;
}

/*table.profile-fields.bprm-profile-fields {
    border: 2px solid rgba(0, 0, 0, 0.5) !important;
}*/

.profile table.profile-fields.bprm-profile-fields {
/*    background: rgba(0, 0, 0, 0.04) !important;
    border-radius: 8px;
    overflow: hidden;*/
    width: 100%;
}

table.profile-fields.bprm-profile-fields tr.set-even:nth-child(2n+2) {
    background-color: #fff;
}

table.profile-fields.bprm-profile-fields td {
  /*  border: none !important;
    padding: 10px 15px !important;*/
    padding: .5em;
    vertical-align: middle;
}

.dark-scheme table.profile-fields.bprm-profile-fields tr.set-even:nth-child(2n+2) {
    background-color: rgba(255, 255, 255, 0.05);
}

table.profile-fields.bprm-profile-fields td.label.field-title {
    font-weight: bold !important;
}

table.profile-fields.bprm-profile-fields td.label.field-title.bprm_curcomp {
    color: green;
    font-weight: 600 !important;
}

.theme-reign-theme table.profile-fields.bprm-profile-fields td.label.field-title {
    font-weight: 500 !important;
}

#buddypress table.profile-fields.bprm-profile-fields tr td.fields-items ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#buddypress table.profile-fields.bprm-profile-fields tr td.fields-items ul li {
    margin: 0 0 15px;
    border: 0;
}

#buddypress table.profile-fields.bprm-profile-fields tr td.fields-items ul li:last-child {
    margin: 0;
}

/*--------------------------------------------------------------
# Datepicker
--------------------------------------------------------------*/

.ui-datepicker {
    background: #fff;
}

.ui-widget-header .ui-icon {
    background-image: url("../images/ui-icons_444444_256x240.png");
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    border: 1px solid #d3d3d3;
}


/*--------------------------------------------------------------
# Radio Field
--------------------------------------------------------------*/

.bprm-radio-field .inp-text.bprm_req_field {
    width: auto !important;
    float: none;
}


/*--------------------------------------------------------------
# Profile Settings
--------------------------------------------------------------*/

#buddypress .standard-form .profile-settings select {
    width: auto;
}


/*--------------------------------------------------------------
# Profile Search Form
--------------------------------------------------------------*/

.bprm-profile-search-toggle-wrap {
    background: #333;
    color: #fff;
    margin: 0 0 15px;
    padding: 10px;
    border-radius: 4px;
}

body #buddypress .bprm-profile-search-toggle-wrap {
    border-radius: 4px;
}

.bprm-profile-search-toggle-wrap a {
    color: #fff !important;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: normal;
}

.bprm-profile-search-toggle-wrap a:hover {
    color: #fff;
}

.bprm-profile-search-toggle-wrap .dashicons {
    font-size: 18px;
    margin-right: 5px;
}

form#wprm-search-profile-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    background: #FFF;
    margin: 0 0 15px;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    display: none;
}

form#wprm-search-profile-form.toggle-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

form#wprm-search-profile-form>div {
    width: -webkit-calc(33.3333333% - 20px);
    width: calc(33.3333333% - 20px);
    margin: 10px;
}

form#wprm-search-profile-form>div input[type="search"],
form#wprm-search-profile-form>div input[type="text"] {
    width: 100%;
}

form#wprm-search-profile-form .wprm_text_dropdown input+select {
    margin-top: 10px;
} 

form#wprm-search-profile-form .wprm-search-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

form#wprm-search-profile-form ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bp-nouveau .buddypress-wrap form#wprm-search-profile-form select,
form#wprm-search-profile-form select {
    height: 38px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    form#wprm-search-profile-form>div {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
    }

    .profile table.profile-fields.bprm-profile-fields td.data.fields-items {
        /*display: block;
        font-size: 15px;
        padding: 0 15px 10px !important;*/
        word-break: break-all;
    }

    table.profile-fields.bprm-profile-fields td.label.field-title {
/*        display: block;
        width: 100%;
        font-size: 15px;
        padding-bottom: 5px !important;*/
    }

}

@media screen and (max-width: 480px) {
    form#wprm-search-profile-form>div {
        width: 100%;
        margin: 0 0 10px;
    }

    form#wprm-search-profile-form .wprm-search-button {
        margin: 0;
    }
}


/*--------------------------------------------------------------
# Youzify
--------------------------------------------------------------*/
.youzify p.wbbpp_search_filters {
    line-height: normal;
    padding: 15px 20px;
    margin: 0 17.5px 35px;
    background-color: #fff;
}

.youzify form#wprm-search-profile-form.toggle-active,
.youzify .bprm-profile-search-toggle-wrap {
    padding: 15px 20px;
    margin: 0 17.5px 35px;
    line-height: normal;
}

.youzify a.bprm-profile-search-toggle:focus {
    background: transparent !important;
}

.youzify form#bprm_resume_form {
    padding: 25px;
}

.youzify .bprm-form-headng {
    margin: 0 0 10px;
}

.youzify .bprm-field-contain {
    line-height: normal;
}

.youzify .bprm-profile-fields td {
    width: 50%;
}

.youzify .bprm-profile-fields td.label {
    padding-left: 35px;
}

.youzify .bprm-profile-fields td.data a {
    color: #7c838a;
    font-size: 13px;
    font-weight: 600;
    word-break: break-all;
}

.youzify .bp-widget h2 .hr-title abbr {
    display: block;
    margin-bottom: 15px;
}

.youzify.youzify-account-page .bprm_resume_form .nice-select,
.youzify .bprm_resume_form .nice-select {
    background: #fff;
    position: relative;
    vertical-align: top;
    border: 2px solid #bdc3c7 !important;
    display: inline-block;
    color: #34495e;
    outline: 0;
    width: 100%;
    min-height: 42px;
    margin: 0 0 22px 0;
}

.youzify-profile .hr-title.hr-full.hr-double {
    margin: 0;
    color: #858f94;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding: 15px 35px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
}

.youzify-profile .hr-title.hr-full.hr-double:before {
    content: "\f129";
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    text-align: center;
    border-radius: 100px;
    font-weight: 600;
    background-color: #f2f2f2;
    font-family: "Font Awesome 5 Free" !important;
}

.youzify-profile .bp-widget .hr-title.hr-full.hr-double abbr {
    display: block;
    margin-bottom: 0;
}

.youzify-profile table.profile-fields.bprm-profile-fields td.label {
    font-weight: 600;
}

.youzify-account-page .bprm_resume_form legend {
    font-size: 16px;
    color: #747474;
    font-weight: 500;
    background-color: #f0f0f0;
    border-radius: 3px;
}

.youzify-account-page .bprm_resume_form label {
    font-weight: 500 !important;
    font-size: 14px;
    color: #8c8c8c;
}

.youzify-account-page .bprm_resume_form input[type=text],
.youzify-account-page .bprm_resume_form input[type=email],
.youzify-account-page .bprm_resume_form input[type=url],
.youzify-account-page .bprm_resume_form input[type=tel],
.youzify-account-page .selectize-input,
.youzify-account-page .field-bprms_poswork.bprm-field-contain textarea,
.youzify.youzify-account-page .bprm_resume_form .nice-select,
.youzify .bprm_resume_form .nice-select {
    border: 1px solid #dedede !important;
}

/*--------------------------------------------------------------
## Gwangi
--------------------------------------------------------------*/

.grimlock.extended-fields #buddypress:not(.youzer) .profile-content__body#item-body .screen-profile {
    padding: 1.5rem !important;
}

/*--------------------------------------------------------------
## BuddyBoss
--------------------------------------------------------------*/
.buddyboss-theme .buddypress-wrap .item-body .group-separator-block .screen-heading {
    font-family: inherit;
    font-size: 18px;
    line-height: 1.8;
    margin: 0 0 30px;
    padding: 20px 0;
}

.buddyboss-theme .profile.extended-fields .bprm_resume_form input[type=submit] {
    padding: 0 20px !important;
}

.buddyboss-theme table.profile-fields.bprm-profile-fields td.label.field-title {
    font-weight: 400 !important;
}

.profile-fields .fields-items.dropdown {
    position: static;
    background: transparent;
    box-shadow: none;
}