﻿@font-face {
    font-family: 'SF Pro Display';
    src: url('/fonts/SFPro/SF-Pro-Display-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('/fonts/SFPro/SF-Pro-Display-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}


/* #region UPGRADE */

html:has(.upgrade-cert-card) {
    width: 800px;
    height: 579px;
}

.upgrade-cert-card {
    width: 800px;
    height: 579px;
    position: relative;
}

    .upgrade-cert-card img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .upgrade-cert-card .name {
        font-family: "Awesome Serif";
        color: #000;
        font-size: 36px;
        font-weight: 400;
        left: 110px;
        position: absolute;
        top: 313px;
        white-space: nowrap;
    }

    .upgrade-cert-card .value {
        font-family: "SF Pro Display";
        bottom: 58px;
        font-size: 36px;
        font-weight: 500;
        left: 50px;
        position: absolute;
        white-space: nowrap;
    }

/* #endregion */

/* #region PAYOUT */



.html:has(.payout-cert-card) {
    width: 800px;
    height: 579px;
}

.payout-cert-card {
    width: 800px;
    height: 579px;
    position: relative;
}

    .payout-cert-card img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .payout-cert-card .value {
        font-family: "SF Pro Display";
        color: #fff;
        font-size: 36px;
        font-weight: 500;
        left: 71px;
        position: absolute;
        bottom: 66px;
        white-space: nowrap;
    }

    .payout-cert-card .name {
        font-family: "Awesome Serif";
        color: #fff;
        font-size: 36px;
        font-weight: 400;
        transform: translate(-50%, -50%);
        left: 400px;
        position: absolute;
        top: 297px;
        white-space: nowrap;
    }

    .payout-cert-card .date {
        color: #fff;
        font-size: 9px;
        font-weight: 500;
        font-family: "SF Pro Display";
        position: absolute;
        right: 55px;
        top: 55px;
    }

/* #endregion */
