.accordion {
    max-width: 100%;
}

.accordion-item {
    margin-bottom: 25px;
    border-radius: 25px;
    background-color: #1F1D28;

    /* background-color: #514C67; */
}


.accordion-content {
    display: none;
    padding-top: 10px;
    padding-left: 48px;
    padding-right: 48px;
    padding-bottom: 25px;
}

.accordion-item.active .accordion-content {
    display: block;
}

/* Estilos del acordeón */
.accordion-header {
    padding-top: 10px;
    padding-left: 48px;
    padding-right: 48px;
    padding-bottom: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* Estilos del ícono de flecha */
.accordion-header .arrow {
    margin-left: 10px;
    transition: transform 0.2s ease;
}

.accordion-item.active .accordion-header .arrow {
    transform: rotate(180deg);
}

.accordion-header span{
    font-size: 30px;
}

/* Estilos del filtro */

.filterColumn {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: calc(1080px/2);
    width: 100%;
    flex: 1;
}

.filterdate {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 36px 42px 0px 42px;
    justify-content: space-between;
}

.filterdate-element{
    display:flex;
    flex: 1;
    width: 100%;
    max-width: 200px;
    flex-direction: column;
    flex-wrap: wrap;
    height: max-content;
}

input.filterdateinput {
    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;
}

.titledate {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 9px;
}

.filterDFD {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.filterDFD.dropdowns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap-reverse;
    padding: 36px 59px 0px 35px;
    column-gap: 21px;
    row-gap: 20px;
    flex: 1;
}

.filterDFD-element {
    display: flex;
    flex-direction: column;
    flex: 1;
    max-width: 134px;
    width: 100%;
}

.selected-element {
    text-transform: uppercase;
    align-items: center;
    justify-content: space-between;
    background-color: #8A33FF;
    max-width: 146px;
    width: 100%;
    min-height: 19px;
    border-radius: 26px;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    padding: 5px 8px 5px 13px;
    color: #FFFFFF;
}

.selected-element-close {
    cursor: pointer;
}

select.filterDFD-dropdown {
    min-height: 35px;
    border-radius: 26px;
    background: url('../../img/historic/dropdown_arrow.svg') no-repeat right #514C67;
    -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;
}

.filterdays {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 18px 42px 0px 44px;
    width: 100%;
}
.boxdays {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    row-gap: 10px;
    flex: 1;
}

.boxdays span {
    max-width: 53px;
    width: 100%;
    flex: 1;
    min-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;
}

button.dropdowntitle {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 13px;
    background: none;
    border: none;
    box-shadow: none;
}

.filterbutton {
    align-self: center;
    align-items: center;
    display: flex;
    vertical-align: middle;
    max-width: inherit;
    width: 100%;
    justify-content: center;
}

.filterRow.b {
    align-items: center;
    justify-content: center;
}

.filterbutton button {
    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;
}

.boxresponsable {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 16px 35px 0px 35px;

    margin-left: 4vw;
    
}

@media all and (max-width: 1350px) {
    .filterline {
        display: none;
    }

}

@media all and (max-width: 1000px) {
    .filterdays {
        width: 100%;
    }
}

@media all and (max-width: 700px) {
    .filterdays {
        padding: 18px 14px 0px 24px;
    }

    .boxresponsable {
        padding: 10px 10px 10px 10px;
    }

    select.filterDFD-dropdown {
        padding-left: 13px !important;
        padding-right: 18px !important;
    }
}

@media all and (max-width: 400px) {
    .filterdays {
        flex-direction: column;
    }
}

/* Estilos para el dropdown de RESPONSABLES */

/* Estilos para el contenedor principal */
.boxresponsable {
    
    padding: 10px;
    padding-left: 30px;
    width: 300px;
    margin: 10px;
}

/* Estilos para la sección del título */
.operators_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    cursor: pointer;

    background-color: #514C67;
    padding: 15px;
    border-radius: 30px;

}

.titledate {
    font-weight: bold;
    margin: 0;
}

/* Estilos para el ícono de flecha */
.topmenos {
    width: 16px;
    height: 16px;
    transition: transform 0.3s;
}

/* Cambio de rotación en el ícono al abrir/cerrar */
.opened .topmenos {
    transform: rotate(180deg);
}

/* Estilos para la lista de operadores */
.operator {
    display: none;
    margin-top: 5px;
}


.opened .operator {
    display: block;
}

/* Estilos para las etiquetas de los operadores */
.buttonoperator_label {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
}

/* Cambio de estilo para las etiquetas de operadores cuando se selecciona */
.buttonoperator:checked + .buttonoperator_label {
    font-weight: bold;
    color: #333;
}

select.decorated option:hover {
    box-shadow: 0 0 10px 100px #a81848 inset;
  }
  