@import url('https://fonts.cdnfonts.com/css/futura-pt');
                
body {
    font-family: Arial, sans-serif;
}
.PayoutDetails{
    background: url(./Payout.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 400px;
    height: 400px;
    margin-bottom: -400px;
}
#PDF{
    width: 100%;
    max-width: 900px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.HeaderTitle{
    font-size: 20px;
    margin-left: -770px;
}
.Title{
    width: 100%;
    margin-top: 20px;
    margin-left: 8px;
    margin-bottom: 10px;
    background: #eff4ff;
    padding-top: 5px;
    padding-bottom: 15px;
    font-size: 15px;
}
table{
    border-collapse: collapse;
}
table td{
    width: 139.5px;
    border: 1px solid black;
    font-size: 14px;
    padding: 4px;
}
.tableName{
    color: #1d0fff;
    font-weight: bold;
}
.roundTime{
    font-size: 13px;
}
.input-box{
    width: 130px;
    background: transparent;
    border: none;
}
.input-box:hover{
    border: solid black 1px;
}


.recordTable{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 890px;
    border-style: solid;
    border-width: 1.5px;
}
.players{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    border-style: solid;
    font-weight: 200;
    border-width: 0 0 1.5px 0;
    padding: 5px 0 5px 0;
}
.playerOne{
    margin-left: 2px;
}
.playerTow{
    margin-right: 2px;
}
.winningCards{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 45px;
    border-style: solid;
    border-width: 0 0 1.5px 0;   
    opacity: 1; 
}
.titles{
    display: flex;
    flex-direction: row;
    padding-top: 10px;
}
.betDetailsText{
    font-weight: bold;
    color: #1d0fff;
    margin-bottom: 15px;
    margin-left: 15px;
}

.betsText{
    font-weight: bold;
    color: #1d0fff;
    margin-bottom: 15px;
    margin-left: 280px;
}

.payoutsText{
    font-weight: bold;
    color: #1d0fff;
    margin-bottom: 15px;
    margin-left: 130px;
}
.winText{
    font-weight: bold;
    color: #1d0fff;
    margin-bottom: 15px;
    margin-left: 130px;
}
.NewData{
    padding-left: 10px;
    display: flex;
    flex-direction: row;
    height: 25px;
    position: relative;
}
.combo-box-BD{
    text-align: center;
    width: 340px;
    height: 30px;
    font-size: 12px;
    font-family: 'Futura PT', sans-serifs;
    font-weight: 500;
    background: transparent;
    border:none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
}
.combo-box-BD:hover{
    border: solid black 1px;
}
.bet-input-box{
    text-align: center;
    width: 130px;
    height: 28px;
    margin-left: 15px;
    font-size: 12px;
    font-weight: bolder;
    background: transparent;
    border: none;
}
.bet-input-box:hover{
    border: solid black 1px;
}
.combo-box-PE{
    text-align: center;
    width: 150px;
    height: 30px;
    font-size: 13px;
    font-weight: bolder;
    background: transparent;
    margin-left: 60px;
    border:none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
}
.combo-box-PE:hover{
    border: solid black 1px;
}
.win-input-box{
    text-align: center;
    width: 150px;
    height: 30px;
    font-size: 12px;
    font-weight: bolder;
    padding: 0;
    margin: 0;
    margin-left: 70px;
    background: transparent;
    border: none;
}
.material-icons{
    margin-left: 10px;
    opacity: 0;
    left: 0;
    cursor: pointer;
}
.material-icons:hover{
    opacity: 1;
}
.total{
    display: flex;
    flex-direction: row;
}
.totalText{
    font-weight: bold;
    color: #1d0fff;
    margin-bottom: 5px;
    margin-left: 15px;
    padding-top: 6px;
}
.totalBets{
    text-align: center;
    color: #1d0fff;
    font-weight: bolder;
    width: 150px;
    height: 30px;
    font-size: 12px;
    font-weight: 10;
    padding: 0;
    margin: 0;
    margin-left: 264px;
    background: transparent;
    border: none;
}
.totalWins{
    text-align: center;
    color: #1d0fff;
    font-weight: bolder;
    width: 150px;
    height: 30px;
    font-size: 12px;
    font-weight: 10;
    padding: 0;
    margin: 0;
    margin-left: 242px;
    background: transparent;
    border: none;
}
#addNewData{
    cursor: pointer;
    margin-bottom: 15px;
    padding: 10px 30px;
}
.DownloadPDF{
    padding: 10px 30px;
    cursor: pointer;
}

/* Cards Drop Down  */
.playerOneCards{
    display: flex;
    flex-direction: row;
    margin-top: -45px;
    margin-left: 0px;
}
.playerTowCards{
    display: flex;
    flex-direction: row;
    margin-top: -45px;
    margin-right: -5px;
}
.box-1{
    margin-left: 30px;
}
.box-2{
    margin-left: 60px;
}
.box-3{
    margin-left: -100px;
}
.box-4{
    margin-left: -70px;
}
.box-5{
    margin-left: -40px;
}

