#user_index {

    .card {
        border-radius: 1.25rem;
        transition: transform 0.3s ease;
    }
    
    .card-title {
        font-size: 1.1rem;
        font-weight: 600;
        color: #495057;
    }
    
    .progress {
        background-color: #f0f2f5;
        box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
    }
    
    .card-hover:hover {
        transform: translateY(-2px);
        transition: transform 0.2s;
        box-shadow: 0 6px 12px rgba(0,0,0,.08);
    }
    
    .badge {
        font-size: 0.8em !important;
        padding: 0.35em 0.65em;
        letter-spacing: 0.5px;
    }
    
    .bg-gradient {
        background-image: linear-gradient(135deg, #6f42c1 0%, #9b51e0 100%);
    }
    
    .btn {
        transition: all 0.2s;
        font-size: 0.875rem;
    }
    
    .rounded-circle {
        box-shadow: 0 2px 4px rgba(0,0,0,.1);
    }

    .text-purple {
        color: #6f42c1; /* 与进度条颜色保持一致 */
    }


    
}


section {
    padding: 30px 0;
}

div.tagsinput span.tag {
  border: 1px solid #dddddd;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  display: block;
  float: left;
  padding: 5px;
  text-decoration: none;
  background: #efefef;
  color: #333333;
  margin-right: 5px;
  margin-bottom: 5px;
  font-family: helvetica;
  font-size: 13px;
}

div.tagsinput span.tag a {
  font-weight: 700;
  color: #aaaaaa;
  text-decoration: none;
  font-size: 12px;
}


hr {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin: 30px 0;
}

.third-party-icon{
    width: 20px;
    height: 20px;
}

.third-party-icon.grayscale {
    filter: grayscale(100%);
}