/*@tailwind base;*/

/*@tailwind components;*/

.testter-footer-mt-\[7px\] {
  margin-top: 7px;
}

.testter-footer-flex {
  display: flex;
}

.testter-footer-grid {
  display: grid;
}

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

.testter-footer-flex-row {
  flex-direction: row;
}

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

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

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

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

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

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

.testter-footer-gap-\[6px\] {
  gap: 6px;
}

.testter-footer-gap-\[8px\] {
  gap: 8px;
}

.testter-footer-rounded-\[8px\] {
  border-radius: 8px;
}

.testter-footer-border {
  border-width: 1px;
}

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

.testter-footer-border-\[\#000000\/10\] {
  border-color: #000000/10;
}

.testter-footer-border-\[\#909090\] {
  --tw-border-opacity: 1;
  border-color: rgb(144 144 144 / var(--tw-border-opacity));
}

.testter-footer-px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}

.testter-footer-py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}

.testter-footer-py-\[24px\] {
  padding-top: 24px;
  padding-bottom: 24px;
}

.testter-footer-py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}

.testter-footer-pt-\[10px\] {
  padding-top: 10px;
}

.testter-footer-pt-\[2px\] {
  padding-top: 2px;
}

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

.testter-footer-text-\[12px\] {
  font-size: 12px;
}

.testter-footer-text-\[18px\] {
  font-size: 18px;
}

.testter-footer-font-\[400\] {
  font-weight: 400;
}

.testter-footer-font-\[700\] {
  font-weight: 700;
}

.testter-footer-text-\[\#282828\] {
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity));
}

.testter-footer-text-\[\#909090\] {
  --tw-text-opacity: 1;
  color: rgb(144 144 144 / var(--tw-text-opacity));
}

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

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

.hover\:testter-footer-border-\[\#7359FF\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(115 89 255 / var(--tw-border-opacity));
}

.hover\:testter-footer-text-\[\#7359FF\]:hover {
  --tw-text-opacity: 1;
  color: rgb(115 89 255 / var(--tw-text-opacity));
}

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

@media (min-width: 640px) {
  .sm\:testter-footer-col-start-2 {
    grid-column-start: 2;
  }

  .sm\:testter-footer-row-start-1 {
    grid-row-start: 1;
  }

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

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

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

  .sm\:testter-footer-flex-col {
    flex-direction: column;
  }

  .sm\:testter-footer-justify-start {
    justify-content: flex-start;
  }

  .sm\:testter-footer-justify-items-end {
    justify-items: end;
  }

  .sm\:testter-footer-pt-0 {
    padding-top: 0px;
  }
}

@media (min-width: 1024px) {
  .lg\:testter-footer-col-start-3 {
    grid-column-start: 3;
  }

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

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

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