body.candidate .content-wrapper{
  width: 68%;
  float: left;
  padding-right: 15px;
  margin-top: 4rem !important;
}

.profile-bullets-container{
  margin-top: 86px;
  transition: all 0.5s ease-in-out;
}

ul.list-inline.profile-bullets {
  border-bottom: 1px solid #1d1d3f;
  margin-bottom: 0px;
  padding-bottom: 11px;
}

.profile-ratings{
  padding-top: 8px;
}

span.profile-ratings {
  font-size: 1rem;
  font-family: fivoSansRegular;
  color: #212529;
  float: right;
  position: relative;
}

span.checked {
  color: #ff2369;
  animation: blinking 3s infinite;
  font-family: sugoRegular;
  letter-spacing: 1.3px;
  font-size: 16px;
}

span.checked:hover{
  cursor: pointer;
  border-bottom: 1px solid #ff2369;
  opacity: .6;
}

@keyframes blinking{
  0%{   opacity: 1;   }
  20%{   opacity: .8; }
  40%{   opacity: .7; }
  50%{   opacity: .6; }
  60%{   opacity: .7; }
  80%{   opacity: .8; }
  100%{  opacity: 1;   }
}

.profile-actions {
  margin-top: -10px;
}

#account-menu-container {
  display: none;
}

.job-date, .service-tag {
  font-size: 1.1rem;
  font-weight: 400;
  color: #5735ad;
  text-transform: uppercase;
  font-family: sugoRegular;
  letter-spacing: 0.9px;
}


.description {
  color: #1d1d3f;
  font-size: .9rem;
}

.description p:empty {
  display: none;
}

.content-section h2 {
  font-size: 1.1rem;
  font-weight: 400;
  color: #5735ad;
  text-transform: uppercase;
  font-family: sugoRegular;
  letter-spacing: 0.9px;
}

.sectors h4 {
  margin-top: 1rem;
  font-size: .9rem;
  font-weight: 600;
  margin-bottom: .2rem;
  color: #2F2F2F;
}

.sectors p {
  font-size: .9rem;
  color: #8B8B8B;
}

.profile-skills h4 {
  margin-top: 1rem;
  font-size: .9rem;
  font-weight: 600;
  margin-bottom: .2rem;
  color: #2F2F2F;
}

.skills-box .badge {
  background: #5735ad;
  margin-top:.2rem;
  margin-right:.2rem;
  margin-bottom:.2rem;
  padding:.4rem .6rem;
  color: #FFFFFF;
}

.skills-box .badge.badge-accreditation {
  background: #124581;
}

.skills-box .badge:first-child {
  margin-left: 0;
}

.profile-bullets li {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#page-content-wrapper .content-wrapper {
  margin-top: 2rem;
}

.documents {
  width: 100%;
}

.documents .document {
    display: inline-block;
    width: 25%;
    height: auto;
    background-color: #FFFFFF;
    border: 0!important;
    vertical-align: middle;
    text-align: left;
    margin-right: .5rem;
    color: #8B8B8B;
    padding: .4rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.document .card img {
  border-radius: 0;
}

.document .document-content {
    width: 100%;
    border: 1px solid #D5D5D5;
    border-radius: 10px;
    margin-bottom: .5rem;
}

.document p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.document-content p i {
  font-size: 1rem;
}

.document-content a i {
  font-size: 3rem;
}

.document a {
    display: inline-block;
    text-decoration: none;
    color: #1d1d3f;
    margin-top: 1rem;
    font-size: .9rem;
}

.documents-list a {
  color: #212529;
  font-size: .9rem;
  text-decoration: none;
}

.documents-list a:hover {
  text-decoration: none;
  background-color: #dae0e5;
  color: #212529;
}

.profile-bullets li {
  font-size: .9rem;
  font-family: sugoRegular;
  text-transform: capitalize;
  letter-spacing: 0.4px;
  color: #1d1d3f;
}

.profile-bullets li i{
  width: 18px;
  color: #5735ad!important;
}

.btn-edit {
  position: absolute;
  top: 0px;
  right: 15px;
}

.recommendations blockquote {
  position: relative;
  text-align: center;
  background-color: rgba(153,50,204,.2);
  width: 94%;
  margin-left: 3%;
  color: #8B8B8B;
  font-size: .9rem;
  border-radius: 5px;
}

.recommendations blockquote:before {
    content:"\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.1rem;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #5735ad;
    position: absolute;
    left: 7px;
    top: 4px;
}

.recommendations blockquote:after {
    content:"\f10e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.1rem;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #5735ad;
    position: absolute;
    right: 7px;
    bottom: 34px;
}

p.five-star-heading{
  color: #5735ad;
  font-family: fivoSansRegular;
  letter-spacing: 0px;
  font-size: 15px;
  margin-bottom: 10px;
  padding: 5px;
}

.recommendations footer{
  color: #1d1d3f;
}

.profile-actions p {
  margin-bottom: .3rem;
}

.profile-actions p .btn {
  width: 100%;
  max-width: 12rem;
  text-transform: uppercase;
  font-size: 14px;
  font-family: sugoRegular;
  letter-spacing: 1px;
}

.profile-actions p .btn:hover{
  color: #1d1d3f !important;
}

.profile-ratings .fa-star {
  color: #8B8B8B;
}

.profile-ratings .fa-star.checked {
  color: #FFC400;
}


.documents-handle {
  width: 80px;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
}

.documents-handle .btn {
  margin-top: -20px;
  font-size: 1.7rem;
}

@media (max-width: 576px) {
  .profile-bullets li {
    width: 100%;
  }

  .profile-bullets-container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .content-wrapper {
    margin-bottom: 5rem;
  }
}

@media (max-width: 767px) {
  body.candidate .content-wrapper{
    width: 100%;
    float: none;
    padding-right: 0px;
  }

  .profile-bullets-container{
    padding-left: 0px !important;
    margin-top: 16px;
  }

  .profile-bullets-container .col-12 {
    display: inline-block;
    max-width: 50%;
    padding-left: 0px !important;
    margin-top: 0;
  }

  .profile-actions {
    float: right;
    text-align: right !important;
  }

  ul.list-inline.profile-bullets {
    width: 50%;
    display: inline-block;
    border-bottom: none;
    float: left;
  }

  .profile-ratings {
    display: inline-block;
    float: left;
    margin-top: -19px;
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .profile-bullets-container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .content-section .btn-edit {
    margin-right: 10px;
  }
}

@media (max-width: 624px) {
  .profile-actions p .btn {
    max-width: 9rem;
  }

  ul.list-inline.profile-bullets {
    width: 40%;
  }

  .profile-ratings {
    margin-top: -29px;
  }

  .profile-ratings img{
    width: 60px !important;
  }

  .profile-ratings .fa-star.checked {
    font-size: 12px;
  }
}

@media (max-width: 430px){
  .profile-actions p .btn {
    max-width: 8rem !important;
    font-size: 13px !important;
  }

  ul.list-inline.profile-bullets {
    width: 65%;
  }

  .profile-ratings {
    margin-top: 137px;
    position: absolute;
    right: -82%;
  }
}
