@charset "UTF-8";
body {
  font-family: "Inter", sans-serif;
  background-color: #fcfcff;
}

.navbar-nav .nav-item .nav-link img {
  width: 20px;
  height: 20px;
}

.accordion .accordion-button:not(.collapsed) {
  box-shadow: none !important;
  color: #212529 !important;
}
.accordion .accordion-button:focus {
  color: #212529 !important;
  box-shadow: none !important;
}

.pointer {
  cursor: pointer;
}

.fc-col-header-cell-cushion {
  text-decoration: none;
  color: black !important;
}

.fc-daygrid-day-number {
  text-decoration: none;
  color: black !important;
  cursor: pointer;
}

.fc-day.fc-disabled {
  background-color: #f0f0f0;
  pointer-events: none;
}

.fc-day.fc-selected {
  background-color: #5995ed !important;
}

.fc-highlight {
  display: none !important;
}

.card-dash-big {
  position: relative;
  background-color: white;
  transition: all 300ms ease-in-out;
  height: 100%;
  margin-bottom: 26px;
  border-width: 2px;
}
.card-dash-big:hover {
  background-color: transparent;
  border-color: #0c4d96;
  border-width: 2px;
}
.card-dash-big .icon {
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
}
.card-dash-big .icon .material-symbols-outlined {
  font-size: 60px;
  color: #044389;
}
.card-dash-big .checkbox {
  font-size: 40px;
}
.card-dash-big .checkbox.checked {
  display: none;
}

.kid-selector {
  margin-right: 10px;
  margin-bottom: 10px;
  display: block;
  max-width: 32%;
  min-width: 280px;
  cursor: pointer;
}
@media (max-width: 567px) {
  .kid-selector {
    min-width: 100%;
    height: 250px !important;
  }
}
.kid-selector input {
  display: none;
}
.kid-selector input[type=radio]:checked + .card-dash-big {
  background-color: transparent;
  border-color: #0c4d96;
  border-width: 2px;
}
.kid-selector input[type=radio]:checked + .card-dash-big .checkbox {
  display: none;
}
.kid-selector input[type=radio]:checked + .card-dash-big .checkbox.checked {
  display: inline;
  color: #0c4d96 !important;
}

.day-selector {
  margin-right: 10px;
  margin-bottom: 10px;
  display: block;
  max-width: 20%;
  min-width: 160px;
}
@media (max-width: 420px) {
  .day-selector {
    min-width: 100%;
  }
}
.day-selector input {
  display: none;
}
.day-selector input[type=checkbox]:checked + .card-dash-big {
  background-color: transparent;
  border-color: #0c4d96;
  border-width: 2px;
}
.day-selector input[type=checkbox]:checked + .card-dash-big .checkbox {
  display: none;
}
.day-selector input[type=checkbox]:checked + .card-dash-big .checkbox.checked {
  display: inline;
  color: #0c4d96;
}

.start-date {
  max-width: 380px;
}

.add-new-card {
  background: transparent;
  border-style: dashed;
}
.add-new-card .card-body {
  display: flex;
  align-items: center;
  justify-content: center;
}

.smaller {
  font-size: 12px;
}

.day-badge {
  font-size: 12px;
  padding: 3px;
  display: inline-block;
  border: 1px solid #c9c9c9;
  width: 46px;
  text-align: center;
  border-radius: 3px;
}

.history-table tr > td:last-child,
.history-table tr > th:last-child {
  text-align: right;
}

.xs {
  font-size: 10px !important;
}

.ss {
  font-size: 11px !important;
}

.sm {
  font-size: 12px !important;
}

.mm {
  font-size: 13px !important;
}

.buy-page .nav-pills .nav-item .nav-link.active {
  color: white !important;
}

.cart-table tr > td:last-child,
.cart-table tr > th:last-child {
  text-align: right;
}
.cart-table tr:last-child {
  border: unset !important;
  border-color: transparent !important;
}

.table-responsive {
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch;
}

