.navbar-custom{
    height: 45px;
}

.content-page{
    margin-top: 45px;
}

.navbar-custom .button-menu-mobile{
    line-height: 45px;
    height: 45px;
}

.navbar-custom .topnav-menu .nav-link{
    line-height: 45px;
    max-height: 55px;
}

.page-title-box{
    margin-bottom: 20px;
}

.page-title-box .page-title{
    line-height: 45px;
}

.authentication-bg {
    background-color: #2b3d51;
}

.account-card-box .card {
    border: none;
}


/*========== Invoice-view page css & print css ======== */
@media print {
    #button_row{
        display: none;
    }
}
/* end Invoice-view page css */