/* _content/WebAppPGC/Views/Shared/Layouts/VeriFactuLayout.cshtml.rz.scp.css */
/* Estils originals */
a.navbar-brand[b-lcegluxxk3] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}


.nav-pills .nav-link.active[b-lcegluxxk3], .nav-pills .show > .nav-link[b-lcegluxxk3] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}



button.accept-policy[b-lcegluxxk3] {
    font-size: 1rem;
    line-height: inherit;
}

.footer[b-lcegluxxk3] {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

/* Estils per al sidebar */
.sidebar[b-lcegluxxk3] {
    width: 200px;
    height: 100%;
    
    position: fixed;
    z-index: 1000;
    overflow-y: auto;
    background-color: #f8f9fa;
}

.sidebar .nav-link[b-lcegluxxk3] {
    padding: 10px 20px;
    font-size: 1rem;
    color: #333;
    font-weight: 500; /* Medium per als menús */
}

.sidebar .nav-link:hover[b-lcegluxxk3] {
    background-color: #f1f1f1;
}

.sidebar .nav-link.dropdown-toggle[b-lcegluxxk3]::after {
    float: right;
    margin-top: 8px;
}

.sidebar .nav .nav[b-lcegluxxk3] {
    background-color: #e9ecef;
}



/* Ajustar el contingut principal */
main[b-lcegluxxk3] {
    margin-left: 210px;
    margin-top: 45px;
}

/* Asegurar que la barra superior tingui l'alçada correcta */
header[b-lcegluxxk3] {
   
}

/* Centrar verticalment els elements de la barra superior */
header .row[b-lcegluxxk3] {
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
}

/* Forçar els botons i el desplegable 10px cap amunt */
header .btn-primary[b-lcegluxxk3],
header .dropdown-toggle[b-lcegluxxk3] {
   
    line-height: 1.5;
    padding: 0.25rem 0.75rem;
    margin: 0;
}

/* Ajustar el navbar-brand perquè també estigui centrat */


/* Assegurar que el botó hamburguesa sigui visible en mòbil */
header .navbar-toggler[b-lcegluxxk3] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 0.25rem;
    z-index: 1100;
    transform: translateY(0px);
}

header .navbar-toggler-icon[b-lcegluxxk3] {
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}




/* Font específica per als menús i elements de navegació */
.nav-link[b-lcegluxxk3],
.dropdown-item[b-lcegluxxk3] {
    font-family: "Inter", sans-serif;
    font-weight: 500; /* Medium per als menús */
}

/* Font per als botons */


/* Font per al desplegable de l'usuari */
header .dropdown-toggle[b-lcegluxxk3],
header .dropdown-item[b-lcegluxxk3] {
    font-family: "Inter", sans-serif;
    font-weight: 500; /* Medium */
}
/* Header responsive */
header.fixed-top[b-lcegluxxk3] {
    height: auto;
    
}

/* Ajustos per al títol en mòbil */
.navbar-brand h3[b-lcegluxxk3] {
    margin: 0;
    font-size: 1.25rem;
}

/* Espaiat entre files en mòbil */
header .row:first-child[b-lcegluxxk3] {
    border-bottom: 1px solid #dee2e6;
}

/* Botó hamburguesa alineat a la dreta */
.navbar-toggler[b-lcegluxxk3] {
    margin-left: auto;
}

/* Ajustos per als botons en mòbil */

@media (max-width: 991.98px) {
    .sidebar[b-lcegluxxk3] {
        position: fixed;
        top: 80px;
        left: 0;
        width: 200px;
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
    }

        .sidebar.show[b-lcegluxxk3] {
            transform: translateX(0);
        }

    main[b-lcegluxxk3] {
        margin-left: 0 !important;
        margin-top: 90px !important;
    }
}


@media (max-width: 991.98px) {
    #empresaBtn[b-lcegluxxk3], #exerciciBtn[b-lcegluxxk3] {
        font-size: 0.875rem;
        padding: 0.25rem 0.5rem;
    }

    .dropdown-toggle[b-lcegluxxk3] {
        font-size: 0.875rem;
        padding: 0.25rem 0.5rem;
    }
}
/* _content/WebAppPGC/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Estils originals */
a.navbar-brand[b-3to3ur0oss] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}


