﻿@charset "utf-8";
/* CSS Document */
.modal.left.fade .modal-dialog{
left: -320px;
-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
	 -o-transition: opacity 0.3s linear, left 0.3s ease-out;
		transition: opacity 0.3s linear, left 0.3s ease-out;
}
.modal.left.fade.in .modal-dialog{left: 0;}      

.modal.left .modal-dialog {
	position: fixed;
	margin: auto;
	width: 320px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content {
	height: 100%;
	overflow-y: auto;
}
.modal.left.fade .modal-dialog {
	left: -320px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, left 0.3s ease-out;
	-o-transition: opacity 0.3s linear, left 0.3s ease-out;
	transition: opacity 0.3s linear, left 0.3s ease-out;
}
.modal.left.fade.show .modal-dialog {
	left: 0;
}
.modal.left .modal-body {
	padding: 0;
    text-align: center;
}
.modal-content.modal-menu {
    border-radius: 0;
    border: 0;
    background: rgba(0,0,0,0.8);
}

.modal.userlogin {
    top: 15%;
	transition: all 0.5s;
}
.modal-header.userlogin {
    display: block;
    padding: 15px;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
	text-align: center;
}
.modal-header.userlogin img {
	max-width: 160px;
}

.responsive-menu ul {
	padding: 0;
	margin: 0;
}
.responsive-menu ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.responsive-menu ul li a {
    font-size: 19px;
    font-weight: 800;
    padding: 10px 5px;
    display: block;
	color: #fff;
}
.responsive-menu ul li a:focus {
	color: #fff;
} 
.responsive-menu ul li a:hover {
	color: #fdbc84;
}
.lang-res {
	color: #fff;
}
.lang-res a {
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    font-size: 17px;
    font-weight: 800;
}

.btn.btn-close-menu {
    background: #fff;
	font-weight: 800;
}
.modal-header.login {
    background: #f3f3f3;
    width: 100%;
	padding: 13px;
}
.modal-title.userlogin {
    text-align: center;
    margin: auto;
	font-weight: 600;
    font-size: 28px;
}
.modal-body.userlogin {
    padding: 20px 15px;
}
.input-group.userlogin {
	margin-bottom: 8px;
}
.sbmt {
	text-align: center;
}
.btn-submit {
    color: #fff;
    background: #dd0023;
    border: none;
    padding: 8px 45px;
    font-weight: 700;
    font-size: 17px;
    border-radius: 30px;
    margin: 0 3px;
    transition: all 0.3s;
    text-align: center;
	text-transform:uppercase;
}
.btn-submit:hover {
    filter: brightness(1.2);
    transition: all 0.3s;
}
.forgot-link {
    font-size: 13px;
	color:#dd0023;
}
.forgot-link:hover, .forgot-link:focus  {
	color:#000;
	text-decoration: underline;
}
.close-x {
    position: absolute;
    background: #ffffff;
    height: 34px;
    width: 34px;
    border: 0;
    border-radius: 50%;
    font-size: 19px;
    right: -13px;
    top: -14px;
    box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.37);
}
.modal-dialog.modal-payout {
    max-width: 600px;
}
button.close.close-x1 {
    color: #fff;
}
.modal-content.payout {
    background: rgba(0,0,0,0.85);
}
.payout-container {
    padding: 7px 20px;
}
.payout-container h3 {
    color: #fdbc84;
    font-weight: 600;
    text-transform: none;
    font-size: 26px;
    text-align: center;
}
.prize-text {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 30px;
	text-align: center;
}
.pred {
    color: #ff0000;
}
table.payoutTable {
    text-align: center;
}
table.payoutTable th {
    text-align: inherit;
    background: #242424;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    border: 1px solid #151515;
}
table.payoutTable td {
    border: 1px solid #151515;
    font-size: 15px;
    color: #fff;
    background: rgba(255,255,255,0.2);
}
table.payoutTable th, table.payoutTable td {
    padding: 4px;
}
.xtr {
    text-align: center;
    color: #fff;
    padding: 2px;
}
.modal.login-info .modal-dialog {
	top: 20%;
}
.ptitle {
	font-weight: 800;
	font-size: 18px;
	text-transform: uppercase;
	color: #dd0023;
}
.info-table tr, .info-table td {
    border: 1px solid #bbb;
    padding: 5px;
    font-size: 13px;
}
.info-table tr th {
    background: #1f1f1f;
    color: #fff;
    padding: 5px;
    font-size: 14px;
    text-align: center;
}  









