body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@font-face{font-family:jeko;src:url(/vault-demo/static/media/Jeko-Regular.854eae79b3f5578f767b.otf)}@font-face{font-family:jeko-bold;src:url(/vault-demo/static/media/Jeko-Bold.84af4abd42e8a0e6b90c.otf)}@font-face{font-family:cerebri-sans;src:url(/vault-demo/static/media/CerebriSansPro-Regular.f12e0a0aabef0732aa99.ttf)}#root,body,html{height:100%}div{font-family:jeko,sans-serif}h2,h3{font-family:jeko-bold,sans-serif}p{font-family:cerebri-sans}.title-section{flex-direction:column;font-family:jeko-bold,sans-serif;justify-content:center}.card,.title-section{display:flex;flex-wrap:wrap}.card{flex-direction:row}.title{font-size:3em}.title,.title-card h3{text-align:center}.cart-list{border:2px solid grey;border-radius:16px;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-between;margin:auto;width:90%}.btn{align-self:center;background:none;border:none;color:#fff;cursor:pointer;display:inline-block;font-family:jeko-bold,sans-serif;line-height:1.5;margin:5px;padding:6px 12px;text-align:center;text-decoration:none}.btn.green{background-color:#00a651}.btn.green,.btn.red{border-radius:16px;color:#fff}.btn.red{background-color:#fc737a}.btn.orange{background-color:orange}.btn.gray,.btn.orange{border-radius:16px;color:#fff}.btn.gray{background-color:#b1b3b5}.btn.large{font-size:1.5rem}.btn.green:hover{background-color:#037843}.btn.green:active{transform:translateY(3px)}.btn.orange:hover{background-color:#341f72;border:solid grey}.flex-right{margin-right:10%;margin-top:10px}.flex-left,.flex-right{display:flex;flex-direction:row;justify-content:flex-end}.flex-center{display:flex;flex-direction:column;justify-content:center;margin:auto}.nav-bar{background-color:#4929aa;flex-shrink:0;flex-wrap:wrap;justify-content:space-between;margin:0 0 2vh}.nav-bar,.nav-bar-item{display:flex;flex-direction:row}.nav-bar-item{color:#fff;margin:0 1vw}.nav-bar-item.button-container{align-items:center;margin-right:1vw}.maya-logo-img{cursor:pointer;width:25px}.user-img{height:25px;margin-right:.5vw;margin-top:15px;width:25px}.user-img,.user-text{display:inline-block}.cart-item{border-bottom:2px solid grey;font-size:1.5rem}.cart-item,.item-info{column-gap:5vw;display:flex;flex-wrap:wrap}.item-info{flex-direction:row;flex-grow:5;font-size:1.2rem;justify-content:space-around;margin-right:4vw}.cart-product{display:flex;flex-grow:1;font-size:1.2rem;justify-content:space-between;margin-left:10vw}.cart-total{font-size:1.5rem;margin-bottom:2%;margin-right:15%}.cart-total,.redirect-button{display:flex;justify-content:flex-end;margin-top:2%}.redirect-button{margin-right:5%}.payment-text{font-size:1.2em;margin:0 5%}.footer{background-color:#4929aa;display:flex;flex-shrink:0;flex-wrap:wrap;justify-content:center;margin:1% 0 0}.payment-text a{color:#00a651}.footer p,p a{color:#fff}.footer p{padding:2%;text-align:center}.landing-page-header{margin-bottom:3vh}.landing-page-header,.products-container{display:flex;flex-direction:row;flex-wrap:wrap}.products-container{justify-content:space-evenly}.product-card-container{border:1px solid grey;border-radius:16px;margin:1vh;padding:4vh;width:40%}.product-card-header{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.product-card-header h2,h4{line-height:0vh}.body{display:flex;flex-direction:column;height:100%}.content{flex:1 0 auto}.cards-header{display:flex;flex-direction:row;flex-wrap:wrap;font-family:jeko-bold,sans-serif;font-weight:700;justify-content:space-around;text-align:center}.cards-header.list-header{margin:0 1vw 0 5%}.credit-card-container{background-color:#f4f5f5;border:1px solid #f4f5f5;border-radius:16px;display:flex;flex-direction:row;flex-wrap:wrap;font-family:jeko-bold,sans-serif;font-size:.8em;justify-content:space-around;margin:1vh 1vw;text-align:center}.credit-card-container .column{margin:auto;width:32%}.credit-card-container .column-small{margin:auto;width:4%}.modal-wrapper{background:#0009;height:100%;left:0;position:fixed;top:0;width:100%}.modal{background:#fff;border-radius:16px;display:flex;flex-direction:column;height:auto;left:50%;padding:30px 0;position:fixed;top:50%;transform:translate(-50%,-50%);transition:all 5s;width:95%;z-index:1}.debug-modal{max-height:70vh;min-height:70vh;overflow-y:auto}.modal-header{display:flex;flex-direction:row;text-align:center}.modal-header .header{font-family:jeko-bold,sans-serif;font-size:1.5em;margin-left:5vw}.modal-header .header.clickable{cursor:pointer}.modal-body{bottom:0;left:0;overflow:auto;position:absolute;right:0;top:100px}.modal-visible{display:block}.modal-hidden{display:none}.modal-title{text-align:center}.modal p{color:#000}.add-new-card-form{background-color:#fff;border:1px solid #fff;border-radius:16px;display:flex;flex-direction:column;flex-wrap:wrap;font-family:jeko-bold,sans-serif;justify-content:center;margin:1vh 1vw}.add-new-card-form input[type=text],[type=number]{background-color:#f4f5f5;border:0;border-radius:16px;font-family:jeko-bold,sans-serif;height:6vh;margin:1vh 0;outline:none;padding:.5vh 0;text-indent:3%;width:100%}.add-new-card-form .btn-container{display:flex;justify-content:center}.add-new-card-form input[type=text]:focus,input[type=number]:focus{outline:none!important}.add-new-card-form input[type=checkbox]{accent-color:#00a651;margin-left:3vw}.add-new-card-form label{font-family:jeko-bold,sans-serif;margin-left:1vw}.add-new-card-form.visible{display:block}.add-new-card-form.hidden{display:none}.label-default{color:gray}.new-card-checkout{display:flex;justify-content:center}.new-card-info{display:flex;flex-direction:column}.new-card-info,.new-card-settings{margin:auto;width:80%}.checkout-cards-container .no-cards{font-size:1.5em;text-align:center}.checkout-card-list{column-gap:5vw;display:flex;flex-direction:column;justify-content:flex-start}.checkout-card input{margin-left:3vw}.vaulted-card-checkout{display:flex;justify-content:center}.card-info{display:flex;flex:auto;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.card-type{display:flex;margin:auto 5vw auto 1.5vw}.card-number{display:flex;margin-right:5vw}pre{font-size:1em;white-space:pre-wrap;width:80%}.snippet-container{align-items:center;overflow-x:hidden;overflow-y:hidden}.accordion-container,.snippet-container{display:flex;flex-direction:column}.accordion-button{background:#cddede;cursor:pointer;display:flex;font-family:jeko-bold,sans-serif;justify-content:center;margin:auto;padding:1em;position:relative;text-align:center;width:85%}.accordion-button:hover{background-color:#899393}.accordion-caret{color:#000!important;margin:auto;padding:0!important;position:absolute;right:5%}.accordion-content{display:flex;justify-content:center;max-height:0;overflow:auto}.accordion-state:checked~.accordion-content{max-height:100%}.accordion-state:not(:checked)~label .accordion-button .accordion-caret{transform:rotate(90deg)}.accordion-inner{padding:3%;width:85%}.checkout-form{display:flex;flex-direction:column}.checkout-card{display:flex}.checkout-card:has(.checkout-card-input:checked){background:#cddede}.prompt-container{background-color:#e3edf2;border:1px solid #5bc0de;display:flex;flex-direction:row;flex-wrap:wrap;margin:10px 1em;padding:0 1.5em;text-align:center justify}.loader{animation:spin 2s linear infinite;border:1.5vh solid #cacaca;border-radius:50%;border-top-color:#4929aa;height:2vh;margin-bottom:auto;margin-top:auto;width:2vh}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.bar-loader{animation:rikSpikeRoll .65s linear infinite alternate;background-image:linear-gradient(#fff 50px,#0000 0),linear-gradient(#fff 50px,#0000 0),linear-gradient(#fff 50px,#0000 0),linear-gradient(#fff 50px,#0000 0),linear-gradient(#fff 50px,#0000 0),linear-gradient(#fff 50px,#0000 0);background-position:0,10px,20px,30px,40px,50px,60px;background-repeat:no-repeat;height:20px;position:relative;width:55px}@keyframes rikSpikeRoll{0%{background-size:5px 3px}16%{background-size:5px 50px,5px 3px,5px 3px,5px 3px,5px 3px,5px 3px}33%{background-size:5px 30px,5px 50px,5px 3px,5px 3px,5px 3px,5px 3px}50%{background-size:5px 5px,5px 30px,5px 50px,5px 3px,5px 3px,5px 3px}66%{background-size:5px 3px,5px 5px,5px 30px,5px 50px,5px 3px,5px 3px}83%{background-size:5px 3px,5px 3px,5px 5px,5px 30px,5px 50px,5px 3px}to{background-size:5px 3px,5px 3px,5px 3px,5px 5px,5px 30px,5px 50px}}.dropdown-container{display:flex;position:relative}.dropdown-button p{border:none;cursor:pointer;font-family:jeko-bold,sans-serif}.dropdown-label{margin-left:5vw}.dropdown-content{background-color:#4929aa;border:1px solid #ccc;left:0;list-style:none;margin:0;padding:0;position:absolute;top:100%;width:250%;z-index:1}.dropdown-content li{cursor:pointer;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;max-height:0;overflow:auto;padding:0}.dropdown-button:checked~.dropdown-content li{max-height:100%}@media (max-width:600px){.large-screen{display:none}.small-screen{display:flex}}@media (min-width:601px){.small-screen{display:none}.large-screen{display:flex}}.google-pay-container{align-items:center;display:flex;flex-direction:column;margin:auto;padding:1em 0;width:min(400px,85%)}.divider-or{align-items:center;color:grey;display:flex;font-family:cerebri-sans,sans-serif;font-size:.9em;margin:1.5em auto;text-align:center;width:85%}.divider-or:after,.divider-or:before{border-bottom:1px solid #ccc;content:"";flex:1 1}.divider-or span{padding:0 1em}.google-pay-error{color:#d32f2f;font-family:cerebri-sans,sans-serif;font-size:.85em;margin-top:.75em;text-align:center}.google-pay-skeleton{animation:skeleton-shimmer 1.5s infinite;background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0 50%,#e0e0e0 75%);background-size:200% 100%;border-radius:4px;height:40px;margin-top:1em;width:100%}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}
/*# sourceMappingURL=main.8c205396.css.map*/