/* width */
::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #2d2d2d; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: grey; 
  }
.div-container{
    background: #fff;
    border-radius: 5px;
    display: inline;
    align-content: center;
}
.div-container .estado{
    display: flex;
    width: 80%;
    max-width: 845px;
    margin-left:auto;
    margin-right:auto;
}
.div-container .estado .step{
    text-align:center;
    width: 100%;
    position: relative;
}

.estado .step p{
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 8px;
    transition: 0.2s;
}
.estado .step p.active{
    color: #dc3545;
}
.estado .step .bullet{
    height: 25px;
    width: 25px;
    border: 2px solid #000;
    display: inline-block;
    border-radius: 50%;
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    position: relative;
    transition: 0.2s;
}
.estado .step:last-child .bullet:before,
.estado .step:last-child .bullet:after{
    display: none;
}

.estado .step .bullet:before,
.estado .step .bullet:after{
    position:absolute;
    bottom: 11px;
    left: 23px;
    content:'';
    height:3px;
    width: 187px;
    background: #262626;
}

/* tornar o circulo vermelho no step*/
.estado .step .bullet.active{
    border-color: #dc3545;
    background: #dc3545;
}

/* tornar a linha vermelha no step*/
.estado .step .bullet.active:after{
    background: #dc3545;
    transform: scaleX(0);
    transform-origin: left;
    animation: animate 0.3s linear forwards;
}
@keyframes animate{
    100%{
        transform: scaleX(1);
    }
}

