.node {
  text-indent: 2px;
  border: 1px solid;
  font: 10px / 12px sans-serif;
  position: absolute;
  overflow: hidden;
}

body {
  color: #9a1750;
  background-color: #e3e2df;
  margin: 0;
  font-family: Helvetica, sans-serif;
}

.pink-bg {
  background-color: #e3afbc;
}

.container {
  min-width: 80vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#slideNav {
  z-index: 1;
  position: absolute;
  right: 0;
}

#slideNav > button {
  color: #9a1750;
}

.spinner {
  border: .5rem solid #005eff;
  border-top-color: #0059ff2e;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  margin: 1.5rem;
  animation: 1.5s linear infinite spin;
}

.spinner.multi {
  border-bottom-color: #0059ff2e;
}

.loadingdot {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: .5rem;
  animation: 2.5s ease-in-out infinite scaling;
}

.loadingdot:first-child {
  animation-delay: 0s;
}

.loadingdot:nth-child(2) {
  animation-delay: .1s;
}

.loadingdot:nth-child(3) {
  animation-delay: .2s;
}

.loadingdot:nth-child(4) {
  animation-delay: .3s;
}

.loadingdot:nth-child(5) {
  animation-delay: .4s;
}

@keyframes scaling {
  0%, 100% {
    background-color: #e85c90;
    transform: scale(.2);
  }

  40% {
    background-color: #7ccad5;
    transform: scale(1);
  }

  50% {
    background-color: #58efec;
    transform: scale(1);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.single-row {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  position: relative;
}

.row > div, .row > h2 {
  padding-left: 10px;
  padding-right: 10px;
}

.col {
  width: 50%;
}

.content {
  align-items: flex-start;
  display: flex;
}

.tooltip {
  opacity: 1;
  background: "white";
  color: "black";
  padding: 5px;
}

.custom-control-label:before {
  background-color: #e3afbc;
}

.custom-control-input:checked ~ .custom-control-label:before {
  background-color: #9a1750;
}

#tagstable {
  height: 300px;
  overflow-y: scroll;
}

#tagstable::-webkit-scrollbar {
  width: 0;
}

.progress-div, .progress-area, .uploaded-area {
  width: 100%;
}

.progress-row {
  background-color: #e3e2df;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 15px 20px;
  list-style: none;
  display: flex;
}

.progress-row .details {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 14px;
  display: flex;
}

.progress-row .content {
  width: 100%;
}

.progress-area .content {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.progress-area .progress-bar {
  background: #fff;
  border-radius: 30px;
  width: 100%;
  height: 6px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.progress-bar .progress {
  border-radius: inherit;
  background: linear-gradient(to right, #e85c90, #7ccad5, #58efec);
  width: 0%;
  height: 100%;
}

.uploaded-area {
  max-height: 110px;
  overflow-y: scroll;
}

.uploaded-area::-webkit-scrollbar {
  width: 0;
}

.uploaded-area .size {
  font-weight: bold;
}

.cluster_tag {
  color: #ee4c7c;
  background-color: #fff;
  border-radius: 5px;
  margin: 2px;
  padding: 2px;
}

.data-container {
  flex-wrap: wrap;
  max-height: 35vh;
  display: flex;
  overflow-y: auto;
}

.cluster_tag.highlightedtag {
  font-weight: bold;
}

#centroid {
  width: 50px;
  height: 50px;
}

.ad-row {
  column-span: all;
  margin-bottom: 5px;
}

.metadataModal > .modal-lg {
  background-color: #e3afbc;
  width: 90%;
  max-width: 1200px;
}

.metadata_row {
  align-items: flex-start;
  display: flex;
}

.metadata_cols {
  width: 250px;
  height: 500px;
}

.metadata_dropbox {
  background-color: #fff;
  height: 90%;
  overflow-y: scroll;
}

.metadata_dropbox::-webkit-scrollbar {
  width: 0;
}

.metadata_col {
  background-color: #fff;
  margin-bottom: 2px;
}

.image_col_title {
  margin: 0;
}

#id_col {
  background-color: #fff;
  width: 100%;
  height: 5%;
}

.draggable {
  cursor: move;
}

.draggable.dragging {
  opacity: .5;
}

.draggable.selected {
  background-color: pink;
}

.fa-bars {
  color: #fff;
}

.tooltip span {
  display: none;
}

.tooltip:hover span {
  display: block;
  position: fixed;
  overflow: hidden;
}

select.cluster-select option {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 1.5em 1em;
  -webkit-background-clip: border-box;
  -moz-background-clip: border-box;
  background-clip: border-box;
  padding: 5px;
  position: relative;
}

select.cluster-select option::-ms-expand {
  display: none;
}

.navbar-nav .btn:hover {
  color: #9a1750;
}

#project_level_tabs div {
  color: #fff;
  background-color: #ee4c7c;
  border-radius: 5px;
  margin-right: 5px;
  padding: 5px;
}

#project_level_tabs div:hover {
  font-weight: bold;
}

#project_level_tabs {
  justify-content: flex-start;
}

.createNewProjectButtons {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 40%;
  display: flex;
}

.flip-card {
  perspective: 500px;
  width: 50%;
  height: 45px;
  position: relative;
}

.flip-card-front, .flip-card-back {
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  transition: transform .5s ease-in-out;
  position: absolute;
  overflow: hidden;
}

.flip-card-back {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  transform: rotateY(0);
}

.flip-card-front {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
  transform: rotateY(180deg);
}

.flip-card.visible .flip-card-front {
  transform: rotateY(0);
}

.flip-card.visible .flip-card-back {
  transform: rotateY(-180deg);
}

#project_level_modal_content {
  max-height: 100%;
  overflow-y: auto;
}
