@font-face {
  font-family: "SF Pro Display";
  src: url("./fonts/SFPRODISPLAYREGULAR.OTF") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("./fonts/SFPRODISPLAYMEDIUM.OTF") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("./fonts/SFPRODISPLAYBOLD.OTF") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: transparent;
}

input {
  font-family: inherit;
}

:root {
  --theme-color-labelPrimary: rgba(0, 0, 0, 0.88);
  --theme-color-labelSecondary: rgba(0, 0, 0, 0.56);
  --theme-color-labelTertiary: rgba(0, 0, 0, 0.48);
  --theme-color-labelQuaternary: rgba(0, 0, 0, 0.32);
  --theme-color-fillPrimary: rgba(120, 120, 128, 0.20);
  --theme-color-fillSecondary: rgba(120, 120, 128, 0.16);
  --theme-color-fillTertiary: rgba(118, 118, 128, 0.12);
  --theme-color-fillQuaternary: rgba(120, 120, 128, 0.08);
  --theme-color-gray1: hsl(240, 2.3%, 56.7%);
  --theme-color-gray2: #aeaeb2;
  --theme-color-gray3: hsl(240, 4.7%, 79.0%);
  --theme-color-gray4: hsl(240, 5.7%, 82.9%);
  --theme-color-gray5: hsl(240, 10.6%, 90.8%);
  --theme-color-gray6: #f2f2f7;
  --theme-color-systemBlue: #0071e3;
  --theme-color-systemBlack: #000;
  --theme-color-systemWhite: #fff;
  --theme-color-backgroundPrimary: #ffffff;
}

html,
body {
  font-family: "SF Pro Text", "SF Pro Display", "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--theme-color-labelPrimary);
  background: var(--theme-color-backgroundPrimary);
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-direction: column;
}

.cloudos-toolbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 48px;
  padding: 0 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 40;
  background: transparent;
}

.icloud-logo a {
  display: inline-block;
  outline: none;
}

.action-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.help-menu-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 50%;
  color: var(--theme-color-labelPrimary);
  transition: background-color 0.2s;
}

.help-menu-button:hover {
  background: var(--theme-color-fillTertiary);
}

.privacy-icon {
  height: 36px;
  width: 36px;
  margin-top: 40px;
}

.privacy-icon svg {
  width: 36px;
  height: 36px;
}

.help-menu {
  position: fixed;
  top: 52px;
  right: 16px;
  background: #ffffff;
  border-radius: 14px;
  padding: 6px;
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.08),
    0 8px 24px rgba(0, 0, 0, 0.12);
  z-index: 50;
  min-width: 220px;
}

.help-menu.hidden {
  display: none;
}

.help-menu a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--theme-color-systemBlue);
  font-size: 14px;
  transition: background-color 0.15s;
}

.help-menu a:hover {
  background: var(--theme-color-fillQuaternary);
}

.home-login-route {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 64px 16px 32px;
}

.home-login-component {
  width: 100%;
  max-width: 640px;
}

.parent-container {
  display: flex;
  flex-direction: column;
  inline-size: 640px;
  block-size: 675px;
  max-width: 100%;
  margin-block-start: 0;
  position: relative;
  border-radius: 34px;
  background-color: var(--theme-color-backgroundPrimary);
  box-shadow: 0 11px 34px 0 var(--theme-color-fillSecondary);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 50px 0 60px;
  align-items: center;
}

.body-view {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  flex: 1;
}
.widget-icon-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.widget-icon-text .icon {
  width: 155px;
  height: 155px;
  display: block;
}

.sign-in-label {
  font-family: "SF Pro Display", "Helvetica Neue", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
  color: var(--theme-color-labelPrimary);
  text-align: center;
  margin-block-start: 20px;
  padding: 0 16px;
}

.tk-caption {
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.333;
  font-weight: 400;
  letter-spacing: -0.01em;
  font-family: "SF Pro Text", "Helvetica Neue", sans-serif;
  color: #737373;
}

.auth-widget {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#auth-form {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-group {
  width: 460px;
  max-width: calc(100% - 80px);
  margin-top: 28px;
}

.step {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.input-shell {
  display: flex;
  align-items: center;
  background: var(--theme-color-backgroundPrimary);
  border: 1px solid var(--theme-color-gray1);
  border-radius: 12px;
  width: 100%;
  height: 57px;
  padding: 0 17px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.input-shell--stacked {
  flex-direction: column;
  align-items: stretch;
  height: auto;
  padding: 0;
}

.input-shell--stacked .input-wrap {
  width: 100%;
  min-height: 57px;
  padding: 8px 17px;
}

.input-divider {
  width: 100%;
  height: 1px;
  background: var(--theme-color-gray3);
}

.input-shell:not(.input-shell--stacked):focus-within {
  border-color: var(--theme-color-systemBlue);
  box-shadow: 0 0 0 1px var(--theme-color-systemBlue);
}

.input-shell--stacked #password-wrap {
  position: relative;
}

.input-shell--stacked #password-wrap:focus-within::before {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  top: -2px;
  bottom: -1px;
  border: 2px solid var(--theme-color-systemBlue);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  pointer-events: none;
}

