﻿.rules table {
    border: 1px solid lightgray;
    width: 100%;
    margin-top: 10px;
}

.rules th {
    border: 1px solid lightgray;
    padding-left: 5px;
}

.rules td {
    border: 1px solid lightgray;
    padding-left: 5px;
}

.tpHeader {
    color: #d7bc7b;
    font-size: 12px;
    font-weight: bolder;
    text-align: center;
    margin-bottom: 10px;
}

.tpHand {
    min-width: 100px;
    min-height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tpCards {
    min-width: 200px;
    min-height: 125px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    border: solid #3a563a 2px;
    border-radius: 25px;
}
.tpCardsSmallHorizontal {
    min-width: 263px;
    min-height: 75px;
    padding-top: 8px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border: solid #3a563a 2px;
    border-radius: 25px;
}

.tpAnimatedCard {
    height: 86px;
    animation-duration: 1s;
    animation-name: flip;
}

@keyframes flip {
    from {
        transform: rotateY(0deg);
    }

    to {
        transform: rotateY(360deg);
    }
}

.tpFirstCard3Cards {
    height: 86px;
    transform: rotate(-5deg);
}

.tpMidddleCard3Cards {
    height: 86px;
    transform: rotate(0deg);
    margin-left: -30px;
    margin-bottom: 5px;
}

.tpLastCard3Cards {
    height: 86px;
    transform: rotate(5deg);
    margin-left: -30px;
}

.tpCardSmall {
    height: 37px;
}

.tpCardMedium {
    height: 57px;
}

.tpCardLarge {
    height: 86px;
}

.tp5CardsHorizontalSize {
    height: 57px;
}


.tpTable {
    min-width: 260px;
    background-color: #0a190a;
    width: 100%;
    padding: 10px;
}

.tpPlayersGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    column-gap: 20px;
    justify-items: center;
    margin-top: 10px;
    width: 95%;
    margin: 0 auto;
}

.tpHistoryWideGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    justify-items: center;
    margin-top: 10px;
    width: 95%;
    margin: 0 auto;
}

.tpSelectionsTableHeader {
    width: 70px;
    background-color: #254465;
    color: white;
    text-align: center;
}

.tpSelectionsTableTitle {
    width: 70px;
    background-color: #193756;
    color: white;
    text-align: center;
}

.tpSelectionName {
    font-weight: bold;
    height: 40px;
    color: #cac4bb;
}

.tpSelectionNameWinner {
    font-weight: bold;
    height: 40px;
    background-color: #b7f776;
    color: #cac4bb;
}

.tpPnlProfit {
    font-weight: bold;
    text-align: center;
    color: green;
}

.tpPnlLoss {
    font-weight: bold;
    text-align: center;
    color: red;
}

.tpSelectionStatus {
    background-color: #ececed;
    color: black;
    text-align: center;
}

.tpSelectionBack {
    background-color: #e9f6fc;
    text-align: center;
}

.tpSelectionLay {
    background-color: #fce3e4;
    text-align: center;
}

.tpSelectionLabel {
    font-weight: bold;
    font-size: 14px;
}

.tpSelectionSmallLabel {
    font-size: 10px;
    color: #cac5d5;
}

.tpRulesBack {
    background-color: #0a190a;
    color: white;
    width: 100%;
    min-height: 200px;
    padding: 20px;
}

.tpHistoryBack {
    background: linear-gradient(#000000, #ffffff);
    padding: 10px;
}

.tpHistoryHeader {
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

.tpHistoryLabel {
    color: white;
    text-align: center;
}

.tpTopHandBack {
    text-align: center;
    margin: 0 auto;
    background-color: #3a3a3a;
    width: 300px;
    padding-bottom: 10px;
    border-radius: 20px;
}

.tpHistorySelectionBackWinner {
    background-color: #008000;
    padding: 20px,20px,0,20px;
    border-radius: 20px;
    text-align: center;
    min-width: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tpHistorySelectionBackLoser {
    background-color: #353535;
    border-radius: 20px;
    text-align: center;
    min-width: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tpHistoryCards {
    margin-left: 10px;
    margin-right: 10px;
}

.tpHistorySelectionStatusWinner {
    color: black;
    background-color: #cf8d2e;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
}

.tpHistorySelectionStatusLoser {
    color: black;
    background-color: #cf3f3f;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
}

.tpTabActive {
    background-color: black;
    color: white;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    cursor: pointer;
}

.tpTabInactive {
    background-color: #00b181;
    color: white;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    cursor: pointer;
}

.historyback {
    background: linear-gradient(#101010, #fafafa);
    padding: 10px;
}

.historyheader {
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

.historylabel {
    color: white;
    text-align: center;
}

.historySelectionBackWinner {
    background-color: #008000;
    padding: 20px,20px,0,20px;
    border-radius: 20px;
    text-align: center;
    min-width: 150px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.historySelectionBackLoser {
    background-color: #353535;
    padding: 20px,20px,0,20px;
    border-radius: 20px;
    text-align: center;
    min-width: 150px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.historySelectionStatusWinner {
    color: black;
    background-color: #cf8d2e;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
}

.historySelectionStatusLoser {
    color: black;
    background-color: #cf3f3f;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
}
