@import url('https://fonts.cdnfonts.com/css/futura-pt');
                
body {
    font-family: Arial, sans-serif;
    padding: 0;
    margin: 0;
}
/* .PayoutDetails{
    background: url(./Payput_Table.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 490px;
    height: 500px;
    margin-bottom: -500px;
    z-index: 1;
} */
#PDF{
    width: 100%;
    max-width: 900px;
    margin: auto;
    display: flex;
    flex-direction: column;
    background-color: black;
    color: white;
}
.headerTitle {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.headerTitle img{
    width: 60px;
}
.round{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #373e48;
    width: 900px;
    gap: 5px;
}
.round input{
    background: none;
    color: white;
    border: none;
    font-size: 16px;
    width: 15%;
}
.round input:hover{
    border-width:1px;
    border-style:inset;
}
.roundDetails{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.roundDetails .details{
    width: 450px;
    padding: 20px;
    border-right: 1px solid #5f5f5f91;
}
.roundDetails .Item{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 30px;
    border-top: 1px solid #5f5f5f91;
    border-left: 1px solid #5f5f5f91;
    border-right: 1px solid #5f5f5f91;
    padding: 0px 10px 0px 10px;
}
.roundDetails .Item .ItemNameText{
    color: #5f5f5f;
    font-size: 14px;
    font-weight: 550;
}
.roundDetails .Item .ItemName input{
    text-align: end;
    background: none;
    color: white;
    border: none;
    height: 25px;
}
.roundDetails .Item .ItemName input:hover{
    border-width:1px;
    border-style:inset;
}
.roundDetails .result{
    width: 450px;
    padding: 0 0 20px 20px;
}
.roundDetails .result .resultInput{
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.DownloadPDF{
    padding: 10px 30px;
    cursor: pointer;
}
.BackBTN{
    margin-top: 15px;
    padding: 10px 60px;
    cursor: pointer;
}
#BetValue{
    background: none;
    color: white;
    border: none;
    font-size: 20px;
    width: 150px;
    text-align: center;
    transform: scale(1.9);
}
#BetValue:hover{
    border-width:1px;
    border-style:inset; 
}
.BackBTN{
    margin-top: 15px;
    padding: 10px 60px;
    cursor: pointer;
}
#alertMessage{
    display: none;
}
