* {
  box-sizing: content-box;
  border: 0;
  margin: 0;
  padding: 0;
  transition: all .25s ease-in-out;
}

dialog {
  border: initial;
  padding: unset;
  box-sizing: initial;
  border-radius: 5px;
  width: 90vw;
  height: 90vh;
  margin: auto;
  overflow: hidden;
  box-shadow: 3px 5px 30px #000;
}

@font-face {
  font-family: Shantell Sans;
  src: url("ShantellSans-VariableFont_BNCE,INFM,SPAC,wght.5280f2dd.ttf");
}

form {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

input, textarea {
  border: 1px solid #000;
  border-radius: 10px;
  width: 500px;
  height: 40px;
  padding: 10px;
}

input[type="submit"] {
  color: #fff;
  background-color: #000;
  height: 30px;
}

textarea {
  height: 60px;
}

button, label, input, textarea, p, h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: sans-serif;
}

h5 {
  font-weight: 700;
}

label, input {
  color: #000;
}

h1, h2, h3 {
  text-transform: uppercase;
}

p {
  font-size: 1.2em;
  line-height: 1.5;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2em;
}

hr {
  background-color: #fff;
  width: 100%;
}

button {
  color: #000;
  background-color: #fff;
  border: 1px solid gray;
  border-radius: 5px;
  width: fit-content;
  padding: 15px;
  font-weight: 900;
  transition: all .3s ease-in-out;
}

button:hover {
  border: 1px solid #0000;
}

button:hover + div {
  filter: blur(17px);
  scale: 1.2;
}

button, input[type="submit"] {
  cursor: pointer;
}

nav {
  padding-top: 20px;
}

section {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.centred-content-main {
  width: 70vw;
  margin: 0 auto;
}

.page-title {
  font-size: 4em;
  font-weight: 100;
}

#main-section {
  gap: 50px;
  padding-top: 0 !important;
}

#main-section-info {
  flex-direction: column;
  flex: 1;
  gap: 30px;
  display: flex;
}

.directory-button, .gradient-shadow {
  width: 150px;
  height: 25px;
  padding: 15px;
}

.gradient-shadow {
  filter: blur();
  z-index: -1;
  background: linear-gradient(-45deg, #e81cff, #40c9ff);
  margin-top: -55px;
  transition: all .3s ease-in-out;
  position: absolute;
  scale: .95;
}

#main-section-graphic {
  flex: 1;
  display: grid;
}

#main-section-graphic > img {
  width: 420px;
}

#section-2 {
  flex-direction: column;
}

#section-2-content {
  align-items: center;
  gap: 50px;
  display: flex;
}

#section-2-content > img, #section-3-content > img {
  max-width: 480px;
}

#section-3 {
  padding-bottom: 0;
}

#section-3-content {
  justify-content: center;
  align-items: center;
  gap: 80px;
  display: flex;
}

#section-3-content > img {
  max-width: 430px;
}

#section-4 {
  background-image: linear-gradient(90deg, #99d9ea, #f9c5db);
}

#section-4 > img {
  width: 20vw;
}

#section-4-content {
  flex-direction: column;
  align-items: center;
  gap: 30px;
  display: flex;
}

#section-4-header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  display: flex;
}

.copyright {
  border-top: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 50px;
  margin-top: 40px;
  display: flex;
}

.copyright > p {
  color: #000;
  font-size: small;
}

.modal-title-bar {
  background-color: #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 10px;
  display: flex;
  box-shadow: 6px 3px 8px 10px #c7c7c7;
}

.modal-title-bar > h4 {
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 100;
  overflow: hidden;
}

#search-icon {
  margin-left: 5px;
  position: absolute;
}

.search-bar-holder {
  border-radius: 5px;
  align-items: center;
  height: fit-content;
  display: flex;
}

.search-bar-holder > * {
  height: inherit;
}

.search-bar-holder > input {
  border-radius: 5px;
  width: 45vw;
  padding-left: 30px;
}

.modal-title-bar > button {
  width: 10px;
  height: 10px;
  padding: 10px;
  line-height: 0;
}

.modal-title-bar > button:hover {
  color: #fff;
  background-color: red;
}

.modal-content {
  height: calc(90vh - 44px);
  overflow-y: scroll;
}

.service-provider-list-item {
  border-bottom: 1px solid gray;
  width: 90%;
  margin: 0 auto;
}

.service-provider-list-item-header {
  width: calc(100% - 20px);
  height: inherit;
  cursor: pointer;
  justify-content: flex-start;
  padding: 10px;
  display: flex;
}

.service-provider-list-item-header:focus {
  background-color: #969696;
}

.service-provider-list-item-header:hover {
  background-color: #5f5f5f !important;
}

.service-provider-list-item-header:hover .list-content-title-container > * {
  color: #fff;
}

.service-provider-list-item-header > img {
  padding: 10px;
  rotate: 90deg;
}

.list-content-title-container > p {
  color: #000;
  font-size: 1em;
}

.service-provider-content {
  background-color: #f0f8ff;
  padding-left: 50px;
  padding-right: 50px;
  display: none;
}

.line-item {
  flex-direction: column;
  padding: 5px;
  display: flex;
}

.line-item > p {
  word-wrap: break-word;
  font-size: 1em;
}

.loading-animation {
  flex-direction: column;
  justify-content: center;
  place-self: center;
  align-items: center;
  padding: 50px;
  display: flex;
}

.loading-icon {
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

@keyframes loading-rotation {
  from {
    rotate: none;
  }

  to {
    rotate: 360deg;
  }
}

.loading-icon-spinner {
  width: inherit;
  height: inherit;
  border-radius: inherit;
  border: 3px solid #0000;
  border-left-color: #000;
  justify-content: center;
  align-items: center;
  animation: 1s linear infinite loading-rotation;
  display: flex;
  position: absolute;
}

.loading-icon > img {
  width: 50px;
}

@media screen and (width <= 1280px) {
  h1 {
    font-size: 2em;
  }

  h2 {
    font-size: 1.5em;
  }

  h3 {
    font-size: 1.3em;
  }
}

@media screen and (width <= 875px) {
  section, #section-2-content, #section-3-content {
    flex-direction: column;
  }

  .page-title {
    font-size: 3.5em;
  }

  #main-section-info {
    align-items: center;
  }

  .centred-content-main {
    width: 90vw;
  }

  #main-section-graphic > img, #section-2-content > img, #section-3-content > img, #section-4 > img {
    width: 80vw;
  }

  input, textarea {
    width: 85vw;
  }
}

@media screen and (width <= 425px) {
  .service-provider-content {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (width <= 375px) {
  .modal-title-bar > h4 {
    display: none;
  }

  .search-bar-holder {
    flex: 1;
  }

  .search-bar-holder > input {
    width: 100%;
  }
}

@media screen and (width <= 350px) {
  .page-title {
    font-size: 3em;
  }
}
/*# sourceMappingURL=public.c180ac0f.css.map */
