/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Error Message
# Empty Resumme Message Box
# Form Style
# Resume Style
# Image Field
# Datepicker
# Youzify
# Themes Specific
    # OneCommunity
/*--------------------------------------------------------------

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

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

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

.empty-resume-message {
  padding: 8px 15px;
  background-color: #2196f3;
  color: #fff;
  margin-bottom: 15px;
  border-radius: 4px;
}

/*--------------------------------------------------------------
# Form Style
--------------------------------------------------------------*/

.bprm_resume_form {
  margin: 0 0 22px 0 !important;
  width: 100%;
  padding-bottom: 30px;
}

.bprm_resume_form fieldset {
  margin: 0 0 22px 0 !important;
  border: 1px solid #bdc3c7 !important;
  padding: 12px 17px !important;
  border-radius: 6px;
  background: #fff;
}

.bprm_resume_form legend {
  display: inline-block;
  width: auto;
  font-size: 1.1em;
  background-color: #bdc3c7;
  color: #29394a;
  font-weight: bold;
  font-size: 15px !important;
  padding: 3px 25px;
  border-radius: 50px;
  font-weight: 500 !important;
  line-height: 25px;
}

.bprm_resume_form label {
  display: block;
  width: auto;
  margin: 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_resume_form textarea {
  margin: 0 0 12px 0;
  display: block;
}

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

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

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

.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;
  width: 100%;
  height: 96px;
}

.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,
.selectize-input:focus {
  border-color: #666 !important;
}

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

.bprm_resume_form input[type="submit"] {
  border: 0;
  height: 42px;
  color: #243140;
  line-height: 1;
  font-size: 15px;
  cursor: pointer;
  padding: 0 18px;
  text-align: center;
  vertical-align: top;
  background: #bdc3c7;
  display: inline-block;
  -webkit-user-drag: none;
  text-shadow: 0 1px rgba(255, 255, 255, 0.2);
}

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

.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;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bprm_resume_form input#bprm_save {
  border-radius: 100px !important;
  padding: 8px 40px !important;
  font-size: 15px !important;
}

#bprm_resume_form fieldset {
  display: block;
}

/*--------------------------------------------------------------
# Resume 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: #2ebcae;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-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 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  /* border-radius: 0 !important; */
  border-bottom: 5px solid #2ebcae;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 0 25px #edeeef;
  border-radius: 10px !important;
}

.bprm-resume-wrapper .sidebar-wrapper {
  background: #3e3e3e;
  height: auto;
  color: #fff;
  width: 32%;
  -webkit-print-color-adjust: exact;
}

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

.bprm-resume-wrapper .main-wrapper {
  background: #fff;
  padding: 30px 25px;
  width: 68%;
  border-radius: 0 !important;
  -webkit-print-color-adjust: exact;
}

.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-repeater-link a.bprm-add-repeater-field {
  float: right;
  font-size: 13px;
  background: #01a36e;
  color: #fff;
  padding: 0 25px;
  border-radius: 50px;
  line-height: 32px;
}

.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;
}

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

.selectize-input {
  width: 100%;
}

.bprm-radio-field {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 8px;
}

.bprm_resume_form .bprm-radio-field input.inp-text {
  margin: 0;
}

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

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

.bprm-radio-field span {
  margin-left: 10px;
}

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

.main-wrapper .field-title,
.sidebar-wrapper .field-title {
  font-size: 15px;
  margin-top: 0 !important;
  margin-bottom: 5px !important;
  color: #2ebcae !important;
  line-height: 1.1;
  font-weight: 500;
  padding-bottom: 0;
}

.main-wrapper .field-title {
  color: #3f4650 !important;
}

.bprm-group-section {
  position: relative;
  margin-left: 2px;
  padding-left: 20px;
  border-left: 1px solid #2ebcae;
  border-radius: 0 !important;
  margin-bottom: 40px;
}

.bprm-group-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: -6px;
  width: 11px;
  height: 11px;
  background: #f1fafb;
  border: 2px solid #2ebcae;
  border-radius: 9px;
}

.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 {
  height: auto;
  border-radius: 0 !important;
  color: #fff;
  -webkit-print-color-adjust: exact;
}

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

.bprm-resume-wrapper .main-wrapper .resume-fields-data-wrap {
  margin-bottom: 12px;
}

.resume-fields-data-wrap ul li {
  margin-top: 15px;
}

.resume-fields-data-wrap ul li:first-child {
  margin-top: 0;
}

.bprm-sidebar-content .resume-fields-data-wrap ul li {
  margin-top: 5px;
}

.bprm-resume-wrapper .main-wrapper .bprm-group-title,
.bprm-resume-wrapper .sidebar-wrapper .bprm-group-title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
  margin: 35px 0 25px;
  color: #2ebcae !important;
  line-height: 1.1;
  padding-bottom: 0;
}

.bprm-sidebar-content h2.bprm-group-title.bprm_grp_persnl_info {
  font-size: 16px;
}

.bprm-resume-wrapper .sidebar-wrapper .bprm-group-title {
  margin-left: -20px !important;
  padding-left: 25px !important;
  padding-top: 8px;
  padding-bottom: 8px;
  background: #2ebcae;
  color: #fff !important;
  font-weight: 500;
  margin-right: -20px !important;
}

.bprm-resume-wrapper .main-wrapper .bprm-group-title {
  color: #2ebcae !important;
}

.bprm-resume-wrapper .main-wrapper .bprm-group-title:first-child,
.bprm-resume-wrapper .sidebar-wrapper .bprm-group-title:first-child {
  margin-top: 0;
}

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

.bprm-resume-wrapper .sidebar-wrapper .fields-items .text-desc {
  color: rgba(255, 255, 255, 0.7);
  font-size: 78%;
}

.bprm-resume-wrapper .fields-items .level-bar,
.profile-fields .level-bar {
  height: 10px;
  background: #e0e9f3;
  -webkit-print-color-adjust: exact;
  border-radius: 12px !important;
  overflow: hidden;
}