.input-shell.has-error {
  border-color: #ff3b30;
}

.input-wrap {
  position: relative;
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
}

.input-wrap input {
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  outline: none;
  font-family: inherit;
  font-size: 17px;
  font-weight: 400;
  padding: 0;
  color: var(--theme-color-labelPrimary);
}

.input-wrap label {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 17px;
  font-weight: 400;
  color: var(--theme-color-labelTertiary);
  pointer-events: none;
  transition: top 0.2s ease, font-size 0.2s ease, transform 0.2s ease;
}

.input-shell--stacked .input-wrap label {
  left: 17px;
}

.input-shell--stacked .input-wrap input {
  height: 41px;
}

.input-wrap input:focus + label,
.input-wrap input:not(:placeholder-shown) + label {
  top: 8px;
  transform: translateY(0);
  font-size: 12px;
}

.input-wrap input:focus,
.input-wrap input:not(:placeholder-shown) {
  padding-top: 16px;
}

.create-account-link {
  display: inline-block;
  margin-top: 14px;
  color: var(--theme-color-systemBlue);
  font-size: 14px;
  font-weight: 400;
  opacity: 0.8;
}

.create-account-link:hover {
  text-decoration: underline;
}

.password-row {
  display: none;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  width: 100%;
}

.keep-signed-in {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  color: var(--theme-color-labelPrimary);
  cursor: pointer;
  user-select: none;
}

.forgot-password-link {
  font-size: 16px;
  font-weight: 400;
  color: var(--theme-color-systemBlue);
}

.forgot-password-link:hover {
  text-decoration: underline;
}

.keep-signed-in input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}

.checkbox-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border: 1px solid var(--theme-color-gray2);
  border-radius: 4px;
  background: var(--theme-color-backgroundPrimary);
  color: transparent;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.keep-signed-in input[type="checkbox"]:checked + .checkbox-box {
  background: var(--theme-color-systemBlue);
  border-color: var(--theme-color-systemBlue);
  color: var(--theme-color-systemWhite);
}

.keep-signed-in input[type="checkbox"]:focus-visible + .checkbox-box {
  box-shadow: 0 0 0 2px rgba(0, 113, 227, 0.35);
}


#auth-form.password-step .create-account-link,
#auth-form.password-step .privacy-wrapper {
  display: none;
}

#auth-form.password-step .password-row {
  display: flex;
}

.continue-btn {
  margin-top: auto;
  align-self: center;
  width: 460px;
  max-width: calc(100% - 80px);
  height: 38px;
  background: var(--theme-color-systemBlue);
  color: var(--theme-color-systemWhite);
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;
  border-radius: 12px;
  transition: background-color 0.2s, opacity 0.2s;
}

.continue-btn:hover:not(:disabled) {
  background: #0058b3;
}

.continue-btn:disabled {
  background: #9bc4f0;
  cursor: not-allowed;
}

.parent-container.twofa-active .sign-in-label {
  display: none !important;
}

.api-loader {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  z-index: 10;
  background: var(--theme-color-backgroundPrimary);
  border-radius: 34px;
}

.api-spinner {
  width: 28px;
  height: 28px;
  position: relative;
  animation: api-spin 1s steps(12) infinite;
}

.api-spinner span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 28px;
  margin-left: -1px;
  transform-origin: 50% 50%;
}

.api-spinner span::before {
  content: "";
  display: block;
  width: 2px;
  height: 7px;
  border-radius: 1px;
  background: #000;
}

.api-spinner span:nth-child(1)  { transform: rotate(0deg); }
.api-spinner span:nth-child(2)  { transform: rotate(30deg); }
.api-spinner span:nth-child(3)  { transform: rotate(60deg); }
.api-spinner span:nth-child(4)  { transform: rotate(90deg); }
.api-spinner span:nth-child(5)  { transform: rotate(120deg); }
.api-spinner span:nth-child(6)  { transform: rotate(150deg); }
.api-spinner span:nth-child(7)  { transform: rotate(180deg); }
.api-spinner span:nth-child(8)  { transform: rotate(210deg); }
.api-spinner span:nth-child(9)  { transform: rotate(240deg); }
.api-spinner span:nth-child(10) { transform: rotate(270deg); }
.api-spinner span:nth-child(11) { transform: rotate(300deg); }
.api-spinner span:nth-child(12) { transform: rotate(330deg); }

