
/*================================================*/
/*Reset*/
/*================================================*/
html{color:#000;background:rgb(255, 255, 255);}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,figure{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
figure, div, span, hr { -webkit-margin-before: 0; -webkit-margin-after: 0; -webkit-margin-start: 0; -webkit-margin-end: 0; }

* { outline: none; }


/*================================================*/
/*Colours*/
/*mainbg = #f4f4f6*/
/*the_red = #fa1f36*/
/*the_green = #8AC500*/
/*text_grey = #7f7f7f*/
/*panel_grey = #ebeef0*/
/*panel_stroke = #c1c5c8*/
/*but_orange = #ffa056*/
/*but_purple = #9e71f9*/
/*but_pink = #ee6075*/
/*alt_row = #f1f5f7*/
/*table_border = #e7d2b9*/
/*button_stroke = #a6a6a6*/

/*Font weights*/
/*light= 300*/
/*regular= 400*/
/*semibold= 600*/

/*================================================*/
/* LAYOUT and GENERAL TEXTS*/
/*================================================*/
/*================================================*/
html {
    background: #f4f4f6;
    font-family: 'Fira Sans';
    color: #000;
    line-height: 1em;
scrollbar-width: none;
}
/*================================================*/
body {
    padding-top: 50px;
    text-align: center;
scrollbar-width: none;
}
 ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
   
}

/*================================================*/
.wrapper {
    margin: 0 auto;
    max-width: 1250px;


}
/*================================================*/
h1 {
    color: #2d2e2c;
font-size: 32px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: .05em;
margin-bottom: 30px;
--font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
--font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
/*================================================*/
b {
    font-weight: 600;
}
/*================================================*/


/*================================================*/
/* CELLS*/
.cell {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px 20px 20px;
    text-align: center;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.27);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.27);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.27);
    font-family: 'Open Sans', sans-serif;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
