.pay-selector>div{display:flex;gap:1.2em;align-items:flex-start;cursor:pointer}.pay-selector>div>:first-child,.pay-selector>div>:first-child>*{display:flex;justify-content:center}.pay-selector>div>:first-child>*{position:relative;width:25px;height:25px;border-radius:50%;border:1px solid #d1d5dc;align-items:center}.pay-selector>div>:first-child>:before{content:" ";position:absolute;width:17px;height:17px;border-radius:50%;transition:all .2s linear;background-color:transparent}.pay-selector>div._sel>:first-child>:before{background-color:#f25a2a}.pay-selector>div._disabled{cursor:not-allowed;opacity:.5}.pay-selector ._pgates{display:flex;align-items:center;flex-wrap:wrap;gap:1em}.pay-selector ._pgates>*{display:flex;flex-direction:column;align-items:center;gap:.3em;min-width:100px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:1em;border:1px solid #d1d5dc;padding:.7em .7em .2em;max-width:150px;transition:all .2s linear}.pay-selector ._pgates>._sel{border:1px solid #f25a2a}.pay-selector ._pgates>*>img{-webkit-user-select:none;-moz-user-select:none;user-select:none;max-width:100%;height:30px;-o-object-fit:contain;object-fit:contain}.pay-selector ._pgates>*>p{font-size:.8em;opacity:.8}
