@view-transition {
    navigation: auto;
}

/*::view-transition-group(*) {
    animation-duration: 0.8s;
}*/

/*::view-transition-old(root) {
    animation: slide-out-to-left 0.5s;
}
::view-transition-new(root) {
    animation: slide-in-to-right 0.5s;
}

@keyframes slide-out-to-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

@keyframes slide-in-to-right {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0);
    }
}*/
h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}
.bb-top-row {
    /*background-color: transparent !important;
    border: 0 !important;
    justify-content: start !important;
    max-height:1rem !important;*/
    display:none !important;
}
.bb-footer {
    border-top: 1px solid #dddddd59 !important;
    background-color: #eef1f733 !important;
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    margin-top: auto !important;
}
/*main {
    display: flex !important;
    flex-direction: column !important;
    min-height: 100vh !important;
    width: 100%;
    min-height: 100%;
}
article {
    flex-grow: 1 !important;
    padding:0.5rem !important;
}*/
.card > .g-0 {
    background-color: #fdfdfd;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Overlay semitransparente */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100000; /* Asegura que esté encima de todo */
}
.contenedor-home {
    width: 100%;
    height: 100%;
    background-image: url("/img/bg-home.png");
    background-size: contain;
    background-position: center; /* Opcional: centra la imagen */
    background-repeat: no-repeat;
}
.carousel-inner {
    border-radius: 5%;
}
.label-designer {
    display: flex;
    gap: 20px;
}

.label-preview {
    position: relative;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.label-controls {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.field.selected {
    border: 2px dashed #007bff !important;
    background-color: #e8f0ff !important;
}

.label-settings {
    margin-bottom: 1rem;
}

.label-settings label {
    display: block;
    margin-bottom: 4px;
}

.label-settings input {
    width: 60px;
    margin-left: 4px;
}
.navbar-nav {
    font-weight: 600 !important;
    --bs-nav-link-color: white !important;
}
.bb-top-row-sticky {
    background-color: #009BF8 !important;
}


.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: white !important;
}
.nav-link.active:hover .nav-link.active:focus, .nav-link.show:hover .nav-link.show:focus {
    color: rgb(247 187 7) !important;
}
.nav-link:focus, .nav-link:hover {
    color: rgb(247 187 7) !important;
}
.word-break {
    word-break: break-word !important;
}
.img-grilla {
    width: 100% !important;
    max-width: 6rem !important;
}
main > .container {
    padding: 60px 15px 0;
}
.btn-primary {
    color: #000000 !important;
    background-color: rgb(247 187 7) !important;
    border: 1px solid rgb(247 187 7) !important;
    font-weight: 500;
}
.btn-primary:hover, btn-primary:focus {
    color: rgb(247 187 7) !important;
    background-color: #000000 !important;
    border: 1px solid #dddddd !important;
    font-weight: 500;
}
.pad-05 {
    padding:0.5rem;
}
.campo-busqueda-acred {
    text-wrap: auto;
    font-size: 0.9rem;
    
}
.mlef-2px {
    margin-left:2px;
}
.fw-700 {
    font-weight: 700;
}
.w-5px {
    width: 5%;
}
.w-10px {
    width: 10%;
}
.w-15px {
    width: 15%;
}
.w-20px {
    width: 20%;
}
.w-25px {
    width: 25%;
}
.fs-9rem {
    
}
.bb-table-sticky > thead > tr:first-child > th {
    text-align: center !important;
    background-color: black !important;
}
.bb-table-sticky > thead > tr:first-child > th > span {
    color: white !important;
}
.bi::before, [class*=" bi-"]::before, [class^=bi-]::before {
    background-color: unset !important;
    color: unset !important;
}
/*[@id="AR1O5LPEFQN9S"]/thead/tr[1]/th[1]/span*/
.toast-acred > .toast {
    width: 100% !important;
    max-width: 822px !important;
    min-width: 620px !important;
    text-align: center;
    background-color: #f0f9f0;
}
.div-toast-ok {
    height: 250px !important;
    background-color: #f0f9f0 !important;
    color: black !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    font-weight: bolder !important;
}
.div-toast-error {
    height: 250px !important;
    background-color: rgb(247 187 7 / 63%);
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    color: rgb(131 41 41) !important;
}
.badge-acreditados {
    z-index: 2000 !important;
    position: fixed !important;
    left: 50% !important;
    margin-right: 5px !important;
    top: 12px !important;
    border-radius: 25px !important;
    font-size: 1rem !important;
    
}
.badge-acreditados .btn {
    font-size: 0.7rem !important;
    opacity: 0.8; /* Visually indicates disabled state */
    cursor: not-allowed; /* Changes cursor to "not allowed" symbol */
    pointer-events: none; /* Prevents all mouse and touch interactions */
    font-weight: 700 !important;
    
}
.badge-acreditados .btn > span {
        margin-top: 0.6rem !important;
    font-size: 0.9rem;
    border: 4px double;
    box-shadow: 3px 3px rgb(159 155 155 / 75%);
}
