

.best-event-sport {margin-bottom: 30px;}

.promo_home {
    margin-top: 40px;
}


/* widget casino */

.best-game-box{
    /* background: rgb(52,52,52); */
    /* background: linear-gradient(180deg, rgba(52,52,52,1) 0%, rgba(0,0,0,0) 100%); */
    margin-top: 50px;
    }


 .middle-button{
    transition:.5s ease;
    opacity:0;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    text-align:center;
}
 .circle{
    stroke:var(--primary-color);
    stroke-dasharray:650;
    stroke-dashoffset:650;
    -webkit-transition:all 0.5s ease-in-out;
    opacity:0.3;
}
 .playBut{
    display:inline-block;
    -webkit-transition:all 0.5s ease;
}
 .playBut .triangle{
    -webkit-transition:all 0.7s ease-in-out;
    stroke-dasharray:240;
    stroke-dashoffset:480;
    stroke:#fff;
    transform:translateY(0);
}
 .playBut:hover .triangle{
    stroke-dashoffset:0;
    opacity:1;
    stroke:var(--primary-color);
    animation:nudge 0.7s ease-in-out;
}
 .playBut:hover .circle{
    stroke-dashoffset:0;
    opacity:1;
}

 polygon.triangle{
    fill:#fff0!important;
    transition:all 0.2s ease-out;
}


 .line-p-game{
    margin:10px 0px 10px 10px;
    padding: 5px 25px 24px;
    border-radius:7px;
    background: #ffffff1f;
}
 .title-category{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:10px;
}
 .title-category h3 > span{
    font-size:15px;
    background:var(--primary-color);
    color:var(--color3);
    padding:4px 10px;
    margin-left:8px;
    font-weight:bold;
}
 .title-category h3{
    font-size: 4vw;
    line-height: 1em;
    text-transform: uppercase;
    margin:10px 0px;
    display:flex;
    font-weight: 600;
    align-items:center;
    font-family: var(--primary-font);
    color: var(--secondary-color);
}
 .box-button-category{
    display:flex;
    align-items:center;
}
 a.button-next-category svg,a.button-prev-category svg{
    width:20px;
    height:20px;
    fill:var(--primary-color);
}
 a.button-next-category,a.button-prev-category{
    padding:8px 8px;
    background:var(--color3);
    border-radius:3px;
    margin:3px;
}
 a.button-all-category{
    padding:8px 28px;
    border-radius:3px;
    margin:3px 3px 3px 25px;
    text-decoration: none;
    color: var(--white-color);
    background: var(--primary-color);
}
 .row-game{
    display:flex;
    align-items:center;
    margin:0px 0px 0px;
}
 .game-important{
    width: 54%;
}
 .game-important .title-single-game > h3{
    font-size:25px;
}
 .box-game-new{
    width:100%;
    border-radius:5px;
    overflow:hidden;
    -webkit-box-shadow:0px 0px 39px -16px #000000;
    box-shadow:0px 0px 39px -16px #000000;
    cursor:pointer;
    border:1px solid #ffffff1c;
    position:relative;
}
 .box-game-new:hover{
    animation:up-game;
    animation-duration:1s;
    transform:scale(1.03);
}
 .box-game-new:hover img{
    opacity:.1;
}
 .box-game-new:hover .middle-button{
    opacity:1;
    z-index:10;
}
 .game-important .middle-button{
    transition:.5s ease;
    opacity:0;
    position:absolute;
    top:calc(50% - 40px);
    left:50%;
    transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    text-align:center;
}
 .game-important .middle-button > a > svg{
    width:100px!important;
    height:100px!important;
}
 .middle-button{
    transition:.5s ease;
    opacity:0;
    position:absolute;
    top:calc(50% - 30px);
    left:50%;
    transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    text-align:center;
}
 .middle-button > a > svg{
    width:80px!important;
    height:80px!important;
}
 .box-game-new > img{
    width:100%;
}
 .title-single-game{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:5px 15px;
    background:var(--color3);
}
 .title-single-game h3{
    color: var(--secondary-color);
    font-size:18px;
    margin:5px 0px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
 .title-single-game h3 > span{
    font-size:14px;
    display:block;
}
 .line-game{
    display:flex;
    width: 48%;
    align-items:center;
    flex-wrap:wrap;
    padding-left:0px;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
}
 .line-game > div.box-game-new{
    width: calc(50% - 10px);
    margin:5px;
}
 .checkbox-heart{
    display:inline-block;
    height:2rem;
    position:relative;
    vertical-align:middle;
    width:2rem;
    transform:scale(.8);
}
 .checkbox-heart--origin{
    bottom:0;
    cursor:pointer;
    left:0.5rem;
    margin:0;
    opacity:0;
    padding:0;
    position:absolute;
    right:0;
    top:0;
    transform:rotate(45deg);
    z-index:2;
}
 .checkbox-heart--custom{
    height:100%;
    width:100%;
}
 .checkbox-heart--custom__inner{
    position:absolute;
    left:0;
    bottom:0;
    right:0;
    top:0;
}
 .custom--heart{
    background-color:#bfbebe;
    bottom:0;
    height:1rem;
    left:0.5rem;
    position:absolute;
    right:0;
    top:0.5rem;
    transform:rotate(45deg);
    width:1rem;
}
 .custom--heart::before,.custom--heart::after{
    background-color:#bfbebe;
    border-radius:100%;
    content:"";
    height:1rem;
    position:absolute;
    width:1rem;
}
 .custom--heart::before{
    bottom:0;
    left:-0.5rem;
}
 .custom--heart::after{
    right:0;
    top:-0.5rem;
}
 .checkbox-heart--origin:checked + .custom--heart::before,.checkbox-heart--origin:checked + .custom--heart::after,.checkbox-heart--origin:checked + .custom--heart > .checkbox-heart--custom__inner{
    background-color:#f96a57;
}

 @media all and (max-width: 960px){
     .line-p-game{
        margin:5px -10px 5px -10px;
        padding:10px 15px;
        background:#0000002b;
        border-radius:7px;
    }
}
 @media only screen and (max-width: 600px){
     .title-category h3 {
    font-size: 13vw;
}
     
     .title-category{
        flex-direction:column;
    }
     .box-button-category{
        display:none;
    }
     .row-game{
        flex-direction:column;
    }
     .game-important{
        width:100%;
    }
     .line-game > div.box-game-new{
        width:calc(50% - 10px);
        margin:5px;
    }
     .line-game{
        width:100%;
    }
}

 @keyframes nudge{
    0%{
        transform:translateX(0);
    }
    30%{
        transform:translateX(-5px);
    }
    50%{
        transform:translateX(5px);
    }
    70%{
        transform:translateX(-2px);
    }
    100%{
        transform:translateX(0);
    }
}
 @keyframes up-game{
    0%{
        transform:scale(1);
    }
    100%{
        transform:scale(1.03);
    }
}
















.list_game_win {
  display: flex;
  align-items: center;
}

.list_game_win img {
    width: 60px;
    border-radius: 3px;
    margin-right: 10px;
}

.list_game_win h3 {

color: var(--white-color);

font-size: 17px;

margin-bottom: 0px;

line-height: .8em;
}

.list_game_win h3 > span {

font-size: 12px;
}

.scroll-list__item p {

color: var(--secondary-color);

margin-bottom: 0px;

font-family: var(--primary-font);

font-size: 22px;
}




.wrapper {
  display: flex;
  align-items: center;
  min-height: auto;
  margin-left: -15px;
  margin-bottom: -15px;
  margin-right: -15px;
  background-image: transparent;
}

.scroll-list {
  width: 100%;
  padding: 0px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .scroll-list {
    margin-top: 20px;
  }
}
.scroll-list__wrp {
  width: 100%;
  height: 445px;
  overflow: auto;
  padding: 5px 5px;
  margin-bottom: 0px;
  border-radius: 8px;
  background: #ffffff1a;
}
.scroll-list__wrp .scrollbar-track {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .scroll-list__wrp {
    padding: 25px;
  }
}
.scroll-list__item {
  background: #ffffff1c;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  border-radius: 8px;
  transition: all 0.35s ease-in-out;
  padding: 15.5px 10px;
  opacity: 0;
  transform: scale(0.7);
  box-shadow: 0px 7px 16px 0px rgba(41, 53, 108, 0.25);
}
.scroll-list__item.item-hide {
  opacity: 0;
  transform: scale(0.7);
}
.scroll-list__item.item-focus {
  opacity: 1;
  transform: scale(1);
}
.scroll-list__item.item-next {
  opacity: 1;
  transform: scale(1);
}
.scroll-list__item.item-next + .scroll-list__item {
  opacity: 1;
  transform: scale(1);
}
.scroll-list__item:last-child {
  margin-bottom: 155px;
}

