.unassigned-devices {
  display: flex;
  flex-wrap: wrap;
  background-color: rgb(240, 239, 235);
}
.unassigned-device {
  margin: 15px;
  width: 200px;
  background-color: #ccc;
}
.title-unassigned {
  text-align: left;
  margin-left: 20px;
  margin-top: 20px;
  margin-right: 20px;
  font-size: 20px;
}
.table-fund-details {
  background-color: white;
}
.table-fund-details td {
  text-align: center !important;
  font-size: 8px !important;
}
.statistics-table {
  overflow-x: auto;
  text-align: left;
  width: 300%;
}
.statistics-table-1 {
  
  width: 150%;
}
.statistics-table-container {
  overflow-x: auto;
}
.statistics-table td {
  width: 40px;
  font-size: 9px;
  padding: 4px !important;
}

.arrow {
  width: 60px;
  margin-left: 50px;
  display: block;
  align-items: center;
  padding-right: 20px;
  align-self: center;
}
.circles-override {
  margin-left: auto !important;
}
.arrow:hover {
  cursor: pointer;
}
.unassigned-devices {
  width: 100%;
}
.unassigned-container {
  display: flex;
  flex-wrap: wrap;
}

.fadeIn {
  animation: fadeInAnimation ease 0.5s;
  -webkit-animation: fadeInAnimation ease 0.5s;
  -moz-animation: fadeInAnimation ease 0.5s;
  -o-animation: fadeInAnimation ease 0.5s;
  -ms-animation: fadeInAnimation ease 0.5s;
}
.fund-table td {
  /* width: 10 !important; */
  font-size: 8px !important;
  text-align: center !important;
  /* border-right: 1px solid grey; */
}
.horizontal-row td {
  border-right: 0px !important;
}
.fund-table {
  width: 100% !important;

  text-align: center !important;
}
.by-summary-container {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  align-items: center;
}
.btn-by-sector {
  margin-left: auto;
  display: block;
}
.btn-summary {
  width: 110px;
  font-size: 8px;
  display: block;
  text-align: center;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fund-table {
  width: 200%;
}
.circle {
  width: 8px; /* Size of the circle */
  height: 8px; /* Size of the circle */
  border-radius: 50%; /* Makes it round */
  /* Your desired background color */
  /* Optionally, you can center the content inside the circle
     using flexbox, if you plan on putting any content inside */
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-left: 10px;
}
.circles {
  display: flex;
  margin-left: 10px;
}
.circle-container {
  font-size: 8px;
  display: flex;
  align-self: center;
  margin-right: 5px;
}
.clickable-param {
  cursor: pointer;
}
@media only screen and (max-width: 1000px) {
  .btn-summary {
    display: block !important;
    margin: 2px;
    width: 89px;
  }
  .by-summary-container {
    margin: auto;
  }

  .arrow {
    margin-left: 20px;
    padding-right: 0;
  }
  .circle {
    margin-left: 2px;
    width: 4px; /* Size of the circle */
    height: 4px; /* Size of the circle */
  }
  .circle-container {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 5px;
    display: flex;
    align-self: center;
  }
  .circles {
    display: none;
  }
  .circle-container {
    padding-top: 10px;
    margin-left: 2px;

    font-size: 10px;
  }
  .fund-table td {
    /* width: 40px !important; */
    font-size: 6px !important;
    text-align: left;
  }
  .fund-table {
    overflow-x: auto;
  }
  .statistics-table {
    text-align: center;
    min-width: 150%;
  }
  .title-unassigned {
    margin: 8px;
    font-size: 10px;
  }
  .statistics-table td {
    font-size: 6px;
  }
  .table-fund-details {
    width: 250%;
  }
}
