/* /Components/FooterComponent.razor.rz.scp.css */
h4[b-6hl3q9cwln] {
    color: #3366CC;
    font-size: 20px;
    margin: 0;
}

h5[b-6hl3q9cwln] {
    color: #3366CC;
    font-size: 16px;
}

p[b-6hl3q9cwln] {
    color: #4B4B4B;
    font-family: 'Work Sans';
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 3px;
}


.content-footer-entity[b-6hl3q9cwln] {
    margin-top: 120px;
}

.logo-entity[b-6hl3q9cwln] {
    text-align: center;
    padding-left: 16px;
    padding-right: 0;
}

    .logo-entity img[b-6hl3q9cwln] {
        max-width: 200px;
    }


.card[b-6hl3q9cwln] {
    margin: -104px 25px 30px;
    padding: 50px 101px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    border: 2px solid #E5EEFB;
    border-radius: 10px;
}

.card-top[b-6hl3q9cwln] {
    margin: 0;
    display: flex;
    flex-direction: column
}

.card-title[b-6hl3q9cwln]{
    margin: 0;
}

.card-body[b-6hl3q9cwln] {
    padding: 0;
}

.card-content[b-6hl3q9cwln] {
    margin: 0;
}

.social-media[b-6hl3q9cwln] {
    padding: 37px 12px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px 20px;
    font-weight: 400;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
}

.card-bottom[b-6hl3q9cwln] {
    margin: 0;
}

.card-sede[b-6hl3q9cwln] {
    padding-bottom: 30px;
}

.card-content-sede[b-6hl3q9cwln] {
    padding: 0;
}

.card-content-contacto[b-6hl3q9cwln] {
    padding-left: 16px;
}

.enlaces-footer[b-6hl3q9cwln] {
    padding: 30px 0 0;
    font-weight: 400;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
}
.enlaces-footer a[b-6hl3q9cwln]{
    padding-right: 30px;
}

.linea-vertical[b-6hl3q9cwln] {
    border-left: 2px solid #ffffff;
    height: 68px;
}

.footer-co-gov[b-6hl3q9cwln]{
    padding: 0 150px;
}

.footer-co-gov img[b-6hl3q9cwln]{
    max-width: 75%;
    height: auto;
}


@media (max-width: 576px) {
    .card[b-6hl3q9cwln] {
        margin: -50px 25px 30px;
        padding: 25px 50.5px;
        z-index: 1;
        display: flex;
        flex-direction: column;
        border: 2px solid #E5EEFB;
        border-radius: 10px;
    }
    
}

@media (max-width: 992px){
    .logo-entity[b-6hl3q9cwln]{
        padding-top: 1rem;
    }
    .card-body[b-6hl3q9cwln] {
        padding: 30px 0 0;
    }
    .card-content-contacto[b-6hl3q9cwln] {
        padding-left: 0;
        padding-top: 30px;
    }
}
/* /Components/HeaderComponent.razor.rz.scp.css */
.header-co-gov[b-h9emu7fwkp] {
    padding: 0 86px 5px;
}

    .header-co-gov img[b-h9emu7fwkp] {
        max-width: 100%;
        height: auto;
    }

.header-entidades[b-h9emu7fwkp]{
    padding: 10px 86px;
    gap: 48px;
}

