@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

a:hover {
  color: #0094FF;
}

.header-image {
  position: absolute;
  top: 20px;
  right: 50px;
}

.hide {
  display: none !important;
}

.submit-captch:focus {
  border: none;
}

.submit__generated div {
  border: 1px solid #004080;
  color: #004080;
  font-weight: 600;
  padding: 3px 14px;
  width: 150px;
  text-align: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 16px;
}

.submit__generated div span {
  width: 23px;
  margin-left: 0px;
  text-align: center;
}

.submit__generated div {
  display: flex;
  align-items: center;
}

.submit__generated {
  display: flex;
  align-items: center;
  gap: 8px;
}

.submit__control {
  margin-bottom: 19px;
  position: relative;
  width: fit-content;

}

.submit__control h5 {
  font-size: 14px;
  font-weight: 600;
  color: #191D33;
  text-align: start;
  margin-bottom: 5px !important;
}

.submit__generated {
  position: relative;

  &.valid:after,
  &.unvalid:after {
    font-family: FontAwesome;
    font-size: 18px;
  }

  &.valid {
    &:after {
      content: "\f00c";
      color: #2ecc71;
    }

    .submit__input {
      border: 1px solid #2ecc71;
      color: #2ecc71 !important;
    }
  }

  &.unvalid {
    &:after {
      content: "\f00d";
      color: #e74c3c;
    }

    .submit__input {
      border: 1px solid #e74c3c;
      color: #e74c3c;
    }
  }

  .submit__input {
    position: relative;
    outline: 0;
    height: 32px;
    width: 36px;
    border-radius: 4px;
    border: 1px solid #a9a9a9;
    color: #a9a9a9;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    top: 0px;
  }
}

i.fa-refresh {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transform-origin: center center;
  transition: transform 0.2s ease-out, color 0.2s ease-out;

  &:hover {
    color: rgba(0, 0, 0, 0.4);
    transform: rotate(180deg);
  }
}

span.submit__error,
span.submit__error--empty {
  color: red;
  display: block;
  text-align: start;
  position: absolute;
  font-size: 12px;
  right: 0;
  font-weight: 450;
  position: absolute;
  left: 0px;
  bottom: -28%;
}

.word_count {
  gap: 10px;
  position: relative;
}

.submit-captch {
  display: block;
  padding: 7px 15px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  outline: none;
  border: 0;
  position: relative;
  background-color: #42A0DD;
  background-clip: padding-box;
  border-radius: 3px;
  box-shadow: 0 4px 0 #2C81BA;
  opacity: 1;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;

  &:hover {
    background-color: #3498db;
  }

  &:active,
  &.enter-press,
  &.overlay {
    box-shadow: none;
  }
}

.submit__overlay {
  height: 47px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0px;
}


.submit-btn-captcha {
  position: relative;
}

.low-opa {
  opacity: 0.4;
}

.fadeOut {
  opacity: 0;
  transform: translateY(10px);
}

.fadeIn {
  opacity: 1 !important;
  transform: translateY(0px) !important;
}

.form-fields,
.form-success {
  transition: all 0.2s ease-out;
}

.form-success {
  opacity: 0;
  transform: translateY(-10px);
  margin-top: 20px;
}


.login-right-image {
  background-color: #004080;
  height: 100vh;
  position: relative;
}

.login-right-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loginform {
  /* padding: 25px 23px; */
  background-color: var(--primary-white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0px 112px;
}

.loginform form {
  padding: 35px 0px 0px 0px;
  text-align: center;
}

.loginform form>img {
  max-width: 85px;
  margin-bottom: 15px;

}

.loginform h2 {
  color: #063455;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  text-align: left;
}

.loginform p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 25px;
  margin: auto;
  padding-bottom: 5px;
  line-height: 1.4em;
  text-align: left;
}

p.forget-password {
  color: #0094FF;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 25px;
  margin: auto;
  padding-bottom: 5px;
  line-height: 1.4em;
  text-align: left;
  margin-top: 10px;
}

.loginform span {
  font-weight: 500;
  text-align: left;
}

.login-form2 span {
  font-weight: 700;
  text-align: center;
}

.form-login,
.form-login input {
  position: relative;
  margin-top: 20px;
}

.my-control {
  background-color: #fff;
  border-radius: 6px;
  color: #838484;
  padding: 12px 20px;
  width: 100%;
  font-size: 15px;
  border: 1px solid #B3B6BA;
  font-weight: 400;
}

.toggle-password {
  font-size: 17px;
}

.form-login>img,
.form-login .toggle-password {
  position: absolute;
  top: 32px;
  right: 21px;
}

.form-login {
  margin-bottom: 19px;
}

