﻿.modal-body {
    display: flex;
}

    .modal-body img {
        height: 110px;
        width: 120px;
        border-radius: 60px;
    }

.profile-details {
    display: grid;
    padding-left: 30px;
    margin-top: 20px;
}

    .profile-details span {
        font-weight: bold;
        color: black;
    }

.content-main nav {
    top: 0;
    z-index: 10;
    position: fixed;
    margin-left: 0;
    width: 82.5%;
}

.form-inline{
    margin-top:30px;
}

.card-body{
    margin-top: 20px;
}