.switch-container{display:flex;align-items:center;margin-bottom:1rem}.switch{position:relative;display:inline-block;margin-right:.5rem;max-height:1.25rem;min-width:2.25rem;padding:.125rem}.switch input{opacity:0;width:0;height:0}.slider,.slider::before{position:absolute;transition:background-color .4s,transform .4s,box-shadow .4s;-webkit-transition:.4s}.slider{top:0;left:0;right:0;bottom:0;background-color:#ccc;border-radius:2.125rem;cursor:pointer}.slider::before{content:"";height:1rem;width:1rem;left:2px;bottom:2px;background-color:#fff;border-radius:50%}input:checked+.slider{background-color:#5f7d4f}input:focus+.slider{box-shadow:0 0 1px #5f7d4f}input:checked+.slider::before{-webkit-transform:translateX(1rem);-ms-transform:translateX(1rem);transform:translateX(1rem)}.a-Switch-toggle,.a-Switch-toggle::before{transition:background-color .4s,transform .4s,box-shadow .4s;-webkit-transition:.4s}.a-Switch-toggle{border-radius:2.125rem}.a-Switch-toggle::before{border-radius:50%}.payment-bar{padding:1rem;min-width:25%;min-height:10%;z-index:999;bottom:5px;right:5px;position:fixed;border-color:#afbac5}.payment-button{border-radius:2px}