@keyframes popbalao {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    
    100% {
        transform: scale(1);
    }
}

.new-show #tabsformshow {
    display: none;
}


.wrapbarraltura {
    height: 440px;
    overflow: auto;
    width: 100%;
    margin-bottom: -318px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding: 5px 0 20px;
    scrollbar-width: none;      /* Firefox */
  -ms-overflow-style: none;   /* IE 10+ */
}
.txtdata, .prog {
    font-family: "Quicksand";
}

.prog {
    max-width: unset !important;
}




.balao-progresso input {
    text-align: center;
}



.input-data-balao, .input-hora-balao {
    width: unset;
    display: flex;
    flex-grow: 1;
}


.wrap-data-hora {
    display: flex;
    flex-direction: column;
    margin: 0 0 13px;
}


.btn-enviar-agora {
    display: flex;
    justify-content: center;
    padding: 14px;
    background: #FC5723;
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
}

.btn-salvar-agendamento {
    display: flex;
    justify-content: center;
    padding: 10px;
    background: #bcf3e2;
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    color: #26005E;
    line-height: 1.2em;
}

.btn-fechar-balao {
    align-self: anchor-center;
    display: flex;
    text-align: center;
    margin: 20px 0 8px;
    color: #937ab5;
    font-size: 15px;
    cursor: pointer;
    line-height: 1;
    text-decoration: none;
    font-size: 13px;
    justify-self: anchor-center;
    font-weight: 500;
}


.balao-progresso {
    position: absolute;
    top: 30px;
    left: -80px;
    background: rgb(255, 255, 255);
    border: none;
    border-radius: 20px;
    padding: 23px 20px 16px;
    z-index: 1;
    box-shadow: rgba(98, 11, 220, 0.4) 0px 4px 20px;
    width: 180px;
    animation: popbalao 250ms cubic-bezier(0, 0.79, 0.25, 1) forwards;
    transform-origin: top center;
}

.inside-bolinha {
    width: 5px;
    height: 5px;
   
    
    position: relative;
   
}


.balao-progresso label {
    font-size: 14px;
}


.pointer-balao {
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}

.bolinha-progresso[data-chamada-feita="false"]:hover {
    background-color: #FFFFFF !important;
    box-shadow: 0px 0px 0px 6px #ffffff7d !important;
    
}


.bolinha-progresso {
    transition: all 350ms cubic-bezier(0, 0.79, 0.25, 1);
}

.timeline-chamadas {
   
    max-width: 850px;
    width: 100%;
    height: 410px;
        margin-bottom: -300px;
}



@media (max-width: 1200px) {


.timeline-chamadas {
    max-width: 750px;
    width: 100%;
    height: 410px;
    margin-bottom: -300px;
}




}

@media (max-width: 1000px) {

.wrapbarraltura {
    padding: 0 120px;
    align-items: flex-start;
}
    .wrapformgigshow {
     padding: 60px 60px 100px;
}


}







@media (max-width: 767px) {
    
.timeline-chamadas {
  max-width: unset !important;
  width: 830px !important;
  padding: 0 100px;
}


.wrapformgigshow {
    padding: 40px 30px 90px;
    border-radius: 30px 30px 0 0;
}


.wrapbarraltura {
    padding: 0 30px;
    align-items: flex-start;
}

a.downloadcsv {
    
    right: 30px;
    top: 35px;
}



.wrapbarra {
    
    align-items: flex-start;
    padding: 5px 0 20px;
   
   
}



}