body {
  background-color: #f8f8f7;
}

#pageHeader {
  background-color: #202359;
  color: #fff;
  height: 350px;
  /*.imgas{
    height:100%
  }*/
}
#pageHeader .img1 img {
  width: 780px;
  position: absolute;
  height: 575px;
  top: 13px;
  right: 0;
}
@media (min-width: 426px) and (max-width: 1024px) {
  #pageHeader .img1 img {
    width: 480px;
    height: 400px;
    top: 0;
    right: 0;
  }
}
#pageHeader .img2 {
  /*@media (max-width: 425px) {
    width: 100%;
  }*/
}
#pageHeader .img2 img {
  width: 780px;
  position: absolute;
  height: 575px;
  top: 13px;
  left: 8%;
}
@media (min-width: 426px) and (max-width: 1024px) {
  #pageHeader .img2 img {
    width: 480px;
    height: 400px;
    top: 0;
    left: 0;
  }
}
@media (max-width: 800px) {
  #pageHeader {
    height: 215px;
    padding: 20px 0;
  }
}
#pageHeader .main-title img {
  width: 100px !important;
}
#pageHeader .main-title span {
  color: #5bf074;
  font-size: 14px;
}
@media (max-width: 800px) {
  #pageHeader .main-title {
    text-align: start;
  }
  #pageHeader .main-title p {
    font-size: 14px;
    margin-bottom: 0.5rem;
  }
  #pageHeader .main-title img {
    width: 100px !important;
  }
  #pageHeader .main-title span {
    color: #5bf074;
    font-size: 14px;
  }
}