.select-box {
    display: flex;
    width: 60px;
    flex-direction: column;
    position: absolute;
}
.select-box .options-container {
background: #000000;
color: #f5f6fa;
width: 100%;
opacity: 0;
transition: all 0.4s;
border-radius: 5px;
overflow: hidden;
order: 2;
}
.selected {
margin-top: -5px;
border-radius: 4px;
order: 0;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.selected:hover {
background: #3a3a3a;
height: 100px;
flex-direction: row;
justify-content: center;
align-items: center;
}
.select-box .options-container{
display: none;
flex-direction: column;
}
.select-box .options-container.active {
display: flex;
flex-direction: column;
max-height: 300px;
opacity: 1;
overflow-y: scroll;
}
.select-box .options-container::-webkit-scrollbar {
width: 5px;
background: #0d141f;
border-radius: 0 8px 8px 0;
}
.select-box .options-container::-webkit-scrollbar-thumb {
background: #525861;
border-radius: 0 8px 8px 0;
}
.select-box .option {
padding: 12px 14px;
cursor: pointer;
}
.select-box .option:hover {
background: #414b57;
}
.select-box label {
cursor: pointer;
}
.select-box .selected{
    width: 33px;
    height: 42px;
    padding-top: 3px;
    margin-top: 1px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.option{
display: flex;
}
.option .card{
    margin-left: 1px;
}
.select-box .card{
    background-image: url(https://bbkriket.com/PDFGenerator/Lucky-7/images/cards.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 37.5px;
    width: 25px;
    border-radius: 3px;
}
.select-box .sa {
background-position: 0px 0px;
}
.select-box .s2 {
background-position: -31px 0px;
}
.select-box .s3 {
background-position: -62px 0px;
}
.select-box .s4 {
background-position: -93px 0px;
}
.select-box .s5 {
background-position: -124px 0px;
}
.select-box .s6 {
background-position: -155px 0px;
}
.select-box .s7 {
background-position: -186px 0px;
}
.select-box .s8 {
background-position: -217px 0px;
}
.select-box .s9 {
background-position: -248px 0px;
}
.select-box .s10 {
background-position: -279px 0px;
}
.select-box .sj {
background-position: -310px 0px;
}
.select-box .sq {
background-position: -341px 0px;
}
.select-box .sk {
background-position: -372px 0px;
}
.select-box .ca {
background-position: 0px -53px;
}
.select-box .c2 {
background-position: -31px -53px;
}
.select-box .c3 {
background-position: -62px -53px;
}
.select-box .c4 {
background-position: -93px -53px;
}
.select-box .c5 {
background-position: -124px -53px;
}
.select-box .c6 {
background-position: -155px -53px;
}
.select-box .c7 {
background-position: -186px -53px;
}
.select-box .c8 {
background-position: -217px -53px;
}
.select-box .c9 {
background-position: -248px -53px;
}
.select-box .c10 {
background-position: -279px -53px;
}
.select-box .cj {
background-position: -310px -53px;
}
.select-box .cq {
background-position: -341px -53px;
}
.select-box .ck {
background-position: -372px -53px;
}
.select-box .da {
background-position: 0px -107px;
}
.select-box .d2 {
background-position: -31px -107px;
}
.select-box .d3 {
background-position: -62px -107px;
}
.select-box .d4 {
background-position: -93px -107px;
}
.select-box .d5 {
background-position: -124px -107px;
}
.select-box .d6 {
background-position: -155px -107px;
}
.select-box .d7 {
background-position: -186px -107px;
}
.select-box .d8 {
background-position: -217px -107px;
}
.select-box .d9 {
background-position: -248px -107px;
}
.select-box .d10 {
background-position: -279px -107px;
}
.select-box .dj {
background-position: -310px -107px;
}
.select-box .dq {
background-position: -341px -107px;
}
.select-box .dk {
background-position: -372px -107px;
}
.select-box .ha {
background-position: 0px -161px;
}
.select-box .h2 {
background-position: -31px -161px;
}
.select-box .h3 {
background-position: -62px -161px;
}
.select-box .h4 {
background-position: -93px -161px;
}
.select-box .h5 {
background-position: -124px -161px;
}
.select-box .h6 {
background-position: -155px -161px;
}
.select-box .h7 {
background-position: -186px -161px;
}
.select-box .h8 {
background-position: -217px -161px;
}
.select-box .h9 {
background-position: -248px -161px;
}
.select-box .h10 {
background-position: -279px -161px;
}
.select-box .hj {
background-position: -310px -161px;
}
.select-box .hq {
background-position: -341px -161px;
}
.select-box .hk {
background-position: -372px -161px;
}
.BackBTN{
    margin-top: 15px;
    padding: 10px 60px;
    cursor: pointer;
}
#alertMessage{
    display: none;
}