.dashboard-buttons-modal{padding:24px;width:calc(100% - 40px);max-width:540px;display:flex;flex-direction:column;align-items:center;z-index:11}.dashboard-buttons-modal>header{margin-bottom:12px}.dashboard-buttons-modal__heading{flex-grow:1;text-align:center;font-size:17px;font-weight:700;line-height:22.13px;letter-spacing:-.01em;color:#6e7182}.dashboard-buttons-modal__content{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;font-size:14px;font-weight:400;line-height:18.23px;color:#6e7182}.dashboard-buttons-modal__action{margin-top:12px;display:flex;justify-content:center;align-items:center;background:var(--AccentBlue);box-shadow:-1px -1px 10px rgba(31,30,48,.04),1px 1px 2px rgba(31,30,48,.04);padding:6px 16px;font-weight:500;letter-spacing:-.01em;font-size:13px;cursor:pointer;color:var(--White);border-radius:8px;text-align:center;border:none;outline:none}.dashboard-buttons-modal__footer{margin-top:12px;font-size:12px;font-weight:500;line-height:16.8px;letter-spacing:-.01em;color:rgba(52,52,51,.4)}.dashboard-buttons-modal__footer a{color:#343433}.linkform{display:block;position:relative;flex-grow:1;border:0;padding:0;margin:0;width:min(100%,450px)}.linkform-icon{position:absolute;left:16px;top:0;bottom:0;width:23px;height:auto;margin:initial;height:18px;top:12px}.linkform-field{width:100%;background:var(--White);border:1px solid #eff1f7;box-shadow:inset 1px 1px 4px rgba(27,43,67,.06);border-radius:8px;color:var(--Black);font-size:14px;margin-bottom:8px;padding:11px 11px 11px 51px}.linkform-field::placeholder{color:var(--PaleGrey)}.linkform-field.error::placeholder{color:var(--SystemError)}.linkform-field:focus{outline:none;border:1px solid #d4e1fb}.linkform-button{padding:0 16px;border:none;background:var(--AccentBlue);color:var(--White);border-radius:4px;cursor:pointer;font-weight:500;font-size:13px;display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding-block:13px;border-radius:6px;max-height:43px}.linkform-button.success,.linkform-button:active,.linkform-button:hover{background:var(--HoverBlue)}.linkform-button.success{cursor:default}.linkform-button-plus{width:9px;height:auto}.linkform-button-check{width:11px}.linkform-button-spinner{width:19px;height:auto;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}