.custom-box {
  padding: 15px;
  position: relative;
}

.inner-box {
  border: 1px dashed rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.1);
  padding: 40px;
  min-height: 300px;
  width: 100%;
}
#dropfile {
  font-size: 16px;
  margin-top: 15px;
  text-align: center;
  color: #000;
}
.options-panel {
  box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
  border-radius: 4px;
  padding: 10px 30px;
  width: 100%;
}
.options-panel .title {
  width: 100%;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 36px;
  color: #000;
  font-weight: 700;
  text-align: left;
}
#img-svg {
  margin: auto;
  margin-top: 16px;
  height: 67px;
  width: 98px;
}

#file-loader {
  display: flex;
  align-items: center;
  flex-direction: column;
}

#file-loader img {
  height: 60px;
}

#file-loader p {
  text-align: center;
  color: #fff;
  font-size: 17px;
}

#loading-img {
  height: 27px;
  width: 27px;
  margin-right: 21px;
}

#dropbox svg,
#filepicker svg,
.boxes svg {
  height: 24px !important;
  width: 24px !important;
}

.file-picker-dropdown a,
.file-picker-dropdown button {
  border: none;
  width: 100%;
  border-radius: 4px;
  text-align: left;
  background: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 15px 24px;
  list-style: none;
  height: 54px;
}

.file-picker-dropdown {
  width: 213px;
  position: absolute;
  background: #fff;
  top: 111%;
  right: 0;
  display: none;
  box-shadow: rgb(26 26 26 / 20%) 0 0 12px;
  border-radius: 4px;
}

.file-pick-dropdown i {
  margin: 0;
}

.boxes {
  background: #fff;
  border-radius: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 15px 24px;
  height: 54px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: center;
  font-size: 15px;
  font-weight: 800;
  color: #000;
}

.file-pick-dropdown {
  color: #000;
  cursor: pointer;
  display: inline-flex;
  background: #fff;
  height: 54px;
  border-left: 1px solid rgba(95, 88, 88, 0.75);
  padding: 13px 20px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  align-items: center;
  position: relative;
}
.download-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 40px;
  border-radius: 10px;
}
.download-container img {
  height: 48px;
  width: 48px;
}
#download-link,
#link,
.download {
  width: 200px;
  height: 50px;
  background: white;
  color: #353535;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  margin: auto;
}

#progress {
  width: 50%;
  margin: auto;
  margin-left: auto;
}
#progress:before,
#progress:after {
  display: table;
  content: "";
}
#progress:after {
  clear: both;
}
#progress .finger {
  float: left;
  margin: 0 2px 0 0;
  width: 20px;
  height: 100%;
}
#progress .finger-1 {
  animation: finger-1-animation 2s infinite ease-out;
}
#progress .finger-2 {
  animation: finger-2-animation 2s infinite ease-out;
}
#progress .finger-3 {
  animation: finger-3-animation 2s infinite ease-out;
}
#progress .finger-4 {
  animation: finger-4-animation 2s infinite ease-out;
}

#progress .finger-item {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 6px 6px 8px 8px;
  background-clip: padding-box;
  background: var(--primary-color);
}
#progress .finger-item span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 5px 5px 0 5px;
}
#progress .finger-item span:before,
#progress .finger-item span:after {
  content: "";
  position: relative;
  display: block;
  margin: 0 0 2px 0;
  width: 100%;
  height: 2px;
  background: var(--bg);
}
#progress .finger-item i {
  position: absolute;
  left: 3px;
  bottom: 3px;
  width: 14px;
  height: 14px;
  border-radius: 10px 10px 7px 7px;
  background-clip: padding-box;
  background: var(--bg);
}
#progress .last-finger {
  position: relative;
  float: left;
  width: 24px;
  height: 100%;
  overflow: hidden;
}
#progress .last-finger-item {
  position: absolute;
  right: 0;
  top: 32px;
  width: 110px;
  height: 20px;
  border-radius: 0 5px 14px 0;
  background: var(--primary-color);
  background-clip: padding-box;
  animation: finger-5-animation 2s infinite linear;
}
#progress .last-finger-item i {
  position: absolute;
  left: 0;
  top: -8px;
  width: 22px;
  height: 8px;
  background: #fff;
  overflow: hidden;
}
#progress .last-finger-item i:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 20px;
  border-radius: 0 0 15px 15px;
  background-clip: padding-box;
  background-clip: var(--bg);
}

