@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
h1, h2, h3, h4, h5, h6{
    font-family: "Montserrat", sans-serif !important;
    color: #3A3A3A;
}
p, ul li {
    font-family: "Montserrat", sans-serif !important;
    color: #838383;
}

p{
    text-align: justify;
    font-size: 14px;
}

.profile-left img{
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 10%;
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.profile-left h2{
    font-size: 32px;
    text-align: center;
}

.profile-left .btn{
    width: 110px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 15px;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
}

.profile-left .centre {
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-left table{
    /**
    margin: 10px;
    padding: 0 50px;
     */
    margin-top: 20px;
    border-bottom: 1px solid rgba(0,40,100,.12);
}

.profile-right, .profile-left, .profile-centre{
    padding: 20px !important;
    min-height: 600px;
}

.alert-danger ul li {
    color: #ffffff !important;
}

