.mainContent {
  width: 100%;
  flex-direction: column;
  flex-shrink: 1;
  display: flex;
  max-width: calc(100vw - 20px) !important;
  height: auto;
}

.filterbox {
  margin-top: 34px;
  display: flex;
  
  flex-wrap: wrap;
  width: 100%;
  min-width: 200px;
  max-width: 1196px;
  min-height: 69px;
  background: #1F1D28;
  border-radius: 26px;
  margin-bottom: 26px;
  padding-bottom: 25px;
  flex-shrink: 1;

}
.filterbox-content{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1;
}
.filterdate {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 36px 42px 0px 42px;
  justify-content: space-between;
}

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;
}

.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%;
}
.filterdate-element{
  display:flex;
  flex: 1;
  width: 100%;
  max-width: 200px;
  flex-direction: column;
  flex-wrap: wrap;
  height: max-content;
}


img.topmenos {
  margin-top: -5px;
}

.titledate {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
 
  align-items: center;
  text-transform: capitalize;

  color: #FFFFFF;
  margin-bottom: 3px;
}

.filterline {
  position: relative;
  height: 1px;
  width: 1px;
  margin-top: 18px;
  background: #313036;
}

.filterline::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 160px;
  /* Altura deseada para la apariencia visual */
  background: #313036;
}

.filterlineh {
  height: 1px;
  max-width: 460px;
  align-self: center;
  margin-top: 13px;
  background: #313036;
}

.filterColumn {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: calc(1080px/2);
  width: 100%;
  flex: 1;
}

.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;
}

.boxdays span:hover {
  background: #8A33FF;
}

.boxdays input:checked+span {
  background-color: #8A33FF;
}

.boxdays input[type="checkbox"] {
  display: none;
}

.boxresponsable {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 16px 5px 0px 35px;
  
}

button.dropdowntitle {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 13px;
  background: none;
  border: none;
  box-shadow: none;

  padding: 15px;
  padding-bottom: 5px;
  border-radius: 30px;
  background-color: #514C67;
}

.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;
}

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;
}

/* select.filterDFD-dropdown option {
    justify-content: left;
    padding-left: 23px;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    border: none;
    color: #FFFFFF;
    padding-left: 25px;
  } */

td.download {
  font-size: auto;
  column-gap: 1em;
}

.lookIcons {
  background-image: url('../../img/historic/eye.svg');
  height: 1.375em;
  /* 22px en rem */
  width: 2.125em;
  /* 34px en rem */
}

.lookIcons:hover {
  background-image: url('../../img/historic/eye_hover.svg');
}

.downloadIcons {
  background-image: url('../../img/historic/download.svg');
  height: 1.5em;
  /* 24px en rem */
  width: 1.5em;
  /* 24px en rem */
}

.downloadIcons:hover {
  background-image: url('../../img/historic/download_hover.svg');
}

.deleteIcons {
  background-image: url('../../img/historic/delete.svg');
  height: 1.4375em;
  /* 23px en rem */
  width: 1.4375em;
  /* 23px en rem */
}

.deleteIcons:hover {
  background-image: url('../../img/historic/delete_hover.svg');
}

.dropdown {
  position: relative;
  display: inline-block;
}

.resp {
  padding-bottom: 6px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgb(8, 0, 15);
  width: 270px;
  min-width: 160px;
  min-height: 30px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;

  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 30px;
}

/* Links inside the dropdown */
.dropdown-content a {
  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;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #8A33FF;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: block;
}

#selected-elements {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 458px;
}

.selected-element {
    background-color: #8a33ff;
    color: #ffffff;
    padding: 5px 10px;
    
    border-radius: 15px;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    cursor: pointer;
}

.selected-element-close {
  padding-left: 15px;

  cursor: pointer;
}

@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;
  }
}
.boxdays label{
  display: flex;
  width: 100%;
  max-width: 53px;
  flex-wrap: wrap;
}

/* Estilo del dropdown de RESPONSABLES*/