.btn-login {
  color: #fff;
  padding: 9px 10px 9px 10px;
  border-radius: 6px;
  background: #063455 !important;
  width: 30%;
  font-size: 24px;
  height: 60px;
  width: 228px;
  font-weight:500;
  text-transform: capitalize;
}

.btn-login:hover {
  color: var(--primary-white) !important;
  background-color: rgb(0, 150, 217) !important;
}

.logo-here img {
  max-width: 95px;
}

.supporthelp {
  color: #063455;
  font-size: 15px;
  font-weight: 450;
  margin-bottom: 0px;
}

.supporthelp a {
  color: #0094FF;
}

.footer-section {
  background-color: #DBDBDB;
  padding: 10px 20px;
  position: fixed;
  bottom: 0px;
  width: 100%;
}

.footerlinks p {
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

#exampleModalLabel {
  color: #000;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #042521;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.modal-header button span {
  position: absolute;
  top: 5px;
  right: 14px;
  background-color: #ddd;
  height: 28px;
  width: 26px;
  border-radius: 50%;
  line-height: 21px;
  font-size: 25px;
  color: #000;
  opacity: 9;
  font-weight: 700;
  text-align: center;
}

.btn-stick-submit {
  background-color: #042521;
  color: #fff;
  padding: 4px 15px 7px;
}

.btn-stick-submit:hover {
  color: #212529;
  color: #fff;
}

.inner-addon {
  position: relative;
}

