

input.search-submit {
    position: absolute;
    top: 8px;
    left: 298px;
    background-color: #620BDC !important;
    padding: 0;
    width: 44px;
    height: 44px;
    background-size: 30px;
    background-position: center;
    border-radius: 11px;
    border: none;
    background-image: url(/wp-content/uploads/2023/06/lupa-de-busca.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center;
}



input.search-field {
    background: #620BDC !important;
    font-size: 20px;
    padding: 15px 23px;
    border-radius: 15px !important;
    -webkit-box-shadow: 0px 0px 0px 2px rgb(38 0 94)!important;
    -moz-box-shadow: 0px 0px 0px 2px rgb(38 0 94)!important;
    box-shadow: 0px 0px 0px 2px rgb(38 0 94)!important;
    border: none !important;
    max-width: 350px !important;
	outline: 0 !important;
    color: #fff;
    height: 60px;
    width: 100%;
    transition: all 350ms cubic-bezier(0, 0.79, 0.25, 1.13) ;
}

input.search-field::placeholder {
    
    color: #C093FF;
    
}

input.search-field:focus {
    
    background: #fff !important;
    color: #620bdd !important;
    
    -webkit-box-shadow: 0px 0px 0px 10px rgba(255,255,255,0.18)!important;
-moz-box-shadow: 0px 0px 0px 10px rgba(255,255,255,0.18)!important;
box-shadow: 0px 0px 0px 10px rgba(255,255,255,0.18)!important;
}





.filtro-pendentes label {
    display: flex;
    color: #FF9050;
    position: relative;
    padding: 0 0 0 50px;
}

.filtro-pendentes input[type=checkbox]:after {
    background: #26005e;
}


.filtro-pendentes input[type=checkbox]:checked:after {
 background: #fff;
}

.filtro-pendentes input[type=checkbox]:checked {
    background: #FC5723 !important;
}


.filtro-pendentes input[type=checkbox], .filtro-pendentes input[type=checkbox]:active {
    top: -7px;
    left: 0;
    background: #421a7e !important;
}


.linhabusca {
    position: relative;
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.wrapsubfilter {
    display: flex;
    font-family: "Quicksand";
    gap: 10px;
    padding: 25px 0 15px;
}

.wrapsubfilter select {
    background: #620BDC;
    border: none;
    outline: 0 ;
    color: #fff;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    padding: 0 11px;
}


.wrapsubfilter button {
    background: #C61A62;
    border: none;
    outline: 0 ;
    color: #fff;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    padding: 0 12px;
}



.wrapsubfilter {
    display: flex;
    font-family: "Quicksand";
    gap: 10px;
}


a.limpfiltro {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: 5px;
    fill: #F2295B;
    color: #F2295B;
    line-height: 1em;
}

a.limpfiltro svg {
    height: 24px;
    width: auto;
    transform: translate(0px, 1px);
}


.wrapnotalst {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.emailprof {
    color:#9143ff;
}


.maestro {
    display: flex;
}

.linverm svg {
    height: 19px;
}

.linverm {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px
}

input.search-field {
    color: #fff !important;
}


i.ic-programado {
    color: #2f9fff;
}

.elementor-field-group-id_do_show {
    display: none !important;
}

.page-numbers {
    flex-basis: 50px !important;
    flex-shrink: 0;
    background: #31086e;
    width: 50px !important;
    padding: 11px;
    color: #C093FF;
    max-width: unset;
    min-width: unset;
    border-radius: 7px;
    font-size: 13px;
    line-height: 3.2em;
}

.pagination {
    text-align: center;
}

.page-numbers:hover{
    color: #fff;
    background: #620BDC;
}


button.bot_editar, .bot_del, a.bot_exportar_csv, a.bot_qr {
    width: 45px;
    height: 45px;
    border: none;
    background: #31086e;
    border-radius: 8px;
    margin-left: 5px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    transition: all 200ms ease-in-out;
}

a.bot_qr {
    color: #FC5723;
}
a.bot_qr:hover {
    color: #fff;
    background: #FC5723
}
a.bot_exportar_csv {
    
    padding: 0 0 0 2px;
    color: #166eff;
}
a.bot_exportar_csv:hover {
    color: #ffffff;
    background: #166eff
}



label.busca_show {
    width: 100%;
}

img.img_post {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}

.col-1-img {
    flex-grow: 0;
    flex-shrink: 0;
        padding: 3px 0 0 0;
}

.list_shows i.fas.fa-clock {
    color: #1dd694;
}

.list_shows i.fas.fa-exclamation-triangle {
    color: #FC5723;
}

.list_shows i.fas.fa-hourglass-end {
    color: #620BDC;
}



.loop_show {
    display: flex;
    flex-direction: row;
    font-family: quicksand;
    font-weight: 600;
    padding: 0 0 17px;
    border-bottom: dotted 2px #620bdd;
}

.col-1 {
    width: 25px;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 4px 0 0 0;
    display: flex;
}

.col-3 {
    width: auto;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.col-2 {
    width: 100%;
        padding: 0 20px;
}

form.search-form {
    padding: 0 0 50px;
}

h3.titulo_show {
    color: #ffffff;
    font-size: 18px;
    margin: 0;
    line-height: 1.2em;
    font-weight: 700;
}

p.tiprof {
    color: #C093FF;
    font-size: 14px;
    margin: 0;
}

p.notaprof {
    font-size: 17px;
    margin: 0;
    color: #1DD694;
    font-weight: 500;
}

.linverm {
    color: #FC5723 !important;
    font-size: 14px !important;
    margin: 0 !important;
}

@media only screen and (max-width: 767px) {
    
    
 .wrapsearch {
     padding: 0 30px;
 }


a.limpfiltro {
 
 padding: 0 30px;   
    
}
    
    
  

.wrapsubfilter select  {
    flex-basis: 170px;
    flex-shrink: 0;
    padding: 10px 12px;
    
    
}

.wrapsubfilter {
    
    width: 100%;
      scrollbar-width: none;      /* Firefox */
  -ms-overflow-style: none;   /* IE 10+ */
  overflow-y: auto ;
  padding: 30px 30px;
}


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




















    
    
    

.loop_show {
    
    flex-wrap: wrap;
}
.col-2 {
    flex-basis: 60%;
    padding: 8px 0 10px 23px;
    flex-grow: 1;
}

.col-3 {
    margin-left: auto;
}


}