.estado .step .bullet span{
    border-radius: 50%;
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* oculta o número no circulo ao concluir o step*/
.estado .step .bullet.active span{
    display: none;
}
.div-check
{
    color: #fff;
    display: none;
}
.estado .step .check{
    position:absolute;
    left: 45%;
    top: 68%;
    font-size: 15px;
}
.badge-danger {
    background: rgba(0,0,0,0.80) !important;
}
.btn-danger {
    background: rgba(0,0,0,0.80) !important;
}
.btn-secondary {
    background: rgba(0,0,0,0.80) !important;
}
.btn-success {
    background: rgba(0,0,0,0.80) !important;
}

.pagination .page-item.active .page-link{
    background: rgba(0,0,0,0.80) !important;
}
.box-shadow{
    box-shadow: 5px 10px 20px #888;
}
.btn-shadow{
    box-shadow: 0px 3px 10px #888;
}
.content{
    margin-top: 50px !important;
    min-height: 100vh;
}
.fl {
    border: 1px solid #ccc;
    padding: 0.5em;
    margin: 0.5em 0;
    height: 100%;
}


@media (min-width: 1150px) {
    
    .estado .step:first-child
    {
        margin-left: 70px;
    }
    .div-container .estado{
        display: flex;
        width: 100%;
        margin-left:auto;
        margin-right:auto;
    }
    .div-container .estado .step{
        text-align:left;
        width: 100%;
        position: relative;
    }

    .estado .step .bullet:before,
    .estado .step .bullet:after{
        position:absolute;
        bottom: 11px;
        left: 23px;
        content:'';
        height:3px;
        width: 170px;
        background: #262626;
    }

}

@media (max-width: 1155px){
    
    .estado .step:first-child
    {
        margin-left: 70px;
    }
    .div-container .estado{
        display: flex;
        width: 100%;
        margin-left:auto;
        margin-right:auto;
    }
    .div-container .estado .step{
        text-align:left;
        width: 100%;
        position: relative;
    }

    .estado .step .bullet:before,
    .estado .step .bullet:after{
        position:absolute;
        bottom: 11px;
        left: 23px;
        content:'';
        height:3px;
        width: 160px;
        background: #262626;
    }

}

.table-responsive{
    height: 100%;
}

@media (max-width: 1110px){
    
    .estado .step:first-child
    {
        margin-left: 70px;
    }
    .div-container .estado{
        display: flex;
        width: 100%;
        margin-left:auto;
        margin-right:auto;
    }
    .div-container .estado .step{
        text-align:left;
        width: 100%;
        position: relative;
    }

    .estado .step .bullet:before,
    .estado .step .bullet:after{
        position:absolute;
        bottom: 11px;
        left: 23px;
        content:'';
        height:3px;
        width: 155px;
        background: #262626;
    }

}

@media (max-width: 1090px){
    
    .estado .step:first-child
    {
        margin-left: 70px;
    }
    .div-container .estado{
        display: flex;
        width: 100%;
        margin-left:auto;
        margin-right:auto;
    }
    .div-container .estado .step{
        text-align:left;
        width: 100%;
        position: relative;
    }

    .estado .step .bullet:before,
    .estado .step .bullet:after{
        position:absolute;
        bottom: 11px;
        left: 23px;
        content:'';
        height:3px;
        width: 150px;
        background: #262626;
    }

}

@media (max-width: 1052px){
    
    .estado .step:first-child
    {
        margin-left: 70px;
    }
    .div-container .estado{
        display: flex;
        width: 100%;
        margin-left:auto;
        margin-right:auto;
    }
    .div-container .estado .step{
        text-align:left;
        width: 100%;
        position: relative;
    }

    .estado .step .bullet:before,
    .estado .step .bullet:after{
        position:absolute;
        bottom: 11px;
        left: 23px;
        content:'';
        height:3px;
        width: 140px;
        background: #262626;
    }

}

@media (max-width: 1030px){
    
    .estado .step:first-child
    {
        margin-left: 70px;
    }
    .div-container .estado{
        display: flex;
        width: 100%;
        margin-left:auto;
        margin-right:auto;
    }
    .div-container .estado .step{
        text-align:left;
        width: 100%;
        position: relative;
    }

    .estado .step .bullet:before,
    .estado .step .bullet:after{
        position:absolute;
        bottom: 11px;
        left: 23px;
        content:'';
        height:3px;
        width: 137px;
        background: #262626;
    }

}

@media (max-width: 1014px){
    
    .estado .step:first-child
    {
        margin-left: 70px;
    }
    .div-container .estado{
        display: flex;
        width: 100%;
        margin-left:auto;
        margin-right:auto;
    }
    .div-container .estado .step{
        text-align:left;
        width: 100%;
        position: relative;
    }

    .estado .step .bullet:before,
    .estado .step .bullet:after{
        position:absolute;
        bottom: 11px;
        left: 23px;
        content:'';
        height:3px;
        width: 130px;
        background: #262626;
    }

}

@media (max-width: 980px){

    .estado .step .bullet:before,
    .estado .step .bullet:after{
        position:absolute;
        bottom: 11px;
        left: 23px;
        content:'';
        height:3px;
        width: 122px;
        background: #262626;
    }

    
    .estado .step:first-child
    {
        margin-left: 70px;
    }
    .div-container .estado{
        display: flex;
        width: 100%;
        margin-left:auto;
        margin-right:auto;
    }
    .div-container .estado .step{
        text-align:left;
        width: 100%;
        position: relative;
    }

}

@media (max-width: 951px){

    .estado .step .bullet:before,
    .estado .step .bullet:after{
        position:absolute;
        bottom: 11px;
        left: 23px;
        content:'';
        height:3px;
        width: 100px;
        background: #262626;
    }

    
    .estado .step:first-child
    {
        margin-left: 70px;
    }
    .div-container .estado{
        display: flex;
        width: 100%;
        margin-left:auto;
        margin-right:auto;
    }
    .div-container .estado .step{
        text-align:left;
        width: 100%;
        position: relative;
    }

    .estado .step .bullet:before,
    .estado .step .bullet:after{
        position:absolute;
        bottom: 11px;
        left: 23px;
        content:'';
        height:3px;
        width: 113px;
        background: #262626;
    }
}

@media (max-width: 920px){
    .estado .step p{
        display: none;
    }

    .estado .step .bullet:before,
    .estado .step .bullet:after{
        position:absolute;
        bottom: 11px;
        left: 23px;
        content:'';
        height:3px;
        width: 100px;
        background: #262626;
    }

    
    .estado .step:first-child
    {
        margin-left: 50px;
    }
    .div-container .estado{
        display: flex;
        width: 100%;
        margin-left:auto;
        margin-right:auto;
    }
    .div-container .estado .step{
        text-align:left;
        width: 100%;
        position: relative;
    }
}
/* total => 1349;   parcial 1099 */

@media (max-width: 920px){
    .estado .step .bullet:before,
    .estado .step .bullet:after{
        position:absolute;
        bottom: 11px;
        left: 23px;
        content:'';
        height:3px;
        width: 112px;
        background: #262626;
    }
}

@media (min-width: 881px) AND (max-width: 910px){
    .estado .step .bullet:before,
    .estado .step .bullet:after{
        position:absolute;
        bottom: 11px;
        left: 23px;
        content:'';
        height:3px;
        width: 108px;
        background: #262626;
    }
}

@media (max-width: 880px){
    .estado .step .bullet:before,
    .estado .step .bullet:after{
        position:absolute;
        bottom: 11px;
        left: 23px;
        content:'';
        height:3px;
        width: 102px;
        background: #262626;
    }
}

@media (max-width: 848px){
    .estado .step .bullet:before,
    .estado .step .bullet:after{
        position:absolute;
        bottom: 11px;
        left: 23px;
        content:'';
        height:3px;
        width: 94px;
        background: #262626;
    }
}

@media (max-width: 824px){
    .estado .step .bullet:before,
    .estado .step .bullet:after{
        position:absolute;
        bottom: 11px;
        left: 23px;
        content:'';
        height:3px;
        width: 88px;
        background: #262626;
    }
}

@media (max-width: 660px){
    .estado .step .bullet:before,
    .estado .step .bullet:after{
        position:absolute;
        bottom: 11px;
        left: 23px;
        content:'';
        height:3px;
        width: 108px;
        background: #262626;
    }
}

@media (max-width: 630px){
    .estado .step .bullet:before,
    .estado .step .bullet:after{
        position:absolute;
        bottom: 11px;
        left: 23px;
        content:'';
        height:3px;
        width: 102px;
        background: #262626;
    }
}

@media (max-width: 600px){
    .estado .step .bullet:before,
    .estado .step .bullet:after{
        position:absolute;
        bottom: 11px;
        left: 23px;
        content:'';
        height:3px;
        width: 96px;
        background: #262626;
    }
}

@media (max-width: 590px){
    .estado .step .bullet:before,
    .estado .step .bullet:after{
        position:absolute;
        bottom: 11px;
        left: 23px;
        content:'';
        height:3px;
        width: 92px;
        background: #262626;
    }
}

@media (max-width: 564px){
    .estado .step .bullet:before,
    .estado .step .bullet:after{
        position:absolute;
        bottom: 11px;
        left: 23px;
        content:'';
        height:3px;
        width: 85px;
        background: #262626;
    }
}

@media (max-width: 550px){
    .estado .step .bullet:before,
    .estado .step .bullet:after{
        position:absolute;
        bottom: 11px;
        left: 23px;
        content:'';
        height:3px;
        width: 80px;
        background: #262626;
    }
}
@media (max-width: 530px){
    .estado .step .bullet:before,
    .estado .step .bullet:after{
        position:absolute;
        bottom: 11px;
        left: 23px;
        content:'';
        height:3px;
        width: 78px;
        background: #262626;
    }
}
@media (max-width: 515px) {
    .estado .step .bullet:before,
    .estado .step .bullet:after{
        position:absolute;
        bottom: 11px;
        left: 23px;
        content:'';
        height:3px;
        width: 73px;
        background: #262626;
    }
}

@media (max-width: 507px){
    .estado .step .bullet:before,
    .estado .step .bullet:after{
        position:absolute;
        bottom: 11px;
        left: 23px;
        content:'';
        height:3px;
        width: 70px;
        background: #262626;
    }
}
.error-input{
    border: 1px solid #dc3545!important;
}