.border-top {
  border-top: 1px solid hsl(0, 0%, 96%) !important;
}

.rounded {
  border-radius: 0.25rem !important;
  overflow: hidden;
}

.rounded-xs {
  border-radius: 0.1rem !important;
  overflow: hidden;
}

.rounded-n {
  border-radius: 0.5rem !important;
  overflow: hidden;
}

.shadow {
  box-shadow: rgba(36, 36, 36, 0.75) 0px 10px 10px -10px !important;
}

html {
  height: 100% !important;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: normal;
  color: hsl(0, 0%, 25%);
  background-color: #ffffff;
  height: 100% !important;
}
body:not(.focus-visible) :focus:not(.focus-visible) {
  outline: 0 !important;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

hr {
  margin: 3rem 0 !important;
  border-top: 1px solid #d1d8dd !important;
}

@media (min-width: 1320px) {
  .container, .container-lg {
    max-width: 1400px;
  }
}

.bg-lilly {
  background-color: #88dcf6;
}

.btn-lilly {
  background-color: rgb(0, 0, 110);
  border-radius: 50rem;
  padding: 1.25rem 3rem !important;
  color: #ffffff;
}
.btn-lilly:hover {
  background-color: #99004A;
  color: #ffffff;
}