body {
  background-color: var(--color-surface) !important;
  color: white !important;
  font-family: var(--font-body) !important;
  /* overflow-x: hidden; */
  /* min-width: 1200px; */
  /* padding: 30px; */
  /* transition: 0.3s; */
}

.hidden {
  display: none;
}

.disabled {
  pointer-events: none !important;
}

.dimmed {
  opacity: 0.2;
}

.logo-img {
  height: 32px;
  width: auto;
}

.dropzone {
  color: white;
  font-weight: 700;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.87);
}

.toggler-btn {
  width: 25px;
  border-radius: 22px;
  border: solid 2px #7b82bc;
  padding: 2px;
  margin-bottom: 20px;
  transition: all 0.5s ease-out;
}

.toggler-icon {
  width: 11px;
  height: 11px;
  border-radius: 40px;
  transition: transform ease-out 0.3s;
  border: 3px solid #7b82bc;
  box-sizing: border-box;
}

/* .toggler-off {
    background: #928c8c;
}

.toggler-on {
    background: #3A4769;
} */

.toggler-text {
  font-weight: 400;
  font-size: var(--title-font-size);
  color: rgba(255, 255, 255, 0.87);
}

.disabled-btn {
  background-color: #3c3f49 !important;
}

/* h3 {
  margin-bottom: 1.5rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.87);
  font-weight: 500;
  font-size: 1.4em;
} */

h3 {
  font-weight: 700;
  font-size: var(--title-font-size);
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: var(--smallWhiteSpace);
  margin-top: 0;
}
.upload-prog-text {
  display: none;
}

#tooltip {
  background-color: var(--seconary-dark-color);
  position: absolute;
  max-width: 20rem;
  border-radius: 10px;
  border: 1px solid var(--regular-blue-color);
  padding: 5px;
  font-size: 12px;
  z-index: 9999999999999;
  display: none;
  font-weight: 500;
}

#tooltip p {
  margin: 0;
}

#breadcrumbs-wrapper {
  width: 100%;
  position: fixed;
  bottom: 0;
  background: var(--primary-dark-color);
  /* padding: 5px; */
  z-index: 9;
}

.gallery-main #breadcrumbs-wrapper {
  left: 50px;
}

.draggingOnIt {
  border: 2px solid var(--light-blue-color);
  border-radius: 6px;
  opacity: 70%;
}

#history-wrapper {
  display: flex;
  justify-content: center;
  column-gap: 5px;
}

#sidemenu #history-wrapper {
  margin-top: 2rem;
  column-gap: 1px;
}

#history-wrapper svg {
  cursor: pointer;
}

#history-wrapper svg:hover .background {
  fill: var(---dark-color);
}

/* #sidemenu #history-wrapper svg:hover .background {
  fill: var(--primary-dark-colorr);
} */

#history-wrapper svg path {
  pointer-events: none;
}

@media (max-width: 1320px) {
  .toggler-text {
    font-size: 1em;
  }
}

@media screen and (max-width: 520px) {
  #breadcrumbs-wrapper {
    display: none;
  }
}
