/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-p0eg4bg9il] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-p0eg4bg9il] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/NotFound.razor.rz.scp.css */
section[b-1nwlxhf5f4] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 80vh;
}

h1[b-1nwlxhf5f4] {
  margin-top: 0;
}

p[b-1nwlxhf5f4] {
  margin-bottom: 0.5em;
  color: #00a6a6;
  font-size: 5rem;
  font-weight: 800;
  line-height: 0.5rem;
}

/*# sourceMappingURL=NotFound.razor.css.map */
/* /Components/Pages/Universities.razor.rz.scp.css */
#university-wrapper div[b-62c0mixw5v] {
  margin-bottom: 2em;
  padding: 2em;
  background-color: #fff;
  border-radius: 5px;
}
#university-wrapper h2[b-62c0mixw5v] {
  margin-top: 0;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
#university-wrapper ul[b-62c0mixw5v] {
  padding: 0 0 0 1em;
}
@media (min-width: 768px) {
  #university-wrapper[b-62c0mixw5v] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
  }
  #university-wrapper div[b-62c0mixw5v] {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  #university-wrapper[b-62c0mixw5v] {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.uni-locations[b-62c0mixw5v] {
  font-size: 0.8rem;
  color: #f45d48;
  line-height: 1rem;
}

#filter-buttons[b-62c0mixw5v] {
  text-align: center;
}
#filter-buttons button[b-62c0mixw5v] {
  margin-bottom: 0.5em;
  padding: 0.5em;
  border: 1px solid rgb(14.7010309278, 26.0824742268, 31.2989690722);
  border-radius: 5px;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
#filter-buttons button.button-selected[b-62c0mixw5v] {
  color: #faf9f6;
  background-color: #f45d48;
  border-color: #f45d48;
}
#filter-buttons button:hover[b-62c0mixw5v] {
  border-color: #f45d48;
}

/*# sourceMappingURL=Universities.razor.css.map */
/* /Components/Shared/AccordionItem.razor.rz.scp.css */
.accordion__header[b-a0e6f7neb4] {
  position: relative;
  margin: 0;
  padding: 0.2em 1em 0.2em 0;
  /* space for the arrow */
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: initial;
  line-height: 1.5rem;
  cursor: pointer;
  transition: color 0.3s ease;
}
@media (min-width: 768px) {
  .accordion__header[b-a0e6f7neb4] {
    padding: 0.5em 1em 0.5em 0;
  }
}
.accordion__header.open[b-a0e6f7neb4] {
  color: #00a6a6;
}
.accordion__header[b-a0e6f7neb4]:after {
  content: "\f078";
  /* Font Awesome's 'chevron-down' icon */
  font-family: "Font Awesome 6 Free";
  font-size: 0.75rem;
  font-weight: 900;
  /* required for solid icons */
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
}

.accordion__item[b-a0e6f7neb4] {
  padding: 1em 0;
  border-bottom: 1px solid #e9e9e9;
}

.accordion__content.open ~ h2[b-a0e6f7neb4]::after,
#faq h2.open[b-a0e6f7neb4]::after {
  transform: translateY(-50%) rotate(180deg);
  color: #00a6a6;
}

.accordion__content[b-a0e6f7neb4] {
  max-height: 0;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.accordion__content.open[b-a0e6f7neb4] {
  max-height: 500px;
  margin-bottom: 1.5em;
  margin-top: 1em;
  opacity: 1;
}
/* /Components/Shared/Button.razor.rz.scp.css */
.button[b-nepv29jyhm] {
  display: block;
  padding: 1em;
  color: #faf9f6;
  font-weight: 400;
  text-align: center;
  background-color: #f45d48;
  text-decoration: none;
  border-radius: 25px;
  transition: all 0.3s ease;
}
.button:hover[b-nepv29jyhm] {
  background-color: rgb(242.2082474227, 66.612371134, 42.1917525773);
}

/*# sourceMappingURL=Button.razor.css.map */
/* /Components/Shared/HamburguerMenu.razor.rz.scp.css */
#menu-icon[b-qqx4gmsb1e] {
  line-height: 0;
}
@media (min-width: 1200px) {
  #menu-icon[b-qqx4gmsb1e] {
    display: none;
  }
}
#menu-icon label[b-qqx4gmsb1e] {
  display: block;
  width: 22px;
  cursor: pointer;
}
#menu-icon label span[b-qqx4gmsb1e] {
  display: block;
  position: relative;
  height: 3px;
  background-color: #646464;
  margin-bottom: 5px;
  transition: 0.3s ease transform, 0.3s ease top, 0.3s ease width, 0.3s ease right;
  border-radius: 2px;
}
#menu-icon label span:first-child[b-qqx4gmsb1e] {
  transform-origin: 0;
}
#menu-icon label span:last-child[b-qqx4gmsb1e] {
  margin-bottom: 0;
  transform-origin: 22px;
}
#menu-icon label span:nth-child(2)[b-qqx4gmsb1e] {
  right: 0;
  width: 22px;
}

/* Animate bars into an X */
#menu-toggle:checked ~ #menu-icon label span:first-child[b-qqx4gmsb1e] {
  left: 3px;
  width: 20px;
  transform: rotateZ(45deg);
}

#menu-toggle:checked ~ #menu-icon label span:nth-child(2)[b-qqx4gmsb1e] {
  width: 24px;
  top: 1px;
  right: 1px;
  transform: rotateZ(-45deg);
}

#menu-toggle:checked ~ #menu-icon label span:last-child[b-qqx4gmsb1e] {
  top: 3px;
  width: 20px;
  transform: rotateZ(45deg);
}