.bprm-resume-wrapper .fields-items .level-bar-inner,
.profile-fields .level-bar-inner {
  height: 12px;
  background: #2ebcae;
  border-radius: 0px !important;
  -webkit-print-color-adjust: exact;
}

.bprm-group-title {
  position: relative;
  padding-left: 0px !important;
}

.bprm-user-image-wrapper {
  text-align: center;
  padding: 35px 50px 10px;
  -webkit-print-color-adjust: exact;
}

.bprm-user-image-wrapper img.avatar {
  border-radius: 100px !important;
  width: 130px;
  height: 130px;
  margin: 0 auto;
  border: 2px solid #2ebcae;
  padding: 4px;
  object-fit: cover;
  transform: none;
}

.bprm-sidebar-content {
  padding: 30px 20px;
  /*word-break: break-all;*/
}

.bprm-sidebar-content .bprm-group-section {
  margin-left: 5px;
  padding-left: 0;
  border-left: none;
}

.bprm-sidebar-content .bprm-group-section:before {
  display: none;
}

.bprm_remove_repeater_grp span {
  float: right;
  font-size: 22px;
  color: #ef0000;
  margin-top: -20px;
}

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

.bprm_resume_form .bprm_add_repeater_grp {
  float: right;
  font-size: 13px;
  background: #01a36e;
  color: #fff;
  padding: 0 25px;
  border-radius: 50px;
  line-height: 32px;
}

.bprm_resume_form .bprm_add_repeater_grp:hover {
  background-color: #209f75 !important;
}

.bprm_resume_form .bprm_add_repeater_grp: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"]: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;
  -webkit-print-color-adjust: exact;
}

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

.bprm-resume-template-one .bprm-heading-section h4:after,
.bprm-resume-template-one .bprm-heading-section h4:before{
  display: none;
}

.bprm-resume-template-one .bprm-education-item {
    margin-bottom: 25px;
    padding-bottom: 0;
    border-left: 1px solid #2ebcae;
    padding-top: 0;
}
.bprm-resume-template-one .bprm-education-item:before{
  top: 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;
  margin-bottom: 10px;
}

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

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

@media screen and (max-width: 767px) {

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

  .bprm_resume_form textarea {
    width: 100%;
  }

  .bprm-resume-wrapper .main-wrapper,
  .bprm-resume-wrapper .sidebar-wrapper {
    width: 100%;
  }

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

  .bprm-resume-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
  }
}

.resume-fields-data-wrap .textarea,
.bprm-profile-fields .textarea {
  white-space: pre-wrap;
}

div#ui-datepicker-div {
  background: #fff !important;
}

.bprm-resume-template-one .bprm-group-title i.fa {
    margin-right: 5px;
}

/*--------------------------------------------------------------
# RESUME LAYOUT 2
--------------------------------------------------------------*/
.bprm-resume-layout-two {
  background: #fff;
  box-shadow: 0 0 20px #edededdd;
  border-radius: 0 !important;
}

.bprm-header-button-wrapper {
  align-items: center;
  justify-content: flex-end;
  padding: 0px;
  position: fixed;
  width: 45px;
  right: 0;
  z-index: 9;
  top:20%;
}

.buddypress .bprm-header-button-wrapper .bprm-bprm-btn-primary {
  font-size: 15px !important;
  border-radius: 10px 0px 0px 10px !important;
  padding: 13px 0 !important;
  display: flex;
  background: #1d76da;
  line-height: 1;
  transition: all 0.3s;
  margin-bottom: 10px;
  color: #fff;
  justify-content: center;
  border: none;
  align-items: center;
}

.bprm-header-button-wrapper a#lnkPrint.bprm-bprm-btn-primary {
  background: #1a253f;
}

.bprm-resume-layout-two .bprm-bprm-btn-primary:hover {
  opacity: 0.85;
}

.bprm-profile-wrapper {
  background: #1a253f;
  padding: 40px 30px;
  position: relative;
  border-radius: 0 !important;
}

.bprm-profile-wrapper * {
  color: #fff;
}

.bprm-row {
  display: flex;
}

.bprm-profile-wrapper .bprm-row {
  justify-content: space-between;
}

.bprm-resume-layout-two ul {
  margin: 0;
  padding: 0;
}

.bprm-resume-layout-two ul li {
  list-style: none;
  display: block;
}

.buddypress .bprm-resume-layout-wrapper .bprm-about-me .bprm-bprm-btn-primary {
  font-size: 15px !important;
  border-radius: 8px !important;
  padding: 12px 22px !important;
  display: flex;
  background: #1d76da;
  line-height: 1;
  transition: all 0.3s;
  margin-bottom: 10px;
  color: #fff;
  justify-content: center;
  border: none;
  align-items: center;
}

.buddypress .bprm-resume-layout-wrapper .bprm-about-me .bprm-bprm-btn-primary img {
  height: 20px;
  margin-right: 5px;
}

.phone_no,
.emails {
    padding-left: 10px;
}

/*main profile top*/
body.buddypress .bprm-profile-main {
  display: flex;
  align-items: center;
}

body.buddypress .bprm-profile-main .profile-main-pic {
  margin-right: 20px;
  max-width: 130px;
  width: 100%;
}

body.buddypress .profile-main-pic img.avatar {
  border-radius: 8px !important;
  width: 100%;
  height: 130px;
  object-fit: cover;
}

.bprm-profile-user-detail {
  width: 300px;
}

body.buddypress .bprm-profile-main h4.bprm-user-name {
  margin: 0 0 10px;
  font-size: 25px;
  line-height: 1;
}

.bprm-resume-layout-two .bprm-personal-detail li {
  display: flex;
  align-items: center;
  font-size: 15px;
  padding: 7px 0;
  justify-content: left;
}

.bprm-personal-detail li img {
  width: 20px;
}

.bprm-resume-layout-two ul li strong {
  width: 50px;
  display: inline-block;
  font-weight: 500;
  margin-left: 10px;
}

