.fillToBox {
    max-width: 100%;
    height: auto !important;
}

.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border-left-color: #09f;
    animation: spin 1s ease infinite;

    position: fixed;
    z-index: 999;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.avance::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 30%;
    left: -50%;
    z-index: -1;
    background-color: #09840e;
    width: 100%;
    height: 8px;
}

.noavance::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 30%;
    left: -50%;
    z-index: -1;
    background-color: #b2b2b2;
    width: 100%;
    height: 8px;
}


.content {
    width: 100%;
}

.left {
    float: left;
    position: relative;
    width: 45%;
}

.right {
    position: relative;
    float: left;
    width: 45%;
}

.div_proveedor,
.div_ultimo_estado {
    background-color: #ecebea;
}

.parent_proveedor {
    display: grid;
    grid-template-columns: repeat(6, 6fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0;
}

.parent_ultimo_estado {
    display: grid;
    grid-template-columns: repeat(6, 6fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0;
}

.div1_proveedor {
    grid-area: 1 / 1 / 5 / 7;
}

.div2_proveedor {
    grid-area: 1 / 1 / 2 / 4;
}

.div3_proveedor {
    grid-area: 1 / 4 / 2 / 7;
}

.div4_proveedor {
    grid-area: 2 / 1 / 3 / 4;
}

.div5_proveedor {
    grid-area: 2 / 4 / 3 / 7;
}

.div6_proveedor {
    grid-area: 3 / 1 / 4 / 4;
}

.div7_proveedor {
    grid-area: 3 / 4 / 4 / 7;
}

.div8_proveedor {
    grid-area: 4 / 1 / 5 / 4;
}

.div9_proveedor {
    grid-area: 4 / 4 / 5 / 7;
}

.center {
    position: relative;
    padding-right: 2rem;
    overflow-wrap: break-word;
    text-align: right;
}

.center_button {
    position: relative;
    text-align: center;
}

_ img {
    width: 25px;
}

.stepper {
    list-style: none;
    padding: 0;
    position: relative;
    max-width: 100%;
    margin: 20px auto 26px;
    border: none;
    z-index: 0;
    text-align: center;
}

.stepper div {
    display: inline-block;
    width: 18%;
    text-align: center;
    float: none;
}

.stepper div img {
    display: block;
    height: 68px;
    width: 68px;
    text-align: center;
    margin: 0 auto;
    background: #f5f6f7;
    border: 2px solid #e5e5e5;
    line-height: 65px;
    font-size: 30px;
    border-radius: 50%;
}

.stepper div p {
    display: grid;

    text-align: center;
    margin: 0 auto;
}

.p-4 {
    padding: 10px !important;
}

.pt-2 {
    padding-top: 15px !important;
}

.content img {
    max-width: none !important;
    height: auto;
    display: block;
}

.msj {
    display: flex;
    justify-content: center;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    background: #ffffffbd;    
 }

 .container-traza-form .form-select {
    width: 100%;
 }