.main-content {
    padding-bottom: 120px;
    /* padding-top: 70px; */
}
.profile-picture {
    padding: 35px 25px 15px 25px;
}
.profile-picture img {
    padding: 1px;
    background: #f1f1f1;
}
#upload-avator {
    position: absolute;
    bottom: 9px;
    right: 9px;
    cursor: pointer;
}
#upload-avator i {
    width: 26px;
    height: 26px;
    color: #fff;
    font-size: 14px;
    padding: 6px 4px;
    border: 0px solid #fff;
    background: #fff;
    border-radius: 50%;
    background: #157347;
}
.profile-picture .profile-name {
    margin-top: 20px;
}
.profile-picture .profile-mobile {
    margin-top: 3px;
}
.profile-verify {
    padding: 5px;
    border-radius: 5px;
    margin-top: 10px;
}
.font-16 {
    font-size: 16px !important;
}
.font-18 {
    font-size: 18px !important;
}
.left-menu-icon {
    width: 25px;
    display: inline-block;
}
.left-menu-icon i {
    font-size: 14px;
    color: #606268 !important;
}
.profile-verify a {
    font-size: 16px;
    color: #333;
}
.rounded-5 {
    border-radius: 5px;
}
.mygov-link {
    color: red;
}
#print-img {
    width: 23px;
}
.incomplete-print {
    display: none;
}

.profile-data {
    border: 1px solid #88cd8670;
    padding: 15px;
    border-radius: 5px;
    background: #fff;
}
.profile-data-lock {
    position: relative;
    height: 34px;
}
.profile-data-lock .fas {
    position: absolute;
    top: 8px;
    right: 10px;
    color: #a7aab1;
}
.sapn-source {
    display: block;
    font-size: 11px;
    color: #b2beb5;
}
.btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
}

footer.container-fluid.p-0 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
@media only screen and (max-width: 575px) {
    .main-content {
        padding-bottom: 200px;
    }
}