/*Resume Details*/
.bprm-resume-details {
  padding: 30px;
  position: relative;
}

.bprm-heading-section {
  position: relative;
}

#buddypress .bprm-heading-section h4 {
  margin: 0 0 30px;
  position: relative;
  font-size: 20px;
}

#buddypress .bprm-heading-section h4:after,
#buddypress .bprm-heading-section h4:before {
  content: "";
  background-color: #057bff;
  height: 2px;
  position: absolute;
  bottom: -8px;
  left: 3px;
  width: 70px;
  z-index: 1;
}

#buddypress .bprm-heading-section h4:before {
  background-color: #ff965d;
  width: 20px;
  z-index: 2;
  left: 0;
}

/*About Me*/
.bprm-about-wrapper {
  margin-bottom: 50px;
}

body.buddypress .buddypress-wrap h5.bprm-name-about-me {
  margin: 0 0 8px;
  color: #4d79f6;
  font-weight: 500;
}

.bprm-about-me {
  max-width: 65%;
  width: 100%;
  padding-right: 4%;
}

.bprm-about-me p {
  margin: 0 0 15px;
  font-size: 16px;
}

.buddypress .buddypress-wrap .bprm-bprm-btn-primary img {
  display: block;
  height: 22px;
}

/*personal information*/
.bprm-personal-information {
  max-width: 35%;
  width: 100%;
}

.bprm-personal-details-info {
  display: flex;
  margin-bottom: 10px;
  font-size: 15px;
}

.bprm-personal-detail-title {
  width: 120px;
  font-weight: 500;
  padding-right: 10px;
  position: relative;
  display: block;
}

.bprm-personal-detail-info {
  padding-left: 2px;
  display: block;
}

/*Education & Experience*/
.bprm-resume-content-wrapper {
  display: flex;
}

.bprm-resume-content-candidate {
  max-width: 65%;
  padding-right: 4%;
  width: 100%;
}

.bprm-sidebar-wrapper {
  max-width: 35%;
  width: 100%;
  background: #f1f5fa;
  padding: 20px;
}

.bprm-other-widget,
.bprm-candidate-education {
  margin-bottom: 30px;
}

.bprm-education-item {
  position: relative;
  padding-bottom: 20px;
  border-left: 2px dotted #dbe0ec;
  padding-left: 20px;
  padding-top: 5px;
}

.bprm-education-item p.bprm-edu-details {
  margin: 0;
}

.bprm-education-item:before {
  position: absolute;
  bottom: 0;
  left: 3px;
  top: 8px;
  width: 12px;
  height: 12px;
  margin-left: -10px;
  background-color: #f1f5fa;
  border-color: #4d79f6;
  border-style: solid;
  border-width: 2px;
  border-radius: 10px;
  content: "";
}

.bprm-education-item span.year {
  display: block;
  font-size: 15px;
}

span.edu_stats {
  padding: 3px 0;
  display: block;
  font-weight: bold;
  color: #1a253f !important;
  font-size: 15px;
}

.bprm-education-item p.bprm-edu-details {
  margin: 8px 0;
}

.bprm-resume-layout-two .bprm-resume-content-candidate h4.field-title {
    display: none;
}

.bprm-resume-layout-two .bprm-education-item .edu_stats:first-child {
    font-weight: bold;
}

.bprm-resume-layout-two .bprm-candidate-education .bprm-education-item div.resume-fields-data-wrap {
    margin: 4px 0;
}

.bprm-resume-layout-two .bprm-candidate-education {
  font-size: 15px;
}

.bprm-resume-layout-two .bprm-candidate-education span.fields-items.textarea {
    margin-bottom: 15px;
    display: block;
}


/*Sidebar Other Options*/
.bprm-other-widget .level-bar {
  height: 10px;
  background: #ebebeb;
  -webkit-print-color-adjust: exact;
  border-radius: 20px !important;
  overflow: hidden;
  margin-bottom: 15px;
}

.bprm-other-widget .level-bar-inner {
  background: #1d76da;
  display: block;
  height: 10px;
  border-radius: 0 !important;
}

.bprm-other-widget span {
  color: #1a253f;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 5px;
  font-weight: 500;
  display: inline-block;
}

.bprm-other-widget small {
  margin-bottom: 12px;
  display: block;
  line-height: 1;
}

@media only screen and (max-width: 420px) {
  .bprm-header-button-wrapper {
    justify-content: center;
    flex-wrap: wrap;
  }

  .buddypress .bprm-resume-layout-wrapper .bprm-bprm-btn-primary,
  .buddypress .bprm-header-button-wrapper .bprm-bprm-btn-primary {
    margin: 1%;
    justify-content: center;
    width: 48%;
    padding: 12px !important;
  }

  .bprm-resume-details {
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .bprm-header-button-wrapper {
    justify-content: center;
  }

  body.buddypress .bprm-profile-main,
  .bprm-row,
  .bprm-resume-content-wrapper {
    display: block;
  }

  body.buddypress .profile-main-pic {
    margin: 0 auto 18px;
  }

  .bprm-profile-user-detail {
    width: 100%;
    text-align: center;
  }

  .bprm-resume-layout-two .bprm-personal-detail li {
    justify-content: center;
    padding: 0;
  }

  .bprm-about-me,
  .bprm-resume-content-candidate {
    max-width: 100%;
    padding: 0 0 15px;
  }

  .bprm-personal-information,
  .bprm-sidebar-wrapper {
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1010px) {
  div#buddypress.bp-single-vert-nav.bp-vertical-navs .bprm-header-button-wrapper {
    justify-content: center;
  }

  div#buddypress.bp-single-vert-nav.bp-vertical-navs .bprm-profile-main,
  div#buddypress.bp-single-vert-nav.bp-vertical-navs .bprm-row,
  div#buddypress.bp-single-vert-nav.bp-vertical-navs .bprm-resume-content-wrapper {
    display: block;
  }

  div#buddypress.bp-single-vert-nav.bp-vertical-navs .profile-main-pic {
    margin: 0 auto 18px;
  }

  div#buddypress.bp-single-vert-nav.bp-vertical-navs .bprm-profile-user-detail {
    width: 100%;
    text-align: center;
  }

  div#buddypress.bp-single-vert-nav.bp-vertical-navs .bprm-resume-layout-two .bprm-personal-detail li {
    justify-content: center;
    padding: 0;
  }

  div#buddypress.bp-single-vert-nav.bp-vertical-navs .bprm-about-me,
  div#buddypress.bp-single-vert-nav.bp-vertical-navs .bprm-resume-content-candidate {
    max-width: 100%;
    padding: 0 0 15px;
  }

  div#buddypress.bp-single-vert-nav.bp-vertical-navs .bprm-personal-information,
  div#buddypress.bp-single-vert-nav.bp-vertical-navs .bprm-sidebar-wrapper {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# END RESUME LAYOUT 2
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# RESUME LAYOUT 3
--------------------------------------------------------------*/
.bprm-resume-layout-three {
  border: 1px solid #e7edf2;
  border-top: 0;
  margin: 0 auto;
  max-width: 1150px;
}

