/* Account page */

.profile-wrapper {
    padding: 0 30px 0 30px;
}
.profile-section-bar {
    height: calc(100vh - 63px);
}

.profile-border {
    border-left: 1px solid #e6e6e6;
}

.user-profile {
    margin-top: 59px;
}

.user-profile img {
    margin: 0 auto;
    border-radius: 100px;
    padding: 3px;
    border: 1px solid #E6E6E6;
}

.user-profile figcaption {
    margin-top: 16px;
    font-size: 20px;
    line-height: 27px;
}

.user-auth {
    margin-top: 30px;
}

.user-auth li:last-child a{
    margin-bottom: 10px;
}

.user-auth li a {
    font-size: 14px;
    gap: 16px;
    padding: 15px 16px;
    margin-bottom: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.user-auth li a.active {
    background-color: #f4f4f4;
}

.user-auth li a.active i,
.user-auth li a i.hvr{
    display: none;
}

.user-auth li a.active i.hvr{
    display: block;
}

.user-info,
.delete-user {
    padding-top: 50px;
    padding-left: 30px;
    padding-bottom: 30px;
    padding-right: 10px;
}

.business-header {
    min-width: 150px;
    text-align: left;
    max-width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.user-info ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
}

.user-info ul li {
    width: 33.33%;
}

.business-body .user-info ul {
    gap: 5px;
}

.business-body .user-info ul li {
    width: 49%;
}

.business-body .user-info ul li .student-name {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.user-info h3 {
    font-size: 26px;
    line-height: 35px;
    font-weight: 600;
}

/* Change password */

.profile-wrapper .lesson-start-end {
    display: flex;
    justify-content: flex-end;
    gap: 24px;
    margin-top: 40px;
}

.profile-wrapper .form-group label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #434343;
}

/* delete accounts */

.delete-user h3{
    margin-top: 30px;
    font-size: 16px;
    line-height: 28px;
}

.delete-user p {
    margin-top: 16px;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 28px;
}

/* 404 page css */

.four-o-four-right-section .desktop-title,
.four-o-four-right-section .mobile-title{
    display: none;
} 
.border-404 {
    padding: 24px 0;
}

.server_404 {
    padding: 80px 0;
    border: 1px solid #E6E6E6;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    border-radius: 10px;
}



.server_404 img {
    max-width: 449px;
    width: 100%;
}

.server_404 h2 {
    padding-top: 50px;
    padding-bottom: 10px;
}

.server_404 p {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 40px;
}

/* 505 error */

.server-505-main {
    padding: 100px 30px;
}

.server505 {
    margin: 0 auto;
    height: calc(100vh - 200px);
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
}



/* Account deleted confiremd */

.modal-dialog.delete-user-modal {
    max-width: 1114px;
    margin-right: auto;
    margin-left: auto;
}

.delete-user-modal .server_404 h2 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.account-deleted-confirmed {
    padding: 100px 30px;
}

.account-deleted-confirmed_inner {
    margin: auto;
    height: auto;
    padding: 178px 167px;
    justify-content: center;
    background: #fff;
    width: 100%;
}

.account-deleted-confirmed img {
    width: 100%;
    max-width: 128px;
}

.account-deleted-confirmed h2 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.account-deleted-confirmed p {
    margin-bottom: 0;
}

.delete-user-modal .server_404 img {
    max-width: 128px;
    width: 100%;
}


/* *********************** */
/* Responsive Media Queris */
/* *********************** */
@media only screen and (max-width: 1400px) {
    .account-deleted-confirmed_inner {
        padding: 140px 100px;
        
    }
}

@media only screen and (max-width: 1199px) {

    .user-info ul li {
        width: 50%;
    }
}


@media only screen and (max-width: 991px) {
    .profile-border {
        border-left: none;
    }

    .user-profile {
        margin-top: 30px;
    }

    .user-profile img {
        margin-right: auto;
        margin-left: 0;
    }

    .user-profile figcaption {
        text-align: left;
    }

    .user-info,
    .delete-user {
        padding-left: 0;
        padding-top: 10px;
    }

    .profile-section-bar {
        border-right: none;
        height: auto;
    }

    .user-auth li a {
        border-radius: 10px;
    }

    .user-info h3 {
        font-size: 24px;
    }

    .server_404 p {
        text-align: center;
        padding: 0 10px;
    }

}

@media only screen and (max-width: 575px) {

    .user-info ul {
        row-gap: 5px;
    }

    .user-info ul li {
        width: 100%;
        border-bottom: 1px solid #e6e6e6;
    }


    .border-404 {
        padding-left: 0;
        padding-right: 0;
    }

    .server_404 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
      
    .server_404 img {
        max-width: 290px;
        width: 100%;
    }

    .server_404 h2 {
        font-size: 24px;
        text-align: center;
    }

    .server_404 p {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    .business-body .user-info ul li {
        width: 100%;
        padding-bottom: 5px;
    }
}

@media only screen and (max-width: 480px) {
    .user-info h3 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 375px) {
    .server_404 a {
        padding: 8px 8px;
        font-size: 14px;
    }

    
    .server_404 img {
        max-width: 240px;
    }
}


   