.spotlight {
    background-color: #fff !important;
}

.w-full {
    width: 100%;
}

.mb-\[2px\] {
    margin-bottom: 2px;
}

.block {
    display: block;
}

.font-medium {
    font-weight: 500;
    font-size: 1.1rem;
}

.text-teal-700 {
    --tw-text-opacity: 1;
    color: rgb(15 118 110 / var(--tw-text-opacity));
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.border-slate-400 {
    --tw-border-opacity: 1;
    border-color: rgb(148 163 184 / var(--tw-border-opacity)) !important;
}

.rounded-md {
    border-radius: .375rem;
}

.bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246 / var(--tw-bg-opacity));
    border: none;
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
}

.text-teal-700 {
    --tw-text-opacity: 1;
    color: rgb(15 118 110 / var(--tw-text-opacity));
}