.header-entidades img[b-h9emu7fwkp]{
    max-width: 100%;
    height: auto;
    max-height: 48px;
}
/* /Components/InputComponent.razor.rz.scp.css */
body[b-f6nnh4qa93] {
}
/* /Components/PageLoadComponent.razor.rz.scp.css */
.cdspinner[b-j6ezlu4tfn] {
    position: fixed;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255) 100%);/*, url(../images/background.jpg) center center no-repeat;*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 90000;
}

.logocdspinner[b-j6ezlu4tfn] {
    position: fixed;
    background-color: rgba(255,255,255,0);
    width: 70px;
    height: 70px;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
    z-index: 90001;
}

    .logocdspinner[b-j6ezlu4tfn]:before {
        content: "";
        display: block;
        position: relative;
        width: 45px;
        height: 45px;
        background: #1ccbf3;
        opacity: 0.7;
        border-bottom-left-radius: 30px;
        border-top-right-radius: 30px;
        -ms-transform: rotate(20deg);
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
        left: 23px;
        top: 8px;
    }

    .logocdspinner[b-j6ezlu4tfn]:after {
        content: "";
        display: block;
        position: relative;
        width: 45px;
        height: 45px;
        background: #94d646;
        opacity: 0.7;
        border-bottom-left-radius: 30px;
        border-top-right-radius: 30px;
        -ms-transform: rotate(-20deg);
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
        top: -22px;
        left: 8px;
    }

.spinner1[b-j6ezlu4tfn] {
    position: fixed;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    border-radius: 50px;
    -webkit-animation: 2s rotate360 linear infinite reverse;
    -moz-animation: 2s rotate360 linear infinite reverse;
    -o-animation: 2s rotate360 linear infinite reverse;
    animation: 2s rotate360-b-j6ezlu4tfn linear infinite reverse;
    z-index: 90000;
}

    .spinner1[b-j6ezlu4tfn]:after {
        content: '';
        display: block;
        position: relative;
        top: -47px;
        left: 36px;
        width: 26px;
        height: 26px;
        border-radius: 13px;
        background-color: rgba(4,106,116,1);
        z-index: 90002;
    }

    .spinner1[b-j6ezlu4tfn]:before {
        content: '';
        display: block;
        position: relative;
        top: 38px;
        left: -21px;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        background-color: rgba(4,106,116,1);
        z-index: 90002;
    }

.spinner2[b-j6ezlu4tfn] {
    position: fixed;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    -webkit-animation: 2s rotate360 linear infinite reverse;
    -moz-animation: 2s rotate360 linear infinite reverse;
    -o-animation: 2s rotate360 linear infinite reverse;
    animation: 2s rotate360-b-j6ezlu4tfn linear infinite reverse;
    z-index: 90000;
}

    .spinner2[b-j6ezlu4tfn]:after {
        content: '';
        display: block;
        position: relative;
        top: 96px;
        left: 43px;
        width: 14px;
        height: 14px;
        border-radius: 7px;
        background-color: rgba(4,106,116,1);
        z-index: 90002;
    }

    .spinner2[b-j6ezlu4tfn]:before {
        content: '';
        display: block;
        position: relative;
        top: 46px;
        left: 105px;
        width: 8px;
        height: 8px;
        border-radius: 4px;
        background-color: rgba(4,106,116,1);
        z-index: 90002;
    }

.spinner3[b-j6ezlu4tfn] {
    position: fixed;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    -webkit-animation: 2s rotate360 linear infinite reverse;
    -moz-animation: 2s rotate360 linear infinite reverse;
    -o-animation: 2s rotate360 linear infinite reverse;
    animation: 2s rotate360-b-j6ezlu4tfn linear infinite reverse;
    z-index: 90000;
}

    .spinner3[b-j6ezlu4tfn]:after {
        content: '';
        display: block;
        position: relative;
        top: -37px;
        left: 5px;
        width: 24px;
        height: 24px;
        border-radius: 12px;
        background-color: rgba(4,106,116,1);
        z-index: 90002;
    }

    .spinner3[b-j6ezlu4tfn]:before {
        content: '';
        display: block;
        position: relative;
        top: 10px;
        left: -15px;
        width: 22px;
        height: 22px;
        border-radius: 11px;
        background-color: rgba(4,106,116,1);
        z-index: 90002;
    }

.spinner4[b-j6ezlu4tfn] {
    position: fixed;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    -webkit-animation: 2s rotate360 linear infinite reverse;
    -moz-animation: 2s rotate360 linear infinite reverse;
    -o-animation: 2s rotate360 linear infinite reverse;
    animation: 2s rotate360-b-j6ezlu4tfn linear infinite reverse;
    z-index: 90000;
}

    .spinner4[b-j6ezlu4tfn]:after {
        content: '';
        display: block;
        position: relative;
        top: 56px;
        left: -12px;
        width: 18px;
        height: 18px;
        border-radius: 9px;
        background-color: rgba(4,106,116,1);
        z-index: 90002;
    }

    .spinner4[b-j6ezlu4tfn]:before {
        content: '';
        display: block;
        position: relative;
        top: 94px;
        left: 11px;
        width: 16px;
        height: 16px;
        border-radius: 8px;
        background-color: rgba(4,106,116,1);
        z-index: 90002;
    }

.spinner5[b-j6ezlu4tfn] {
    position: fixed;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    -webkit-animation: 2s rotate360 linear infinite reverse;
    -moz-animation: 2s rotate360 linear infinite reverse;
    -o-animation: 2s rotate360 linear infinite reverse;
    animation: 2s rotate360-b-j6ezlu4tfn linear infinite reverse;
    z-index: 90000;
}

    .spinner5[b-j6ezlu4tfn]:after {
        content: '';
        display: block;
        position: relative;
        top: 86px;
        left: 74px;
        width: 12px;
        height: 12px;
        border-radius: 6px;
        background-color: rgba(4,106,116,1);
        z-index: 90002;
    }

    .spinner5[b-j6ezlu4tfn]:before {
        content: '';
        display: block;
        position: relative;
        top: 76px;
        left: 96px;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background-color: rgba(4,106,116,1);
        z-index: 90002;
    }

.spinner6[b-j6ezlu4tfn] {
    position: fixed;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    -webkit-animation: 2s rotate360 linear infinite reverse;
    -moz-animation: 2s rotate360 linear infinite reverse;
    -o-animation: 2s rotate360 linear infinite reverse;
    animation: 2s rotate360-b-j6ezlu4tfn linear infinite reverse;
    z-index: 90000;
}

    .spinner6[b-j6ezlu4tfn]:after {
        content: '';
        display: block;
        position: relative;
        top: 15px;
        left: 100px;
        width: 6px;
        height: 6px;
        border-radius: 3px;
        background-color: rgba(4,106,116,1);
        z-index: 90002;
    }

    .spinner6[b-j6ezlu4tfn]:before {
        content: '';
        display: block;
        position: relative;
        top: -4px;
        left: 80px;
        width: 4px;
        height: 4px;
        border-radius: 2px;
        background-color: rgba(4,106,116,1);
        z-index: 90002;
    }

.cerrarspinner[b-j6ezlu4tfn] {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 90000;
    cursor: pointer;
}

    .cerrarspinner[b-j6ezlu4tfn]:after {
        content: '';
        display: block;
        position: relative;
        top: -13px;
        width: 20px;
        height: 6px;
        border-radius: 3px;
        background-color: red;
        z-index: 90003;
    }

    .cerrarspinner[b-j6ezlu4tfn]:before {
        content: '';
        display: block;
        position: relative;
        left: 7px;
        width: 6px;
        height: 20px;
        border-radius: 3px;
        background-color: red;
        z-index: 90004;
    }

@keyframes rotate360-b-j6ezlu4tfn {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes rotate360 {
    from {
        -webkit-transform: rotate(360deg);
    }

    to {
        -webkit-transform: rotate(0deg);
    }
}

@-moz-keyframes rotate360 {
    from {
        -moz-transform: rotate(360deg);
    }

    to {
        -moz-transform: rotate(0deg);
    }
}

@-o-keyframes rotate360 {
    from {
        -o-transform: rotate(360deg);
    }

    to {
        -o-transform: rotate(0deg);
    }
}

@-ms-keyframes rotate360 {
    from {
        -ms-transform: rotate(360deg);
    }

    to {
        -ms-transform: rotate(0deg);            
    }
}
/* /Pages/Index.razor.rz.scp.css */
span[b-nmvgfr4wtr] {
    font-family: 'Montserrat' sanf-serif;
    font-weight: 400;
}

