
.role-profissional .tabshow[data-target=".wrapgigshow"], .role-profissional .progresso-show {
    display: none;
} 


.new-show .wrapbarra {
    display: none;
}



.wrapinfosadc, .wrapgigshow, .wrapsinfosshow {
    display: none;
}


.wrapinfosadc.active, .wrapgigshow.active, .wrapsinfosshow.active {
    display: flex;
    flex-direction: column;
    gap: 20px;

}

.wraptabs {
    display: flex;
    padding: 20px 45px;
    flex-basis: auto;
    flex-shrink: 0;
}

.tabs-switch {
    position: relative;
    display: flex;
    width: fit-content;
    border: none;
    border-radius: 8px;
    overflow: hidden;
    background: transparent;
    color: #fff;
    font-family: "Quicksand";
    font-size: 14px;
    font-weight: 600;
    overflow-x: auto;
    justify-self: anchor-center;
}


.tabshow {
  position: relative;
  padding: 10px 20px;
  cursor: pointer;
  z-index: 2;
  transition: color 0.3s ease;
  display: flex;
  border-radius: 8px;
  
  
}

.tabshow.active {
  color: #fff;
  background: #ffffff24;
}

.tab-slider {
  display: none;
}




@media only screen and (max-width: 767px) {

.tabshow {
    flex-basis: auto;
    text-align: center;
    font-size: 13px;
    line-height: 1.2em;
    flex-shrink: 0;
    padding: 10px 15px;
    
    
}

.botoesld {
    
    width: 100%;
}

.tabs-switch {
   
   scrollbar-width: none;      /* Firefox */
  -ms-overflow-style: none;   /* IE 10+ */
   
}

.tabs-switch::-webkit-scrollbar {
  display: none;              /* Chrome, Safari, Edge */
}

}