.section_navigation {
  margin-bottom: 0 !important;
}
#testsAlertWidget {
  margin: 0 -24px 32px -24px;
  -moz-transition: max-height 0.3s ease-in-out;
  -ms-transition: max-height 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s;
  max-height: 999px;
  overflow: hidden;
}
#testsAlertWidget .flex {
  display: flex;
}
#testsAlertWidget button {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
  border: 0 solid;
}
#testsAlertWidget * {
  font-family: "Inter", sans-serif;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke,
    -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#testsAlertWidget .items-start {
  align-items: flex-start;
}
#testsAlertWidget .flex-col {
  flex-direction: column;
}
#testsAlertWidget .p-4 {
  padding: 1rem;
}
#testsAlertWidget .pl-5 {
  padding-left: 1.25rem;
}
#testsAlertWidget .mt-1 {
  margin-top: 0.25rem;
}
#testsAlertWidget .mr-3 {
  margin-right: 0.75rem;
}
#testsAlertWidget .ml-3 {
  margin-left: 0.75rem;
}
#testsAlertWidget .ml-4 {
  margin-left: 1rem;
}
#testsAlertWidget .mb-1 {
  margin-bottom: 0.25rem;
}
#testsAlertWidget .mb-4 {
  margin-bottom: 1rem;
}
#testsAlertWidget .space-y-1 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
#testsAlertWidget .border {
  border-style: solid;
  border-width: 1px;
}
#testsAlertWidget .rounded-2xl {
  border-radius: 20px;
}
#testsAlertWidget .text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
#testsAlertWidget .text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
#testsAlertWidget .font-semibold {
  font-weight: 600;
}
#testsAlertWidget .font-medium {
  font-weight: 500;
}
#testsAlertWidget .relative {
  position: relative;
}
#testsAlertWidget .absolute {
  position: absolute;
}
#testsAlertWidget .top-3 {
  top: 0.75rem;
}
#testsAlertWidget .right-3 {
  right: 0.75rem;
}
#testsAlertWidget .cursor-pointer {
  cursor: pointer;
}
#testsAlertWidget .underline {
  text-decoration-line: underline;
}
#testsAlertWidget .list-disc {
  list-style-type: disc;
}
#testsAlertWidget .p-2 {
  padding: 0.5rem;
}
#testsAlertWidget .rounded-full {
  border-radius: 9999px;
}
#testsAlertWidget.bg-gradient-to-r,
#testsAlertWidget .bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
#testsAlertWidget.border-b,
#testsAlertWidget .border-b {
  border-bottom-width: 1px;
}
#testsAlertWidget .max-w-screen-2xl {
  max-width: 1536px;
}
#testsAlertWidget .w-full {
  width: 100%;
}
#testsAlertWidget .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
#testsAlertWidget .px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
#testsAlertWidget .items-center {
  align-items: center;
}
#testsAlertWidget .justify-between {
  justify-content: space-between;
}
#testsAlertWidget .py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#testsAlertWidget .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
#testsAlertWidget .py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#testsAlertWidget .space-x-4 > :not([hidden]) ~ :not([hidden]) {
  margin-left: 1rem;
  margin-right: 0;
}
#testsAlertWidget .text-white {
  color: rgb(255 255 255);
}
#testsAlertWidget .font-bold {
  font-weight: 700;
}
#testsAlertWidget .text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#testsAlertWidget .bg-white {
  background-color: rgb(255 255 255);
}
#testsAlertWidget .transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media screen and (min-width: 1025px) {
  #testsAlertWidget .show-on-mobile {
      display: none;
  }
}

/* COLORS */
#testsAlertWidget .text-gray-400 {
  color: rgb(156 163 175);
}
#testsAlertWidget .text-gray-600 {
  color: rgb(75 85 99);
}
#testsAlertWidget .hover\:text-gray-600:hover {
  color: rgb(75 85 99);
}
#testsAlertWidget .bg-gray-100 {
  background-color: rgb(243 244 246);
}
#testsAlertWidget .hover\:bg-gray-100:hover {
  background-color: rgb(243 244 246);
}

/* BEGIN BLUE */
#testsAlertWidget .border-blue-200 {
  border-color: rgb(191 219 254);
}
#testsAlertWidget .bg-blue-50 {
  background-color: rgb(239 246 255);
}
#testsAlertWidget .bg-blue-100 {
  background-color: rgb(219 234 254);
}
#testsAlertWidget .text-blue-600 {
  color: rgb(37 99 235);
}
#testsAlertWidget .hover\:text-blue-700:hover {
  color: rgb(29 78 216);
}
#testsAlertWidget .text-blue-800 {
  color: rgb(30 64 175);
}
#testsAlertWidget .text-blue-900 {
  color: rgb(30 58 138);
}
/* END BLUE */

/* BEGIN YELLOW */
#testsAlertWidget .border-yellow-200 {
  border-color: rgb(253 230 138);
}
#testsAlertWidget .bg-yellow-50 {
  background-color: rgb(255 251 235);
}
#testsAlertWidget .bg-yellow-100 {
  background-color: rgb(254 243 199);
}
#testsAlertWidget .text-yellow-600 {
  color: rgb(217 119 6);
}
#testsAlertWidget .hover\:text-yellow-700:hover {
  color: rgb(180 83 9);
}
#testsAlertWidget .text-yellow-800 {
  color: rgb(146 64 14);
}
#testsAlertWidget .text-yellow-900 {
  color: rgb(120 53 15);
}
/* END YELLOW */

/* BEGIN EMERALD */
#testsAlertWidget.from-emerald-500,
#testsAlertWidget .from-emerald-500 {
  --tw-gradient-from: rgb(16 185 129);
  --tw-gradient-to: rgb(16 185 129 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
#testsAlertWidget.to-emerald-600,
#testsAlertWidget .to-emerald-600 {
  --tw-gradient-to: rgb(5 150 105);
}
#testsAlertWidget .border-emerald-700 {
  border-color: rgb(4 120 87);
}
#testsAlertWidget .text-emerald-600 {
  color: rgb(5 150 105);
}
#testsAlertWidget .bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
#testsAlertWidget .text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
#testsAlertWidget .hover\:text-white:hover {
  color: rgb(255 255 255);
}
#testsAlertWidget .opacity-90 {
  opacity: 0.9;
}
/* END EMERALD */
