.state-slides {
  flex: auto;
  display: flex;
  overflow: hidden; }
  .state-slides li {
    min-width: 0;
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    padding: 0 32px 24px 32px;
    opacity: 0;
    transform: translateX(var(--translateX));
    transition: opacity .15s; }
  .state-slides li.active {
    opacity: 1; }

.app-list {
  flex: auto;
  display: flex;
  justify-content: stretch;
  flex-direction: column; }
  .app-list form {
    display: flex;
    flex-direction: column; }

.uninstall-apps-section {
  overflow: auto;
  height: 240px; }

.state-progress {
  font-size: 16px;
  align-items: center;
  justify-content: center; }
  .state-progress p {
    color: #E5E5E5;
    font-size: 16px; }

.progress-bar {
  margin-top: 24px;
  height: 4px;
  width: auto;
  align-self: stretch;
  background-color: transparent; }

.progress-bar::-webkit-progress-bar {
  background-color: inherit; }

.progress-bar::-webkit-progress-value {
  background-color: #D34037;
  transition: .5s; }

.state-finish-main {
  text-align: center;
  flex: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 56px; }
  .state-finish-main h1 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: none;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    color: white;
    letter-spacing: 0.2px; }
  .state-finish-main h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #B2B2B2;
    line-height: 150%;
    margin: 12px 0 32px; }
  .state-finish-main i {
    width: 112px;
    height: 112px;
    margin-bottom: 32px; }

.state-finish .app-footer {
  justify-content: space-between; }
