.tab-title-wrapper.no-border.menu-inside-tab {
    border-radius: 14px;
    float: none;
    margin: 30px;
    display: flex;
    padding-top: 0;
    border: 1px solid #131F2D;
    background: #131F2D;
    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, #F5CC3C 9.03%, #F56801 81.87%)) !important;*/
background: linear-gradient(0deg, var(--Color---negro, #0F0F0F) -29.84%, var(--Color---Azul, #066FEF) 100%) !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, #F5CC3C 9.03%, #F56801 81.87%)) !important; */
    background: linear-gradient(0deg, var(--Color---negro, #0F0F0F) -29.84%, var(--Color---Azul, #066FEF) 100%) !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:#066FEF;
	
}
.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;
}