body {
  margin: 0;
  padding: 0;
}
#splash-screen {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #f2f3f8;
}

#splash-screen img {
  margin-left: calc(100vw - 100%);
  margin-bottom: 30px;
}

#splash-screen.hidden {
  opacity: 0;
  visibility: hidden;
}

.splash-spinner {
  animation: rotate 2s linear infinite;
  margin-left: calc(100vw - 100%);
  width: 50px;
  height: 50px;
}

.splash-spinner .path {
  stroke: rgb(0, 88, 177);
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

#customerly-container {
  opacity: 0;
}

#customerly-container .gQkKzL {
  opacity: 0;
}

div.tns-outer button {
  display: none;
}

.CSVImporter_ColumnDragObject__overlay {
  z-index: 9999;
}

.CSVImporter_ColumnDragCard__cardValue[data-header="true"] {
  color: #0058b1 !important;
  font-size: 15px;
  font-weight: normal;
  font-style: normal !important;
  margin-bottom: 15px;
  background: #eee;
  border-radius: 3px;
  padding: 3px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.CSVImporter_ColumnDragCard__cardHeader {
  display: none;
}

.CSVImporter_ColumnDragCard {
  padding-top: 40px !important;
  margin-top: 5px !important;
}

.CSVImporter_FormatRawPreview__pre {
  color: #fff !important;
}

.CSVImporter_TextButton {
  color: #ffffff !important;
  background-color: #0058b1 !important;
  border-color: #0058b1 !important;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.65rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.42rem;
}

.CSVImporter_ImporterFrame {
  border: 0px solid gray !important;
  padding: 0 !important;
}

.CSVImporter_ImporterFrame__footer {
  margin-top: 4rem !important;
}

.CSVImporter_ProgressDisplay {
  padding: 0 !important;
}

.CSVImporter_FileSelector {
  border: 0.15em dashed #ccc !important;
  padding: 8em !important;
  border-radius: 0.4em !important;
}

.CSVImporter_ProgressDisplay__progressBarIndicator {
  background: #0058b1 !important;
}

.BlackListClass .rgt-wrapper {
  height: auto !important;
}