#LeapRegister {
  width: 80%;
  margin-top: -240px;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 5px 10px 30px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  margin-bottom: 50px;
  /*&::before{
    content: "";
    position: absolute;
    width: 90%;
    height: 6px;
    background: linear-gradient(to left,#5F60CE,#48d5b1);
    top: -6px;
    right: 5%;
  }*/
}
@media (max-width: 425px) {
  #LeapRegister {
    width: 100%;
  }
}
@media (min-width: 426px) and (max-width: 1024px) {
  #LeapRegister {
    width: 90%;
    margin-top: -100px;
  }
}
#LeapRegister .form {
  padding: 0;
}
#LeapRegister .form .head {
  text-align: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 2rem;
}
#LeapRegister .form .head p {
  margin-bottom: 0;
  color: #8d8d8d;
}
#LeapRegister .form .head h3 {
  color: #5C63FB;
  font-size: 27px;
}
@media (max-width: 800px) {
  #LeapRegister .form .head h3 {
    font-size: 22px;
  }
}
#LeapRegister .form .head .text-gray {
  color: #656974;
}
#LeapRegister .form .body {
  padding: 1.5rem 1rem;
}
#LeapRegister .form .body .label {
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
  margin-bottom: 5px;
}
#LeapRegister .form .body .nationality {
  display: flex;
  gap: 2rem;
}
#LeapRegister .form .body .nationality label {
  font-weight: bold;
}
#LeapRegister .form .body .nationality .form-check-input {
  border: 1px solid #000;
}
#LeapRegister .form .body .nationality .form-check-input:checked[type=radio] {
  background-image: url("/img/icons/check-mark.png");
}
#LeapRegister .form .body .nationality .form-check-input:checked {
  background-color: #5C63FB;
  border-color: #5C63FB;
}
#LeapRegister .form .body .nationality .form-check-input:checked ~ label {
  color: #5C63FB;
}
#LeapRegister .form .body .nationality .form-check-input:focus {
  box-shadow: none;
}
#LeapRegister .form .body .parent-data ::-moz-placeholder {
  font-weight: normal;
  font-size: 16px;
}
#LeapRegister .form .body .parent-data ::placeholder {
  font-weight: normal;
  font-size: 16px;
}
#LeapRegister .form .body .parent-data input {
  background-color: transparent;
  direction: inherit;
  padding: 10px;
  font-weight: normal;
  font-size: 18px;
  color: #000;
}
#LeapRegister .form .body .parent-data label {
  margin: 0;
  color: #656974;
  font-weight: bold;
  font-size: 14px;
}
#LeapRegister .form .body .parent-data .input-custom {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 0.5rem 1rem;
}
#LeapRegister .form .body .selectSchool {
  margin: 1rem 0 2rem 0;
  position: relative;
}
#LeapRegister .form .body .selectSchool .input-group {
  border: 2px solid #ced4da !important;
  border-radius: 5px;
}
#LeapRegister .form .body .selectSchool .input-group .input-group-text {
  border: none !important;
  background-color: transparent !important;
}
#LeapRegister .form .body .selectSchool .input-group .form-control {
  border: none !important;
  background-color: transparent !important;
  padding: 1.75rem 0.75rem;
}
#LeapRegister .form .body .selectSchool .schoolsList {
  list-style: none;
  background-color: #fff;
  padding: 1rem 1rem;
  margin-bottom: 5rem;
  border-radius: 5px;
  max-height: 400px;
  overflow-y: auto;
  box-shadow: 5px 10px 30px 0 rgba(0, 0, 0, 0.05);
  opacity: 1;
  visibility: visible;
  transition: visibility 0s linear 0.33s, opacity 0.33s linear;
  position: absolute;
  width: 100%;
  top: 100px;
  left: 0;
  border: 1px solid #ccc;
}
#LeapRegister .form .body .selectSchool .schoolsList li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid #f1f1f1;
}
#LeapRegister .form .body .selectSchool .schoolsList li .name {
  display: flex;
  align-items: center;
}
#LeapRegister .form .body .selectSchool .schoolsList li .name img {
  height: 50px;
  width: 50px;
}
#LeapRegister .form .body .selectSchool .schoolsList li .name p {
  display: inline;
  margin-bottom: 0;
  font-weight: bold;
}
#LeapRegister .form .body .selectSchool .schoolsList li .btn-outline-primary {
  color: #5C63FB;
  border-color: #5C63FB;
}
@media (max-width: 425px) {
  #LeapRegister .form .body .selectSchool .schoolsList li .btn-outline-primary {
    width: 60px;
  }
}
#LeapRegister .form .body .selectSchool .schoolsList li .btn-outline-primary:hover {
  color: #5C63FB;
  background-color: unset;
}
#LeapRegister .form .body .selectSchool .schoolsList li .btn-outline-primary:focus {
  box-shadow: none;
}
@media (max-width: 425px) {
  #LeapRegister .form .body .selectSchool .schoolsList li .name img {
    height: 30px;
  }
  #LeapRegister .form .body .selectSchool .schoolsList li .name p {
    font-size: 15px;
  }
  #LeapRegister .form .body .selectSchool .schoolsList li button {
    font-size: 12px;
    padding: 4px 9px;
    border-radius: 4px;
  }
}
#LeapRegister .form .body .selectSchool .schoolsList .selected {
  background: #5C63FB;
  color: #fff !important;
  border: 0;
}
#LeapRegister .form .body .selectSchool .schoolsList .selected:hover {
  background: #5C63FB !important;
  color: #fff !important;
  border: 0;
}
#LeapRegister .form .body .childList {
  list-style: none;
  padding: 1rem 1rem;
  margin-bottom: 5rem;
  border-radius: 5px;
}
#LeapRegister .form .body .childList .child-element {
  padding: 1.5rem 1.5rem;
  background-color: #fff;
  border-top: 3px solid #5C63FB;
  position: relative;
}
#LeapRegister .form .body .childList .child-element .dropdown {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 0.65rem 1rem;
}
#LeapRegister .form .body .childList .child-element .dropdown option {
  font-size: 16px;
}
#LeapRegister .form .body .childList .child-element .dropdown .label {
  font-weight: normal;
  font-size: 15px;
  margin-bottom: 0;
}
#LeapRegister .form .body .childList .child-element .dropdown .dropdown-menu {
  width: 100%;
  transform: translate(0px, 61px) !important;
}
#LeapRegister .form .body .childList .child-element .dropdown select {
  border: none !important;
  height: 22px !important;
  padding: 0;
}
#LeapRegister .form .body .childList .child-element .btn-custom {
  color: #000;
  background-color: transparent;
  border-color: transparent;
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
  padding: 0;
}
#LeapRegister .form .body .childList .child-element .btn-custom:focus {
  box-shadow: none;
}
#LeapRegister .form .body .childList .child-element .remove-child {
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 6%;
  left: 1%;
}
@media (max-width: 425px) {
  #LeapRegister .form .body .childList .child-element {
    padding: 1.5rem 0.5rem;
  }
  #LeapRegister .form .body .childList .child-element .dropdown .label {
    font-size: 12px;
  }
  #LeapRegister .form .body .childList .child-element .dropdown .dropdown-menu {
    min-width: unset;
  }
}
#LeapRegister .form .body .childList .add {
  cursor: pointer;
}
#LeapRegister .form .body .nextStep {
  padding: 15px;
  color: #000;
  background-color: #6BBE99;
  border-color: #6BBE99;
  justify-content: center;
  align-items: center;
  text-align: center !important;
}
#LeapRegister .form .body .nextStep.btn-success {
  color: #000;
  background-color: #81E29F;
  border-color: #81E29F;
}
#LeapRegister .form .body .nextStep.btn-light {
  color: #000;
  background-color: #f1f1f1;
  border: 0;
}
#LeapRegister .form .body .selected-school {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.05);
  padding: 1rem;
  border-radius: 5px;
}
#LeapRegister .form .body .selected-school .name {
  display: flex;
  align-items: center;
}
#LeapRegister .form .body .selected-school .name img {
  height: 30px;
}
#LeapRegister .form .body .selected-school .name span {
  font-weight: bold;
}
#LeapRegister .form .body .selected-school button {
  font-size: 12px;
  padding: 4px 9px;
  border-radius: 4px;
}
#LeapRegister .form .body .selected-school .btn-outline-primary {
  color: #5C63FB;
  border-color: #5C63FB;
}
#LeapRegister .form .body .selected-school .btn-outline-primary:hover {
  color: #fff;
  background-color: #5C63FB;
  border-color: #5C63FB;
}
@media (max-width: 425px) {
  #LeapRegister .form .body .selected-school .btn-outline-primary {
    width: 70px;
    font-size: 12px;
  }
}
#LeapRegister .form #NoExpenses .well {
  padding: 30px;
  text-align: center;
  border-radius: 4px;
}
#LeapRegister .form #NoExpenses .well .text {
  font-size: 20px;
  margin: 1.5rem 0;
}
#LeapRegister .form #NoExpenses .well .btn {
  margin: 20px 10px 0;
}

:lang(en) #ff .img1 img {
  right: unset;
  left: 0;
}
:lang(en) #ff .img2 img {
  left: unset;
  right: 8%;
}
:lang(en) #LeapRegister .form .body .childList .child-element .remove-child {
  right: 1%;
  left: unset;
}/*# sourceMappingURL=leap-register.css.map */