.nav-pills .nav-link.active[b-3to3ur0oss], .nav-pills .show > .nav-link[b-3to3ur0oss] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}



button.accept-policy[b-3to3ur0oss] {
    font-size: 1rem;
    line-height: inherit;
}

.footer[b-3to3ur0oss] {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

/* Estils per al sidebar */
.sidebar[b-3to3ur0oss] {
    width: 200px;
    height: 100%;
    
    position: fixed;
    z-index: 1000;
    overflow-y: auto;
    background-color: #f8f9fa;
}

.sidebar .nav-link[b-3to3ur0oss] {
    padding: 10px 20px;
    font-size: 1rem;
    color: #333;
    font-weight: 500; /* Medium per als menús */
}

.sidebar .nav-link:hover[b-3to3ur0oss] {
    background-color: #f1f1f1;
}

.sidebar .nav-link.dropdown-toggle[b-3to3ur0oss]::after {
    float: right;
    margin-top: 8px;
}

.sidebar .nav .nav[b-3to3ur0oss] {
    background-color: #e9ecef;
}



/* Ajustar el contingut principal */
main[b-3to3ur0oss] {
    margin-left: 210px;
    margin-top: 45px;
}

/* Asegurar que la barra superior tingui l'alçada correcta */
header[b-3to3ur0oss] {
   
}

/* Centrar verticalment els elements de la barra superior */
header .row[b-3to3ur0oss] {
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
}

/* Forçar els botons i el desplegable 10px cap amunt */
header .btn-primary[b-3to3ur0oss],
header .dropdown-toggle[b-3to3ur0oss] {
   
    line-height: 1.5;
    padding: 0.25rem 0.75rem;
    margin: 0;
}

/* Ajustar el navbar-brand perquè també estigui centrat */


/* Assegurar que el botó hamburguesa sigui visible en mòbil */
header .navbar-toggler[b-3to3ur0oss] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 0.25rem;
    z-index: 1100;
    transform: translateY(0px);
}

header .navbar-toggler-icon[b-3to3ur0oss] {
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}




/* Font específica per als menús i elements de navegació */
.nav-link[b-3to3ur0oss],
.dropdown-item[b-3to3ur0oss] {
    font-family: "Inter", sans-serif;
    font-weight: 500; /* Medium per als menús */
}

/* Font per als botons */


/* Font per al desplegable de l'usuari */
header .dropdown-toggle[b-3to3ur0oss],
header .dropdown-item[b-3to3ur0oss] {
    font-family: "Inter", sans-serif;
    font-weight: 500; /* Medium */
}
/* Header responsive */
header.fixed-top[b-3to3ur0oss] {
    height: auto;
    
}

/* Ajustos per al títol en mòbil */
.navbar-brand h3[b-3to3ur0oss] {
    margin: 0;
    font-size: 1.25rem;
}

/* Espaiat entre files en mòbil */
header .row:first-child[b-3to3ur0oss] {
    border-bottom: 1px solid #dee2e6;
}

/* Botó hamburguesa alineat a la dreta */
.navbar-toggler[b-3to3ur0oss] {
    margin-left: auto;
}

/* Ajustos per als botons en mòbil */

@media (max-width: 991.98px) {
    .sidebar[b-3to3ur0oss] {
        position: fixed;
        top: 80px;
        left: 0;
        width: 200px;
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
    }

        .sidebar.show[b-3to3ur0oss] {
            transform: translateX(0);
        }

    main[b-3to3ur0oss] {
        margin-left: 0 !important;
        margin-top: 90px !important;
    }
}


@media (max-width: 991.98px) {
    #empresaBtn[b-3to3ur0oss], #exerciciBtn[b-3to3ur0oss] {
        font-size: 0.875rem;
        padding: 0.25rem 0.5rem;
    }

    .dropdown-toggle[b-3to3ur0oss] {
        font-size: 0.875rem;
        padding: 0.25rem 0.5rem;
    }
}