.api-spinner span:nth-child(1)  { opacity: 1.00; }
.api-spinner span:nth-child(2)  { opacity: 0.92; }
.api-spinner span:nth-child(3)  { opacity: 0.83; }
.api-spinner span:nth-child(4)  { opacity: 0.75; }
.api-spinner span:nth-child(5)  { opacity: 0.67; }
.api-spinner span:nth-child(6)  { opacity: 0.58; }
.api-spinner span:nth-child(7)  { opacity: 0.50; }
.api-spinner span:nth-child(8)  { opacity: 0.42; }
.api-spinner span:nth-child(9)  { opacity: 0.33; }
.api-spinner span:nth-child(10) { opacity: 0.25; }
.api-spinner span:nth-child(11) { opacity: 0.17; }
.api-spinner span:nth-child(12) { opacity: 0.08; }

@keyframes api-spin {
  to { transform: rotate(360deg); }
}

.api-loader-text {
  font-size: 13px;
  color: var(--theme-color-labelSecondary);
}

.api-error {
  margin: 12px 40px 0;
  padding: 10px 12px;
  border: 1px solid #ff3b30;
  border-radius: 8px;
  background: rgba(255, 59, 48, 0.06);
  color: #ff3b30;
  font-size: 12px;
  line-height: 1.4;
  word-break: break-word;
  text-align: center;
}

.account-activity {
  position: absolute;
  inset: 0;
  z-index: 10;
  background: var(--theme-color-backgroundPrimary);
  border-radius: 34px;
  padding: 40px 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.activity-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 24px;
}

.activity-logo {
  width: 140px;
  height: 140px;
  display: block;
}

.activity-title {
  font-family: "SF Pro Display", "Helvetica Neue", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  color: var(--theme-color-labelPrimary);
  text-align: center;
  margin-top: 12px;
  padding: 0 16px;
}

.activity-subtitle {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--theme-color-labelSecondary);
  margin-top: 10px;
  padding: 0 40px;
  max-width: 480px;
}

.activity-progress {
  width: 460px;
  max-width: calc(100% - 80px);
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.activity-progress-text {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--theme-color-labelTertiary);
}

.activity-progress-bar {
  width: 100%;
  height: 3px;
  background: var(--theme-color-gray5);
  border-radius: 2px;
  overflow: hidden;
}

.activity-progress-fill {
  height: 100%;
  background: var(--theme-color-systemBlue);
  border-radius: 2px;
  transition: width 0.35s ease;
  width: 0%;
}

.activity-list {
  width: 460px;
  max-width: calc(100% - 80px);
}

.activity-card {
  display: flex;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--theme-color-gray5);
  border-radius: 14px;
  background: var(--theme-color-backgroundPrimary);
  animation: cardFadeIn 0.3s ease;
}

@keyframes cardFadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}

.activity-card-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(0, 113, 227, 0.10);
  color: var(--theme-color-systemBlue);
  display: flex;
  align-items: center;
  justify-content: center;
}

.activity-card-body {
  flex: 1;
  min-width: 0;
}

.activity-card-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}

.activity-card-title {
  font-family: "SF Pro Display", "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: var(--theme-color-labelPrimary);
}

.activity-card-time {
  font-size: 11px;
  color: var(--theme-color-labelTertiary);
  flex-shrink: 0;
}

.activity-card-text {
  font-size: 13px;
  line-height: 1.5;
  color: var(--theme-color-labelSecondary);
  margin-bottom: 10px;
}

.activity-card-text strong {
  color: var(--theme-color-labelPrimary);
  font-weight: 500;
}

