


.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
}

button.bot_aprovar {
    background-image: url(/wp-content/uploads/2026/02/gpp_maybe_24dp_26005E_FILL1_wght400_GRAD0_opsz24-roxo-dark.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FC5723;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50px;
    margin-left: 5px;
    transition: all 200ms ease-in-out;
    position: relative;
}

.icone-dados-essenciais {
    width: 24px;
    height: 24px;
    margin: 12px 4px 0 0;
    background-image: url(/wp-content/uploads/2026/02/bookmark_check_24dp_620BDC_FILL1_wght400_GRAD200_opsz24.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.dados-incompletos .bot_aprovar {
   opacity: 0.3;
   pointer-events: none;
}

button.bot_editar, .bot_del {
    width: 45px;
    height: 45px;
    border: none;
    background: #31086e;
    border-radius: 8px;
    margin-left: 5px;
}
button.bot_editar {
   
    background-image: url(/wp-content/uploads/2026/02/edit_square_24dp_1DD694_FILL0_wght400_GRAD0_opsz24-verde-live.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}


button.bot_del {
    background-image: url(/wp-content/uploads/2026/02/delete_24dp_F2295B_FILL0_wght400_GRAD0_opsz24-rosa.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}


button.bot_editar, button.bot_del  {
    transition: all 200ms ease;

}
button.bot_editar:hover, button.bot_del:hover, button.bot_aprovar:hover {
    
    box-shadow: 0px 0px 0px 2px #1dd69459;
    background-size: 22px;
    
}

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;
    position: relative;
}

.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) {

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

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



.emailprof {
    flex-basis: 100;
}


.linverm {
    flex-wrap: wrap;
}


}
