.custom-button-wrapper{display:flex;justify-content:center;align-items:center;font-weight:bold;font-size:14px;min-height:40px;height:100%;width:100%;padding:0 25px;background:rgba(0,0,0,0) linear-gradient(279deg, #ffc700 0%, #ffdf6c 100%) 0% 0% no-repeat padding-box;border-radius:3px;transition:background,filter .05s;user-select:none;outline:none;white-space:nowrap;border:none;color:#000}.custom-button-wrapper:hover{cursor:pointer;filter:brightness(1.1)}.custom-button-wrapper:disabled{filter:grayscale(1);box-shadow:none}.custom-button-wrapper.transparent,.custom-button-wrapper.semi-transparent{color:var(--dashboard-text-color-primary);background:none;box-shadow:none}.custom-button-wrapper.transparent:hover,.custom-button-wrapper.semi-transparent:hover{background:rgba(255,255,255,.05)}.custom-button-wrapper.semi-transparent{border:2px solid rgba(255,255,255,.3)}.custom-button-wrapper.small{min-height:35px;height:35px}.custom-button-wrapper.large{min-height:55px;height:55px;font-size:18px}.custom-button-wrapper .svg-icon{margin-right:5px;align-self:center;height:22px;width:22px}