.max-w-sm {
    max-width: 24rem;
}
.rounded-lg {
    border-radius: .5rem;
}
.shadow-lg, .shadow-md {
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.left-0 {
    left: 0;
}
.py-4 {
    padding-bottom: 1rem;
    padding-top: 1rem;
}
.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.flex {
    display: flex;
}
.rounded-full {
    border-radius: 9999px;
}
.h-16 {
    height: 4rem;
}
.w-16 {
    width: 4rem;
}
.ml-4 {
    margin-left: 1rem;
}
.font-bold {
    font-weight: 700;
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.mb-2 {
    margin-bottom: .5rem;
}
.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity));
}
.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128/var(--tw-text-opacity));
}
.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}
.text-blue-600 {
    --tw-text-opacity: 1;
    color: rgb(37 99 235/var(--tw-text-opacity));
}
.no-underline {
    text-decoration-line: none;
}