.navbar-custom{

    background:#fff;

    height:70px;

    padding:0 25px;

    display:flex;

    align-items:center;

    justify-content:space-between;

    box-shadow:0 2px 10px rgba(0,0,0,.05);

}

.navbar-left{

    display:flex;

    align-items:center;

}

.page-title{

    font-size:22px;

    font-weight:600;

    color:#212529;

    line-height:1.2;

}

.page-subtitle{

    font-size:12px;

    color:#6c757d;

}

.navbar-right{

    display:flex;

    align-items:center;

}

/* USER */

.user-dropdown{

    border:none;

    background:none;

    display:flex;

    align-items:center;

    gap:12px;

}

.user-avatar{

    width:42px;

    height:42px;

    border-radius:50%;

    background:#1976D2;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-weight:600;

}

.user-info{

    text-align:left;

}

.user-name{

    font-size:14px;

    font-weight:600;

    color:#212529;

}

.user-role{

    font-size:12px;

    color:#6c757d;

}