@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@font-face {
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Regular'), url('fonts/MYRIADPRO-REGULAR.woff') format('woff');
    }
    
    
    @font-face {
    font-family: 'Myriad Pro Light';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Light'), url('fonts/MyriadPro-Light.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Semibold';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Semibold'), url('fonts/MYRIADPRO-SEMIBOLD.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Myriad Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold'), url('fonts/MYRIADPRO-BOLD.woff') format('woff');
    }
    

h1,h2,h3,h4,h5,h6{
    font-family: "Roboto", sans-serif;
    margin: 0;
}
p{
    font-family: 'Myriad Pro Regular';
    margin: 0;
}
a{
    text-decoration:none;
    transition:0.5s;
}
.container {
    max-width: 1170px !important;
    width:100%;
}
body{
    background-color: #eef0f2;
}


.tournament-page .countdown-box {
    border: 1px solid #741e9e;
    background-color: #fff;
    border-radius: 15px;
    padding: 15px 10px;
    padding-left: 50px;
}
.top-three a:hover {
    color: #fca900;
}
.top-area {
    display: flex;
    align-items: center;
    margin-left: 40px;
}

.top-area p {
    background-color: #eddcec;
    display: flex;
    align-items: center;
    padding: 4px 7px;
    color: #741e9e;
    margin: 0;
    border-radius: 7px;
    margin-right: 10px;
    font-size: 17px;
}
.top-area img {
    width: 25px;
    height: 25px;
    margin: 0;
    object-fit: contain;
    margin-right: 5px;
}
.top-area p strong {
    margin: 0 3px;
}

.my-btnn {
    display: inline-block;
    background-color: #741e9e;
    font-family: 'Myriad Pro Regular';
    font-size: 17px;
    color: #fff;
    font-weight: 400 !important;
    padding: 5px 15px;
    margin-right: 10px;
    border-radius: 7px;
}
.card-data a:hover h4 {
    color: #fca700;
}
.que-apply a:hover {
    opacity: 0.7;
}
.my-btnn:hover {
    color: #fca900;
    opacity: 0.7;
}
.cont-area {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.cont-area img {
    width: 120px;
    display: inline-block;
    margin-right: 5px;
}

.cont-area p {
    font-size: 19px;
    color: #000000;
    line-height: 25px;
    margin: 0;
    width: 75%;
}


.tourn-start img {
    width: 400px;
    margin: 0 auto;
    display: block;
}

.tourn-start h4 {
    text-align: center;
    font-family: 'Roboto';
    font-size: 23px;
    color: #000000;
    font-weight: 700;
    margin-top: 10px;
}

.time-left {
    display: flex;
    align-items: center;
    justify-content: center;
}

.time-left img {
    width: 70px;
    margin: 0;
    margin-right: 10px;
}
div#countdown .number {
    color: #cd305d;
    font-size: 110px;
    font-weight: 700;
    font-family: 'Roboto';
    font-style: italic;
    line-height: 110px;
    margin-left: 5px;
}

div#countdown .label {
    font-size: 50px;
    color: #000000;
    font-family: 'Roboto';
    font-style: italic;
    line-height: 50px;
    font-weight: 700;
}
.counter-row {background-image: url(../img/countdown-shadow.png);background-repeat: no-repeat;background-size: 60% 130%;background-position: 50% 10px;padding-bottom: 10px;}

