@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@400;500&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400&display=swap);#add-card .card-container{display:grid}#add-card .card-container .grid-x{gap:24px}#add-card .card-container .button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}#add-card .card-container .button #custom-button{margin-bottom:20px;margin-top:8px;padding:12px 16px}#add-card .card-container #card-error{color:#ff8a80!important}.StripeElement{background-color:#322d48;border-radius:4px;padding:12px 16px;margin-bottom:24px;margin-top:7px;width:100%}.StripeElement--focus{outline:1px solid #5935dd}#cards .page{padding:55px 50px 115px 50px}#cards .page h1{color:#fff;margin-bottom:30px}#cards .page h1 svg{margin-right:10px}#cards .page .card-list{margin-top:30px}#cards .page .menu-card{background-color:#241f39;padding:8px 16px;border-radius:8px;margin-right:8px}#cards .page .menu-card.router-link-exact-active{background-color:#5935dd}#cards .page .menu-card h4{color:#fff}#cards .page .card-image svg{height:30px}#cards .page .loading{width:100px;margin:50px auto}#cards .page .no-cards{max-width:400px;margin:2rem auto 0 auto}#cards .page .no-cards .cell{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#cards .page .no-cards p{margin:2.5rem 0 4rem 0;text-align:center;line-height:16px}#cards .page .no-cards svg{width:200px}#cards .card{background-color:#241f39;padding:24px;border-radius:8px;margin-top:20px}#cards .card .card-numbers{color:#fff;font-weight:600;text-transform:capitalize}#cards .card .card-numbers,#cards .card .expiration-date{font-size:14px;font-family:Inter,sans-serif;margin-left:24px;margin-bottom:5px}#cards .card .expiration-date{font-weight:400;color:#aaa0d4}#cards .card .invalid-warning{font-weight:400;font-size:12px;line-height:1.5;font-family:Inter,sans-serif;color:#ff8a80;margin-left:24px;margin-bottom:5px}#cards .card .delete{margin-left:24px;color:#e345ff;text-decoration:underline;cursor:pointer;display:inline-block}#cards .card .loader{margin-top:9px;margin-left:5px;-webkit-transform:scale(1.7);transform:scale(1.7)}#cards .card .selection-card-container{width:26px}#cards .card .selection-card-container label{margin:0}#cards .add-card-button{margin-top:30px}#cards .add-card-modal .modal-wrapper{background-color:#211d35;padding-top:20px}#cards .add-card-modal .modal-wrapper svg{position:absolute;top:20px;right:20px;width:15px;cursor:pointer}