.cu-popup-circle {
  height: 150px;
  width: 150px;
  border-radius: 100%;
  position: absolute;
  background-color: rgba(15, 255, 79, 0.315);

  animation: popup-success 1.5s ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes popup-success {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(0.5);
    background-color: rgba(15, 255, 79, 0);
  }
}

.cu-popup-circle-inner {
  height: 100px;
  width: 100px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: rgba(15, 255, 79, 0.815);
}
.cu-popup-circle-nocolor {
  height: 250px;
  width: 250px;
  border-radius: 100%;

  background-color: rgba(77, 211, 113, 0);
}

.cu-popup-circle-pdf {
  height: 150px;
  width: 150px;
  border-radius: 100%;
  position: absolute;
  background-color: #1787ffbe;

  animation: popup-successpdf 1.5s ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes popup-successpdf {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(0.5);
    background-color: #1787ff00;
  }
}

.cu-popup-circle-inner-pdf {
  height: 100px;
  width: 100px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: #1787ff;
}
.cu-popup-circle-nocolor-pdf {
  height: 250px;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(77, 211, 113, 0);
}
.popup {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999;
}
.popup-skey {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* overflow: auto; */
  background-color: rgba(0, 0, 0, 0.5);
}

.popup-close {
  height: 10%;
  background-color: red;
}
.popup-top {
  width: 100%;
  padding: 10px 20px 0 0;
}

.popup-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.popup-middle-pdf {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 20px;
}
.popup-bottom {
  width: 100%;
  padding: 0 0 20px 0;
  border-bottom: 10px solid rgba(15, 255, 79, 0.815);
  border-radius: 10px;
}
.popup-bottom-pdf {
  width: 100%;
  padding: 20px 0 20px 0;
  border-bottom: 10px solid #1787ff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.popup-notes-bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  border-radius: 10px;

  border-bottom: 10px solid rgba(15, 255, 79, 0.815);
}
.popup-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fefefe;
  margin: 5% auto;
  border-radius: 10px;
  border: 1px solid #888;
  width: 80%;
  max-width: 400px;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  font-family: Montserrat;
  animation: scalePopup 0.5s ease forwards;
}

.popup-content-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fefefe;
  margin: 5% auto;
  border-radius: 10px;
  border: 1px solid #888;
  width: 80%;
  max-width: 800px;
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
  font-family: Montserrat;
  animation: scalePopup 0.5s ease forwards;
}

@keyframes scalePopup {
  0% {
    transform: translateY(-100px);
    opacity: 0;
    filter: blur(20px);
    visibility: hidden;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    filter: blur(0);
    visibility: visible;
  }
}

.close {
  color: #ccc;
  float: right;
  font-size: 38px;
  font-weight: bold;
  transition: 0.2s ease-in-out;
}

.close:hover,
.close:focus {
  color: #222222;
  text-decoration: none;
  cursor: pointer;
}
.popup-notes-bottom .small-popup,
.popup-bottom .small-popup {
  font-size: 0.5em;
  font-weight: 500;
  margin-bottom: 10px;
}

.termsandcondition {
  display: none;
  justify-content: cefnter;
  align-items: center;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999;
}
.tactitle {
  padding: 10px 0 10px 0;
  font-size: 1.2em;
}
.tactitle2 {
  padding: 30px 0 30px 0;
  font-size: 1.2em;
}
.tactitle3 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 30px 0 30px 0; */
  font-size: 0.8em;
}
.tactitle4 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0 0 0;
  font-size: 1em;
}
.tactitle5 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0 0 0;
  font-size: 0.8em;
}
.termsandcondition-top {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 2%;
}
.termsandcondition-top p {
  width: 100%;
  font-size: 1.2em;
}
.termsandcondition-top .close {
  position: absolute;
  right: 0;
}
.termsandcondition-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  background-color: #fefefe;
  margin: 1% auto;
  border-radius: 10px;
  border: 1px solid #888;
  height: 90%;
  width: 50%;
  padding: 20px;
  font-size: 1.5em;
  font-weight: 600;
  text-align: left;
  font-family: Montserrat;
  animation: scalePopup 0.5s ease forwards;
}
.termsandcondition-content-terms {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  background-color: #fefefe;
  margin: 1% auto;
  border-radius: 10px;
  border: 1px solid #888;
  height: 20%;
  width: 50%;
  padding: 20px;
  font-size: 2em;
  font-weight: 600;
  text-align: left;
  font-family: Montserrat;
  animation: scalePopup 0.5s ease forwards;
}
.termsandcondition-bottom {
  width: 100%;
  padding: 0 0 20px 0;
  border-radius: 10px;
  overflow-y: scroll;
}
.termsandcondition-bottom-terms {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.tac1 {
  font-size: 0.6em;
  font-weight: 400;
  margin-top: 20px;
}
.tac1-bold {
  font-size: 0.6em;
  font-weight: bold;
  margin-top: 20px;
}
.tac1-tab {
  font-size: 0.6em;
  font-weight: 400;
  margin-top: 20px;
  margin-left: 50px;
}
.tac1-tab-2 {
  font-size: 0.6em;
  font-weight: 400;
  margin-top: 20px;
  margin-left: 100px;
}
.tac1-tab-3 {
  font-size: 0.6em;
  font-weight: 400;
  margin-top: 20px;
  margin-left: 150px;
}
.tac2 {
  font-size: 0.8em;
  font-weight: 600;
  margin-top: 30px;
}
.tac3 {
  font-size: 0.6em;
  font-weight: 400;
  margin-top: 30px;
}
.tac3bullet {
  font-size: 0.6em;
  font-weight: 400;
  margin-top: 10px;
}

.wrapperpdf {
  width: 80%;
  height: 50px;
  background: transparent;
  font-size: 0.7em;
  font-weight: 400;
}

.wrapperpdf .input-data {
  height: 40px;
  width: 100%;
  position: relative;
}

.wrapperpdf .input-data input {
  height: 100%;
  width: 100%;
  border: none;
  border-radius: 5px;
  outline: none;
  font-family: Montserrat;
  font-size: 17px;
  background-color: #5fc9f31c;
  border: 1px solid #1787ff;
  padding-left: 10px;
  transition: 0.1s ease-in-out;
}
.wrapperpdf .input-data input:focus {
  border: 2px solid #1787ff;
}

.input-data input:focus ~ label,
.input-data input:not(:placeholder-shown) ~ label {
  transform: translateY(-30px);
  font-size: 15px;
  font-weight: bold;
}

.wrapperpdf .input-data label {
  position: absolute;
  bottom: 10px;
  left: 0;
  color: #222222;
  font-family: Montserrat;
  pointer-events: none;
  transition: all 0.3s ease;
  margin-left: 10px;
}

@media (max-width: 1440px) {
  .termsandcondition-content {
    width: 80%;
  }
}

@media (max-width: 1024px) {
  .termsandcondition-content {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .popup-content {
    width: 100%;
    max-width: 300px;
  }
}