.queue-row {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.que-apply a{
    display: flex;
    align-items: center;
    background-color: #741e9e;
    color: #fff !important;
    width: 100%;
    justify-content: space-between;
    padding: 2px 10px;
    border-radius: 10px;
    height: 40px;
}

.que-record img {
    width: 25px;
    margin-right: 6px;
}

.que-record {
    display: flex;
    align-items: center;
    width: 28%;
    background-color: #eddcec;
    padding: 2px 10px;
    border-radius: 10px;
    height: 40px;
    margin-left: 10px;
}

.que-apply a h3  {
    font-size: 22px;
    font-weight: 700;
    font-family: 'Myriad Pro Bold';
    color: #fff !important;
}

.que-apply a h5 {
    font-size: 15px;
    font-family: 'Myriad Pro Regular';
    text-align: right;
}

.que-record p {
    color: #741e9e;
    font-family: 'Myriad Pro Regular';
    font-size: 17px;
}
.tourn-start p {
    text-align: center;
    color: #000;
    font-size: 15px;
    width: 80%;
    margin: 10px auto;
}
.top-three {
    text-align: center;
    margin-top: -10px;
}

.top-three h3 {
    color: #8135aa;
    font-size: 23px;
    font-weight: 700;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.top-three h3 img {
    width: 35px;
    position: relative;
    left: -10px;
    bottom: -5px;
}

.top-three p {
    color: #000000;
    font-size: 17px;
    line-height: 20px;
}

.top-three p img {
    width: 19px;
}

.top-three a {
    color: #741e9e;
    font-size: 16px;
    font-family: 'Myriad Pro Regular';
}

.top-three-win .wiiners-data {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.wiiners-data li {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.top-three-win .inner-content {
    background-color: #f3e7f2;
    padding: 15px 10px;
    border-radius: 20px;
    margin: 5px 0;
    margin-bottom: 10px;
}

.winner-row h2 img {
    width: 40px;
    margin-right: 8px;
}

.winner-row span {
    font-size: 34px;
    background-color: #fff;
    -webkit-text-fill-color: white; /* Will override color (regardless of order) */
    margin: 0 3px;
    border-radius: 10px;
    position: relative;
    text-align: right;
    height: 80px;
    width: 20%;
     /* Text fill color */
     /* Thin stroke */
     /* Stroke color */
     /* Left top shadow */
    color: white; /* Text fill color */
    -webkit-text-stroke-width: 3px; /* Thin stroke */
    -webkit-text-stroke-color: black; /* Stroke color */
     /* Left top shadow */
    font-weight: 900 !important;
    display: flex;
    align-items: center;
    line-height: 35px;
    justify-content: center;
    padding-bottom: 35px;
}

.winner-row span img {
    width: 35px;
    position: absolute !important;
    left: 0;
    top: 10px;
}

.countdown-box .col-md-4 {
    width: 36.333333%;
}

.countdown-box .col-md-8 {
    width: 63.666667%;
}

.winner-row span .winner-text img {
    width: 100%;
    position: initial;
    height: auto !important;
    bottom: 2px;
    top: initial;
}

.winner-row .winner-text {
    margin: 0;
    background-color: transparent !important;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
}

span.winner-points {
    color: #e31515 !important;
    -webkit-text-stroke-color: #e31515 !important;
    text-align: center;
    font-size: 31px;
}

span.winner-credits {
      color: #741e9e !important;
    -webkit-text-stroke-color: #741e9e !important;
}

span.winner-diamonds {
      color: #0071bd !important;
    -webkit-text-stroke-color: #0071bd !important;
}

span.winner-proxy {
      color: #000000 !important;
      -webkit-text-stroke-color: #000000 !important;
      padding-bottom: 24px;
}

.winner-points .winner-text img {
    width: 100% !important;
}

.winner-row span.winner-credits img {
    width: 30px;
    top: 14px;
}

.winner-row span.winner-credits span.winner-text img {
    width: 100%;
    bottom: 5px;
}

span.winner-points {
    padding-right: 4px;
}

span.winner-credits {padding-bottom: 25px;}

.winner-row span.winner-credits span.winner-text img {
    bottom: 8px !important;
    top: initial;
}
span.winner-diamonds {
    padding-bottom: 20px;
}

span.winner-diamonds img {
    top: 17px;
}

span.winner-diamonds span.winner-text img {
    bottom: 10px;
    width: 107%;
    left: -3px;
}
.wiiners-data li:first-child {
    margin-top: 0;
}

.wiiners-data li:last-child {
    margin-bottom: 0;
}

.winner-row {
    display: flex;
    align-items: start;
    margin-top: 10px;
}

.winner-row span,.winner-row div {
    width: 25%;
    height: 70px;
    margin: 0 3px;
}

.winner-row div span {
    width: 100%;
}
.winner-chance {
    font-size: 14px;
    color: #000;
    font-family: 'Myriad Pro Regular';
    margin-bottom: 20px !important;
}
.wiiners-data li:last-child span {
    padding-left: 16px;
}
.wiiners-data li:last-child span.winner-points {
    padding-left: 0;
}
.wiiners-data li:first-child span.winner-proxy {
    padding-left: 22px;
}
.wiiners-data li .winner-proxy span.winner-text {
    left: -3px;
}
.winner-chance span {
    font-family: system-ui;
}
.wiiners-data li:first-child span {
    padding-left: 30px;
}
.wiiners-data li:first-child span.winner-points {
    padding-left: 0;
}

.wiiners-data li:nth-child(2) span.winner-points {
    padding-left: 0;
}
.top-three-win .inner-content.winner-row-bot .winner-text img {
    width: 90% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    right: 0;
}

.top-three-win .inner-content.winner-row-bot span.winner-points .winner-text img {
    width: 80% !important;
}
.wiiners-data li:nth-child(2) span {
    padding-left: 13px;
}

.wiiners-data li:nth-child(2) span.winner-credits {
    padding-left: 20px;
}



.results-box {
    border: 1px solid #741e9e;
    background-color: #fff;
    border-radius: 15px;
    padding: 15px 10px;
    padding-left: 30px;
    margin-top: 30px;
}

.results-content img {
    width: 50px;
}

.results-content {
    text-align: center;
}

.results-content h2 {
    color: #731ea1;
    font-family: 'Myriad Pro Bold';
    font-style: italic;
    font-size: 25px;
}

.results-content p {
    font-size: 17px;
    color: #000000;
}

.results-content h3 {
    font-size: 28px;
    color: #000000;
    font-family: 'Myriad Pro Regular';
    margin: 15px 0;
}

.rewards-data h4 {
    font-size: 21px;
    font-family: 'Myriad Pro Bold';
    color: #000000;
    margin-bottom: 10px;
}

.win-details {
    padding: 0;
    list-style-type: none;
    text-align: left;
    margin: 0;
}

.win-details li {
    font-size: 17px;
    color: #000000;
    font-family: 'Myriad Pro Regular';
    line-height: 22px;
}

.win-details li img {
    width: 20px;
    transform: rotate(5deg);
    position: relative;
    bottom: 1px;
}

.play-bth {
    background-color: #741e9e;
    color: #fff;
    font-size: 20px;
    font-family: 'Myriad Pro Bold';
    width: 100%;
    display: block;
    display: flex;
    justify-content: space-between;
    padding: 2px 10px;
    border-radius: 9px;
    align-items: center;
    margin-top: 10px;
}

.play-bth span {
    font-size: 17px;
    font-family: 'Myriad Pro Regular';
}
.que-apply {
    width: 80%;
}

.que-apply a:hover h3,.que-apply a:hover h5 {
    color: #fca900 !important;
}
.play-bth:hover {
    opacity: 0.7;
    color: #fca900;
}
.results-box .col-md-4 {
    width: 36%;
}

.results-box .col-md-4:first-child {
    width: 28%;
}

.tournament-page {
    padding-bottom: 80px;
}

.result-card {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #a9a9a9;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.result-card h3 img {
    width: 40px;
}
.card-data h4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card-data h4 a {
    font-size: 25px;
    font-family: 'Myriad Pro Bold';
    color: #731ea1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-data h4 .card-count {
    color: #6d6d6d;
    font-size: 17px !important;
    font-family: 'Myriad Pro Regular';
}

.result-card h3 {
    width: 15%;
}

.card-data {
    width: 85%;
}

.result-card:last-child {
    margin-bottom: 0;
    border: 0;
    padding: 0;
}
.other-results-cards .card-data .card-head {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: 25px;
    color: #5b5851;
    font-family: 'Myriad Pro Bold';
    align-items: center;
}

.other-results-cards .card-data {
    width: 100%;
}

.other-results-cards .card-data .card-head h4 {
    width: 74%;
    line-height: 25px;
}

.other-results-cards .card-data .card-head .card-count {
    font-size: 16px;
    font-family: 'Myriad Pro Regular';
    color: #a9a9a9;
}

.card-reward {
    width: 87%;
    display: block;
    float: right;
    color: #000000;
    font-family: 'Myriad Pro Regular';
    font-size: 17px;
    line-height: 20px;
}

.card-reward span {font-family: 'Myriad Pro Bold';}
.other-results-cards .result-card {
    margin: 0;
    border: 0;
    padding: 0;
    margin-bottom: 3px;
}
.card-head strong {
    width: 12%;
    text-align: center;
    line-height: 25px;
    font-size: 25px;
}

.other-results-cards {
    height: 330px;
    overflow-y: scroll;
    padding-right:10px
}
.other-results-cards::-webkit-scrollbar {
  width: 10px;
}
 
.other-results-cards::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
.other-results-cards::-webkit-scrollbar-thumb {
  background-color: darkgrey;
}

@media screen and (max-width: 1280px) {
    .tournament-page .countdown-box {
        padding-left: 20px;
    }
}
@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 690px) {
.tournament-page .countdown-box {
    padding-left: 10px;
    padding: 10px !important;
}
.countdown-box .col-md-8 {
    width: 100%;
}

.countdown-box .col-md-4 {
    width: 100%;
}

.top-area {
    margin: 0;
    display: block;
    text-align: center;
}

.tourn-start img {
    width: 70%;
    margin-top: 10px;
}

.top-area p {
    font-size: 12px;
    justify-content: center;
}

.top-area img {
    width: 16px;
}

.my-btnn {
    margin-top: 10px;
    font-size: 14px;
}
      .winner-row span {
    font-size: 25px;
    -webkit-text-stroke-width: 2px;
}
      .cont-area img {
    width: 60px;
}

.cont-area p {
    font-size: 14px;
    width: 100%;
    line-height: 18px;
}

.tourn-start h4 {
    font-size: 16px;
}

.time-left img {
    width: 40px;
    margin-top: 20px;
    margin-right: 5px;
}

div#countdown .number {
    font-size: 60px;
    margin: 0;
}

div#countdown .label {
    font-size: 30px;
}

div#countdown {
    height: 90px;
}

.queue-row {
    width: 100%;
    position: relative;
    top: -5px;
    margin-bottom: -10px;
}

.que-apply h3 a {
    font-size: 14px;
}

.que-apply a h3 {font-size: 16px;}

.que-apply a h5 {
    font-size: 12px;
}

.que-record img {
    width: 20px;
    margin: 0;
}

.que-record p {
    font-size: 12px !important;
    white-space: nowrap;
}

.que-record {
    padding: 2px 5px;
    margin-left: 5px;
}

.tourn-start p {
    width: 100%;
    font-size: 14px;
}

.top-three {margin-top: 20px;}

.top-three h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.top-three h3 img {width: 23px;left: -5px;}

.top-three p {
    font-size: 14px;
}

.top-three a {
    font-size: 14px;
}
      .winner-row h2 img {
    width: 30px;
    margin-right: 5px;
}

.winner-row span, .winner-row div {
    height: 80px;
    width: 20%;
}

span.winner-diamonds span.winner-text img {
    left: -3px;
}

.wiiners-data li:first-child span {
    padding-left: 20px;
}

span.winner-proxy {
    padding-bottom: 23px;
    padding-left: 10px;
}

.winner-chance {
    white-space: nowrap;
    font-size: 13px;
    text-align: center;
}
      .top-three-win .inner-content.winner-row-bot .winner-row span,.top-three-win .inner-content.winner-row-bot  .winner-row div {
    width: 67px;
    height: 67px;
}
      .results-box .col-md-4 {
    width: 100%;
}

.results-box .col-md-4:first-child {
    width: 100%;
}

.results-content h2 {
    font-size: 20px;
}

.results-content img {
    width: 40px;
}

.results-content p {
    font-size: 15px;
}

.results-content h3 {
    font-size: 22px;
    margin: 10px 0;
}

.rewards-data h4 {
    font-size: 18px;
}

.win-details li {
    font-size: 14px;
}

.results-box {
    padding: 10px;
}

.play-bth {
    font-size: 16px;
    margin-top: 5px;
}

.play-bth span {
    font-size: 14px;
}

.results-cards {
    margin-top: 10px;
}

.result-card h3 img {
    width: 30px;
}

.result-card h3 {
    width: 12%;
}

.card-data {
    width: 88%;
}

.card-data h4 {
    font-size: 18px;
}

.card-data h4 .card-count {
    font-size: 12px !important;
}

.other-results-cards {
    margin-top: 10px;
}

.card-head strong {
    font-size: 18px;
    left: 0;
    position: relative;
}

.other-results-cards .card-data .card-head h4 {
    width: 74%;
}

.other-results-cards .card-data .card-head .card-count {
    font-size: 12px !important;
}

.card-reward {
    font-size: 14px;
}
      .inner-content.winner-row-bot span {
    font-size: 35px;
    width: 25% !important;
}

.inner-content.winner-row-bot img {
    width: 100% !important;
}

.inner-content.winner-row-bot span.winner-text {
    width: 100% !important;
    text-align: center !important;
    justify-content: center !important;
}

.inner-content.winner-row-bot span.winner-text img {
    width: 80% !important;
    margin: 0 auto !important;
    position: inherit !important;
    left: 7px;
}

.inner-content.winner-row-bot  span.winner-diamonds {
    width: 100% !important;
}

.inner-content.winner-row-bot  .winner-chance {
    width: 25% !important;
}

.inner-content.winner-row-bot  span.winner-proxy {
    width: 100% !important;
}
    .wiiners-data li span {
    font-size: 31px;
}

.top-three-win .inner-content.winner-row-bot span {
    padding-left: 20px;
}

.top-three-win .inner-content.winner-row-bot span.winner-points {
    padding-left: 0;
}
    .wiiners-data li span.winner-points {
    padding-bottom: 50px;
}
}
@media screen and (max-width: 450px) {
    .wiiners-data li span.winner-points {
    padding-bottom: 35px;
}

.winner-row span, .winner-row div {
    height: 65px;
}
.que-apply a h3 {
    font-size: 14px;
}

.que-apply a h5 {
    font-size: 10px !important;
}

.que-record p {
    font-size: 12px !important;
}

.que-record img {
    width: 16px !important;
}

.que-apply a {
    height: 30px;
}

.que-record {
    height: 30px;
    border-radius: 7px;
}

.que-apply a {
    border-radius: 7px;
}
    div#countdown .number {
    font-size: 45px;
}

div#countdown .label {
    font-size: 22px;
}

.time-left img {
    width: 30px;
}

.rewards-data {
    width: 80%;
    margin: 0 auto;
}

a.play-bth {
    width: 80%;
    margin: 5px auto;
}
    .wiiners-data li span {
    font-size: 31px;
}

.top-three-win .inner-content.winner-row-bot span {
    padding-left: 20px;
}

.top-three-win .inner-content.winner-row-bot span.winner-points {
    padding-left: 0;
}
}