.widget-iframe {
    border: 0;
    width: 100%;
    max-width: 343px;
    aspect-ratio: 343 / 240;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    background: none;
}

iframe::-webkit-scrollbar {
    display: none;
}
body {
    margin: 0 auto;
}
#widget_container {
    width: 343px;
    height: auto;
    display: block;
}

#widget_container_card_front {
    position: relative;
    margin: 0;
    margin-top: 1.5rem;
    width: 100%;
}
.card-container {
    max-width: 657px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    text-align: center;
}


/* #hide_widget_container {
    display: block;
    position: absolute;
    width: 473px;
    height: 100px;
    top: 439px;
} */

#widget_container_manage_card {
    width: 90%;
    margin: 0 auto;
    display: block;
    height: 285px;
}
.widget-iframe-manage-card {
    border: 0;
    width: 100%;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    background: none;
    height: 285px;

}

.icon-col {
    width: 25px;     /* fixes column width */
    min-width: 25px;
    max-width: 25px;
}
.icon-col {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
}

.icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;        /* circle size */
    height: 25px;
    border-radius: 50%; /* make it round */
    background-color: #6f42c1; /* Bootstrap purple, adjust to match brand */
    color: #fff;        /* white icon */
    font-size: 14px;    /* icon size, tweak up/down */
}
.icon-circle.transaction-denied { background-color: #FF0000;  }

.support-box {
    background-color: #F5F1FB; /* light lavender background */
}

.text-purple {
    color: #6f42c1; /* Bootstrap purple */
}

/* Animate arrow */
.toggle-icon {
    transition: transform 0.2s ease;
}

/* When expanded, rotate up */
button[aria-expanded="true"] .toggle-icon {
    transform: rotate(180deg);
}


#physical_card_info.card-pvisa {
    display: block;
    position: relative;
    width: 250px;
    top: -270px;
    left: 25px;
    font-size: 20px;
    color: #fff;
    text-align: left;
}

#physical_card_info.card-pmc, #physical_card_info.card-vmc {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 22px;
    font-size: 20px;
    color: #000;
}

#physical_card_info.card-vvisa, #physical_card_info.card-pvisa {
    display: block;
    position: absolute;
    top: 16px;
    left: 22px;
    font-size: 20px;
    color: #fff;
}

#physical_card_info .last4pan {font-family: monospace;}

#physical_card_info .validthru { font-size: 12px; }