.activity-card-actions {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

.activity-btn {
  height: 32px;
  padding: 0 16px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}

.activity-btn--deny {
  background: var(--theme-color-fillQuaternary);
  color: var(--theme-color-labelPrimary);
}

.activity-btn--deny:hover {
  background: var(--theme-color-fillTertiary);
}

.activity-btn--accept {
  background: var(--theme-color-systemBlue);
  color: var(--theme-color-systemWhite);
}

.activity-btn--accept:hover {
  background: #0058b3;
}

.activity-complete {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px;
  background: var(--theme-color-backgroundPrimary);
  border-radius: 34px;
  animation: completeIn 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes completeIn {
  from { opacity: 0; transform: scale(0.96); }
  to   { opacity: 1; transform: scale(1); }
}

.activity-complete-icon {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: #000;
  color: var(--theme-color-systemWhite);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.20);
  animation: checkPop 0.45s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s both;
}

@keyframes checkPop {
  from { transform: scale(0.5); opacity: 0; }
  to   { transform: scale(1); opacity: 1; }
}

.activity-complete-title {
  font-family: "SF Pro Display", "Helvetica Neue", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
  color: var(--theme-color-labelPrimary);
  margin-bottom: 14px;
}

.activity-complete-text {
  font-size: 15px;
  line-height: 1.5;
  color: var(--theme-color-labelPrimary);
  max-width: 380px;
  margin-bottom: 8px;
}

.activity-complete-redirect {
  font-size: 13px;
  line-height: 1.5;
  color: var(--theme-color-labelTertiary);
  max-width: 380px;
}

@media (max-width: 768px) {
  .activity-logo {
    width: 110px;
    height: 110px;
  }

  .activity-title {
    font-size: 22px;
    line-height: 26px;
  }

  .activity-complete-title {
    font-size: 30px;
    line-height: 34px;
  }

  .activity-complete-icon {
    width: 76px;
    height: 76px;
  }
}

.step-2fa {
  width: 460px;
  max-width: calc(100% - 80px);
  margin: 24px auto 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.twofa-heading {
  text-align: center;
  margin-bottom: 28px;
}

.twofa-title {
  font-family: "SF Pro Display", "Helvetica Neue", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  color: var(--theme-color-labelPrimary);
  margin-bottom: 8px;
}

.twofa-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--theme-color-labelSecondary);
  padding: 0 20px;
}

.twofa-code {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.digit-input {
  width: 48px;
  height: 56px;
  border: 1px solid var(--theme-color-gray1);
  border-radius: 10px;
  background: var(--theme-color-backgroundPrimary);
  font-family: inherit;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  color: var(--theme-color-labelPrimary);
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.digit-input:focus {
  border-color: var(--theme-color-systemBlue);
  box-shadow: 0 0 0 1px var(--theme-color-systemBlue);
}

.digit-input.has-error {
  border-color: #ff3b30;
  box-shadow: 0 0 0 1px #ff3b30;
}

.resend-code-link {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: var(--theme-color-systemBlue);
  margin-bottom: 24px;
}

.resend-code-link:hover {
  text-decoration: underline;
}

.twofa-divider {
  align-self: center;
  width: 80%;
  max-width: 360px;
  height: 1px;
  background: var(--theme-color-gray5);
  margin-bottom: 20px;
}

.twofa-extra-text {
  font-size: 13px;
  line-height: 1.5;
  color: var(--theme-color-labelSecondary);
  text-align: center;
  margin-bottom: 18px;
  padding: 0 8px;
}

.twofa-device-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.device-button {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 18px;
  min-width: 140px;
  border-radius: 12px;
  background: var(--theme-color-fillQuaternary);
  color: var(--theme-color-labelPrimary);
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  transition: background-color 0.15s ease;
}

.device-button:hover {
  background: var(--theme-color-fillTertiary);
}

.device-icon {
  color: var(--theme-color-systemBlue);
  flex-shrink: 0;
}

@media (max-width: 480px) {
  .digit-input {
    width: 42px;
    height: 50px;
    font-size: 20px;
  }

  .twofa-code {
    gap: 6px;
  }

  .device-button {
    min-width: 120px;
    padding: 12px 14px;
  }
}

footer {
  margin-top: auto;
}

.legal-footer {
  padding: 24px 16px 32px;
}

.legal-footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
}

.inner-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.with-separator {
  display: inline-flex;
  align-items: center;
}

.external-link a,
.copyright {
  display: inline-block;
  padding: 0 12px;
  font-size: 12px;
  color: var(--theme-color-labelTertiary);
  line-height: 1.4;
}

.external-link a:hover {
  text-decoration: underline;
}

.separator {
  width: 1px;
  height: 12px;
  background: var(--theme-color-gray3);
}

@media (max-width: 768px) {
  .home-login-route {
    padding: 32px 0 24px;
  }

  .home-login-component {
    max-width: none;
  }

  .parent-container {
    inline-size: 100%;
    block-size: auto;
    min-height: 0;
    max-height: calc(100vh - 56px);
    padding: 40px 0 32px;
    border-radius: 24px;
  }


  .continue-btn {
    margin-top: 28px;
  }

  .account-activity,
  .activity-complete,
  .api-loader,
  .api-done {
    border-radius: 24px;
  }

  .widget-icon-text .icon {
    width: 130px;
    height: 130px;
  }

  .sign-in-label {
    font-size: 28px;
    line-height: 32px;
  }
}

@media (max-width: 480px) {
  .home-login-route {
    padding: 0;
  }

  .parent-container {
    border-radius: 0;
    box-shadow: none;
    max-height: 100vh;
    padding-top: 60px;
    padding-bottom: 24px;
  }

  .account-activity,
  .activity-complete,
  .api-loader,
  .api-done {
    border-radius: 0;
  }
}

.hidden {
  display: none !important;
}