.Button_view_primary{color:#fff;transform:scale(1)}.Button_view_primary:before{background-color:#f8604a}.Button_view_primary.Button_pressed{transform:scale(.96);transition:none}.Button_view_primary.Button_pressed:after{transform:scale(1.042)}.Button_view_primary.Button_pressed:before{background-color:var(--depot-cubes-color-control-primary-pressed)}.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{background-color:var(--depot-color-button-checked-bg);border-color:transparent}.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{animation-duration:.5s;animation-iteration-count:infinite;animation-name:button-view-primary-progress;animation-timing-function:ease-in-out;background-image:var(--depot-color-button-primary-progress-bg);background-size:34px 34px}.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-cubes-color-control-primary-hovered)}.utilityfocus .Button_view_primary:not(:disabled):focus:before{border:2px solid var(--depot-color-text-primary)}