
.jetx-promotion {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: url('../../Images/Promotion/JetX/background.png');
    background-repeat: round;
    font-family: 'IntroBlackCaps';
    color: #fff;
    user-select: none;
}

.jetx-promotion .timer .col {
    display: inline-block;
    width: 76px;
    margin: 7px 10px;
    position: relative;
}

.jetx-promotion .promotion-div {
    margin: -327px 0 0 -297px;
    width: 585px;
    position: relative;
}

.jetx-promotion .promotion-close-style {
    background: url('../../Images/Promotion/JetX/close.png') no-repeat center;
    width: 45px;
    height: 45px;
    position: absolute;
    right: 5px;
    top: 6px;
    cursor: pointer;
}

.promotion-header-top {
    position: relative;
    width: 594px;
    height: 57px;
    background: url('../../Images/Promotion/JetX/header-top.png');
}

.jetx-promotion .timer {
    position: absolute;
    top: -16px;
    right: 0;
    left: 0;
    z-index: 2;
    width: 360px;
    height: 53px;
    margin: auto;
    background: url('../../Images/Promotion/JetX/timer.png') no-repeat;
    text-align: center;
    color: #ffffff;
    font-family: 'IntroBlackCaps';
    padding-top: 9px;
}

.jetx-promotion .timer .col {
    width: 30px;
}

.jetx-promotion .timer .col .numbers span {
    width: 18px;
    font-size: 19px;
    color: #ffe56d;
    background: none;
}

.jetx-promotion .timer .col:nth-child(1):after,
.jetx-promotion .timer .col:nth-child(2):after {
    content: url('../../Images/Promotion/JetX/timer-dots.png');
    color: #a5f5ff;
    position: absolute;
    right: -13px;
    top: 3px;
}

.promotion-header-bottom {
    width: 594px;
    height: 178px;
    transform: translate(2px, -16px);
    background: url('../../Images/Promotion/JetX/header-bottom.png');
}

.promotion-progress-container {
    pointer-events: none;
    display: flex;
    justify-content: space-around;
    width: 95%;
    margin: auto;
    padding-top: 40px;
}

.promotion-progress {
    position: relative;
    width: 109px;
    height: 103px;
    background: url('../../Images/Promotion/JetX/day-counts-disabled.png');
}

.promotion-progress.disabled {
    opacity: 0.4;
}

.progress-cup {
    position: absolute;
    width: 146px;
    height: 168px;
    top: -30px;
    left: -18px;
    background: url('../../Images/Promotion/JetX/cup.png');
    z-index: 2;
}

.progress-cup-border {
    position: absolute;
    width: 109px;
    height: 103px;
    background: url('../../Images/Promotion/JetX/cup-border-2.png');
}

.progress-cup-lights {
    position: absolute;
    top: -25px;
    left: -20px;
    width: 148px;
    height: 152px;
    background: url('../../Images/Promotion/JetX/cup-border-shine.png');
    z-index: 1;
}

.progress-item-count {
    position: absolute;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    text-shadow: 0px 2px 5.22px rgba(0, 20, 54, 0.004);
    -moz-transform: matrix(0.89322209490019, 0, 0, 0.89322209490019, 0, 0);
    -webkit-transform: matrix(0.89322209490019, 0, 0, 0.89322209490019, 0, 0);
    -ms-transform: matrix(0.89322209490019, 0, 0, 0.89322209490019, 0, 0);
    z-index: 3;
}

.promotion-progress.disabled .progress-item-count {
    font-size: 30px;
}

.animate-progress-section {
    display: none;
}

