.service-style1 .service-img {
    border-radius: 50%;
    overflow: hidden;
    aspect-ratio: 1 / 1;
        width: auto;
    height: auto;
}
.image-box {
    height: auto;
    width: 100%;
    aspect-ratio: 1 / 1;
}
a.game-section {
    margin-bottom: 10px;
}
.text-xs{
    font-size: 10px;
}
    .help-icons button {
        background: #fff;
        border: 2px solid #252e2b;
        border-radius: 50%;
        width: 70%;
        height: auto;
        line-height: 15px;
        /* padding: 7px; */
        margin-bottom: 0px;
        aspect-ratio: 1 / 1;
    }
    .used {
    position: absolute;
    top: 0;
    left: 11px;
    width: 70%;
    height: auto;
    background-color: rgba(255, 0, 0, 0.7);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
}
.side-values.right {
    position: absolute;
    top: 10px;
    right: 10%;
    width: 60px;
    height: auto;
}
.team-section {
    margin: 5px;
}
.links-game-popup,
.links-game-overlay {
    display: none;
}

.links-game-popup.active,
.links-game-overlay.active {
    display: block;
}
.header-game {
    overflow: hidden;
}
.team-select.team-box {
    cursor: pointer;
    user-select: none;
    padding: 5px;
}
.links-game {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
}
.links-game a {
    color: #523e10;
    font-weight: 600;
    font-size: 12px;
    display: inline-flex;
    flex-direction: column;
    margin-top: 0;
    background: #e8d2a1;
    padding: 5px 15px;
    border-radius: 0;
}
.links-game a i{
    color: #523e10;
}
.links-game a:hover {
    background: #ffffff;
    border-radius: 5px;
}
.switch-game {
    background: #650101;
    padding: 5px 10px;
    border-radius: 5px;
}
.switch-game .switch-btn i {
    color: #ffffff;
}
.switch-game .switch-btn i:hover {
    color: #fac957;
}
.header-game .main-menu{
    padding: 0;
}
.score-control {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-bottom: 10px;
}

.score-btn {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    font-size: 18px;
    cursor: pointer;
        border: none;
}

@media (max-width: 767px) {
    .team-section span {
    color: #252e2b;
    font-size: 25px;
    }
    .switch-game {
        padding: 3px 6px;
    }
   .switch-game .switch-btn i {
    font-size: 16px;
   }
        .links-game a {
        padding: 5px;
                width: 40px;
        height: 40px;
    }
    .used {
    position: absolute;
    top: 0;
    left: 7px;
}
.links-game a i {
    font-size: 12px;
}
    .side-values.right {
    position: absolute;
    top: 10px;
    right: 0%;
    width: 45px;
    height: auto;
}
}
@media (max-width: 991px) {
    .team-section span {
    color: #252e2b;
    font-size: 25px;
    }
       .switch-game {
        padding: 3px 10px;
    }
   .switch-game .switch-btn i {
    font-size: 16px;
   }
    .links-game a i {
    font-size: 12px;
}
         .links-game a {
        padding: 5px;
                width: 40px;
        height: 40px;
    }
    .used {
    position: absolute;
    top: 0;
    left: 13px;
    width: 60%;
}
        .ads-game {
        height: 100%;
        display: flex;
        align-items: center;
        aspect-ratio: 16 / 9;
    }
    .ads-game img {
        border-radius: 5px;
        margin-bottom: 0;
        padding: 0;
        object-fit: cover;
    }
    .help-icons button {
        background: #fff;
        border: 2px solid #252e2b;
        border-radius: 50%;
        width: 60%;
        height: auto;
        line-height: 15px;
        /* padding: 7px; */
        margin-bottom: 0px;
        aspect-ratio: 1 / 1;
    }
    h5.card-header-title.mb-0 {
    font-size: 18px;
}
.widget select, .widget input {
    height: 40px;
    border: none;
    background-color: var(--input-bg, #ffffff);
    font-size: 10px;
    border-radius: 10px;
}
    .vs-btn {
        font-size: 12px;
        font-weight: 500;
        padding: 10px 15px;
        border-radius: 10px;
    }
    .side-values.right {
    position: absolute;
    top: 10px;
    right: 0%;
    width: 45px;
    height: auto;
}
}