﻿.cl-modal-content {
    background: linear-gradient(to bottom right, rgb(2, 6, 23), rgb(30, 58, 138), rgb(2, 6, 23));
    border-radius: 0.5rem;
}

.cl-modal-header {
    background-color: rgb(15, 23, 42);
    border: none;
}

.cl-btn-close {
    filter: invert(1);
}

.cl-form-control {
    background-color: rgb(30, 41, 59);
    border-width: 1px;
    color: white;
}

    .cl-form-control:focus {
        background-color: rgb(30, 41, 59);
        border-color: rgb(59, 130, 246);
        color: white;
    }

.cl-blue {
    color: #1a237e !important;
}

    .cl-blue:hover {
        color: #1a237e !important;
    }

.cl-btn-custom {
    background-color: #ccd2ec;
    color: #1a237e;
}

    .cl-btn-custom:hover {
        transform: scale(1.05);
        filter: brightness(1.1);
        background-color: #ccd2ec;
        color: #1a237e !important;
    }

.cl-btn-whatsapp {
    background-color: #22c55e;
    color: #1a237e;
}

    .cl-btn-whatsapp:hover {
        transform: scale(1.05);
        filter: brightness(1.1);
        background-color: #22c55e;
        color: #1a237e !important;
    }

.cl-fixed {
    position: fixed;
}

.cl-inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.cl-bg-black\/50 {
    background-color: rgba(0, 0, 0, 0.5);
}

.cl-flex {
    display: flex;
}

.cl-items-center {
    align-items: center;
}

.cl-justify-center {
    justify-content: center;
}

.cl-bg-gradient-to-br {
    background: linear-gradient(to bottom right, rgb(2, 6, 23), rgb(30, 58, 138), rgb(2, 6, 23));
}

.cl-rounded-lg {
    border-radius: 0.5rem;
}

.cl-w-full {
    width: 100%;
}

.cl-max-w-3xl {
    max-width: 48rem;
}

.cl-relative {
    position: relative;
}

.cl-overflow-hidden {
    overflow: hidden;
}

.cl-bg-slate-900 {
    background-color: rgb(15, 23, 42);
}

.cl-p-4 {
    padding: 1rem;
}

.cl-justify-between {
    justify-content: space-between;
}

.cl-text-white {
    color: white;
}

.cl-font-bold {
    font-weight: 700;
}

.cl-text-sm {
    font-size: 0.875rem;
}

.cl-text-gray-400 {
    color: rgb(156, 163, 175);
}

.cl-hover\:text-white:hover {
    color: white;
}

.cl-mt-3 {
    margin-top: 0.75rem;
}

.cl-text-center {
    text-align: center;
}

.cl-space-y-1\.5 > * + * {
    margin-top: 0.375rem;
}

.cl-text-xs {
    font-size: 0.75rem;
}

.cl-font-semibold {
    font-weight: 600;
}

.cl-font-medium {
    font-weight: 500;
}

.cl-inline-flex {
    display: inline-flex;
}

.cl-gap-4 {
    gap: 1rem;
}

.cl-mt-4 {
    margin-top: 1rem;
}

.cl-grid {
    display: grid;
}

.cl-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cl-gap-6 {
    gap: 1.5rem;
}

.cl-space-y-3 > * + * {
    margin-top: 0.75rem;
}

.cl-gap-2 {
    gap: 0.5rem;
}

.cl-mb-2 {
    margin-bottom: 0.5rem;
}

.cl-min-h-32 {
    min-height: 8rem;
}

.cl-bg-slate-800 {
    background-color: rgb(30, 41, 59);
}

.cl-border-slate-700 {
    border-color: rgb(51, 65, 85);
}

.cl-focus\:border-blue-500:focus {
    border-color: rgb(59, 130, 246);
}

.cl-py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

.cl-rounded {
    border-radius: 0.25rem;
}

.cl-border-l {
    border-left-width: 1px;
}

.cl-pl-6 {
    padding-left: 1.5rem;
}

.cl-h-full {
    height: 100%;
}

.cl-text-green-500 {
    color: rgb(34, 197, 94);
}

.cl-text-gray-300 {
    color: rgb(209, 213, 219);
}

.cl-mb-4 {
    margin-bottom: 1rem;
}

.cl-flex-grow {
    flex-grow: 1;
}

.cl-bg-green-600 {
    background-color: rgb(22, 163, 74);
}

.cl-mt-auto {
    margin-top: auto;
}

.cl-transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.cl-duration-300 {
    transition-duration: 300ms;
}

.cl-hover\:scale-105:hover {
    transform: scale(1.05);
}

.cl-hover\:brightness-110:hover {
    filter: brightness(1.1);
}

.cl-bg-green-600 {
    background-color: rgb(22, 163, 74);
}

.cl-text-\[\#1a237e\] {
    color: #1a237e;
}

.cl-py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

.cl-font-medium {
    font-weight: 500;
}

.cl-text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.cl-mt-auto {
    margin-top: auto;
}
