.bg-slate-50 {
    background-color: #f8fafc !important;
}

.bg-slate-100 {
    background-color: #f1f5f9 !important;
}

.bg-slate-200 {
    background-color: #e2e8f0 !important;
}

.bg-slate-300 {
    background-color: #cbd5e1 !important;
}

.bg-slate-400 {
    background-color: #94a3b8 !important;
}

.bg-slate-500 {
    background-color: #64748b !important;
}

.bg-slate-600 {
    background-color: #475569 !important;
}

.bg-slate-700 {
    background-color: #334155 !important;
}

.bg-slate-800 {
    background-color: #1e293b !important;
}

.bg-slate-900 {
    background-color: #0f172a !important;
}

.bg-gray-50 {
    background-color: #f9fafb !important;
}

.bg-gray-100 {
    background-color: #f3f4f6 !important;
}

.bg-gray-200 {
    background-color: #e5e7eb !important;
}

.bg-gray-300 {
    background-color: #d1d5db !important;
}

.bg-gray-400 {
    background-color: #9ca3af !important;
}

.bg-gray-500 {
    background-color: #6b7280 !important;
}

.bg-gray-600 {
    background-color: #4b5563 !important;
}

.bg-gray-700 {
    background-color: #374151 !important;
}

.bg-gray-800 {
    background-color: #1f2937 !important;
}

.bg-gray-900 {
    background-color: #111827 !important;
}

.bg-red-50 {
    background-color: #fff1f2 !important;
}

.bg-red-100 {
    background-color: #ffe4e6 !important;
}

.bg-red-200 {
    background-color: #fecdd3 !important;
}

.bg-red-300 {
    background-color: #fda4af !important;
}

.bg-red-400 {
    background-color: #fb7185 !important;
}

.bg-red-500 {
    background-color: #f43f5e !important;
}

.bg-red-600 {
    background-color: #e11d48 !important;
}

.bg-red-700 {
    background-color: #be123c !important;
}

.bg-red-800 {
    background-color: #9f1239 !important;
}

.bg-red-900 {
    background-color: #881337 !important;
}

.bg-cyan-50 {
    background-color: #ecfeff !important;
}

.bg-cyan-100 {
    background-color: #cffafe !important;
}

.bg-cyan-200 {
    background-color: #a5f3fc !important;
}

.bg-cyan-300 {
    background-color: #67e8f9 !important;
}

.bg-cyan-400 {
    background-color: #22d3ee !important;
}

.bg-cyan-500 {
    background-color: #06b6d4 !important;
}

.bg-cyan-600 {
    background-color: #0891b2 !important;
}

.bg-cyan-700 {
    background-color: #0e7490 !important;
}

.bg-cyan-800 {
    background-color: #155e75 !important;
}

.bg-cyan-900 {
    background-color: #164e63 !important;
}

.text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
}

.text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
}

.text-md {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
}

.text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
}

.text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
}

.text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
}

.text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
}

.text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
}

.text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
}

.btn {
    width: 300px !important;
    padding: 10px 0 !important;
    color: #ffffff;
}

.btn:hover {
    color: #ffffff !important;
}

.btn-blue {
    background-color: #1C84C3 !important;
    ;
}

.btn-blue:hover {
    background-color: #30a3e2 !important;
}

.btn-gray {
    background-color: #555555 !important;
}

.btn-gray:hover {
    background-color: #666666 !important;
}

@media screen and (max-width:991px) {
    .h-100 {
        height: fit-content !important;
    }
}

.removal-req-terms-wapper {
    height: 350px !important;
    overflow-y: auto !important;
}

#show {
    display: none;
}