.table-head-marginl {
  margin-left: 68px !important;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip-text {
  visibility: hidden;
  width: 200px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  /* Position the tooltip above the text */
  left: 50%;
  margin-left: -100px;
  /* Center the tooltip horizontally */
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

.landingHero {
  background-color: #fafafa;
}
.landingHero .content {
  padding-top: 135px;
  padding-bottom: 45px;
}
.landingHero .content h1 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.landingHero .content p {
  font-family: "Inter", sans-serif;
  font-weight: 300;
}

.landingFooter {
  background-color: #010101;
  color: #ffffff;
}
.landingFooter .container .text-center {
  font-family: "Inter", sans-serif;
  font-weight: 300;
}

.cta,
.imageSection {
  background: linear-gradient(180deg, #d2dcec 0%, rgba(217, 217, 217, 0) 100%);
}

.aboutSection {
  background-color: #ffffff;
}

.cta .container-fluid .row h1 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.cta .container-fluid .row .content {
  font-family: "Inter", sans-serif;
  font-weight: 300;
}

.aboutSection .container-fluid h1 {
  background-color: #010101;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
.aboutSection .container-fluid .content {
  font-family: "Inter", sans-serif;
  font-weight: 300;
}

.display-1 {
  font-family: "DM Sans", sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}

.display-1 > .mbr-iconfont {
  font-size: 7.36rem;
}

.display-2 {
  font-family: "DM Sans", sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}

.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}

.display-4 {
  font-family: "DM Sans", sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}

.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
}

.display-5 {
  font-family: "DM Sans", sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
}

.display-5 > .mbr-iconfont {
  font-size: 3.52rem;
}

.display-7 {
  font-family: "DM Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
}

.display-7 > .mbr-iconfont {
  font-size: 2.24rem;
}

.form-control {
  font-family: "DM Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
}

.form-control > .mbr-iconfont {
  font-size: 2.24rem;
}

.google-map {
  height: 30rem;
  position: relative;
}

.google-map iframe {
  height: 100%;
  width: 100%;
}

@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
.btn-primary {
  background-color: #0c4d96 !important;
  border-color: #0c4d96 !important;
  color: #ffffff !important;
}
.btn-primary:hover {
  background-color: rgba(12, 77, 150, 0.9) !important;
}
.btn-primary:disabled {
  background-color: grey !important;
  border-color: grey !important;
}

a {
  color: #0c4d96 !important;
}
a:hover {
  color: rgba(12, 77, 150, 0.7) !important;
}

.table > :not(caption) > * > * {
  padding: 0.5rem 0.2rem !important;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}

@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc(2.26rem + 2.34 * (100vw - 20rem) / 28);
    line-height: calc(1.1 * (2.26rem + 2.34 * (100vw - 20rem) / 28));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc(1.7rem + 1.3 * (100vw - 20rem) / 28);
    line-height: calc(1.3 * (1.7rem + 1.3 * (100vw - 20rem) / 28));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc(1.035rem + 0.065 * (100vw - 20rem) / 28);
    line-height: calc(1.4 * (1.035rem + 0.065 * (100vw - 20rem) / 28));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc(1.42rem + 0.78 * (100vw - 20rem) / 28);
    line-height: calc(1.4 * (1.42rem + 0.78 * (100vw - 20rem) / 28));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc(1.14rem + 0.26 * (100vw - 20rem) / 28);
    line-height: calc(1.4 * (1.14rem + 0.26 * (100vw - 20rem) / 28));
  }
}
.icon span {
  font-weight: bold !important;
}

.timeline {
  position: relative;
}

