/* profile-area */
.profile-area-in {
    transform: translateY(-80px); 
    border-radius: 3px;
    margin-bottom: -35px;
} 
.profile-area-top {
    background: #fff;
    margin-bottom: 40px;
    padding: 25px 15px;
}
.profile-area-top-image {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}
.profile-area-top-right {
    text-align: right;
}
.profile-area-top-right i {
    padding-left: 5px;
}
.profile-area-bottom-left-top {
    margin-bottom: 20px;
}
/* .profile-top-edit-btn .ant-btn > span { 
    color: rgba(0,0,0,0.8);
} */
.profile-middle {
    margin: 30px 0;
}
.profile-middle h2 {
    color: #004165;
}
.profile-bottom li.list-group-item {
    border: 0;
    font-size: 17px;
    padding: 12px;
    cursor: pointer;
}
.profile-bottom li.list-group-item:hover, .profile-bottom li.list-group-item:focus {
    color: #004165;
    font-weight: 500;
}
.profile-bottom li.list-group-item:first-child {
    padding-left: 0;
}
.profile-area-top-right-edit-btn button.ant-btn, .profile-area-top-right-edit-btn .ant-btn > span{
    color: #004165;
}
.profile-area-top-right-edit-btn button.ant-btn:hover >  {
    color: #ff9d00;
    border-color: #ff9d00;
}
.profile-area-bottom-left i {
    display: inline-flex;
}
.profile-area-bottom-right-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
/* ------------antd-profile------------- */
.site-description-item-profile-wrapper {
    margin-bottom: 7px;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    line-height: 1.5715;
  }
  
  [data-theme='compact'] .site-description-item-profile-wrapper {
    font-size: 12px;
    line-height: 1.66667;
  }
  
  p.site-description-item-profile-p {
    display: block;
    margin-bottom: 16px;
    color: rgba(0, 0, 0, 0.85);
    font-size: 16px;
    line-height: 1.5715;
  }
  
  [data-theme='compact'] .ant-drawer-body p.site-description-item-profile-p {
    font-size: 14px;
    line-height: 1.66667;
  }
  
  .site-description-item-profile-p-label {
    display: inline-block;
    margin-right: 8px;
    color: rgba(0, 0, 0, 0.85);
  }
/* ------------end antd-profile------------- */



/* end profile-area */



/* Responsive */

/* X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .profile-area-in {
        transform: translateY(-35px);
    }
    .profile-area-top-image {
        width: 100%;
        height: inherit;
    }
    .profile-area-top-right {
        text-align: center;
        margin-top: 15px;
    }
    .profile-middle {
        margin-bottom: 0;
    }
}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .profile-area-top-image {
        width: 120px;
        height: 120px; 
    }
    .profile-middle {
        margin: 10px 0; 
    }
    .profile-area-top {
        background: #fff;
        margin-bottom: 20px;
        padding: 15px;
    }
}

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    
}

/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
    
}

/* X-Large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) {
    
}

/*
XX-Large devices (larger desktops)
 No media query since the xxl breakpoint has no upper bound on its width
*/
