﻿/* payout */

html:has(.payout-cert-card) {
    width: 800px;
    height: 566px;
}

.payout-cert-card {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 0;
    vertical-align: middle;
    text-align: center;
}

.payout-cert-card-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    position: absolute;
    margin-left: -4mm;
}

.payout-cert-card-value-name {
    margin-top: 60mm;
    color: #0070B9;
    font-family: 'Allura', cursive;
    font-size: 46px;
    font-weight: 400;
    line-height: 8mm;
    white-space: nowrap;
}

    .payout-cert-card-value-name .span {
        max-width: 80%;
    }

.payout-cert-card-value-profit {
    color: #0070B9;
    /*font-family: 'Allura';*/
    font-size: 37px;
    font-weight: 800;
    line-height: 8mm;
    white-space: nowrap;
    margin-top: 20mm;
}

    .payout-cert-card-value-profit .span {
        max-width: 80%;
    }

.payout-cert-date {
    position: absolute;
    margin-top: 112mm;
    color: black;
    margin-left: 160mm;
    font-size: 13px;
    font-weight: 700;
    transform: translate(-50%, 0%);
}
/* upgrade */
html:has(.upgrade-cert-card) {
    width: 800px;
    height: 566px;
}

.upgrade-cert-card {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 0;
    vertical-align: middle;
    text-align: center;
}

.upgrade-cert-card-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    /*padding-left: 42mm;*/
    position: absolute;
    /*left: 50%;*/
}

.upgrade-cert-title-container {
    margin-top: 62mm;
}

.upgrade-cert-title {
    color: #0070B9;
    font-family: 'Allura', cursive;
    font-size: 46px;
    font-weight: 400;
    line-height: 8mm;
    max-width: 70mm;
    white-space: nowrap;
}

.upgrade-cert-description {
    color: white;
    font-size: 1.5mm;
    font-weight: 400;
    line-height: normal;
    margin-top: 8mm;
    max-width: 88mm;
}
.upgrade-cert-date {
    position: absolute;
    margin-top: 112mm;
    color: black;
    margin-left: 160mm;
    font-size: 13px;
    font-weight: 700;
    transform: translate(-50%, 0%);
}