.bprm-resume-layout-three .bprm-about-wrapper {
  margin-bottom: 0;
}

.bprm-resume-layout-three .bprm-profile-wrapper {
  background: #fff;
  padding: 0;
}

.bprm-resume-layout-three .bprm-profile-wrapper * {
  color: #1a253f;
}

body.buddypress .bprm-resume-layout-three .bprm-profile-main h4.bprm-user-name {
  margin: 0;
  text-transform: uppercase;
}
.bprm-resume-layout-three .bprm-profile-main h4.bprm-user-name{
  margin: 0;
  text-transform: uppercase;
}

.bprm-resume-layout-three .bprm-profile-user-detail span.bprm-loading-bar {
    display: block;
}

body.buddypress .bprm-resume-layout-three .profile-main-pic,
body.buddypress .bprm-resume-layout-three .bprm-sidebar-wrapper {
  max-width: 30%;
  margin: 0;
}

body.buddypress .bprm-resume-layout-three .profile-main-pic img.avatar,
.bprm-resume-layout-three .profile-main-pic img.avatar {
  border-radius: 0px !important;
  width: 200px;
  transform: none;
  max-height: 200px;
  border: 4px solid #37475a;
  margin: 30px auto 0;
  height: 200px;
  object-fit: cover;
}
.bprm-resume-layout-three .profile-main-pic img.avatar {
  margin-top: 10px;
}

.bprm-resume-layout-three .bprm-personal-detail li {
  display: block;
  list-style: none;
}

body.buddypress .bprm-resume-layout-three .bprm-profile-about-wrapper {
  max-width: 70%;
  border-top: 5px solid #e7edf2;
  width: 100%;
}

body.buddypress .bprm-resume-layout-three .bprm-profile-main {
  max-width: 100%;
  padding: 30px;
}

.bprm-resume-layout-three .bprm-profile-main {
  max-width: 100%;
  padding: 30px;
}

body.buddypress .bprm-resume-layout-three .bprm-profile-wrapper .bprm-row {
  align-items: unset;
}

.bprm-resume-layout-three .bprm-about-me-section {
  background: #e7edf2;
  padding: 20px 30px;
  border-radius: 0 !important;
}

.bprm-resume-layout-three h4.bprm-header-title {
  text-transform: uppercase;
  margin: 0 0 5px !important;
}

.bprm-resume-layout-three .bprm-about-content p {
  margin: 0;
}

.bprm-resume-layout-three .bprm-resume-details {
  padding: 0;
}

.bprm-resume-layout-three .bprm-personal-information {
  max-width: 100%;
}

body.buddypress .bprm-resume-layout-three .profile-main-pic {
  border-top: 5px solid #37475a;
  border-radius: 0 !important;
  background: #f1f5fa;
  padding-left: 22px;
  padding-right: 38px;
  width: 100%;
}

/*Sidebar Layout 3*/
.bprm-resume-layout-three .bprm-personal-detail-title {
  font-weight: bold;
  padding: 0;
  display: block;
  line-height: 1;
  width: auto;
}
.bprm-resume-layout-three .profile-main-pic {
  max-width: 35%;
  padding: 20px;
  width: 100%;
}

.bprm-resume-layout-three .profile-main-pic {
  border-top: 5px solid #37475a;
  border-radius: 0 !important;
  background: #f1f5fa;
  padding-left: 22px;
  padding-right: 38px;
  width: 100%;
}

.bprm-resume-layout-three .bprm-personal-details-info {
  display: block;
  padding: 0;
}

.bprm-resume-layout-three .bprm-personal-detail-info {
  padding: 0;
}

.bprm-resume-layout-three .bprm-personal-detail-title:after,
#buddypress .bprm-resume-layout-three .bprm-heading-section h4:after {
  display: none;
}

#buddypress .bprm-resume-layout-three .bprm-heading-section h4:before {
  background: #374155;
  bottom: -5px;
}

.bprm-resume-layout-three ul.list-bprm {
  padding: 0;
  margin: 0;
}

.bprm-resume-layout-three .list-bprm li {
  display: block;
  list-style: none;
}

#buddypress .bprm-resume-layout-three .bprm-heading-section h4 {
  margin: 0 0 20px !important;
}

#buddypress .bprm-resume-layout-three .bprm-other-widget.others {
  margin-top: 20px;
}

.bprm-resume-layout-three .bprm-resume-content-candidate h4.field-title{
  display: none;
}
.bprm-resume-layout-three .bprm-candidate-education .bprm-education-item div.resume-fields-data-wrap {
    margin:4px 0;
}
.bprm-resume-layout-three .bprm-candidate-education .bprm-education-item:before {
    top: 0;
}
.bprm-resume-layout-three .bprm-candidate-education .bprm-education-item {
    border-left: 1px solid #dbe0ec;
    margin-bottom:30px;
    padding-bottom: 0;
}
.bprm-resume-layout-three .bprm-candidate-education span.fields-items.textarea {
    margin-bottom: 15px;
    display: block;
}
.bprm-candidate-education .bprm-resume-layout-three .bprm-education-item .edu_stats:first-child {
    font-weight: bold;
}
.bprm-resume-layout-three i.fa.fa-language,
.bprm-resume-layout-three i.fa.fa-rocket {
    margin-right: 8px;
}

