.bg-eq-primary {
  background-color: #7845c4;
  color: white;
}

.btn-eq-primary {
  background-color: #7845c4;
  color: white;
}

.btn-eq-primary:hover {
  color: white;
}

.btn-eq-outline-primary {
  color: #7845c4;
  border-color: #7845c4;
}

.alert-eq-primary {
  background-color: #7845c4;
  color: white;
}

#progressbar {
  margin-bottom: 16px;
  overflow: hidden;
  color: lightgrey;
  padding-left: 0;
}

#progressbar .active {
  color: #7845c4;
}

#progressbar li {
  list-style-type: none;
  font-size: 14px;
  width: 20%;
  float: left;
  position: relative;
  font-weight: 400;
  text-align: center;
}

#progressbar #identity:before {
  font-family: Feather;
  content: "\e9c7";
}

#progressbar #agreement:before {
  font-family: Feather;
  content: "\e964";
}

#progressbar #subscription:before {
  font-family: Feather;
  content: "\e964";
}

#progressbar #payment:before {
  font-family: Feather;
  content: "\e954";
}

#progressbar li:before {
  width: 36px;
  height: 36px;
  line-height: 30px;
  display: block;
  font-size: 16px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}

#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 18px;
  z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #7845c4;
}

.progress {
  height: 8px;
}

.progress-bar {
  background-color: #7845c4;
}

.bg-eq-cardbg {
  background-color: #7845c420;
}

@media print {
  @page {
    font-size: 20px;
    size: A4 portrait;
  }

  body {
    font-size: 18px;
    font-family: "Times New Roman";
  }
}

@media print {
  html,
  body {
    height: 99%;
  }
}

.eq-badge {
  color: #7845c4;
  background-color: #7845c41e;
  padding: 2px 10px;
  border-radius: 8px;
}

@media only screen and (max-width: 600px) {
  .paddingBottom {
    padding-bottom: 80px;
  }
}

.fade {
  animation-name: my;
  animation-duration: 0.6s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
}

/* .fade {
	animation: fadeIn 2s;
  	opacity: 1;
    animation-fill-mode: forwards;
}

@keyframes fadeIn {
  from {
  	opacity: 0;
  }
  to {
 	opacity: 1;
  }
} */

@keyframes my {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.fade-out {
  animation-name: my-out;
  animation-duration: 0.6s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes my-out {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    transform: translateY(30px);
  }
}

.w-200 {
  width: 200px;
}

.marginNav {
  margin-right: 7px;
}

@media only screen and (max-width: 345px) {
  .button-space {
    margin-top: 0.25rem;
  }
}

@media screen and (min-width: 375px) and (max-width: 575px) {
  .button-space {
    margin-left: 0.25rem;
  }
}

@media only screen and (max-width: 767px) {
  .cardItem {
    margin: -19px 0px !important;
    padding: 0px !important;
  }

  .dateItem {
    text-align: center !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .payLater-button {
    margin-top: 10px;
    margin-left: 0px !important;
  }
}

.titleStyle {
  color: black !important;
  font-weight: 800 !important;
  font-size: larger;
}

@media only screen and (min-width: 992px) {
  .document-name {
    text-align: left !important;
  }
}

.background {
  background: #f2f2f2;
  height: 100vh;
}

.disabledInput {
  background: #cfd1d1 !important;
  border: none !important;
}
