﻿ul#uploadSections {
  width: 100%;
  padding: 0;
  margin: 0;
}
ul#uploadSections li {
  display: inline-flex;
  width: 24%;
  padding-top: 3px;
  padding-left: 3px;
  padding-bottom: 0px;
  white-space: nowrap;
}
ul#uploadSections li .center-upload-text {
  margin-left: 20%;
}
.dot {
  height: 15px;
  width: 15px;
  background-color: #939799;
  border-radius: 50%;
  display: inline-block;
  margin-top: 0px;
}
.dot.dot-checked {
  background-color: white;
}
.upload-tick {
  color: #939799;
  margin-top: -5px;
}
.uploadBox {
  padding: 0%;
  display: inline-flex;
  padding-top: 0.4%;
  height: 27px;
  border: 1px solid #cecece;
}
.uploadBox.selectedStep {
  background-color: #1b9af7;
  color: white;
}
.hideNeatUploadAd {
  background-color: white;
  z-index: 48;
  position: relative;
  left: 0%;
  top: -0.9rem;
  width: 150px;
  height: 12px;
}
/* Upload - Errors/Warnings Data */
.affectedData-border {
  border-bottom: 1px solid #cecece;
}
.affectedData {
  color: black;
  margin-left: 26%;
}
.explanation-grid-scroll {
  max-height: 500px;
  overflow-y: scroll;
}
.explanation-grid {
  border: none;
  font-size: 10pt;
  color: black;
  width: 100%;
  word-wrap: normal;
}
.upload-icon {
  margin-right: -5%;
  margin-top: -0.3%;
}
.icon-alignment {
  margin-right: -25px !important;
}
.list-spacing {
  margin-bottom: 0.7rem;
}
.upload-progress-btn {
  margin: 0;
}