.timeline li {
  list-style: none;
  float: left;
  width: 33.3333%;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-family: "Dosis", sans-serif;
}
@media only screen and (max-width: 800px) {
  .timeline li {
    display: flex;
    align-items: center;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 800px) {
  .timeline li a {
    flex-grow: 2 !important;
  }
}

ul:nth-child(1) {
  color: #4caf50;
}

.timeline li:before {
  content: "●";
  font-size: 18px;
  width: 25px;
  height: 25px;
  border: 4px solid #9d9d9d;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 15px;
  margin: 0 auto 10px auto;
  background: #fff;
  color: #9d9d9d;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 800px) {
  .timeline li:before {
    margin: unset;
  }
}

.timeline li.done {
  position: relative;
}
.timeline li.done:before {
  content: "✔";
  color: #5995ed;
  border: 4px solid rgb(214, 229, 249);
  font-size: 18px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 19px;
  margin: 0 auto 10px auto;
  background: rgb(214, 229, 249);
  transition: all ease-in-out 0.3s;
  cursor: pointer;
}
.timeline li.doneTwo {
  position: relative;
}
.timeline li.doneTwo a.second-current::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 92%;
  background-color: #5995ed;
  top: 13px;
  left: -46%;
  right: 0;
  z-index: 9;
  transition: all ease-in-out 0.3s;
}
@media only screen and (max-width: 800px) {
  .timeline li.doneTwo a.second-current::before {
    display: none;
  }
}
.timeline li.doneTwo:before {
  content: "✔";
  color: #5995ed;
  border: 4px solid rgb(214, 229, 249);
  font-size: 18px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 19px;
  margin: 0 auto 10px auto;
  background: rgb(214, 229, 249);
  transition: all ease-in-out 0.3s;
  cursor: pointer;
}

.timeline li.current {
  position: relative;
}
@media only screen and (max-width: 800px) {
  .timeline li.current {
    display: flex;
    grid-gap: 1rem;
  }
}
.timeline li.current a.second-current::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 92%;
  background-color: #5995ed;
  top: 13px;
  left: -46%;
  right: 0;
  z-index: 9;
  transition: all ease-in-out 0.3s;
}
@media only screen and (max-width: 800px) {
  .timeline li.current a.second-current::before {
    display: none;
  }
}
.timeline li.current:before {
  content: "●" !important;
  color: #5995ed;
  border: 4px solid #5995ed;
  content: "✔";
  font-size: 18px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 15px;
  margin: 0 auto 10px auto;
  background: rgb(214, 229, 249);
  transition: all ease-in-out 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 800px) {
  .timeline li.current:before {
    margin: 0 !important;
  }
}
.timeline li.current .title {
  color: #5995ed;
}
.timeline li.current .subtitle {
  color: #5995ed;
}

.timeline li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #9d9d9d;
  top: 13px;
  left: -50%;
  z-index: -999;
  transition: all ease-in-out 0.3s;
}
@media only screen and (max-width: 800px) {
  .timeline li:after {
    display: none;
  }
}

.timeline li:first-child:after {
  content: none;
}

.timeline li.active {
  color: #555555;
}

.timeline li.active:before {
  background: #4caf50;
  color: #f1f1f1;
}

.timeline li.active + li:after {
  background: #4caf50;
}

.timeline li a .title {
  font-weight: 600;
  font-size: 14px;
  color: #000;
}
.timeline li a .subtitle {
  font-weight: 400;
  font-size: 14px;
  color: #000;
}

@media only screen and (max-width: 800px) {
  #first-ul .flex-sm-row,
  #second-ul .flex-sm-row,
  #third-ul .flex-sm-row {
    flex-direction: column !important;
  }
}
#second-ul,
#third-ul {
  display: none;
}

a.btn-primaryNew {
  background-color: #0c4d96 !important;
  border-color: #0c4d96 !important;
  color: #fff !important;
}

.text-primary {
  color: #0c4d96 !important;
}

a.btn-primaryNew::hover {
  color: #fff !important;
}

#first-ul .timeline li a:after {
  content: "";
  background: rgb(214, 229, 249) !important;
  width: 2px;
  height: 70px;
  display: block;
  position: absolute;
  top: 30px;
  left: 11px;
  z-index: 0;
}
@media only screen and (min-width: 800px) {
  #first-ul .timeline li a:after {
    display: none;
  }
}
#first-ul .timeline li:last-child a:after {
  display: none;
}

