.user-profile-sec {
    border-radius: 12px;
    background-image: radial-gradient(circle at -37% 50%, #07458f, rgba(0, 69, 143, 0) 108%);
    padding: 30px;

    .my-profile {
        width: 120px;
        height: 120px;


        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 50% !important;
        }
    }
}

.noti-box {
    border-radius: 13px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
    padding: 20px 10px;
    background-color: #fff;
}

.ant-form {
    .ant-upload-wrapper {

        display: flex;
        align-items: center;
        justify-content: center;

    }
}