@import "fonts.css";

.form-step-1 {
  padding-top: 100px;
}

.form-pagination-wrapper-1 {
  margin-top: 40px;
}

.holder_default {
  width: 100%;
  height: 313px;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%2371828FFF' stroke-width='2' stroke-dasharray='10' stroke-dashoffset='63' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 10px;
  z-index: 2;
  transition: transform ease-in-out 0.3s;
}

#holder.dragover.hover {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%23008CFFFF' stroke-width='2' stroke-dasharray='10' stroke-dashoffset='63' stroke-linecap='square'/%3e%3c/svg%3e") !important;
  background-color: #122e4514;
}

#holder.dragover {
  transform: scale(1.1);
}

#holder.dragover + .upload-content input[type="file"] {
  transform: scale(1.1);
}

#holder + .upload-content input[type="file"] {
  position: absolute;
  top: -85px;
  left: 0;
  z-index: 9999;
  width: 100%;
  bottom: 0;
  height: 313px;
  opacity: 0.01;
}

/*#holder.dragover.hover + .upload-content .form-type-managed-file,*/
#holder + .upload-content .form-managed-file {
  opacity: 1;
  z-index: 1;
  position: static;
}

.upload-content p {
  font-family: 'Poppins Medium', sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  text-align: center;
  width: 535px;
  margin: 0 auto 10px auto;
}

@media screen and (max-width: 1240px) {
  .upload-content p {
    width: calc(100% - 40px);
  }
}


.upload-content p span {
  color: #008cff;
}

.upload-content .form-type-managed-file .description {
  display: none;
}

#holder:not(.dragover) + .upload-content .form-type-managed-file label {
  cursor: pointer !important;
  z-index: 2;
}

.upload-content .form-type-managed-file label {
  width: 245px;
  height: 46px;
  border-radius: 10px;
  background: #008cff;
  font-family: 'Poppins Medium', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer !important;
}

.upload-content .form-type-managed-file label:before {
  content: url('../icons/upload.svg');
  margin-right: 16px;
  position: relative;
  top: 5px;
}

.upload-content .form-type-managed-file label:hover {
  cursor: pointer;
}

.upload-content .form-type-managed-file {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /*position: relative;*/
  margin-bottom: 0;
}

.upload-content .form-type-managed-file .form-managed-file {
  position: absolute;
  width: 245px;
  opacity: 0;
  z-index: -1;
}

.upload-content .form-type-managed-file .form-managed-file:hover {
  cursor: pointer;
}

.file-upload-js-error {
  position: absolute;
  top: -183px;
  width: 670px;
  left: -238px;
}

.file-name.hidden {
  visibility: hidden;
}

.file-name.visible {
  visibility: visible;
}

.file-name.visible, .upload-content .form-type-managed-file .form-managed-file span.file a {
  margin-top: 70px;
  text-align: center;
  font-family: 'Poppins Medium', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0;
  color: #122e45;
}

.check-mark.visible {
  width: 124px;
  height: 124px;
  border-radius: 50%;
  position: relative;
  margin: 20px auto 0 auto;
  /*background-image: url("../icons/fab.svg");*/
}

.check-mark.visible.upload-checkmark {
  margin: 130px auto 0 auto;
}

.upload-content {
  width: 100%;
  position: absolute;
  top: 185px;
  display: flex;
  flex-direction: column;
}

.upload-content > div {
  z-index: 3;
}

#holder.error-file-ext {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%23B81F1EFF' stroke-width='2' stroke-dasharray='10' stroke-dashoffset='63' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 10px;
}

.error-text {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0;
  text-align: center;
}

.error-description {
  font-family: 'Poppins Medium', sans-serif;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  text-align: center;
}

.error-description span {
  color: #008cff;
}

.step1-button {
  display: none;
}



@keyframes example_a {
  0%   {
    stroke: #1abc9c;
  }
  100% {
    stroke: transparent;
  }
}

@keyframes example_b {
  0%   {
    stroke-dashoffset: 377;
    transform: rotate(-270deg);
  }
  100% {
    stroke-dashoffset: 0;
    transform: rotate(-90deg);
  }
}


.circle {
  height: 124px;
  width: 124px;
}
.circle .background {
  fill: transparent;
  /*stroke: #1abc9c;*/
  /*transition: all 200ms ease;*/
  /*animation-delay: 0.3s;*/
  animation-name: example_a;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  /*animation-direction: alternate;*/
}
.circle .foreground {
  fill: transparent;
  stroke-dasharray: 377;
  /*stroke-dashoffset: 377;*/
  stroke: #188B2A;
  transform-origin: 50% 50%;
  /*transform: rotate(-270deg);*/
  /*transition: all 800ms ease;*/
  /*animation-delay: 0.3s;*/
  animation-name: example_b;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  /*animation-direction: alternate;*/
}

/*.circle:hover .background {*/
/*  stroke: transparent;*/
/*}*/

/*.circle:hover .foreground {*/
/*  stroke-dashoffset: 0;*/
/*  transform: rotate(-90deg);*/
/*}*/