#second-ul .timeline li a:after {
  content: "";
  background: #5995ed !important;
  width: 2px;
  height: 70px;
  display: block;
  position: absolute;
  top: 30px;
  left: 11px;
  z-index: 0;
}
@media only screen and (min-width: 800px) {
  #second-ul .timeline li a:after {
    display: none;
  }
}
#second-ul .timeline li:nth-of-type(2) a:after {
  content: "";
  background: rgb(214, 229, 249) !important;
  width: 2px;
  height: 70px;
  display: block;
  position: absolute;
  top: 30px;
  z-index: 0;
  left: 11px;
}
@media only screen and (min-width: 800px) {
  #second-ul .timeline li:nth-of-type(2) a:after {
    display: none;
  }
}
#second-ul .timeline li:last-child a:after {
  display: none;
}

#third-ul .timeline li a:after {
  content: "";
  background: #5995ed !important;
  width: 2px;
  height: 70px;
  display: block;
  position: absolute;
  top: 30px;
  left: 11px;
  z-index: 0;
}
@media only screen and (min-width: 800px) {
  #third-ul .timeline li a:after {
    display: none;
  }
}
#third-ul .timeline li:nth-of-type(2) a:after {
  content: "";
  background: #5995ed !important;
  width: 2px;
  height: 70px;
  display: block;
  position: absolute;
  top: 30px;
  left: 11px;
  z-index: 0;
}
@media only screen and (min-width: 800px) {
  #third-ul .timeline li:nth-of-type(2) a:after {
    display: none;
  }
}
#third-ul .timeline li:last-child a:after {
  display: none;
}

#navbar_styles .nav-link.active img {
  width: 20px !important;
  height: 20px !important;
}
#navbar_styles .dropdown button {
  display: flex !important;
  align-items: center !important;
  background-color: unset !important;
  padding: 0 !important;
  border: unset !important;
}
#navbar_styles .dropdown button:after {
  color: #0c4d96 !important;
}
#navbar_styles .dropdown .dropdown-menu[data-bs-popper] {
  left: -160px !important;
  top: 25px;
}
#navbar_styles .dropdown .dropdown-item {
  color: #0c4d96 !important;
}
#navbar_styles .dropdown img {
  width: 20px !important;
  height: 20px !important;
}

@media (max-width: 600px) {
  th {
    font-size: 12px !important;
    white-space: normal !important;
  }
  .table > :not(caption) > * > * {
    padding: 0.5rem 0.2rem !important;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
  }
  .cart-table > :not(caption) > * > * {
    padding: 0.5rem 0.2rem !important;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
    display: flex !important;
    flex-direction: column !important;
  }
  .cart-table {
    display: flex !important;
  }
  .table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: transparent !important;
  }
  .cart-table tr > td:last-child,
  .cart-table tr > th:last-child {
    text-align: left !important;
  }
  .td-10 {
    font-size: 10px !important;
  }
  .table-data-a {
    font-size: 10px !important;
  }
  .mm {
    font-size: 10px !important;
  }
  .cart-tbody {
    flex-grow: 1 !important;
    width: 100% !important;
    display: flex;
  }
  .cart-tbody tr {
    width: 100% !important;
    min-width: 100% !important;
    padding-left: 20px !important;
  }
}
.button-toggle-menu {
  border: 1px solid red !important;
  color: var(--ct-topbar-item-color);
  width: 60px;
  background-color: transparent;
  font-size: 32px;
  cursor: pointer;
  z-index: 1;
  position: relative;
}

.fc .fc-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 400px) {
  .fc .fc-toolbar {
    display: block !important;
    margin-top: 10px !important;
  }
}

@media (max-width: 400px) {
  .fc-toolbar-chunk {
    margin-top: 14px !important;
  }
}

.mdi-menu::before {
  content: "\f035c";
  font-size: 30px !important;
}

.ri-close-fill:before {
  content: "\eb98";
  font-size: 30px !important;
}/*# sourceMappingURL=custom.css.map */