button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;color:var(--white);font-weight:700;border-radius:5px;font-size:14px;cursor:pointer;height:-moz-fit-content;height:fit-content}button:hover{filter:brightness(1.1)}.btn-large{padding:13px 15px;height:45px}.btn-mid{padding:0 20px;font-size:14px;height:38px}.btn-normal{padding:8px 10px;height:35px}.btn-small{padding:7px 10px;font-size:12px;height:30px}.btn-transparent{background-color:rgba(0,0,0,0)!important;color:var(--grey-2)!important;padding-left:0;padding-right:0}.btn-bordered{border:1px solid var(--grey-4);background-color:var(--white)!important;color:var(--grey-2)!important}.btn-arrow{position:relative;display:flex;align-items:center;gap:10px}.btn-arrow:after{content:"";display:block;width:13px;height:13px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' fill='none' viewBox='0 0 13 13'%3E%3Cpath fill='white' fill-rule='evenodd' d='M2.879 12.77a.867.867 0 0 1-.05-1.224L7.488 6.5 2.83 1.454A.867.867 0 0 1 4.104.28l5.2 5.633a.867.867 0 0 1 0 1.176l-5.2 5.633a.867.867 0 0 1-1.225.05Z' clip-rule='evenodd'/%3E%3C/svg%3E%0A")}.btn-copy{position:relative;display:flex;align-items:center;padding:0 10px}@keyframes fade{0%{opacity:0}to{opacity:1}}.btn-copy:after{animation:fade .2s ease-out forwards;content:"";display:block;width:15px;height:15px;background-image:url('data:image/svg+xml,<svg width="15" height="16" viewBox="0 0 15 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.5789 0.5H2.36842C1.61237 0.5 1 1.11023 1 1.86364V11.4091H2.36842V1.86364H10.5789V0.5ZM12.6316 3.22727H5.10526C4.34921 3.22727 3.73684 3.8375 3.73684 4.59091V14.1364C3.73684 14.8898 4.34921 15.5 5.10526 15.5H12.6316C13.3876 15.5 14 14.8898 14 14.1364V4.59091C14 3.8375 13.3876 3.22727 12.6316 3.22727ZM12.6316 14.1364H5.10526V4.59091H12.6316V14.1364Z" fill="%23077BC2"/></svg>')}.btn-copied:after{animation:pop .3s ease;width:12px;height:9px;background-image:url('data:image/svg+xml,<svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.59537 9.23926C4.48059 9.35347 4.32525 9.41759 4.16333 9.41759C4.0014 9.41759 3.84607 9.35347 3.73128 9.23926L0.269162 5.77906C0.183828 5.69374 0.116136 5.59244 0.0699534 5.48096C0.0237703 5.36948 0 5.24999 0 5.12931C0 5.00864 0.0237703 4.88915 0.0699534 4.77767C0.116136 4.66618 0.183828 4.56489 0.269162 4.47957L0.701207 4.04752C0.786537 3.96212 0.887863 3.89436 0.999392 3.84814C1.11092 3.80191 1.23047 3.77812 1.35119 3.77812C1.47192 3.77812 1.59147 3.80191 1.703 3.84814C1.81453 3.89436 1.91585 3.96212 2.00118 4.04752L4.16141 6.20775L9.99882 0.369378C10.0841 0.283972 10.1855 0.21622 10.297 0.169994C10.4085 0.123768 10.5281 0.0999756 10.6488 0.0999756C10.7695 0.0999756 10.8891 0.123768 11.0006 0.169994C11.1121 0.21622 11.2135 0.283972 11.2988 0.369378L11.7308 0.801423C11.8162 0.886744 11.8839 0.98804 11.93 1.09952C11.9762 1.21101 12 1.3305 12 1.45117C12 1.57184 11.9762 1.69133 11.93 1.80282C11.8839 1.9143 11.8162 2.0156 11.7308 2.10092L4.59537 9.23926Z" fill="%23077BC2"/></svg>')}@keyframes pop{0%{transform:scale(1)}40%{transform:scale(1.4) rotate(15deg)}to{transform:scale(1)}}.btn-disabled{background-color:#c6c6c6;pointer-events:none;cursor:no-drop}