/* stylelint-disable */
@font-face {
  font-family: roboto_wf;
  src: url(https://obs.duel.me/assets/fonts/roboto/roboto-regular-webfont.woff2) format('woff2'),url(https://obs.duel.me/assets/fonts/roboto/roboto-regular-webfont.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: roboto_wf;
  src: url(https://obs.duel.me/assets/fonts/roboto/roboto-regularitalic-webfont.woff2) format('woff2'),url(https://obs.duel.me/assets/fonts/roboto/roboto-regularitalic-webfont.woff) format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: roboto_wf;
  src: url(https://obs.duel.me/assets/fonts/roboto/roboto-light-webfont.woff2) format('woff2'),url(https://obs.duel.me/assets/fonts/roboto/roboto-light-webfont.woff) format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: roboto_wf;
  src: url(https://obs.duel.me/assets/fonts/roboto/roboto-medium-webfont.woff2) format('woff2'),url(https://obs.duel.me/assets/fonts/roboto/roboto-medium-webfont.woff) format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: roboto_wf;
  src: url(https://obs.duel.me/assets/fonts/roboto/roboto-mediumitalic-webfont.woff2) format('woff2'),url(https://obs.duel.me/assets/fonts/roboto/roboto-mediumitalic-webfont.woff) format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
.cookie-consent {
  position: fixed;
  display: -webkit-flex;
  display: flex;
  font-size: .95em;
  bottom: 16px;
  left: 16px;
  pointer-events: none;
  right: 16px;
  z-index: 10;
  --color: #222;
  --weakColor: #bbb;
  --radius: var(--primaryActionRadius,var(--btnRadius));
  color: var(--color)
}
.cookie-consent > div {
  pointer-events: auto;
  background: rgba(255,255,255,.95);
  -webkit-backdrop-filter: blur(5px);
  border-bottom: 0;
  padding: 1em 1em 1em 1.2rem;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.4);
  box-shadow: 0 0 3px rgba(0,0,0,.4);
  border-radius: var(--radius);
  display: -webkit-flex;
  display: flex;
  margin: auto;
  max-width: 40em;
  -webkit-align-items: baseline;
  align-items: baseline
}
.cookie-consent > div a {
  color: inherit;
  padding-bottom: .3em;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-color: var(--weakColor);
  text-decoration-color: var(--weakColor)
}
.cookie-consent > div a:active,
.cookie-consent > div a:focus,
.cookie-consent > div a:hover {
  -webkit-text-decoration-color: inherit;
  text-decoration-color: inherit
}
.cookie-consent button {
  color: #555;
  font-size: .9em;
  border-radius: var(--radius);
  font-weight: 700;
  margin-left: 1.3em;
  background: rgba(0,0,0,.05);
  padding: .4em 1em;
  white-space: nowrap;
  display: inline-block
}
.cookie-consent button:active,
.cookie-consent button:focus,
.cookie-consent button:hover {
  color: var(--color);
  cursor: pointer;
  text-decoration: none
}
.cookie-consent button * {
  pointer-events: none
}
@media (max-width:650px) {
  .cookie-consent {
    font-size: .9rem
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}
details,
main {
  display: block
}
h1 {
  font-size: 2em
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em
}
a {
  background-color: transparent;
  text-underline-offset: .2em;
  text-decoration-thickness: .1em
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}
b,
strong {
  font-weight: bolder
}
small {
  font-size: 80%
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
img {
  border-style: none
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}
button,
input {
  overflow: visible
}
button,
select {
  text-transform: none
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px
}
fieldset {
  padding: .35em .75em .625em
}
legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto;
  resize: vertical
}
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
summary {
  display: list-item
}
[hidden],
template {
  display: none
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0
}
.nowrap {
  white-space: nowrap
}
input[type=password] {
  font-family: Verdana,sans-serif!important;
  letter-spacing: 1px
}
input[type=number] {
  appearance: textfield
}
input[type=checkbox],
input[type=radio] {
  font-size: 2em
}
:disabled {
  -webkit-text-fill-color: currentColor
}
input,
textarea {
  border-radius: var(--inputRadius)
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #999;
  font-family: var(--baseFontFamily,'roboto_wf',Roboto,Arial,sans-serif);
  letter-spacing: 0
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #999;
  font-family: var(--baseFontFamily,'roboto_wf',Roboto,Arial,sans-serif);
  letter-spacing: 0
}
.control {
  display: block;
  width: 100%;
  padding: .475rem .65rem;
  font-size: max(16px,1rem);
  font-family: inherit;
  line-height: 1.5;
  color: inherit;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: var(--inputRadius)
}
.control:focus {
  border-color: #555
}
.control:disabled {
  background-color: rgba(0,0,0,.025);
  color: #999
}
.control[readonly=readOnly] {
  pointer-events: none;
  color: inherit;
  background-color: rgba(0,0,0,.025);
  border-color: transparent
}
.control[type=checkbox] {
  width: auto;
  padding: 0
}
select.control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit;
  padding-left: .5rem
}
select.control::-ms-expand {
  display: none
}
.dropdown-bg,
select.control {
  background-image: url("data:image/svg+xml,%3Csvg width%3D%228%22 viewBox%3D%220 0 10 17%22 fill%3D%22black%22 fill-opacity%3D%22.8%22 xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath d%3D%22M1%2C7 l4%2C-6 l4%2C6 zM1%2C10 l4%2C6 l4%2C-6 z%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 7px center;
  background-size: 8px auto;
  padding-right: 20px
}
.form-group label {
  display: block;
  margin-bottom: .25em;
  font-weight: 700;
  font-size: .8em
}
.form-group .hint {
  color: var(--weakColor);
  display: block;
  font-size: .9em;
  padding-bottom: .2em;
  font-weight: 400
}
.form-group .hint.-inline {
  display: inline;
  padding: 0;
  margin-left: .5rem
}
.form-group + .form-group {
  margin-top: 1.2rem
}
.form-actions.-standalone {
  margin-top: 0
}
.form-actions .btn {
  min-width: 9em
}
svg[icon][class] {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  pointer-events: none
}
svg[icon][class][icon=notification] {
  width: 1em;
  height: 1.05em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2
}
svg[icon][class][icon=chevron-down],
svg[icon][class][icon=chevron-left],
svg[icon][class][icon=chevron-right],
svg[icon][class][icon=chevron-up] {
  stroke: currentColor;
  stroke-width: 2
}
svg[icon][class][icon=logo] {
  width: 2.6em
}
svg[icon][class][icon=clock] {
  stroke-width: 5
}
svg[icon][class][icon=flag] {
  fill: none;
  stroke: currentColor
}
svg[icon][class][icon=check-circle],
svg[icon][class][icon=circle-attention],
svg[icon][class][icon=lightbulb] {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6687
}
svg[icon][class][icon=spin] {
  -webkit-animation: .7s cubic-bezier(.64,.17,.42,.91) infinite spin;
  animation: .7s cubic-bezier(.64,.17,.42,.91) infinite spin;
  stroke-width: 2;
  stroke: currentColor
}
svg[icon][class][icon=spin].off {
  -webkit-animation: none;
  animation: none;
  visibility: hidden
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
.btn,
[btn] {
  color: #222;
  margin: 0;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-decoration: none;
  line-height: 1;
  font-family: inherit;
  padding: .9em 1em;
  border-radius: var(--btnRadius);
  border: 1px solid rgba(0,0,0,.125);
  width: var(--btnWidth);
  min-width: var(--btnMinWidth);
  text-align: center;
  cursor: pointer;
  background-color: #f2f2f2;
  vertical-align: bottom;
  white-space: nowrap
}
.btn svg,
[btn] svg {
  pointer-events: none;
  -webkit-flex-shrink: 0;
  flex-shrink: 0
}
.btn > svg:first-child,
[btn] > svg:first-child {
  margin-right: .7rem
}
.btn:active:focus,
[btn]:active:focus {
  outline: 0
}
.btn:disabled,
[btn]:disabled {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background: #eee;
  color: #999;
  pointer-events: none;
  cursor: help
}
.btn:active,
.btn:focus,
.btn:hover,
[btn]:active,
[btn]:focus,
[btn]:hover {
  -webkit-box-shadow: inset 0 0 10rem 0 rgba(0,0,0,.03);
  box-shadow: inset 0 0 10rem 0 rgba(0,0,0,.03);
  text-decoration: none
}
.btn-primary,
[btn=primary] {
  background-color: var(--primaryAction);
  color: var(--primaryActionText);
  text-transform: var(--primaryActionTextTransform,none);
  border-radius: var(--primaryActionRadius,var(--btnRadius));
  font-weight: var(--primaryActionFontWeight);
  border-width: 0;
  -webkit-transition: .2s;
  transition: .2s;
  font-size: 1em;
  padding: 1em 1.6em
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
[btn=primary]:active,
[btn=primary]:focus,
[btn=primary]:hover {
  background-color: var(--primaryActionHover);
  color: var(--primaryActionHoverText,var(--primaryActionText))
}
.btn-danger {
  background: #d04f38;
  color: #fff
}
.btn-facebook {
  background: #0076fb;
  border-color: transparent;
  color: #fff
}
.btn > svg[icon=facebook],
.btn > svg[icon=flickr],
.btn > svg[icon=instagram],
.btn > svg[icon=pinterest],
.btn > svg[icon=strava],
.btn > svg[icon=tiktok],
.btn > svg[icon=tumblr],
.btn > svg[icon=twitch],
.btn > svg[icon=twitter],
.btn > svg[icon=vimeo],
.btn > svg[icon=youtube] {
  font-size: 1.25em;
  margin: -.2em .5em -.2em -.2em
}
.btn > svg[icon=strava] {
  font-size: 1.8em;
  margin: -.3em .2em -.3em -.2em
}
.btn.-icon-facebook {
  background: #0076fb;
  color: #fff
}
.btn.-icon-instagram {
  background: -webkit-radial-gradient(circle at bottom left,#ffde8b,#ffd882 1%,#ff8539 13%,#e32978 58%,#ad2dab 80%,#565bca);
  background: radial-gradient(circle at bottom left,#ffde8b,#ffd882 1%,#ff8539 13%,#e32978 58%,#ad2dab 80%,#565bca);
  color: #fff
}
.btn.-icon-youtube {
  background: #ec1b22;
  color: #fff
}
.btn.-icon-twitter {
  background: #00b0ed;
  color: #fff
}
.btn.-icon-tiktok {
  background: #000;
  color: #fff
}
.btn.-icon-strava {
  background: #fc5200;
  color: #fff
}
.btn.-icon-twitch {
  background: #9146ff;
  color: #fff
}
.btn.-icon-pinterest {
  background: #bd081c;
  color: #fff
}
.btn.-icon-vimeo {
  background: #45bbff;
  color: #fff
}
.btn.-icon-tumblr {
  background: #001935;
  color: #fff
}
.btn.-icon-flickr {
  background: #000;
  color: #fff
}
[btn-link] {
  display: inline;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font: inherit;
  background: 0;
  -webkit-text-fill-color: unset
}
[btn-link][btn-link=warning] {
  color: var(--textWarning)
}
[btn-link]:active,
[btn-link]:focus,
[btn-link]:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline
}
.form-sections {
  display: grid;
  grid-template-columns: clamp(200px,30%,400px) 1fr
}
.form-sections > * {
  min-width: 0
}
.form-sections .form-section__h2 {
  font-size: 1em;
  margin: 0
}
.form-sections .form-section__header,
.form-sections .form-section__header + * {
  padding: 1.85em 0;
  border-top: 1px solid currentColor;
  border-top-color: color-mix(in sRGB,currentColor 7%,transparent)
}
.form-sections .form-section__header:first-child,
.form-sections .form-section__header:first-child + * {
  padding-top: 0;
  border-top: 0
}
.form-sections .form-section__actions[class] {
  border: 0
}
.form-sections .form-section__actions[class] > * {
  margin-top: 0
}
@media (max-width:650px) {
  .form-sections {
    display: block
  }
  .form-sections .form-section__header {
    padding-bottom: 1em
  }
  .form-sections .form-section__header + * {
    border-top: 0;
    padding-top: 0
  }
}
.ng-cloak,
.ng-hide:not(.ng-hide-animate),
.x-ng-cloak,
[data-ng-cloak],
[ng-cloak],
[ng\:cloak],
[x-ng-cloak] {
  display: none!important
}
ng\:form {
  display: block
}
.ng-animate-shim {
  visibility: hidden
}
.ng-anchor {
  position: absolute
}
* {
  margin: 0;
  -webkit-tap-highlight-color: transparent
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit
}
body {
  margin: 0;
  background: #fdfdfd;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  background-color: var(--supportBgColor,#fcfcfc);
  background-image: var(--supportBgImage);
  background-repeat: var(--supportBgRepeat);
  background-attachment: var(--supportBgAttachment);
  background-size: var(--supportBgSize);
  background-position: var(--supportBgPosition)
}
:root {
  --mobile-breakpoint: (max-width: 650px);
  --mobile-breakpoint-up: (min-width: 651px);
  --listItemBg: #f7f7f7;
  --hrColor: #ccc;
  --brandingFacebookLogo: url(https://obs.duel.me/assets/branding/facebook-logo.svg);
  --brandingInstagramLogo: url(https://obs.duel.me/assets/branding/instagram-logo.svg);
  --brandingPinterestLogo: url(https://obs.duel.me/assets/branding/pinterest-logo.svg);
  --brandingStravaLogo: url(https://obs.duel.me/assets/branding/strava-logo.svg);
  --brandingTiktokLogo: url(https://obs.duel.me/assets/branding/tiktok-logo.svg);
  --brandingTwitchLogo: url(https://obs.duel.me/assets/branding/twitch-logo.svg);
  --brandingYoutubeLogo: url(https://obs.duel.me/assets/branding/youtube-logo.svg);
  --textWarning: #de0000;
  --logoShadow: 0 0 1px 0 currentColor,0 0 1px 0 currentColor;
  --underscoreColor: currentColor;
  --underscoreThickness: .18em;
  --underscoreOpacity: .3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  min-height: 100vh;
  font-family: var(--baseFontFamily,'roboto_wf',Roboto,Arial,sans-serif);
  font-size: var(--baseFontSize,15px);
  line-height: var(--baseLineHeight,1.4)
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  font-size: inherit
}
[hidden] {
  display: none!important;
  visibility: hidden!important
}
h1,
h2,
h3,
h4 {
  margin: 0
}
ul {
  padding: 0;
  margin: 0
}
li {
  list-style: none
}
[btn-link],
a {
  color: var(--weakColor);
  text-decoration: none;
  text-decoration-thickness: .1em;
  text-underline-offset: .2em
}
body > .widget {
  margin: auto
}
.inner a:not(.btn) {
  color: #666;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-color: #ccc;
  text-decoration-color: #ccc
}
.inner a:not(.btn):active,
.inner a:not(.btn):focus,
.inner a:not(.btn):hover {
  color: inherit;
  -webkit-text-decoration-color: inherit;
  text-decoration-color: inherit
}
footer {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 1rem 1.1rem;
  font-size: .775rem;
  color: #aaa;
  background: #222
}
footer a {
  color: inherit
}
footer .credits {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}
footer .credits .icon {
  margin-right: .8rem;
  font-size: 1.45em;
  color: inherit;
  fill: currentColor;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-flex-shrink: 0;
  flex-shrink: 0
}
footer .credits a:active .icon,
footer .credits a:focus .icon,
footer .credits a:hover .icon {
  color: #fff
}
footer .links {
  margin-left: auto
}
footer .links a {
  margin: 0 .3rem;
  color: inherit
}
footer .links a:active,
footer .links a:focus,
footer .links a:hover {
  color: #fff;
  text-decoration: none
}
@media (max-width:650px) {
  :root {
    font-size: 18px;
    font-size: var(--mobileBaseFontSize,18px)
  }
  footer {
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
  }
  footer .links {
    -webkit-order: 1;
    order: 1;
    margin: 0 0 1em
  }
  footer .credits {
    -webkit-order: 2;
    order: 2;
    -webkit-flex-direction: column;
    flex-direction: column
  }
  footer .credits .icon-logo {
    margin: 0
  }
  footer .credits > * + * {
    margin-top: .1rem;
    font-size: .85em
  }
}
.widget {
  position: relative;
  max-width: 450px;
  width: 100%;
  margin: auto;
  padding: 2rem 2rem 2.5rem
}
.widget.-compact {
  max-width: 390px
}
.widget.-readable {
  max-width: 530px
}
.widget.-centre {
  text-align: center
}
.widget label {
  display: block;
  font-size: 1.1em;
  margin-bottom: .4em
}
.widget label:after {
  content: ''
}
.widget h1 {
  font-size: 1.1rem;
  font-weight: 400
}
.widget svg[icon=brand],
.widget svg[icon=duel] {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 4px
}
.widget .inner {
  border: 1px solid #ddd;
  border-radius: .5rem;
  background: #fff
}
.widget .widget-header,
.widget .widget-main {
  padding: 1.5rem
}
.widget.-create .widget-main {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0
}
.widget.-create .widget-main .messages {
  margin: 1.5rem 1.5rem .5rem
}
.widget.-create .widget-main .messages > :last-child {
  margin-bottom: 0
}
.widget .widget-header {
  position: relative;
  padding: 1.3rem 0 1rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem
}
.widget .widget-header:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: var(--underscoreWidth,15%);
  height: var(--underscoreThickness);
  opacity: var(--underscoreOpacity);
  background: var(--underscoreColor)
}
.widget .widget-header h2 {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  position: static;
  font-weight: 700
}
.widget.-centre .widget-header:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}
.widget .control {
  border-radius: 3px
}
.widget button {
  width: 100%
}
@media (max-width:650px) {
  .widget[class] {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-flex: 1;
    flex: 1;
    margin: 0;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0
  }
  .widget[class] > div {
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
  }
  .widget[class] .inner {
    -webkit-flex: 1;
    flex: 1;
    padding-bottom: 2.5rem;
    border-radius: 0;
    border-left: 0;
    border-bottom: 0;
    border-right: 0
  }
}
.create-form label {
  font-weight: 700;
  color: #555;
  margin-bottom: .325rem;
  padding-left: 1px;
  font-size: .95em
}
.create-form textarea {
  resize: vertical
}
.create-form select {
  width: auto;
  max-width: 100%
}
.create-form select[name=address_city],
.create-form select[name=address_country] {
  width: 100%
}
.create-form .form-elements.-even ~ .form-actions {
  margin-top: 1.5rem
}
.create-form .form-actions {
  padding: 0 1.5rem;
  margin-top: .5rem
}
.widget.-create.-sso .create-form .form-group.-input.-name {
  display: none
}
.tiny-form .control {
  padding: .8em
}
.tiny-form .form-group > label {
  font-weight: 700;
  font-size: .8em;
  margin-bottom: .5em;
  color: #666
}
.tiny-form .form-group + * {
  margin-top: 12px
}
.tiny-form .form-actions {
  margin-top: 20px
}
.form-group.-date > div {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}
.form-group.-date > div select {
  width: auto
}
.form-group.-date > div select + select {
  margin-left: 5px
}
.form-group.-single-checkbox {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline
}
.form-group.-single-checkbox > :first-child {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: .45em
}
.form-group.-single-checkbox > :nth-child(2) {
  -webkit-flex: 1;
  flex: 1
}
.form-group.-single-checkbox label {
  margin: 0
}
.form-group.-terms {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
  margin-bottom: 1.2em
}
.form-group.-terms > :first-child {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: .5em
}
.form-group.-terms > :nth-child(2) {
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}
.form-group.-terms errors.in,
.form-group.-terms portal-errors.in[class] {
  display: inline;
  margin-right: .5em;
  font-size: .9em
}
.form-group.-terms label {
  font: inherit;
  display: inline;
  margin: 0
}
.form-group.-input.-readonly .control-value {
  font-size: 1em;
  color: #777
}
.form-group.-required:not(.-readonly) label:after {
  content: '*';
  padding: 0 .3em
}
.form-intro {
  font-size: 1em;
  margin-bottom: 2rem;
  color: #777;
  -webkit-transform: skewX(-5deg);
  -ms-transform: skewX(-5deg);
  transform: skewX(-5deg);
  text-indent: -.2em
}
.form-footer {
  text-align: center;
  margin-top: 2rem;
  font-size: .95em;
  margin-bottom: 0
}
.form-footer p {
  margin: 0
}
.form-footer p.smaller {
  font-size: .95em
}
.form-footer p + p {
  margin-top: .9rem
}
.form-actions {
  margin: 2em 0 0
}
.form-actions button {
  font-size: 1.1em;
  white-space: normal
}
.form-actions button svg[icon=spin] {
  font-size: 1.2em;
  margin-left: .5em;
  margin-top: -.2em;
  margin-bottom: -.2em
}
.form-complete {
  font-size: 1.05em
}
.form-complete > * + * {
  margin-top: 1rem
}
[role=group] {
  padding: 1.5rem 1.5rem 1.8rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column
}
[role=group] + [role=group] {
  padding-top: 1.5rem
}
[role=group]:nth-child(2n) {
  background: #f5f5f5
}
[role=group]:nth-child(2n) > .legend {
  color: var(--weakColor)
}
[role=group] > .legend {
  font-size: 95%;
  margin: 0 0 1.2rem;
  color: #999;
  font-weight: 400;
  text-transform: uppercase
}
[role=group] > .legend + .help {
  margin-top: -.2rem
}
[role=group] > .help {
  margin: 0 0 1.5rem;
  color: #777;
  font-size: 1em
}
[role=group] > .help a {
  --color: var(--linkColor,var(--baseColor));
  color: var(--color)
}
[role=group] > .help a:active,
[role=group] > .help a:focus,
[role=group] > .help a:hover {
  color: var(--color)
}
[role=group] > .help > p + p {
  margin-top: .5em
}
[role=group] > .help img {
  max-width: 100%
}
[role=group][role]:first-child {
  margin-top: 0
}
.owner {
  margin-bottom: 1.5rem;
  text-align: center
}
.owner .scope__thumb {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  border-radius: var(--logoRadius);
  overflow: hidden;
  width: var(--supportLogoSize);
  height: var(--supportLogoSize)
}
.owner .scope__thumb img {
  width: inherit;
  height: inherit
}
.owner .scope__thumb:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  -webkit-box-shadow: var(--logoShadow);
  box-shadow: var(--logoShadow)
}
.owner .scope__h1 {
  color: var(--supportTitleColor,inherit);
  font-size: var(--supportTitleSize,.95em);
  text-shadow: var(--supportTitleShadow);
  font-weight: var(--supportTitleFontWeight);
  text-transform: var(--supportTitleTextTransform);
  margin-top: .4em
}
.message[class] {
  --color: white;
  --weakColor: rgba(255,255,255,.5);
  position: relative;
  background: #dc3545;
  color: var(--color);
  margin-bottom: 1rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  line-height: 1.3;
  font-size: 1.05em;
  border-radius: .2rem
}
.message[class] a {
  color: inherit;
  margin: 0 .1em
}
.message[class] > div {
  padding: 1rem 1.1rem
}
.message[class].-info {
  background: #d9efff;
  --color: #00317e;
  --weakColor: #7395c2
}
.message[class].-success {
  background: #39bb68
}
.message[class] > .message-icon {
  padding: 1rem 0;
  min-width: 3rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-self: baseline;
  align-self: baseline
}
.message[class] > .message-icon .icon {
  stroke: currentColor;
  stroke-width: 10;
  margin: auto
}
.message[class] > .message-icon .icon-tick {
  font-size: 1.35em;
  stroke-width: 2
}
.message[class] > .message-icon .icon-attention {
  font-size: 1.35em;
  width: .4em;
  stroke-width: 6
}
.message[class] > .message-icon + div {
  padding-left: 0
}
.checkbox-list {
  margin: 1.3em 0
}
.checkbox-list > div {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}
.checkbox-list > div:not(:first-child) {
  margin-top: .3em
}
.checkbox-list > div > input {
  -webkit-flex-shrink: 0;
  flex-shrink: 0
}
.checkbox-list > div > label {
  margin: 0;
  padding-left: .4em;
  font-size: 1em
}
.wysiwyg li+li,
.wysiwyg>*+* {
  margin-top: 1em
}
.wysiwyg li > * + * {
  margin-top: .5em
}
.wysiwyg ol {
  counter-reset: li;
  margin-left: 0;
  padding-left: 0
}
.wysiwyg ol > li {
  position: relative;
  margin-left: 1.7em
}
.wysiwyg ol > li:before {
  content: counter(li) '.';
  counter-increment: li;
  font-weight: 700;
  position: absolute;
  right: -webkit-calc(100% + .5em);
  right: calc(100% + .5em);
  top: .05em
}
.wysiwyg hr {
  border: 0;
  border-top: 1px solid;
  margin: 1.5em auto 1.5em 0;
  width: 20%
}
.wysiwyg .-align-left {
  float: left;
  margin-right: 10px
}
.wysiwyg .-align-right {
  float: right;
  margin-left: 10px
}
.wysiwyg .-align-center {
  text-align: center
}