/*Content Area*/
.bprm-resume-layout-three .bprm-resume-content-candidate {
  max-width: 70%;
  padding: 3%;
  background: #fff;
  border-radius: 0 !important;
}
.bprm-resume-layout-three .bprm-profile-about-wrapper {
    max-width: 65%;
    border-top: 5px solid #e7edf2;
}
.bprm-resume-layout-three .bprm-education-item {
  padding-top: 0;
}

.bprm-resume-layout-three .bprm-other-widget .level-bar-inner {
  background: #37475a;
}

.bprm-other-widget ul {
  padding: 0;
  margin: 0;
}

.bprm-other-widget ul li {
  list-style: none;
}

.bprm-resume-layout-three .bprm-group-section:before {
  border-color: #2ebcae;
}

.bprm-resume-layout-three .bprm-group-section,
.bprm-resume-layout-three .bprm-group-section:before {
  border-color: #555164;
}

/*User Resume Layout Tab*/
ul.bprm-resume-template-setting-list {
  margin: 0 0 40px !important;
  display: flex;
}

ul.bprm-resume-template-setting-list li {
  position: relative;
  width: 180px;
  list-style: none;
  height: 215px;
  cursor: pointer;
  margin-right: 20px;
}

ul.bprm-resume-template-setting-list li img {
  max-width: 100%;
  position: absolute;
  top: 0;
  cursor: pointer;
  left: 0;
}

.bprm-resume-template-setting-list span {
  display: block;
  font-weight: 500;
  font-size: 15px;
  margin: 8px 0;
  text-align: center;
}

ul.bprm-resume-template-setting-list input[type="radio"] {
  width: 100%;
  height: 200px;
  border: none;
  border-radius: 0;
  position: relative;
  box-shadow: none;
  margin: 0;
  z-index: 9;
  -webkit-appearance: none;
  background: transparent;
  cursor: pointer;
  opacity: 0;
}

ul.bprm-resume-template-setting-list input[type="radio"]:checked {
  opacity: 1;
}

ul.bprm-resume-template-setting-list input[type="radio"]:hover {
  background: rgba(0, 0, 0, 0.05);
}

ul.bprm-resume-template-setting-list input[type="radio"]:checked::before {
  border: 3px solid #2094f3 !important;
  height: 200px;
  margin: 0;
  background: transparent;
  width: 100%;
  display: block;
  content: "";
  border-radius: 0;
}

@media only screen and (max-width: 640px) {
  
  ul.bprm-resume-template-setting-list li {
    height: 130px;
  }
  ul.bprm-resume-template-setting-list input[type="radio"],
  ul.bprm-resume-template-setting-list input[type="radio"]:checked::before{
    height: 100%;
  }
  ul.bprm-resume-template-setting-list li img {
      height: 100%;
      width: 100%;
      object-fit: cover;
  }

}

@media only screen and (max-width: 767px) {
  .bprm-resume-layout-three {
    border: 1px solid #e7edf2;
  }

  body.buddypress .bprm-resume-layout-three .profile-main-pic {
    border-top: none;
    padding: 0;
    margin: 0 auto 0;
    max-width: 150px !important;
    background: transparent;
  }

  body.buddypress .bprm-resume-layout-three .bprm-profile-about-wrapper,
  .bprm-resume-layout-three .profile-main-pic,
  .bprm-resume-layout-three .bprm-profile-about-wrapper {
    max-width: 100%;
    border-top: none;
    text-align: center;
  }

  body.buddypress .bprm-resume-layout-three .bprm-profile-main {
    padding: 20px;
  }

  .bprm-resume-layout-three .bprm-about-me-section {
    padding: 20px;
  }

  body.buddypress .bprm-resume-layout-three .profile-main-pic,
  body.buddypress .bprm-resume-layout-three .bprm-sidebar-wrapper {
    max-width: 100%;
  }

  .bprm-resume-layout-three .bprm-resume-content-candidate {
    max-width: 100%;
    padding: 5% !important;
  }

  #buddypress .bprm-resume-layout-three .bprm-heading-section h4 {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1010px) {
  .bprm-resume-layout-three {
    border: 1px solid #e7edf2;
  }

  div#buddypress.bp-single-vert-nav.bp-vertical-navs .bprm-resume-layout-three .profile-main-pic {
    border-top: none;
    margin: 20px auto 0;
    max-width: 150px !important;
  }

  body.buddypress .bprm-resume-layout-three .profile-main-pic {
    padding: 0 30px;
  }

  body.buddypress .bprm-resume-layout-three .bprm-sidebar-wrapper {
    padding-top: 0;
  }

  body.buddypress .bprm-resume-layout-three .bprm-profile-about-wrapper {
    max-width: 100%;
    border-top: none;
  }

  body.buddypress .bprm-resume-layout-three .bprm-profile-main {
    padding: 20px;
  }

  .bprm-resume-layout-three .bprm-about-me-section {
    padding: 20px;
  }

  div#buddypress.bp-single-vert-nav.bp-vertical-navs .bprm-resume-layout-three .profile-main-pic,
  div#buddypress.bp-single-vert-nav.bp-vertical-navs .bprm-resume-layout-three .bprm-sidebar-wrapper {
    max-width: 100%;
  }

  .bprm-resume-layout-three .bprm-resume-content-candidate {
    max-width: 100%;
    padding: 5% !important;
  }

  #buddypress .bprm-resume-layout-three .bprm-heading-section h4 {
    font-size: 16px;
  }
}

