#student-information {
    border: 1px solid #ddd;
    padding: 8px;
    margin-bottom: 10px;
    background-color: #f9f9f9;
}

#student-information-title {
    background-color: #007bff;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
}

#student-information-body {
    font-size: 14px;
    line-height: 1.5;
    color: #555;
}

#student-information-bio {
    color: #333;
}

#student-information-details {
    color: #555;
}

#student-information-fullname {
    color: #333;
}

#student-information-mobile,
#student-information-email,
#student-information-location {
    color: #555;
}

#student-information-education {
    color: #555;
}

#student-information-work {
    color: #555;
}

#student-information-social {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#student-information-social li {
    display: inline-block;
    margin-right: 10px;
}

#student-information-social li a {
    color: #555;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

#student-information-social li a:hover {
    color: #fff;
    background-color: #007bff;
}

#student-information-social .fa {
    color: #555;
}

#student-information-social .fa:hover {
    color: #fff;
}

/* STUDENT-PROFILE */

.profile-user-box.student-profile {
    background-color: #f5f5f5;
    padding: 20px;
}

.student-profile-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.student-awards.student-profile {
    margin-top: 10px;
    font-size: 14px;
}

.student-awards.student-profile::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;

    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px;
    vertical-align: middle;
}

.edit-profile-button.student-profile {
    margin-top: 10px;
}

.edit-profile-button.student-profile .btn {
    color: #fff;
    background-color: #5e72e4;
    border-color: #5e72e4;
}

.edit-profile-button.student-profile .btn:hover {
    background-color: #4054b2;
    border-color: #4054b2;
}

.edit-profile-button.student-profile .btn i {
    margin-right: 5px;
}

/* REMARKS */

.inbox-widget.student-remark {
    margin-top: 20px;
    max-height: 200px;
    overflow-y: auto;
}


.card-box.student-remark {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 15px;
}

.ribbon.student-remark {
    background-color: #3bafda;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
    position: absolute;
    top: -10px;
    right: -10px;
}

.inbox-widget.student-remark {
    margin-top: 20px;
    max-height: 200px;
    overflow-y: auto;
}

.inbox-item-student-remark {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.inbox-item-img-student-remark {
    float: left;
    margin-right: 10px;
}

.image-student-remark {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.inbox-item-author-student-remark {
    font-weight: bold;
    margin-bottom: 5px;
}

.inbox-item-text-student-remark {
    margin-bottom: 5px;
}

.inbox-item-date-student-remark {
    color: #999;
    margin-bottom: 5px;
}

.btn-reply-student-remark {
    margin-top: 5px;
}


/* Styling for progress-stats class */
.progress-stats {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
}

.progress-stats h6 {
    color: #888;
    font-size: 14px;
}

.progress-stats h2 {
    font-size: 30px;
    margin-bottom: 10px;
}

.progress-stats .badge {
    font-size: 12px;
    padding: 4px 8px;
    margin-right: 5px;
}

.progress-stats .text-muted {
    font-size: 12px;
}

/* Styling for progress-stats IDs */
#personal-info {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
}

#personal-info p {
    font-size: 14px;
    margin-bottom: 5px;
}

#personal-info strong {
    font-weight: bold;
}

#personal-info .social-links {
    margin-top: 10px;
}

#personal-info .social-links .fa {
    font-size: 16px;
    margin-right: 5px;
}

/* Styling for progress-stats IDs within tables */
#primary-scores,
#secondary-scores,
#tertiary-scores {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
}

#primary-scores table,
#secondary-scores table,
#tertiary-scores table {
    width: 100%;
    border-collapse: collapse;
}

#primary-scores th,
#primary-scores td,
#secondary-scores th,
#secondary-scores td,
#tertiary-scores th,
#tertiary-scores td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

#primary-scores th {
    background-color: #f5f5f5;
    font-weight: bold;
}

#primary-scores td,
#secondary-scores td,
#tertiary-scores td {
    vertical-align: middle;
}

#primary-scores .label,
#secondary-scores .label,
#tertiary-scores .label {
    font-size: 12px;
    padding: 4px 8px;
    margin-right: 5px;
}

#primary-scores button,
#secondary-scores button,
#tertiary-scores button {
    font-size: 12px;
    padding: 4px 8px;
}
