.error-help-block {
    color: rgb(243, 8, 8);
}
#data-table tbody tr td {
    vertical-align: middle;
}

.elevation-3 {
    box-shadow: none !important;
}

.brand-link .brand-image{
    margin-left: 0.5rem !important;
}

.btn-submit {
    background-color: #33a8dc;
    border-color: #33a8dc;
    color: white;
}


.login-page, .register-page{
    height: auto;
}

.pt-3, .py-3{
    padding-left: 8px;
}

.btn-link{
 color: #00418B !important;
}

#cintillo-mobile{
    display: flex;
    justify-content: space-between;
    align-items: center !important;
}

#body-login {
    display: flex;
    justify-content: center;
}

#image-login{
    width: 600px;
    align-self: center;
}

#cintillo{
    width: 50%;
}

#bicentenario{
    width: 40%;
}

@media screen and (min-width: 360px) and (max-width:780px) {
    .img-mobile {
        display: none !important;
    }

    .login-box, .register-box {
        width: 350px !important;
    }

    #cintillo{
        width: 75% !important;
    }

    #bicentenario{
        width: 20% !important;
    }
}

@media screen and (min-width:780px) and (max-width:1000px) {
    #cintillo{
        width: 50% !important;
    }

    #bicentenario{
        width: 20% !important;
    }
}

#mainCard {
    border-radius: 20px;
    margin-inline: auto;
}

#prefixMovil-error {
    display: none;
}

.hideAllTooltip{
    background-color: #0053B1;
    color: white;
}

.hideLabelTooltip{
    text-align: center;
    border-radius: 15px;
    box-shadow: 6px 6px 6px #28282848;
}

.span-lista {
    padding-left: 10px;
}

.span-texterror {
    padding-left: 10px;
    color: red;
}

.span-textok {
    padding-left: 10px;
    color: green;
}

/* .container {
    width: min(100% - 15px, 840px);
    margin-inline: auto;
} */


/* Card Select Rol*/
.card_selectRol:hover{
    box-shadow: 6px 6px 6px #28282848;
    transform:scale(1.1);
    background-color: #0053B1 ;
}

.card_selectRol{
  height:100px;
  /* width:500px; */
  background-color: #00418B;
  border-radius: 10px;
  transition:.3s;
  /* margin: 3rem; */
  /* position: relative; */
}

.selectRol{
    /* width: auto; */
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: white;
}

.description-header{
    font-size: 1.2em;
}
/* Card Select Rol*/

.progressbar li {
    float: left;
    width: 20%;
    position: relative;
    text-align: center;
}

.progressbar {
    counter-reset: step;
}

.progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    height: 30px;
    border: 2px solid #bebebe;
    display: block;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    line-height: 27px;
    background: white;
    color: #bebebe;
    text-align: center;
    font-weight: bold;
    z-index: 10;
    position: inherit;
}

.progressbar li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #979797;
    top: 23px;
    left: -50%;
    z-index: 1;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.step-success:before {
    background: #3aac5d;
}

.progressbar li.step-success:before {
    border-color: #3aac5d;
    background: #3aac5d;
    color: white;
}

.progressbar li.actual:before {
    background: #33a8dc;
}

.progressbar li.actual:before {
    border-color: #33a8dc;
    background: #33a8dc;
    color: white;
}

/* .progressbar li.active:before {
    background: #05e3e3;
}

.progressbar li.active:before {
    border-color: #05e3e3;
    background: #05e3e3;
    color: white;
} */

.step-app > .step-steps > li.active {
    background-color: transparent;
    color: rgb(0, 0, 0);
}

.step-app > .step-steps > li {
    list-style: none;
    flex: 1;
    cursor: pointer;
    display: block;
    padding: 10px;
    color: #333;
    background-color: #ffffff;
    text-decoration: none;
    /* border-right: 1px solid #fff; */
}

.texto {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
}

.contenedor {
    display: flex;
    flex-direction: column;
}

.contenedor-boton {
    padding-inline: 0;
    align-items: center;
}

.texto-usuario {
    position: relative;
    margin: auto;
    margin-block: 0;
}

.texto-usuario p {
    margin-block-end: 0;
}

.step-app > .step-content {
    border: #ffffff;
}

.margin {
    margin-left: 2px;
}

.form-control-diff {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control-diff.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: 2.25rem !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control-diff.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: 2.25rem !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.bg-linear-gradient-sni {
    background: linear-gradient(45deg, #00418b, #0053b1) !important;
}

.nav-treeview {
    background-color: #ededed;
    border-radius: 3%;
}

.ss-main {
    border: 1px solid #ced4da;
}

.ss-main .ss-values .ss-value {
    background-color: #007bff !important;
}

.ss-content .ss-list .ss-option.ss-highlighted,
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
    background-color: #007bff !important;
}

.ss-content .ss-list .ss-option:hover {
    background-color: #007bff !important;
    /* 0053b1 */
}

.ss-content .ss-search input:focus {
    box-shadow: 0 0 0px #0053b1 !important;
    border: 1px solid #ced4da;
}

.ss-main:focus {
    box-shadow: 0 0 0px #0053b1 !important;
}
/* ced4da */

/* .modal-backdrop {
    opacity:0.5 !important;
} */

.modal-backdrop {
    background: rgba(0, 0, 0, 0.4) !important;
}

/* Login-page */
    /*
    |
    |
    |
    */
body {
    block-size: 120vh !important;
}

#body-login {
    block-size: 88%;
}

.body-wrapper {
    inline-size: 100%;
    block-size: 100%;
    /* padding-block: 1%; */
    padding-inline: 15%;
    background-image: url(../images/fondo-inicio.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.img-mobile {
    max-width: unset;
}

.img-mobile {
    display: flex;
    align-items: flex-start;
}

.card-mobile {
    display: flex;
    align-items: center;
}

@media screen and (max-width:700px) {
    #cintillo-mobile {
        display: none;
    }
}

.is-loading {
    position: relative;
  }
  .is-loading:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0.25rem solid transparent;
    border-top-color: currentColor;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    animation: spin 0.75s linear infinite;
  }
  @keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
  }