/*--------------------------------------------------------------
# END RESUME LAYOUT 3
--------------------------------------------------------------*/
/*Upload Resume Profile Images*/
.upload_bprm_profile_image {
    margin:35px 0 20px 0 !important;
    border: 1px solid #bdc3c7 !important;
    padding: 12px 17px !important;
    border-radius: 6px !important;
    background: #fff;
    position: relative;
}
.bprm_resume_profile_image {
    align-items: center;
    display: flex;
    margin:10px 0;
    justify-content: space-between;
}
div#bprm_profile_preview_image img {
    max-width: 150px;
    border-radius: 10px;
}

.upload_bprm_profile_image h3 {
    margin: 0!important;
    display: inline-block;
    width: auto;
    background-color: #bdc3c7;
    color: #29394a;
    font-size: 15px !important;
    padding: 3px 25px !important;
    border-radius: 50px;
    font-weight: 500 !important;
    line-height: 25px;
    position: absolute;
    top: -15px;
}
#buddypress .upload_bprm_profile_image input#bprm_select_resume_profile_img {
    float: right !important;
    font-size: 14px !important;
    background: #01a36e !important;
    color: #fff !important;
    padding: 3px 30px !important;
    border-radius: 80px !important;
    line-height: 25px !important;
    font-weight: 500;
    border-color: #01a36e !important;
}
.bprm_resume_profile_image .bprm-field-label-wrap label {
    font-size: 15px;
    margin: 0 !important;
}
.bprm_resume_profile_img_input {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}
.bprm_resume_form input#bprm_save[name="bprm_save_resume"] {
    float: right !important;
    font-size: 15px !important;
    background: #01a36e !important;
    color: #fff !important;
    padding: 12px 35px !important;
    border-radius: 80px !important;
    line-height: 1;
}

@media only screen and (max-width:540px) {
  .bprm_resume_profile_image,
  .bprm_resume_profile_img_input {
      justify-content: center;
      flex-wrap: wrap;
  }
  .upload_bprm_profile_image .bprm-field-label-wrap{   
      text-align: center;
      margin-bottom: 10px;
  }
  div#bprm_profile_preview_image img{
    margin-right:10px;
  }

}

/*--------------------------------------------------------------
# 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 {
  top: 8px !important;
  border: 1px solid #d3d3d3;
}

.standard-form .profile-settings select {
  min-width: 125px;
}

/*--------------------------------------------------------------
# Youzify
--------------------------------------------------------------*/

.youzify h3.bprm-form-headng {
  margin-bottom: 15px;
}

.youzify h2.screen-heading.bprm-resume-title {
  margin: 0 0 1.375rem;
}

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

.youzify .bprm_resume_form legend {
  line-height: normal;
}

.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 .bprm-radio-field span {
  margin-left: 8px;
}

.youzify .bprm-resume-wrapper .main-wrapper,
.youzify .bprm-resume-wrapper .sidebar-wrapper {
  line-height: normal;
}

/*--------------------------------------------------------------
## OneCommunity
--------------------------------------------------------------*/
.onecommunity .bprm-resume-wrapper {
  margin-left: 4px;
}

/*--------------------------------------------------------------
Share Template
--------------------------------------------------------------*/
body.resume-share {
  margin-top: -32px;
  padding: 40px 0 0;
  background: #f8f8fb;
}

.resume-share .bprm-resume-layout-wrapper,
.resume-share .bprm-resume-template-one {
  max-width: 1200px;
  margin: 0 auto !important;
  padding-bottom: 40px;
}

.resume-share .share-resume-footer.bprm-header-button-wrapper a#lnkPrint.bprm-bprm-btn-primary {
  background: #49b177;
  border-radius: 8px 0 0 8px !important;
  padding: 10px 0px !important;
  display: flex;
  line-height: 1;
  transition: all 0.3s;
  border: none;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.resume-share .bprm-header-button-wrapper a.bprm-bprm-btn-primary.bprm-back-user {
    background: #1d76da !important;
    margin-bottom: 10px;
    border-radius: 8px 0 0 8px !important;
    padding: 12px 0px !important;
    display: flex;
    line-height: 1;
    transition: all 0.3s;
    border: none;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.resume-share .bprm-header-button-wrapper a.bprm-bprm-btn-primary.bprm-back-user img {
    width: 23px;
}

.resume-share .share-resume-footer.bprm-header-button-wrapper .bprm-bprm-btn-primary img {
  width: 30px;
}

.resume-share .share-resume-footer.bprm-header-button-wrapper {
  width: 52px;
}

.bprm-header-button-wrapper .bprm-bprm-btn-primary {
  position: relative;
}

.bprm-header-button-wrapper .bprm-bprm-btn-primary span.bprm-tooltip-text {
  white-space: nowrap;
  position: absolute;
  z-index: 99999;
  left: -110px;
  top: 50%;
  margin-top: -10px;
  opacity: 0;
  visibility: hidden;
  transform: translate(10px, 0px);
  transition: all 0.3s ease-in-out 0s;
  padding: 0 12px;
  border-radius: 200px;
  background-color: #3e3f5e;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 25px;
}

.bprm-header-button-wrapper .bprm-bprm-btn-primary:hover span.bprm-tooltip-text {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0px);
}

/*Layout #2*/
.resume-share .bprm-resume-layout-two .profile-main-pic {
  margin-right: 20px;
  max-width: 110px;
  width: 100%;
}

.resume-share .bprm-resume-layout-two {
  border: 1px solid #eee;
}

.resume-share .bprm-resume-layout-two .bprm-profile-main h4.bprm-user-name {
  margin: 0 0 10px;
  font-size: 25px;
  line-height: 1;
}

.resume-share .bprm-resume-layout-two .bprm-profile-main {
  display: flex;
  align-items: center;
}

.resume-share .bprm-resume-layout-two .profile-main-pic img.avatar {
  border-radius: 8px !important;
}

