.gda-btn{line-height:var(--button-line-height-medium, 22px);--icon-font-size-inherit: var(--icon-size-medium, 20px);position:relative;display:inline-flex;align-items:center;justify-content:center;font-weight:var(--button-font-weight-large, 500);white-space:nowrap;text-align:center;background-image:none;border:var(--button-border-width, 1px) solid transparent;cursor:pointer;transition:all .3s cubic-bezier(.645,.045,.355,1);-webkit-user-select:none;user-select:none;touch-action:manipulation;vertical-align:middle;height:var(--button-height-large, 40px);padding:0 var(--button-space-horizontal-large, 16px);font-size:var(--button-font-size-medium, 14px);border-radius:var(--border-radius-large, 8px);color:var(--button-color-tertiary-regular, #222529);background:var(--button-background-color-tertiary-regular, #fff);border-color:var(--button-border-color-tertiary-regular, #e8eaec)}.gda-btn>.gdaicon{line-height:1}.gda-btn,.gda-btn:active,.gda-btn:focus{outline:0}.gda-btn:not([disabled]):hover{text-decoration:none}.gda-btn:not([disabled]):active{outline:0;box-shadow:none}.gda-btn.disabled,.gda-btn[disabled]{cursor:not-allowed}.gda-btn.disabled>*,.gda-btn[disabled]>*{pointer-events:none}.gda-btn-lg{--icon-font-size-inherit: var(--icon-size-medium, 20px);height:var(--button-height-large, 40px);padding:0 var(--button-space-horizontal-large, 16px);font-size:var(--button-font-size-large, 14px);border-radius:var(--border-radius-large, 8px)}.gda-btn-sm{--icon-font-size-inherit: var(--icon-size-medium, 20px);font-weight:var(--button-font-weight-medium, 400);height:var(--button-height-medium, 32px);padding:0 var(--button-space-horizontal-medium, 12px);font-size:var(--button-font-size-medium, 14px);border-radius:var(--border-radius-medium, 6px)}.gda-btn-xs{--icon-font-size-inherit: var(--icon-size-small, 16px);font-weight:var(--button-font-weight-small, 400);height:var(--button-height-small, 24px);padding:0 var(--button-space-horizontal-small, 8px);font-size:var(--button-font-size-small, 12px);border-radius:var(--border-radius-small, 4px)}.gda-btn>a:only-child{color:currentColor}.gda-btn>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn:hover{color:var(--button-color-tertiary-hover, #222529);background:var(--button-background-color-tertiary-regular, #fff);border-color:var(--button-border-color-tertiary-hover, #d9dcdf)}.gda-btn:hover>a:only-child{color:currentColor}.gda-btn:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn:active,.gda-btn.active{color:var(--button-color-tertiary-active, #222529);background:var(--button-background-color-tertiary-regular, #fff);border-color:var(--button-border-color-tertiary-active, #b4b8bf)}.gda-btn:active>a:only-child,.gda-btn.active>a:only-child{color:currentColor}.gda-btn:active>a:only-child:after,.gda-btn.active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-disabled,.gda-btn.disabled,.gda-btn[disabled],.gda-btn-disabled:hover,.gda-btn.disabled:hover,.gda-btn[disabled]:hover,.gda-btn-disabled:focus,.gda-btn.disabled:focus,.gda-btn[disabled]:focus,.gda-btn-disabled:active,.gda-btn.disabled:active,.gda-btn[disabled]:active,.gda-btn-disabled.active,.gda-btn.disabled.active,.gda-btn[disabled].active{color:var(--button-color-disabled, #b4b8bf);background:var(--button-background-color-disabled, #f1f2f4);border-color:var(--button-border-color-disabled, #f1f2f4);text-shadow:none;box-shadow:none}.gda-btn-disabled>a:only-child,.gda-btn.disabled>a:only-child,.gda-btn[disabled]>a:only-child,.gda-btn-disabled:hover>a:only-child,.gda-btn.disabled:hover>a:only-child,.gda-btn[disabled]:hover>a:only-child,.gda-btn-disabled:focus>a:only-child,.gda-btn.disabled:focus>a:only-child,.gda-btn[disabled]:focus>a:only-child,.gda-btn-disabled:active>a:only-child,.gda-btn.disabled:active>a:only-child,.gda-btn[disabled]:active>a:only-child,.gda-btn-disabled.active>a:only-child,.gda-btn.disabled.active>a:only-child,.gda-btn[disabled].active>a:only-child{color:currentColor}.gda-btn-disabled>a:only-child:after,.gda-btn.disabled>a:only-child:after,.gda-btn[disabled]>a:only-child:after,.gda-btn-disabled:hover>a:only-child:after,.gda-btn.disabled:hover>a:only-child:after,.gda-btn[disabled]:hover>a:only-child:after,.gda-btn-disabled:focus>a:only-child:after,.gda-btn.disabled:focus>a:only-child:after,.gda-btn[disabled]:focus>a:only-child:after,.gda-btn-disabled:active>a:only-child:after,.gda-btn.disabled:active>a:only-child:after,.gda-btn[disabled]:active>a:only-child:after,.gda-btn-disabled.active>a:only-child:after,.gda-btn.disabled.active>a:only-child:after,.gda-btn[disabled].active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn:focus-visible{outline:var(--focus-visible-outline-border-width, 3px) solid var(--focus-visible-outline-border-color, #9ebeff);outline-offset:var(--focus-visible-outline-offset, 1px)}.gda-btn>span{display:inline-block}.gda-btn .gdaicon{transition:margin-left .3s cubic-bezier(.645,.045,.355,1)}.gda-btn .gdaicon:first-child{margin-left:var(--icon-space-offset-horizontal, -4px);display:inline-flex}.gda-btn .gdaicon:last-child{margin-right:var(--icon-space-offset-horizontal, -4px);display:inline-flex}.gda-btn .gdaicon.gdaicon-plus>svg,.gda-btn .gdaicon.gdaicon-minus>svg{shape-rendering:optimizeSpeed}.gda-btn-primary{color:var(--button-color-primary-regular, #ffffff);background:var(--button-background-color-primary-regular, #2254f4);border-color:var(--button-border-color-primary-regular, rgba(0, 0, 0, 0))}.gda-btn-primary>a:only-child{color:currentColor}.gda-btn-primary>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-primary:hover{color:var(--button-color-primary-hover, #ffffff);background:var(--button-background-color-primary-hover, #1338cf);border-color:var(--button-border-color-primary-hover, rgba(0, 0, 0, 0))}.gda-btn-primary:hover>a:only-child{color:currentColor}.gda-btn-primary:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-primary:active,.gda-btn-primary.active{color:var(--button-color-primary-active, #ffffff);background:var(--button-background-color-primary-active, #0722a8);border-color:var(--button-border-color-primary-active, rgba(0, 0, 0, 0))}.gda-btn-primary:active>a:only-child,.gda-btn-primary.active>a:only-child{color:currentColor}.gda-btn-primary:active>a:only-child:after,.gda-btn-primary.active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-primary-disabled,.gda-btn-primary.disabled,.gda-btn-primary[disabled],.gda-btn-primary-disabled:hover,.gda-btn-primary.disabled:hover,.gda-btn-primary[disabled]:hover,.gda-btn-primary-disabled:focus,.gda-btn-primary.disabled:focus,.gda-btn-primary[disabled]:focus,.gda-btn-primary-disabled:active,.gda-btn-primary.disabled:active,.gda-btn-primary[disabled]:active,.gda-btn-primary-disabled.active,.gda-btn-primary.disabled.active,.gda-btn-primary[disabled].active{color:var(--button-color-disabled, #b4b8bf);background:var(--button-background-color-disabled, #f1f2f4);border-color:var(--button-border-color-disabled, #f1f2f4);text-shadow:none;box-shadow:none}.gda-btn-primary-disabled>a:only-child,.gda-btn-primary.disabled>a:only-child,.gda-btn-primary[disabled]>a:only-child,.gda-btn-primary-disabled:hover>a:only-child,.gda-btn-primary.disabled:hover>a:only-child,.gda-btn-primary[disabled]:hover>a:only-child,.gda-btn-primary-disabled:focus>a:only-child,.gda-btn-primary.disabled:focus>a:only-child,.gda-btn-primary[disabled]:focus>a:only-child,.gda-btn-primary-disabled:active>a:only-child,.gda-btn-primary.disabled:active>a:only-child,.gda-btn-primary[disabled]:active>a:only-child,.gda-btn-primary-disabled.active>a:only-child,.gda-btn-primary.disabled.active>a:only-child,.gda-btn-primary[disabled].active>a:only-child{color:currentColor}.gda-btn-primary-disabled>a:only-child:after,.gda-btn-primary.disabled>a:only-child:after,.gda-btn-primary[disabled]>a:only-child:after,.gda-btn-primary-disabled:hover>a:only-child:after,.gda-btn-primary.disabled:hover>a:only-child:after,.gda-btn-primary[disabled]:hover>a:only-child:after,.gda-btn-primary-disabled:focus>a:only-child:after,.gda-btn-primary.disabled:focus>a:only-child:after,.gda-btn-primary[disabled]:focus>a:only-child:after,.gda-btn-primary-disabled:active>a:only-child:after,.gda-btn-primary.disabled:active>a:only-child:after,.gda-btn-primary[disabled]:active>a:only-child:after,.gda-btn-primary-disabled.active>a:only-child:after,.gda-btn-primary.disabled.active>a:only-child:after,.gda-btn-primary[disabled].active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-ghost{color:var(--text-color-primary, #222529);background:transparent;border-color:var(--border-color-primary-regular, #e8eaec)}.gda-btn-ghost>a:only-child{color:currentColor}.gda-btn-ghost>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-ghost-disabled,.gda-btn-ghost.disabled,.gda-btn-ghost[disabled],.gda-btn-ghost-disabled:hover,.gda-btn-ghost.disabled:hover,.gda-btn-ghost[disabled]:hover,.gda-btn-ghost-disabled:focus,.gda-btn-ghost.disabled:focus,.gda-btn-ghost[disabled]:focus,.gda-btn-ghost-disabled:active,.gda-btn-ghost.disabled:active,.gda-btn-ghost[disabled]:active,.gda-btn-ghost-disabled.active,.gda-btn-ghost.disabled.active,.gda-btn-ghost[disabled].active{color:var(--button-color-disabled, #b4b8bf);background:var(--button-background-color-disabled, #f1f2f4);border-color:var(--button-border-color-disabled, #f1f2f4);text-shadow:none;box-shadow:none}.gda-btn-ghost-disabled>a:only-child,.gda-btn-ghost.disabled>a:only-child,.gda-btn-ghost[disabled]>a:only-child,.gda-btn-ghost-disabled:hover>a:only-child,.gda-btn-ghost.disabled:hover>a:only-child,.gda-btn-ghost[disabled]:hover>a:only-child,.gda-btn-ghost-disabled:focus>a:only-child,.gda-btn-ghost.disabled:focus>a:only-child,.gda-btn-ghost[disabled]:focus>a:only-child,.gda-btn-ghost-disabled:active>a:only-child,.gda-btn-ghost.disabled:active>a:only-child,.gda-btn-ghost[disabled]:active>a:only-child,.gda-btn-ghost-disabled.active>a:only-child,.gda-btn-ghost.disabled.active>a:only-child,.gda-btn-ghost[disabled].active>a:only-child{color:currentColor}.gda-btn-ghost-disabled>a:only-child:after,.gda-btn-ghost.disabled>a:only-child:after,.gda-btn-ghost[disabled]>a:only-child:after,.gda-btn-ghost-disabled:hover>a:only-child:after,.gda-btn-ghost.disabled:hover>a:only-child:after,.gda-btn-ghost[disabled]:hover>a:only-child:after,.gda-btn-ghost-disabled:focus>a:only-child:after,.gda-btn-ghost.disabled:focus>a:only-child:after,.gda-btn-ghost[disabled]:focus>a:only-child:after,.gda-btn-ghost-disabled:active>a:only-child:after,.gda-btn-ghost.disabled:active>a:only-child:after,.gda-btn-ghost[disabled]:active>a:only-child:after,.gda-btn-ghost-disabled.active>a:only-child:after,.gda-btn-ghost.disabled.active>a:only-child:after,.gda-btn-ghost[disabled].active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-dashed{color:var(--button-color-tertiary-regular, #222529);background:var(--button-background-color-tertiary-regular, #fff);border-color:var(--button-border-color-tertiary-regular, #e8eaec);border-style:dashed}.gda-btn-dashed>a:only-child{color:currentColor}.gda-btn-dashed>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-dashed:hover{color:var(--button-color-tertiary-hover, #222529);background:var(--button-background-color-tertiary-regular, #fff);border-color:var(--button-border-color-tertiary-hover, #d9dcdf)}.gda-btn-dashed:hover>a:only-child{color:currentColor}.gda-btn-dashed:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-dashed:active,.gda-btn-dashed.active{color:var(--button-color-tertiary-active, #222529);background:var(--button-background-color-tertiary-regular, #fff);border-color:var(--button-border-color-tertiary-active, #b4b8bf)}.gda-btn-dashed:active>a:only-child,.gda-btn-dashed.active>a:only-child{color:currentColor}.gda-btn-dashed:active>a:only-child:after,.gda-btn-dashed.active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-dashed-disabled,.gda-btn-dashed.disabled,.gda-btn-dashed[disabled],.gda-btn-dashed-disabled:hover,.gda-btn-dashed.disabled:hover,.gda-btn-dashed[disabled]:hover,.gda-btn-dashed-disabled:focus,.gda-btn-dashed.disabled:focus,.gda-btn-dashed[disabled]:focus,.gda-btn-dashed-disabled:active,.gda-btn-dashed.disabled:active,.gda-btn-dashed[disabled]:active,.gda-btn-dashed-disabled.active,.gda-btn-dashed.disabled.active,.gda-btn-dashed[disabled].active{color:var(--button-color-disabled, #b4b8bf);background:var(--button-background-color-disabled, #f1f2f4);border-color:var(--button-border-color-disabled, #f1f2f4);text-shadow:none;box-shadow:none}.gda-btn-dashed-disabled>a:only-child,.gda-btn-dashed.disabled>a:only-child,.gda-btn-dashed[disabled]>a:only-child,.gda-btn-dashed-disabled:hover>a:only-child,.gda-btn-dashed.disabled:hover>a:only-child,.gda-btn-dashed[disabled]:hover>a:only-child,.gda-btn-dashed-disabled:focus>a:only-child,.gda-btn-dashed.disabled:focus>a:only-child,.gda-btn-dashed[disabled]:focus>a:only-child,.gda-btn-dashed-disabled:active>a:only-child,.gda-btn-dashed.disabled:active>a:only-child,.gda-btn-dashed[disabled]:active>a:only-child,.gda-btn-dashed-disabled.active>a:only-child,.gda-btn-dashed.disabled.active>a:only-child,.gda-btn-dashed[disabled].active>a:only-child{color:currentColor}.gda-btn-dashed-disabled>a:only-child:after,.gda-btn-dashed.disabled>a:only-child:after,.gda-btn-dashed[disabled]>a:only-child:after,.gda-btn-dashed-disabled:hover>a:only-child:after,.gda-btn-dashed.disabled:hover>a:only-child:after,.gda-btn-dashed[disabled]:hover>a:only-child:after,.gda-btn-dashed-disabled:focus>a:only-child:after,.gda-btn-dashed.disabled:focus>a:only-child:after,.gda-btn-dashed[disabled]:focus>a:only-child:after,.gda-btn-dashed-disabled:active>a:only-child:after,.gda-btn-dashed.disabled:active>a:only-child:after,.gda-btn-dashed[disabled]:active>a:only-child:after,.gda-btn-dashed-disabled.active>a:only-child:after,.gda-btn-dashed.disabled.active>a:only-child:after,.gda-btn-dashed[disabled].active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-danger{color:var(--button-danger-color-primary-regular, #ffffff);background:var(--button-danger-background-color-primary-regular, #f54531);border-color:var(--button-danger-border-color-primary-regular, rgba(0, 0, 0, 0))}.gda-btn-danger>a:only-child{color:currentColor}.gda-btn-danger>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-danger:hover{color:var(--button-danger-color-primary-hover, #ffffff);background:var(--button-danger-background-color-primary-hover, #cf2b1f);border-color:var(--button-danger-background-color-primary-hover, #cf2b1f)}.gda-btn-danger:hover>a:only-child{color:currentColor}.gda-btn-danger:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-danger:active,.gda-btn-danger.active{color:var(--button-danger-color-primary-active, #ffffff);background:var(--button-danger-background-color-primary-active, #a81611);border-color:var(--button-danger-background-color-primary-active, #a81611)}.gda-btn-danger:active>a:only-child,.gda-btn-danger.active>a:only-child{color:currentColor}.gda-btn-danger:active>a:only-child:after,.gda-btn-danger.active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-danger-disabled,.gda-btn-danger.disabled,.gda-btn-danger[disabled],.gda-btn-danger-disabled:hover,.gda-btn-danger.disabled:hover,.gda-btn-danger[disabled]:hover,.gda-btn-danger-disabled:focus,.gda-btn-danger.disabled:focus,.gda-btn-danger[disabled]:focus,.gda-btn-danger-disabled:active,.gda-btn-danger.disabled:active,.gda-btn-danger[disabled]:active,.gda-btn-danger-disabled.active,.gda-btn-danger.disabled.active,.gda-btn-danger[disabled].active{color:var(--button-color-disabled, #b4b8bf);background:var(--button-background-color-disabled, #f1f2f4);border-color:var(--button-background-color-disabled, #f1f2f4);text-shadow:none;box-shadow:none}.gda-btn-danger-disabled>a:only-child,.gda-btn-danger.disabled>a:only-child,.gda-btn-danger[disabled]>a:only-child,.gda-btn-danger-disabled:hover>a:only-child,.gda-btn-danger.disabled:hover>a:only-child,.gda-btn-danger[disabled]:hover>a:only-child,.gda-btn-danger-disabled:focus>a:only-child,.gda-btn-danger.disabled:focus>a:only-child,.gda-btn-danger[disabled]:focus>a:only-child,.gda-btn-danger-disabled:active>a:only-child,.gda-btn-danger.disabled:active>a:only-child,.gda-btn-danger[disabled]:active>a:only-child,.gda-btn-danger-disabled.active>a:only-child,.gda-btn-danger.disabled.active>a:only-child,.gda-btn-danger[disabled].active>a:only-child{color:currentColor}.gda-btn-danger-disabled>a:only-child:after,.gda-btn-danger.disabled>a:only-child:after,.gda-btn-danger[disabled]>a:only-child:after,.gda-btn-danger-disabled:hover>a:only-child:after,.gda-btn-danger.disabled:hover>a:only-child:after,.gda-btn-danger[disabled]:hover>a:only-child:after,.gda-btn-danger-disabled:focus>a:only-child:after,.gda-btn-danger.disabled:focus>a:only-child:after,.gda-btn-danger[disabled]:focus>a:only-child:after,.gda-btn-danger-disabled:active>a:only-child:after,.gda-btn-danger.disabled:active>a:only-child:after,.gda-btn-danger[disabled]:active>a:only-child:after,.gda-btn-danger-disabled.active>a:only-child:after,.gda-btn-danger.disabled.active>a:only-child:after,.gda-btn-danger[disabled].active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-secondary{color:var(--button-color-secondary-regular, #222529);background:var(--button-background-color-secondary-regular, #e8eaec);border-color:var(--button-border-color-secondary-regular, rgba(0, 0, 0, 0))}.gda-btn-secondary>a:only-child{color:currentColor}.gda-btn-secondary>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-secondary:hover{color:var(--button-color-secondary-hover, #222529);background:var(--button-background-color-secondary-hover, #d9dcdf);border-color:var(--button-border-color-secondary-hover, rgba(0, 0, 0, 0))}.gda-btn-secondary:hover>a:only-child{color:currentColor}.gda-btn-secondary:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-secondary:active,.gda-btn-secondary.active{color:var(--button-color-secondary-active, #222529);background:var(--button-background-color-secondary-active, #b4b8bf);border-color:var(--button-border-color-secondary-active, rgba(0, 0, 0, 0))}.gda-btn-secondary:active>a:only-child,.gda-btn-secondary.active>a:only-child{color:currentColor}.gda-btn-secondary:active>a:only-child:after,.gda-btn-secondary.active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-secondary-disabled,.gda-btn-secondary.disabled,.gda-btn-secondary[disabled],.gda-btn-secondary-disabled:hover,.gda-btn-secondary.disabled:hover,.gda-btn-secondary[disabled]:hover,.gda-btn-secondary-disabled:focus,.gda-btn-secondary.disabled:focus,.gda-btn-secondary[disabled]:focus,.gda-btn-secondary-disabled:active,.gda-btn-secondary.disabled:active,.gda-btn-secondary[disabled]:active,.gda-btn-secondary-disabled.active,.gda-btn-secondary.disabled.active,.gda-btn-secondary[disabled].active{color:var(--button-color-disabled, #b4b8bf);background:var(--button-background-color-disabled, #f1f2f4);border-color:var(--button-border-color-disabled, #f1f2f4);text-shadow:none;box-shadow:none}.gda-btn-secondary-disabled>a:only-child,.gda-btn-secondary.disabled>a:only-child,.gda-btn-secondary[disabled]>a:only-child,.gda-btn-secondary-disabled:hover>a:only-child,.gda-btn-secondary.disabled:hover>a:only-child,.gda-btn-secondary[disabled]:hover>a:only-child,.gda-btn-secondary-disabled:focus>a:only-child,.gda-btn-secondary.disabled:focus>a:only-child,.gda-btn-secondary[disabled]:focus>a:only-child,.gda-btn-secondary-disabled:active>a:only-child,.gda-btn-secondary.disabled:active>a:only-child,.gda-btn-secondary[disabled]:active>a:only-child,.gda-btn-secondary-disabled.active>a:only-child,.gda-btn-secondary.disabled.active>a:only-child,.gda-btn-secondary[disabled].active>a:only-child{color:currentColor}.gda-btn-secondary-disabled>a:only-child:after,.gda-btn-secondary.disabled>a:only-child:after,.gda-btn-secondary[disabled]>a:only-child:after,.gda-btn-secondary-disabled:hover>a:only-child:after,.gda-btn-secondary.disabled:hover>a:only-child:after,.gda-btn-secondary[disabled]:hover>a:only-child:after,.gda-btn-secondary-disabled:focus>a:only-child:after,.gda-btn-secondary.disabled:focus>a:only-child:after,.gda-btn-secondary[disabled]:focus>a:only-child:after,.gda-btn-secondary-disabled:active>a:only-child:after,.gda-btn-secondary.disabled:active>a:only-child:after,.gda-btn-secondary[disabled]:active>a:only-child:after,.gda-btn-secondary-disabled.active>a:only-child:after,.gda-btn-secondary.disabled.active>a:only-child:after,.gda-btn-secondary[disabled].active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-link{color:var(--link-regular, #2254f4);background:transparent;border-color:transparent;padding:0;box-shadow:none}.gda-btn-link>a:only-child{color:currentColor}.gda-btn-link>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-link-disabled,.gda-btn-link.disabled,.gda-btn-link[disabled],.gda-btn-link-disabled:hover,.gda-btn-link.disabled:hover,.gda-btn-link[disabled]:hover,.gda-btn-link-disabled:focus,.gda-btn-link.disabled:focus,.gda-btn-link[disabled]:focus,.gda-btn-link-disabled:active,.gda-btn-link.disabled:active,.gda-btn-link[disabled]:active,.gda-btn-link-disabled.active,.gda-btn-link.disabled.active,.gda-btn-link[disabled].active{color:var(--button-color-disabled, #b4b8bf);background:var(--button-background-color-disabled, #f1f2f4);border-color:var(--button-border-color-disabled, #f1f2f4);text-shadow:none;box-shadow:none}.gda-btn-link:hover{color:var(--link-hover, #4d7cff);background:transparent;border-color:transparent}.gda-btn-link:hover>a:only-child{color:currentColor}.gda-btn-link:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-link:hover-disabled,.gda-btn-link:hover.disabled,.gda-btn-link:hover[disabled],.gda-btn-link:hover-disabled:hover,.gda-btn-link:hover.disabled:hover,.gda-btn-link:hover[disabled]:hover,.gda-btn-link:hover-disabled:focus,.gda-btn-link:hover.disabled:focus,.gda-btn-link:hover[disabled]:focus,.gda-btn-link:hover-disabled:active,.gda-btn-link:hover.disabled:active,.gda-btn-link:hover[disabled]:active,.gda-btn-link:hover-disabled.active,.gda-btn-link:hover.disabled.active,.gda-btn-link:hover[disabled].active{color:var(--button-color-disabled, #b4b8bf);background:var(--button-background-color-disabled, #f1f2f4);border-color:var(--button-border-color-disabled, #f1f2f4);text-shadow:none;box-shadow:none}.gda-btn-link:hover-disabled>a:only-child,.gda-btn-link:hover.disabled>a:only-child,.gda-btn-link:hover[disabled]>a:only-child,.gda-btn-link:hover-disabled:hover>a:only-child,.gda-btn-link:hover.disabled:hover>a:only-child,.gda-btn-link:hover[disabled]:hover>a:only-child,.gda-btn-link:hover-disabled:focus>a:only-child,.gda-btn-link:hover.disabled:focus>a:only-child,.gda-btn-link:hover[disabled]:focus>a:only-child,.gda-btn-link:hover-disabled:active>a:only-child,.gda-btn-link:hover.disabled:active>a:only-child,.gda-btn-link:hover[disabled]:active>a:only-child,.gda-btn-link:hover-disabled.active>a:only-child,.gda-btn-link:hover.disabled.active>a:only-child,.gda-btn-link:hover[disabled].active>a:only-child{color:currentColor}.gda-btn-link:hover-disabled>a:only-child:after,.gda-btn-link:hover.disabled>a:only-child:after,.gda-btn-link:hover[disabled]>a:only-child:after,.gda-btn-link:hover-disabled:hover>a:only-child:after,.gda-btn-link:hover.disabled:hover>a:only-child:after,.gda-btn-link:hover[disabled]:hover>a:only-child:after,.gda-btn-link:hover-disabled:focus>a:only-child:after,.gda-btn-link:hover.disabled:focus>a:only-child:after,.gda-btn-link:hover[disabled]:focus>a:only-child:after,.gda-btn-link:hover-disabled:active>a:only-child:after,.gda-btn-link:hover.disabled:active>a:only-child:after,.gda-btn-link:hover[disabled]:active>a:only-child:after,.gda-btn-link:hover-disabled.active>a:only-child:after,.gda-btn-link:hover.disabled.active>a:only-child:after,.gda-btn-link:hover[disabled].active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-link:active,.gda-btn-link.active{color:var(--link-active, #759fff);background:transparent;border-color:transparent}.gda-btn-link:active>a:only-child,.gda-btn-link.active>a:only-child{color:currentColor}.gda-btn-link:active>a:only-child:after,.gda-btn-link.active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-link:active-disabled,.gda-btn-link.active-disabled,.gda-btn-link:active.disabled,.gda-btn-link.active.disabled,.gda-btn-link:active[disabled],.gda-btn-link.active[disabled],.gda-btn-link:active-disabled:hover,.gda-btn-link.active-disabled:hover,.gda-btn-link:active.disabled:hover,.gda-btn-link.active.disabled:hover,.gda-btn-link:active[disabled]:hover,.gda-btn-link.active[disabled]:hover,.gda-btn-link:active-disabled:focus,.gda-btn-link.active-disabled:focus,.gda-btn-link:active.disabled:focus,.gda-btn-link.active.disabled:focus,.gda-btn-link:active[disabled]:focus,.gda-btn-link.active[disabled]:focus,.gda-btn-link:active-disabled:active,.gda-btn-link.active-disabled:active,.gda-btn-link:active.disabled:active,.gda-btn-link.active.disabled:active,.gda-btn-link:active[disabled]:active,.gda-btn-link.active[disabled]:active,.gda-btn-link:active-disabled.active,.gda-btn-link.active-disabled.active,.gda-btn-link:active.disabled.active,.gda-btn-link.active.disabled.active,.gda-btn-link:active[disabled].active,.gda-btn-link.active[disabled].active{color:var(--button-color-disabled, #b4b8bf);background:var(--button-background-color-disabled, #f1f2f4);border-color:var(--button-border-color-disabled, #f1f2f4);text-shadow:none;box-shadow:none}.gda-btn-link:active-disabled>a:only-child,.gda-btn-link.active-disabled>a:only-child,.gda-btn-link:active.disabled>a:only-child,.gda-btn-link.active.disabled>a:only-child,.gda-btn-link:active[disabled]>a:only-child,.gda-btn-link.active[disabled]>a:only-child,.gda-btn-link:active-disabled:hover>a:only-child,.gda-btn-link.active-disabled:hover>a:only-child,.gda-btn-link:active.disabled:hover>a:only-child,.gda-btn-link.active.disabled:hover>a:only-child,.gda-btn-link:active[disabled]:hover>a:only-child,.gda-btn-link.active[disabled]:hover>a:only-child,.gda-btn-link:active-disabled:focus>a:only-child,.gda-btn-link.active-disabled:focus>a:only-child,.gda-btn-link:active.disabled:focus>a:only-child,.gda-btn-link.active.disabled:focus>a:only-child,.gda-btn-link:active[disabled]:focus>a:only-child,.gda-btn-link.active[disabled]:focus>a:only-child,.gda-btn-link:active-disabled:active>a:only-child,.gda-btn-link.active-disabled:active>a:only-child,.gda-btn-link:active.disabled:active>a:only-child,.gda-btn-link.active.disabled:active>a:only-child,.gda-btn-link:active[disabled]:active>a:only-child,.gda-btn-link.active[disabled]:active>a:only-child,.gda-btn-link:active-disabled.active>a:only-child,.gda-btn-link.active-disabled.active>a:only-child,.gda-btn-link:active.disabled.active>a:only-child,.gda-btn-link.active.disabled.active>a:only-child,.gda-btn-link:active[disabled].active>a:only-child,.gda-btn-link.active[disabled].active>a:only-child{color:currentColor}.gda-btn-link:active-disabled>a:only-child:after,.gda-btn-link.active-disabled>a:only-child:after,.gda-btn-link:active.disabled>a:only-child:after,.gda-btn-link.active.disabled>a:only-child:after,.gda-btn-link:active[disabled]>a:only-child:after,.gda-btn-link.active[disabled]>a:only-child:after,.gda-btn-link:active-disabled:hover>a:only-child:after,.gda-btn-link.active-disabled:hover>a:only-child:after,.gda-btn-link:active.disabled:hover>a:only-child:after,.gda-btn-link.active.disabled:hover>a:only-child:after,.gda-btn-link:active[disabled]:hover>a:only-child:after,.gda-btn-link.active[disabled]:hover>a:only-child:after,.gda-btn-link:active-disabled:focus>a:only-child:after,.gda-btn-link.active-disabled:focus>a:only-child:after,.gda-btn-link:active.disabled:focus>a:only-child:after,.gda-btn-link.active.disabled:focus>a:only-child:after,.gda-btn-link:active[disabled]:focus>a:only-child:after,.gda-btn-link.active[disabled]:focus>a:only-child:after,.gda-btn-link:active-disabled:active>a:only-child:after,.gda-btn-link.active-disabled:active>a:only-child:after,.gda-btn-link:active.disabled:active>a:only-child:after,.gda-btn-link.active.disabled:active>a:only-child:after,.gda-btn-link:active[disabled]:active>a:only-child:after,.gda-btn-link.active[disabled]:active>a:only-child:after,.gda-btn-link:active-disabled.active>a:only-child:after,.gda-btn-link.active-disabled.active>a:only-child:after,.gda-btn-link:active.disabled.active>a:only-child:after,.gda-btn-link.active.disabled.active>a:only-child:after,.gda-btn-link:active[disabled].active>a:only-child:after,.gda-btn-link.active[disabled].active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-link-disabled,.gda-btn-link.disabled,.gda-btn-link[disabled],.gda-btn-link-disabled:hover,.gda-btn-link.disabled:hover,.gda-btn-link[disabled]:hover,.gda-btn-link-disabled:focus,.gda-btn-link.disabled:focus,.gda-btn-link[disabled]:focus,.gda-btn-link-disabled:active,.gda-btn-link.disabled:active,.gda-btn-link[disabled]:active,.gda-btn-link-disabled.active,.gda-btn-link.disabled.active,.gda-btn-link[disabled].active{color:var(--link-disabled, #9ebeff);background:transparent;border-color:transparent;text-shadow:none;box-shadow:none}.gda-btn-link-disabled>a:only-child,.gda-btn-link.disabled>a:only-child,.gda-btn-link[disabled]>a:only-child,.gda-btn-link-disabled:hover>a:only-child,.gda-btn-link.disabled:hover>a:only-child,.gda-btn-link[disabled]:hover>a:only-child,.gda-btn-link-disabled:focus>a:only-child,.gda-btn-link.disabled:focus>a:only-child,.gda-btn-link[disabled]:focus>a:only-child,.gda-btn-link-disabled:active>a:only-child,.gda-btn-link.disabled:active>a:only-child,.gda-btn-link[disabled]:active>a:only-child,.gda-btn-link-disabled.active>a:only-child,.gda-btn-link.disabled.active>a:only-child,.gda-btn-link[disabled].active>a:only-child{color:currentColor}.gda-btn-link-disabled>a:only-child:after,.gda-btn-link.disabled>a:only-child:after,.gda-btn-link[disabled]>a:only-child:after,.gda-btn-link-disabled:hover>a:only-child:after,.gda-btn-link.disabled:hover>a:only-child:after,.gda-btn-link[disabled]:hover>a:only-child:after,.gda-btn-link-disabled:focus>a:only-child:after,.gda-btn-link.disabled:focus>a:only-child:after,.gda-btn-link[disabled]:focus>a:only-child:after,.gda-btn-link-disabled:active>a:only-child:after,.gda-btn-link.disabled:active>a:only-child:after,.gda-btn-link[disabled]:active>a:only-child:after,.gda-btn-link-disabled.active>a:only-child:after,.gda-btn-link.disabled.active>a:only-child:after,.gda-btn-link[disabled].active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-text{color:var(--text-color-primary, #222529);background:transparent;border-color:transparent}.gda-btn-text>a:only-child{color:currentColor}.gda-btn-text>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-text-disabled,.gda-btn-text.disabled,.gda-btn-text[disabled],.gda-btn-text-disabled:hover,.gda-btn-text.disabled:hover,.gda-btn-text[disabled]:hover,.gda-btn-text-disabled:focus,.gda-btn-text.disabled:focus,.gda-btn-text[disabled]:focus,.gda-btn-text-disabled:active,.gda-btn-text.disabled:active,.gda-btn-text[disabled]:active,.gda-btn-text-disabled.active,.gda-btn-text.disabled.active,.gda-btn-text[disabled].active{color:var(--button-color-disabled, #b4b8bf);background:var(--button-background-color-disabled, #f1f2f4);border-color:var(--button-border-color-disabled, #f1f2f4);text-shadow:none;box-shadow:none}.gda-btn-text:hover{color:var(--text-color-primary, #222529);background:var(--background-color-transparent-primary-hover, rgba(0, 0, 0, .04));border-color:transparent}.gda-btn-text:hover>a:only-child{color:currentColor}.gda-btn-text:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-text:active,.gda-btn-text.active{color:var(--text-color-primary, #222529);background:var(--background-color-transparent-primary-active, rgba(0, 0, 0, .08));border-color:transparent}.gda-btn-text:active>a:only-child,.gda-btn-text.active>a:only-child{color:currentColor}.gda-btn-text:active>a:only-child:after,.gda-btn-text.active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-text-disabled,.gda-btn-text.disabled,.gda-btn-text[disabled],.gda-btn-text-disabled:hover,.gda-btn-text.disabled:hover,.gda-btn-text[disabled]:hover,.gda-btn-text-disabled:focus,.gda-btn-text.disabled:focus,.gda-btn-text[disabled]:focus,.gda-btn-text-disabled:active,.gda-btn-text.disabled:active,.gda-btn-text[disabled]:active,.gda-btn-text-disabled.active,.gda-btn-text.disabled.active,.gda-btn-text[disabled].active{color:var(--button-color-disabled, #b4b8bf);background:transparent;border-color:transparent;text-shadow:none;box-shadow:none}.gda-btn-text-disabled>a:only-child,.gda-btn-text.disabled>a:only-child,.gda-btn-text[disabled]>a:only-child,.gda-btn-text-disabled:hover>a:only-child,.gda-btn-text.disabled:hover>a:only-child,.gda-btn-text[disabled]:hover>a:only-child,.gda-btn-text-disabled:focus>a:only-child,.gda-btn-text.disabled:focus>a:only-child,.gda-btn-text[disabled]:focus>a:only-child,.gda-btn-text-disabled:active>a:only-child,.gda-btn-text.disabled:active>a:only-child,.gda-btn-text[disabled]:active>a:only-child,.gda-btn-text-disabled.active>a:only-child,.gda-btn-text.disabled.active>a:only-child,.gda-btn-text[disabled].active>a:only-child{color:currentColor}.gda-btn-text-disabled>a:only-child:after,.gda-btn-text.disabled>a:only-child:after,.gda-btn-text[disabled]>a:only-child:after,.gda-btn-text-disabled:hover>a:only-child:after,.gda-btn-text.disabled:hover>a:only-child:after,.gda-btn-text[disabled]:hover>a:only-child:after,.gda-btn-text-disabled:focus>a:only-child:after,.gda-btn-text.disabled:focus>a:only-child:after,.gda-btn-text[disabled]:focus>a:only-child:after,.gda-btn-text-disabled:active>a:only-child:after,.gda-btn-text.disabled:active>a:only-child:after,.gda-btn-text[disabled]:active>a:only-child:after,.gda-btn-text-disabled.active>a:only-child:after,.gda-btn-text.disabled.active>a:only-child:after,.gda-btn-text[disabled].active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-text-border{color:var(--text-color-primary, #222529);background:transparent;border-color:var(--button-border-color-primary-regular, rgba(0, 0, 0, 0))}.gda-btn-text-border>a:only-child{color:currentColor}.gda-btn-text-border>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-text-border-disabled,.gda-btn-text-border.disabled,.gda-btn-text-border[disabled],.gda-btn-text-border-disabled:hover,.gda-btn-text-border.disabled:hover,.gda-btn-text-border[disabled]:hover,.gda-btn-text-border-disabled:focus,.gda-btn-text-border.disabled:focus,.gda-btn-text-border[disabled]:focus,.gda-btn-text-border-disabled:active,.gda-btn-text-border.disabled:active,.gda-btn-text-border[disabled]:active,.gda-btn-text-border-disabled.active,.gda-btn-text-border.disabled.active,.gda-btn-text-border[disabled].active{color:var(--button-color-disabled, #b4b8bf);background:var(--button-background-color-disabled, #f1f2f4);border-color:var(--button-border-color-disabled, #f1f2f4);text-shadow:none;box-shadow:none}.gda-btn-text-border:hover{color:var(--text-color-primary, #222529);background:var(--background-color-transparent-primary-hover, rgba(0, 0, 0, .04));border-color:transparent}.gda-btn-text-border:active,.gda-btn-text-border.active{color:var(--text-color-primary, #222529);background:var(--background-color-transparent-primary-active, rgba(0, 0, 0, .08));border-color:transparent}.gda-btn-text-border-disabled,.gda-btn-text-border.disabled,.gda-btn-text-border[disabled],.gda-btn-text-border-disabled:hover,.gda-btn-text-border.disabled:hover,.gda-btn-text-border[disabled]:hover,.gda-btn-text-border-disabled:focus,.gda-btn-text-border.disabled:focus,.gda-btn-text-border[disabled]:focus,.gda-btn-text-border-disabled:active,.gda-btn-text-border.disabled:active,.gda-btn-text-border[disabled]:active,.gda-btn-text-border-disabled.active,.gda-btn-text-border.disabled.active,.gda-btn-text-border[disabled].active{color:var(--text-color-primary, #222529);background:transparent;border-color:transparent;text-shadow:none;box-shadow:none}.gda-btn-text-border-disabled>a:only-child,.gda-btn-text-border.disabled>a:only-child,.gda-btn-text-border[disabled]>a:only-child,.gda-btn-text-border-disabled:hover>a:only-child,.gda-btn-text-border.disabled:hover>a:only-child,.gda-btn-text-border[disabled]:hover>a:only-child,.gda-btn-text-border-disabled:focus>a:only-child,.gda-btn-text-border.disabled:focus>a:only-child,.gda-btn-text-border[disabled]:focus>a:only-child,.gda-btn-text-border-disabled:active>a:only-child,.gda-btn-text-border.disabled:active>a:only-child,.gda-btn-text-border[disabled]:active>a:only-child,.gda-btn-text-border-disabled.active>a:only-child,.gda-btn-text-border.disabled.active>a:only-child,.gda-btn-text-border[disabled].active>a:only-child{color:currentColor}.gda-btn-text-border-disabled>a:only-child:after,.gda-btn-text-border.disabled>a:only-child:after,.gda-btn-text-border[disabled]>a:only-child:after,.gda-btn-text-border-disabled:hover>a:only-child:after,.gda-btn-text-border.disabled:hover>a:only-child:after,.gda-btn-text-border[disabled]:hover>a:only-child:after,.gda-btn-text-border-disabled:focus>a:only-child:after,.gda-btn-text-border.disabled:focus>a:only-child:after,.gda-btn-text-border[disabled]:focus>a:only-child:after,.gda-btn-text-border-disabled:active>a:only-child:after,.gda-btn-text-border.disabled:active>a:only-child:after,.gda-btn-text-border[disabled]:active>a:only-child:after,.gda-btn-text-border-disabled.active>a:only-child:after,.gda-btn-text-border.disabled.active>a:only-child:after,.gda-btn-text-border[disabled].active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-dangerous{color:var(--button-danger-color-secondary-regular, #f54531);background:var(--button-danger-background-color-secondary-regular, #fff);border-color:var(--button-danger-border-color-secondary-regular, #f54531)}.gda-btn-dangerous>a:only-child{color:currentColor}.gda-btn-dangerous>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-dangerous:hover,.gda-btn-dangerous:focus{color:var(--button-danger-color-secondary-hover, #cf2b1f);background:var(--button-danger-background-color-secondary-hover, #fff);border-color:var(--button-danger-border-color-secondary-hover, #cf2b1f)}.gda-btn-dangerous:hover>a:only-child,.gda-btn-dangerous:focus>a:only-child{color:currentColor}.gda-btn-dangerous:hover>a:only-child:after,.gda-btn-dangerous:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-dangerous:active,.gda-btn-dangerous.active{color:var(--button-danger-color-secondary-active, #a81611);background:var(--button-danger-background-color-secondary-active, #fff);border-color:var(--button-danger-border-color-secondary-active, #a81611)}.gda-btn-dangerous:active>a:only-child,.gda-btn-dangerous.active>a:only-child{color:currentColor}.gda-btn-dangerous:active>a:only-child:after,.gda-btn-dangerous.active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-dangerous-disabled,.gda-btn-dangerous.disabled,.gda-btn-dangerous[disabled],.gda-btn-dangerous-disabled:hover,.gda-btn-dangerous.disabled:hover,.gda-btn-dangerous[disabled]:hover,.gda-btn-dangerous-disabled:focus,.gda-btn-dangerous.disabled:focus,.gda-btn-dangerous[disabled]:focus,.gda-btn-dangerous-disabled:active,.gda-btn-dangerous.disabled:active,.gda-btn-dangerous[disabled]:active,.gda-btn-dangerous-disabled.active,.gda-btn-dangerous.disabled.active,.gda-btn-dangerous[disabled].active{color:var(--button-color-disabled, #b4b8bf);background:var(--button-background-color-disabled, #f1f2f4);border-color:var(--button-border-color-disabled, #f1f2f4);text-shadow:none;box-shadow:none}.gda-btn-dangerous-disabled>a:only-child,.gda-btn-dangerous.disabled>a:only-child,.gda-btn-dangerous[disabled]>a:only-child,.gda-btn-dangerous-disabled:hover>a:only-child,.gda-btn-dangerous.disabled:hover>a:only-child,.gda-btn-dangerous[disabled]:hover>a:only-child,.gda-btn-dangerous-disabled:focus>a:only-child,.gda-btn-dangerous.disabled:focus>a:only-child,.gda-btn-dangerous[disabled]:focus>a:only-child,.gda-btn-dangerous-disabled:active>a:only-child,.gda-btn-dangerous.disabled:active>a:only-child,.gda-btn-dangerous[disabled]:active>a:only-child,.gda-btn-dangerous-disabled.active>a:only-child,.gda-btn-dangerous.disabled.active>a:only-child,.gda-btn-dangerous[disabled].active>a:only-child{color:currentColor}.gda-btn-dangerous-disabled>a:only-child:after,.gda-btn-dangerous.disabled>a:only-child:after,.gda-btn-dangerous[disabled]>a:only-child:after,.gda-btn-dangerous-disabled:hover>a:only-child:after,.gda-btn-dangerous.disabled:hover>a:only-child:after,.gda-btn-dangerous[disabled]:hover>a:only-child:after,.gda-btn-dangerous-disabled:focus>a:only-child:after,.gda-btn-dangerous.disabled:focus>a:only-child:after,.gda-btn-dangerous[disabled]:focus>a:only-child:after,.gda-btn-dangerous-disabled:active>a:only-child:after,.gda-btn-dangerous.disabled:active>a:only-child:after,.gda-btn-dangerous[disabled]:active>a:only-child:after,.gda-btn-dangerous-disabled.active>a:only-child:after,.gda-btn-dangerous.disabled.active>a:only-child:after,.gda-btn-dangerous[disabled].active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-dangerous.gda-btn-primary{color:var(--button-danger-color-primary-regular, #ffffff);background:var(--button-danger-background-color-primary-regular, #f54531);border-color:var(--button-danger-border-color-primary-regular, rgba(0, 0, 0, 0))}.gda-btn-dangerous.gda-btn-primary>a:only-child{color:currentColor}.gda-btn-dangerous.gda-btn-primary>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-dangerous.gda-btn-primary:hover{color:var(--button-danger-color-primary-hover, #ffffff);background:var(--button-danger-background-color-primary-hover, #cf2b1f);border-color:var(--button-danger-background-color-primary-hover, #cf2b1f)}.gda-btn-dangerous.gda-btn-primary:hover>a:only-child{color:currentColor}.gda-btn-dangerous.gda-btn-primary:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-dangerous.gda-btn-primary:active,.gda-btn-dangerous.gda-btn-primary.active{color:var(--button-danger-color-primary-active, #ffffff);background:var(--button-danger-background-color-primary-active, #a81611);border-color:var(--button-danger-background-color-primary-active, #a81611)}.gda-btn-dangerous.gda-btn-primary:active>a:only-child,.gda-btn-dangerous.gda-btn-primary.active>a:only-child{color:currentColor}.gda-btn-dangerous.gda-btn-primary:active>a:only-child:after,.gda-btn-dangerous.gda-btn-primary.active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-dangerous.gda-btn-primary-disabled,.gda-btn-dangerous.gda-btn-primary.disabled,.gda-btn-dangerous.gda-btn-primary[disabled],.gda-btn-dangerous.gda-btn-primary-disabled:hover,.gda-btn-dangerous.gda-btn-primary.disabled:hover,.gda-btn-dangerous.gda-btn-primary[disabled]:hover,.gda-btn-dangerous.gda-btn-primary-disabled:focus,.gda-btn-dangerous.gda-btn-primary.disabled:focus,.gda-btn-dangerous.gda-btn-primary[disabled]:focus,.gda-btn-dangerous.gda-btn-primary-disabled:active,.gda-btn-dangerous.gda-btn-primary.disabled:active,.gda-btn-dangerous.gda-btn-primary[disabled]:active,.gda-btn-dangerous.gda-btn-primary-disabled.active,.gda-btn-dangerous.gda-btn-primary.disabled.active,.gda-btn-dangerous.gda-btn-primary[disabled].active{color:var(--button-color-disabled, #b4b8bf);background:var(--button-background-color-disabled, #f1f2f4);border-color:var(--button-background-color-disabled, #f1f2f4);text-shadow:none;box-shadow:none}.gda-btn-dangerous.gda-btn-primary-disabled>a:only-child,.gda-btn-dangerous.gda-btn-primary.disabled>a:only-child,.gda-btn-dangerous.gda-btn-primary[disabled]>a:only-child,.gda-btn-dangerous.gda-btn-primary-disabled:hover>a:only-child,.gda-btn-dangerous.gda-btn-primary.disabled:hover>a:only-child,.gda-btn-dangerous.gda-btn-primary[disabled]:hover>a:only-child,.gda-btn-dangerous.gda-btn-primary-disabled:focus>a:only-child,.gda-btn-dangerous.gda-btn-primary.disabled:focus>a:only-child,.gda-btn-dangerous.gda-btn-primary[disabled]:focus>a:only-child,.gda-btn-dangerous.gda-btn-primary-disabled:active>a:only-child,.gda-btn-dangerous.gda-btn-primary.disabled:active>a:only-child,.gda-btn-dangerous.gda-btn-primary[disabled]:active>a:only-child,.gda-btn-dangerous.gda-btn-primary-disabled.active>a:only-child,.gda-btn-dangerous.gda-btn-primary.disabled.active>a:only-child,.gda-btn-dangerous.gda-btn-primary[disabled].active>a:only-child{color:currentColor}.gda-btn-dangerous.gda-btn-primary-disabled>a:only-child:after,.gda-btn-dangerous.gda-btn-primary.disabled>a:only-child:after,.gda-btn-dangerous.gda-btn-primary[disabled]>a:only-child:after,.gda-btn-dangerous.gda-btn-primary-disabled:hover>a:only-child:after,.gda-btn-dangerous.gda-btn-primary.disabled:hover>a:only-child:after,.gda-btn-dangerous.gda-btn-primary[disabled]:hover>a:only-child:after,.gda-btn-dangerous.gda-btn-primary-disabled:focus>a:only-child:after,.gda-btn-dangerous.gda-btn-primary.disabled:focus>a:only-child:after,.gda-btn-dangerous.gda-btn-primary[disabled]:focus>a:only-child:after,.gda-btn-dangerous.gda-btn-primary-disabled:active>a:only-child:after,.gda-btn-dangerous.gda-btn-primary.disabled:active>a:only-child:after,.gda-btn-dangerous.gda-btn-primary[disabled]:active>a:only-child:after,.gda-btn-dangerous.gda-btn-primary-disabled.active>a:only-child:after,.gda-btn-dangerous.gda-btn-primary.disabled.active>a:only-child:after,.gda-btn-dangerous.gda-btn-primary[disabled].active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-dangerous.gda-btn-link{color:var(--link-danger-regular, #f54531);background:transparent;border-color:transparent;box-shadow:none}.gda-btn-dangerous.gda-btn-link>a:only-child{color:currentColor}.gda-btn-dangerous.gda-btn-link>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-dangerous.gda-btn-link-disabled,.gda-btn-dangerous.gda-btn-link.disabled,.gda-btn-dangerous.gda-btn-link[disabled],.gda-btn-dangerous.gda-btn-link-disabled:hover,.gda-btn-dangerous.gda-btn-link.disabled:hover,.gda-btn-dangerous.gda-btn-link[disabled]:hover,.gda-btn-dangerous.gda-btn-link-disabled:focus,.gda-btn-dangerous.gda-btn-link.disabled:focus,.gda-btn-dangerous.gda-btn-link[disabled]:focus,.gda-btn-dangerous.gda-btn-link-disabled:active,.gda-btn-dangerous.gda-btn-link.disabled:active,.gda-btn-dangerous.gda-btn-link[disabled]:active,.gda-btn-dangerous.gda-btn-link-disabled.active,.gda-btn-dangerous.gda-btn-link.disabled.active,.gda-btn-dangerous.gda-btn-link[disabled].active{color:var(--button-color-disabled, #b4b8bf);background:var(--button-background-color-disabled, #f1f2f4);border-color:var(--button-border-color-disabled, #f1f2f4);text-shadow:none;box-shadow:none}.gda-btn-dangerous.gda-btn-link:hover,.gda-btn-dangerous.gda-btn-link:focus{color:var(--link-danger-hover, #ff725c);background:transparent;border-color:transparent}.gda-btn-dangerous.gda-btn-link:hover>a:only-child,.gda-btn-dangerous.gda-btn-link:focus>a:only-child{color:currentColor}.gda-btn-dangerous.gda-btn-link:hover>a:only-child:after,.gda-btn-dangerous.gda-btn-link:focus>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-dangerous.gda-btn-link:active,.gda-btn-dangerous.gda-btn-link.active{color:var(--link-danger-active, #ff9985);background:transparent;border-color:transparent}.gda-btn-dangerous.gda-btn-link:active>a:only-child,.gda-btn-dangerous.gda-btn-link.active>a:only-child{color:currentColor}.gda-btn-dangerous.gda-btn-link:active>a:only-child:after,.gda-btn-dangerous.gda-btn-link.active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-dangerous.gda-btn-link-disabled,.gda-btn-dangerous.gda-btn-link.disabled,.gda-btn-dangerous.gda-btn-link[disabled],.gda-btn-dangerous.gda-btn-link-disabled:hover,.gda-btn-dangerous.gda-btn-link.disabled:hover,.gda-btn-dangerous.gda-btn-link[disabled]:hover,.gda-btn-dangerous.gda-btn-link-disabled:focus,.gda-btn-dangerous.gda-btn-link.disabled:focus,.gda-btn-dangerous.gda-btn-link[disabled]:focus,.gda-btn-dangerous.gda-btn-link-disabled:active,.gda-btn-dangerous.gda-btn-link.disabled:active,.gda-btn-dangerous.gda-btn-link[disabled]:active,.gda-btn-dangerous.gda-btn-link-disabled.active,.gda-btn-dangerous.gda-btn-link.disabled.active,.gda-btn-dangerous.gda-btn-link[disabled].active{color:var(--link-danger-disabled, #b4b8bf);background:transparent;border-color:transparent;text-shadow:none;box-shadow:none}.gda-btn-dangerous.gda-btn-link-disabled>a:only-child,.gda-btn-dangerous.gda-btn-link.disabled>a:only-child,.gda-btn-dangerous.gda-btn-link[disabled]>a:only-child,.gda-btn-dangerous.gda-btn-link-disabled:hover>a:only-child,.gda-btn-dangerous.gda-btn-link.disabled:hover>a:only-child,.gda-btn-dangerous.gda-btn-link[disabled]:hover>a:only-child,.gda-btn-dangerous.gda-btn-link-disabled:focus>a:only-child,.gda-btn-dangerous.gda-btn-link.disabled:focus>a:only-child,.gda-btn-dangerous.gda-btn-link[disabled]:focus>a:only-child,.gda-btn-dangerous.gda-btn-link-disabled:active>a:only-child,.gda-btn-dangerous.gda-btn-link.disabled:active>a:only-child,.gda-btn-dangerous.gda-btn-link[disabled]:active>a:only-child,.gda-btn-dangerous.gda-btn-link-disabled.active>a:only-child,.gda-btn-dangerous.gda-btn-link.disabled.active>a:only-child,.gda-btn-dangerous.gda-btn-link[disabled].active>a:only-child{color:currentColor}.gda-btn-dangerous.gda-btn-link-disabled>a:only-child:after,.gda-btn-dangerous.gda-btn-link.disabled>a:only-child:after,.gda-btn-dangerous.gda-btn-link[disabled]>a:only-child:after,.gda-btn-dangerous.gda-btn-link-disabled:hover>a:only-child:after,.gda-btn-dangerous.gda-btn-link.disabled:hover>a:only-child:after,.gda-btn-dangerous.gda-btn-link[disabled]:hover>a:only-child:after,.gda-btn-dangerous.gda-btn-link-disabled:focus>a:only-child:after,.gda-btn-dangerous.gda-btn-link.disabled:focus>a:only-child:after,.gda-btn-dangerous.gda-btn-link[disabled]:focus>a:only-child:after,.gda-btn-dangerous.gda-btn-link-disabled:active>a:only-child:after,.gda-btn-dangerous.gda-btn-link.disabled:active>a:only-child:after,.gda-btn-dangerous.gda-btn-link[disabled]:active>a:only-child:after,.gda-btn-dangerous.gda-btn-link-disabled.active>a:only-child:after,.gda-btn-dangerous.gda-btn-link.disabled.active>a:only-child:after,.gda-btn-dangerous.gda-btn-link[disabled].active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-dangerous.gda-btn-text{color:var(--button-danger-quiet-color-regular, #f54531);background:var(--button-danger-quiet-background-color-regular, rgba(0, 0, 0, 0));border-color:transparent}.gda-btn-dangerous.gda-btn-text>a:only-child{color:currentColor}.gda-btn-dangerous.gda-btn-text>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-dangerous.gda-btn-text-disabled,.gda-btn-dangerous.gda-btn-text.disabled,.gda-btn-dangerous.gda-btn-text[disabled],.gda-btn-dangerous.gda-btn-text-disabled:hover,.gda-btn-dangerous.gda-btn-text.disabled:hover,.gda-btn-dangerous.gda-btn-text[disabled]:hover,.gda-btn-dangerous.gda-btn-text-disabled:focus,.gda-btn-dangerous.gda-btn-text.disabled:focus,.gda-btn-dangerous.gda-btn-text[disabled]:focus,.gda-btn-dangerous.gda-btn-text-disabled:active,.gda-btn-dangerous.gda-btn-text.disabled:active,.gda-btn-dangerous.gda-btn-text[disabled]:active,.gda-btn-dangerous.gda-btn-text-disabled.active,.gda-btn-dangerous.gda-btn-text.disabled.active,.gda-btn-dangerous.gda-btn-text[disabled].active{color:var(--button-color-disabled, #b4b8bf);background:var(--button-background-color-disabled, #f1f2f4);border-color:var(--button-border-color-disabled, #f1f2f4);text-shadow:none;box-shadow:none}.gda-btn-dangerous.gda-btn-text:hover{color:var(--button-danger-quiet-color-hover, #f54531);background:var(--button-danger-quiet-background-color-hover, rgba(245, 69, 49, .08));border-color:transparent}.gda-btn-dangerous.gda-btn-text:hover>a:only-child{color:currentColor}.gda-btn-dangerous.gda-btn-text:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-dangerous.gda-btn-text:active,.gda-btn-dangerous.gda-btn-text.active{color:var(--button-danger-quiet-color-active, #f54531);background:var(--button-danger-quiet-background-color-active, rgba(245, 69, 49, .16));border-color:transparent}.gda-btn-dangerous.gda-btn-text:active>a:only-child,.gda-btn-dangerous.gda-btn-text.active>a:only-child{color:currentColor}.gda-btn-dangerous.gda-btn-text:active>a:only-child:after,.gda-btn-dangerous.gda-btn-text.active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-dangerous.gda-btn-text-disabled,.gda-btn-dangerous.gda-btn-text.disabled,.gda-btn-dangerous.gda-btn-text[disabled],.gda-btn-dangerous.gda-btn-text-disabled:hover,.gda-btn-dangerous.gda-btn-text.disabled:hover,.gda-btn-dangerous.gda-btn-text[disabled]:hover,.gda-btn-dangerous.gda-btn-text-disabled:focus,.gda-btn-dangerous.gda-btn-text.disabled:focus,.gda-btn-dangerous.gda-btn-text[disabled]:focus,.gda-btn-dangerous.gda-btn-text-disabled:active,.gda-btn-dangerous.gda-btn-text.disabled:active,.gda-btn-dangerous.gda-btn-text[disabled]:active,.gda-btn-dangerous.gda-btn-text-disabled.active,.gda-btn-dangerous.gda-btn-text.disabled.active,.gda-btn-dangerous.gda-btn-text[disabled].active{color:var(--button-color-disabled, #b4b8bf);background:transparent;border-color:transparent;text-shadow:none;box-shadow:none}.gda-btn-dangerous.gda-btn-text-disabled>a:only-child,.gda-btn-dangerous.gda-btn-text.disabled>a:only-child,.gda-btn-dangerous.gda-btn-text[disabled]>a:only-child,.gda-btn-dangerous.gda-btn-text-disabled:hover>a:only-child,.gda-btn-dangerous.gda-btn-text.disabled:hover>a:only-child,.gda-btn-dangerous.gda-btn-text[disabled]:hover>a:only-child,.gda-btn-dangerous.gda-btn-text-disabled:focus>a:only-child,.gda-btn-dangerous.gda-btn-text.disabled:focus>a:only-child,.gda-btn-dangerous.gda-btn-text[disabled]:focus>a:only-child,.gda-btn-dangerous.gda-btn-text-disabled:active>a:only-child,.gda-btn-dangerous.gda-btn-text.disabled:active>a:only-child,.gda-btn-dangerous.gda-btn-text[disabled]:active>a:only-child,.gda-btn-dangerous.gda-btn-text-disabled.active>a:only-child,.gda-btn-dangerous.gda-btn-text.disabled.active>a:only-child,.gda-btn-dangerous.gda-btn-text[disabled].active>a:only-child{color:currentColor}.gda-btn-dangerous.gda-btn-text-disabled>a:only-child:after,.gda-btn-dangerous.gda-btn-text.disabled>a:only-child:after,.gda-btn-dangerous.gda-btn-text[disabled]>a:only-child:after,.gda-btn-dangerous.gda-btn-text-disabled:hover>a:only-child:after,.gda-btn-dangerous.gda-btn-text.disabled:hover>a:only-child:after,.gda-btn-dangerous.gda-btn-text[disabled]:hover>a:only-child:after,.gda-btn-dangerous.gda-btn-text-disabled:focus>a:only-child:after,.gda-btn-dangerous.gda-btn-text.disabled:focus>a:only-child:after,.gda-btn-dangerous.gda-btn-text[disabled]:focus>a:only-child:after,.gda-btn-dangerous.gda-btn-text-disabled:active>a:only-child:after,.gda-btn-dangerous.gda-btn-text.disabled:active>a:only-child:after,.gda-btn-dangerous.gda-btn-text[disabled]:active>a:only-child:after,.gda-btn-dangerous.gda-btn-text-disabled.active>a:only-child:after,.gda-btn-dangerous.gda-btn-text.disabled.active>a:only-child:after,.gda-btn-dangerous.gda-btn-text[disabled].active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-icon-only{width:var(--button-height-large, 40px);height:var(--button-height-large, 40px);padding:0;font-size:calc(var(--font-size-medium, 14px) + 2px);border-radius:var(--border-radius-large, 8px);vertical-align:-1px}.gda-btn-icon-only .gdaicon{font-size:var(--icon-size-medium, 20px)}.gda-btn-icon-only .gdaicon:first-child,.gda-btn-icon-only .gdaicon:last-child{margin-left:0;margin-right:0}.gda-btn-icon-only.gda-btn-lg{width:var(--button-height-large, 40px);height:var(--button-height-large, 40px);padding:0;font-size:calc(var(--button-font-size-large, 14px) + 2px);border-radius:var(--border-radius-large, 8px)}.gda-btn-icon-only.gda-btn-lg .gdaicon{font-size:var(--icon-size-medium, 20px)}.gda-btn-icon-only.gda-btn-sm{width:var(--button-height-medium, 32px);height:var(--button-height-medium, 32px);padding:0;font-size:var(--font-size-medium, 14px);border-radius:var(--border-radius-medium, 6px)}.gda-btn-icon-only.gda-btn-sm .gdaicon{font-size:var(--icon-size-medium, 20px)}.gda-btn-icon-only.gda-btn-xs{width:var(--button-height-small, 24px);height:var(--button-height-small, 24px);padding:0;font-size:var(--font-size-medium, 14px);border-radius:var(--border-radius-small, 4px)}.gda-btn-icon-only.gda-btn-xs .gdaicon{font-size:var(--icon-size-small, 16px)}.gda-btn-action{font-weight:400;color:var(--actionbutton-color-regular, #222529);background:var(--actionbutton-background-color-regular, #f1f2f4);border-color:var(--actionbutton-border-color-regular, rgba(0, 0, 0, 0))}.gda-btn-action>a:only-child{color:currentColor}.gda-btn-action>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-action:hover{color:var(--actionbutton-color-hover, #222529);background:var(--actionbutton-background-color-hover, #e8eaec);border-color:var(--actionbutton-border-color-hover, rgba(0, 0, 0, 0))}.gda-btn-action:hover>a:only-child{color:currentColor}.gda-btn-action:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-action:active,.gda-btn-action.active{color:var(--actionbutton-color-active, #222529);background:var(--actionbutton-background-color-active, #d9dcdf);border-color:var(--actionbutton-border-color-active, rgba(0, 0, 0, 0))}.gda-btn-action:active>a:only-child,.gda-btn-action.active>a:only-child{color:currentColor}.gda-btn-action:active>a:only-child:after,.gda-btn-action.active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-action-disabled,.gda-btn-action.disabled,.gda-btn-action[disabled],.gda-btn-action-disabled:hover,.gda-btn-action.disabled:hover,.gda-btn-action[disabled]:hover,.gda-btn-action-disabled:focus,.gda-btn-action.disabled:focus,.gda-btn-action[disabled]:focus,.gda-btn-action-disabled:active,.gda-btn-action.disabled:active,.gda-btn-action[disabled]:active,.gda-btn-action-disabled.active,.gda-btn-action.disabled.active,.gda-btn-action[disabled].active{color:var(--actionbutton-color-disabled, #b4b8bf);background:var(--actionbutton-background-color-disabled, #f1f2f4);border-color:var(--actionbutton-border-color-disabled, #f1f2f4);text-shadow:none;box-shadow:none}.gda-btn-action-disabled>a:only-child,.gda-btn-action.disabled>a:only-child,.gda-btn-action[disabled]>a:only-child,.gda-btn-action-disabled:hover>a:only-child,.gda-btn-action.disabled:hover>a:only-child,.gda-btn-action[disabled]:hover>a:only-child,.gda-btn-action-disabled:focus>a:only-child,.gda-btn-action.disabled:focus>a:only-child,.gda-btn-action[disabled]:focus>a:only-child,.gda-btn-action-disabled:active>a:only-child,.gda-btn-action.disabled:active>a:only-child,.gda-btn-action[disabled]:active>a:only-child,.gda-btn-action-disabled.active>a:only-child,.gda-btn-action.disabled.active>a:only-child,.gda-btn-action[disabled].active>a:only-child{color:currentColor}.gda-btn-action-disabled>a:only-child:after,.gda-btn-action.disabled>a:only-child:after,.gda-btn-action[disabled]>a:only-child:after,.gda-btn-action-disabled:hover>a:only-child:after,.gda-btn-action.disabled:hover>a:only-child:after,.gda-btn-action[disabled]:hover>a:only-child:after,.gda-btn-action-disabled:focus>a:only-child:after,.gda-btn-action.disabled:focus>a:only-child:after,.gda-btn-action[disabled]:focus>a:only-child:after,.gda-btn-action-disabled:active>a:only-child:after,.gda-btn-action.disabled:active>a:only-child:after,.gda-btn-action[disabled]:active>a:only-child:after,.gda-btn-action-disabled.active>a:only-child:after,.gda-btn-action.disabled.active>a:only-child:after,.gda-btn-action[disabled].active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-action-checked{color:var(--actionbutton-color-checked-regular, #ffffff);background:var(--actionbutton-background-color-checked-regular, #2254f4);border-color:var(--actionbutton-border-color-checked-regular, rgba(0, 0, 0, 0))}.gda-btn-action-checked>a:only-child{color:currentColor}.gda-btn-action-checked>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-action-checked:hover{color:var(--actionbutton-color-checked-hover, #ffffff);background:var(--actionbutton-background-color-checked-hover, #1338cf);border-color:var(--actionbutton-border-color-checked-hover, rgba(0, 0, 0, 0))}.gda-btn-action-checked:hover>a:only-child{color:currentColor}.gda-btn-action-checked:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-action-checked:active,.gda-btn-action-checked.active{color:var(--actionbutton-color-checked-active, #ffffff);background:var(--actionbutton-background-color-checked-active, #0722a8);border-color:var(--actionbutton-border-color-checked-active, rgba(0, 0, 0, 0))}.gda-btn-action-checked:active>a:only-child,.gda-btn-action-checked.active>a:only-child{color:currentColor}.gda-btn-action-checked:active>a:only-child:after,.gda-btn-action-checked.active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-action-checked-disabled,.gda-btn-action-checked.disabled,.gda-btn-action-checked[disabled],.gda-btn-action-checked-disabled:hover,.gda-btn-action-checked.disabled:hover,.gda-btn-action-checked[disabled]:hover,.gda-btn-action-checked-disabled:focus,.gda-btn-action-checked.disabled:focus,.gda-btn-action-checked[disabled]:focus,.gda-btn-action-checked-disabled:active,.gda-btn-action-checked.disabled:active,.gda-btn-action-checked[disabled]:active,.gda-btn-action-checked-disabled.active,.gda-btn-action-checked.disabled.active,.gda-btn-action-checked[disabled].active{color:var(--actionbutton-color-disabled, #b4b8bf);background:var(--actionbutton-background-color-disabled, #f1f2f4);border-color:var(--actionbutton-border-color-disabled, #f1f2f4);text-shadow:none;box-shadow:none}.gda-btn-action-checked-disabled>a:only-child,.gda-btn-action-checked.disabled>a:only-child,.gda-btn-action-checked[disabled]>a:only-child,.gda-btn-action-checked-disabled:hover>a:only-child,.gda-btn-action-checked.disabled:hover>a:only-child,.gda-btn-action-checked[disabled]:hover>a:only-child,.gda-btn-action-checked-disabled:focus>a:only-child,.gda-btn-action-checked.disabled:focus>a:only-child,.gda-btn-action-checked[disabled]:focus>a:only-child,.gda-btn-action-checked-disabled:active>a:only-child,.gda-btn-action-checked.disabled:active>a:only-child,.gda-btn-action-checked[disabled]:active>a:only-child,.gda-btn-action-checked-disabled.active>a:only-child,.gda-btn-action-checked.disabled.active>a:only-child,.gda-btn-action-checked[disabled].active>a:only-child{color:currentColor}.gda-btn-action-checked-disabled>a:only-child:after,.gda-btn-action-checked.disabled>a:only-child:after,.gda-btn-action-checked[disabled]>a:only-child:after,.gda-btn-action-checked-disabled:hover>a:only-child:after,.gda-btn-action-checked.disabled:hover>a:only-child:after,.gda-btn-action-checked[disabled]:hover>a:only-child:after,.gda-btn-action-checked-disabled:focus>a:only-child:after,.gda-btn-action-checked.disabled:focus>a:only-child:after,.gda-btn-action-checked[disabled]:focus>a:only-child:after,.gda-btn-action-checked-disabled:active>a:only-child:after,.gda-btn-action-checked.disabled:active>a:only-child:after,.gda-btn-action-checked[disabled]:active>a:only-child:after,.gda-btn-action-checked-disabled.active>a:only-child:after,.gda-btn-action-checked.disabled.active>a:only-child:after,.gda-btn-action-checked[disabled].active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-quiet{font-weight:400;color:var(--actionbutton-quiet-color-regular, #222529);background:var(--actionbutton-quiet-background-color-regular, rgba(0, 0, 0, 0));border-color:var(--actionbutton-quiet-border-color-regular, rgba(0, 0, 0, 0))}.gda-btn-quiet>a:only-child{color:currentColor}.gda-btn-quiet>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-quiet:hover{color:var(--actionbutton-quiet-color-hover, #222529);background:var(--actionbutton-quiet-background-color-hover, rgba(0, 0, 0, .04));border-color:var(--actionbutton-quiet-border-color-hover, rgba(0, 0, 0, 0))}.gda-btn-quiet:hover>a:only-child{color:currentColor}.gda-btn-quiet:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-quiet:active,.gda-btn-quiet.active{color:var(--actionbutton-quiet-color-active, #222529);background:var(--actionbutton-quiet-background-color-active, rgba(0, 0, 0, .08));border-color:var(--actionbutton-quiet-border-color-active, rgba(0, 0, 0, 0))}.gda-btn-quiet:active>a:only-child,.gda-btn-quiet.active>a:only-child{color:currentColor}.gda-btn-quiet:active>a:only-child:after,.gda-btn-quiet.active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-quiet-disabled,.gda-btn-quiet.disabled,.gda-btn-quiet[disabled],.gda-btn-quiet-disabled:hover,.gda-btn-quiet.disabled:hover,.gda-btn-quiet[disabled]:hover,.gda-btn-quiet-disabled:focus,.gda-btn-quiet.disabled:focus,.gda-btn-quiet[disabled]:focus,.gda-btn-quiet-disabled:active,.gda-btn-quiet.disabled:active,.gda-btn-quiet[disabled]:active,.gda-btn-quiet-disabled.active,.gda-btn-quiet.disabled.active,.gda-btn-quiet[disabled].active{color:var(--actionbutton-color-disabled, #b4b8bf);background:var(--button-quiet-background-color-disabled, rgba(0, 0, 0, 0));border-color:transparent;text-shadow:none;box-shadow:none}.gda-btn-quiet-disabled>a:only-child,.gda-btn-quiet.disabled>a:only-child,.gda-btn-quiet[disabled]>a:only-child,.gda-btn-quiet-disabled:hover>a:only-child,.gda-btn-quiet.disabled:hover>a:only-child,.gda-btn-quiet[disabled]:hover>a:only-child,.gda-btn-quiet-disabled:focus>a:only-child,.gda-btn-quiet.disabled:focus>a:only-child,.gda-btn-quiet[disabled]:focus>a:only-child,.gda-btn-quiet-disabled:active>a:only-child,.gda-btn-quiet.disabled:active>a:only-child,.gda-btn-quiet[disabled]:active>a:only-child,.gda-btn-quiet-disabled.active>a:only-child,.gda-btn-quiet.disabled.active>a:only-child,.gda-btn-quiet[disabled].active>a:only-child{color:currentColor}.gda-btn-quiet-disabled>a:only-child:after,.gda-btn-quiet.disabled>a:only-child:after,.gda-btn-quiet[disabled]>a:only-child:after,.gda-btn-quiet-disabled:hover>a:only-child:after,.gda-btn-quiet.disabled:hover>a:only-child:after,.gda-btn-quiet[disabled]:hover>a:only-child:after,.gda-btn-quiet-disabled:focus>a:only-child:after,.gda-btn-quiet.disabled:focus>a:only-child:after,.gda-btn-quiet[disabled]:focus>a:only-child:after,.gda-btn-quiet-disabled:active>a:only-child:after,.gda-btn-quiet.disabled:active>a:only-child:after,.gda-btn-quiet[disabled]:active>a:only-child:after,.gda-btn-quiet-disabled.active>a:only-child:after,.gda-btn-quiet.disabled.active>a:only-child:after,.gda-btn-quiet[disabled].active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-float{color:var(--button-float-color-regular, #000000);background:var(--button-float-background-color-regular, #ffffff);border-color:var(--button-float-border-color-regular, rgba(0, 0, 0, 0));box-shadow:var(--boxshadow-small, 0px 0px 2px 0px rgba(0, 0, 0, .08), 0px 4px 12px 0px rgba(0, 0, 0, .04))}.gda-btn-float>a:only-child{color:currentColor}.gda-btn-float>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-float:hover{color:var(--button-float-color-hover, #000000);background:var(--button-float-background-color-hover, #F6F7F9);border-color:var(--button-float-border-color-hover, rgba(0, 0, 0, 0))}.gda-btn-float:hover>a:only-child{color:currentColor}.gda-btn-float:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-float:active,.gda-btn-float.active{color:var(--button-float-color-active, #000000);background:var(--button-float-background-color-active, #F1F2F4);border-color:var(--button-float-border-color-active, rgba(0, 0, 0, 0))}.gda-btn-float:active>a:only-child,.gda-btn-float.active>a:only-child{color:currentColor}.gda-btn-float:active>a:only-child:after,.gda-btn-float.active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-float-disabled,.gda-btn-float.disabled,.gda-btn-float[disabled],.gda-btn-float-disabled:hover,.gda-btn-float.disabled:hover,.gda-btn-float[disabled]:hover,.gda-btn-float-disabled:focus,.gda-btn-float.disabled:focus,.gda-btn-float[disabled]:focus,.gda-btn-float-disabled:active,.gda-btn-float.disabled:active,.gda-btn-float[disabled]:active,.gda-btn-float-disabled.active,.gda-btn-float.disabled.active,.gda-btn-float[disabled].active{color:var(--actionbutton-color-disabled, #b4b8bf);background:var(--actionbutton-background-color-disabled, #f1f2f4);border-color:var(--actionbutton-border-color-disabled, #f1f2f4);text-shadow:none;box-shadow:none}.gda-btn-float-disabled>a:only-child,.gda-btn-float.disabled>a:only-child,.gda-btn-float[disabled]>a:only-child,.gda-btn-float-disabled:hover>a:only-child,.gda-btn-float.disabled:hover>a:only-child,.gda-btn-float[disabled]:hover>a:only-child,.gda-btn-float-disabled:focus>a:only-child,.gda-btn-float.disabled:focus>a:only-child,.gda-btn-float[disabled]:focus>a:only-child,.gda-btn-float-disabled:active>a:only-child,.gda-btn-float.disabled:active>a:only-child,.gda-btn-float[disabled]:active>a:only-child,.gda-btn-float-disabled.active>a:only-child,.gda-btn-float.disabled.active>a:only-child,.gda-btn-float[disabled].active>a:only-child{color:currentColor}.gda-btn-float-disabled>a:only-child:after,.gda-btn-float.disabled>a:only-child:after,.gda-btn-float[disabled]>a:only-child:after,.gda-btn-float-disabled:hover>a:only-child:after,.gda-btn-float.disabled:hover>a:only-child:after,.gda-btn-float[disabled]:hover>a:only-child:after,.gda-btn-float-disabled:focus>a:only-child:after,.gda-btn-float.disabled:focus>a:only-child:after,.gda-btn-float[disabled]:focus>a:only-child:after,.gda-btn-float-disabled:active>a:only-child:after,.gda-btn-float.disabled:active>a:only-child:after,.gda-btn-float[disabled]:active>a:only-child:after,.gda-btn-float-disabled.active>a:only-child:after,.gda-btn-float.disabled.active>a:only-child:after,.gda-btn-float[disabled].active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-quiet-checked{color:var(--actionbutton-quiet-color-checked-regular, #222529);background:var(--actionbutton-quiet-background-color-checked-regular, rgba(0, 0, 0, .08));border-color:var(--actionbutton-quiet-border-color-checked-regular, rgba(0, 0, 0, 0))}.gda-btn-quiet-checked>a:only-child{color:currentColor}.gda-btn-quiet-checked>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-quiet-checked:hover{color:var(--actionbutton-quiet-color-checked-hover, #222529);background:var(--actionbutton-quiet-background-color-checked-hover, rgba(0, 0, 0, .12));border-color:var(--actionbutton-quiet-border-color-checked-hover, rgba(0, 0, 0, 0))}.gda-btn-quiet-checked:hover>a:only-child{color:currentColor}.gda-btn-quiet-checked:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-quiet-checked:active,.gda-btn-quiet-checked.active{color:var(--actionbutton-quiet-color-checked-active, #222529);background:var(--actionbutton-quiet-background-color-checked-active, rgba(0, 0, 0, .2));border-color:var(--actionbutton-quiet-border-color-checked-active, rgba(0, 0, 0, 0))}.gda-btn-quiet-checked:active>a:only-child,.gda-btn-quiet-checked.active>a:only-child{color:currentColor}.gda-btn-quiet-checked:active>a:only-child:after,.gda-btn-quiet-checked.active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-quiet-checked-disabled,.gda-btn-quiet-checked.disabled,.gda-btn-quiet-checked[disabled],.gda-btn-quiet-checked-disabled:hover,.gda-btn-quiet-checked.disabled:hover,.gda-btn-quiet-checked[disabled]:hover,.gda-btn-quiet-checked-disabled:focus,.gda-btn-quiet-checked.disabled:focus,.gda-btn-quiet-checked[disabled]:focus,.gda-btn-quiet-checked-disabled:active,.gda-btn-quiet-checked.disabled:active,.gda-btn-quiet-checked[disabled]:active,.gda-btn-quiet-checked-disabled.active,.gda-btn-quiet-checked.disabled.active,.gda-btn-quiet-checked[disabled].active{color:var(--actionbutton-color-disabled, #b4b8bf);background:var(--actionbutton-background-color-disabled, #f1f2f4);border-color:var(--actionbutton-border-color-disabled, #f1f2f4);text-shadow:none;box-shadow:none}.gda-btn-quiet-checked-disabled>a:only-child,.gda-btn-quiet-checked.disabled>a:only-child,.gda-btn-quiet-checked[disabled]>a:only-child,.gda-btn-quiet-checked-disabled:hover>a:only-child,.gda-btn-quiet-checked.disabled:hover>a:only-child,.gda-btn-quiet-checked[disabled]:hover>a:only-child,.gda-btn-quiet-checked-disabled:focus>a:only-child,.gda-btn-quiet-checked.disabled:focus>a:only-child,.gda-btn-quiet-checked[disabled]:focus>a:only-child,.gda-btn-quiet-checked-disabled:active>a:only-child,.gda-btn-quiet-checked.disabled:active>a:only-child,.gda-btn-quiet-checked[disabled]:active>a:only-child,.gda-btn-quiet-checked-disabled.active>a:only-child,.gda-btn-quiet-checked.disabled.active>a:only-child,.gda-btn-quiet-checked[disabled].active>a:only-child{color:currentColor}.gda-btn-quiet-checked-disabled>a:only-child:after,.gda-btn-quiet-checked.disabled>a:only-child:after,.gda-btn-quiet-checked[disabled]>a:only-child:after,.gda-btn-quiet-checked-disabled:hover>a:only-child:after,.gda-btn-quiet-checked.disabled:hover>a:only-child:after,.gda-btn-quiet-checked[disabled]:hover>a:only-child:after,.gda-btn-quiet-checked-disabled:focus>a:only-child:after,.gda-btn-quiet-checked.disabled:focus>a:only-child:after,.gda-btn-quiet-checked[disabled]:focus>a:only-child:after,.gda-btn-quiet-checked-disabled:active>a:only-child:after,.gda-btn-quiet-checked.disabled:active>a:only-child:after,.gda-btn-quiet-checked[disabled]:active>a:only-child:after,.gda-btn-quiet-checked-disabled.active>a:only-child:after,.gda-btn-quiet-checked.disabled.active>a:only-child:after,.gda-btn-quiet-checked[disabled].active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-round{height:var(--button-height-large, 40px);padding:0 calc(var(--button-height-large, 40px) / 2);font-size:var(--font-size-medium, 14px);border-radius:var(--button-height-large, 40px)}.gda-btn-round.gda-btn-lg{height:var(--button-height-large, 40px);padding:0 calc(var(--button-height-large, 40px) / 2);font-size:var(--button-font-size-large, 14px);border-radius:var(--button-height-large, 40px)}.gda-btn-round.gda-btn-sm{height:var(--button-height-medium, 32px);padding:0 calc(var(--button-height-medium, 32px) / 2);font-size:var(--font-size-medium, 14px);border-radius:var(--button-height-medium, 32px)}.gda-btn-round.gda-btn-xs{height:var(--button-height-small, 24px);padding:0 calc(var(--button-height-small, 24px) / 2);font-size:var(--font-size-medium, 14px);border-radius:var(--button-height-small, 24px)}.gda-btn-round.gda-btn-icon-only{width:auto}.gda-btn-circle{min-width:var(--button-height-large, 40px);padding-right:0;padding-left:0;text-align:center;border-radius:50%}.gda-btn-circle.gda-btn-lg{min-width:var(--button-height-large, 40px);border-radius:50%}.gda-btn-circle.gda-btn-sm{min-width:var(--button-height-medium, 32px);border-radius:50%}.gda-btn-circle.gda-btn-xs{min-width:var(--button-height-small, 24px);border-radius:50%}.gda-btn:before{position:absolute;top:calc(var(--button-border-width, 1px) * -1);right:calc(var(--button-border-width, 1px) * -1);bottom:calc(var(--button-border-width, 1px) * -1);left:calc(var(--button-border-width, 1px) * -1);z-index:1;display:none;background:var(--background-color-primary-regular, #fff);border-radius:inherit;opacity:.6;transition:opacity .2s;content:"";pointer-events:none}.gda-btn-danger:before,.gda-btn-primary:before{opacity:.7}.gda-btn.gda-btn-loading{position:relative}.gda-btn.gda-btn-loading:not([disabled]){pointer-events:none}.gda-btn.gda-btn-loading:before{display:block}.gda-btn.gda-btn-loading:not(.gda-btn-circle):not(.gda-btn-circle-outline):not(.gda-btn-icon-only){padding-left:29px}.gda-btn.gda-btn-loading:not(.gda-btn-circle):not(.gda-btn-circle-outline):not(.gda-btn-icon-only) .gdaicon:not(:last-child){margin-left:-14px}.gda-btn-sm.gda-btn-loading:not(.gda-btn-circle):not(.gda-btn-circle-outline):not(.gda-btn-icon-only){padding-left:24px}.gda-btn-sm.gda-btn-loading:not(.gda-btn-circle):not(.gda-btn-circle-outline):not(.gda-btn-icon-only) .gdaicon{margin-left:-17px}.gda-btn-xs.gda-btn-loading:not(.gda-btn-circle):not(.gda-btn-circle-outline):not(.gda-btn-icon-only){padding-left:24px}.gda-btn-xs.gda-btn-loading:not(.gda-btn-circle):not(.gda-btn-circle-outline):not(.gda-btn-icon-only) .gdaicon{margin-left:-17px}.gda-btn-full-loading{position:relative;pointer-events:none}.gda-btn-full-loading>*{visibility:hidden!important}.gda-btn-full-loading-cover{visibility:visible!important;display:flex!important;align-items:center;justify-content:center;position:absolute!important;top:0;left:0;width:100%;height:100%;margin-left:0!important}.gda-btn-full-loading-cover:before{visibility:visible!important;position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;opacity:.6;transition:opacity .2s;background:var(--background-color-primary-regular, #fff);border-radius:var(--border-radius-large, 8px);pointer-events:none;content:" ";z-index:1}.gda-btn-full-loading-cover i{visibility:visible!important}.gda-btn-full-loading.gda-btn-lg .gda-btn-full-loading-cover:before{border-radius:var(--border-radius-large, 8px)}.gda-btn-full-loading.gda-btn-sm .gda-btn-full-loading-cover:before{border-radius:var(--border-radius-medium, 6px)}.gda-btn-full-loading.gda-btn-xs .gda-btn-full-loading-cover:before{border-radius:var(--border-radius-small, 4px)}.gda-btn-full-loading.gda-btn-danger .gda-btn-full-loading-cover:before,.gda-btn-full-loading.gda-btn-primary .gda-btn-full-loading-cover:before{opacity:.7}.gda-btn-group{position:relative;display:inline-flex}.gda-btn-group>.gda-btn,.gda-btn-group>span>.gda-btn{position:relative}.gda-btn-group>.gda-btn:hover,.gda-btn-group>span>.gda-btn:hover,.gda-btn-group>.gda-btn:active,.gda-btn-group>span>.gda-btn:active,.gda-btn-group>.gda-btn.active,.gda-btn-group>span>.gda-btn.active{z-index:2}.gda-btn-group>.gda-btn[disabled],.gda-btn-group>span>.gda-btn[disabled]{z-index:0}.gda-btn-group>.gda-btn-icon-only .gdaicon{font-size:var(--icon-size-medium, 20px)}.gda-btn-group>.gda-btn-icon-only.gda-btn-lg .gdaicon{font-size:var(--icon-size-medium, 20px)}.gda-btn-group>.gda-btn-icon-only.gda-btn-sm .gdaicon{font-size:var(--icon-size-medium, 20px)}.gda-btn-group>.gda-btn-icon-only.gda-btn-xs .gdaicon{font-size:var(--icon-size-small, 16px)}.gda-btn-group-lg>.gda-btn,.gda-btn-group-lg>span>.gda-btn{--icon-font-size-inherit: var(--icon-size-medium, 20px);height:var(--button-height-large, 40px);padding:0 var(--button-space-horizontal-large, 16px);font-size:var(--button-font-size-large, 14px);border-radius:0}.gda-btn-group-lg>.gda-btn>.gdaicon,.gda-btn-group-lg>span>.gda-btn>.gdaicon{font-size:var(--icon-size-medium, 20px)}.gda-btn-group-lg>.gda-btn.gda-btn-icon-only{width:var(--button-height-large, 40px);height:var(--button-height-large, 40px);padding-right:0;padding-left:0}.gda-btn-group-sm>.gda-btn,.gda-btn-group-sm>span>.gda-btn{--icon-font-size-inherit: var(--icon-size-medium, 20px);height:var(--button-height-medium, 32px);padding:0 var(--button-space-horizontal-medium, 12px);font-size:var(--font-size-medium, 14px);border-radius:0}.gda-btn-group-sm>.gda-btn>.gdaicon,.gda-btn-group-sm>span>.gda-btn>.gdaicon{font-size:var(--icon-size-medium, 20px)}.gda-btn-group-sm>.gda-btn.gda-btn-icon-only{width:var(--button-height-medium, 32px);height:var(--button-height-medium, 32px);padding-right:0;padding-left:0}.gda-btn-group-xs>.gda-btn,.gda-btn-group-xs>span>.gda-btn{--icon-font-size-inherit: var(--icon-size-small, 16px);height:var(--button-height-small, 24px);padding:0 var(--button-space-horizontal-small, 8px);font-size:var(--font-size-small, 12px);border-radius:0}.gda-btn-group-xs>.gda-btn>.gdaicon,.gda-btn-group-xs>span>.gda-btn>.gdaicon{font-size:var(--icon-size-small, 16px)}.gda-btn-group-xs>.gda-btn.gda-btn-icon-only{width:var(--button-height-small, 24px);height:var(--button-height-small, 24px);padding-right:0;padding-left:0}.gda-btn-group .gda-btn+.gda-btn,.gda-btn+.gda-btn-group,.gda-btn-group span+.gda-btn,.gda-btn-group .gda-btn+span,.gda-btn-group>span+span,.gda-btn-group+.gda-btn,.gda-btn-group+.gda-btn-group{margin-left:-1px}.gda-btn-group .gda-btn-primary+.gda-btn:not(.gda-btn-primary):not([disabled]){border-left-color:transparent}.gda-btn-group .gda-btn{border-radius:0}.gda-btn-group>.gda-btn:first-child,.gda-btn-group>span:first-child>.gda-btn{margin-left:0}.gda-btn-group>.gda-btn:only-child{border-radius:var(--border-radius-large, 8px)}.gda-btn-group>span:only-child>.gda-btn{border-radius:var(--border-radius-large, 8px)}.gda-btn-group>.gda-btn:first-child:not(:last-child),.gda-btn-group>span:first-child:not(:last-child)>.gda-btn{border-top-left-radius:var(--border-radius-large, 8px);border-bottom-left-radius:var(--border-radius-large, 8px)}.gda-btn-group>.gda-btn:last-child:not(:first-child),.gda-btn-group>span:last-child:not(:first-child)>.gda-btn{border-top-right-radius:var(--border-radius-large, 8px);border-bottom-right-radius:var(--border-radius-large, 8px)}.gda-btn-group-sm>.gda-btn:only-child{border-radius:var(--border-radius-medium, 6px)}.gda-btn-group-sm>span:only-child>.gda-btn{border-radius:var(--border-radius-medium, 6px)}.gda-btn-group-sm>.gda-btn:first-child:not(:last-child),.gda-btn-group-sm>span:first-child:not(:last-child)>.gda-btn{border-top-left-radius:var(--border-radius-medium, 6px);border-bottom-left-radius:var(--border-radius-medium, 6px)}.gda-btn-group-sm>.gda-btn:last-child:not(:first-child),.gda-btn-group-sm>span:last-child:not(:first-child)>.gda-btn{border-top-right-radius:var(--border-radius-medium, 6px);border-bottom-right-radius:var(--border-radius-medium, 6px)}.gda-btn-group-xs>.gda-btn:only-child{border-radius:var(--border-radius-small, 4px)}.gda-btn-group-xs>span:only-child>.gda-btn{border-radius:var(--border-radius-small, 4px)}.gda-btn-group-xs>.gda-btn:first-child:not(:last-child),.gda-btn-group-xs>span:first-child:not(:last-child)>.gda-btn{border-top-left-radius:var(--border-radius-small, 4px);border-bottom-left-radius:var(--border-radius-small, 4px)}.gda-btn-group-xs>.gda-btn:last-child:not(:first-child),.gda-btn-group-xs>span:last-child:not(:first-child)>.gda-btn{border-top-right-radius:var(--border-radius-small, 4px);border-bottom-right-radius:var(--border-radius-small, 4px)}.gda-btn-group-lg>.gda-btn:only-child{border-radius:var(--border-radius-large, 8px)}.gda-btn-group-lg>span:only-child>.gda-btn{border-radius:var(--border-radius-large, 8px)}.gda-btn-group-lg>.gda-btn:first-child:not(:last-child),.gda-btn-group-lg>span:first-child:not(:last-child)>.gda-btn{border-top-left-radius:var(--border-radius-large, 8px);border-bottom-left-radius:var(--border-radius-large, 8px)}.gda-btn-group-lg>.gda-btn:last-child:not(:first-child),.gda-btn-group-lg>span:last-child:not(:first-child)>.gda-btn{border-top-right-radius:var(--border-radius-large, 8px);border-bottom-right-radius:var(--border-radius-large, 8px)}.gda-btn-group>.gda-btn-group{float:left}.gda-btn-group>.gda-btn-group:not(:first-child):not(:last-child)>.gda-btn{border-radius:0}.gda-btn-group>.gda-btn-group:first-child:not(:last-child)>.gda-btn:last-child{padding-right:8px;border-top-right-radius:0;border-bottom-right-radius:0}.gda-btn-group>.gda-btn-group:last-child:not(:first-child)>.gda-btn:first-child{padding-left:8px;border-top-left-radius:0;border-bottom-left-radius:0}.gda-btn-rtl.gda-btn-group .gda-btn+.gda-btn,.gda-btn-rtl.gda-btn+.gda-btn-group,.gda-btn-rtl.gda-btn-group span+.gda-btn,.gda-btn-rtl.gda-btn-group .gda-btn+span,.gda-btn-rtl.gda-btn-group>span+span,.gda-btn-rtl.gda-btn-group+.gda-btn,.gda-btn-rtl.gda-btn-group+.gda-btn-group,.gda-btn-group-rtl.gda-btn-group .gda-btn+.gda-btn,.gda-btn-group-rtl.gda-btn+.gda-btn-group,.gda-btn-group-rtl.gda-btn-group span+.gda-btn,.gda-btn-group-rtl.gda-btn-group .gda-btn+span,.gda-btn-group-rtl.gda-btn-group>span+span,.gda-btn-group-rtl.gda-btn-group+.gda-btn,.gda-btn-group-rtl.gda-btn-group+.gda-btn-group{margin-right:-1px;margin-left:auto}.gda-btn-group.gda-btn-group-rtl{direction:rtl}.gda-btn-group-rtl.gda-btn-group>.gda-btn:first-child:not(:last-child),.gda-btn-group-rtl.gda-btn-group>span:first-child:not(:last-child)>.gda-btn{border-top-left-radius:0;border-top-right-radius:var(--border-radius-large, 8px);border-bottom-right-radius:var(--border-radius-large, 8px);border-bottom-left-radius:0}.gda-btn-group-rtl.gda-btn-group>.gda-btn:last-child:not(:first-child),.gda-btn-group-rtl.gda-btn-group>span:last-child:not(:first-child)>.gda-btn{border-top-left-radius:var(--border-radius-large, 8px);border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:var(--border-radius-large, 8px)}.gda-btn-group-rtl.gda-btn-group-sm>.gda-btn:first-child:not(:last-child),.gda-btn-group-rtl.gda-btn-group-sm>span:first-child:not(:last-child)>.gda-btn{border-top-left-radius:0;border-top-right-radius:var(--border-radius-medium, 6px);border-bottom-right-radius:var(--border-radius-medium, 6px);border-bottom-left-radius:0}.gda-btn-group-rtl.gda-btn-group-sm>.gda-btn:last-child:not(:first-child),.gda-btn-group-rtl.gda-btn-group-sm>span:last-child:not(:first-child)>.gda-btn{border-top-left-radius:var(--border-radius-medium, 6px);border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:var(--border-radius-medium, 6px)}.gda-btn-group>.gda-btn:not(:first-child){position:relative}.gda-btn-group>.gda-btn:not(:first-child):before{display:block;position:absolute;top:0;bottom:0;left:-1px;z-index:3;height:100%;width:var(--border-width-small, 1px);border-radius:0;margin:auto 0;background:var(--background-color-divider-regular, rgba(0, 0, 0, .08));content:" "}.gda-btn-group>.gda-btn:not(:first-child).gda-btn-primary:before{background:var(--button-split-divider-primary, rgba(255, 255, 255, .2))}.gda-btn-group>.gda-btn:not(:first-child).gda-btn-secondary:before{background:var(--button-split-divider-secondary, rgba(0, 0, 0, .08))}.gda-btn:focus>span,.gda-btn:active>span{position:relative}.gda-btn>.gdaicon+span,.gda-btn>span+.gdaicon{margin-left:var(--button-icon-space-gap-medium, 4px)}.gda-btn>.gdaicon+.gdaicon{margin-left:var(--button-icon-space-gap-medium, 4px)}.gda-btn-lg .gdaicon{font-size:var(--icon-size-medium, 20px)}.gda-btn-lg>.gdaicon+.gdaicon,.gda-btn-lg>.gdaicon+span,.gda-btn-lg>span+.gdaicon{margin-left:var(--button-icon-space-gap-large, 4px)}.gda-btn-sm .gdaicon{font-size:var(--icon-size-medium, 20px)}.gda-btn-sm>.gdaicon+.gdaicon,.gda-btn-sm>.gdaicon+span,.gda-btn-sm>span+.gdaicon{margin-left:var(--button-icon-space-gap-small, 4px)}.gda-btn-xs .gdaicon{font-size:var(--icon-size-small, 16px)}.gda-btn-xs>.gdaicon+.gdaicon,.gda-btn-xs>.gdaicon+span,.gda-btn-xs>span+.gdaicon{margin-left:var(--button-icon-space-gap-small, 4px)}.gda-btn-background-ghost{color:var(--background-color-primary-regular, #fff);background:transparent!important;border-color:var(--background-color-primary-regular, #fff)}.gda-btn-background-ghost.gda-btn-primary{color:var(--button-background-color-primary-regular, #2254f4);background:transparent;border-color:var(--button-background-color-primary-regular, #2254f4);text-shadow:none}.gda-btn-background-ghost.gda-btn-primary>a:only-child{color:currentColor}.gda-btn-background-ghost.gda-btn-primary>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-background-ghost.gda-btn-primary:hover{color:#0d0c0c;background:transparent;border-color:#0d0c0c}.gda-btn-background-ghost.gda-btn-primary:hover>a:only-child{color:currentColor}.gda-btn-background-ghost.gda-btn-primary:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-background-ghost.gda-btn-primary:active,.gda-btn-background-ghost.gda-btn-primary.active{color:#000;background:transparent;border-color:#000}.gda-btn-background-ghost.gda-btn-primary:active>a:only-child,.gda-btn-background-ghost.gda-btn-primary.active>a:only-child{color:currentColor}.gda-btn-background-ghost.gda-btn-primary:active>a:only-child:after,.gda-btn-background-ghost.gda-btn-primary.active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-background-ghost.gda-btn-primary-disabled,.gda-btn-background-ghost.gda-btn-primary.disabled,.gda-btn-background-ghost.gda-btn-primary[disabled],.gda-btn-background-ghost.gda-btn-primary-disabled:hover,.gda-btn-background-ghost.gda-btn-primary.disabled:hover,.gda-btn-background-ghost.gda-btn-primary[disabled]:hover,.gda-btn-background-ghost.gda-btn-primary-disabled:focus,.gda-btn-background-ghost.gda-btn-primary.disabled:focus,.gda-btn-background-ghost.gda-btn-primary[disabled]:focus,.gda-btn-background-ghost.gda-btn-primary-disabled:active,.gda-btn-background-ghost.gda-btn-primary.disabled:active,.gda-btn-background-ghost.gda-btn-primary[disabled]:active,.gda-btn-background-ghost.gda-btn-primary-disabled.active,.gda-btn-background-ghost.gda-btn-primary.disabled.active,.gda-btn-background-ghost.gda-btn-primary[disabled].active{color:var(--button-background-color-primary-regular, #2254f4);background:transparent;border-color:var(--button-background-color-primary-regular, #2254f4);text-shadow:none;box-shadow:none}.gda-btn-background-ghost.gda-btn-primary-disabled>a:only-child,.gda-btn-background-ghost.gda-btn-primary.disabled>a:only-child,.gda-btn-background-ghost.gda-btn-primary[disabled]>a:only-child,.gda-btn-background-ghost.gda-btn-primary-disabled:hover>a:only-child,.gda-btn-background-ghost.gda-btn-primary.disabled:hover>a:only-child,.gda-btn-background-ghost.gda-btn-primary[disabled]:hover>a:only-child,.gda-btn-background-ghost.gda-btn-primary-disabled:focus>a:only-child,.gda-btn-background-ghost.gda-btn-primary.disabled:focus>a:only-child,.gda-btn-background-ghost.gda-btn-primary[disabled]:focus>a:only-child,.gda-btn-background-ghost.gda-btn-primary-disabled:active>a:only-child,.gda-btn-background-ghost.gda-btn-primary.disabled:active>a:only-child,.gda-btn-background-ghost.gda-btn-primary[disabled]:active>a:only-child,.gda-btn-background-ghost.gda-btn-primary-disabled.active>a:only-child,.gda-btn-background-ghost.gda-btn-primary.disabled.active>a:only-child,.gda-btn-background-ghost.gda-btn-primary[disabled].active>a:only-child{color:currentColor}.gda-btn-background-ghost.gda-btn-primary-disabled>a:only-child:after,.gda-btn-background-ghost.gda-btn-primary.disabled>a:only-child:after,.gda-btn-background-ghost.gda-btn-primary[disabled]>a:only-child:after,.gda-btn-background-ghost.gda-btn-primary-disabled:hover>a:only-child:after,.gda-btn-background-ghost.gda-btn-primary.disabled:hover>a:only-child:after,.gda-btn-background-ghost.gda-btn-primary[disabled]:hover>a:only-child:after,.gda-btn-background-ghost.gda-btn-primary-disabled:focus>a:only-child:after,.gda-btn-background-ghost.gda-btn-primary.disabled:focus>a:only-child:after,.gda-btn-background-ghost.gda-btn-primary[disabled]:focus>a:only-child:after,.gda-btn-background-ghost.gda-btn-primary-disabled:active>a:only-child:after,.gda-btn-background-ghost.gda-btn-primary.disabled:active>a:only-child:after,.gda-btn-background-ghost.gda-btn-primary[disabled]:active>a:only-child:after,.gda-btn-background-ghost.gda-btn-primary-disabled.active>a:only-child:after,.gda-btn-background-ghost.gda-btn-primary.disabled.active>a:only-child:after,.gda-btn-background-ghost.gda-btn-primary[disabled].active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-background-ghost.gda-btn-danger{color:var(--button-danger-border-color-secondary-regular, #f54531);background:transparent;border-color:var(--button-danger-border-color-secondary-regular, #f54531);text-shadow:none}.gda-btn-background-ghost.gda-btn-danger>a:only-child{color:currentColor}.gda-btn-background-ghost.gda-btn-danger>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-background-ghost.gda-btn-danger:hover{color:#0d0c0c;background:transparent;border-color:#0d0c0c}.gda-btn-background-ghost.gda-btn-danger:hover>a:only-child{color:currentColor}.gda-btn-background-ghost.gda-btn-danger:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-background-ghost.gda-btn-danger:active,.gda-btn-background-ghost.gda-btn-danger.active{color:#000;background:transparent;border-color:#000}.gda-btn-background-ghost.gda-btn-danger:active>a:only-child,.gda-btn-background-ghost.gda-btn-danger.active>a:only-child{color:currentColor}.gda-btn-background-ghost.gda-btn-danger:active>a:only-child:after,.gda-btn-background-ghost.gda-btn-danger.active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-background-ghost.gda-btn-danger-disabled,.gda-btn-background-ghost.gda-btn-danger.disabled,.gda-btn-background-ghost.gda-btn-danger[disabled],.gda-btn-background-ghost.gda-btn-danger-disabled:hover,.gda-btn-background-ghost.gda-btn-danger.disabled:hover,.gda-btn-background-ghost.gda-btn-danger[disabled]:hover,.gda-btn-background-ghost.gda-btn-danger-disabled:focus,.gda-btn-background-ghost.gda-btn-danger.disabled:focus,.gda-btn-background-ghost.gda-btn-danger[disabled]:focus,.gda-btn-background-ghost.gda-btn-danger-disabled:active,.gda-btn-background-ghost.gda-btn-danger.disabled:active,.gda-btn-background-ghost.gda-btn-danger[disabled]:active,.gda-btn-background-ghost.gda-btn-danger-disabled.active,.gda-btn-background-ghost.gda-btn-danger.disabled.active,.gda-btn-background-ghost.gda-btn-danger[disabled].active{color:var(--button-danger-border-color-secondary-regular, #f54531);background:transparent;border-color:var(--button-danger-border-color-secondary-regular, #f54531);text-shadow:none;box-shadow:none}.gda-btn-background-ghost.gda-btn-danger-disabled>a:only-child,.gda-btn-background-ghost.gda-btn-danger.disabled>a:only-child,.gda-btn-background-ghost.gda-btn-danger[disabled]>a:only-child,.gda-btn-background-ghost.gda-btn-danger-disabled:hover>a:only-child,.gda-btn-background-ghost.gda-btn-danger.disabled:hover>a:only-child,.gda-btn-background-ghost.gda-btn-danger[disabled]:hover>a:only-child,.gda-btn-background-ghost.gda-btn-danger-disabled:focus>a:only-child,.gda-btn-background-ghost.gda-btn-danger.disabled:focus>a:only-child,.gda-btn-background-ghost.gda-btn-danger[disabled]:focus>a:only-child,.gda-btn-background-ghost.gda-btn-danger-disabled:active>a:only-child,.gda-btn-background-ghost.gda-btn-danger.disabled:active>a:only-child,.gda-btn-background-ghost.gda-btn-danger[disabled]:active>a:only-child,.gda-btn-background-ghost.gda-btn-danger-disabled.active>a:only-child,.gda-btn-background-ghost.gda-btn-danger.disabled.active>a:only-child,.gda-btn-background-ghost.gda-btn-danger[disabled].active>a:only-child{color:currentColor}.gda-btn-background-ghost.gda-btn-danger-disabled>a:only-child:after,.gda-btn-background-ghost.gda-btn-danger.disabled>a:only-child:after,.gda-btn-background-ghost.gda-btn-danger[disabled]>a:only-child:after,.gda-btn-background-ghost.gda-btn-danger-disabled:hover>a:only-child:after,.gda-btn-background-ghost.gda-btn-danger.disabled:hover>a:only-child:after,.gda-btn-background-ghost.gda-btn-danger[disabled]:hover>a:only-child:after,.gda-btn-background-ghost.gda-btn-danger-disabled:focus>a:only-child:after,.gda-btn-background-ghost.gda-btn-danger.disabled:focus>a:only-child:after,.gda-btn-background-ghost.gda-btn-danger[disabled]:focus>a:only-child:after,.gda-btn-background-ghost.gda-btn-danger-disabled:active>a:only-child:after,.gda-btn-background-ghost.gda-btn-danger.disabled:active>a:only-child:after,.gda-btn-background-ghost.gda-btn-danger[disabled]:active>a:only-child:after,.gda-btn-background-ghost.gda-btn-danger-disabled.active>a:only-child:after,.gda-btn-background-ghost.gda-btn-danger.disabled.active>a:only-child:after,.gda-btn-background-ghost.gda-btn-danger[disabled].active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-background-ghost.gda-btn-dangerous{color:var(--button-danger-border-color-secondary-regular, #f54531);background:transparent;border-color:var(--button-danger-border-color-secondary-regular, #f54531);text-shadow:none}.gda-btn-background-ghost.gda-btn-dangerous>a:only-child{color:currentColor}.gda-btn-background-ghost.gda-btn-dangerous>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-background-ghost.gda-btn-dangerous:hover{color:#0d0c0c;background:transparent;border-color:#0d0c0c}.gda-btn-background-ghost.gda-btn-dangerous:hover>a:only-child{color:currentColor}.gda-btn-background-ghost.gda-btn-dangerous:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-background-ghost.gda-btn-dangerous:active,.gda-btn-background-ghost.gda-btn-dangerous.active{color:#000;background:transparent;border-color:#000}.gda-btn-background-ghost.gda-btn-dangerous:active>a:only-child,.gda-btn-background-ghost.gda-btn-dangerous.active>a:only-child{color:currentColor}.gda-btn-background-ghost.gda-btn-dangerous:active>a:only-child:after,.gda-btn-background-ghost.gda-btn-dangerous.active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-background-ghost.gda-btn-dangerous-disabled,.gda-btn-background-ghost.gda-btn-dangerous.disabled,.gda-btn-background-ghost.gda-btn-dangerous[disabled],.gda-btn-background-ghost.gda-btn-dangerous-disabled:hover,.gda-btn-background-ghost.gda-btn-dangerous.disabled:hover,.gda-btn-background-ghost.gda-btn-dangerous[disabled]:hover,.gda-btn-background-ghost.gda-btn-dangerous-disabled:focus,.gda-btn-background-ghost.gda-btn-dangerous.disabled:focus,.gda-btn-background-ghost.gda-btn-dangerous[disabled]:focus,.gda-btn-background-ghost.gda-btn-dangerous-disabled:active,.gda-btn-background-ghost.gda-btn-dangerous.disabled:active,.gda-btn-background-ghost.gda-btn-dangerous[disabled]:active,.gda-btn-background-ghost.gda-btn-dangerous-disabled.active,.gda-btn-background-ghost.gda-btn-dangerous.disabled.active,.gda-btn-background-ghost.gda-btn-dangerous[disabled].active{color:var(--button-danger-border-color-secondary-regular, #f54531);background:transparent;border-color:var(--button-danger-border-color-secondary-regular, #f54531);text-shadow:none;box-shadow:none}.gda-btn-background-ghost.gda-btn-dangerous-disabled>a:only-child,.gda-btn-background-ghost.gda-btn-dangerous.disabled>a:only-child,.gda-btn-background-ghost.gda-btn-dangerous[disabled]>a:only-child,.gda-btn-background-ghost.gda-btn-dangerous-disabled:hover>a:only-child,.gda-btn-background-ghost.gda-btn-dangerous.disabled:hover>a:only-child,.gda-btn-background-ghost.gda-btn-dangerous[disabled]:hover>a:only-child,.gda-btn-background-ghost.gda-btn-dangerous-disabled:focus>a:only-child,.gda-btn-background-ghost.gda-btn-dangerous.disabled:focus>a:only-child,.gda-btn-background-ghost.gda-btn-dangerous[disabled]:focus>a:only-child,.gda-btn-background-ghost.gda-btn-dangerous-disabled:active>a:only-child,.gda-btn-background-ghost.gda-btn-dangerous.disabled:active>a:only-child,.gda-btn-background-ghost.gda-btn-dangerous[disabled]:active>a:only-child,.gda-btn-background-ghost.gda-btn-dangerous-disabled.active>a:only-child,.gda-btn-background-ghost.gda-btn-dangerous.disabled.active>a:only-child,.gda-btn-background-ghost.gda-btn-dangerous[disabled].active>a:only-child{color:currentColor}.gda-btn-background-ghost.gda-btn-dangerous-disabled>a:only-child:after,.gda-btn-background-ghost.gda-btn-dangerous.disabled>a:only-child:after,.gda-btn-background-ghost.gda-btn-dangerous[disabled]>a:only-child:after,.gda-btn-background-ghost.gda-btn-dangerous-disabled:hover>a:only-child:after,.gda-btn-background-ghost.gda-btn-dangerous.disabled:hover>a:only-child:after,.gda-btn-background-ghost.gda-btn-dangerous[disabled]:hover>a:only-child:after,.gda-btn-background-ghost.gda-btn-dangerous-disabled:focus>a:only-child:after,.gda-btn-background-ghost.gda-btn-dangerous.disabled:focus>a:only-child:after,.gda-btn-background-ghost.gda-btn-dangerous[disabled]:focus>a:only-child:after,.gda-btn-background-ghost.gda-btn-dangerous-disabled:active>a:only-child:after,.gda-btn-background-ghost.gda-btn-dangerous.disabled:active>a:only-child:after,.gda-btn-background-ghost.gda-btn-dangerous[disabled]:active>a:only-child:after,.gda-btn-background-ghost.gda-btn-dangerous-disabled.active>a:only-child:after,.gda-btn-background-ghost.gda-btn-dangerous.disabled.active>a:only-child:after,.gda-btn-background-ghost.gda-btn-dangerous[disabled].active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link{color:var(--button-danger-border-color-secondary-regular, #f54531);background:transparent;border-color:transparent;text-shadow:none}.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link>a:only-child{color:currentColor}.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link:hover{color:#0d0c0c;background:transparent;border-color:transparent}.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link:hover>a:only-child{color:currentColor}.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link:hover>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link:active,.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link.active{color:#000;background:transparent;border-color:transparent}.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link:active>a:only-child,.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link.active>a:only-child{color:currentColor}.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link:active>a:only-child:after,.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link.active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link-disabled,.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link.disabled,.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link[disabled],.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link-disabled:hover,.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link.disabled:hover,.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link[disabled]:hover,.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link-disabled:focus,.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link.disabled:focus,.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link[disabled]:focus,.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link-disabled:active,.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link.disabled:active,.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link[disabled]:active,.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link-disabled.active,.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link.disabled.active,.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link[disabled].active{color:var(--button-danger-border-color-secondary-regular, #f54531);background:transparent;border-color:transparent;text-shadow:none;box-shadow:none}.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link-disabled>a:only-child,.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link.disabled>a:only-child,.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link[disabled]>a:only-child,.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link-disabled:hover>a:only-child,.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link.disabled:hover>a:only-child,.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link[disabled]:hover>a:only-child,.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link-disabled:focus>a:only-child,.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link.disabled:focus>a:only-child,.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link[disabled]:focus>a:only-child,.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link-disabled:active>a:only-child,.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link.disabled:active>a:only-child,.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link[disabled]:active>a:only-child,.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link-disabled.active>a:only-child,.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link.disabled.active>a:only-child,.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link[disabled].active>a:only-child{color:currentColor}.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link-disabled>a:only-child:after,.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link.disabled>a:only-child:after,.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link[disabled]>a:only-child:after,.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link-disabled:hover>a:only-child:after,.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link.disabled:hover>a:only-child:after,.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link[disabled]:hover>a:only-child:after,.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link-disabled:focus>a:only-child:after,.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link.disabled:focus>a:only-child:after,.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link[disabled]:focus>a:only-child:after,.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link-disabled:active>a:only-child:after,.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link.disabled:active>a:only-child:after,.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link[disabled]:active>a:only-child:after,.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link-disabled.active>a:only-child:after,.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link.disabled.active>a:only-child:after,.gda-btn-background-ghost.gda-btn-dangerous.gda-btn-link[disabled].active>a:only-child:after{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;content:""}.gda-btn-two-chinese-chars:first-letter{letter-spacing:.34em}.gda-btn-two-chinese-chars>*:not(.gdaicon){margin-right:-.34em;letter-spacing:.34em}.gda-btn.gda-btn-block{width:100%}.gda-btn:empty{display:inline-block;width:0;visibility:hidden;content:" "}a.gda-btn{padding-top:.01px!important;line-height:calc(var(--button-height-large, 40px) - 2px)}a.gda-btn:visited{color:var(--brand-700, #1338cf)}a.gda-btn-lg{line-height:calc(var(--button-height-large, 40px) - 2px)}a.gda-btn-sm{line-height:calc(var(--button-height-medium, 32px) - 2px)}a.gda-btn-xs{line-height:calc(var(--button-height-small, 24px) - 2px)}.gda-btn-rtl{direction:rtl}.gda-btn-group-rtl.gda-btn-group .gda-btn-primary:last-child:not(:first-child),.gda-btn-group-rtl.gda-btn-group .gda-btn-primary+.gda-btn-primary{border-right-color:var(--brand-500, #4d7cff);border-left-color:var(--button-border-color-tertiary-regular, #e8eaec)}.gda-btn-group-rtl.gda-btn-group .gda-btn-primary:last-child:not(:first-child)[disabled],.gda-btn-group-rtl.gda-btn-group .gda-btn-primary+.gda-btn-primary[disabled]{border-right-color:var(--button-border-color-tertiary-regular, #e8eaec);border-left-color:var(--brand-500, #4d7cff)}.gda-btn-rtl.gda-btn>.gda-btn-loading-icon .gdaicon{padding-right:0;padding-left:8px}.gda-btn>.gda-btn-loading-icon:only-child .gdaicon{padding-right:0;padding-left:0}.gda-btn-rtl.gda-btn>.gdaicon+span,.gda-btn-rtl.gda-btn>span+.gdaicon{margin-right:8px;margin-left:0}