.container-center[b-nmvgfr4wtr] {
    margin: 80px 25px 80px;
}

.card[b-nmvgfr4wtr] {
    border: 2pt solid #E5EEFB !important;
    border-radius: 10px !important;
}

.container ul[b-nmvgfr4wtr] {
    list-style: none;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-top: 2px;
    border-radius: 10%;
    background-color: rgba(21, 102, 182,60%);
    border: 2px solid #779cc8;
    width: 180px;
    height: 40px;
    margin-left: 20px;
    color: white;
}

.container k:hover[b-nmvgfr4wtr] {
    transform: scale(1.1);
    transition: 0.3s;
}

.container ul:hover[b-nmvgfr4wtr] {
    background-color: #08336f;
    transform: scale(1.05);
    transition: 0.3s;
}
.TamañoBoton2[b-nmvgfr4wtr] {
    width: 200px !important;
    text-align: center !important;
    display: block !important;
}


.manualLabel[b-nmvgfr4wtr] {
    color: #4B4B4B;
    font-size: 18px;
}

    .manualLabel a[b-nmvgfr4wtr] {
        color: #3366CC;
        font-size: 18px;
    }

.middle[b-nmvgfr4wtr] {
    width: 100%;
    text-align: center;
}

.btn-menu[b-nmvgfr4wtr] {
    display: inline-grid;
    width: 150px;
    height: 150px;
    background-color: #ffffff;
    margin: 10px;
    border: 2pt solid #ffffff;
    border-radius: 10%;
    box-shadow: 0 5px 15px -5px #00000070;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

    .btn-menu span[b-nmvgfr4wtr] {
        text-decoration: none;
        transition: 0.2s linear;
    }

        .btn-menu span:hover[b-nmvgfr4wtr] {
            text-decoration: none;
            transform: scale(1.1);
            color: #3366CC;
        }

    .btn-menu[b-nmvgfr4wtr]::before {
        content: "";
        position: absolute;
        width: 150%;
        height: 150%;
        background: linear-gradient(135deg, #ffffff, #ededed);
        transform: rotate(45deg);
        left: -110%;
        top: 90%;
    }

    .btn-menu:hover[b-nmvgfr4wtr]::before {
        animation: aaa-b-nmvgfr4wtr 0.7s 1;
        top: -40%;
        left: -40%;
    }

a.btn-menu i[b-nmvgfr4wtr] {
    color: #3366CC;
    font-size: 23pt;
    top: 15px;
    position: relative;
}

.cl-span[b-nmvgfr4wtr] {
    color: #3366CC;
    font-family: 'Montserrat' sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    position: relative;
}

@keyframes aaa-b-nmvgfr4wtr {
    0% {
        left: -140%;
        top: 90%;
    }

    50% {
        left: -20%;
        top: -30%;
    }

    100% {
        top: -40%;
        left: -40%;
    }
}

div.card-header h5[b-nmvgfr4wtr] {
    margin: 8px 0px;
}

.versionLabel[b-nmvgfr4wtr] {
    font-size: 16px;
    color: #3366cc !important;
    font-weight: 500;
}

.download[b-nmvgfr4wtr] {
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #004884;
    color: #004884;
    padding: 10px 16px;
    border-radius: 11px;
    margin-left: 8px;
}

    .download:hover[b-nmvgfr4wtr] {
        background-color: #004884;
        border: 1px solid #004884;
        color: white;
    }

    .download i[b-nmvgfr4wtr] {
        padding-left: 5px;
    }

    .download:hover i.arrow-down[b-nmvgfr4wtr] {
        display: inline-block;
        animation: bounce-b-nmvgfr4wtr 1s infinite;
    }

@keyframes bounce-b-nmvgfr4wtr {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(5px);
    }

    60% {
        transform: translateY(1px);
    }
}
/* /Pages/PQRS/ConsultaPQRS.razor.rz.scp.css */
span[b-or5e3rx57r] {
    font-family: 'Montserrat' sanf-serif;
    font-weight: 400;
}

.container-center[b-or5e3rx57r] {
    margin: 80px 25px 80px;
}

.card[b-or5e3rx57r] {
    border: 2pt solid #E5EEFB !important;
    border-radius: 10px !important;
}

.container ul[b-or5e3rx57r] {
    list-style: none;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-top: 2px;
    border-radius: 10%;
    background-color: rgba(21, 102, 182,60%);
    border: 2px solid #779cc8;
    width: 180px;
    height: 40px;
    margin-left: 20px;
    color: white;
}

.container k:hover[b-or5e3rx57r] {
    transform: scale(1.1);
    transition: 0.3s;
}

.container ul:hover[b-or5e3rx57r] {
    background-color: #08336f;
    transform: scale(1.05);
    transition: 0.3s;
}

.TamañoBoton2[b-or5e3rx57r] {
    width: 200px !important;
    text-align: center !important;
    display: block !important;
}


.manualLabel[b-or5e3rx57r] {
    color: #4B4B4B;
    font-size: 18px;
}

    .manualLabel a[b-or5e3rx57r] {
        color: #3366CC;
        font-size: 18px;
    }

.middle[b-or5e3rx57r] {
    width: 100%;
    text-align: center;
}

.btn-menu[b-or5e3rx57r] {
    display: inline-grid;
    width: 150px;
    height: 150px;
    background-color: #ffffff;
    margin: 10px;
    border: 2pt solid #ffffff;
    border-radius: 10%;
    box-shadow: 0 5px 15px -5px #00000070;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

    .btn-menu span[b-or5e3rx57r] {
        text-decoration: none;
        transition: 0.2s linear;
    }

        .btn-menu span:hover[b-or5e3rx57r] {
            text-decoration: none;
            transform: scale(1.1);
            color: #3366CC;
        }

    .btn-menu[b-or5e3rx57r]::before {
        content: "";
        position: absolute;
        width: 150%;
        height: 150%;
        background: linear-gradient(135deg, #ffffff, #ededed);
        transform: rotate(45deg);
        left: -110%;
        top: 90%;
    }

    .btn-menu:hover[b-or5e3rx57r]::before {
        animation: aaa-b-or5e3rx57r 0.7s 1;
        top: -40%;
        left: -40%;
    }

a.btn-menu i[b-or5e3rx57r] {
    color: #3366CC;
    font-size: 23pt;
    top: 15px;
    position: relative;
}

.cl-span[b-or5e3rx57r] {
    color: #3366CC;
    font-family: 'Montserrat' sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    position: relative;
}

@keyframes aaa-b-or5e3rx57r {
    0% {
        left: -140%;
        top: 90%;
    }

    50% {
        left: -20%;
        top: -30%;
    }

    100% {
        top: -40%;
        left: -40%;
    }
}

div.card-header h5[b-or5e3rx57r] {
    margin: 8px 0px;
}

.versionLabel[b-or5e3rx57r] {
    font-size: 16px;
    color: #3366cc !important;
    font-weight: 500;
}

.download[b-or5e3rx57r] {
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #004884;
    color: #004884;
    padding: 10px 16px;
    border-radius: 11px;
    margin-left: 8px;
}

    .download:hover[b-or5e3rx57r] {
        background-color: #004884;
        border: 1px solid #004884;
        color: white;
    }

    .download i[b-or5e3rx57r] {
        padding-left: 5px;
    }

    .download:hover i.arrow-down[b-or5e3rx57r] {
        display: inline-block;
        animation: bounce-b-or5e3rx57r 1s infinite;
    }

@keyframes bounce-b-or5e3rx57r {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(5px);
    }

    60% {
        transform: translateY(1px);
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-80rlteuswz] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-80rlteuswz] {
    flex: 1;
}

.sidebar[b-80rlteuswz] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-80rlteuswz] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-80rlteuswz]  a, .top-row[b-80rlteuswz]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-80rlteuswz]  a:hover, .top-row[b-80rlteuswz]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-80rlteuswz]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-80rlteuswz] {
        display: none;
    }

    .top-row.auth[b-80rlteuswz] {
        justify-content: space-between;
    }

    .top-row[b-80rlteuswz]  a, .top-row[b-80rlteuswz]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-80rlteuswz] {
        flex-direction: row;
    }

    .sidebar[b-80rlteuswz] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-80rlteuswz] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-80rlteuswz]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-80rlteuswz], article[b-80rlteuswz] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-lsospmwtal] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-lsospmwtal] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-lsospmwtal] {
    font-size: 1.1rem;
}

.oi[b-lsospmwtal] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-lsospmwtal] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-lsospmwtal] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-lsospmwtal] {
        padding-bottom: 1rem;
    }

    .nav-item[b-lsospmwtal]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-lsospmwtal]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-lsospmwtal]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-lsospmwtal] {
        display: none;
    }

    .collapse[b-lsospmwtal] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