.form-group .inner-addon .form-control {
  padding: 6px 50px;

  font-size: 14px;
  color: #444;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus,
select.form-control {
  outline: 0 !important;
  box-shadow: none !important;
}

.form-group .left-addon .fa {
  left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.form-group .inner-addon .fa {
  padding: 12px;
  position: absolute;
  text-align: center;
  z-index: 10;
  font-size: 15px;
}

.inner-addon i {
  color: #fff;
  background: #042521;
  width: 40px;
}

.modal-header {
  padding: 6px 31px 11px;
}

.whatsappme {
  position: fixed;
  z-index: 400;
  right: 20px;
  bottom: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #262626;
  transform: scale3d(0, 0, 0);
  transition: transform .3s ease-in-out;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.whatsappme--show {
  transform: scale3d(1, 1, 1);
  transition: transform .5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.whatsappme__button {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  right: 8px;
  height: 60px;
  min-width: 60px;
  max-width: 95vw;
  background-color: #25D366;
  color: #fff;
  border-radius: 30px;
  box-shadow: 1px 6px 24px 0 rgba(7, 94, 84, .24);
  cursor: pointer;
  transition: background-color 0.2s linear;
}

.whatsappme__button:hover {
  background-color: #128C7E;
  transition: background-color 1.5s linear;
}

.whatsappme--dialog .whatsappme__button {
  transition: background-color 0.2s linear;
}

.whatsappme__button:active {
  background-color: #075E54;
  transition: none;
}

.whatsappme__button svg {
  width: 36px;
  height: 60px;
  margin: 0 12px;
}

.whatsappme__badge {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 50%;
  background: #e82c0c;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  box-shadow: none;
  opacity: 0;
  pointer-events: none;
}

.whatsappme__badge.whatsappme__badge--in {
  animation: badge--in 500ms cubic-bezier(0.27, 0.9, 0.41, 1.28) 1 both;
}

.whatsappme__badge.whatsappme__badge--out {
  animation: badge--out 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 1 both;
}

.whatsappme--dialog .whatsappme__button {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

.whatsappme__box {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: calc(100vw - 40px);
  max-width: 400px;
  min-height: 280px;
  padding-bottom: 60px;
  border-radius: 32px;
  background: #ede4dd url(../img/background-whatapp.png) center repeat-y;
  background-size: 100% auto;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .5);
  overflow: hidden;
  transform: scale3d(0, 0, 0);
  opacity: 0;
  transition: opacity 400ms ease-out, transform 0ms linear 300ms;
}

.whatsappme--dialog .whatsappme__box {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  transition: opacity 200ms ease-out, transform 0ms linear;
}

.whatsappme__header {
  display: block;
  position: static;
  width: 100%;
  height: 70px;
  padding: 0 26px;
  margin: 0;
  background-color: #2e8c7d;
  color: rgba(255, 255, 255, .5);
}

.whatsappme__header svg {
  height: 100%;
}

.whatsappme__close {
  position: absolute;
  top: 18px;
  right: 24px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  line-height: 34px;
  font-size: 25px;
  text-align: center;
  opacity: .4;
  cursor: pointer;
  transition: opacity 300ms ease-out;
}

.whatsappme__close:hover {
  opacity: .6;
}

.whatsappme__message {
  position: relative;
  min-height: 80px;
  padding: 20px 22px;
  margin: 34px 26px;
  border-radius: 32px;
  background-color: #fff;
  color: #4A4A4A;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

.whatsappme__message:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 30px;
  left: -18px;
  width: 18px;
  height: 18px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADcAAAA1CAYAAADlE3NNAAAEr0lEQVRo3t2aT0gjVxzHf++9mcn8zWhW6bpELWzcogFNaRar7a4tBNy2WATbHpacpdZ6redeZE+9CL02B1ktXsRD/xwsilhoSwsqag/xYK09hCQlmCiTf28vGRnGmZhE183MFx5vmGQy7zO/P/P7PYLAHUIAQCqDAwDPxMREG3IpHL+zs/MZcgkYAgAMAIwOl8lkYm6xGgYAFgAEAGgZHx9/vVwun7nJJTkAEAGgdW9v73NKKXWLSzIA4AEAGQDazs/P/3ALnNEl1a2trY9oRW6wmu6SEgC0ZrPZn9wCp2dIHgCU1dXVtymlZafDIatEksvlfqYGueG9xgOAcnBw8JSa5GR3vIi1aDTaUSwWj5wOZ3RHPUN6U6nUN9RCTnZHDwDI+/v745TSkpPhrOpHcWlpqbdcLieojZwGpseZMDo66svn87/RKnIaGAsAfCAQ8J6dnX1Pr5DjwABAzmazMVqDHAd2enr6La1RjgGLRCJqLpeL0TrUjFDGrMgCAD8/P38vn8//QutUs1pLT/fC5ubmQKFQOKANqNmspbuhBwDEZDL5BaX0lDaoZoK62NxZXFzs1DRthV5TrxrKGFue/v5+KZ1Of1kul5P0BtQUUAAgxOPx9wuFwl/0BvWq3O8C6vDw8F1N036gL0G3ZaVLUEdHRxFN036kL1E3DWMHxAEAPzc3dyedTk+XSqUdegu6CRijy5mBPLOzs2oikfhU07RFSmmG3qKuaxkdxuhy/MzMjDeRSHyiadrz2wYyClUBMh9bzRfAu7u7PX6//z1RFB9zHBcBALUZKoRqUMgEgyvHeHt7+353d/cjQRBGWJZ9jBDqaMYKHKpYBAEAXltbawsGg2FFUd7iOO4hIeQhQuiOEzpdOzCSTCaftLS0fEUIGXbiHiBjU5njVCr1sc/nW6wkDcduS1u1HKRUKv2KMR4ABwvbAWKMA+BwYbsasFgs/uMWuEtxd3x8/J3b4C4Ag8Hg83g8/iyfz//n5IRi1eZzla00HgA8oijyDMNwlFJCCGH0axiGQQAAXq+XyLLMeL1eRlEURpZlRpIkhud5oigK297eLvl8Prm1tVVSFEWSJEkWRVESBMGrqupriqLcFQThLsaYu612n6vUip4KMFv5HJssjhooEi5laoZh0NjYWNvw8PC9np6ejkAg8MDv9w+oqnrfxsNqhgNTh2wE1MGYChyyWGA9RYJVFWTM3MhwjMPhsDw9PT0QDocHOjs731RV9Y1rv+cMlb4Oiy3garWW1b2sPMfceZgHmZqa6pycnPywr6/vA47jfPXAWbU0xOCOqE44u2K8Wl9oBUfMa+rq6hIWFhbGBwcHn9pBohogcRWwRiCRTUiACQ6ZYpxY9JAkFAopy8vLM4FAYKyRrgA1GGf1JperLGgEM4cNG4vF3olGo18TQkT9JsRmAdQw66NsGlbn7Ibdd0um2XzOblz6/ZWVlX8JIb8PDQ090gFJDU+e2sBeZ1hBU9NcqvIQzDMFALq+vp7GGP85MjLyBCHE1tPO1LP4eq4FG/hqnlGyeSiwsbHxfygUOu7t7Y00059JUY3ZHFm8k1lT0cGfnJw8c0ojepWFzd6CMpnM3y8AJPEkZ9khO4IAAAAASUVORK5CYII=');
  background-size: 100%;
}

/* Align left */

.whatsappme--left {
  right: auto;
  left: 20px;
}

.whatsappme--left .whatsappme__button {
  right: auto;
  left: 8px;
}

.whatsappme--left .whatsappme__box {
  right: auto;
  left: 0;
}

@media (max-width: 480px) {
  .whatsappme {
    bottom: 6px;
    right: 6px;
  }

  .whatsappme--left {
    right: auto;
    left: 6px;
  }

  .whatsappme__box {
    width: calc(100vw - 12px);
    min-height: 0;
  }

  .whatsappme__header {
    height: 55px;
  }

  .whatsappme__close {
    top: 13px;
    width: 28px;
    height: 28px;
    line-height: 28px;
  }

  .whatsappme__message {
    padding: 14px 20px;
    margin: 15px 21px 20px;
    line-height: 24px;
  }

  .whatsappme__button {
    bottom: 50px;
  }
}

@keyframes badge--in {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes badge--out {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

.select2-dropdown {
  font-size: 15px;
  width: 200px !important;
  z-index: 1051;
  color: #000 !important;
  font-weight: 500 !important;
}

.error {
  color: red;
  font-size: 12px;
  font-weight: 450;
  line-height: 1.3em;
}

.newmob {
  position: relative;
}

.newmobsection p {
  position: absolute;
  top: 30px;
}

.newmob label {
  margin: 0;
  pointer-events: none;
  position: absolute;
  color: #50d6d3;
  font-size: 15px;
  top: -22px;
  font-weight: 400;
}

.class-label {
  animation-name: levelup;
  top: -25px;
  animation-duration: 800ms;
  font-size: 15px !important;
  font-weight: 300;
}

/* @keyframes levelup {
  from {
    top: 0px;
    font-size: 16px;
  }

  to {
    top: -25px;
    font-size: 14px;
  }
} */

.newmob {
  width: 320px;
  margin: auto;
}

.newmobsection input {
  padding: 0px 0px 4px;
}

.country_code {
  display: flex;
  flex-wrap: wrap;
}

#count_code {
  width: 58%;
}

.select2-container .select2-selection--single {
  height: 33px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 30px !important;
}

.select2-container--default .select2-selection--single {
  border: 0px !important;
  background: transparent !important;
  border-bottom: 1px solid #50d6d3 !important;
  border-radius: 0px !important;

}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0px !important;
}




input[type="radio"] {
  filter: sepia(100%) brightness(80%) hue-rotate(170deg) saturate(70%) contrast(300%);
}

input[type="radio"] {
  display: none;
}

input[type="radio"]+label::before {
  border: 1.5px solid var(--grey-color2);
  content: "";
  display: inline-block;
  height: 17px;
  padding: 0px;
  width: 17px;
  line-height: 17px;
  border-radius: 30px;
}

input[type="radio"]:checked+label::before {
  background: var(--blue-dark-color1);
  color: #fff;
  content: url('https://learnpitch.com/public/login/img/check.svg');
  text-align: center;
  transform: rotate(3deg);
  border: none;
  font-size: 11px;
}

.box-select {
  gap: 5px;
  padding: 11px 10px;
  border: 1px solid #063455;
  border-radius: 4px;
  width: 185px;
  display: flex;
  align-items: center;
  justify-content: center;
}

form.home-form.form-mob1 {

  width: 100%;
}

@media (max-width: 768px) {
  .header-image {
    right: 57px;
  }

  .loginform span {
    font-weight: 500;
    text-align: left;
    font-size: 14px !important;
  }

  .box-select {
    width: 100%;
    display: block;
  }

  .submit__generated div {
    font-size: 15px;
  }

  .loginform p {
    font-size: 14px !important;
  }

  .supporthelp {
    font-size: 14px;
    margin-top: 10px !important;
  }

  .my-control {
    font-size: 14px;
  }

  .loginform {
    padding: 20px;
  }

  .loginform h2 {
    font-size: 28px;
    width: 87%;
    margin: auto auto 18px;
    margin-left: 0px;
    margin-bottom: 10px;
  }

  .footerlinks p {
    font-size: 11px;
  }
}

@media only screen and (max-width: 600px) {
  h2 {
    font-size: 28px;
  }

  .footer-section {
    padding: 14px 20px;
  }

 

  .btn-login {
    height: 40px;
    width: 100px;
  }

  form.home-form.form-mob1 {
    margin-top: 88px;
  }

  .loginform form>img {
    max-width: 55px;
    margin-bottom: 15px;
  }


  .btn-login {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: -8px;
  }

  .bottom-fixed-links .fixed {
    margin-left: 0px;
  }

  .submit__control h5 {
    font-size: 13px;
  }

  .submit__generated span {
    font-size: 15px;
  }

  body {
    background-color: #fff;
  }
}


@media (max-width:440px) {
  .newmobsection input {
    width: 100%;
    border-radius: 0px !important;
  }

  input.my-control1.margin-mobile {
    margin-top: 10px;
  }

  .justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: center !important;
  }

  .newmob {
    width: 100%;
  }
}


@media (max-width: 426px) {
  .header-image {
    position: absolute;
    top: 20px;
    right: 101px;
  }
}

@media (max-width: 376px) {
  .header-image {
    right: 69px;
  }
}

@media (max-width: 320px) {
  .header-image {
    right: 43px;
  }
}