/* 1.17 Profile */
.profile-widget {
  margin-top: 35px; }
  .profile-widget .profile-widget-picture {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    float: left;
    width: 100px;
    margin: -35px -5px 0 30px;
    position: relative;
    z-index: 1; }
  .profile-widget .profile-widget-header {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px; }
  .profile-widget .profile-widget-items {
    display: flex;
    position: relative; }
    .profile-widget .profile-widget-items:after {
      content: ' ';
      position: absolute;
      bottom: 0;
      left: -25px;
      right: 0;
      height: 1px;
      background-color: #f2f2f2; }
    .profile-widget .profile-widget-items .profile-widget-item {
      flex: 1;
      text-align: center;
      border-right: 1px solid #f2f2f2;
      padding: 10px 0; }
      .profile-widget .profile-widget-items .profile-widget-item:last-child {
        border-right: none; }
      .profile-widget .profile-widget-items .profile-widget-item .profile-widget-item-label {
        font-weight: 600;
        font-size: 12px;
        letter-spacing: .5px;
        color: #34395e; }
      .profile-widget .profile-widget-items .profile-widget-item .profile-widget-item-value {
        color: #000;
        font-weight: 600;
        font-size: 16px; }
  .profile-widget .profile-widget-description {
    padding: 20px;
    line-height: 26px; }
    .profile-widget .profile-widget-description .profile-widget-name {
      font-size: 16px;
      margin-bottom: 10px;
      font-weight: 600; }

@media (max-width: 575.98px) {
  .profile-widget .profile-widget-picture {
    left: 50%;
    transform: translate(-50%, 0);
    margin: 40px 0;
    float: none; }
  .profile-widget .profile-widget-items .profile-widget-item {
    border-top: 1px solid #f2f2f2; } }

  .select2-container .select2-selection--single{
    height: 45px !important;
  }

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px !important;
  }

  .select2-search--dropdown .select2-search__field{
    height: 45px !important;
  }


/*circulo de progreso */
.circle-bg{
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #E8ECEF;
  position: relative;
}
.circle-right, .circle-left, .mask-right, .mask-left{
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.circle-right, .circle-left{
  background: #5D78EE;
}
.mask-right, .mask-left{
  background: #E8ECEF;
}
.circle-right, .mask-right{
  clip: rect(0,100px,100px,50px);
}
.circle-left, .mask-left{
  clip: rect(0,50px,100px,0);
}

.circle-text{
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 24px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
}

.sidebar li a:hover {
  background-color: #007bff !important;
  color: #fff !important; 
} 
.sidebar li.active a {
  color: #172b4d !important;
  font-weight: 700 !important;
  background-color: #f6f9fc !important; 
  border-color: #e9ecef !important;
  box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08) !important;

}
    