/* _content/Flexi.TMS.Portal/Pages/Config/CambiarPws.razor.rz.scp.css */
.login-box[b-7wohtuuvh2] {
    border: 1px solid red !important;
}

.login-logo[b-7wohtuuvh2],
.register-logo[b-7wohtuuvh2] {
    font-size: 2.1rem;
    font-weight: 300;
    /*margin-bottom: .9rem;*/
    text-align: center;
}

    .login-logo a[b-7wohtuuvh2],
    .register-logo a[b-7wohtuuvh2] {
        color: #495057;
    }

.login-page[b-7wohtuuvh2],
.register-page[b-7wohtuuvh2] {
    -ms-flex-align: center;
    align-items: center;
    background: #e9ecef;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    -ms-flex-pack: center;
    justify-content: center;
}

.login-box[b-7wohtuuvh2],
.register-box[b-7wohtuuvh2] {
    width: 360px;
}

@media (max-width: 576px) {
    .login-box[b-7wohtuuvh2],
    .register-box[b-7wohtuuvh2] {
        margin-top: .5rem;
        width: 90%;
    }
}

.login-card-body[b-7wohtuuvh2],
.register-card-body[b-7wohtuuvh2] {
    background: #ffffff;
    border-top: 0;
    color: #666;
    padding: 20px;
}

    .login-card-body .input-group .form-control[b-7wohtuuvh2],
    .register-card-body .input-group .form-control[b-7wohtuuvh2] {
        border-right: 0;
    }

        .login-card-body .input-group .form-control:focus[b-7wohtuuvh2],
        .register-card-body .input-group .form-control:focus[b-7wohtuuvh2] {
            box-shadow: none;
        }

            .login-card-body .input-group .form-control:focus ~ .input-group-append .input-group-text[b-7wohtuuvh2],
            .register-card-body .input-group .form-control:focus ~ .input-group-append .input-group-text[b-7wohtuuvh2] {
                border-color: #80bdff;
            }

        .login-card-body .input-group .form-control.is-valid:focus[b-7wohtuuvh2],
        .register-card-body .input-group .form-control.is-valid:focus[b-7wohtuuvh2] {
            box-shadow: none;
        }

        .login-card-body .input-group .form-control.is-valid ~ .input-group-append .input-group-text[b-7wohtuuvh2],
        .register-card-body .input-group .form-control.is-valid ~ .input-group-append .input-group-text[b-7wohtuuvh2] {
            border-color: #28a745;
        }

        .login-card-body .input-group .form-control.is-invalid:focus[b-7wohtuuvh2],
        .register-card-body .input-group .form-control.is-invalid:focus[b-7wohtuuvh2] {
            box-shadow: none;
        }

        .login-card-body .input-group .form-control.is-invalid ~ .input-group-append .input-group-text[b-7wohtuuvh2],
        .register-card-body .input-group .form-control.is-invalid ~ .input-group-append .input-group-text[b-7wohtuuvh2] {
            border-color: #dc3545;
        }

    .login-card-body .input-group .input-group-text[b-7wohtuuvh2],
    .register-card-body .input-group .input-group-text[b-7wohtuuvh2] {
        background-color: transparent;
        border-bottom-right-radius: 0.25rem;
        border-left: 0;
        border-top-right-radius: 0.25rem;
        color: #777;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

.login-box-msg[b-7wohtuuvh2],
.register-box-msg[b-7wohtuuvh2] {
    margin: 0;
    padding: 0 20px 20px;
    text-align: center;
}

.input-group[b-7wohtuuvh2] {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

    .input-group > .form-control[b-7wohtuuvh2],
    .input-group > .form-control-plaintext[b-7wohtuuvh2],
    .input-group > .custom-select[b-7wohtuuvh2],
    .input-group > .custom-file[b-7wohtuuvh2] {
        position: relative;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        min-width: 0;
        margin-bottom: 0;
    }

        .input-group > .form-control + .form-control[b-7wohtuuvh2],
        .input-group > .form-control + .custom-select[b-7wohtuuvh2],
        .input-group > .form-control + .custom-file[b-7wohtuuvh2],
        .input-group > .form-control-plaintext + .form-control[b-7wohtuuvh2],
        .input-group > .form-control-plaintext + .custom-select[b-7wohtuuvh2],
        .input-group > .form-control-plaintext + .custom-file[b-7wohtuuvh2],
        .input-group > .custom-select + .form-control[b-7wohtuuvh2],
        .input-group > .custom-select + .custom-select[b-7wohtuuvh2],
        .input-group > .custom-select + .custom-file[b-7wohtuuvh2],
        .input-group > .custom-file + .form-control[b-7wohtuuvh2],
        .input-group > .custom-file + .custom-select[b-7wohtuuvh2],
        .input-group > .custom-file + .custom-file[b-7wohtuuvh2] {
            margin-left: -1px;
        }

        .input-group > .form-control:focus[b-7wohtuuvh2],
        .input-group > .custom-select:focus[b-7wohtuuvh2],
        .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label[b-7wohtuuvh2] {
            z-index: 3;
        }

        .input-group > .custom-file .custom-file-input:focus[b-7wohtuuvh2] {
            z-index: 4;
        }

        .input-group > .form-control:not(:last-child)[b-7wohtuuvh2],
        .input-group > .custom-select:not(:last-child)[b-7wohtuuvh2] {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .input-group > .form-control:not(:first-child)[b-7wohtuuvh2],
        .input-group > .custom-select:not(:first-child)[b-7wohtuuvh2] {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

    .input-group > .custom-file[b-7wohtuuvh2] {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

        .input-group > .custom-file:not(:last-child) .custom-file-label[b-7wohtuuvh2],
        .input-group > .custom-file:not(:last-child) .custom-file-label[b-7wohtuuvh2]::after {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .input-group > .custom-file:not(:first-child) .custom-file-label[b-7wohtuuvh2] {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

.input-group-prepend[b-7wohtuuvh2],
.input-group-append[b-7wohtuuvh2] {
    display: -ms-flexbox;
    display: flex;
}

    .input-group-prepend .btn[b-7wohtuuvh2],
    .input-group-append .btn[b-7wohtuuvh2] {
        position: relative;
        z-index: 2;
    }

        .input-group-prepend .btn:focus[b-7wohtuuvh2],
        .input-group-append .btn:focus[b-7wohtuuvh2] {
            z-index: 3;
        }

        .input-group-prepend .btn + .btn[b-7wohtuuvh2],
        .input-group-prepend .btn + .input-group-text[b-7wohtuuvh2],
        .input-group-prepend .input-group-text + .input-group-text[b-7wohtuuvh2],
        .input-group-prepend .input-group-text + .btn[b-7wohtuuvh2],
        .input-group-append .btn + .btn[b-7wohtuuvh2],
        .input-group-append .btn + .input-group-text[b-7wohtuuvh2],
        .input-group-append .input-group-text + .input-group-text[b-7wohtuuvh2],
        .input-group-append .input-group-text + .btn[b-7wohtuuvh2] {
            margin-left: -1px;
        }

.input-group-prepend[b-7wohtuuvh2] {
    margin-right: -1px;
}

.input-group-append[b-7wohtuuvh2] {
    margin-left: -1px;
}

.input-group-text[b-7wohtuuvh2] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

    .input-group-text input[type="radio"][b-7wohtuuvh2],
    .input-group-text input[type="checkbox"][b-7wohtuuvh2] {
        margin-top: 0;
    }

.input-group-lg > .form-control:not(textarea)[b-7wohtuuvh2],
.input-group-lg > .custom-select[b-7wohtuuvh2] {
    height: calc(2.875rem + 2px);
}

.input-group-lg > .form-control[b-7wohtuuvh2],
.input-group-lg > .custom-select[b-7wohtuuvh2],
.input-group-lg > .input-group-prepend > .input-group-text[b-7wohtuuvh2],
.input-group-lg > .input-group-append > .input-group-text[b-7wohtuuvh2],
.input-group-lg > .input-group-prepend > .btn[b-7wohtuuvh2],
.input-group-lg > .input-group-append > .btn[b-7wohtuuvh2] {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea)[b-7wohtuuvh2],
.input-group-sm > .custom-select[b-7wohtuuvh2] {
    height: calc(1.8125rem + 2px);
}

.input-group-sm > .form-control[b-7wohtuuvh2],
.input-group-sm > .custom-select[b-7wohtuuvh2],
.input-group-sm > .input-group-prepend > .input-group-text[b-7wohtuuvh2],
.input-group-sm > .input-group-append > .input-group-text[b-7wohtuuvh2],
.input-group-sm > .input-group-prepend > .btn[b-7wohtuuvh2],
.input-group-sm > .input-group-append > .btn[b-7wohtuuvh2] {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.input-group-lg > .custom-select[b-7wohtuuvh2],
.input-group-sm > .custom-select[b-7wohtuuvh2] {
    padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn[b-7wohtuuvh2],
.input-group > .input-group-prepend > .input-group-text[b-7wohtuuvh2],
.input-group > .input-group-append:not(:last-child) > .btn[b-7wohtuuvh2],
.input-group > .input-group-append:not(:last-child) > .input-group-text[b-7wohtuuvh2],
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle)[b-7wohtuuvh2],
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child)[b-7wohtuuvh2] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn[b-7wohtuuvh2],
.input-group > .input-group-append > .input-group-text[b-7wohtuuvh2],
.input-group > .input-group-prepend:not(:first-child) > .btn[b-7wohtuuvh2],
.input-group > .input-group-prepend:not(:first-child) > .input-group-text[b-7wohtuuvh2],
.input-group > .input-group-prepend:first-child > .btn:not(:first-child)[b-7wohtuuvh2],
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child)[b-7wohtuuvh2] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


.img-container[b-7wohtuuvh2] {
    width: 300px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .img-container img[b-7wohtuuvh2] {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }


.btn-TMS[b-7wohtuuvh2] {
    color: #ffffff;
    background-color: #C82909;
    border-color: #C82909;
    box-shadow: none;
    width: 100%
}

    .btn-TMS:hover[b-7wohtuuvh2] {
        color: white;
        background-color: #D42A2A;
        border-color: #D42A2A;
    }
/* _content/Flexi.TMS.Portal/Pages/InicioSesion/CambiarPws.razor.rz.scp.css */
.login-box[b-tnwmozayv4] {
    border: 5px solid red !important;
}

.login-logo[b-tnwmozayv4],
.register-logo[b-tnwmozayv4] {
    font-size: 2.1rem;
    font-weight: 300;
    /*margin-bottom: .9rem;*/
    text-align: center;
}

    .login-logo a[b-tnwmozayv4],
    .register-logo a[b-tnwmozayv4] {
        color: #495057;
    }

.login-page[b-tnwmozayv4],
.register-page[b-tnwmozayv4] {
    -ms-flex-align: center;
    align-items: center;
    background: #e9ecef;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    -ms-flex-pack: center;
    justify-content: center;
}

.login-box[b-tnwmozayv4],
.register-box[b-tnwmozayv4] {
    width: 360px;
}

@media (max-width: 576px) {
    .login-box[b-tnwmozayv4],
    .register-box[b-tnwmozayv4] {
        margin-top: .5rem;
        width: 90%;
    }
}

.login-card-body[b-tnwmozayv4],
.register-card-body[b-tnwmozayv4] {
    background: #ffffff;
    border-top: 0;
    color: #666;
    padding: 20px;
}

    .login-card-body .input-group .form-control[b-tnwmozayv4],
    .register-card-body .input-group .form-control[b-tnwmozayv4] {
        border-right: 0;
    }

        .login-card-body .input-group .form-control:focus[b-tnwmozayv4],
        .register-card-body .input-group .form-control:focus[b-tnwmozayv4] {
            box-shadow: none;
        }

            .login-card-body .input-group .form-control:focus ~ .input-group-append .input-group-text[b-tnwmozayv4],
            .register-card-body .input-group .form-control:focus ~ .input-group-append .input-group-text[b-tnwmozayv4] {
                border-color: #80bdff;
            }

        .login-card-body .input-group .form-control.is-valid:focus[b-tnwmozayv4],
        .register-card-body .input-group .form-control.is-valid:focus[b-tnwmozayv4] {
            box-shadow: none;
        }

        .login-card-body .input-group .form-control.is-valid ~ .input-group-append .input-group-text[b-tnwmozayv4],
        .register-card-body .input-group .form-control.is-valid ~ .input-group-append .input-group-text[b-tnwmozayv4] {
            border-color: #28a745;
        }

        .login-card-body .input-group .form-control.is-invalid:focus[b-tnwmozayv4],
        .register-card-body .input-group .form-control.is-invalid:focus[b-tnwmozayv4] {
            box-shadow: none;
        }

        .login-card-body .input-group .form-control.is-invalid ~ .input-group-append .input-group-text[b-tnwmozayv4],
        .register-card-body .input-group .form-control.is-invalid ~ .input-group-append .input-group-text[b-tnwmozayv4] {
            border-color: #dc3545;
        }

    .login-card-body .input-group .input-group-text[b-tnwmozayv4],
    .register-card-body .input-group .input-group-text[b-tnwmozayv4] {
        background-color: transparent;
        border-bottom-right-radius: 0.25rem;
        border-left: 0;
        border-top-right-radius: 0.25rem;
        color: #777;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

.login-box-msg[b-tnwmozayv4],
.register-box-msg[b-tnwmozayv4] {
    margin: 0;
    padding: 0 20px 20px;
    text-align: center;
}

.input-group[b-tnwmozayv4] {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

    .input-group > .form-control[b-tnwmozayv4],
    .input-group > .form-control-plaintext[b-tnwmozayv4],
    .input-group > .custom-select[b-tnwmozayv4],
    .input-group > .custom-file[b-tnwmozayv4] {
        position: relative;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        min-width: 0;
        margin-bottom: 0;
    }

        .input-group > .form-control + .form-control[b-tnwmozayv4],
        .input-group > .form-control + .custom-select[b-tnwmozayv4],
        .input-group > .form-control + .custom-file[b-tnwmozayv4],
        .input-group > .form-control-plaintext + .form-control[b-tnwmozayv4],
        .input-group > .form-control-plaintext + .custom-select[b-tnwmozayv4],
        .input-group > .form-control-plaintext + .custom-file[b-tnwmozayv4],
        .input-group > .custom-select + .form-control[b-tnwmozayv4],
        .input-group > .custom-select + .custom-select[b-tnwmozayv4],
        .input-group > .custom-select + .custom-file[b-tnwmozayv4],
        .input-group > .custom-file + .form-control[b-tnwmozayv4],
        .input-group > .custom-file + .custom-select[b-tnwmozayv4],
        .input-group > .custom-file + .custom-file[b-tnwmozayv4] {
            margin-left: -1px;
        }

        .input-group > .form-control:focus[b-tnwmozayv4],
        .input-group > .custom-select:focus[b-tnwmozayv4],
        .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label[b-tnwmozayv4] {
            z-index: 3;
        }

        .input-group > .custom-file .custom-file-input:focus[b-tnwmozayv4] {
            z-index: 4;
        }

        .input-group > .form-control:not(:last-child)[b-tnwmozayv4],
        .input-group > .custom-select:not(:last-child)[b-tnwmozayv4] {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .input-group > .form-control:not(:first-child)[b-tnwmozayv4],
        .input-group > .custom-select:not(:first-child)[b-tnwmozayv4] {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

    .input-group > .custom-file[b-tnwmozayv4] {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

        .input-group > .custom-file:not(:last-child) .custom-file-label[b-tnwmozayv4],
        .input-group > .custom-file:not(:last-child) .custom-file-label[b-tnwmozayv4]::after {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .input-group > .custom-file:not(:first-child) .custom-file-label[b-tnwmozayv4] {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

.input-group-prepend[b-tnwmozayv4],
.input-group-append[b-tnwmozayv4] {
    display: -ms-flexbox;
    display: flex;
}

    .input-group-prepend .btn[b-tnwmozayv4],
    .input-group-append .btn[b-tnwmozayv4] {
        position: relative;
        z-index: 2;
    }

        .input-group-prepend .btn:focus[b-tnwmozayv4],
        .input-group-append .btn:focus[b-tnwmozayv4] {
            z-index: 3;
        }

        .input-group-prepend .btn + .btn[b-tnwmozayv4],
        .input-group-prepend .btn + .input-group-text[b-tnwmozayv4],
        .input-group-prepend .input-group-text + .input-group-text[b-tnwmozayv4],
        .input-group-prepend .input-group-text + .btn[b-tnwmozayv4],
        .input-group-append .btn + .btn[b-tnwmozayv4],
        .input-group-append .btn + .input-group-text[b-tnwmozayv4],
        .input-group-append .input-group-text + .input-group-text[b-tnwmozayv4],
        .input-group-append .input-group-text + .btn[b-tnwmozayv4] {
            margin-left: -1px;
        }

.input-group-prepend[b-tnwmozayv4] {
    margin-right: -1px;
}

.input-group-append[b-tnwmozayv4] {
    margin-left: -1px;
}

.input-group-text[b-tnwmozayv4] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

    .input-group-text input[type="radio"][b-tnwmozayv4],
    .input-group-text input[type="checkbox"][b-tnwmozayv4] {
        margin-top: 0;
    }

.input-group-lg > .form-control:not(textarea)[b-tnwmozayv4],
.input-group-lg > .custom-select[b-tnwmozayv4] {
    height: calc(2.875rem + 2px);
}

.input-group-lg > .form-control[b-tnwmozayv4],
.input-group-lg > .custom-select[b-tnwmozayv4],
.input-group-lg > .input-group-prepend > .input-group-text[b-tnwmozayv4],
.input-group-lg > .input-group-append > .input-group-text[b-tnwmozayv4],
.input-group-lg > .input-group-prepend > .btn[b-tnwmozayv4],
.input-group-lg > .input-group-append > .btn[b-tnwmozayv4] {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea)[b-tnwmozayv4],
.input-group-sm > .custom-select[b-tnwmozayv4] {
    height: calc(1.8125rem + 2px);
}

.input-group-sm > .form-control[b-tnwmozayv4],
.input-group-sm > .custom-select[b-tnwmozayv4],
.input-group-sm > .input-group-prepend > .input-group-text[b-tnwmozayv4],
.input-group-sm > .input-group-append > .input-group-text[b-tnwmozayv4],
.input-group-sm > .input-group-prepend > .btn[b-tnwmozayv4],
.input-group-sm > .input-group-append > .btn[b-tnwmozayv4] {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.input-group-lg > .custom-select[b-tnwmozayv4],
.input-group-sm > .custom-select[b-tnwmozayv4] {
    padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn[b-tnwmozayv4],
.input-group > .input-group-prepend > .input-group-text[b-tnwmozayv4],
.input-group > .input-group-append:not(:last-child) > .btn[b-tnwmozayv4],
.input-group > .input-group-append:not(:last-child) > .input-group-text[b-tnwmozayv4],
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle)[b-tnwmozayv4],
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child)[b-tnwmozayv4] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn[b-tnwmozayv4],
.input-group > .input-group-append > .input-group-text[b-tnwmozayv4],
.input-group > .input-group-prepend:not(:first-child) > .btn[b-tnwmozayv4],
.input-group > .input-group-prepend:not(:first-child) > .input-group-text[b-tnwmozayv4],
.input-group > .input-group-prepend:first-child > .btn:not(:first-child)[b-tnwmozayv4],
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child)[b-tnwmozayv4] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


.img-container[b-tnwmozayv4] {
    width: 300px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .img-container img[b-tnwmozayv4] {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }


.btn-TMS[b-tnwmozayv4] {
    color: #ffffff;
    background-color: #C82909;
    border-color: #C82909;
    box-shadow: none;
    width: 100%
}

    .btn-TMS:hover[b-tnwmozayv4] {
        color: white;
        background-color: #D42A2A;
        border-color: #D42A2A;
    }
/* _content/Flexi.TMS.Portal/Pages/InicioSesion/ForgotPws.razor.rz.scp.css */
.login-box[b-5g2nc2n8mz] {
    border: 5px solid red !important;
}

.login-logo[b-5g2nc2n8mz],
.register-logo[b-5g2nc2n8mz] {
    font-size: 2.1rem;
    font-weight: 300;
    /*margin-bottom: .9rem;*/
    text-align: center;
}

    .login-logo a[b-5g2nc2n8mz],
    .register-logo a[b-5g2nc2n8mz] {
        color: #495057;
    }

.login-page[b-5g2nc2n8mz],
.register-page[b-5g2nc2n8mz] {
    -ms-flex-align: center;
    align-items: center;
    background: #e9ecef;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    -ms-flex-pack: center;
    justify-content: center;
}

.login-box[b-5g2nc2n8mz],
.register-box[b-5g2nc2n8mz] {
    width: 360px;
}

@media (max-width: 576px) {
    .login-box[b-5g2nc2n8mz],
    .register-box[b-5g2nc2n8mz] {
        margin-top: .5rem;
        width: 90%;
    }
}

.login-card-body[b-5g2nc2n8mz],
.register-card-body[b-5g2nc2n8mz] {
    background: #ffffff;
    border-top: 0;
    color: #666;
    padding: 20px;
}

    .login-card-body .input-group .form-control[b-5g2nc2n8mz],
    .register-card-body .input-group .form-control[b-5g2nc2n8mz] {
        border-right: 0;
    }

        .login-card-body .input-group .form-control:focus[b-5g2nc2n8mz],
        .register-card-body .input-group .form-control:focus[b-5g2nc2n8mz] {
            box-shadow: none;
        }

            .login-card-body .input-group .form-control:focus ~ .input-group-append .input-group-text[b-5g2nc2n8mz],
            .register-card-body .input-group .form-control:focus ~ .input-group-append .input-group-text[b-5g2nc2n8mz] {
                border-color: #80bdff;
            }

        .login-card-body .input-group .form-control.is-valid:focus[b-5g2nc2n8mz],
        .register-card-body .input-group .form-control.is-valid:focus[b-5g2nc2n8mz] {
            box-shadow: none;
        }

        .login-card-body .input-group .form-control.is-valid ~ .input-group-append .input-group-text[b-5g2nc2n8mz],
        .register-card-body .input-group .form-control.is-valid ~ .input-group-append .input-group-text[b-5g2nc2n8mz] {
            border-color: #28a745;
        }

        .login-card-body .input-group .form-control.is-invalid:focus[b-5g2nc2n8mz],
        .register-card-body .input-group .form-control.is-invalid:focus[b-5g2nc2n8mz] {
            box-shadow: none;
        }

        .login-card-body .input-group .form-control.is-invalid ~ .input-group-append .input-group-text[b-5g2nc2n8mz],
        .register-card-body .input-group .form-control.is-invalid ~ .input-group-append .input-group-text[b-5g2nc2n8mz] {
            border-color: #dc3545;
        }

    .login-card-body .input-group .input-group-text[b-5g2nc2n8mz],
    .register-card-body .input-group .input-group-text[b-5g2nc2n8mz] {
        background-color: transparent;
        border-bottom-right-radius: 0.25rem;
        border-left: 0;
        border-top-right-radius: 0.25rem;
        color: #777;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

.login-box-msg[b-5g2nc2n8mz],
.register-box-msg[b-5g2nc2n8mz] {
    margin: 0;
    padding: 0 20px 20px;
    text-align: center;
}

.input-group[b-5g2nc2n8mz] {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

    .input-group > .form-control[b-5g2nc2n8mz],
    .input-group > .form-control-plaintext[b-5g2nc2n8mz],
    .input-group > .custom-select[b-5g2nc2n8mz],
    .input-group > .custom-file[b-5g2nc2n8mz] {
        position: relative;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        min-width: 0;
        margin-bottom: 0;
    }

        .input-group > .form-control + .form-control[b-5g2nc2n8mz],
        .input-group > .form-control + .custom-select[b-5g2nc2n8mz],
        .input-group > .form-control + .custom-file[b-5g2nc2n8mz],
        .input-group > .form-control-plaintext + .form-control[b-5g2nc2n8mz],
        .input-group > .form-control-plaintext + .custom-select[b-5g2nc2n8mz],
        .input-group > .form-control-plaintext + .custom-file[b-5g2nc2n8mz],
        .input-group > .custom-select + .form-control[b-5g2nc2n8mz],
        .input-group > .custom-select + .custom-select[b-5g2nc2n8mz],
        .input-group > .custom-select + .custom-file[b-5g2nc2n8mz],
        .input-group > .custom-file + .form-control[b-5g2nc2n8mz],
        .input-group > .custom-file + .custom-select[b-5g2nc2n8mz],
        .input-group > .custom-file + .custom-file[b-5g2nc2n8mz] {
            margin-left: -1px;
        }

        .input-group > .form-control:focus[b-5g2nc2n8mz],
        .input-group > .custom-select:focus[b-5g2nc2n8mz],
        .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label[b-5g2nc2n8mz] {
            z-index: 3;
        }

        .input-group > .custom-file .custom-file-input:focus[b-5g2nc2n8mz] {
            z-index: 4;
        }

        .input-group > .form-control:not(:last-child)[b-5g2nc2n8mz],
        .input-group > .custom-select:not(:last-child)[b-5g2nc2n8mz] {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .input-group > .form-control:not(:first-child)[b-5g2nc2n8mz],
        .input-group > .custom-select:not(:first-child)[b-5g2nc2n8mz] {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

    .input-group > .custom-file[b-5g2nc2n8mz] {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

        .input-group > .custom-file:not(:last-child) .custom-file-label[b-5g2nc2n8mz],
        .input-group > .custom-file:not(:last-child) .custom-file-label[b-5g2nc2n8mz]::after {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .input-group > .custom-file:not(:first-child) .custom-file-label[b-5g2nc2n8mz] {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

.input-group-prepend[b-5g2nc2n8mz],
.input-group-append[b-5g2nc2n8mz] {
    display: -ms-flexbox;
    display: flex;
}

    .input-group-prepend .btn[b-5g2nc2n8mz],
    .input-group-append .btn[b-5g2nc2n8mz] {
        position: relative;
        z-index: 2;
    }

        .input-group-prepend .btn:focus[b-5g2nc2n8mz],
        .input-group-append .btn:focus[b-5g2nc2n8mz] {
            z-index: 3;
        }

        .input-group-prepend .btn + .btn[b-5g2nc2n8mz],
        .input-group-prepend .btn + .input-group-text[b-5g2nc2n8mz],
        .input-group-prepend .input-group-text + .input-group-text[b-5g2nc2n8mz],
        .input-group-prepend .input-group-text + .btn[b-5g2nc2n8mz],
        .input-group-append .btn + .btn[b-5g2nc2n8mz],
        .input-group-append .btn + .input-group-text[b-5g2nc2n8mz],
        .input-group-append .input-group-text + .input-group-text[b-5g2nc2n8mz],
        .input-group-append .input-group-text + .btn[b-5g2nc2n8mz] {
            margin-left: -1px;
        }

.input-group-prepend[b-5g2nc2n8mz] {
    margin-right: -1px;
}

.input-group-append[b-5g2nc2n8mz] {
    margin-left: -1px;
}

.input-group-text[b-5g2nc2n8mz] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

    .input-group-text input[type="radio"][b-5g2nc2n8mz],
    .input-group-text input[type="checkbox"][b-5g2nc2n8mz] {
        margin-top: 0;
    }

.input-group-lg > .form-control:not(textarea)[b-5g2nc2n8mz],
.input-group-lg > .custom-select[b-5g2nc2n8mz] {
    height: calc(2.875rem + 2px);
}

.input-group-lg > .form-control[b-5g2nc2n8mz],
.input-group-lg > .custom-select[b-5g2nc2n8mz],
.input-group-lg > .input-group-prepend > .input-group-text[b-5g2nc2n8mz],
.input-group-lg > .input-group-append > .input-group-text[b-5g2nc2n8mz],
.input-group-lg > .input-group-prepend > .btn[b-5g2nc2n8mz],
.input-group-lg > .input-group-append > .btn[b-5g2nc2n8mz] {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea)[b-5g2nc2n8mz],
.input-group-sm > .custom-select[b-5g2nc2n8mz] {
    height: calc(1.8125rem + 2px);
}

.input-group-sm > .form-control[b-5g2nc2n8mz],
.input-group-sm > .custom-select[b-5g2nc2n8mz],
.input-group-sm > .input-group-prepend > .input-group-text[b-5g2nc2n8mz],
.input-group-sm > .input-group-append > .input-group-text[b-5g2nc2n8mz],
.input-group-sm > .input-group-prepend > .btn[b-5g2nc2n8mz],
.input-group-sm > .input-group-append > .btn[b-5g2nc2n8mz] {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.input-group-lg > .custom-select[b-5g2nc2n8mz],
.input-group-sm > .custom-select[b-5g2nc2n8mz] {
    padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn[b-5g2nc2n8mz],
.input-group > .input-group-prepend > .input-group-text[b-5g2nc2n8mz],
.input-group > .input-group-append:not(:last-child) > .btn[b-5g2nc2n8mz],
.input-group > .input-group-append:not(:last-child) > .input-group-text[b-5g2nc2n8mz],
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle)[b-5g2nc2n8mz],
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child)[b-5g2nc2n8mz] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn[b-5g2nc2n8mz],
.input-group > .input-group-append > .input-group-text[b-5g2nc2n8mz],
.input-group > .input-group-prepend:not(:first-child) > .btn[b-5g2nc2n8mz],
.input-group > .input-group-prepend:not(:first-child) > .input-group-text[b-5g2nc2n8mz],
.input-group > .input-group-prepend:first-child > .btn:not(:first-child)[b-5g2nc2n8mz],
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child)[b-5g2nc2n8mz] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


.img-container[b-5g2nc2n8mz] {
    width: 300px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .img-container img[b-5g2nc2n8mz] {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }


.btn-TMS[b-5g2nc2n8mz] {
    color: #ffffff;
    background-color: #C82909;
    border-color: #C82909;
    box-shadow: none;
    width: 100%
}

    .btn-TMS:hover[b-5g2nc2n8mz] {
        color: white;
        background-color: #D42A2A;
        border-color: #D42A2A;
    }
/* _content/Flexi.TMS.Portal/Pages/InicioSesion/InicioSesion.razor.rz.scp.css */
.login-logo[b-qwbiklptzs],
.register-logo[b-qwbiklptzs] {
    font-size: 2.1rem;
    font-weight: 300;
    /*margin-bottom: .9rem;*/
    text-align: center;
}

    .login-logo a[b-qwbiklptzs],
    .register-logo a[b-qwbiklptzs] {
        color: #495057;
    }

.login-page[b-qwbiklptzs],
.register-page[b-qwbiklptzs] {
    -ms-flex-align: center;
    align-items: center;
    background: #e9ecef;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    -ms-flex-pack: center;
    justify-content: center;
}

.login-box[b-qwbiklptzs],
.register-box[b-qwbiklptzs] {
    width: 360px;
}

@media (max-width: 576px) {
    .login-box[b-qwbiklptzs],
    .register-box[b-qwbiklptzs] {
        margin-top: .5rem;
        width: 90%;
    }
}

.login-card-body[b-qwbiklptzs],
.register-card-body[b-qwbiklptzs] {
    background: #ffffff;
    border-top: 0;
    color: #666;
    padding: 20px;
}

    .login-card-body .input-group .form-control[b-qwbiklptzs],
    .register-card-body .input-group .form-control[b-qwbiklptzs] {
        border-right: 0;
    }

        .login-card-body .input-group .form-control:focus[b-qwbiklptzs],
        .register-card-body .input-group .form-control:focus[b-qwbiklptzs] {
            box-shadow: none;
        }

            .login-card-body .input-group .form-control:focus ~ .input-group-append .input-group-text[b-qwbiklptzs],
            .register-card-body .input-group .form-control:focus ~ .input-group-append .input-group-text[b-qwbiklptzs] {
                border-color: #80bdff;
            }

        .login-card-body .input-group .form-control.is-valid:focus[b-qwbiklptzs],
        .register-card-body .input-group .form-control.is-valid:focus[b-qwbiklptzs] {
            box-shadow: none;
        }

        .login-card-body .input-group .form-control.is-valid ~ .input-group-append .input-group-text[b-qwbiklptzs],
        .register-card-body .input-group .form-control.is-valid ~ .input-group-append .input-group-text[b-qwbiklptzs] {
            border-color: #28a745;
        }

        .login-card-body .input-group .form-control.is-invalid:focus[b-qwbiklptzs],
        .register-card-body .input-group .form-control.is-invalid:focus[b-qwbiklptzs] {
            box-shadow: none;
        }

        .login-card-body .input-group .form-control.is-invalid ~ .input-group-append .input-group-text[b-qwbiklptzs],
        .register-card-body .input-group .form-control.is-invalid ~ .input-group-append .input-group-text[b-qwbiklptzs] {
            border-color: #dc3545;
        }

    .login-card-body .input-group .input-group-text[b-qwbiklptzs],
    .register-card-body .input-group .input-group-text[b-qwbiklptzs] {
        background-color: transparent;
        border-bottom-right-radius: 0.25rem;
        border-left: 0;
        border-top-right-radius: 0.25rem;
        color: #777;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

.login-box-msg[b-qwbiklptzs],
.register-box-msg[b-qwbiklptzs] {
    margin: 0;
    padding: 0 20px 20px;
    text-align: center;
}

.input-group[b-qwbiklptzs] {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

    .input-group > .form-control[b-qwbiklptzs],
    .input-group > .form-control-plaintext[b-qwbiklptzs],
    .input-group > .custom-select[b-qwbiklptzs],
    .input-group > .custom-file[b-qwbiklptzs] {
        position: relative;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        min-width: 0;
        margin-bottom: 0;
    }

        .input-group > .form-control + .form-control[b-qwbiklptzs],
        .input-group > .form-control + .custom-select[b-qwbiklptzs],
        .input-group > .form-control + .custom-file[b-qwbiklptzs],
        .input-group > .form-control-plaintext + .form-control[b-qwbiklptzs],
        .input-group > .form-control-plaintext + .custom-select[b-qwbiklptzs],
        .input-group > .form-control-plaintext + .custom-file[b-qwbiklptzs],
        .input-group > .custom-select + .form-control[b-qwbiklptzs],
        .input-group > .custom-select + .custom-select[b-qwbiklptzs],
        .input-group > .custom-select + .custom-file[b-qwbiklptzs],
        .input-group > .custom-file + .form-control[b-qwbiklptzs],
        .input-group > .custom-file + .custom-select[b-qwbiklptzs],
        .input-group > .custom-file + .custom-file[b-qwbiklptzs] {
            margin-left: -1px;
        }

        .input-group > .form-control:focus[b-qwbiklptzs],
        .input-group > .custom-select:focus[b-qwbiklptzs],
        .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label[b-qwbiklptzs] {
            z-index: 3;
        }

        .input-group > .custom-file .custom-file-input:focus[b-qwbiklptzs] {
            z-index: 4;
        }

        .input-group > .form-control:not(:last-child)[b-qwbiklptzs],
        .input-group > .custom-select:not(:last-child)[b-qwbiklptzs] {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .input-group > .form-control:not(:first-child)[b-qwbiklptzs],
        .input-group > .custom-select:not(:first-child)[b-qwbiklptzs] {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

    .input-group > .custom-file[b-qwbiklptzs] {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

        .input-group > .custom-file:not(:last-child) .custom-file-label[b-qwbiklptzs],
        .input-group > .custom-file:not(:last-child) .custom-file-label[b-qwbiklptzs]::after {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .input-group > .custom-file:not(:first-child) .custom-file-label[b-qwbiklptzs] {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

.input-group-prepend[b-qwbiklptzs],
.input-group-append[b-qwbiklptzs] {
    display: -ms-flexbox;
    display: flex;
}

    .input-group-prepend .btn[b-qwbiklptzs],
    .input-group-append .btn[b-qwbiklptzs] {
        position: relative;
        z-index: 2;
    }

        .input-group-prepend .btn:focus[b-qwbiklptzs],
        .input-group-append .btn:focus[b-qwbiklptzs] {
            z-index: 3;
        }

        .input-group-prepend .btn + .btn[b-qwbiklptzs],
        .input-group-prepend .btn + .input-group-text[b-qwbiklptzs],
        .input-group-prepend .input-group-text + .input-group-text[b-qwbiklptzs],
        .input-group-prepend .input-group-text + .btn[b-qwbiklptzs],
        .input-group-append .btn + .btn[b-qwbiklptzs],
        .input-group-append .btn + .input-group-text[b-qwbiklptzs],
        .input-group-append .input-group-text + .input-group-text[b-qwbiklptzs],
        .input-group-append .input-group-text + .btn[b-qwbiklptzs] {
            margin-left: -1px;
        }

.input-group-prepend[b-qwbiklptzs] {
    margin-right: -1px;
}

.input-group-append[b-qwbiklptzs] {
    margin-left: -1px;
}

.input-group-text[b-qwbiklptzs] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

    .input-group-text input[type="radio"][b-qwbiklptzs],
    .input-group-text input[type="checkbox"][b-qwbiklptzs] {
        margin-top: 0;
    }

.input-group-lg > .form-control:not(textarea)[b-qwbiklptzs],
.input-group-lg > .custom-select[b-qwbiklptzs] {
    height: calc(2.875rem + 2px);
}

.input-group-lg > .form-control[b-qwbiklptzs],
.input-group-lg > .custom-select[b-qwbiklptzs],
.input-group-lg > .input-group-prepend > .input-group-text[b-qwbiklptzs],
.input-group-lg > .input-group-append > .input-group-text[b-qwbiklptzs],
.input-group-lg > .input-group-prepend > .btn[b-qwbiklptzs],
.input-group-lg > .input-group-append > .btn[b-qwbiklptzs] {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea)[b-qwbiklptzs],
.input-group-sm > .custom-select[b-qwbiklptzs] {
    height: calc(1.8125rem + 2px);
}

.input-group-sm > .form-control[b-qwbiklptzs],
.input-group-sm > .custom-select[b-qwbiklptzs],
.input-group-sm > .input-group-prepend > .input-group-text[b-qwbiklptzs],
.input-group-sm > .input-group-append > .input-group-text[b-qwbiklptzs],
.input-group-sm > .input-group-prepend > .btn[b-qwbiklptzs],
.input-group-sm > .input-group-append > .btn[b-qwbiklptzs] {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.input-group-lg > .custom-select[b-qwbiklptzs],
.input-group-sm > .custom-select[b-qwbiklptzs] {
    padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn[b-qwbiklptzs],
.input-group > .input-group-prepend > .input-group-text[b-qwbiklptzs],
.input-group > .input-group-append:not(:last-child) > .btn[b-qwbiklptzs],
.input-group > .input-group-append:not(:last-child) > .input-group-text[b-qwbiklptzs],
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle)[b-qwbiklptzs],
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child)[b-qwbiklptzs] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn[b-qwbiklptzs],
.input-group > .input-group-append > .input-group-text[b-qwbiklptzs],
.input-group > .input-group-prepend:not(:first-child) > .btn[b-qwbiklptzs],
.input-group > .input-group-prepend:not(:first-child) > .input-group-text[b-qwbiklptzs],
.input-group > .input-group-prepend:first-child > .btn:not(:first-child)[b-qwbiklptzs],
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child)[b-qwbiklptzs] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


.img-container[b-qwbiklptzs] {
    width: 300px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .img-container img[b-qwbiklptzs] {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }


.btn-TMS[b-qwbiklptzs] {
    color: #ffffff;
    background-color: #C82909;
    border-color: #C82909;
    box-shadow: none;
    width: 100%
}

    .btn-TMS:hover[b-qwbiklptzs] {
        color: white;
        background-color: #D42A2A;
        border-color: #D42A2A;
    }
/* _content/Flexi.TMS.Portal/Pages/Procesos/Embarque/RegistroEmbarque.razor.rz.scp.css */
.scroll-hint[b-83dafzqgrf] {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.75);
    color: white;
    padding: 8px 14px;
    border-radius: 18px;
    font-size: 14px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 9999;
}

    .scroll-hint.show[b-83dafzqgrf] {
        opacity: 1;
    }

/* _content/Flexi.TMS.Portal/Pages/Seguridad/RegistroUsuario.razor.rz.scp.css */

.my-container[b-vsocpt9xv8] {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08); /* sombra sutil */
    border-radius: 6px; /* esquinas suavizadas */
    background-color: #fff; /* fondo blanco */
}

.multiselect[b-vsocpt9xv8] {
    position: relative;
}

.selectBox input[b-vsocpt9xv8] {
    width: 100%;
    cursor: pointer;
}

.dropdown-icon[b-vsocpt9xv8] {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.8rem;
    transition: transform 0.3s;
    color: #000;
    font-size: 0.9rem; /* un poquito más grande */
    pointer-events: none; /* no bloquea clicks */
    font-weight: 2000; /* 900 es más grueso que bold */
}

   /* .dropdown-icon.rotate {
        transform: translateY(-50%) rotate(180deg);
    }*/


.btn-warning-white[b-vsocpt9xv8] {
    color: #fff; /* texto blanco */
}

.checkboxes[b-vsocpt9xv8] {
    border: 1px solid #ccc;
    position: absolute;
    background-color: white;  
    width: 100%;
    max-height: 200px; /* Evita desbordar la pantalla */
    overflow-y: auto; /* Scroll si hay muchas opciones */
    box-shadow: 0px 2px 6px rgba(0,0,0,0.2);
}

    .checkboxes label[b-vsocpt9xv8] {
        display: block;
        padding: 5px;
        cursor: pointer;
    }

        .checkboxes label:hover[b-vsocpt9xv8] {
            background-color: #f1f1f1;
        }


.password-textbox[b-vsocpt9xv8] {
    position: relative;
}

.password-toggle-btn[b-vsocpt9xv8] {
    position: absolute;
    right: 5px;
    top: 4px;
    height: 28px;
    width: 32px;
    padding: 0;
    z-index: 10;
}

.password-overlay[b-vsocpt9xv8] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-right: 40px;
    background: transparent;
    z-index: 5;
}

/* Contenedor para el RadzenTextBox + iconos */
.input-with-icon[b-vsocpt9xv8] {
    position: relative;
}

    /* Ajuste del textbox para que no tape el icono */
    .input-with-icon .rz-inputtext[b-vsocpt9xv8] {
        padding-right: 2rem !important; /* espacio para el icono */
    }

/* Estilo del contenedor del estado (spinner / check / x) */
.input-icon-status[b-vsocpt9xv8] {
    position: absolute;
    top: 50%;
    right: 0.75rem; /* distancia del borde derecho */
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    pointer-events: none; /* evita que tape el input */
}

    /* Para que el spinner no sea muy grande */
    .input-icon-status .spinner-border-sm[b-vsocpt9xv8] {
        width: 1rem;
        height: 1rem;
    }
/* _content/Flexi.TMS.Portal/Pages/Seguridad/Usuarios.razor.rz.scp.css */
label[b-isx4yez40l] {
    font-size: 13px;
}

.my-container[b-isx4yez40l] {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08); /* sombra sutil */
    border-radius: 6px; /* esquinas suavizadas */
    background-color: #fff; /* fondo blanco */
}

.btn-sm[b-isx4yez40l] {
    padding: 4px 10px;
    font-size: 0.85rem;
}

.btn-excel[b-isx4yez40l] {
    background-color: #217346; /* Verde Excel */
    color: #fff; /* Texto blanco */
    border: none;
}

    .btn-excel:hover[b-isx4yez40l] {
        background-color: #1a5a36; /* Más oscuro al pasar el mouse */
    }

.div-table-container[b-isx4yez40l] {
    width: 100%;
    height: 100%;
    overflow-y: auto; /* activa scroll vertical */
    overflow-x: auto; /* activa scroll horizontal si es necesario */
   /* border: 1px solid #ddd;
    border-radius: 5px;*/
}

.div-table[b-isx4yez40l] {
    display: table;
    width: 100%;
    table-layout: fixed; /* distribuye columnas dentro del ancho */
    font-size: 13px;
}

.div-row[b-isx4yez40l] {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #ddd;
    flex-wrap: nowrap; /* evita que salte de línea */
}

    .div-row.header[b-isx4yez40l] {
        background-color: #f5f5f5;
        font-weight: bold;
    }

.div-cell[b-isx4yez40l] {
    flex: 1;
    padding: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 120px;
}

/* Opcional: personalizar scrollbar en navegadores modernos */
.div-table-container[b-isx4yez40l]::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

.div-table-container[b-isx4yez40l]::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.2);
    border-radius: 4px;
}

.div-table-container[b-isx4yez40l]::-webkit-scrollbar-track {
    background: transparent;
}


.pagination-controls[b-isx4yez40l] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    gap: 1rem;
    font-size: 13px;
    flex-wrap: wrap;
}
/* _content/Flexi.TMS.Portal/Shared/AnimacionLoading.razor.rz.scp.css */
.loading-overlay[b-osiuxf8rdh] {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.45);
    z-index: 20000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 0 !important;
}

.loading-box[b-osiuxf8rdh] {
    background: white;
    padding: 24px 32px;
    border-radius: 12px;
    text-align: center;
    min-width: 260px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.loading-gif[b-osiuxf8rdh] {
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
}

.loading-text[b-osiuxf8rdh] {
    font-size: 15px;
    font-weight: 500;
    color: #444;
}
/* _content/Flexi.TMS.Portal/Shared/BarraDeAvance.razor.rz.scp.css */

.progress-top-wrapper[b-sqwgf0kurx] {
    position: fixed; 
    width: 100%;
    height: 4px;
    background: transparent;
    z-index: 2000;
}

.progress-top[b-sqwgf0kurx] {
    height: 4px;
    background: var(--progress-color, #0d6efd);
}

/* animación indeterminada (bucle que se mueve) */
.progress-indeterminate[b-sqwgf0kurx] {
    height: 4px;
    width: 30%;
    background: var(--progress-color, #0d6efd);
    animation: indeterminate-b-sqwgf0kurx 1s linear infinite;
    transform: translateX(-120%);
}

@keyframes indeterminate-b-sqwgf0kurx {
    0% {
        left: -40%;
        width: 40%;
    }

    50% {
        left: 20%;
        width: 60%;
    }

    100% {
        left: 100%;
        width: 80%;
    }
}
/* _content/Flexi.TMS.Portal/Shared/ExportarDialog.razor.rz.scp.css */
.export-modal[b-10p1z59emp] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    width: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1100;
}

.export-modal-header[b-10p1z59emp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #eee;
    font-weight: 600;
}

.export-modal-body[b-10p1z59emp] {
    display: flex;
    gap: 1rem;
    padding: 1.5rem;
    justify-content: center;
}

.export-option[b-10p1z59emp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 1.5rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    min-width: 90px;
}

    .export-option:hover[b-10p1z59emp] {
        background: #f0f4ff;
        border-color: var(--rz-primary);
        color: var(--rz-primary);
    }

.export-icon[b-10p1z59emp] {
    font-size: 2rem;
}

.rz-dialog-mask[b-10p1z59emp] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.2);
    z-index: 1099;
}
/* _content/Flexi.TMS.Portal/Shared/MainLayout.razor.rz.scp.css */


.page[b-ce7sm1uf1n] {
    position: relative;
    display: flex;
    flex-direction: column;
    box-sizing: border-box; /*  padding no aumenta el ancho */
    height: 100vh;
    width: 100%;   
}

main[b-ce7sm1uf1n] {
    flex: 1;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.sidebar[b-ce7sm1uf1n] {
    flex-shrink: 0;
    background-image: linear-gradient(180deg, rgb(152, 11, 42) 0%, #C20F36 70%);
}

.top-row[b-ce7sm1uf1n] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    position: relative; /* referencia para hijos absolutos si se necesitan */
    align-items: center;
    z-index: 1500; /* menor que la barra para que la barra est� encima */
    /* flex-shrink: 0;  no se colapsa */
}

    .top-row[b-ce7sm1uf1n]  a, .top-row .btn-link[b-ce7sm1uf1n] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-ce7sm1uf1n] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.user-pic[b-ce7sm1uf1n] {
    width: 40px;
    border-radius: 50px;
    cursor: pointer;
    margin-left: 20px;
    max-width: 100%; /* Evita que la imagen se desborde */
}

.div-perfil-usuario[b-ce7sm1uf1n] {
    position: relative; /* Para que el men� se ancle a este div */
    cursor: pointer;
    display: flex;
}

.sub-menu-wrap[b-ce7sm1uf1n] {
    position: absolute;
    top: calc(100% + 4px); /* siempre debajo del perfil */
    right: 4%;
    width: 300px;
    max-height: 0px;
    max-width: 100vw; /* Nunca m�s ancho que el viewport */
    overflow: hidden;
    transition: max-height 0.5s;
    z-index: 9999;
}

    .sub-menu-wrap.open-menu[b-ce7sm1uf1n] {
        max-height: 400px;
    }

.sub-menu[b-ce7sm1uf1n] {
    background: #f7f7f7;
    padding: 15px;
    margin: 5px
}

.user-info[b-ce7sm1uf1n] {
    display: flex;
    flex-direction: column; /* coloca los hijos en columna */
    align-items: center;
}

    .user-info h3[b-ce7sm1uf1n] {
        font-weight: 400;
        font-size: 15px;
    }


    .user-info h4[b-ce7sm1uf1n] {
        font-weight: 200;
        font-size: 15px;
    }

    .user-info img[b-ce7sm1uf1n] {
        width: 40px;
        border-radius: 50%;
        margin-right: 15px;
        margin-right: 15px;
    }

.sub-menu hr[b-ce7sm1uf1n] {
    border: 0;
    height: 1px;
    width: 100%;
    background: #000000;
    margin: 15px 0 10px;
}

.sub-menu-link[b-ce7sm1uf1n] {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #525252;
    margin: 0 0;
}

.sub-menu p[b-ce7sm1uf1n] {
    width: 100%;
    font-size: 15px;
    margin-top: 5%;
}

.sub-menu-link img[b-ce7sm1uf1n] {
    width: 40px;
    background: #e5e5e5;
    border-radius: 50%;
    padding: 8px;
    margin-right: 15px;
}

.sub-menu-link span[b-ce7sm1uf1n] {
    font-size: 18px;
    transition: transform 0.5s;
}

/*.sub-menu-link:hover span{
    transform:translateX(5px);
}*/

.sub-menu-link:hover p[b-ce7sm1uf1n] {
    font-weight: 600;
}

.custom-modal[b-ce7sm1uf1n] {
    position: fixed; /* se queda fijo en toda la pantalla */
    top: 0; /* empieza desde arriba */
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999 !important; /* m�s alto que el .top-row */
}

@media (max-width: 640.98px) {
    .sub-menu-wrap[b-ce7sm1uf1n] {
        width: 50vw;
        right: 5vw;
        top: calc(100% + 4px); /* siempre debajo del perfil */
        z-index: 9999;
    }

    .div-perfil-usuario[b-ce7sm1uf1n] {
        position: absolute;
        display: flex;
        justify-content: flex-end;
        right: 2%;
    }

    .user-pic[b-ce7sm1uf1n] {
        margin-left: 40px;
    }

    .top-row:not(.auth)[b-ce7sm1uf1n] {
        display: none;
        position: relative; /* referencia para hijos absolutos si se necesitan */
    }

    .top-row.auth[b-ce7sm1uf1n] {
        justify-content: space-between;
    }

    .top-row a[b-ce7sm1uf1n], .top-row .btn-link[b-ce7sm1uf1n] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {

    .page[b-ce7sm1uf1n] {
        flex-direction: row;
    }

    .sidebar[b-ce7sm1uf1n] {
        width: 250px;
        height: 100vh;
        flex-shrink: 0;
        position: sticky;
        top: 0
    }

    .top-row[b-ce7sm1uf1n] {
        /*position: sticky;*/
        position: static;
        top: 0;
        z-index: 1;
    }

    .top-row[b-ce7sm1uf1n], article[b-ce7sm1uf1n] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Flexi.TMS.Portal/Shared/Modal.razor.rz.scp.css */
.modal-backdrop-personalizado[b-38a41gplgj] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    z-index: 2000;
}

.modal-personalizado[b-38a41gplgj] {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2001;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* _content/Flexi.TMS.Portal/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-vwyw74kqsf] {
    background-color: rgba(255, 255, 255, 0.1);
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.top-row[b-vwyw74kqsf] {
    height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.2);
}

.bottom-row[b-vwyw74kqsf] {
    position: absolute;
    bottom: 0;
    padding-bottom: 10px;
    text-align: right;
    width: 100%;
    padding-right: 28px;
}

.icon-menu-arrow[b-vwyw74kqsf] {
    text-align: right;
}

.navbar-brand[b-vwyw74kqsf] {
    font-size: 1.1rem;
}

.oi[b-vwyw74kqsf] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-vwyw74kqsf] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-vwyw74kqsf] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-vwyw74kqsf] {
        padding-bottom: 1rem;
    }

    .nav-item[b-vwyw74kqsf]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-vwyw74kqsf]  a.active {
            background-color: rgba(255, 255, 255, 0.25);
            color: white;
        }

        .nav-item[b-vwyw74kqsf]  a:hover {
            background-color: rgba(255, 255, 255, 0.1);
            color: white;
        }

.logo-link img[b-vwyw74kqsf] {
    margin-top: -12px; /* sube el logo 5px */
}

.scroll-transparente[b-vwyw74kqsf] {
    flex: 1; /* ocupa todo el espacio disponible */
    overflow-y: auto;
    overflow-x: hidden;
}

    /* Chrome, Edge, Safari */
    .scroll-transparente[b-vwyw74kqsf]::-webkit-scrollbar {
        width: 6px;
    }

    .scroll-transparente[b-vwyw74kqsf]::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.2); /*thumb transparente */
        border-radius: 3px;
    }

    .scroll-transparente[b-vwyw74kqsf]::-webkit-scrollbar-track {
        background: transparent; /*track transparente */
    }

/* Firefox */
.scroll-transparente[b-vwyw74kqsf] {
    scrollbar-width: thin;
    scrollbar-color: rgba(0,0,0,0.2) transparent;
}


@media (max-width: 640.98px) {
    .bottom-row[b-vwyw74kqsf] {
        display: none;
    }
}


@media (min-width: 641px) {
    .navbar-toggler[b-vwyw74kqsf] {
        display: none;
    }

    .collapse[b-vwyw74kqsf] {
        display: block;
    }

    .nav-container[b-vwyw74kqsf] {
        max-height: calc(100vh - 3.5rem); /* resta la top-row */
        overflow-y: auto; /* scroll solo si excede */
    }

    .bottom-row[b-vwyw74kqsf] {
        display: block;
    }
}


.nav-item label[b-vwyw74kqsf],
.sub-menu label[b-vwyw74kqsf] {
    margin-left: 8px;
}

/* Sub-men�s sangrados */
.sub-menu .nav-link[b-vwyw74kqsf] {
    padding-left: 2rem; /* indentaci�n de submen� */
}

/* Iconos consistentes */
.nav-link .bi[b-vwyw74kqsf] {
    font-size: 1.0rem;
    min-width: 1.2rem;
    text-align: center;
}

.nav-link.active[b-vwyw74kqsf] {
    border-radius: 0 !important;
}
/* _content/Flexi.TMS.Portal/Shared/PdfViewer.razor.rz.scp.css */
/*.pdf-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.6);
    z-index: 9999;
}

.pdf-modal {
    position: absolute;
    inset: 2vh 2vw;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.pdf-iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.pdf-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    background: #fff;
    border: none;
    font-size: 18px;
    cursor: pointer;
}
*/

.pdf-overlay[b-oaet6hj99z] {
    position: fixed;
    top: var(--header-height, 60px); /* se ajusta al alto de tu header */
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999; /* menor que el header */
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 1rem;
}

.pdf-modal[b-oaet6hj99z] {
    background: white;
    border-radius: 8px;
    width: 90%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.pdf-header[b-oaet6hj99z] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
}

.pdf-close[b-oaet6hj99z] {
    background: none;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    color: #555;
}

    .pdf-close:hover[b-oaet6hj99z] {
        color: #000;
    }

.pdf-iframe[b-oaet6hj99z] {
    width: 100%;
    flex: 1;
    border: none;
}


@media (max-width: 768px) {
    .pdf-overlay[b-oaet6hj99z] {
        top: var(--header-height-mobile, 110px); /* un poco más abajo */
        padding: 0.5rem;
    }

    .pdf-modal[b-oaet6hj99z] {
        width: 100%;
        border-radius: 4px;
    }
}
