/*!
 * payments-wallet-tsa-ui
 * Copyright (c) 2023 - Present Intuit Inc. All rights reserved. Unauthorized reproduction is a violation of applicable law. This material contains certain confidential and proprietary information and trade secrets of Intuit Inc.
 */
.drawerHeader div {
	min-width: 0;
}

.drawerHeader div + div {
	width: 0;
}

.drawerHeader div + div + div {
	width: 550px;
	justify-content: space-between;
}

.icon {
    background-repeat: no-repeat;
    background-size: cover;
    height: 28px;
    width: 50px;
    padding-left: 8px;
    padding-right: 8px;
}

.icon.field {
    top: 4px;
    right: 4px;
    position: absolute;
}

.icon.visa {
    background-image: url(https://html-assets-prod.guideflow.com/1d663c2590f7f65020eedab4b57c28563ab7f110);
}
.icon.amex, .icon.field.american-express {
    background-image: url(https://html-assets-prod.guideflow.com/c17b195ba18b0c5adaaef8cdb8d201d6143d6835);
}
.icon.mc, .icon.field.mastercard {
    background-image: url(https://html-assets-prod.guideflow.com/d50ec61cb4edc6822821b7e7963695c0a42d2f4b);
}
.icon.disc, .icon.field.discover {
    background-image: url(https://html-assets-prod.guideflow.com/83aee7fe4fdb37357d6ca5490985262d18674dde);
}
.icon.jcb {
    background-image: url(https://html-assets-prod.guideflow.com/2887cd96e7bb9831123e230e49f6d6d09b187060);
}

.anyclassnamethatwontbeused{display:inherit}

/*# sourceMappingURL=15.7b639b6232ba35fb4115cd7116c3.css.map*/