ul {
  list-style: none;
  padding: 0;
  margin: 0;
  svg {
    color: #ffffffaa;
    transition: color 0.2s ease;
    &:hover {
      color: #ffffff;
    }
  }
}
footer {
  margin-top: 5rem;
  h4 {
    margin: 0;
  }
  a {
    text-decoration: none;
    &:hover {
      text-decoration: underline;
    }
  }
}
.bg-blue-900 {
  background-color: #1A3560;
}

.p-3\.5 {
  padding: 0.875rem; 
}

.w-full {
  width: 100%;
}

.m-auto {
  margin: auto;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem; 
}

.w-72 {
  width: 18rem;
}

.gap-16 {
  gap: 4rem; 
}

.grid {
  display: grid;
}

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

.my-4 {
  margin-top: 1rem; 
  margin-bottom: 1rem; 
}

.text-white {
  color: #fff;
}

.flex {
  display: flex;
}

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

.gap-4 {
  gap: 1rem; 
}

.font-semibold {
  font-weight: 600;
}

.text-sm {
  font-size: 0.875rem; 
  line-height: 1.25rem; 
}

.text-yellow-5 {
  color: #eab308;
}

.text-inherit {
  color: inherit;
}

.rounded-sm {
  border-radius: 0.125rem; 
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.mb-0 {
  margin-bottom: 0px;
}

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

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

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

.pt-4 {
  padding-top: 1rem; 
}

.border-t {
  border-top-width: 1px;
}

.border-blue-600 {
  border-color: #1C519B;
}

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


.fill-blue-200 {
  fill: #bfdbfe;
}

.fill-inherit {
  fill: inherit;
}

.fill-current {
  fill: currentColor;
}

.fill-white {
  fill: #fff;
}

.ui-flex {
  display: flex;
}

.ui-inline-flex {
  display: inline-flex;
}

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

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

.ui-relative {
  position: relative;
}

.ui-cursor-pointer {
  cursor: pointer;
}

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

.ui-outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.ui-text-base {
  font-size: 1rem; 
  line-height: 1.5rem; 
}

.ui-border-transparent {
  border-color: transparent;
}

.ui-border-\[1\.5px\] {
  border-width: 1.5px;
}

.ui-ring-0 {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.ui-transition-\[background-color\,transform\,border\,box-shadow\] {
  transition-property: background-color, transform, border, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ui-bg-blue-600 {
  background-color: #1C519B;
}

.ui-text-white {
  color: #fff;
}

.ui-fill-white {
  fill: #fff;
}

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

.ui-py-2\.5 {
  padding-top: 0.625rem; 
  padding-bottom: 0.625rem; 
}

.ui-rounded-md {
  border-radius: 0.375rem;
}

.ui-opacity-100 {
  opacity: 1;
}

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

.\!ui-text-sm {
  font-size: 0.875rem !important; 
  line-height: 1.25rem !important; 
}

.hover\:text-inherit:hover {
  color: inherit;
}

.focus\:outline-2:focus {
  outline-width: 2px;
}

.focus\:outline-blue-500:focus {
  outline-color: #3b82f6;
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:fill-blue-300:hover {
  fill: #93c5fd;
}

.hover\:ui-no-underline:hover {
  text-decoration-line: none;
}

.hover\:ui-text-white:hover {
  color: #fff;
}

.focus\:ui-outline-2:focus {
  outline-width: 2px;
}

.focus\:ui-outline-blue-500:focus {
  outline-color: #3b82f6;
}

.disabled\:ui-cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:ui-opacity-75:disabled {
  opacity: 0.75;
}

.disabled\:ui-border-opacity-75:disabled {
  border-color: rgba(0, 0, 0, 0.75);
}

.enabled\:hover\:ui-bg-blue-900:enabled:hover {
  background-color: #1e3a8a;
}

.enabled\:active\:ui-bg-blue-800:enabled:active {
  background-color: #1f408a;
}

@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  
  .md\:flex-row {
    flex-direction: row;
  }
  
  .md\:border-t {
    border-top-width: 1px;
  }
}

@media (min-width: 1024px) {
  
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  
  .lg\:justify-end {
    justify-content: flex-end;
  }
  
  .lg\:border-t {
    border-top-width: 1px;
  }
}


