.Button_view_primary{color:#fff;transform:scale(1)}.Button_view_primary::before{background-color:var(--depot-color-control-primary)}.Button_view_primary.Button_pressed{transition:none;transform:scale(.96)}.Button_view_primary.Button_pressed::after{transform:scale(1.042)}.Button_view_primary.Button_pressed::before{background-color:var(--depot-color-control-primary-active)}.Button_view_primary[aria-disabled=true]{color:var(--depot-color-text-quinary)}.Button_view_primary[aria-disabled=true]::before{background-color:var(--depot-color-button-disabled-bg)}.Button_view_primary[aria-disabled=true] .Button-Icon{background-color:var(--depot-color-button-disabled-text)}.Button_view_primary.Button_checked::before{border-color:transparent;background-color:var(--depot-color-button-checked-bg)}.Button_view_primary.Button_checked[aria-disabled=true]{color:#fff}.Button_view_primary.Button_checked[aria-disabled=true] .Button-Icon{background-color:var(--depot-color-button-checked-text)}.Button_view_primary.Button_progress::before{background-image:var(--depot-color-button-primary-progress-bg);background-size:34px 34px;animation-name:button-view-primary-progress;animation-duration:.5s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.Button_view_primary:not([aria-disabled=true]).Button_checked.Button_progress::before{background-image:var(--depot-color-button-primary-progress-bg)}.Button_view_primary.Button_progress{color:var(--depot-color-text-primary-inverse)}@keyframes button-view-primary-progress{0%{background-position:-12px 0}to{background-position:0 0}}.Button_view_primary:not([aria-disabled=true]) .Icon{background:#fff}.Button_view_primary.Button_checked:not(:disabled):hover::before{background-color:var(--depot-color-control-secondary-checked)}.Button_view_primary:not(:disabled):hover{color:#fff}.Button_view_primary:not(:disabled):hover::before{background-color:var(--depot-color-control-primary-hovered)}.utilityfocus .Button_view_primary:not(:disabled):focus::before{border:2px solid var(--depot-color-text-primary)}