.tab-title-wrapper.no-border.menu-inside-tab {
    border-radius: 14px;
    float: none;
    margin: 30px;
    display: flex;
    padding-top: 0;
    /* border: 1px solid #4A1177; */
    /* background: #4A1177; */
    background: #25E2FF;
    border: 1px solid #25E2FF;
    position: relative;
    left: 1%;
    width: fit-content;
}
h4.tab-title {
    border: none;
    cursor: pointer;
    width: auto;
    padding: 5px 18px;
    color: #fff;
    margin-bottom: 0px;
    /* text-align: center; */
    font-family: "Ford Antenna";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
h4.tab-title.active {
border-radius: 14px;
/* background: var(--boton, linear-gradient(262deg, #D91CE4 9.03%, #8BA5FF 81.87%)); */
    background: linear-gradient(0deg, #3039FF -47.58%, #25E2FF 77.98%) !important;
    color: #fff;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.cmedia_wpdatable {
    display: none !important;
}
select#select-grupos {
    border-radius: 14px;
    /* background: var(--boton, linear-gradient(262deg, #D91CE4 9.03%, #8BA5FF 81.87%)); */
    background: linear-gradient(0deg, #3039FF -47.58%, #25E2FF 77.98%) !important;
    width: auto;
    font-family: "Ford Antenna";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    border: none;
    background-color:#25E2FF;
    /* background-color:#4A1177; */
	
}
.filtros-top-table label {
    font-family: "Ford Antenna";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #fff;
}
.filtros-top-table {
    text-align: end;
}