
        .jackpot-container {
            width: 100%;
            position: relative;
            height: 150px;
            z-index: 100;
        }

        .jackpot-video {
            width: 100%;
            height: 100%;
            object-fit: fill;
            /* border-radius: 15px; */
            border-top-left-radius: 15px;
            border-top-right-radius: 15px;
        }

        .jackpot-amounts {
            position: absolute;
            top: 52%;
            left: -2px;
            width: 100%;
            display: flex;
            justify-content: space-around;
            align-items: center;
            transform: translateY(-50%);
        }

        .jackpot-small-amount,
        .jackpot-big-amount,
        .jackpot-medium-amount {
            color: #fff;
            font-size: 35px;
            font-weight: bold;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
            padding: 10px 20px;
            border-radius: 5px;
            display: inline-block;
            margin-top: 23px
        }
        
        @media screen and (max-width: 767px) {
          .jackpot-small-amount,
          .jackpot-big-amount,
          .jackpot-medium-amount {
              color: #fff;
              font-size: 12px !important;
          }
           .jackpot-small-amount,
            .jackpot-big-amount,
            .jackpot-medium-amount {
                margin-top: 18px
            }
        }
        @media screen and (max-width: 1024px) {
          .jackpot-container {
            width: 100%;
            position: relative;
            height: 80px !important;
         }
        }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
         .jackpot-small-amount,
            .jackpot-big-amount,
            .jackpot-medium-amount {
               font-size: 14px !important;
            }
        }
        .boton-layout {
            display: flex;
            justify-content: space-between;
            height: 9rem;
            padding-top: 10px;
            padding-bottom: 10px;
            position:absolute;
            top: 0;
            width:100%;
            z-index: 1000;
        }

        .boton-layout > div {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .boton-layout img {
            height: 50px !important;
        }
        #reglamento .modal-dialog {
          max-width: 70% !important;
        }
        #historial .modal-dialog {
            max-width: 100% !important;
            height: 100% !important;
            margin: 1.75rem auto;
            background: transparent !important;
            border: none !important;
            }
        #historial .modal-dialog {
            max-width: 40% !important;
            }
        #historial .modal-content {
            height: 100% !important;
            background: url('/assets/template/jackpot/img/default/historial.png') !important;
            background-position: top !important;
            background-repeat: no-repeat !important;
            background-size: 100% !important;
            }
        /* Responsive para móviles */
        @media (max-width: 768px) {
            #historial .modal-content {
            height: 100% !important;
            background: url('/assets/template/jackpot/img/default/historial.png') !important;
            background-position: top !important;
            background-repeat: no-repeat !important;
            background-size: auto !important;
            }
        }
        @media (max-width: 1024px) {
            .boton-layout {
                height: 6rem;
            }
            .boton-layout img {
                height: 20px !important;
            }
            #reglamento .modal-dialog {
                max-width: 100% !important;
            }
            #historial .modal-dialog {
                max-width: 100% !important;
            }
        }
        .table-fixed {
            table-layout: fixed;
            width: 100%;
            }

        .table-fixed thead th {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            }

        .table-fixed td {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            }
 @keyframes marquee {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
  }
        