.tw-text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tw-bg-primary-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(195 54 109 / var(--tw-bg-opacity));
}
.tw-rounded-full {
    border-radius: 9999px;
}
.tw-justify-center {
    justify-content: center;
}
.tw-items-center {
    align-items: center;
}
.tw-w-7 {
    width: 1.75rem;
}
.tw-h-7 {
    height: 1.75rem;
}
.tw-inline-flex {
    display: inline-flex;
}
.-tw-mt-1 {
    margin-top: -.25rem;
}