.base-button{cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;background:0 0;border:none;border-radius:.25rem;justify-content:center;align-items:center;width:auto;padding:.5rem 1.5rem;line-height:115%;text-decoration:none;transition:color .15s,background-color .15s,box-shadow .15s,filter .15s;display:inline-flex;position:relative}.base-button>svg,.base-button>span{display:inline-block}.base-button>svg+span,.base-button>span+svg{margin-left:.5rem}.base-button:hover{text-decoration:none!important}.base-button--loading:after{content:"";border:2px solid #fff;border-right-color:#0000;border-radius:50%;width:14px;height:14px;margin-top:-7px;animation-name:rotate-forever;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite;display:inline-block;position:absolute;top:50%;right:7px}.base-button--small{padding:.375rem .75rem;font-size:.75rem;font-weight:400}.base-button--small.base-button--loading:after{content:none}.base-button--big{padding:.75rem 1.75rem;font-size:1rem;font-weight:700}.base-button--big.base-button--loading:after{width:19px;height:19px;margin-top:-9px;top:50%;right:5px}.base-button--fixed{min-width:12.25rem;padding:.75rem 1.2rem;font-size:1rem;font-weight:700}.base-button--fixed.base-button--loading:after{width:21px;height:21px;margin-top:-10px}.base-button--full-width{width:100%;padding:.75rem 1.75rem}.base-button--rounded{border-radius:1.875rem}.base-button--rounded.base-button--big{padding:.75rem 1.75rem}.base-button--square{border-radius:0}.base-button--square.base-button--big{padding:.75rem 1.75rem}.base-button--default{color:var(--dark-gray-color-4);background:var(--light-gray-color-2)}.base-button--default:hover{background:var(--light-gray-color-3)}.base-button--primary{color:var(--colors-foreground-fg-white);background:var(--primary-color)}.base-button--primary svg,.base-button--primary path{fill:var(--colors-foreground-fg-white)}.base-button--primary.base-button--link{color:var(--colors-foreground-fg-white)!important}.base-button--primary:hover{filter:brightness(1.1)}.base-button--primary.base-button--loading{background:var(--primary-color-4);color:var(--colors-foreground-fg-white)}.base-button--primary.base-button--loading:hover{filter:brightness();background:var(--primary-color-4)}.base-button--secondary{color:var(--primary-color);background:var(--primary-color-5)}.base-button--secondary:hover{background:var(--primary-color-4)}.base-button--secondary.base-button--loading{background:var(--light-gray-color-4);color:var(--light-gray-color)}.base-button--secondary.base-button--loading:after{border-color:var(--light-gray-color);border-right-color:#0000}.base-button--secondary.base-button--disabled,.base-button--secondary.base-button--disabled:hover{background:var(--light-gray-color-4)}.base-button--white{color:var(--primary-color);background:#fff}.base-button--white:hover{background:var(--primary-color-5)}.base-button--white.base-button--disabled,.base-button--white.base-button--disabled:hover{background:#ffffff80;color:#4975f680!important}.base-button--danger{color:var(--red-color);background:var(--light-gray-color-4)}.base-button--danger:hover{background:var(--light-gray-color-3)}.base-button--primary-danger{color:var(--colors-foreground-fg-white);background:var(--red-color)}.base-button--primary-danger:hover{background:var(--red-color)}.base-button--transparent{color:var(--colors-foreground-fg-white);background:0 0}.base-button--transparent:hover{background:#ffffff1a}.base-button--transparent.base-button--disabled{color:#ffffff80}.base-button--transparent.base-button--disabled:hover,.base-button--text{background:0 0}.base-button--text:hover{filter:brightness();background:var(--primary-color-5);-webkit-box-shadow:none;box-shadow:none}.base-button--text.base-button--default:hover{background:var(--light-gray-color-4)}.base-button--text.base-button--primary{color:var(--primary-color)}.base-button--text.base-button--primary svg,.base-button--text.base-button--primary path{fill:var(--primary-color)}.base-button--text.base-button--disabled{background:0 0}.base-button--text.base-button--loading:after{border:2px solid var(--dark-gray-color-5);border-right-color:#0000}.base-button--block{justify-content:center;align-items:center;width:100%;display:flex}.base-button--disabled{pointer-events:none;cursor:default;background:var(--light-gray-color-2);color:var(--dark-gray-color-5)!important}.base-button--disabled:hover{color:var(--light-gray-color-5);background:var(--light-gray-color-2)}.base-button--disabled svg,.base-button--disabled path,.base-button--disabled rect{fill:var(--dark-gray-color-5)!important}.base-button--icon{vertical-align:middle;border-radius:100%;width:1.75rem;height:1.75rem;padding:0;line-height:100%;display:inline-block}.base-button--icon svg{vertical-align:middle;max-width:100%;max-height:100%;transition:all;display:inline-block}.base-button--icon.base-button--big{width:2.5rem;height:2.5rem}.base-button--icon.base-button--loading svg{opacity:0;visibility:hidden}.base-button--icon.base-button--loading:after{width:16px;height:16px;margin-top:-8px;margin-right:-8px;top:50%;right:50%}.base-button--icon.base-button--loading.base-button--big:after{width:20px;height:20px;margin-top:-10px;margin-right:-10px}.base-button--no-hover:hover{background:0 0!important}.base-button--no-hover .ripple-container{display:none!important}.base-button--bold,.base-button--bold span{font-weight:700}.base-button--uppercase{text-transform:uppercase}@keyframes rotate-forever{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
