.containerwpjp.p50{
    padding: 50px 0px;
}

.profileformview form{
    display: flex;
   flex-direction: column;
   width: 100%;
}

.profileformview form .wjportal-form-row{
    display: flex;
   flex-direction: column;
   margin-bottom: 20px;
   border-bottom: none;
   padding-bottom: 20px;
   gap: 20px;
}

.profileformview form .wjportal-form-value {
    display: flex;
   gap: 20px;
  flex-wrap: wrap;
  width: 100%;
}

.btn.btn-filled.profilebtn {
  background: #fff623 !important;
}

.btn.btn-filled.alljobs {
  background: #fff !important;
}

.profileformview .wjportal-form-title{
    font-family: var(--font-obviously);
    color: var(--theme-black);
    text-transform: unset;
}

.profileformview .wpjobportal-form-radio-field label:hover {
  border-color: var(--theme-black);
  box-shadow: none;
}

.profileformview .wpjobportal-form-radio-field input[type="checkbox"]:checked + label::before {
  background-color: var(--wpjp-primary-color);
  border-color: var(--theme-black);
}

.profileformview .wpjobportal-form-radio-field input[type="radio"]:checked + label {
  border-color: var(--theme-black);
    background-color: #fff;
}

.profileformview .wpjobportal-form-radio-field label::after {
  color: #000 !important;
}


.profileformview .wpjobportal-form-radio-field input[type="radio"]:checked + label::before {
  border-color: var(--theme-black);

}


.profileformview .wpjobportal-form-radio-field input[type="checkbox"]:checked + label::before {
  background-color: #fff623;
}


.profileformview .wpjobportal-form-radio-field input[type="checkbox"]:checked + label {
  border-color: var(--theme-black);
  background-color: #fff;
}

.profileformview textarea,
.profileformview input{
  border-radius: 10px;
}


.profileformview .wjportal-form-title font {
  color: #da3b3b;
}

.profileformview #save, .profileformview.settings button[type="submit"]{
  background: var(--theme-yellow);
  border: none;
  color: var(--theme-black);
  font-weight: 400;
  font-family: var(--font-ppmori);
  margin-bottom: 5px;
  margin-top: 20px;
  border-radius: 20px;
  padding: 20px;
}

.profiletxt{
  text-align: center;
}

.profiletxt a{
  color: #000 !important;
  text-decoration: underline;
}

 .profileformview.settings button[type="submit"]:hover{
   box-shadow: var( --theme-boxshadow);
 }

 .profileformview #save:hover{
  box-shadow: var( --theme-boxshadow);
 }

.profileformview.settings form{
  gap: 20px;
}

.profileformview.settings .jobadoo-field label{
  margin-bottom: 10px;
}

.success-notice{
  color: #000;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--font-obviously);
}