.ProfileCanvasWrapper{
    padding: 0px !important;

}

/* TOP SECTION */
.ProfileCanvasWrapper .profile_top_section {
    padding: 25px;
  
    color: #fff;
    background: #191A15 0% 0% no-repeat padding-box;
    opacity: 1;
}

.ProfileCanvasWrapper .profile_left {
    display: flex;
    gap: 15px;
}

.ProfileCanvasWrapper .profile_img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.ProfileCanvasWrapper .profile_info {
    margin-top: 3px;
}

.ProfileCanvasWrapper .profile_name {
    font-size: 18px;
    color: #fff;
    margin: 0;
    font-weight: 600;
}

.ProfileCanvasWrapper .profile_email,
.ProfileCanvasWrapper .profile_phn {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.ProfileCanvasWrapper .close_btn {
    filter: invert(1);
    border: 2px solid #555;
    padding: 5px;
    border-radius: 50px;
    font-size: 12px;
}

/* CHANGE PHOTO */
.ProfileCanvasWrapper .edit_photo {
    text-align: right;
    margin-top: auto;
}

.ProfileCanvasWrapper .edit_photo a {
    text-decoration: underline;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

/* MENU */
.ProfileCanvasWrapper .profile_menu {
    padding: 20px 25px;
}

.ProfileCanvasWrapper .menu_item {
    padding: 10px 21px;
    border-bottom: 2px solid #D2D2D2;
    cursor: pointer;
}

.ProfileCanvasWrapper .menu_item p {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    letter-spacing: 0px;
    color: #191A15;
    text-transform: capitalize;
    opacity: 1;
}

/* LOGOUT COLOR */
.ProfileCanvasWrapper .logout_item {
    border-bottom: none;
    color: #d20000;
    font-weight: 600;
}