.promotion-progress.active .animate-progress-section {
    display: block;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotating-reverse {
    from {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    to {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes rotating-reverse {
    from {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    to {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.rotating-border {
    -webkit-animation: rotating-reverse 12s linear infinite;
    -moz-animation: rotating-reverse 12s linear infinite;
    -ms-animation: rotating-reverse 12s linear infinite;
    -o-animation: rotating-reverse 12s linear infinite;
    animation: rotating-reverse 12s linear infinite;
}

.rotating-lights {
    -webkit-animation: rotating 12s linear infinite;
    -moz-animation: rotating 12s linear infinite;
    -ms-animation: rotating 12s linear infinite;
    -o-animation: rotating 12s linear infinite;
    animation: rotating 12s linear infinite;
}

.progress-to-percent {
    position: relative;
    display: flex;
    height: 100%;
    align-items: flex-end;
    justify-content: center;
    font-size: 15px;
    font-family: 'IntroRegular';
    z-index: 2;
    margin-top: 6px;
    -moz-transform: matrix(0.89322209490019, 0, 0, 0.89322209490019, 0, 0);
    -webkit-transform: matrix(0.89322209490019, 0, 0, 0.89322209490019, 0, 0);
    -ms-transform: matrix(0.89322209490019, 0, 0, 0.89322209490019, 0, 0);
}

.promotion-bet-sum {
    position: relative;
    width: 165px;
    height: 21px;
    line-height: 22px;
    margin: auto;
    font-size: 12px;
    color: #7dff7d;
    text-align: center;
    transform: translateY(7px);
    font-family: 'IntroRegular';
    background: url('../../Images/Promotion/JetX/header-balance-border.png') no-repeat;
}

.promotion-bet-sum::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 15px;
    top: 3px;
    left: 30px;
    background: url('../../Images/Promotion/JetX/header-balance-icon.png');
}

.progress-circle {
    position: absolute;
    z-index: 5;
    display: none;
}

.progress {
    fill: none;
    stroke: rgb(153, 255, 153);
    stroke-width: 6.4;
    stroke-linecap: square;
    transform-origin: center;
    /* box-shadow: inset 0px 0px 1.59px 1.41px rgba(0, 255, 0, 0.004); */
    filter: url('#blurFilter');
    -webkit-filter: url('#blurFilter');
    -moz-filter: url('#blurFilter');
    -o-filter: url('#blurFilter');
    -ms-filter: url('#blurFilter');
}

.promotion-tabs {
    width: calc(100% - 12px);
    display: flex;
    margin-left: 1px;
    justify-content: space-between;
}

.jetx-promotion .promotion-header {
    margin-bottom: -25px;
}

.jetx-promotion .promotion-content {
    margin-left: 1.5px;
}

.jetx-promotion .promotion-tabs a {
    height: 58px;
    display: flex;
    color: #a7fffc;
    align-items: center;
    pointer-events: all;
    justify-content: center;
    cursor: pointer;
}

.jetx-promotion .promotion-tabs a.disabled {
    color: #4d5b6d;
    cursor: default;
    pointer-events: none;
}

.tab-day1 {
    width: 200px;
    margin-right: -22px;
    background: url('../../Images/Promotion/JetX/tab-first-active.png');
}

.tab-day1.active,
.tab-day1:hover {
    background: url('../../Images/Promotion/JetX/tab-first-active-hover.png');
}

.tab-day1.disabled {
    background: url('../../Images/Promotion/JetX/tab-first-disabled.png');
}

.tab-day2 {
    width: 229px;
    margin-right: -20px;
    background: url('../../Images/Promotion/JetX/tab-middle-active.png');
}

.tab-day2.active,
.tab-day2:hover {
    background: url('../../Images/Promotion/JetX/tab-middle-active-hover.png');
}

.tab-day2.disabled {
    background: url('../../Images/Promotion/JetX/tab-middle-disabled.png');
}

.tab-day3 {
    width: 203px;
    margin-right: -20px;
    background: url('../../Images/Promotion/JetX/tab-last-active.png');
}

.tab-day3.active,
.tab-day3:hover {
    background: url('../../Images/Promotion/JetX/tab-last-active-hover.png');
}

.tab-day3.disabled {
    background: url('../../Images/Promotion/JetX/tab-last-disabled.png');
}

.jetx-promotion .content {
    width: 591px;
    height: 388px;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 5px;
    box-shadow: none;
    position: relative;
    z-index: 2;
    margin-top: -15px;
    margin-left: -1px;
    padding: 0;
}

.jetx-promotion .content::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('../../Images/Promotion/JetX/table-border.png');
    z-index: -1;
}

.table-thead {
    display: flex;
    justify-content: space-between;
    height: 21px;
    margin-top: 7px;
}

.table-thead p {
    width: 33.33%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a7fffc;
    font-size: 12.315px;
    -moz-transform: matrix(0.89322209490019, 0, 0, 0.89322209490019, 0, 0);
    -webkit-transform: matrix(0.89322209490019, 0, 0, 0.89322209490019, 0, 0);
    -ms-transform: matrix(0.89322209490019, 0, 0, 0.89322209490019, 0, 0);
    font-family: 'IntroRegular';
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.table-tbody {
    margin-left: 3px;
    height: calc(100% - 77px);
    overflow-y: auto;
}

.table-tbody>div {
    display: none;
}

.table-tbody>div.active {
    display: block;
}

.table-tr {
    width: calc(100% - 14px);
    height: 30px;
    margin: auto;
    display: flex;
    font-size: 12px;
    font-family: 'IntroRegular';
    text-transform: uppercase;
    background-color: rgb(125, 255, 125, 0.102);
    justify-content: space-between;
    margin-top: 1px;
}

.table-tr div:nth-child(2) {
    text-transform: capitalize;
}

.table-tr>div:first-child {
    position: relative;
}

.table-tr-counter {
    position: absolute;
    left: -5px;
    top: 0;
    width: 55px;
    text-align: center;
    height: 100%;
    line-height: 32px;
    overflow: hidden;
}

.table-tr-counter::before {
    content: '';
    width: 17px;
    height: 30px;
    position: absolute;
    left: 4px;
    background: url('../../Images/Promotion/JetX/win-table-list.png');
}

.table-tr.lose {
    background-color: rgba(252, 39, 109, 0.102);
}

.table-tr.lose .table-tr-counter::before {
    content: '';
    width: 24px;
    height: 44px;
    position: absolute;
    left: -2px;
    top: -6px;
    background: url('../../Images/Promotion/JetX/lose-table-list.png');
}

.table-tr.disabled .table-tr-counter::before {
    content: '';
    width: 6px;
    height: 13px;
    position: absolute;
    left: 5px;
    top: 9px;
    background: url('../../Images/Promotion/JetX/disable-table-list.png');
}

.table-tr>div {
    width: 33.33%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-tr.lose .table-tr-counter,
.table-tr.lose>div:last-child {
    color: #fc4927;
    font-family: 'IntroBlackCaps';
}

.table-tr.won .table-tr-counter,
.table-tr.won>div:last-child {
    color: #7dff7d;
    font-family: 'IntroBlackCaps';
}

.table-tr.disabled {
    background-color: rgb(139, 164, 193, 0.071);
    color: rgba(255, 255, 255, 0.051) !important;
}

.table-footer {
    position: absolute;
    width: 577px;
    height: 42px;
    left: 8px;
    bottom: 8px;
    text-align: center;
    font-size: 12px;
    color: #a5f5ff;
    line-height: 40px;
    font-family: 'IntroRegular';
    background: url('../../Images/Promotion/JetX/table-footer.png');
}

.footer-info-icon {
    width: 31px;
    height: 31px;
    position: absolute;
    top: 5px;
    left: 5px;
    background: url('../../Images/Promotion/JetX/footer-info-icon.png');
}

.promotion-rules-icon {
    width: 28px;
    height: 31px;
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
    background: url('../../Images/Promotion/JetX/rules.png');
}

.promotion-rules-icon:hover {
    background: url('../../Images/Promotion/JetX/rules-hover.png');
}

.jetx-promotion-rules {
    display: none;
    width: 591px;
    height: 602px;
    position: absolute;
    top: 36px;
    left: 0;
    z-index: 1;
    font-size: 12px;
    font-family: 'IntroRegular';
}

.jetx-promotion-rules::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: url('../../Images/Promotion/JetX/rules-popup-border.png');
}

.jetx-promotion-rules-content {
    width: 85%;
    margin: auto;
    margin-top: 112px;
}

.jetx-promotion-rules-content h2 {
    font-size: 17px;
    color: #ffe014;
    text-transform: uppercase;
    font-family: 'IntroBlackCaps';
}

.jetx-promotion-rules-content h4 {
    font-size: 12px;
    color: #ffe014;
    text-transform: uppercase;
    font-family: 'IntroRegular';
}

.sec1 p {
    padding: 9px 0 40px 0;
}

.sec2 h4 {
    text-transform: capitalize;
    padding-bottom: 6px;
}

.jetx-promotion-rules-content ul {
    margin-left: 12px;
    list-style-image: url('../../Images/Promotion/JetX/rules-li-item.png');
}

.jetx-promotion-rules-content ul li {
    padding-bottom: 10px;
}

.sec3 h4 {
    margin-top: 50px;
    font-family: 'IntroRegular';
}

.sec4 h4 {
    font-family: 'IntroRegular';
    margin-top: 10px;
}

.promotion-wrapper {
    position: relative;
}

.jetx-promotion-rules .jetx-timer {
    top: 1px !important;
    width: 252px !important;
    height: 57px !important;
    background: url('../../Images/Promotion/JetX/timer-rules.png') no-repeat !important;
}

@media only screen and (max-width: 1000px) and (orientation: portrait) { 
    .jetx-promotion .promotion-div {
        margin: 0;
        width: 100%;
    }

    .jetx-promotion .timer {
        position: absolute;
        top: 0px;
        right: 0;
        left: 0;
        z-index: 2;
        width: 360px;
        height: 53px;
        margin: auto;
        background: url('../../Images/Promotion/JetX/timer.png') no-repeat;
        text-align: center;
        color: #ffffff;
        font-family: 'IntroBlackCaps';
        padding-top: 9px;
        pointer-events: none;
    }

    .jetx-promotion .promotion-close-style {
        top: -2px;
    }

    .promotion-header-bottom {
        width: 100%;
        transform: unset;
        background: url('../../Images/Promotion/JetX/Mobile/header-bottom.png');
        background-repeat: round;
    }

    .jetx-promotion .promotion-header {
        margin: -7px 0 -8px 0;
    }

    .promotion-header-top {
        width: 100%;
        height: 40px;
        background-color: #0d141a;
        background: url('../../Images/Promotion/JetX/Mobile/header-top.png') no-repeat center;
    }

    .promotion-tab {
        width: 30%;
        position: relative;
    }

    .promotion-tabs {
        width: 100%;
        margin: 0;
    }

    .tab-day1 {
        width: calc(33.33% - 60px);
        transform: translateX(20px);
        margin: 0;
        background: url('../../Images/Promotion/JetX/Mobile/tab-first-active.png');
    }

    .tab-day1::after {
        content: '';
        position: absolute;
        width: 45px;
        height: 100%;
        right: -45px;
        z-index: -1;
        background: url('../../Images/Promotion/JetX/Mobile/tab-first-active-after.png');
    }

    .tab-day1::before {
        content: '';
        position: absolute;
        width: 20px;
        height: 100%;
        left: -20px;
        z-index: -1;
        background: url('../../Images/Promotion/JetX/Mobile/tab-first-active-before.png');
    }

    .tab-day1.active::after {
        background: url('../../Images/Promotion/JetX/Mobile/tab-first-active-hover-after.png');
    }

    .tab-day1.active::before {
        background: url('../../Images/Promotion/JetX/Mobile/tab-first-active-hover-before.png');
    }

    .tab-day1.disabled::after {
        background: url('../../Images/Promotion/JetX/Mobile/tab-first-disabled-after.png');
    }

    .tab-day1.disabled::before {
        background: url('../../Images/Promotion/JetX/Mobile/tab-first-disabled-before.png');
    }

    .tab-day1.active,
    .tab-day1:hover {
        background: url('../../Images/Promotion/JetX/Mobile/tab-first-active-hover.png');
    }

    .tab-day1.disabled {
        background: url('../../Images/Promotion/JetX/Mobile/tab-first-disabled.png');
    }

    .tab-day2 {
        width: calc(33.33% - 61px);
        transform: translateX(3px);
        margin: 0;
        background: url('../../Images/Promotion/JetX/Mobile/tab-first-active.png');
    }

    .tab-day2::after {
        content: '';
        position: absolute;
        width: 45px;
        height: 100%;
        right: -45px;
        z-index: -1;
        background: url('../../Images/Promotion/JetX/Mobile/tab-middle-active-after.png');
    }

    .tab-day2::before {
        content: '';
        position: absolute;
        width: 45px;
        height: 100%;
        left: -45px;
        z-index: -1;
        background: url('../../Images/Promotion/JetX/Mobile/tab-middle-active-before.png');
    }

    .tab-day2.active::after {
        background: url('../../Images/Promotion/JetX/Mobile/tab-middle-active-hover-after.png');
    }

    .tab-day2.active::before {
        background: url('../../Images/Promotion/JetX/Mobile/tab-middle-active-hover-before.png');
    }

    .tab-day2.disabled::after {
        background: url('../../Images/Promotion/JetX/Mobile/tab-middle-disabled-after.png');
    }

    .tab-day2.disabled::before {
        background: url('../../Images/Promotion/JetX/Mobile/tab-middle-disabled-before.png');
    }

    .tab-day2.active,
    .tab-day2:hover {
        background: url('../../Images/Promotion/JetX/Mobile/tab-middle-active-hover.png');
    }

    .tab-day2.disabled {
        background: url('../../Images/Promotion/JetX/Mobile/tab-middle-disabled.png');
    }

    .tab-day3 {
        width: calc(33.33% - 50px);
        transform: translateX(-30px);
        margin: 0;
        background: url('../../Images/Promotion/JetX/Mobile/tab-last-active.png');
    }

    .tab-day3::after {
        content: '';
        position: absolute;
        width: 30px;
        height: 100%;
        right: -30px;
        z-index: -1;
        background: url('../../Images/Promotion/JetX/Mobile/tab-last-active-after.png');
    }

    .tab-day3::before {
        content: '';
        position: absolute;
        width: 30px;
        height: 100%;
        left: -30px;
        z-index: -1;
        background: url('../../Images/Promotion/JetX/Mobile/tab-last-active-before.png');
    }

    .tab-day3.active::after {
        background: url('../../Images/Promotion/JetX/Mobile/tab-last-active-hover-after.png');
    }

    .tab-day3.active::before {
        background: url('../../Images/Promotion/JetX/Mobile/tab-last-active-hover-before.png');
    }

    .tab-day3.disabled::after {
        background: url('../../Images/Promotion/JetX/Mobile/tab-last-disabled-after.png');
    }

    .tab-day3.disabled::before {
        background: url('../../Images/Promotion/JetX/Mobile/tab-last-disabled-before.png');
    }

    .tab-day3.active,
    .tab-day3:hover {
        background: url('../../Images/Promotion/JetX/Mobile/tab-last-active-hover.png');
    }

    .tab-day3.disabled {
        background: url('../../Images/Promotion/JetX/Mobile/tab-last-disabled.png');
    }

    .jetx-promotion.promotion .timer:before,
    .jetx-promotion.promotion .timer:after {
        content: none;
    }

    .jetx-promotion .promotion-content {
        margin-left: 0;
        height: 100%;
        height: calc(100% - 257px);
    }

    .jetx-promotion .content {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .jetx-promotion .content::after,
    .jetx-promotion .content::before {
        /* height: 98% !important; */
    }

    .promotion-bet-sum {
        padding-left: 5px;
    }

    .table-tr {
        width: 100%;
    }

    .table-tbody {
        margin-left: 0;
        height: calc(100% - 29px);
        z-index: -1;
    }

    .table-tbody::-webkit-scrollbar {
        width: 0;
    }

    .jetx-promotion .content::after {
        content: '';
        position: absolute;
        width: 63px;
        height: 100%;
        top: 8px;
        right: 0px;
        background: url('../../Images/Promotion/JetX/Mobile/border-right.png');
        background-repeat: round;
    }

    .jetx-promotion .content::before {
        background: url('../../Images/Promotion/JetX/Mobile/border-left.png');
        width: 74px;
        left: -9px;
        top: 8px;
        background-repeat: round;
    }

    .table-thead {
        width: 100%;
        background: url('../../Images/Promotion/JetX/Mobile/table-head-bg.png');
        background-repeat: round;
    }

    .table-thead::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 31px;
        top: -2px;
        background: url('../../Images/Promotion/JetX/Mobile/border-top.png');
    }

    .table-tr > div:first-child span {
        display: block;
        position: absolute;
        width: 90px;
        left: 35px;
    }

    .table-footer {
        width: 100%;
        left: 0px;
        bottom: 2px;
    }

    .table-footer::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 44px;
        bottom: 0px;
        left: 0;
        background: url('../../Images/Promotion/JetX/Mobile/border-bottom.png');
    }

    .jetx-promotion .timer .col .numbers span {
        background: none;
    }

    .jetx-promotion .timer .col .numbers span {
        width: 21px;
        font-size: 19px;
    }

    .jetx-promotion .timer .col {
        margin: 7px;
    }

    .jetx-promotion .timer .col:nth-child(1):after,
    .jetx-promotion .timer .col:nth-child(2):after {
        top: 2px;
    }

    .promotion-rules-icon {
        top: 15px;
    }

    .promotion-wrapper {
        height: calc(100% - 31px);
    }

    .jetx-promotion-rules {
        width: 100%;
        height: 100%;
    }

    .jetx-promotion-rules::before {
        background-repeat: round;
        width: 103%;
        left: -4px;
        height: calc(100% - 27px);
    }

    .jetx-promotion-rules-content h2 {
        text-align: center;
    }

    .jetx-promotion-rules-content .sec1 p {
        text-align: justify;
        padding: 9px 0 20px 0;
    }

    .jetx-promotion-rules-content .sec3 h4 {
        margin-top: 20px;
    }

    .jetx-promotion-rules-content {
        margin-top: 85px;
    }

    .jetx-promotion-rules {
        top: 33px;
    }

    .jetx-promotion-rules .jetx-timer {
        top: 1px !important;
    }
}
@media only screen and (max-width: 1000px) and (orientation: landscape) {
    .jetx-promotion .promotion-div {
        width: 100%;
        margin: 0;
    }

    .promotion-header-top {
        width: 100%;
        height: 40px;
        background-color: #0d141a;
        background: url('../../Images/Promotion/JetX/Mobile/header-top.png') no-repeat center;
    }

    .jetx-promotion .content::after {
        content: none;
        position: absolute;
        width: 63px;
        height: 100%;
        top: 7px;
        right: -1px;
        background: url('../../Images/Promotion/JetX/Mobile/border-right.png');
        background-repeat: round;
    }

    .jetx-promotion .content::before {
        background: url('../../Images/Promotion/JetX/Mobile/border-left.png');
        width: 74px;
        left: -10px;
        top: 0;
        height: 101%;
        background-repeat: round;
    }

    .table-thead {
        width: 100%;
        background: url('../../Images/Promotion/JetX/Mobile/table-head-bg.png');
        background-repeat: round;
        margin-top: 0;
    }

    .table-thead::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 31px;
        top: -10px;
        background: url('../../Images/Promotion/JetX/Mobile/border-top.png');
    }

    .promotion-tab {
        width: 30%;
        position: relative;
    }

    .promotion-tabs {
        width: 100%;
        margin: 0;
    }

    .tab-day1 {
        width: calc(33.33% - 60px);
        transform: translateX(20px);
        margin: 0;
        background: url('../../Images/Promotion/JetX/Mobile/tab-first-active.png');
    }

    .tab-day1::after {
        content: '';
        position: absolute;
        width: 45px;
        height: 100%;
        right: -45px;
        z-index: -1;
        background: url('../../Images/Promotion/JetX/Mobile/tab-first-active-after.png');
    }

    .tab-day1::before {
        content: '';
        position: absolute;
        width: 20px;
        height: 100%;
        left: -20px;
        z-index: -1;
        background: url('../../Images/Promotion/JetX/Mobile/tab-first-active-before.png');
    }

    .tab-day1.active::after {
        background: url('../../Images/Promotion/JetX/Mobile/tab-first-active-hover-after.png');
    }

    .tab-day1.active::before {
        background: url('../../Images/Promotion/JetX/Mobile/tab-first-active-hover-before.png');
    }

    .tab-day1.disabled::after {
        background: url('../../Images/Promotion/JetX/Mobile/tab-first-disabled-after.png');
    }

    .tab-day1.disabled::before {
        background: url('../../Images/Promotion/JetX/Mobile/tab-first-disabled-before.png');
    }

    .tab-day1.active,
    .tab-day1:hover {
        background: url('../../Images/Promotion/JetX/Mobile/tab-first-active-hover.png');
    }

    .tab-day1.disabled {
        background: url('../../Images/Promotion/JetX/Mobile/tab-first-disabled.png');
    }

    .tab-day2 {
        width: calc(33.33% - 61px);
        transform: translateX(3px);
        margin: 0;
        background: url('../../Images/Promotion/JetX/Mobile/tab-first-active.png');
    }

    .tab-day2::after {
        content: '';
        position: absolute;
        width: 45px;
        height: 100%;
        right: -45px;
        z-index: -1;
        background: url('../../Images/Promotion/JetX/Mobile/tab-middle-active-after.png');
    }

    .tab-day2::before {
        content: '';
        position: absolute;
        width: 45px;
        height: 100%;
        left: -45px;
        z-index: -1;
        background: url('../../Images/Promotion/JetX/Mobile/tab-middle-active-before.png');
    }

    .tab-day2.active::after {
        background: url('../../Images/Promotion/JetX/Mobile/tab-middle-active-hover-after.png');
    }

    .tab-day2.active::before {
        background: url('../../Images/Promotion/JetX/Mobile/tab-middle-active-hover-before.png');
    }

    .tab-day2.disabled::after {
        background: url('../../Images/Promotion/JetX/Mobile/tab-middle-disabled-after.png');
    }

    .tab-day2.disabled::before {
        background: url('../../Images/Promotion/JetX/Mobile/tab-middle-disabled-before.png');
    }

    .tab-day2.active,
    .tab-day2:hover {
        background: url('../../Images/Promotion/JetX/Mobile/tab-middle-active-hover.png');
    }

    .tab-day2.disabled {
        background: url('../../Images/Promotion/JetX/Mobile/tab-middle-disabled.png');
    }

    .tab-day3 {
        width: calc(33.33% - 50px);
        transform: translateX(-30px);
        margin: 0;
        background: url('../../Images/Promotion/JetX/Mobile/tab-last-active.png');
    }

    .tab-day3::after {
        content: '';
        position: absolute;
        width: 30px;
        height: 100%;
        right: -30px;
        z-index: -1;
        background: url('../../Images/Promotion/JetX/Mobile/tab-last-active-after.png');
    }

    .tab-day3::before {
        content: '';
        position: absolute;
        width: 30px;
        height: 100%;
        left: -30px;
        z-index: -1;
        background: url('../../Images/Promotion/JetX/Mobile/tab-last-active-before.png');
    }

    .tab-day3.active::after {
        background: url('../../Images/Promotion/JetX/Mobile/tab-last-active-hover-after.png');
    }

    .tab-day3.active::before {
        background: url('../../Images/Promotion/JetX/Mobile/tab-last-active-hover-before.png');
    }

    .tab-day3.disabled::after {
        background: url('../../Images/Promotion/JetX/Mobile/tab-last-disabled-after.png');
    }

    .tab-day3.disabled::before {
        background: url('../../Images/Promotion/JetX/Mobile/tab-last-disabled-before.png');
    }

    .tab-day3.active,
    .tab-day3:hover {
        background: url('../../Images/Promotion/JetX/Mobile/tab-last-active-hover.png');
    }

    .tab-day3.disabled {
        background: url('../../Images/Promotion/JetX/Mobile/tab-last-disabled.png');
    }

    .jetx-promotion .timer {
        position: absolute;
        top: -7px;
        right: 0;
        left: -20px;
        z-index: 2;
        width: 360px;
        height: 53px;
        margin: auto;
        background: url('../../Images/Promotion/JetX/timer.png') no-repeat;
        text-align: center;
        color: #ffffff;
        font-family: 'IntroBlackCaps';
        padding-top: 9px;
        pointer-events: none;
    }

    .jetx-promotion .timer .col .numbers span {
        background: none;
    }

    .jetx-promotion .timer .col .numbers span {
        width: 21px;
        font-size: 19px;
        padding-top: 3px;
    }

    .jetx-promotion .timer .col {
        margin: 7px;
    }

    .jetx-promotion .timer .col:nth-child(1):after,
    .jetx-promotion .timer .col:nth-child(2):after {
        top: 2px;
    }

    .jetx-promotion .promotion-close-style {
        top: 0;
        right: 0;
    }

    .promotion-header-bottom {
        width: 325px;
        height: 100%;
        transform: translate(-2px, 0px);
        background: url('../../Images/Promotion/JetX/Mobile/header-bottom-hor.png');
    }

    .promotion-header-bottom::after {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 23px;
        background: url('../../Images/Promotion/JetX/Mobile/header-bottom-before-hor.png');
        background-repeat: round;
        z-index: -1;
    }

    .promotion-header-bottom::before {
        content: '';
        position: absolute;
        top: -21px;
        left: 0;
        width: 100%;
        height: 40px;
        background: url('../../Images/Promotion/JetX/Mobile/header-top-before-hor.png');
        background-repeat: round;
        z-index: -1;
    }

    .promotion-wrapper {
        display: flex;
        flex-wrap: wrap;
        height: calc(100% - 40px);
    }

    .jetx-promotion .content {
        height: 100%;
        width: 100%;
        margin-top: 0;
    }

    .jetx-promotion .promotion-content {
        width: calc(100% - 325px);
        margin-left: 0;
        height: 100%;
        height: calc(100% - 94px);
        transform: translateY(-25px);
    }

    .jetx-promotion .promotion-header {
        order: 1;
        height: calc(100% - 94px);
        position: relative;
        margin-bottom: 0;
        margin-top: 0px;
        transform: translateY(-25px);
    }

    .table-tbody {
        height: calc(100% - 17px);
        margin-left: 0;
    }

    .table-footer {
        width: 100%;
        left: 0;
        bottom: 0;
        background-repeat: round;
    }

    .table-tr > div:first-child span {
        display: block;
        position: absolute;
        width: 90px;
        left: 35px;
    }

    .table-tr-counter::before {
        left: 6px;
    }

    .table-tr.lose .table-tr-counter::before {
        left: 0px;
    }

    .table-tbody::-webkit-scrollbar {
        width: 0;
    }

    .table-tr {
        width: 100%;
    }

    .promotion-bet-sum {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding-left: 5px;
        transform: translateX(8px);
    }

    .promotion-progress-container {
        display: flex;
        justify-content: space-between;
        width: 90%;
        margin: auto;
        padding-top: 40px;
    }

    .promotion-progress:nth-child(2) {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        transform: translateY(50px);
    }

    .jetx-promotion-rules {
        width: 100%;
        height: 100%;
    }

    .jetx-promotion-rules::before {
        background-repeat: round;
        width: 103%;
        left: -11px;
        height: calc(100% - 33px);
    }

    .jetx-promotion-rules-content {
        width: 91%;
        margin-top: 30px;
    }

    .jetx-promotion-rules-content .sec1 p {
        text-align: justify;
        padding: 9px 0 20px 0;
    }

    .jetx-promotion-rules-content .sec3 h4 {
        margin-top: 0px;
    }

    .jetx-promotion-rules-content {
        height: calc(100% - 70px);
        overflow: auto;
    }

    .jetx-promotion-rules .jetx-timer {
        top: -3px !important;
    }
} 
@media only screen and (max-width: 1000px) {
    
    .promotion .tabs a:hover {
        border: 1px solid rgba(244, 235, 255, 0.1);
        background: #33365d;
        color: rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 5px rgba(1, 0, 0, 0.4);
    }

    .promotion .tabs a.top-wins:hover .icon {
        background: url(../Images/Promotion/rank-icon.png) no-repeat;
    }

    .promotion .tabs a.rules:hover .icon {
        background: url(../Images/Promotion/rules-icon.png) no-repeat;
    }

    .promotion .tabs a.top-wins.active .icon {
        background: url(../Images/Promotion/rank-icon-active.png) no-repeat;
    }

    .promotion .tabs a.rules.active .icon {
        background: url(../Images/Promotion/rules-icon-active.png) no-repeat;
    }

    .promotion .tabs a.active {
        color: rgba(255, 255, 255, 1);
        background: #18202e;
        border: 1px solid rgba(244, 235, 255, 0.1);
        border-bottom: none;
        border-radius: 5px 5px 0 0;
        box-shadow: 0 -5px 5px rgba(1, 0, 0, 0.4);
        z-index: 3;
    }

    .promotion-icon {
        background: url(../Images/Promotion/Mobile/icon.png) no-repeat;
        width: 41px;
        height: 44px;
        position: absolute;
        left: 13px;
        top: 100px;
        cursor: pointer;
        display: none;
        margin-top: -50px;
    }

    .promotion-div {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        margin: 0;
    }

    .promotion-div-top {
        background: #1f2731;
        height: 37px;
    }

    .promotion-div-content {
        background: rgba(23, 30, 49, 0.97);
        height: calc(100% - 37px);
        padding: 10px;
    }

    .promotion-div-bottom {
        background: none;
        height: 0;
    }

    .promotion .close {
        right: 0;
        top: -40px;
    }
}