
* {
    font-family: PT Sans !important;
}

.sidenav {
    height: 100%;
    width: 0%;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #FFFFFF;
    font-family: Calibri;
    font-style: normal;
    font-weight: bold;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 20px;
    box-shadow: grey -2px 0 37px 0;
}



    .sidenav a {
        color: #000000;
    }

    .sidenav .closebtn {
        position: absolute;
        right: 7px;
        font-size: 36px;
        margin-left: 50px;
        color: #2054AC;
    }

.imgside {
    float: left;
    margin-bottom: 1vw;
    width: 30%;
}

.pnav {
    font-family: Calibri;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    /* Agorz_blue */
    color: #2054AC;
}

#happy {
    position: absolute;
    margin-top: 10px;
    background: url(happy-1836445_1920.jpg);
}


#dav {
    font-family: Calibri;
    font-style: normal;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0;
}

.loc {
    float: left;
}

.home {
    font-family: Calibri;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 0;
}

.home_add {
    font-family: Calibri;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    color: #777777;
    padding: 5px;
}

.view_acc {
    font-family: Calibri;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    /* Agorz_blue */
    color: #2054AC;
}

.icons {
    margin-top: 5px;
}

.menu-item-main-text {
    font-family: Calibri;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    padding: 2px 0;
    margin-bottom: 0;
}

.line {
    margin-top: -80px;
}

.download {
    margin-left: 10px;
    font-size: 30px;
    line-height: 40px;
}

.freeapp {
    margin-left: 10px;
    font-size: 15px;
}

#ul-user-top-menu {
    list-style-type: none;
    padding-left: 10px;
}

    #ul-user-top-menu > li {
        float: left;
        width: 97%;
        line-height: 0px;
        margin: 5px 0 0;
        border-bottom: 1px solid gray;
        display: flex;
    }

    #ul-user-top-menu .personal-info-left {
        float: left;
        width: 12%;
    }

    #ul-user-top-menu .profile-picture {
        width: 54px;
        height: 54px;
        border: 1px solid lightgray;
        border-radius: 45px;
    }

    #ul-user-top-menu .personal-info-right {
        float: left;
        width: 80%;
    }

#ul-side-nav-bottom-menu {
    list-style-type: none;
    margin-top: 50px;
    float: left;
    width: 100%;
}

    #ul-side-nav-bottom-menu > li {
        float: left;
        width: 98%;
        line-height: 0px;
        margin: 10px 0 0;
        border-bottom: 1px solid gray;
    }

@media only screen and (max-width: 600px) {
    #ul-user-top-menu .personal-info-left {
        width: 25% !important;
    }

    #ul-user-top-menu .personal-info-right {
        width: 70% !important;
    }

    #ul-user-top-menu {
        padding: 0 5px !important;
    }
}
