.myBtn{all:unset;display:flex;align-items:center;justify-content:center;width:fit-content;background:#f23704;cursor:pointer;transition:.15s;padding:8px 12px;gap:8px;border-radius:8px}.myBtn .myBtn__label{color:#fff;font-family:var(--rethink);font-size:14px;font-style:normal;font-weight:600;line-height:150%;white-space:nowrap}.myBtn:hover{transition:.15s;background:#fff}.myBtn:hover .myBtn__label{color:#f23704}.myBtn:active{transition:.15s;background:#e6e6e6}.myBtn:active .myBtn__label{color:#f23704}.disabled{color:#696f7d;box-shadow:none;cursor:not-allowed}.disabled,.disabled:hover{background:#d7dceb}.button__href:after{all:unset!important}