* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0;
    padding: 0;
    font-family: roboto,sans-serif
}

a {
    text-decoration: none
}

.hidden {
    display: none!important
}
body.nonie .grid-item {
    margin: 0;
}
section.tournament-header {
    display: grid;
    grid-template-columns: auto auto auto;
    background: transparent linear-gradient(0deg,#143B98 0%,#113BA3 53%,#143A97 83%,#13307D 100%) 0% 0% no-repeat padding-box;
    box-shadow: -2px 0 6px #0000001a;
    position: relative;
    justify-content: center;
		min-height: 290px;
}

.tournament-img-container {
    max-width: 418px;
    height: 289px;
    display: grid;
    place-content: center
}

.tournament-img-container img {
    width: 100%;
    height: auto;
    margin-bottom: 40px
}

.tournament-title-container .title {
    display: flex;
    max-width: 406px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 56px 73px 0 13px
}

.tournament-title-container .title img {
    width: 100%;
    height: auto
}

.tournament-title-container .title h2 {
    background-color: #15171d;
    width: max-content;
    font-size: 36px;
    color: #00ebff;
    padding: 5px 20px;
    margin: 0;
    text-shadow: 0 0 6px #00ebffb2
}

.tournament-title-container .title h1 {
    font-size: 85px;
    line-height: 96px;
    color: #e6f1ff;
    letter-spacing: 0;
    margin: 0
}

.tournament-description-container {
    max-width: 324px;
    display: flex;
    flex-direction: column;
    padding: 11px 26px 0 0
}

.tournament-description-container .btn-rules {
    width: 98px;
    height: 28px;
    border-radius: 17px;
    background-color: #00ebff;
    display: grid;
    place-content: center;
    font-size: 16px;
    line-height: 20px;
    color: #15171d;
    order: -1;
    align-self: flex-end;
    cursor: pointer
}

.tournament-description-container h3 {
    font-size: 16px;
    line-height: 22px;
    color: #e4edf8
}

.tournament-description-rules {
    height: 100px;
    overflow: auto;
    padding-right: 10px
}

.tournament-description-rules div {
    display: flex;
    align-items: baseline
}

.tournament-description-rules div span {
    display: block;
    color: #1d2129;
    font-size: 9px;
    background-color: #00ebff;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px
}

.tournament-description-rules p {
    font-size: 12px;
    color: #e6edf7b3
}

.tournament-providers {
   /* display: grid;*/
    place-items: center;
    z-index: 2;
    width: min(100%,1080px);
    height: 0;
    position: absolute;
    bottom: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tournament-providers img {
    width: 100%;
    height: auto
}

.tournament-description-rules::-webkit-scrollbar {
    width: 6px
}

.tournament-description-rules::-webkit-scrollbar-track {
    background: 0 0
}

.tournament-description-rules::-webkit-scrollbar-thumb {
    background: #e6f1ff33;
    border-radius: 5px
}

.calendar img.lines {
    width: 50%;
    height: 60%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

.calendar img.lines:nth-child(2) {
    right: 0;
    left: auto
}

.list::before {
    content: "";
    width: calc(var(--s)/2 + var(--m));
    float: left;
    height: 120%;
    shape-outside: repeating-linear-gradient( #0000 0 calc(var(--f) - 3px),#000 0 var(--f))
}

.pageContent.calendar {
    display: flex;
    flex-direction: column;
    --s: 180px;
    --m: 1px;
    --f: calc(1.732 * var(--s) + 4 * var(--m) - 1px);
    height: 78%;
}

.pageContent.calendar>.calendar {
    height: 100%;
}

.list {
    display: block;
    font-size: 0;
    z-index: 2;
    margin: 100px auto 0
}

.tournament-header {
    display: flex
}

.tournament-header::after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: -92px;
    height: 200px;
    background: transparent linear-gradient(180deg,#14224300 0%,#0F1B36 53%,#15171D00 100%) 0% 0% no-repeat padding-box;
    z-index: 1
}

.pageContent.calendar>.calendar {
    display: flex;
    position: relative;
    background-color: #15171d;
    background-image: url(/images/green_lines.png);
    overflow-x: hidden;
    overflow-y: hidden;
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 47%;
    /* padding-bottom: 65px */
display: flex!important;}

.pageContent .calendar::before {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 260px;
    z-index: 0;
    content: '';
    background: -moz-linear-gradient(left,rgba(21,23,29,1) 0%,rgba(21,23,29,1) 1%,rgba(21,23,29,0) 100%);
    background: -webkit-linear-gradient(left,rgba(21,23,29,1) 0%,rgba(21,23,29,1) 1%,rgba(21,23,29,0) 100%);
    background: linear-gradient(to right,rgba(21,23,29,1) 0%,rgba(21,23,29,1) 1%,rgba(21,23,29,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15171d',endColorstr='#0015171d',GradientType=1 )
}

.pageContent .calendar::after {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    width: 260px;
    z-index: 0;
    content: '';
    background: -moz-linear-gradient(left,rgba(21,23,29,0) 0%,rgba(21,23,29,1) 100%);
    background: -webkit-linear-gradient(left,rgba(21,23,29,0) 0%,rgba(21,23,29,1) 100%);
    background: linear-gradient(to right,rgba(21,23,29,0) 0%,rgba(21,23,29,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0015171d',endColorstr='#15171d',GradientType=1 )
}

.list .dayx {
    width: var(--s);
    margin: var(--m)!important;
    height: calc(var(--s)*1.1547);
    display: inline-block;
    position: relative;
 
    font-size: initial;
    margin-bottom: calc(var(--m) - var(--s)*0.2885)!important;
}
body .grid-item.span-2:nth-child(1) {
    border: 0px solid #ffc400;
    border-radius: 0px;
}
.list .dayx.fixed {
    clip-path: polygon(0% 25%,0% 75%,50% 100%,100% 75%,100% 25%,50% 0%);
    z-index: 2;
}

.list div img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.hexagonGame img.frame {
    z-index: 2;
    width: 100%;
    height: auto
}

.hexagonGame img.image {
    z-index: 0;
    width: 150px;
    height: auto;
    }

.list.newGameForTheDay {
    background-color: #15171d;
    width: 100%;
    height: 100vh;
    margin: 0;
    z-index: 9;
    background-image: url(/images/Backgr_One_Game.png);
    background-repeat: no-repeat;
    background-position-x: center;
	    margin-top: 14px;
}

.list.newGameForTheDay .hexagon.hexagonGame {
    position: absolute
}

.list.newGameForTheDay .hexagonContainer {
    --s: 290px;
    margin: 70px auto 0
}

.switch {
    position: relative;
    display: inline-block;
    width: 51px;
    height: 26px
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 3
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: #849dd3;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 0 2px 3px #00000046
}

input:focus+.slider {
    box-shadow: 0 0 1px #445f9d
}

input:checked+.slider {
    background-color: #445f9d
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

.switch-btn {
    display: flex;
    align-items: center;
    justify-content: center;
	
}

.switch-btn p {
    font-size: 14px;
    line-height: 22px;
    color: #9abef0b3;
    margin-left: 13px
}

.slider.round {
    border-radius: 34px
}

.slider.round:before {
    border-radius: 50%
}

.hexagonContainer {
    position: relative;
    width: var(--s);
    height: calc(var(--s)*1.1547)
}

.hexagonGame {
    position: absolute;
    left: 0;
    top: 0
}

.list .dayx:not(.empty)::after,.hexagonContainer::after {
    content: url(/images/Shadow.svg);
    position: absolute;
    left: -3px;
    top: 0;
    width: calc(100% + 6px);
    filter: blur(3px);
    z-index: -1
}

.newGameForTheDay .hexagonContainer::after {
    left: 1px;
    top: 4px
}

.hover-container {
    background: radial-gradient(circle,rgba(18,46,131,0.9023984593837535) 0%,rgba(7,26,69,0.8995973389355743) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    clip-path: polygon(6% 28%,5% 73%,49% 96%,95% 75%,96% 28%,50% 4%);
    z-index: 1;
    transition: top .3s;
    z-index: 3
}

.hover-container .hoover-frame-img {
    height: 97%
}

.hexagonGame:hover>.hover-container {
    top: 0
}

.calendarImgCover {
    width: auto;
    height: 100%;
    display: grid;
    grid-template-columns: 129px;
    place-content: center;
    margin: 10px 25px 0
}

.newGameForTheDay .calendarImgCover {
    width: auto;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    place-content: center;
    margin: 10px 25px 0;
    padding: 20px
}

.newGameForTheDay .calendarImgCover>.favIcon {
    left: 44px;
    bottom: 125px;
    width: 34px
}

.calendarImgCover h4 {
    font-size: 11px;
    color: #e6edf7;
    line-height: 9px;
    text-align: center;
    margin: 0 0 10px
}
i[class^="ic-"], i[class*=" ic-"] {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 20px;
}
.newGameForTheDay .calendarImgCover h4 {
    font-size: 15px;
    line-height: 13px
}

.calendarImgCover .gamesDescrpt.vol {
    color: #e6edf7b3;
    font-size: 10px;
    display: flex;
    justify-content: space-between
}

.newGameForTheDay .calendarImgCover .gamesDescrpt.vol {
    font-size: 15px;
    margin-top: 10px
}

.calendarImgCover .gamesDescrpt.vol>.vlStarContainer .vlStar.full {
    background-image: url(/images/rating-star-full_v2.svg)
}

.calendarImgCover .gamesDescrpt.vol>.vlStarContainer .vlStar {
    display: inline-block;
    width: 11px;
    height: 10px;
    margin-right: 0;
    background-image: url(/images/rating-star-frame_v2.svg);
    background-repeat: no-repeat;
    margin-bottom: 0
}

.newGameForTheDay .calendarImgCover .gamesDescrpt.vol>.vlStarContainer .vlStar {
    width: 20px;
    height: 18px
}

.calendarImgCover .gamesDescrpt.lns {
    color: #e6edf7b3;
    font-size: 11px;
    display: flex;
    margin: 5px 0 10px
}

.newGameForTheDay .calendarImgCover .gamesDescrpt.lns {
    color: #e6edf7b3;
    font-size: 15px;
    display: flex;
    margin: 10px 0 15px
}

.calendarImgCover .gamesDescrpt.lns span {
    position: static;
    flex-grow: 1;
    color: #e6edf7b3;
    font-size: 11px;
    text-align: end;
    transform: none
}

.newGameForTheDay .calendarImgCover .gamesDescrpt.lns span {
    font-size: 15px
}
.side.calendar {
	min-height: 1400px;
}
.calendarImgCover>.favIcon {
    width: 20px;
    height: 18px;
    cursor: pointer;
    z-index: 2;
    position: absolute;
    left: 21px;
    bottom: 60px
}
.calendarImgCover>.favIcon.on>i.ic-heart {
    background-image: url(/images/favorite-full.png);
}
.calendarImgCover>.favIcon img {
    position: static;
    width: 100%;
    height: auto;
    transform: none
}

.calendarImgCover .btn-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.calendarImgCover a {
    text-decoration: none;
    text-decoration: none;
    cursor: pointer;
    z-index: 2
}
.fixed:hover {
    z-index: 2;
}
.calendarImgCover .btn-container .play {
    width: 84px;
    height: 32px;
    text-decoration: none;
    background-color: #00ebff;
    border-radius: 25px;
    border: 1px solid #232833;
    box-shadow: 0 0 6px #00ebffd3;
    color: #15171d;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer
}

.newGameForTheDay .calendarImgCover .btn-container .play {
    width: 121px;
    height: 54px
}

.calendarImgCover .btn-container .demo {
    color: #00ebffb3;
    font-size: 14px;
    cursor: pointer
}

.navAndTerms {
    display: none
}

.tournament-description-container .btn-hidde {
    display: none
}

@media only screen and (max-width: 900px) {
.side.calendar {
	min-height: 1900px;
}
}

@media only screen and (max-width: 500px) {
	section.tournament-header {
    display: block;
	}
  
    header.tournament-header {
        grid-template-columns:auto;
        background: transparent radial-gradient(closest-side at 49% 59%,#143B98 0%,#13307D 100%) 0% 0% no-repeat padding-box;
        box-shadow: -2px 0 6px #0000001a;
        justify-content: stretch
    }

    header.tournament-header::after {
        content: '';
        position: absolute;
        bottom: -100px;
        width: 100%;
        height: 218px;
        background: transparent linear-gradient(180deg,#14224300 0%,#0F1B36 53%,#15171D00 100%) 0% 0% no-repeat padding-box;
        z-index: 2
    }

    .navAndTerms {
      background-color: inherit;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    padding: 13px;
    width: 100%;
    }

    .navAndTerms .back2Promos {
        position: relative;
        padding-left: 35px
    }

    .navAndTerms .back2Promos p,.navAndTerms .back2Promos h3 {
        margin: 0
    }

    .navAndTerms .back2Promos h3 {
        font-size: 12px;
        color: #e3ecf8b3;
        margin-bottom: 2px
    }

    .navAndTerms .back2Promos p {
        font-size: 16px;
        color: #e4edf8
    }

    .bonusRules {
        background: #00ebff;
        color: #15171d;
        padding: 5px 17px;
        border-radius: 17px;
        font-size: 16px;
        text-decoration: none
    }

    .tournament-img-container img {
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .tournament-title-container {
        order: 0;
        max-width: 300px;
        margin: 0 auto;
    }

    .tournament-title-container .title {
        margin: -28px;
    }

    .tournament-img-container {
        width: 100%;
        order: 1;
        max-width: inherit;
    }

    .tournament-description-container {
        width: 100%;
        min-width: 308px;
        padding: 0;
        margin: 0 auto;
        order: 2;
        height: auto;
        margin-top: 120px;
        margin-bottom: 30px;
    }

    .tournament-description-container .btn-rules {
        position: absolute;
        top: 16px;
        right: 17px
    }

    .tournament-description-container .btn-hidde {
        display: flex;
        width: 85px;
        height: 27px;
        border-radius: 14px;
        background-color: #15171d66;
        font-size: 14px;
        line-height: 20px;
        color: #00ebff;
        order: -1;
        align-self: center;
        justify-content: center;
        align-items: center;
        z-index: 3
    }

    .tournament-description-container h3 {
        display: none;
        font-size: 14px;
        background-color: #15171d66;
        border-radius: 17px;
        padding: 6px 22px;
        position: relative;
        z-index: 3
    }

    .tournament-description-container h3::after {
        position: absolute;
        content: '';
        top: 9px;
        right: 5px;
        width: 12px;
        height: 12px;
        background-color: #e6f1ff80;
        clip-path: polygon(100% 50%,0 50%,50% 100%)
    }

    .tournament-providers {
        width: 340px;
        height: min-content;
        overflow: auto;
        overflow-x: scroll;
        top: 356px;
        margin: 0 auto
    }

    .tournament-providers img {
        width: 690px;
        height: 110px
    }

    .tournament-description-rules {
        height: 130px;
        overflow-y: scroll;
        z-index: 3;
        margin: 10px 0
    }

    .switch-btn {
        position: absolute;
        bottom: -20px;
        z-index: 99;
    }

    .pageContent.calendar>.calendar {
        background-repeat: no-repeat;
        background-position-x: -120px;
        background-size: auto
    }

    .list {
        height: calc(180px * 19)
    }

    .slider {
        background-color: #395598
    }

    input:checked+.slider {
        background-color: #00ebff
    }

    input:checked+.slider:before {
        background-color: #e6f1ff
    }

    .switch {
        width: 41px;
        height: 26px
    }

    input:checked+.slider:before {
        -webkit-transform: translateX(14px);
        -ms-transform: translateX(14px);
        transform: translateX(14px)
    }
}

.mecktothegame:before {
    content: "";
    padding: 0;
    font-size: 26px;
    color: #2595e2;
    vertical-align: top;
    width: 15px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/images/arrow-2.png);
    background-repeat: no-repeat;
    background-position: left center
}

@media only screen and (max-width: 360px) {
    .pageContent.calendar {
        --s: 158px
    }

    .list {
        width: 324px
    }

    .list .dayx.day-3::before,.list .dayx.day-4::before,.list .dayx.day-6::before,.list .dayx.day-7::before,.list .dayx.day-9::before,.list .dayx.day-10::before,.list .dayx.day-12::before,.list .dayx.day-13::before,.list .dayx.day-15::before,.list .dayx.day-16::before,.list .dayx.day-18::before,.list .dayx.day-19::before,.list .dayx.day-21::before,.list .dayx.day-22::before,.list .dayx.day-24::before,.list .dayx.day-25::before,.list .dayx.day-27::before,.list .dayx.day-28::before,.list .dayx.day-30::before,.list .dayx.day-31::before {
        content: '';
        position: absolute;
        left: calc(-200% - (2 * var(--m)));
        top: var(--m);
        width: 320px;
        height: 100%;
        z-index: -1;
        background-image: url(/images/EmptyBox.svg)
    }

    .list .dayx.day-3::before,.list .dayx.day-6::before,.list .dayx.day-9::before,.list .dayx.day-12::before,.list .dayx.day-15::before,.list .dayx.day-18::before,.list .dayx.day-21::before,.list .dayx.day-24::before,.list .dayx.day-27::before,.list .dayx.day-30::before,.list .dayx.day-31::before {
        width: 1260px
    }

    .list .dayx.day-5::before,.list .dayx.day-8::before,.list .dayx.day-11::before,.list .dayx.day-14::before,.list .dayx.day-17::before,.list .dayx.day-20::before,.list .dayx.day-23::before,.list .dayx.day-26::before,.list .dayx.day-28::before,.list .dayx.day-29::before {
        content: '';
        position: absolute;
        right: calc(-200% - (2 * var(--m)));
        top: var(--m);
        width: 320px;
        height: 100%;
        z-index: -1;
        background-image: url(/images/EmptyBox.svg)
    }
}

@media only screen and (min-width: 364px) and (max-width:546px) {
    .list {
        width:364px
    }

    .list .dayx:nth-child(4):before,
    .list .dayx:nth-child(7):before,
    .list .dayx:nth-child(10):before,
    .list .dayx:nth-child(13):before,
    .list .dayx:nth-child(16):before,
    .list .dayx:nth-child(19):before,
    .list .dayx:nth-child(22):before,
    .list .dayx:nth-child(25):before,
    .list .dayx:nth-child(28):before {
        content: '';
        position: absolute;
        left: calc(-400% - (5 * var(--m)));
        top: var(--m);
        width: 720px;
        height: 100%;
        z-index: -1;
        background-image: url(/images/EmptyBox.svg)
    }

    .list .dayx:nth-child(3)::before,
    .list .dayx:nth-child(6)::before,
    .list .dayx:nth-child(9)::before,
    .list .dayx:nth-child(12)::before,
    .list .dayx:nth-child(15)::before,
    .list .dayx:nth-child(18)::before,
    .list .dayx:nth-child(21)::before,
    .list .dayx:nth-child(24)::before,
    .list .dayx:nth-child(27)::before,
    .list .dayx:nth-child(30)::before,
    .list .dayx:last-child::before {
        content: '';
        position: absolute;
        left: calc(-400% - (5 * var(--m)));
        top: var(--m);
        width: 1260px;
        height: 100%;
        z-index: -1;
        background-image: url(/images/EmptyBox.svg);
        
    }
    .list .dayx:nth-child(2):before,
    .list .dayx:nth-child(5):before,
    .list .dayx:nth-child(8):before,
    .list .dayx:nth-child(11):before,
    .list .dayx:nth-child(14):before,
    .list .dayx:nth-child(17):before,
    .list .dayx:nth-child(20):before,
    .list .dayx:nth-child(23):before,
    .list .dayx:nth-child(26):before,
    .list .dayx:nth-child(29):before {
        content: '';
        position: absolute;
        right: calc(-400% - (5 * var(--m)));
        top: var(--m);
        width: 720px;
        height: 100%;
        z-index: -1;
        background-image: url(/images/EmptyBox.svg)
    }
}
.hexagonGame:hover {
    z-index: 9;
}
@media only screen and (min-width: 728px) and (max-width:910px) {
    .pageContent.calendar {
        height: 100%;
    }

    .list {
        width: 728px
    }

    /* .list .dayx.day-5::before,.list .dayx.day-8::before,.list .dayx.day-12::before,.list .dayx.day-15::before,.list .dayx.day-19::before,.list .dayx.day-22::before,.list .dayx.day-26::before,.list .dayx.day-29::before {
        content: '';
        position: absolute;
        left: calc(-400% - (5 * var(--m)));
        top: var(--m);
        width: 720px;
        height: 100%;
        z-index: -1;
        background-image: url(/images/EmptyBox.svg)
    }

    .list .dayx.day-7::before,.list .dayx.day-11::before,.list .dayx.day-14::before,.list .dayx.day-18::before,.list .dayx.day-21::before,.list .dayx.day-25::before,.list .dayx.day-28::before,.list .dayx.day-31::before {
        content: '';
        position: absolute;
        right: calc(-400% - (5 * var(--m)));
        top: var(--m);
        width: 720px;
        height: 100%;
        z-index: -1;
        background-image: url(/images/EmptyBox.svg)
    } */

    .list .dayx:nth-child(5):before,
    .list .dayx:nth-child(8):before,
    .list .dayx:nth-child(12):before,
    .list .dayx:nth-child(15):before,
    .list .dayx:nth-child(19):before,
    .list .dayx:nth-child(22):before,
    .list .dayx:nth-child(26):before,
    .list .dayx:nth-child(29):before {
        content: '';
        position: absolute;
        left: calc(-400% - (5 * var(--m)));
        top: var(--m);
        width: 720px;
        height: 100%;
        z-index: -1;
        background-image: url(/images/EmptyBox.svg)
    }
    .list .dayx.gameCalendarContent:nth-child(5):before {
        left: calc(-300% - (4 * var(--m)));
        width: 540px;
       
    }
    .list .dayx:nth-child(5):before {
        left: calc(-300% - (4 * var(--m)));
        width: 540px
    }

    .list .dayx:nth-child(4):before,
    .list .dayx:nth-child(7):before,
    .list .dayx:nth-child(11):before,
    .list .dayx:nth-child(14):before,
    .list .dayx:nth-child(18):before,
    .list .dayx:nth-child(21):before,
    .list .dayx:nth-child(25):before,
    .list .dayx:nth-child(28):before {
        content: '';
        position: absolute;
        right: calc(-400% - (5 * var(--m)));
        top: var(--m);
        width: 720px;
        height: 100%;
        z-index: -1;
        background-image: url(/images/EmptyBox.svg)
    }
    .list .dayx.gameCalendarContent:nth-child(7):before {
        right: calc(-300% - (4 * var(--m)));
        width: 540px;
       
    }
    .list .dayx:nth-child(7):before {
        right: calc(-300% - (4 * var(--m)));
        width: 540px
    }
    .list div.dayx:last-child:before {
        content: '';
        position: absolute;
        right: calc(-600% - (7 * var(--m)));
        top: var(--m);
        width: 1080px;
        height: 100%;
        z-index: -1;
        background-image: url(/images/EmptyBox.svg);
    }
}

@media only screen and (min-width: 546px) and (max-width:728px) {
    .pageContent.calendar {
        height: 100%;
    }
    .calendar {
        padding-bottom:225px
    }

    .list {
        width: 546px
    }

    .list .dayx.day-4::before,.list .dayx.day-6::before,.list .dayx.day-9::before,.list .dayx.day-11::before,.list .dayx.day-14::before,.list .dayx.day-16::before,.list .dayx.day-19::before,.list .dayx.day-21::before,.list .dayx.day-24::before,.list .dayx.day-26::before,.list .dayx.day-29::before,.list .dayx.day-31::before {
        content: '';
        position: absolute;
        left: calc(-400% - (5 * var(--m)));
        top: var(--m);
        width: 720px;
        height: 100%;
        z-index: -1;
        background-image: url(/images/EmptyBox.svg)
    }

    .list .dayx.day-5::before,.list .dayx.day-8::before,.list .dayx.day-10::before,.list .dayx.day-13::before,.list .dayx.day-15::before,.list .dayx.day-18::before,.list .dayx.day-20::before,.list .dayx.day-23::before,.list .dayx.day-25::before,.list .dayx.day-28::before,.list .dayx.day-30::before {
        content: '';
        position: absolute;
        right: calc(-400% - (5 * var(--m)));
        top: var(--m);
        width: 720px;
        height: 100%;
        z-index: -1;
        background-image: url(/images/EmptyBox.svg)
    }

    .list .dayx.day-31 {
        margin-left: 180px
    }

    .list .dayx.day-31::before {
        width: 1260px
    }
}

@media only screen and (min-width: 910px) {
    .list {
        width:910px
    }

    .list .dayx:nth-child(10):before,
    .list .dayx:nth-child(15):before,
    .list .dayx:nth-child(19):before,
    .list .dayx:nth-child(24):before,
    .list .dayx:nth-child(28):before {
        content: '';
        position: absolute;
        left: calc(-400% - (5 * var(--m)));
        top: var(--m);
        width: 720px;
        height: 100%;
        z-index: -1;
        background-image: url(/images/EmptyBox.svg)
    }
    .list .dayx:nth-child(6):before,
    .list .dayx.gameCalendarContent:nth-child(6):before {
        content: '';
        position: absolute;
        left: calc(-100% - (2 * var(--m)));
        top: var(--m);
        width: 180px;
        height: 100%;
        z-index: -1;
        background-image: url(/images/EmptyBox.svg) 
    }
    .list .dayx:nth-child(9):before,
    .list .dayx.gameCalendarContent:nth-child(9):before {
        content: '';
        position: absolute;
        right: calc(-100% - (2 * var(--m)));
        top: var(--m);
        width: 180px;
        height: 100%;
        z-index: -1;
        background-image: url(/images/EmptyBox.svg) 
    }

    .list .dayx:nth-child(14):before,
    .list .dayx:nth-child(18):before,
    .list .dayx:nth-child(23):before,
    .list .dayx:nth-child(27):before,
    .list .dayx:nth-child(31):before {
        content: '';
        position: absolute;
        right: calc(-400% - (5 * var(--m)));
        top: var(--m);
        width: 720px;
        height: 100%;
        z-index: -1;
        background-image: url(/images/EmptyBox.svg)
    }
  
    .list .dayx:last-child:before {
        content: '';
        position: absolute;
        right: calc(-600% - (7 * var(--m)));
        top: var(--m);
        width: 1080px;
        height: 100%;
        z-index: -1;
        background-image: url(/images/EmptyBox.svg);
    }

    .pageContent.calendar>.calendar {
        height: 138vh;
    }
}
.newGameForTheDay .imgCover>.favIcon {
left: 44px;
bottom: 125px;
width: 14px;
}
.newGameForTheDay .imgCover {
width: auto;
height: 100%;
display: grid;
grid-template-columns: 1fr;
place-content: center;
margin: 10px 25px 0;
padding: 20px;;
}
.newGameForTheDay .imgCover>.favIcon {
left: 44px;
bottom: 125px;
width: 34px;
position:absolute;
}
.imgCover h4 {
font-size: 11px;
color: #E6EDF7;
line-height: 9px;
text-align: center;
margin: 0 0 10px 0;
}
.newGameForTheDay .imgCover h4 {
font-size: 15px;
line-height: 13px;
}
.imgCover .gamesDescrpt.vol {
color: #e6edf7b3;
font-size: 11px;
display: flex;
justify-content: space-between;
}
.newGameForTheDay .imgCover .gamesDescrpt.vol {
font-size: 15px;
margin-top: 10px;
}
.imgCover .gamesDescrpt.vol> .vlStarContainer .vlStar.full {
background-image: url(/images/rating-star-full_v2.svg);
}
.imgCover .gamesDescrpt.vol> .vlStarContainer .vlStar {
display: inline-block;
width: 11px;
height: 10px;
margin-right: 0px;
background-image: url(/images/rating-star-frame_v2.svg);
background-repeat: no-repeat;
margin-bottom: 0px;
}
.newGameForTheDay .imgCover .gamesDescrpt.vol> .vlStarContainer .vlStar {
width: 20px;
height: 18px;
}
.imgCover .gamesDescrpt.lns {
color: #e6edf7b3;
font-size: 11px;
display: flex;
margin: 5px 0 10px 0;
}
.newGameForTheDay .imgCover .gamesDescrpt.lns {
color: #e6edf7b3;
font-size: 15px;
display: flex;
margin: 10px 0 15px 0;
}
.imgCover .gamesDescrpt.lns span {
position: static;
flex-grow: 1;
color: #e6edf7b3;
font-size: 11px;
text-align: end;
transform: none;
}
.newGameForTheDay .imgCover .gamesDescrpt.lns span {
font-size: 15px;
}

.imgCover .btn-container {
display: flex;
flex-direction: column;
align-items: center;
gap: 15px;
}
.imgCover a {
text-decoration: none;
text-decoration: none;
cursor: pointer;
z-index: 2;
}
.imgCover .btn-container .play {
width: 84px;
height: 32px;
text-decoration: none;
background-color: #00EBFF;
border-radius: 25px;
border: 1px solid #232833;
box-shadow: 0px 0px 6px #00ebffd3;
color: #15171D;
display: flex;
justify-content: center;
align-items: center;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
cursor: pointer;
}
.newGameForTheDay .imgCover .btn-container .play {
width: 121px;
height: 54px;
}
.imgCover .btn-container .demo {
color: #00ebffb3;
font-size: 14px;
cursor: pointer;
}
.imgCover .gamesDescrpt.vol> .vlStarContainer .vlStar.full {
background-image: url(/images/rating-star-full_v2.svg);
}
.imgCover .gamesDescrpt.vol> .vlStarContainer .vlStar {
display: inline-block;
width: 11px;
height: 10px;
margin-right: 0px;
background-image: url(/images/rating-star-frame_v2.svg);
background-repeat: no-repeat;
margin-bottom: 0px;
}
@media only screen and (max-width: 320px) {
 .tournament-title-container {
     
        max-width: 252px;
    
	}}