/* Application styles */

@import './actiontext.css'


.questrial-regular {
  font-family: "Questrial", sans-serif !important;
  font-weight: 400;
  font-style: normal;
}


/* Tailwind Override */
.trix-content {
  width: 100%;
}

.trix-content h1 {
  font-size: 1.25rem !important;
  line-height: 1.25rem !important;
  margin-bottom: 1rem;
  font-weight: 600;
}

.trix-content a:not(.no-underline) {
  text-decoration: underline;
}

.trix-content a:visited {
  color: green;
}

.trix-content ul {
  list-style-type: disc;
  padding-left: 1rem;
}

.trix-content ol {
  list-style-type: decimal;
  padding-left: 1rem;
}

.trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 1.5em;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}

.trix-content blockquote {
  border: 0 solid #ccc;
  border-left-width: 0px;
  border-left-width: 0.3em;
  margin-left: 0.3em;
  padding-left: 0.6em;
}

.table-zebra tbody tr:nth-child(2n) th, .table-zebra tbody tr:nth-child(2n) td {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242/var(--tw-bg-opacity))
}

.table :where(thead,tfoot) :where(th,td) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242/var(--tw-bg-opacity))
}


.step-first:before, .step.step-first:after {
  background-color: rgb(14 165 233 / var(--tw-text-opacity)) !important;
  color: #fff;
}

.step-second:before, .steps .step.step-second:after {
  background-color: rgb(7 89 133 / var(--tw-text-opacity)) !important;
  color: #fff;
}

.step-third:before, .steps .step.step-third:after {
  background-color: #ff66c4 !important;
  color: #fff;
}

.pink-color{
  color: #ff66c4;
}

.bg-pink{
  background-color: #ff66c4;
  color: white;
}