.resume-share .bprm-resume-layout-two .bprm-heading-section h4:after,
.resume-share .bprm-resume-layout-two .bprm-heading-section h4:before {
  content: "";
  background-color: #057bff;
  height: 2px;
  position: absolute;
  bottom: -8px;
  left: 3px;
  width: 70px;
  z-index: 1;
}

.resume-share .bprm-resume-layout-two .bprm-heading-section h4:before {
  background-color: #ff965d;
  width: 20px;
  z-index: 2;
  left: 0;
}

.resume-share .bprm-resume-layout-two h5.bprm-name-about-me {
  margin: 0 0 8px;
  color: #4d79f6;
  font-weight: 500;
}

.resume-share .bprm-resume-layout-wrapper .bprm-bprm-btn-primary {
  font-size: 15px !important;
  border-radius: 5px !important;
  padding: 12px 25px !important;
  display: flex;
  margin-left: 10px;
  background: #1d76da;
  line-height: 1;
  transition: all 0.3s;
  color: #fff;
  margin: 0;
  border: none;
  align-items: center;
}

.resume-share .bprm-resume-layout-wrapper .bprm-bprm-btn-primary img {
  width: 20px;
  margin-right: 3px;
}

/*Layout #3*/
.resume-share .bprm-resume-layout-three .profile-main-pic {
  border-top: 5px solid #37475a;
  border-radius: 0 !important;
  background: #f1f5fa;
  padding: 0 20px 30px;
  max-width: 30% !important;
  margin: 0;
  width: 100%;
}

.resume-share .bprm-resume-layout-three .bprm-resume-content-candidate {
  padding: 1% 3% 3% 3%;
}

.resume-share .bprm-resume-layout-three .profile-main-pic img.avatar {
  border-radius: 0px !important;
  width: 200px;
  transform: none;
  max-height: 200px;
  border: 3px solid #37475a;
  object-fit: cover;
  margin: 30px auto 0;
}

.resume-share .bprm-resume-layout-three .bprm-profile-about-wrapper {
  max-width: 70%;
  border-top: 5px solid #e7edf2;
  width: 100%;
}

.resume-share .bprm-resume-layout-three .bprm-profile-main {
  max-width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
}

.resume-share .bprm-resume-layout-three .bprm-profile-wrapper .bprm-row {
  align-items: unset;
}

.resume-share .bprm-resume-layout-three .bprm-heading-section h4 {
  margin: 0 0 20px !important;
}

.resume-share .bprm-resume-layout-three .bprm-heading-section h4:before {
  content: "";
  background-color: #374155;
  height: 2px;
  position: absolute;
  left: 0px;
  width: 20px;
  background: #374155;
  bottom: -5px;
  z-index: 1;
}

.resume-share .bprm-resume-layout-three .bprm-sidebar-wrapper {
  padding-top: 0;
}

.resume-share .bprm-resume-layout-three .bprm-profile-main h4.bprm-user-name {
  margin: 0;
  text-transform: uppercase;
}

.resume-share .bprm-resume-layout-three .bprm-sidebar-wrapper {
  max-width: 30%;
}

/*--------------------------------------------------------------
## Print Resume
--------------------------------------------------------------*/
@media print {
  .bprm-resume-wrapper {
    border: none;
    box-shadow: none !important;
    border-radius: 0 !important;
  }

  a#lnkPrint {
    display: none !important;
  }
  @page {
    margin: 0;
    padding: 0;
  }

  /*Layout #2*/
  .bprm-resume-layout-two .bprm-resume-details button.bprm-bprm-btn-primary {
    display: none !important;
  }

  .bprm-about-wrapper {
    margin-bottom: 30px;
  }

  .bprm-resume-layout-two .bprm-resume-details {
    padding: 30px;
  }

  .bprm-resume-layout-two .bprm-resume-layout-two {
    box-shadow: none !important;
  }

  .bprm-resume-layout-two .bprm-education-item {
    margin-left: 5px;
  }

  .bprm-resume-layout-two .profile-main-pic {
    margin-right: 10px;
    max-width: 110px;
    width: 100%;
  }

  .bprm-resume-layout-two .bprm-profile-main h4.bprm-user-name {
    margin: 0 0 10px;
    font-size: 25px;
    line-height: 1;
  }

  .bprm-resume-layout-two .bprm-profile-main {
    display: flex;
    align-items: center;
  }

  .bprm-resume-layout-two .profile-main-pic img.avatar {
    border-radius: 8px !important;
  }

  .bprm-resume-layout-two .bprm-heading-section h4:after,
  .bprm-resume-layout-two .bprm-heading-section h4:before {
    content: "";
    background-color: #057bff;
    height: 2px;
    position: absolute;
    bottom: -8px;
    left: 3px;
    width: 70px;
    z-index: 1;
  }

  .bprm-resume-layout-two .bprm-heading-section h4:before {
    background-color: #ff965d;
    width: 20px;
    z-index: 2;
    left: 0;
  }

  .bprm-resume-layout-two h5.bprm-name-about-me {
    margin: 0 0 8px;
    color: #4d79f6;
    font-weight: 500;
  }

  /*layout #3*/
  .bprm-resume-layout-three .profile-main-pic {
    border-top: 5px solid #37475a;
    border-radius: 0 !important;
    background: #f1f5fa;
    padding: 0 30px;
    max-width: 30% !important;
    margin: 0;
  }

  .bprm-resume-layout-three .profile-main-pic img.avatar {
    border-radius: 0px !important;
    width: 200px;
    transform: none;
    max-height: 200px;
    border: 3px solid #37475a;
    object-fit: cover;
    margin: 30px auto 0;
  }

  .bprm-resume-layout-three .bprm-profile-about-wrapper {
    max-width: 70%;
    border-top: 5px solid #e7edf2;
  }

  .bprm-resume-layout-three .bprm-profile-main {
    max-width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
  }

  .bprm-resume-layout-three .bprm-profile-wrapper .bprm-row {
    align-items: unset;
  }

  .bprm-resume-layout-three .bprm-heading-section h4 {
    margin: 0 0 20px !important;
  }

  .bprm-resume-layout-three .bprm-heading-section h4:before {
    content: "";
    background-color: #374155;
    height: 2px;
    position: absolute;
    left: 3px;
    width: 20px;
    background: #374155;
    bottom: -5px;
    z-index: 1;
  }

  .bprm-resume-layout-three .bprm-sidebar-wrapper {
    padding-top: 0;
  }

  .bprm-resume-layout-three .bprm-profile-main h4.bprm-user-name {
    margin: 0;
    text-transform: uppercase;
  }

  .bprm-resume-layout-three .bprm-sidebar-wrapper {
    max-width: 30%;
  }
}