@media (max-width: 399px) {
    .cell {
        height: 405px;
        margin: 0px 10px 40px 10px;
    }
}
@media (min-width: 400px) {
    .cell {
        display: inline-block;
        vertical-align: top;
        width: 375px;
        height: 405px;
        margin: 0px 10px 40px 10px;
    }
}
/*================================================*/
.others_wrapper {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
/*================================================*/
.main_wrapper,
.info_wrapper,
.prize_pool_wrapper,
.rules_wrapper,
.leaderboard_wrapper {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 405px;
    -webkit-transition: left 300ms, opacity 300ms;
    -moz-transition: left 300ms, opacity 300ms;
    -ms-transition: left 300ms, opacity 300ms;
    -o-transition: left 300ms, opacity 300ms;
    transition: left 300ms, opacity 300ms;
}
/*================================================*/
.main_wrapper.h {
    opacity: 0;
/*background-color: #693274;*/

}
/*================================================*/
.info_wrapper {
    z-index: 2;
    background: #fff;
}
/*================================================*/
.info_wrapper.h {
    left: 400px;
}
/*================================================*/
.info_wrapper.h1 {
    left: -400px;
}
/*================================================*/
.prize_pool_wrapper {
    z-index: 3;
    background: #fff;
}
/*================================================*/
.prize_pool_wrapper.h {
    left: 400px;
}
/*================================================*/
.rules_wrapper {
    z-index: 3;
    background: #fff;
}
/*================================================*/
.rules_wrapper.h {
    left: 400px;
}
/*================================================*/
.leaderboard_wrapper {
    z-index: 4;
    background: #fff;
}
/*================================================*/
.leaderboard_wrapper.h {
    left: 400px;
}
/*================================================*/
/*================================================*/

/*================================================*/
/* The logo */
/*================================================*/
.logo_wrapper {
    height: 140px;
    position: relative;
    margin-bottom: 10px;
}
/*================================================*/
.logo {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
}
/*================================================*/
.logo img {
}
@media (max-width: 399px) {
    .logo img {
        max-height: 160px;
        max-width: 250px;
    }
}
@media (min-width: 400px) {
    .logo img {
        max-height: 160px;
        max-width: 270px;
    }
}
/*================================================*/


/*================================================*/
/* CELL TITLES and Texts */
/*================================================*/
h2 {
    font-size: 22px;
    line-height: 0.9;
    font-weight: 600;
    margin-bottom: 10px;
}
/*================================================*/
h2.info_hd {
    font-size: 30px;
    text-transform: uppercase;
    padding-top: 35px;
    margin-bottom: 40px;
}
/*================================================*/
h2.leads_hd {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-top: 20px;
}
/*================================================*/
.subtitle {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 20px;
overflow:scroll;
}
/*================================================*/
.subtitle hr {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    border: none;
    border-left: 1px solid #c1c5c8;
overflow:scroll;
}
/*================================================*/
.upc_hd {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1em;
    font-weight: 600;
    color: #fa1f36;
    margin-bottom: 20px;
}
/*================================================*/
.upc_timer {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 40px;
}
/*================================================*/
.leads_info {
    color: #606060;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
}
/*================================================*/


/*================================================*/
/* Prizez Pool Cell */
/*================================================*/
.prizes_wrapper {
    padding-left: 50px;
    margin-bottom: 20px;
overflow:scroll;
}
/*================================================*/
.prizes {
    display: inline-block;
    vertical-align: top;
    margin-right: 35px;
height:200px;

}
.prizes:last-child {
    margin-right: 0;

}
/*================================================*/
.prizes li {
    margin-bottom: 20px;
    position: relative;

    font-size: 26px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
}
/*================================================*/
.prizes li i {
    left: -55px;
    top: 2px;
    display: inline-block;
    position: absolute;
}
/*================================================*/
.prizes li span {
    display: inline-block;
    margin-right: 10px;
}
/*================================================*/
.prizes li em {
    display: inline-block;
    color: #fa1f36;
}
/*================================================*/
.prize_but {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
}
@media (max-width: 399px) {
    .prize_but {
        width: 85px;
        margin: 0 4px;
    }
}
@media (min-width: 400px) {
    .prize_but {
        width: 95px;
        margin: 0 8px;
    }
}
.prize_but:last-child {
    margin-right: 0px;
}
.prize_but:first-child {
    margin-left: 0px;
}
/*================================================*/
.prize_but.orange {
    background: #ffa056;
}
/*================================================*/
.prize_but.purple {
    background: #9e71f9;
}
/*================================================*/
.prize_but.pink {
    background: #ee6075;
}
/*================================================*/
.prize_but i {
    display: inline-block;
    width: 7px;
    height: 13px;
    background: url('../images/sprite.png') -10px -10px;
    margin-left: 5px;
    margin-right: 5px;
}
/*================================================*/


/*================================================*/
/* Timer Panels */
/*================================================*/
.panels {
    margin-bottom: 40px;
}
/*================================================*/
.panel {
    position: relative;
    display: inline-block;
    border: 1px solid #c1c5c8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
/*background-color: #693274;*/

    height: 58px;
    width: 58px;
    margin-left: 5px;
    margin-right: 5px;
}
.panel.h {
    display: none;
}

.panel:last-child {
    margin-right: 0;
}
.panel:first-child {
    margin-left: 0;
}
/*================================================*/
.panel .val {
    position: absolute;
    z-index: 3;
    color: #fa1f36;
    font-size: 25px;
    line-height: 25px;
    height: 25px;
    font-weight: 600;
    width: 100%;
    left: 0px;
    right: 0px;
    top: 50%;
    margin-top: -12px;
}
/*================================================*/
.panel .lats {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 0px;
    right: 0px;
    height: 10px;
    border: none;
    border-left: 3px solid #c1c5c8;
    border-right: 3px solid #c1c5c8;
    z-index: 2;
}
/*================================================*/
.panel .bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 50%;
    border-top: 1px solid #c1c5c8;
    background: #ebeef0;
    z-index: 1;
}
/*================================================*/
.panel .label {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    bottom: -20px;
    left: 0px;
    right: 0px;
    color: #7f7f7f;
}
/*================================================*/

