
        body{
            background-color: #022518!important;
            color: #fff;
            min-width: 100%;
        }
        html{
            min-width: 100%;
        }
        @keyframes pulse {
            0% { opacity: 1; }
            50% { opacity: 0.5; }
            100% { opacity: 1; }
        }
        .live-pulse {
            animation: pulse 2s infinite;
        }
        .scroll-container {
            scrollbar-width: thin;
            scrollbar-color: #05d432 transparent;
            scroll-behavior: smooth;
        }
        .scroll-container::-webkit-scrollbar {
            height: 8px;
            width: 8px;
        }
        .scroll-container::-webkit-scrollbar-track {
            background: #e5e7eb;
            border-radius: 10px;
        }
        .scroll-container::-webkit-scrollbar-thumb {
            background-color: #05d432;
            border-radius: 10px;
        }
        .status-badge {
            transition: all 0.3s ease;
        }
        .status-badge:hover {
            transform: scale(1.05);
        }

        .bg-conteudo{
            background-color: #043d28!important;
            border-radius: 10px;
        }

            .bg-ao-vivo{
                background-color: #025a27!important;
                border-radius: 10px;
                border: 1px solid transparent;
            }