/* Buddyboss Theme */
.buddyboss-theme .bprm_resume_form,
.buddyboss-theme .bprm-resume-layout-wrapper {
  padding-right: 20px;
}




/*Dark Mode*/
.dark-scheme .bprm_resume_form fieldset {
    border: 1px solid #5d5e5e !important;
    background: #242526;
}
.dark-scheme .bprm_resume_form input[type="text"],
.dark-scheme .bprm_resume_form input[type="email"],
.dark-scheme .bprm_resume_form input[type="url"],
.dark-scheme .bprm_resume_form input[type="tel"],
.dark-scheme .selectize-input,
.dark-scheme .bprm_resume_form textarea,
.dark-scheme .buddypress-wrap .bptodo-form-add select,
.dark-scheme .buddypress-wrap select {
    background: #2f3031 !important;
    border: 1px solid #5d5e5e !important;
    color: #ddd !important;
}

.dark-scheme .bprm-resume-layout-two,
.dark-scheme .bprm-resume-layout-three .bprm-profile-wrapper,
.dark-scheme .bprm-resume-wrapper {
    background: #29292a;
    box-shadow: none;
}
.dark-scheme .bprm-sidebar-wrapper {
    background: #18191a;
}
.dark-scheme .bprm-resume-layout-two h5.bprm-name-about-me {
    color: #ffffff !important;
}
.dark-scheme #buddypress .bprm-resume-layout-two .bprm-heading-section h4:before,
.dark-scheme .resume-share .bprm-resume-layout-two .bprm-heading-section h4:before {
    background: #ffffff;
}
.dark-scheme .bprm-resume-layout-two .bprm-heading-section h4:after,
.dark-scheme .resume-share .bprm-resume-layout-two .bprm-heading-section h4:after {
    background:#057bff !important;
}
.dark-scheme .bprm-resume-layout-two .bprm-resume-details p,
.dark-scheme .bprm-resume-layout-two .bprm-resume-content-candidate *,
.dark-scheme .bprm-resume-layout-two .bprm-other-widget span {
    color: #c8c8c8 !important;
}
.dark-scheme .bprm-resume-layout-two .bprm-other-widget small {
    color:#e8e8e8 !important;
}
.dark-scheme .bprm-resume-layout-two .bprm-heading-section h4.bprm-header-title,
.dark-scheme .bprm-resume-layout-two .bprm-resume-content-wrapper div span.edu_stats {
    color: #ffffff  !important;
}
.dark-scheme .bprm-other-widget .level-bar-inner {
    background: #057bff !important;
}
.dark-scheme .selectize-control.multi .selectize-input > div,
.dark-scheme .selectize-dropdown {
    background: #4a4f54;
    color: #ffffff;
}
.dark-scheme .selectize-dropdown [data-selectable].option.active {
    background: #111;
    color: #ffffff;
}

.dark-scheme .bprm-resume-layout-three .bprm-about-me-section {
    background: #18191a;
}
.dark-scheme #buddypress .bprm-resume-layout-three .bprm-heading-section h4,
.dark-scheme .bprm-resume-layout-three h4.bprm-header-title,
.dark-scheme .bprm-resume-layout-three .bprm-profile-main h4.bprm-user-name {
    color: #ffffff !important;
}
.dark-scheme .bprm-resume-layout-three .bprm-resume-content-candidate{
  background: #29292a;
}
.dark-scheme .bprm-resume-layout-three span.edu_stats,
.dark-scheme .bprm-resume-layout-three .bprm-resume-content-candidate *,
.dark-scheme .bprm-resume-layout-three .bprm-profile-wrapper *,
.dark-scheme .bprm-resume-layout-three .bprm-profile-wrapper *,
.dark-scheme .bprm-resume-layout-three .bprm-sidebar-wrapper *,
.dark-scheme #buddypress .bprm-resume-layout-three .bprm-heading-section h4,
.dark-scheme .bprm-resume-layout-three h4.bprm-header-title,
.dark-scheme .bprm-resume-layout-three .bprm-profile-main h4.bprm-user-name {
    color: #fff !important;
}
.dark-scheme #buddypress .bprm-resume-layout-three .bprm-heading-section h4:before {
    background: #ffffff;
}
.dark-scheme .bprm-resume-layout-three {
    border-color:#5d5e5e;
    border-top: none;
}
.dark-scheme .bprm-resume-layout-three .bprm-other-widget .level-bar-inner {
    background: #f2ad4d  !important;
}
.dark-scheme .bprm-resume-layout-three .profile-main-pic {
    background: #18191a !important;;
}

.dark-scheme .bprm-resume-wrapper {
    border-colo:#3e3e3e;
}
.dark-scheme .bprm-resume-wrapper .main-wrapper {
    background: #18191a;
}
.dark-scheme .bprm-resume-wrapper .main-wrapper h4.field-title,
.dark-scheme .bprm-resume-wrapper .main-wrapper .fields-items {
    color: #dbdfe2 !important;
}


.reign-theme h2.bprm-group-title.bprm_grp_persnl_info::after {
    font-family: FontAwesome;
    content: "\f007";
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    padding: 0;
    position: absolute;
    left: 20px;
    top: 7px;
}
.reign-theme h2.bprm-group-title.bprm_grp_persnl_info{
    padding-left:38px !important;
}







.bprm-bprm-btn-primary:first-child{ display:none !important;  }