﻿/* payout */

html:has(.payout-cert-card) {
    width: 900px;
    height: 699px;
    overflow: hidden;
}

.payout-cert-card {
    width: 900px;
    height: 699px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 0;
    vertical-align: middle;
}

.payout-cert-card-container {
    display: flex;
    flex-direction: column;
/*    height: 100%;
    width: 100%;*/
    position: absolute;
    margin-top: 96mm;
    margin-left: 11mm;
    gap: 70px;
}

.payout-cert-card-value-name {
    color: white;
    font-size: 30px;
    font-weight: 500;
    line-height: 8mm;
    white-space: nowrap;
}

    .payout-cert-card-value-name .span {
        max-width: 80%;
    }

.payout-cert-card-value-profit {
    color: white;
    font-size: 100px;
    font-weight: 700;
    line-height: 8mm;
    max-width: 140mm;
    white-space: nowrap
}

    .payout-cert-card-value-profit .span {
        max-width: 80%;
    }

.payout-cert-date {
    position: absolute;
    color: #B6C6FF;
    font-size: 24px;
    margin-bottom: 17.5mm;
    bottom: 0;
    margin-left: 60mm;
}
/* upgrade */
html:has(.upgrade-cert-card) {
    width: 900px;
    height: 699px;
    overflow: hidden;
}

.upgrade-cert-card {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 0;
    vertical-align: middle;
    /*text-align: center;*/
}

    .upgrade-cert-card img {
        width: 900px;
        height: 699px;
    }

.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: 74mm;
    margin-left: 12mm;
}

.upgrade-cert-title {
    color: white;
    font-size: 27px;
    font-weight: 500;
    line-height: 8mm;
    max-width: 140mm;
    white-space: nowrap;
    /*font-family: cursive*/
}

.upgrade-cert-description {
    color: white;
    font-size: 3mm;
    font-weight: 400;
    line-height: normal;
    margin-top: 16mm;
    max-width: 166mm;
}
.upgrade-cert-account-size {
    position: absolute;
    margin-top: 127mm;
    margin-left: 11mm;
    color: white;
    font-size: 77px;
    font-weight: 700;
    line-height: 8mm;
    max-width: 140mm;
    white-space: nowrap;
    /*font-family: cursive;*/
}
.upgrade-cert-date {
    position: absolute;
    color: #B6C6FF;
    font-size: 24px;
    margin-bottom: 17.5mm;
    bottom: 0;
    margin-left: 36mm;
}