.btnfltr{
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
    border-radius: 22px;
    background-color: black;
    border: 5px;
    border-color: white;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    cursor: pointer;
    width: 20%;
    float: left;
    height: -webkit-fill-available;
}

.btnfltrActif{
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
    border-radius: 22px;
    background-color: black;
    border-inline: none;
    border-top: unset;
    border-bottom-width: thick;
    border-color: blue;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    cursor: pointer;
    width: 20%;
    float: left;
    height: -webkit-fill-available;
}


.filterLoc{
    background-color: black;
    outline: outset;
    border-radius: 21px;
    height: 70px;
    margin-top: 1%;
}

.filterLoc2{
  background-color: black;
  
  border-radius: 21px;
  height: 70px;
  margin-top: 1%;
}

.btnfltr:hover {
    box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
  }

  .divelem{
    padding-top: 0%;
  }



  :root {
    --background-gradient: linear-gradient(178deg, #ffff33 10%, #3333ff);
    --gray: #34495e;
    --darkgray: black;
  }
  
  select {
    border-radius: 7px;
    /* Reset Select */
    height: 64%;
    appearance: none;
    /* outline: 10px red; */
    border: 0;
    box-shadow: none;
    flex: 1;
    padding: 0 1em;
    color: #fff;
    background-color: var(--darkgray);
    background-image: none;
    cursor: pointer;
  }

  select :hover:after{
    box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
  }
  /* Remove IE arrow */
  select::-ms-expand {
    display: none;
  }
  /* Custom Select wrapper */
  .select {
    outline: -webkit-focus-ring-color auto 1px;
    background: linear-gradient(45deg, black, transparent);
    color: white;
    margin-bottom: 1%;
    font: -webkit-control;
    /* justify-content: start; */
    content: '\25BC';
    position: relative;
    display: flex;
    width: 20em;
    height: 2em;
    border-radius: 0.25em;
    overflow: hidden;
  }
  /* Arrow */
  .select::after {
    border-radius: 22px;
    content: '\25BC';
    position: absolute;
    top: -40%;
    right: 0;
    padding: 1em;
    background-color: black;
    transition: .25s all ease;
    pointer-events: none;
  }
  /* Transition */
  .select:hover::after {
    color: #f39c12;
  }

  .dashelem{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
 
  .dashcontainer{
    display: flex;
    border-radius: 22px;
    justify-content: space-around;
    background: linear-gradient(black, transparent), linear-gradient(to top left, blue, transparent);
    color: white;
    border: solid;
    border-color: darkblue;
    margin-bottom: 1%;
    font-size: 12px;
  }


  .kpi{
  font-size: 220%;

  font-family: auto;
  }

  .filterDash{
    background-color: black;
    border-radius: 22px;
    outline: ridge;
  }
  



  .checkbox-wrapper-2 .ikxBAC {
    appearance: none;
    background-color: #dfe1e4;
    border-radius: 72px;
    border-style: none;
    flex-shrink: 0;
    height: 28px;
    margin: 0;
    position: relative;
    width: 55px;
  }

  .checkbox-wrapper-2 .ikxBAC::before {
    bottom: -6px;
    content: "";
    left: -6px;
    position: absolute;
    right: -6px;
    top: -6px;
  }
  

  .checkbox-wrapper-2 .ikxBAC,
  .checkbox-wrapper-2 .ikxBAC::after {
    transition: all 100ms ease-out;
  }

  .checkbox-wrapper-2 .ikxBAC::after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 19px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 19px;
  }

  .checkbox-wrapper-2 input[type=checkbox] {
    cursor: default;
    margin-left: 5%;
    margin-top: 10%;
  }

  .checkbox-wrapper-2 .ikxBAC:hover {
    background-color: #c9cbcd;
    transition-duration: 0s;
  }

  .checkbox-wrapper-2 .ikxBAC:checked {
    background-color: #6e79d6;
  }

  .checkbox-wrapper-2 .ikxBAC:checked::after {
    background-color: #fff;
    left: 33px;
  }

  .checkbox-wrapper-2 :focus:not(.focus-visible) {
    outline: 0;
  }

  .checkbox-wrapper-2 .ikxBAC:checked:hover {
    background-color: #535db3;
  }



  .checkbox-wrapper-3 .ikxBAC {
    appearance: none;
    background-color: #dfe1e4;
    border-radius: 72px;
    border-style: none;
    flex-shrink: 0;
    height: 17px;
    margin: 0;
    position: relative;
    width: 35px;
  }

  .checkbox-wrapper-3 .ikxBAC::before {
    bottom: -6px;
    content: "";
    left: -6px;
    position: absolute;
    right: -6px;
    top: -6px;
  }
  

  .checkbox-wrapper-3 .ikxBAC,
  .checkbox-wrapper-3 .ikxBAC::after {
    transition: all 100ms ease-out;
  }

  .checkbox-wrapper-3 .ikxBAC::after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 12px;
    left: 4px;
    position: absolute;
    top: 3px;
    width: 12px;

  }

  .checkbox-wrapper-3 input[type=checkbox] {
    cursor: default;
    margin-left: -45%;
    margin-top: 0%;
  }

  .checkbox-wrapper-3 .ikxBAC:hover {
    background-color: #c9cbcd;
    transition-duration: 0s;
  }

  .checkbox-wrapper-3 .ikxBAC:checked {
    background-color: #6e79d6;
  }

  .checkbox-wrapper-3 .ikxBAC:checked::after {
    background-color: #fff;
    left: 20px;
  }

  .checkbox-wrapper-3 :focus:not(.focus-visible) {
    outline: 0;
  }

  .checkbox-wrapper-3 .ikxBAC:checked:hover {
    background-color: #535db3;
  }





