﻿/* payout */

html:has(.payout-cert-card) {
    width: 1600px;
    height: 1131px;
}

.payout-cert-card {
    width: 1600px;
    height: 1131px;
    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: 132mm;
    color: #0070B9;
    font-family: 'Allura', cursive;
    font-size: 92px;
    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: 74px;
    font-weight: 800;
    line-height: 8mm;
    white-space: nowrap;
    margin-top: 38mm;
}

    .payout-cert-card-value-profit .span {
        max-width: 80%;
    }

.payout-cert-date {
    position: absolute;
    margin-top: 224mm;
    color: black;
    margin-left: 301mm;
    font-size: 27px;
    font-weight: 700
}
/* upgrade */
html:has(.upgrade-cert-card) {
    width: 1600px;
    height: 1131px;
}

.upgrade-cert-card {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 0;
    vertical-align: middle;
    text-align: center;
}

    .upgrade-cert-card img {
        width: 1600px;
        height: 1131px;
    }

.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: 124mm;
}

.upgrade-cert-title {
    color: #0070B9;
    font-family: 'Allura', cursive;
    font-size: 92px;
    font-weight: 400;
    line-height: 8mm;
    max-width: 140mm;
    white-space: nowrap;
}

.upgrade-cert-description {
    color: white;
    font-size: 3mm;
    font-weight: 400;
    line-height: normal;
    margin-top: 16mm;
    max-width: 166mm;
}
.upgrade-cert-date {
    position: absolute;
    margin-top: 224mm;
    color: black;
    margin-left: 301mm;
    font-size: 27px;
    font-weight: 700
}