@media (max-width:600px) {
.modal.userlogin .modal-dialog {
    margin: 16px;
}	
}

/** Winner List Popup **/
.modal-dialog.winner {
    max-width: 850px !important;
}

.modal-content.winner {
    background: url("../images/tournament/winning-list_bg.jpg")no-repeat top center;
    background-size: cover;
    padding: 0 20px 30px;
}

.pt-btn-wrapper-1 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 10px;
}

.winner-tabs {
    border: none;
    text-align: center;
    max-width: 700px;
    margin: auto;
}

.nav-tabs .nav-link.pt-1-btn {
    background: #fdbc84;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 10px;
    width: 190px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    border: none;
    border-radius: 10px;
    margin: auto 15px;
}

.nav-tabs .nav-link.png-2-btn {
    background: #fdbc84;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 10px;
    width: 275px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    border: none;
    border-radius: 10px;
    margin: auto 15px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: transparent;
    filter: brightness(1.15);
}

.nav-tabs .nav-link.png-2-btn.active {
    background: #dd0023;
}

.leaderboard-table-wrapper {
    background: #4c4c4c;
    color: #fff;
    text-align: center;
}

.prize-container {
    position: relative;
    height: 410px;
}

.lb_table-title {
    background: #fdbc84;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px;
    text-align: center;
}

.leaderboard-table-wrapper table tr th {
    background: #4c4c4c;
    border: 4px solid #4c4c4c;
    color: #fdbc84;
    font-size: 22px;
}

.leaderboard-table-wrapper table tr td {
    background: #252525;
    border: 4px solid #4c4c4c;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px;
}

.wtop1 {
    background: url(../images/tournament/first-crown.png)no-repeat;
    background-size: contain;
    width: 380px;
    height: 306px;
    margin: auto;
    text-align: center;
    position: absolute;
    left: 52px;
    right: 0;
    top: 12px;
}

.wtop3 {
    background: url(../images/tournament/third-crown.png)no-repeat;
    background-size: contain;
    width: 251px;
    height: 154px;
    margin: auto;
    text-align: center;
    position: absolute;
    right: 0;
    top: 154px;
}

.wtop2 {
    background: url(../images/tournament/second-crown.png)no-repeat;
    background-size: contain;
    width: 324px;
    height: 226px;
    margin: auto;
    text-align: center;
    position: absolute;
    left: 0;
    top: 93px;
    z-index: 2;
}

    .wtop2 .win-name {
        position: absolute;
        left: -13px;
        right: 0;
        top: 166px;
    }

    .wtop2 .pz-username {
        font-size: 19px;
        font-weight: 800;
        color: #dd0023;
    }

    .wtop2 .prize-winner {
        display: block;
        font-size: 25px;
        line-height: 1;
    }

.wtop1 .win-name {
    position: absolute;
    left: 0;
    right: 0;
    top: 232px;
}

.wtop1 .prize-winner {
    display: block;
    font-size: 25px;
    line-height: 1;
}

.pz-username {
    font-size: 27px;
    font-weight: 800;
    color: #dd0023;
}

.winnerbox {
    font-size: 20px;
    margin-top: 32px;
    font-weight: 800;
    color: #434343;
}

.wtop3 .win-name {
    position: absolute;
    left: 0;
    right: 0;
    top: 106px;
}

.wtop3 .pz-username {
    font-size: 19px;
    font-weight: 800;
    color: #dd0023;
}

.wtop3 .winnerbox {
    font-size: 20px;
    margin-top: 30px;
    font-weight: 800;
    color: #434343;
}

.wtop3 .prize-winner {
    display: block;
    font-size: 25px;
    line-height: 1;
}