input.is-invalid {
    border-color: red !important;
}
.invalid-feedback {
    display: block;
    font-size: 90%;
}
.admin-img{
    width: 12%;
}
.header-main-menu .navbar-nav .header-admin .navbar-nav-link .admin-img img {
    width: 307px;
}
.header-main-menu .navbar-nav .header-admin .navbar-nav-link .admin-title {
    width: 100%;
}
.dashboard-card-ten .card-body .student-info .media .item-img {
    background-color: #ffffff00;
}
.select2-container .select2-selection--single {
    height: auto !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
}
span.required{
    color: red;
}
.account-settings-box .user-details-box .item-img {
    width: 300px;
    text-align: center;
}
span.select2-selection.select2-selection--multiple {
    height: 50px !important;
    border-color: #aaaaaa !important;
}
.no-padding {
    padding: 0;
    overflow: hidden;
}
.list-content {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;*/
    width: 100%;
}
.error {
    color: red;
}
.text-blue {
    color: #0678be !important;
}
.border-outline-blue {
    border: 1px solid #0678be;
}
.info-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.info-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid #f7f7f7;
}

.info-label {
  font-weight: 500;
  color: #555;
  min-width: 120px;
}

.info-value {
  font-weight: 600;
  color: #333;
}
.profile-wrapper{
        padding: 10px 0 25px;
    }

    .profile-card{
        background: #fff;
        border-radius: 22px;
        overflow: hidden;
        box-shadow: 0 10px 35px rgba(0,0,0,0.06);
        border: none;
    }

    .profile-cover{
           height: 103px;
    background: #0a0f2e;
        position: relative;
    }

    .profile-top{
        position: relative;
        padding: 0 35px 35px;
        margin-top: -70px;
    }

    .profile-avatar-wrap{
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        flex-wrap: wrap;
        gap: 15px;
    }

    .profile-avatar{
        position: relative;
        width: 140px;
        height: 140px;
        border-radius: 22px;
        overflow: hidden;
        border: 6px solid #fff;
        background: #f8f9fa;
        box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    }

    .profile-avatar img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .camera-btn{
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 10px 16px;
        border-radius: 12px;
        background: #0d6efd;
        color: #fff !important;
        font-size: 13px;
        font-weight: 600;
        text-decoration: none !important;
        transition: .3s ease;
    }

    .camera-btn:hover{
        background: #0b5ed7;
    }

    .profile-name{
        margin-top: 22px;
    }

    .profile-name h2{
        font-size: 30px;
        font-weight: 700;
        color: #1f2937;
        margin-bottom: 6px;
    }

    .profile-id{
        color: #6b7280;
        font-size: 14px;
    }

    .profile-badges{
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        margin-top: 18px;
    }

    .custom-badge{
        padding: 8px 16px;
        border-radius: 50px;
        font-size: 13px;
        font-weight: 600;
    }

    .badge-active{
        background: rgba(25, 135, 84, .15);
        color: #198754;
    }

    .badge-disabled{
        background: rgba(220, 53, 69, .15);
        color: #dc3545;
    }

    .badge-class{
        background: rgba(13, 110, 253, .12);
        color: #0d6efd;
    }

    .profile-grid{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 22px;
        margin-top: 30px;
    }

    .info-card{
        background: #fff;
        border-radius: 18px;
        padding: 24px;
        border: 1px solid #eef1f7;
        height: 100%;
    }

    .info-card h4{
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 20px;
        color: #111827;
    }

    .info-list{
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .info-item{
        display: flex;
        justify-content: space-between;
        gap: 15px;
        border-bottom: 1px dashed #e5e7eb;
        padding-bottom: 12px;
    }

    .info-item:last-child{
        border-bottom: none;
        padding-bottom: 0;
    }

    .info-label{
        color: #6b7280;
        font-weight: 600;
        min-width: 130px;
    }

    .info-value{
        color: #111827;
        font-weight: 600;
        text-align: right;
        word-break: break-word;
    }

    .profile-meta{
        margin-top: 12px;
        color: #9ca3af;
        font-size: 12px;
    }

    .account-btn {
    border: none;
    background: #007b52;
    color: #fff;
    padding: 6px 11px;
    border-radius: 12px;
    font-weight: 400;
    transition: .3s ease;
    font-size: 12px;
}

    .account-btn:hover{
        opacity: .92;
    }

    .modal-content{
        border-radius: 18px;
        border: none;
    }

    .modal-header{
        border-bottom: 1px solid #f1f1f1;
    }

    .modal-title{
        font-weight: 700;
    }

    @media(max-width: 768px){
        .profile-top{
            padding: 0 20px 25px;
        }

        .profile-name h2{
            font-size: 24px;
        }

        .info-item{
            flex-direction: column;
        }

        .info-value{
            text-align: left;
        }
    }