@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Inter, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

body{
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: Inter, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(37 27 46 / var(--tw-text-opacity));
}

.container{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1600px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 640px){
  .container{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 768px){
  .container{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1024px){
  .container{
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

h1{
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}

@media (min-width: 768px){
  h1{
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 1024px){
  h1{
    font-size: 4.5rem;
    line-height: 1;
  }
}

h2{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

@media (min-width: 768px){
  h2{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px){
  h2{
    font-size: 3rem;
    line-height: 1;
  }
}

h3{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 768px){
  h3{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px){
  h3{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

h4{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px){
  h4{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  h4{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

h5,
  .btn,
  li,
  nav a{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px){
  h5,
  .btn,
  li,
  nav a{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px){
  h5,
  .btn,
  li,
  nav a{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

span{
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 768px){
  span{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px){
  span{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

h6{
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 1024px){
  h6{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

p,
  .demographic li{
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 768px){
  p,
  .demographic li{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px){
  p,
  .demographic li{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

/* .homeBanner::after {
    @apply content-[''] absolute inline-block top-0 right-0 w-[50%] h-full bg-[#af8dce] z-[-20];
  }
  .homeBanner::before {
    @apply content-[''] absolute inline-block  max-w-[1600px] w-full top-0 left-[50%] -translate-x-[50%] h-full bg-light z-[-10];
  } */

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container{
  width: 100%;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}

.grid-between{
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: space-between;
  justify-items: center;
}

.shadow-below{
  --tw-shadow: 0px 6px 10px 4px rgba(0, 0, 0, 0.15), 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
  --tw-shadow-colored: 0px 6px 10px 4px var(--tw-shadow-color), 0px 2px 3px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn{
  display: inline-block;
  cursor: pointer;
  border-radius: 8px;
  border-width: 4px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 13px;
  padding-right: 13px;
  font-weight: 700;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px){
  .btn{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 26px;
    padding-right: 26px;
  }
}

.btn.primary{
  --tw-border-opacity: 1;
  border-color: rgb(93 41 98 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(93 41 98 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}

.btn.primary:hover{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(93 41 98 / var(--tw-text-opacity));
}

.btn.accent{
  --tw-border-opacity: 1;
  border-color: rgb(255 184 76 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 184 76 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(37 27 46 / var(--tw-text-opacity));
}

.btn.accent:hover{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 184 76 / var(--tw-text-opacity));
}

.btn.gray{
  --tw-border-opacity: 1;
  border-color: rgb(189 189 189 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(189 189 189 / var(--tw-bg-opacity));
  color: rgb(0 0 0 / 0.45);
}

.btn.gray:hover{
  background-color: transparent;
}

.featureCard{
  display: grid;
  width: 19%;
  min-width: 180px;
  max-width: 255px;
  grid-template-rows: .5fr .4fr 1fr;
  align-items: flex-start;
  justify-items: center;
  gap: 8px;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(93 41 98 / var(--tw-bg-opacity));
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .featureCard{
    gap: 12px;
  }
}

@media (min-width: 1024px){
  .featureCard{
    min-width: 212px;
    max-width: 255px;
    gap: 20px;
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.missionCard{
  display: grid;
  align-items: center;
  justify-items: center;
  gap: 1rem;
  border-radius: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

@media (min-width: 768px){
  .missionCard{
    gap: 1.5rem;
  }
}

@media (min-width: 1024px){
  .missionCard{
    padding-top: 55px;
    padding-bottom: 55px;
    padding-left: 35px;
    padding-right: 35px;
  }
}

.personCard{
  display: grid;
  align-items: center;
  justify-items: center;
  gap: 0px;
}

@media (min-width: 1024px){
  .personCard{
    gap: 1rem;
  }
}

.nav a{
  display: flex;
  width: 100%;
  cursor: pointer;
  justify-content: center;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.nav a:hover{
  background-color: rgb(189 189 189 / 0.2);
}

.nav a li{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-top: 6px;
  padding-bottom: 6px;
}

@media (min-width: 1024px){
  .nav a li{
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

.nav a.open{
  --tw-bg-opacity: 1;
  background-color: rgb(93 41 98 / var(--tw-bg-opacity));
}

.nav a.open:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(93 41 98 / var(--tw-bg-opacity));
}

.schedCard{
  display: grid;
  width: 100%;
  grid-auto-flow: column;
  grid-template-columns: 10% 25% 20% 20% 25%;
  align-items: center;
  justify-items: center;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: center;
}

.schedCard__date{
  display: grid;
  align-items: center;
  justify-items: center;
}

.schedCard__date h4{
  margin-top: -8px;
  margin-bottom: -8px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(76 162 168 / var(--tw-text-opacity));
}

.schedCard.head{
  border-radius: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.schedRecords{
  display: grid;
  width: 100%;
  align-items: center;
  justify-items: start;
  gap: 9px;
  overflow-y: auto;
}

.demographic__col{
  display: grid;
  align-items: flex-start;
  justify-items: start;
  gap: 0.5rem;
}

@media (min-width: 640px){
  .demographic__col{
    gap: 2px;
  }
}

.schedTabs{
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.tabBtn{
  width: 100%;
  cursor: pointer;
  border-bottom-width: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.tabBtn.open{
  border-bottom-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(255 184 76 / var(--tw-border-opacity));
}

.panel__wrapper{
  display: grid;
  width: 100%;
  align-items: flex-start;
  justify-items: center;
}

.panel__wrapper .profile{
  margin-bottom: 10px;
  aspect-ratio: 1 / 1;
  width: 150px;
  overflow: hidden;
  border-radius: 9999px;
}

@media (min-width: 1024px){
  .panel__wrapper .profile{
    width: 250px;
  }
}

.panel__wrapper .profile img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.panel__wrapper .name{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.panel__wrapper .nav{
  margin-top: 2.5rem;
  display: grid;
  width: 100%;
  align-items: center;
  justify-items: start;
  gap: 0.5rem;
}

.record__wrapper{
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.5rem;
}

@media (min-width: 1024px){
  .record__wrapper{
    gap: 0.75rem;
  }
}

.report__wrapper{
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1.5rem;
  overflow-y: auto;
  overflow-x: hidden;
}

.schedControls{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.5rem;
}

@media (min-width: 1024px){
  .schedControls{
    grid-template-columns: 5fr 1fr;
    align-items: center;
    justify-content: space-between;
  }
}

.schedDetails__head{
  display: grid;
  width: 100%;
  grid-auto-flow: column;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  justify-items: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-width: 1px;
  border-color: rgb(37 27 46 / 0.2);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 700;
}

.schedDetails__body{
  display: grid;
  width: 100%;
  grid-auto-flow: column;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  justify-items: center;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.schedBtn{
  display: grid;
  height: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  row-gap: 0.25rem;
}

@media (min-width: 1024px){
  .schedBtn{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.schedBtn span{
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (min-width: 1024px){
  .schedBtn span{
    height: 100%;
    max-width: none;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.schedBtn span:first-child{
  display: flex;
  height: 100%;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(189 189 189 / var(--tw-bg-opacity));
  text-align: center;
}

.schedBtn span:last-child{
  display: flex;
  height: 100%;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  text-align: center;
}

.schedHead{
  display: grid;
}

.schedHead p{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(93 41 98 / var(--tw-bg-opacity));
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}

.demographic{
  border-radius: 20px;
  background-color: rgb(93 41 98 / 0.3);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 768px){
  .demographic{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.demographic__wrapper{
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 640px){
  .demographic__wrapper{
    flex-wrap: nowrap;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.demographic__col ul{
  list-style-position: inside;
  list-style-type: disc;
}

.analytics{
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px){
  .analytics{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.summary{
  width: 100%;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.75rem;
}

@media (min-width: 1024px){
  .summary{
    padding: 1.25rem;
  }
}

.summaryCard{
  display: grid;
  width: 100%;
  align-items: center;
  justify-items: center;
  gap: 1.5rem;
}

.summaryCard h4{
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 184 76 / var(--tw-text-opacity));
}

.adherence{
  display: grid;
  width: 70%;
  align-items: flex-start;
  justify-items: start;
  gap: 0.5rem;
}

.adherenceGroup{
  display: grid;
  width: 100%;
  grid-auto-flow: column;
  grid-template-columns: 50% auto;
  gap: 1rem;
}

.percent{
  display: grid;
  width: 45%;
  align-items: center;
  justify-items: center;
  gap: 0.25rem;
  border-radius: 20px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.percent h2{
  margin-top: -6px;
  margin-bottom: -6px;
  --tw-text-opacity: 1;
  color: rgb(93 41 98 / var(--tw-text-opacity));
}

.panel__menu{
  display: grid;
  gap: 2px;
}

@media (min-width: 1024px){
  .panel__menu{
    display: none;
  }
}

.panel__menu span{
  display: inline-block;
  height: 4px;
  width: 1.25rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(93 41 98 / var(--tw-bg-opacity));
}

aside{
  position: fixed;
  left: -100%;
  height: 100%;
  width: 250px;
  --tw-bg-opacity: 1;
  background-color: rgb(37 27 46 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 640px){
  aside{
    width: 200px;
  }
}

@media (min-width: 768px){
  aside{
    width: 300px;
  }
}

@media (min-width: 1024px){
  aside{
    position: relative;
    left: 0px;
    width: 400px;
  }
}

aside.open{
  position: fixed;
  left: 0px;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.right-0{
  right: 0px;
}

.top-\[-10px\]{
  top: -10px;
}

.z-0{
  z-index: 0;
}

.z-10{
  z-index: 10;
}

.z-20{
  z-index: 20;
}

.z-\[-1\]{
  z-index: -1;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.-mb-2{
  margin-bottom: -0.5rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-\[-12px\]{
  margin-bottom: -12px;
}

.mb-\[22px\]{
  margin-bottom: 22px;
}

.block{
  display: block;
}

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-dvh{
  height: 100dvh;
}

.h-full{
  height: 100%;
}

.max-h-\[659px\]{
  max-height: 659px;
}

.w-\[130px\]{
  width: 130px;
}

.w-\[150px\]{
  width: 150px;
}

.w-\[50\%\]{
  width: 50%;
}

.w-\[60\%\]{
  width: 60%;
}

.w-full{
  width: 100%;
}

.max-w-\[1000px\]{
  max-width: 1000px;
}

.max-w-\[1100px\]{
  max-width: 1100px;
}

.max-w-\[400px\]{
  max-width: 400px;
}

.max-w-\[780px\]{
  max-width: 780px;
}

.max-w-\[800px\]{
  max-width: 800px;
}

.flex-1{
  flex: 1 1 0%;
}

@keyframes bgSlide{
  0%{
    background-position: -200% center;
  }

  100%{
    background-position: 0% center;
  }
}

.animate-bgSlide{
  animation: bgSlide 1s ease-out forwards;
}

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

.list-inside{
  list-style-position: inside;
}

.list-decimal{
  list-style-type: decimal;
}

.grid-flow-row{
  grid-auto-flow: row;
}

.grid-flow-col{
  grid-auto-flow: column;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-col{
  flex-direction: column;
}

.flex-wrap{
  flex-wrap: wrap;
}

.items-start{
  align-items: flex-start;
}

.items-center{
  align-items: center;
}

.justify-start{
  justify-content: flex-start;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.justify-items-start{
  justify-items: start;
}

.justify-items-center{
  justify-items: center;
}

.gap-10{
  gap: 2.5rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.gap-\[16px\]{
  gap: 16px;
}

.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-y-2{
  row-gap: 0.5rem;
}

.gap-y-\[11px\]{
  row-gap: 11px;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.overflow-y-hidden{
  overflow-y: hidden;
}

.rounded-\[20px\]{
  border-radius: 20px;
}

.rounded-l-\[10px\]{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.rounded-r-\[10px\]{
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.border{
  border-width: 1px;
}

.border-b-\[7px\]{
  border-bottom-width: 7px;
}

.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(93 41 98 / var(--tw-border-opacity));
}

.bg-accent{
  --tw-bg-opacity: 1;
  background-color: rgb(255 184 76 / var(--tw-bg-opacity));
}

.bg-alt{
  --tw-bg-opacity: 1;
  background-color: rgb(76 162 168 / var(--tw-bg-opacity));
}

.bg-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(37 27 46 / var(--tw-bg-opacity));
}

.bg-green-300{
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity));
}

.bg-light{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(93 41 98 / var(--tw-bg-opacity));
}

.bg-red-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-yellow-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}

.bg-cover{
  background-size: cover;
}

.bg-center{
  background-position: center;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.fill-light\/80{
  fill: rgb(245 245 245 / 0.8);
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-\[25px\]{
  padding-left: 25px;
  padding-right: 25px;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[23px\]{
  padding-top: 23px;
  padding-bottom: 23px;
}

.py-\[6px\]{
  padding-top: 6px;
  padding-bottom: 6px;
}

.pb-10{
  padding-bottom: 2.5rem;
}

.text-center{
  text-align: center;
}

.text-justify{
  text-align: justify;
}

.text-start{
  text-align: start;
}

.font-bold{
  font-weight: 700;
}

.italic{
  font-style: italic;
}

.text-accent{
  --tw-text-opacity: 1;
  color: rgb(255 184 76 / var(--tw-text-opacity));
}

.text-dark{
  --tw-text-opacity: 1;
  color: rgb(37 27 46 / var(--tw-text-opacity));
}

.text-light{
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}

.text-light\/80{
  color: rgb(245 245 245 / 0.8);
}

.text-primary{
  --tw-text-opacity: 1;
  color: rgb(93 41 98 / var(--tw-text-opacity));
}

.outline{
  outline-style: solid;
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300{
  transition-duration: 300ms;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.hover\:text-accent:hover{
  --tw-text-opacity: 1;
  color: rgb(255 184 76 / var(--tw-text-opacity));
}

.group:hover .group-hover\:fill-accent{
  fill: #FFB84C;
}

@media (min-width: 640px){
  .sm\:w-\[200px\]{
    width: 200px;
  }

  .sm\:w-\[90\%\]{
    width: 90%;
  }

  .sm\:w-auto{
    width: auto;
  }

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:flex-row{
    flex-direction: row;
  }

  .sm\:gap-10{
    gap: 2.5rem;
  }

  .sm\:text-start{
    text-align: start;
  }
}

@media (min-width: 768px){
  .md\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .md\:hidden{
    display: none;
  }

  .md\:w-\[250px\]{
    width: 250px;
  }

  .md\:w-\[80\%\]{
    width: 80%;
  }

  .md\:max-w-\[1200px\]{
    max-width: 1200px;
  }

  .md\:grid-flow-col{
    grid-auto-flow: column;
  }

  .md\:grid-cols-\[auto_2fr\]{
    grid-template-columns: auto 2fr;
  }

  .md\:gap-6{
    gap: 1.5rem;
  }

  .md\:gap-8{
    gap: 2rem;
  }

  .md\:gap-\[34px\]{
    gap: 34px;
  }

  .md\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:gap-y-4{
    row-gap: 1rem;
  }

  .md\:text-start{
    text-align: start;
  }
}

@media (min-width: 1024px){
  .lg\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:mb-12{
    margin-bottom: 3rem;
  }

  .lg\:mb-\[-24px\]{
    margin-bottom: -24px;
  }

  .lg\:mb-\[43px\]{
    margin-bottom: 43px;
  }

  .lg\:block{
    display: block;
  }

  .lg\:w-\[60\%\]{
    width: 60%;
  }

  .lg\:w-auto{
    width: auto;
  }

  .lg\:max-w-\[500px\]{
    max-width: 500px;
  }

  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:gap-0{
    gap: 0px;
  }

  .lg\:gap-14{
    gap: 3.5rem;
  }

  .lg\:gap-20{
    gap: 5rem;
  }

  .lg\:gap-8{
    gap: 2rem;
  }

  .lg\:gap-9{
    gap: 2.25rem;
  }

  .lg\:gap-\[24px\]{
    gap: 24px;
  }

  .lg\:gap-\[36px\]{
    gap: 36px;
  }

  .lg\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .lg\:gap-x-\[41px\]{
    -moz-column-gap: 41px;
         column-gap: 41px;
  }

  .lg\:justify-self-start{
    justify-self: start;
  }

  .lg\:justify-self-end{
    justify-self: end;
  }

  .lg\:bg-\[url\(\'\.\.\/img\/banner-violet\.png\'\)\]{
    background-image: url('../img/banner-violet.png');
  }

  .lg\:px-\[53px\]{
    padding-left: 53px;
    padding-right: 53px;
  }

  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:py-\[51px\]{
    padding-top: 51px;
    padding-bottom: 51px;
  }

  .lg\:pb-24{
    padding-bottom: 6rem;
  }

  .lg\:text-justify{
    text-align: justify;
  }
}

