body {
  margin: 0
}

body.ta-auth-body {
  min-height: 100vh;
  display: flex;
  flex-direction: column
}

body.ta-auth-body .content {
  flex: 1 1 auto;
  display: block;
  width: 100%;
  min-width: 0
}

body.ta-auth-body .main_section {
  min-height: 0
}

html[data-app-theme="light"] .ta-theme-toggle .ta-theme-icon--sun {
  display: none !important
}

html[data-app-theme="light"] .ta-theme-toggle .ta-theme-icon--moon {
  display: inline-block !important
}

html[data-app-theme="dark"] .ta-theme-toggle .ta-theme-icon--moon {
  display: none !important
}

html[data-app-theme="dark"] .ta-theme-toggle .ta-theme-icon--sun {
  display: inline-block !important
}
