/**'Roboto'**/
@import url('https://fonts.google.com/specimen/Roboto?stroke=Sans+Serif');


*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}
body
{
    background: #f3f4f8;
    color: #374049;
}
.wrapper
{
    position: fixed;
    left: 0;
    width: 250px;
    height: 100%;
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.06);
}
.wrapper .navbar
{
    position: relative;
}
.title-1
{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 20px;
    font-style: normal;
    margin-top: 16px;
    color: #374049;
    text-align: center;
    font-family: 'Roboto', sans-serif;

}
.wrapper .navbar .profile_wrap
{
    padding: 25px;
    text-align: center;
}
.wrapper .navbar .profile_wrap .profile_img
{
    width: 70px;
    margin: 0 auto 10px;
    display: block;
}
.wrapper .navbar .profile_wrap .profile_img img
{
    width: 100%;
}
.wrapper .navbar .profile_wrap .profile_info .name
{
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 800;
    color: #30373f;
}
.wrapper .navbar .profile_wrap .profile_info .role
{
    font-weight: 600;
    font-size: 15px;
    color: #90959b;
}

.wrapper .navbar ul
{
    padding: 10px 30px;
}
.wrapper .navbar ul li > a
{
    display: block;
    position: relative;
    font-size: 30px;
    padding: 20px;
    height: 50px;
    color: #9ca0a5;
    font-weight: 600;
    transition: all 1s ease;
}

.wrapper .navbar ul li a > span
{
    display: inline-block;
}

a.active .title_2,
a:hover .title_2
{
    color: #374049;
    font-weight: 600;
}


.title_1{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 16px;
}

.body-title{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 16px;
    margin-bottom: 100px;
}

p{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    color:#374049;
    margin-top: 16px;
    margin-left: 300px;
    margin-right: 300px;
    margin-bottom: 16px;
}

h3{
    text-align: center;
}

.center{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 50%;
}


