﻿@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: 550px;
}

.upgrade-cert-card {
    width: 800px;
    height: 550px;
    position: relative;
}

    .upgrade-cert-card img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .upgrade-cert-card .name {
        font-family: "SF Pro Display";
        color: #000;
        font-size: 36px;
        font-weight: 400;
        left: 225px;
        transform: translate(-50%, 0);
        position: absolute;
        top: 240px;
        white-space: nowrap;
        text-transform: uppercase;
    }

    .upgrade-cert-card .value {
        font-family: "SF Pro Display";
        bottom: 116px;
        font-size: 18px;
        font-weight: 500;
        left: 91px;
        position: absolute;
        white-space: nowrap;
    }
    .upgrade-cert-card .date {
        font-family: "SF Pro Display";
        bottom: 53px;
        font-size: 18px;
        font-weight: 500;
        left: 91px;
        position: absolute;
        white-space: nowrap;
    }

/* #endregion */

/* #region PAYOUT */



.html:has(.payout-cert-card) {
    width: 800px;
    height: 549px;
}

.payout-cert-card {
    width: 800px;
    height: 549px;
    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: 28px;
        font-weight: 500;
        left: 79px;
        position: absolute;
        bottom: 108px;
        white-space: nowrap
    }

    .payout-cert-card .name {
        font-family: "SF Pro Display";
        color: #fff;
        font-size: 28px;
        font-weight: 500;
        left: 60px;
        position: absolute;
        top: 277px;
        white-space: nowrap;
        text-transform: uppercase;
    }

    .payout-cert-card .date {
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        font-family: "SF Pro Display";
        position: absolute;
        bottom: 58px;
        left: 166px;
    }
    .payout-cert-card .account-size {
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        font-family: "SF Pro Display";
        position: absolute;
        bottom: 58px;
        left: 81px;
    }

/* #endregion */
