@font-face {
  src: url("/fonts/nunito/Nunito-VariableFont_wght.ttf");
  font-family: "Nunito-VariableFont_wght";
}
@font-face {
  src: url("/fonts/AsapCondensed/AsapCondensed-SemiBold.ttf");
  font-family: "AsapCondensed-SemiBold";
}
body .container form input, body .container form select, body .container form textarea {
  font-family: "AsapCondensed-SemiBold";
  text-transform: none;
}

.purple {
  color: #d3185c;
}

.course-option {
  background: #1d3054;
  padding: 25px;
  border-radius: 15px;
  margin-bottom: 10px;
  text-align: left;
  color: white;
  font-family: "Bantayog";
  position: relative;
}
.course-option .top-right-img {
  width: 120px;
  position: absolute;
  top: -55px;
  right: -55px;
}
@media (max-width: 430px) {
  .course-option .top-right-img {
    width: 90px;
    top: -41px;
    right: -41px;
  }
}
.course-option label {
  display: block;
}
.course-option .subtitle {
  color: #feca2b;
  font-size: 25px;
}
.course-option .title {
  font-size: 40px;
}
@media (max-width: 430px) {
  .course-option .title {
    font-size: 30px;
  }
}
.course-option ul {
  list-style: none;
  padding: 0;
}
.course-option ul li img {
  margin-right: 10px;
  display: inline-block;
}
.course-option .pricing {
  font-size: 25px;
  background: #d3185c;
  padding: 7px 20px;
  border-radius: 50px;
}
.course-option .check-icon {
  width: 50px;
  height: 50px;
  background-image: url("/images/unchecked.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.course-option input:checked + .check-icon {
  background-image: url("/images/checked.png");
}

@font-face {
  src: url("/fonts/canoodle/Canoodle.otf");
  font-family: "DK Canoodle";
}
@font-face {
  font-family: "Bantayog";
  src: url("/fonts/bantayog/Bantayog-Regular.woff");
}
body {
  background-image: url("/images/front/waves.png");
  background-color: #c8e1ea;
}

.home-pg {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo {
  width: 325px;
}

.home-pg-logo {
  position: relative;
  padding: 80px 0px 20px 0px;
}

.register-pg-input:has(.show-pass-icon) {
  position: relative;
}
.register-pg-input:has(.show-pass-icon) .show-pass-icon {
  position: absolute;
  right: 18px;
  top: 45px;
  width: 40px;
  cursor: pointer;
}

.container .header {
  background: url(/header.gif);
  aspect-ratio: 4.6;
  width: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}
@media (max-width: 430px) {
  .container .header {
    background-size: cover;
  }
}

.home-pg-logo::before {
  position: absolute;
  content: url(/images/front/30.png);
  width: 100px;
  height: 100px;
  display: block;
  transform: scale(0.14);
  left: -345px;
  z-index: -1;
  top: 70px;
}
@media (max-width: 768px) {
  .home-pg-logo::before {
    content: "";
  }
}

.suggestions {
  padding-left: 15px;
}

.home-pg-heading {
  font-family: "DK Canoodle";
  text-transform: uppercase;
  font-size: 40px;
  color: #d3185c;
}

.home-pg-description {
  padding-top: 40px;
}
.home-pg-description span {
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Bantayog";
  color: #d3185c;
}
.home-pg-description .sub-heading {
  font-family: "AsapCondensed-SemiBold";
  font-size: 18px;
  color: #1d2f54;
  text-transform: none;
  margin-top: 20px;
}

.register-form.validations .register-pg-input input, .register-form.validations .register-pg-input select {
  border: 2px solid red;
}
.register-form.validations .register-pg-input input:valid, .register-form.validations .register-pg-input select:valid {
  border-color: white;
}
.register-form.validations .register-pg-input.no-validate input {
  border-color: white;
}

.home-pg-form {
  padding-top: 35px;
  text-transform: uppercase;
  font-family: "Bantayog";
  max-width: 450px;
  margin: auto;
}
.home-pg-form .home-pg-input {
  margin-bottom: 10px;
  position: relative;
}
.home-pg-form .home-pg-input .icon {
  padding: 5px;
  min-width: 30px;
  position: absolute;
  z-index: 1;
  width: 25px;
  top: 14px;
  left: 14px;
}
.home-pg-form .home-pg-input .input-field {
  border-radius: 100px;
  padding: 20px 55px;
  margin-bottom: 3px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}
.home-pg-form button {
  width: 100%;
  border-radius: 30px;
  background-color: #d3185c;
}
.home-pg-form button.btn-success {
  background-color: #3fa435;
  border-color: #3fa435;
}
.home-pg-form button {
  color: white;
  margin-top: 30px;
  padding: 15px;
}

.home-pg-link {
  padding-top: 30px;
  color: #d3185c;
}
.home-pg-link a {
  text-decoration: none;
  color: #d3185c;
}
.home-pg-link {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Bantayog";
}

.register-pg-input {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "Bantayog";
  text-align: start;
}
.register-pg-input label {
  color: #d3185c;
  font-weight: 600;
}
.register-pg-input .register-input-field {
  border-radius: 100px;
  padding: 15px 25px;
  margin-bottom: 3px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

.dropdown-arrow {
  width: 30px;
  top: 68%;
  right: 20px;
}

input[type=date]::-webkit-calendar-picker-indicator {
  visibility: hidden;
}

.registerFileInput {
  padding-left: 70px !important;
}

.registerFileInput::file-selector-button {
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.register-pg-checkboxes {
  text-transform: uppercase;
  font-family: "Bantayog";
  margin-left: 40px;
}
.register-pg-checkboxes span {
  color: #d3185c;
  font-weight: 600;
}
.register-pg-checkboxes .form-check {
  padding: 0;
  margin: 10px 0px;
}
.register-pg-checkboxes .form-check label {
  padding-left: 8px;
}
.register-pg-checkboxes .form-check input {
  padding: 10px;
  border: none;
}

.register-pg-description span {
  font-weight: 600;
  font-size: 25px;
}

.registerPgBottomCheck {
  margin-left: 20px;
}
.registerPgBottomCheck input {
  padding: 12px;
  margin-right: 12px;
  border: none;
}
.registerPgBottomCheck label {
  text-transform: uppercase;
  font-family: "Bantayog";
  color: rgb(53, 53, 53);
}
.registerPgBottomCheck label a {
  color: rgb(53, 53, 53);
}

.register-pg-input label {
  text-transform: uppercase;
}

.register-pg-btn {
  text-align: start;
}
.register-pg-btn .btn {
  width: 400px;
  text-transform: uppercase;
  font-family: "Bantayog";
  border-radius: 30px;
  background-color: #d3185c;
  color: white;
  margin: 40px 0px 20px 0px;
  padding: 8px;
}
.register-pg-btn .btn.btn-success {
  background-color: #3fa435;
}

.registerSuccessHeading h1 {
  font-family: "DK Canoodle";
  text-transform: uppercase;
  color: #d3185c;
}

.registerSucessContent {
  font-family: "Bantayog";
  color: #d3185c;
  text-transform: uppercase;
}
.registerSucessContent .successContent1,
.registerSucessContent .successContent2 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
.registerSucessContent .successContent3 {
  font-size: 12px;
  font-weight: 600;
  margin: 0;
}

.black {
  color: black !important;
}

.checkbox {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.forgot-heading {
  font-family: "DK Canoodle";
  text-transform: uppercase;
  color: #d3185c;
}

.forgot-Desc {
  color: #d3185c;
  font-size: 20px;
  padding-top: 10px;
}

.input-field-forgot,
.forgot-btn,
.forgot-Desc {
  text-transform: uppercase;
  font-family: "Bantayog";
}

.input-field-forgot {
  border-radius: 100px;
  padding: 12px 100px 12px 22px;
  border: none;
}

.input-field-forgot:focus {
  outline: none;
}

.forgot-btn {
  border-radius: 30px;
  background-color: #d3185c;
  padding: 15px;
}

.register-pg-input .register-input-field[data-datepicker=date] {
  background-color: white;
}

.home-pg-form .home-pg-input .icon.show-pass-icon {
  left: unset;
  right: 10px;
  width: 50px;
  cursor: pointer;
}

.select-program-form {
  max-width: 900px;
}
@media (max-width: 1024px) {
  .select-program-form > .row {
    scale: 0.7;
  }
}
.select-program-form .checks img {
  width: 100%;
}
.select-program-form .checks .col-md-4 {
  display: flex;
  --bs-gutter-y: 1.5rem;
}
.select-program-form .checks .check-container {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  font-size: 45px;
  color: #d3185c;
  display: flex;
  justify-content: end;
  flex-direction: column;
  align-items: center;
}
.select-program-form .checks .check-container label {
  cursor: pointer;
}
.select-program-form .checks .check {
  width: 60px;
  height: 60px;
  background-image: url("/images/front/uncheck.png");
}
.select-program-form .checks .check:has(:checked) {
  background-image: url("/images/front/checked.png");
}
.select-program-form .checks .check {
  background-size: contain;
  background-repeat: no-repeat;
}
.select-program-form .checks .check input {
  display: none;
}

.add-kid-btn {
  color: #1d2f54;
  font-family: "Bantayog";
  font-size: 22px;
  text-decoration: none;
}

.register-form .help, .register-form .form-check-label {
  text-transform: none;
  font-family: "AsapCondensed-SemiBold";
  font-size: 16px;
  text-align: left;
  margin-top: 20px;
}
.register-form .profile-img {
  border-radius: 100%;
}
.register-form .calendar-icon {
  width: 30px;
  top: 62%;
  left: 5%;
  z-index: 10;
}
.register-form .date-input {
  padding-left: 70px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-10 {
  margin-top: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.home-pg-form .btn.btn-white {
  background: white;
  color: #000;
}

.form-container {
  width: 100%;
}

#dpUploadModal .modal-title {
  text-transform: uppercase;
  font-family: "Bantayog";
}
#dpUploadModal .close-btn {
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}
#dpUploadModal .btn-primary {
  font-family: "Bantayog";
  text-transform: uppercase;
  background: #1d3054;
  border-color: #1d3054;
}

.package-selection {
  display: none;
}

/*# sourceMappingURL=auth.css.map */
