.azul-principal{
    color: #4966b1;
}

.linea{
    border: 1.3px solid #4966b1 !important;
}

input[type=radio] {
    width: 3% !important;
    display: inline-flex;
}
.btn-forms-steps{
    background-color: #F26334;
    color: white;
    font-weight: 600;
    font-family: unset;
}
.btn-popup-tm{
    background-color: #858384;
    color: white;
    font-weight: 600;
    font-family: unset;
    border-radius: 50%;
    width: 4em;
    cursor: pointer;
}

.btn-forms-steps:hover{
    background-color: #ffffff;
    color: #F26334;
    font-weight: 600;
    border-color: #F26334;
    border: 1px solid;
}
select{
    width: 100% !important;
    display: block !important;
    border: 1px solid #ebebeb !important;
    height: 50px !important;
    box-sizing: border-box !important;
    padding: 0 20px !important;
    color: #222 !important;
    font-weight: bold !important;
    font-size: 14px !important;
}
.btn-c{
    width: 14em;
    cursor: pointer;
    border-color:transparent;
}

.btn-close{
    width: 14em;
    cursor: pointer;
    border-color:transparent;
    padding:10px;
    color:white;
    font-weight: 600;
    font-family: unset;
}

.steps ul:after {
    height: 600px !important;
}
input[type=file] {
    border: 0px !important;
}
input[type=checkbox]{
    width: 12% !important;
    height: 28px !important;
}
.op-disabled{
    opacity: 0.3;
}

.mi-tabla th, .mi-tabla td {
    border: 2px solid black !important;
}
.content {
    height: 100% !important;
}
input[type=text]{
    text-transform: uppercase;
}
.form-flex .form-group {
    width: 100% !important;
    padding: 0 10px;
}
hr{
    margin: 2% 0 2% 0;
    border: 1px solid lightgray !important;
}

#pendingInvoiceTable{
    display:none;
}

#noPendingInvoice{
    display:none;
}

.loading-icon {
    display: none;
}

.card {
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 20px;
    background-color:white;
}

.table {
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    background-color:white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align:center;
    margin-bottom:1rem;
}

/* Encabezado de la tabla */
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

/* Celdas del cuerpo de la tabla */
.table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    text-align:center;
}

/* Resaltar fila al pasar el mouse */
.table tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.form-find{
    position: relative;
    padding-bottom: 5px;
    border-bottom: none !important;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    text-align: center;
    text-color:#002C6C;
    padding: 50px;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}

#steps-uid-0-p-0 .form-row, #steps-uid-0-p-0 .form-group, #steps-uid-0-p-0 .form-date {
    width: 100% !important;
}

.grey-color{
    color:#B1B3B3;
}

.custom-file-input {
    position: relative;
    display: inline-block;
    background-color: #E65B2A;
    color: white;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
  }
  
  .custom-file-input input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
  }

  .blue-text{
    color:#002C6C;
    font-weight:bold;
  }

  .boton-archivo {
    background-color: #E65B2A;
    color: white;
    padding: 10px 0px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 2%;
    width: auto;
    margin-bottom: 10px;
  }
  
  .boton-archivo::file-selector-button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background-color: #E65B2A;
    color: white;
    cursor: pointer;
  }

  .iti{
    width: 100% !important;
  }

  a[href="#finish"] {
    display: none !important;
  }