/*================================================*/
/* INFORMATION TABLE */
/*================================================*/
.info_table {
    margin-top: 40px;
    font-size: 16px;
    width: 100%;
}
/*================================================*/
.info_table tr:nth-child(2n) {
    background: #f1f5f7;
}
/*================================================*/
.info_table th {
    text-align: right;
    font-weight: 600;
    padding: 10px 20px 10px 0px;
}
/*================================================*/
.info_table td {
    text-align: left;
    font-weight: 300;
    padding: 10px 0px 10px 20px;
}
/*================================================*/

/*================================================*/
/* RULES TABLE */
/*================================================*/
.rules {
    padding: 0 20px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    text-align: justify;
height:13em;
overflow:scroll;
}

/*================================================*/
/* LEADS TABLE */
/*================================================*/
.leads_table {
    width: 100%;
    border-bottom: 1px solid #e7d2b9;
    font-size: 16px;
    font-weight: 400;
}
/*================================================*/
.leads_table thead td {
    border-bottom: 1px solid #e7d2b9;
    text-transform: uppercase;
    color: #606060;
    font-size: 12px;
    text-align: center;
    padding-bottom: 5px;
}
/*================================================*/
.leads_table tbody tr:nth-child(2n) {
/*why is there a special background?*/
    background: #f1f5f7;
}
/*================================================*/
.leads_table tbody td {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 19px;
}
/*================================================*/
.lead_place {
    color: #606060;
}
/*================================================*/
.lead_cup {
}
/*================================================*/
.lead_prize {
    color: #fa1f36;
}
/*================================================*/
.no_leads {
    margin-top: 110px;
    display: block;
    font-size: 20px;
}
/*================================================*/

/*================================================*/
/* BUTTONS */
/*================================================*/
.big_but:link, .big_but:active, .big_but:visited, .big_but:hover {
    background: #8AC500;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    width: calc(100% - 40px);
    padding: 5px 0px;
    position: absolute;
    bottom: 20px;
    left: 20px;
   /** margin-left: -125px; **/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 30px;
    z-index: 1;
    border: solid 0.5px #8AC500;
}
/*================================================*/
.upcoming_but {
    line-height: 30px;
    display: inline-block;
    background: #D2D2D2;;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    width: calc(100% - 40px);
    padding: 5px 0px;
    position: absolute;
    bottom: 20px;
    left: 20px;
 /**   margin-left: -125px; **/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    z-index: 1;
    border: solid 0.5px #D2D2D2;
}
/*================================================*/
.over_but {
    line-height: 30px;
    display: inline-block;
    background: red;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    width: calc(100% - 40px);
    padding: 5px 0px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    /**   margin-left: -125px; **/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    z-index: 0;
    border: solid 0.5px red;
}

/*================================================*/
.info_but {
    position: absolute;
    z-index: 2;
    border: 1px solid #a6a6a6;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #fff;
    text-align: center;
    line-height: 19px;
}
@media (max-width: 399px) {
    .info_but {
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
    }
}
@media (min-width: 400px) {
    .info_but {
        top: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
    }
}
/*================================================*/
.info_but i {
    display: inline-block;
    vertical-align: middle;
    width: 7px; height: 19px;
    background: url('../images/sprite.png') -10px -82px;
}
/*================================================*/
.leads_but {
    position: absolute;
    z-index: 2;
    border: 1px solid #a6a6a6;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #fff;
    text-align: center;
    line-height: 19px;
}
@media (max-width: 399px) {
    .leads_but {
        top: 65px;
        right: 10px;
        width: 40px;
        height: 40px;
    }
}
@media (min-width: 400px) {
    .leads_but {
        top: 75px;
        right: 20px;
        width: 40px;
        height: 40px;
    }
}
/*================================================*/
.leads_but i {
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    height: 19px;
    background: url('../images/sprite.png') -10px -43px;
}
/*================================================*/
.back_but {
    position: absolute;
    z-index: 2;
    border: 1px solid #a6a6a6;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #fff;
    text-align: center;
    line-height: 25px;
    width: 48px;
    height: 48px;
}
@media (max-width: 399px) {
    .back_but {
        bottom: 10px;
        left: 10px;
    }
}
@media (min-width: 400px) {
    .back_but {
        bottom: 20px;
        left: 20px;
    }
}
/*================================================*/
.back_but i {
    display: inline-block;
    margin-left: -4px;
    vertical-align: middle;
    width: 14px;
    height: 25px;
    background: url('../images/sprite.png') -10px -247px;
}
/*================================================*/
.more_but {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    position: absolute;
    z-index: 2;
    border: 1px solid #a6a6a6;
    background: #fff;
}
@media (max-width: 399px) {
    .more_but {
        padding: 0px 10px;
        height: 38px;
        line-height: 38px;
        bottom: 15px;
        right: 10px;
    }
}
@media (min-width: 400px) {
    .more_but {
        padding: 0px 20px;
        height: 48px;
        line-height: 48px;
        bottom: 20px;
        right: 20px;
    }
}
/*================================================*/
.rules_but {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    position: absolute;
    z-index: 2;
    border: 1px solid #a6a6a6;
    background: #fff;
}
@media (max-width: 399px) {
    .rules_but {
        padding: 0px 10px;
        height: 38px;
        line-height: 38px;
        bottom: 15px;
        right: 140px;
    }
}
@media (min-width: 400px) {
    .rules_but {
        padding: 0px 20px;
        height: 48px;
        line-height: 48px;
        bottom: 20px;
        right: 180px;
    }
}
/*================================================*/


