/* register form */

.klenty-logo {
  width: 104px;
}
.nav-down-arrow {
  margin-left: 10px;
  transition: 0.3s;
  width: 14px !important;
  position: relative;
  height: 25px;
  top: 8px !important;
  left: -10px;
}
.navsvgrotate {
  transform: rotate(90deg);
}
/* register-dropdown-box */
.book-form-wrapper {
  animation: Entrance 0.3s cubic-bezier(0.7, 0.2, 0.5, 1) forwards;
}
.register-center-align {
  display: inline-block;
  position: relative !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.register-center {
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.calliq-register .register-center {
  background: #fff;
  padding: 1rem 0;
}
.register-dropdown-box .book-form {
  background: white !important;
  position: relative;
  height: 100%;
  z-index: 214748360;
  padding: 80px 0px 0px;
  box-shadow: 0px 4px 20px rgb(141 141 141 / 25%);
}
.calliq-register .book-form {
  padding: 64px 0px 0px;
  margin: 1rem 1.2rem 1rem;
  border-radius: 1rem;
  background: linear-gradient(
      34deg,
      #ffc9eb -4.75%,
      rgba(182, 209, 253, 0.38) 72.37%,
      rgba(175, 210, 255, 0) 116.35%
    ),
    #fff !important;
  box-shadow: none;
}
.rg-form-box {
  position: relative;
  top: -10px;
}
.rg-term a {
  color: #9f9f9f;
  cursor: pointer;
}
.register-dropdown-box .book-form-box,
.register-dropdown-box .rg-form-box {
  padding: 0px 90px;
}
.calliq-register .book-form-box {
  padding: 0px 36px;
}
.calliq-register .rg-form-box {
  max-width: 306px;
  margin: auto;
  padding: 0;
}
.register-dropdown-box .btn-register-cross {
  border: none;
  background: transparent;
}
.register-dropdown-box .btn-register-cross i {
  color: #3d3d3d;
  font-size: 20px;
  cursor: pointer;
}
.register-dropdown-box .btn-register-cross:hover,
.btn-register-cross:focus {
  color: black;
  outline: none !important;
}
.register-dropdown-box .register-cross {
  position: absolute;
  top: 10px;
  right: 10px;
}
.register-dropdown-box .book-form-wrapper {
  height: 580px;
  z-index: 2147;
  position: relative;
  transition: 0.1s;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  border-radius: 10px;
}
.calliq-register .register-dropdown-box .book-form-wrapper {
    height: 536px !important;
}
#errorMessage {
  color: #dc3545 !important;
  font-size: 14px;
  margin-top: -8px;
}

@keyframes Entrance {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.k-addOpacity {
  opacity: 1 !important;
}
.register-dropdown-box .book-form .btn-blue {
  margin-top: 24px !important;
}

.register-dropdown-box .book-header {
  font-size: 32px;
  font-family: "Paytone One", sans-serif;
  color: #05034e;
  margin-bottom: 40px;
  line-height: 130%;
}
.calliq-register .book-header {
  color: #0e0d59;
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-family: "Poppins";
}
.rg-term {
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  color: #cacaca;
  margin-top: 40px;
}

.calliq-register .rg-term {
  color: #5a5984;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: normal;
}

.calliq-register .rg-term a {
  color: #5a5984;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline;
}

.register-dropdown-box .trial-title {
  font-size: 12px;
  line-height: 16px;
  color: #5b5b5b;
  margin-bottom: 25px !important;
}
.register-left-content ul {
  padding-left: 0px !important;
  margin-bottom: 0;
}
.register-dropdown-box .google-sign-in {
  margin-bottom: 45px;
  display: flex;
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
  border-radius: 6px;
  cursor: pointer;
  background: white;
  align-items: center;
}

.register-dropdown-box .google-icon {
  width: 52px;
}
.register-dropdown-box .google-sign-in p {
  width: 200px;
  /* padding: 15px; */
  text-align: center;
  margin-bottom: 0px !important;

  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.04em;
  color: #26264d;
}
.register-dropdown-box .google-icon-wrapper {
  background: white;
  position: relative;
  left: 0px;
  border-radius: 6px 0px 0px 6px;
}
.register-dropdown-box .google-sign-in:focus,
.google-sign-in:hover {
  outline: none;
  box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 25%),
    inset 0px 1px 2px 0px transparent;
}
.or-box {
  display: flex;
  justify-content: center;
  width: 100%;
}
.register-dropdown-box .or {
  background: white;
  font-style: normal;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #9c9c9c;
  position: relative;
  top: -11px;
  padding: 0px 10px;
}
.calliq-register .or {
  color: #0e0d59;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  background-color: #fff;
  border-radius: 4px;
}
.register-dropdown-box .google-sign-box {
  margin-bottom: 52px;
}
.upper-input-para {
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  color: #817f7f;
  margin-bottom: 0px;
  position: relative;
  left: 13px;
  top: 10px;
  background-color: white;
  display: inline-block;
  padding: 0px 5px;
  z-index: 99;
}
.input-para {
  color: #0e0d59;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.25rem;
}
.register-dropdown-box label {
  font-size: 14px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
.register-dropdown-box hr {
  margin: 0px !important;
  color: #dadce0;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #4d4d4d;
}

.register-dropdown-box input::placeholder {
  font-size: 14px;
  line-height: 17px;
  font-family: "Inter", sans-serif;
  color: #9c9c9c;
}
.register-dropdown-box input:focus {
  border-color: #05034e60 !important;
  box-shadow: none !important;
}
.register-dropdown-box .form-group input {
  border-color: #817f7f !important;
  padding: 10px 17px !important;
}
.calliq-register .form-group input {
  border-color: transparent !important;
}
.register-dropdown-box .btn-blue {
  background: #504ee4;
  padding: 12px !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 40px;
}

.register-dropdown-box .already {
  font-size: 10px;
  line-height: 13px;
  color: #696969;
  margin-top: 16px;
  margin-bottom: 0px !important;
}
.register-dropdown-box .already a {
  color: #504ee4;
}
.register-dropdown-box .register-footer {
  margin: 15px 0px;
  font-size: 9px;
  line-height: 16px;
  text-align: center;
  color: #696969;
}

.register-dropdown-box .register-footer a {
  color: #2e2e2e;
}
.register-dropdown-box .register-footer a:hover {
  text-decoration: underline;
}
.register-dropdown-box .already a:hover {
  text-decoration: underline;
}

/* ---- */
.hideNavRegister {
  display: block !important;
}
.redcolor {
  color: red;
  background: red;
}

/* dropdown */
.register-dropdown-box {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.65);
  transition: opacity 0.15s linear;
}

.calliq-bg {
  background: linear-gradient(
    180deg,
    rgba(173, 171, 221, 0.64) 0%,
    rgba(3, 3, 23, 0.64) 100%
  ) !important;
  backdrop-filter: blur(1.5px) !important;
}

.register-dropdown-box-active {
  opacity: 1;
  transform: translateY(0px);
}
.registerShow {
  display: block;
}
.btn-register-cross {
  position: absolute;
  right: 20px;
  top: 15px;
}

.btn-register-cross:hover {
  cursor: pointer;
}

.a-google-sign-in:hover .con-google {
  text-decoration: none !important;
}
.a-google-sign-in:hover {
  text-decoration: none !important;
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

/* register-left-content----- */

.register-left-content {
  height: 100%;
  padding: 80px 60px;
  background: linear-gradient(149.7deg, #dde0ff 18.44%, rgba(221, 224, 255));
}
.calliq-register .register-left-content {
  height: fit-content;
  padding: 0px 60px;
  background: #fff;
}
.register-left-header {
  font-size: 26px;
  color: #05034e;
  margin-bottom: 16px;
  font-weight: 700;
}
.calliq-register .register-left-header {
  color: #504ee4;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.75rem;
}
.register-left-subheader {
  font-weight: 600;
  font-size: 16px;

  color: #202020;
  margin-bottom: 48px;
}
.calliq-register .register-left-subheader {
  color: #0e0d59;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1.25rem;
}
.register-left-content li {
  font-size: 16px;
  margin-left: 20px;
  margin-bottom: 26px;
  color: #202020;
  font-weight: 400;
  padding-left: 15px;
  list-style-image: url(/assets/images/green-tick.png);
}
.calliq-register .register-left-content li::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  height: 20px;
  width: 20px;
  background-image: var(--charm-tick);
  position: relative;
  top: 4px;
  left: -4px;
}
.calliq-register .register-left-content li {
  color: #0e0d59;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1rem;
  padding-left: 36px;
  margin-left: 0;
  list-style: none;
  text-indent: -34px;
}
.calliq-register .register-left-content li::marker {
  position: relative;
  top: -2px;
}
.register-left-content li:last-child {
  margin-bottom: 0px !important;
}
.or {
  text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
  .register-left-content {
    padding: 90px 40px;
  }

  .register-dropdown-box .book-form-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .register-dropdown-box .book-form-box,
  .register-dropdown-box .rg-form-box {
    padding: 0px 0px;
  }

  .register-left-content {
    padding: 40px 20px;
  }
  .register-dropdown-box .book-form {
    padding: 55px 20px;
  }
  .register-dropdown-box .book-form-wrapper {
    height: 500px;
  }
  .register-left-content,
  .register-dropdown-box .book-form {
    height: 100%;
  }
  .calliq-register .register-center {
    padding: 0;
  }
}

@media only screen and (max-width: 600px) {
  .register-left-content {
    display: none;
  }
  .register-dropdown-box .book-form {
    padding: 30px 30px;
  }
  .register-dropdown-box .book-form-wrapper {
    height: 450px;
  }
  .register-dropdown-box .book-form-wrapper {
    height: 100%;
  }
  .register-dropdown-box .book-form {
    padding: 30px 20px 0px;
    width: 350px;
  }
  .calliq-register .book-form {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 375px) {
}
