    .modal-live {
        display: none;
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .modal-content-live {
        background-color: #1a1a1a;
        margin: 10% auto;
        border: 1px solid #888;
        border-radius: 10px;
        color: white;
        font-family: Arial, sans-serif;
        position: relative;
        top: 50px;
        width: 95%;
    }

    .modal-header-live {
        text-align: center;
        font-size: 18px;
        margin-bottom: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .modal-close-live {
        color: white;
        font-size: 25px;
        cursor: pointer;
        background: transparent;
    }

    .modal-body-live img {
        width: 100%;
        border-radius: 10px;
    }

    .timer-live {
        display: flex;
        justify-content: center;
        gap: 10px;
        font-size: 16px;
        font-weight: bold;
        margin: 15px 0;
    }

    .timer-live span {
        display: inline-block;
        padding: 10px;
        border: 1px solid #fff;
        border-radius: 5px;
        color: #fff;
    }

    .modal-footer-live {
        text-align: center;
        margin-top: 10px;
    }

    .modal-footer-live .link{
        display: flex;
        flex-direction: column;
    }

    .modal-footer-live .link a{
        text-decoration: none;
        color: #fff;
    }

    .modal-footer-live button {
        padding: 10px 15px;
        margin: 5px;
        background-color: #333;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }

    .game-lobby-live-wrapper .game-lobby-live {
        color: red;
    }

    .tab {
  grid-template-columns: 1fr 1fr;
  display: inline-grid;
  gap: 5px;
  padding: 0px 5px;
  width: 100%;
}

.cstmnewqris {
    border-radius: 5px;
    padding: 1rem;
    color: #000;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    gap: 1rem;
    align-items: center;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
}