.filterbox-content {
    display: none;
    flex-direction: column;
    flex: 1;
}

.filterbox-content.open {
    display: flex;
}


input[type=checkbox].buttonday {
    display: none;
}

.days {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    width: 100%;
    max-width: inherit;
    column-gap: 0.5vw;
    justify-content: center;
}

.buttonday_label {
    width: 53px;
    height: 22px;
    background: #9E9CAA;
    border-radius: 26px;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    box-shadow: none;
    border: none;
    justify-content: center;
    vertical-align: middle;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.5vw;
    cursor: pointer;
}

.buttonday_label.select {
    background-color: #8A33FF;
}
.buttonday_label:hover{
    border:#8A33FF 1px solid;
}
#operatordiv {
    display: none;
    flex-direction: column;
    z-index: 99;
    position: absolute;
    text-transform: uppercase;
    flex: 1;
    color: white;
    background-color: #1F1D28;
    text-align: left;
    row-gap: 0.5vw;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
}

#operatordiv.open {
    display: flex;
    background-color: rgb(8, 0, 15);
    /* nuevo color */
    border-radius: 30px;
    width: 270px;
}

.operator label {
    min-height: 35px;
    padding-left: 25px;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #FFFFFF;
  }

input[type=checkbox].buttonoperator {
    display: none;
}

.buttonoperator_label.select{
    background-color: #8A33FF;
    text-align: right;
}
.buttonoperator_label:hover{
    background-color: #8A33FF;
} 
form#filterForm {
    background-color: #1F1D28;
    display: flex;
    flex-direction: column;
    max-width: inherit;
    flex: 1;
    border-radius: 25px;
    position: absolute;
    width: 100%;
    text-align: center;
    color: white;
}

.filterbox-content {
    padding: 2vw;
    row-gap: 0.5vw;
    align-items: center;
}

.secondbox {
    display: flex;
    flex: 1;
    max-width: 320px;
    width: 100%;
}

.titledate {
    margin-top: 1vw;
    display: inline-block;
}

input[type=date].initialdate,
input[type=date].finaldate {
    max-width: 195px;
    height: 35px;
    flex: 0.2;
    background: #514C67;
    border-radius: 37px;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    align-items: center;
    text-transform: capitalize;
    color: #FFFFFF;
    border: none;
    box-shadow: none;
    cursor: pointer;
}

.dropdowndfd {
    cursor: pointer;
    min-height: 35px;
    border-radius: 26px;
    background: url('../../img/historic/dropdown_arrow.svg') no-repeat right #514C67;
    background-position-x: right;
    background-position-y: center;
    -webkit-appearance: none;
    background-position-y: center;
    background-position-x: calc(100% - 10px);
    justify-content: left;
    padding-left: 23px !important;
    padding-right: 28px !important;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    border: none;
    color: #FFFFFF;
    overflow-wrap: break-word;
}

.topmenos{
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
}
.topmenos.select{
    transform: rotate(-90deg);
}

.operators_title:hover{
    color: #8A33FF;
}
.operators_title:hover .topmenos{
    filter: blur(0.6px);
}

.operators_title{
    margin-bottom: 10px;
    cursor: pointer;
}

button.filterbutton{
    margin-top: 36px;
    margin-bottom: 10px;
    max-width: 203px;
    width: 100%;
    min-height: 36px;
    background: linear-gradient(180deg, #8A33FF 0%, rgba(138, 51, 255, 0) 394.23%);
    box-shadow: 0px 4px 6px 6px rgba(41, 37, 89, 0.25);
    border-radius: 37px;
    border: none;
    box-shadow: none;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    align-items: center;
    text-align: center;
    
    color: #FFFFFF;
}

  /* Estilos para el contenedor de operadores seleccionados */
.selected-operators {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

/* Estilos para cada operador seleccionado */
.selected-operator {
    background-color: #8a33ff;
    color: #ffffff;
    padding: 5px 10px;
    margin: 5px;
    border-radius: 15px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
}

/* //////////////////////////////// */



