.account-page {
    margin-top: 35px;
}
.acount-left {
    width: 300px;
}
.acount-right {
    width: calc(100% - 320px);
}

.person-detail {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
}
.dp-img {
    width: 135px;
    height: 135px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.dp-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.person-detail h2 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #424242;
    margin-bottom: 22px;
}
.person-detail ul li:not(:last-child) {
    margin-bottom: 20px;
}
.person-detail ul li p:hover{
    cursor: pointer;
    color: rgb(0, 127, 101);
}
.username{
    color: rgb(3, 134, 108);
    font-weight: 700;
    font-size: 14px;
}
.remove-account{
    height: 30vh;
    /* justify-content: center;
    align-items: center; */
}
.pass{
    width: 48%;
}
.account-box {
    margin-bottom: 88px;
}
.sweeps{
    width: 25%;
    background-color: #fbfaec;
    border-radius: 10px;
}
.account-box .sweeps h1 {
    font-size: 26px;
    font-weight: bold;
    color: #424242;
}
.mission p{
    font-weight: 500;
    font-size: 17px;
    color: #424242;
}
.mission-heading{
    font-weight: 700;
    margin-bottom: 60px;
    color: #424242;
}
.account-box .sweeps p {
    font-size: 14px;
    font-weight: bold;
    color: #424242;
}
 .icons{
    
    font-size: 22px;
    align-items: center;
    margin-bottom: 5px;
    margin-right: 20px;
    margin-left: -15px ;
}
.username2{
    color: #0e8444;
    font-weight: 700;
    font-size: 20px;
}
.person-detail ul li p {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 600;
    color: #4f4e4e;
    padding-left: 17px;
}
.acount-right .form-banner {
    padding: 28px 25px 28px;
}
.acount-right .form input.form-control {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    color: #424242;
    font-weight: 500;
}
.acount-right .form .input-group .mb-4 {
    margin-bottom: 33px !important;
}
.acount-right .form .input-group .w-49 {
    width: 48.2%;
}
.acount-right .form .w-20 {
    width: 23%;
}
.acount-right .form textarea {
    min-height: 196px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    color: #424242;
    font-weight: 700;
}
.acount-right .btn-list {
    margin: 60px 0 20px;
}
.acount-right .btn-list button {
    display: inline-block;
    padding: 10px 59px;
}
.account-bottom-remove {
    height: auto;
    align-items: center;
    padding-bottom: 60px;
}
.account-bottom-remove h5 {
    width: calc(100% - 260px);
    text-align: end;
    font-size: 18px;
    font-weight: 700;
    color: #424242;
}
.account-bottom-remove h5 a {
    color: #e11e2c;
}
.account-bottom-remove .account-baba {
    width: 260px;
}