form .form-control:invalid+.select2.select2-container.select2-container--default span.select2-selection,
select.select2.is-invalid+.select2.select2-container.select2-container--default span.select2-selection {
    border-color: #dc3545!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);
    box-shadow: 0 0 0 0.05rem rgb(220 53 69)!important;
    border: 0;
}

form .form-control:invalid+.select2.select2-container.select2-container--default .select2-selection__arrow,
select.select2.is-invalid+.select2.select2-container.select2-container--default .select2-selection__arrow {
    right: 25px!important;
}

form .form-control:valid+.select2.select2-container.select2-container--default span.select2-selection,
select.select2.is-valid+.select2.select2-container.select2-container--default span.select2-selection {
    border-color: #4dbd74!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);
    box-shadow: 0 0 0 0.05rem rgb(40 167 69)!important;
    border: 0;
}

form .form-control:valid+.select2.select2-container.select2-container--default .select2-selection__arrow,
select.select2.is-valid+.select2.select2-container.select2-container--default .select2-selection__arrow {
    right: 25px!important;
}

.select2-container {
    width: 100%!important;
}

.select2-container .select2-selection--single {
    height: calc(1.5em + .75rem + 2px)!important;
}

.select2-container--default .select2-selection--single {
    border: none!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 22px!important;
}

.has-float-label label,
.has-float-label>span {
    background: white;
    left: 16px!important;
}

.form-group label.error{
    line-height: 1.7rem!important;
    color: #dc3545;
}

.form-group label {
    line-height: 0.7rem!important;
}

.has-float-label .form-control:placeholder-shown:not(:focus)+* {
    font-size: 100%!important;
    top: 0.7em!important;
}

.form-check .form-check-label {
    min-height: 0px;
    margin-bottom: 0rem;
}


/* Ajuste label jquery.steps*/

.wizard>.content>.body label.error {
    margin-left: 12.5em!important;
}

.wizard>.content>.body input.error {
    background: none!important;
}

.wizard>.content>.body input:invalid {
    border: 1px solid #dc3545;
}

.wizard>.content>.body input:valid {
    border: 1px solid #28a745;
}

#empleadoForm>.wizard>.content {
    min-height: 80vh!important;
}

#configuracionForm>.wizard>.content {
    min-height: 37rem!important;
}


/**DIV show */

.div-letter-dark {
    font-weight: bolder!important;
}


/*Ajuste Scroll Table class sortable*/

.sortable {
    cursor: all-scroll;
}

.sortable tr:hover {
    background-color: #ccc;
}


/**/

.camposJson {
    width: 100%;
}
.pointer {
 cursor: pointer;
}

.remove-parafiscal {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #dc3545;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 68%;
    top: 1em;
    left: 0em;
}
.remove-parafiscal .fa-xmark{
    color: white;
}

/*Input type file*/
.custom-file-input ~ .custom-file-label::after {
    content: "Elegir" !important;
}
.custom-file-input:hover {
    cursor: pointer
}

#collapseTwo {
    background-color: rgb(244, 245, 247);
}

.iconos {
    transform: translate(20%, 40%);
}

.iconos .fa-dollar-sign, .iconos .fa-sun{
    color:gold;
    font-size: 250%;
}
.iconos .fa-users{
    color:#727cf5;
    font-size: 250%;
}

.iconos .fa-money-bill-alt{
    color: green;
    font-size: 250%;
}
.iconos .fa-piggy-bank{
    color: pink;
    font-size: 250%;
}

.cardsTop .stretch-card{
    min-width: 200px;
}

.print-json {
    text-align: left;
    outline: 1px solid #ccc;
    padding: 5px; margin: 5px;
    .string { color: green; }
    .number { color: darkorange; }
    .boolean { color: red; }
    .null { color: magenta; }
    .key { color: blue; }
}


#cuentaRegresiva {
    color: #727cf5;
    font-weight: bold;
}

.nav-scroll {
    max-height: 300px; /* o lo que necesites */
    overflow-y: auto;
}