@keyframes finger-1-animation {
  0% {
    padding: 12px 0 5px 0;
  }
  20% {
    padding: 12px 0 5px 0;
  }
  29% {
    padding: 4px 0 24px 0;
  }
  35% {
    padding: 4px 0 24px 0;
  }
  41% {
    padding: 12px 0 5px 0;
  }
  100% {
    padding: 12px 0 5px 0;
  }
}

@keyframes finger-2-animation {
  0% {
    padding: 6px 0 2px 0;
  }
  24% {
    padding: 6px 0 2px 0;
  }
  33% {
    padding: 2px 0 16px 0;
  }
  39% {
    padding: 2px 0 16px 0;
  }
  45% {
    padding: 6px 0 2px 0;
  }
  100% {
    padding: 6px 0 2px 0;
  }
}
@keyframes finger-3-animation {
  0% {
    padding: 0 0 0 0;
  }
  20% {
    padding: 0 0 0 0;
  }
  37% {
    padding: 0 0 12px 0;
  }
  43% {
    padding: 0 0 12px 0;
  }
  49% {
    padding: 0 0 0 0;
  }
  100% {
    padding: 0 0 0 0;
  }
}
@keyframes finger-4-animation {
  0% {
    padding: 8px 0 3px 0;
  }
  32% {
    padding: 8px 0 3px 0;
  }
  41% {
    padding: 4px 0 20px 0;
  }
  47% {
    padding: 4px 0 20px 0;
  }
  53% {
    padding: 8px 0 3px 0;
  }
  100% {
    padding: 8px 0 3px 0;
  }
}
@keyframes finger-5-animation {
  0% {
    top: 32px;
    right: 0;
    border-radius: 0 5px 14px 0;
    background-clip: padding-box;
    transform: rotate(0deg);
  }
  34% {
    top: 32px;
    right: 0;
    border-radius: 0 5px 14px 0;
    background-clip: padding-box;
    transform: rotate(0deg);
  }
  43% {
    top: 20px;
    right: 2px;
    border-radius: 0 8px 20px 0;
    background-clip: padding-box;
    transform: rotate(-12deg);
  }
  50% {
    top: 20px;
    right: 2px;
    border-radius: 0 8px 20px 0;
    background-clip: padding-box;
    transform: rotate(-12deg);
  }
  60% {
    top: 32px;
    right: 0;
    border-radius: 0 5px 14px 0;
    background-clip: padding-box;
    transform: rotate(0deg);
  }
  100% {
    top: 32px;
    right: 0;
    border-radius: 0 5px 14px 0;
    background-clip: padding-box;
    transform: rotate(0deg);
  }
}
.ProgressBar {
  width: 0%;
  border-bottom: 12px solid white;
  position: absolute;
  top: 0;
  left: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.Landingtext {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--primary-color);
  margin-top: 10px;
}
.Landingtext span {
  font-size: 26px;
}
.btn-style {
  width: 200px;
  height: 50px;
  background: white;
  color: #353535;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
}
.btn-style i {
  margin-bottom: 0px;
  margin-right: 3px;
  color: #fff;
}

.feat {
  display: flex;
  width: 100%;
  flex-direction: column;
  color: white;
  justify-content: center;
  position: relative;
  background: blue;
  padding: 20px;
  border-radius: 20px;
}

#workspace {
  display: none;
  margin: 0 auto;
  width: 80%;
}

.progress-container {
  width: 100%;
  background-color: #f3f3f3;
  border-radius: 5px;
  margin: 20px 0;
  position: relative;
  height: 30px;
}

.progress1 {
  height: 100%;
  width: 0;
  background-color: #4caf50;
  border-radius: 5px;
  text-align: center;
  line-height: 30px;
  color: white;
}

.progress2 {
  height: 100%;
  width: 0;
  background-color: #4caf50;
  border-radius: 5px;
  text-align: center;
  line-height: 30px;
  color: white;
}

.fin-process-message {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  #progress {
    width: 100%;
  }
}