/*================================================*/
/* FORM ELEMENTS */
/*================================================*/
button {
    border: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
    text-transform: uppercase;
}

/*================================================*/
/*SPRITE SHEET*/
/*================================================*/
.cup_bronze {
    display: inline-block;
    width: 23px; height: 22px;
    background: url('../images/sprite.png') -10px -121px;
}
/*================================================*/
.cup_gold {
    display: inline-block;
    width: 23px; height: 22px;
    background: url('../images/sprite.png') -10px -163px;
}
/*================================================*/
.cup_silver {
    display: inline-block;
    width: 23px; height: 22px;
    background: url('../images/sprite.png') -10px -205px;
}
/*================================================*/



/*================================================*/
.spinner {
    animation: rotate 0.8s infinite linear;
    border: 2px solid #666;
    border-right-color: transparent !important;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    height: 80px;
    margin-top: 40px;
}
@keyframes rotate {
    0%    { transform: rotate(0deg);
    }
    100%  { transform: rotate(360deg);
    }
}



/*================================================*/

.tournament-alert{
font-size: 12px;
   width: fit-content;
    padding: 10px;
    background: white;
    border-left: solid;
    border-left-width: 5px;
    border-left-color: #FFC246;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: fit-content;
    text-align: center;
    border-radius: 5px;}

/*==================================================*/
/*MODAL*/
/*==================================================*/
/* The Modal (background) */
.modal-issue {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: #181818; /* Black w/ opacity */
}

.modal-issue iframe{
    max-width: 100%;
    width: 100%;
    min-height: 375px;
    height:100%;
}

.no-session-text {
    color: #fff;
    font-size:22px;
    text-align: center;
    line-height: 30px;
}

.ok-button {
    color:#fff;
    border:1px solid #1673e8;
    background:#1673e8;
    width: 120px;
    height:40px;
    cursor:pointer;
    text-align:center;
    margin: 0 auto;
    font-size:18px;
}

.ok-button:focus{
    outline: none;
}

/* The Close Button */
.close {
    color: #fbfbfb;
    float: right;
    font-size: 50px;
    font-weight: 300;
    margin-right: -35px;
    margin-bottom: -20px;
    position: absolute;
    top: 40px;
    right: 2px;
}

.close:hover,
.close:focus {
    color: #fbfbfb;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

/* Modal Header */
.modal-header {
    padding: 10px 0px;
    /*background-color: #5cb85c;*/
    color: white;
}
.modal-header:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;

}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: transparent;
    padding: 0;

    width: 100%;
    max-width: 90%;

    margin: 100px auto 0 auto;

    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.no-scroll {
    overflow: hidden;
}

.leaderboard_container {
    height: 214px;
    overflow-x: hidden;
    overflow-y: scroll;
}


/* Add Animation */
@-webkit-keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}