/* /Pages/ListaBajas.razor.rz.scp.css */
body[b-dvf5bikl8n] {
}

.baja-borrado-solicitado[b-dvf5bikl8n] {
   background-color: var(--bs-warning);
}

.baja-borrada[b-dvf5bikl8n] {
   background-color: var(--bs-dark);
   color: var(--bs-light) !important;
}

.baja-congelada[b-dvf5bikl8n] {
   background-color: var(--bs-info);
}

.baja-cerrada[b-dvf5bikl8n] {
   background-color: var(--bs-teal);
}


.atributos-rellenados[b-dvf5bikl8n] {
   color: green
}

.atributos-pendientes[b-dvf5bikl8n] {
   color: red
}

.f-right[b-dvf5bikl8n] {
   float: right;
   margin-left: 5px;
   margin-right: 5px;
   display: contents;
}

.more-info[b-dvf5bikl8n] {
   cursor: help;
}

.custom-modal-width[b-dvf5bikl8n] {
   max-width: 700px;
}

.btn-deputy[b-dvf5bikl8n] {
   width: 25px;
   height: 25px;
   background-image: url('/images/archive.svg');
   background-size: cover;
   background-position: center;
   border: none;
   background-color: transparent;
   cursor: pointer;
   transition: transform 0.2s ease;
}

   .btn-deputy:hover[b-dvf5bikl8n] {
      transform: scale(1.1);
      filter: brightness(1.2);
   }
/* /Shared/AccionesBaja.razor.rz.scp.css */
.btn-label[b-vmjnkmqvn6] {
    padding: 0 .25rem !important;
    width: 1.75rem;
}
/* /Shared/LoadingOverlay.razor.rz.scp.css */
.loading-overlay[b-nxfnnu3ujk] {
   position: fixed;
   top: 0;
   left: 0;
   width: 100vw;
   height: 100vh;
   background-color: rgba(0, 0, 0, 0.6);
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   z-index: 9999;
   color: white;
   font-size: 1.1rem;
}

.loading-icon[b-nxfnnu3ujk] {
   width: 80px;
   height: 80px;
   object-fit: contain;
   animation: pulse-b-nxfnnu3ujk 1.5s infinite ease-in-out;
}

.loading-text[b-nxfnnu3ujk] {
   margin-top: 12px;
   font-weight: 500;
}

@keyframes pulse-b-nxfnnu3ujk {
   0% {
      opacity: 0.6;
      transform: scale(1);
   }

   50% {
      opacity: 1;
      transform: scale(1.1);
   }

   100% {
      opacity: 0.6;
      transform: scale(1);
   }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-gdhyylhpc5] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-gdhyylhpc5] {
    flex: 1;
}

.sidebar[b-gdhyylhpc5] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-gdhyylhpc5] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-gdhyylhpc5]  a, .top-row[b-gdhyylhpc5]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-gdhyylhpc5]  a:hover, .top-row[b-gdhyylhpc5]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-gdhyylhpc5]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-gdhyylhpc5] {
        display: none;
    }

    .top-row.auth[b-gdhyylhpc5] {
        justify-content: space-between;
    }

    .top-row[b-gdhyylhpc5]  a, .top-row[b-gdhyylhpc5]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-gdhyylhpc5] {
        flex-direction: row;
    }

    .sidebar[b-gdhyylhpc5] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-gdhyylhpc5] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-gdhyylhpc5]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-gdhyylhpc5], article[b-gdhyylhpc5] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-91ozfwhz52] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-91ozfwhz52] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-91ozfwhz52] {
    font-size: 1.1rem;
}

.oi[b-91ozfwhz52] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-91ozfwhz52] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-91ozfwhz52] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-91ozfwhz52] {
        padding-bottom: 1rem;
    }

    .nav-item[b-91ozfwhz52]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-91ozfwhz52]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-91ozfwhz52]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-91ozfwhz52] {
        display: none;
    }

    .collapse[b-91ozfwhz52] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
