﻿@media print {
    body

{
    background-color: white !important;
}

#documentSection {
    display: none;
}

}

.terms-and-conditions {
    display: flex;
    justify-content: center;
    align-items: center;
}

.virtual-card {
    background-repeat: no-repeat;
    background-size: cover;
}

.mastercard .card-financial-type {
    right: 7%;
    top: 44%;
}

.visa .card-financial-type {
    right: 7%;
    bottom: 20%;
}

.visa-white-logo {
    width: 5em;
    height: 5em;
    vertical-align: middle;
    display: inline-block;
}

.icon {
    height: 1em;
    vertical-align: middle;
    margin-right: 0.5em;
}

.icon-wrapper {
    display: flex;
    align-items: center;
}

.export-button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.cvv {
    right: 7%;
    top: 10%;
}

.group-id-line {
    top: 30%;
}

.group-id-line-Template3 {
    grid-column: 2/2;
    grid-row: 1/1;
    padding-left: 10px;
}

.bin-line-Template3 {
    grid-column: 1/1;
    grid-row: 2/2;
}

.rx-id-Template3 {
    grid-column: 1/1;
    grid-row: 1/1;
}

.pcn-line-Template3 {
    grid-column: 2/2;
    grid-row: 2/2;
    padding-left: 10px;
}

.cvv-Template3 {
    right: 32%;
    top: 70%;
    color: white;
    font-size: large;
}

.member-id-line-Template3 {
    top: 45%;
    left: 20%;
}

.template02 {
    left: 7%;
    top: 10%;
}

.template03 {
    left: 7%;
    top: 22%;
    display: inline-grid;
}

.span-label {
    font-family: system-ui;
    font-size: smaller;
}

.pan {
    left: 0;
    margin: 0 auto;
    top: 50%;
}

.pan-Template3 {
    left: 0;
    top: 53%;
    color: white;
    margin: 0 auto;
}

.cardholder-name {
    left: 12%;
    top: 85%;
}

.cardholder-nameTemplate3 {
    left: 12%;
    top: 85%;
    color: white;
}

.card-association-logo {
    right: 5%;
    bottom: 5%;
}

.visa .card-association-logo {
    right: 7%;
}

.expiration {
    left: 32%;
    top: 70%;
}

.expiration-template2 {
    left: 7%;
    top: 70%;
}

.expiration-template_Abbvie_01 {
    left: 11%;
    top: 70%;
    color: white;
}

.dynamic-card-fields {
    left: 8%;
    top: 24%;
    right: 8%;
}

    .dynamic-card-fields > div {
        flex: 0 50%;
    }

@media (min-width: 1024px) {
    .virtual-card {
        background-size: contain;
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 1);
        height: 336px;
        width: 525px;
    }

    .pan {
        left: 7%;
        top: 50%;
    }

    .dynamic-card-fields {
        left: 12%;
        top: 30%;
        top: 23%;
        right: 12%
    }
}

@media (max-width: 1024px) {
    .pan {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        margin-top: 10px;
    }
}

.background-formatting {
    --tw-bg-opacity: 1;
    background-color: rgba(203,213,224,var(--tw-bg-opacity))
}

/* this added to match the original font of the VDS site*/
html {
    font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    line-height: 1.5
}
