@media only screen and (max-width: 1024px) {
  .desktop-only {
    display: none !important;
  }
  page-view:before {
    opacity: 0.03;
  }
  app-name {
    top: auto;
    bottom: 3rem;
  }
  .tracker-stage[data-state] icon:before {
    font-size: 24px !important;
  }
  .tracker-stage > icon {
    height: 40px;
    width: 40px;
  }
  .tracker-stage > label {
    font-family: Ploni-Medium !important;
    font-size: 1.8rem !important;
    font-weight: normal !important;
    line-height: 0.9 !important;
  }
  content-area content-effect,
  content-area content-body {
    border-radius: 0;
  }
  content-area {
    top: 0;
    bottom: 0;
    max-width: 100vw;
    height: 100%;
    min-width: 100%;
    display: grid;
    align-items: stretch;
    justify-content: stretch;
    grid-gap: 0;
    grid-auto-flow: row;
    grid-template-rows: 0 1fr 11rem;
    grid-template-columns: auto;
    background: none;
    background-color: rgba(255, 255, 255, 0);
    /* "transaprent value is not supported by IOS Nazis" */
  }
  content-area .content-side-menu {
    height: 11rem;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-align-content: flex-start;
    align-content: flex-start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  content-area .content-side-menu > .side-menu-list {
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: stretch;
    -moz-justify-content: stretch;
    -ms-justify-content: stretch;
    justify-content: stretch;
    -ms-flex-line-pack: start;
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-align-content: flex-start;
    align-content: flex-start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding: 0 1rem;
    background: none;
    background-color: rgba(255, 255, 255, 0);
    /* "transaprent value is not supported by IOS Nazis" */
    box-shadow: none;
    min-height: 10rem;
    width: auto;
    margin-bottom: 0;
  }
  content-area .content-side-menu > .side-menu-list.ng-enter {
    opacity: 0;
    -webkit-transform: translate3d(0, -5rem, 0) scale(0.8, 0.8);
    transform: translate3d(0, -5rem, 0) scale(0.8, 0.8);
  }
  content-area .content-side-menu > .side-menu-list.ng-enter.ng-enter-active {
    -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
    transform: translate3d(0, 0, 0) scale(1, 1);
    opacity: 1;
  }
  content-area .content-side-menu > .side-menu-list.ng-leave {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
    transform: translate3d(0, 0, 0) scale(1, 1);
  }
  content-area .content-side-menu > .side-menu-list.ng-leave.ng-leave-active {
    -webkit-transform: translate3d(0, -5rem, 0) scale(0.8, 0.8);
    transform: translate3d(0, -5rem, 0) scale(0.8, 0.8);
    opacity: 0;
  }
  content-area .content-side-menu > .side-menu-list label {
    width: 6rem;
    color: #fff;
    font-family: Ploni-Regular;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 0.9;
    letter-spacing: 0.02rem;
  }
  content-area .content-side-menu > .side-menu-list > * {
    margin: 0 0.5rem;
  }
  content-area .content-side-menu > .side-menu-list:not(:last-child) {
    margin-left: 1.5rem;
    margin-bottom: 0;
  }
  content-area .content-side-menu > .tracker-tiles {
    display: none;
  }
  content-area > app-tracker.content-side-menu {
    z-index: -1 !important;
  }
  .form-section:not(.flow-stack) > form-field:not([class^='col-']),
  form-section:not(.flow-stack) > form-field:not([class^='col-']) {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  content-area content-brief {
    border-radius: 2px;
  }
  content-area content-effect.brief-on content-body {
    transform: rotateY(49deg) scale(0.85) translate3d(-7vw, 0, 0);
  }
  checkbox {
    flex-wrap: wrap;
  }
  checkbox.xl button {
    aspect-ratio: 1 / 1;
    display: grid;
    justify-content: center;
    align-items: center;
    text-overflow: ellipsis;
    isolation: isolate;
    white-space: normal !important;
    letter-spacing: 0;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    font-family: Ploni-Regular;
    font-size: 2.1rem;
    font-weight: normal;
    height: calc(16rem + -1rem);
    width: calc(16rem + -1rem);
    line-height: 1;
  }
  checkbox.xl button > * {
    display: grid;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
    border-radius: inherit;
    z-index: 0;
    text-align: center;
  }
  checkbox.xl [toggled-button].checked {
    position: relative;
    overflow: visible;
    /*/
    .check-symbol.on {
        .transform(scale(1));
    }

    .check-symbol {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 0;
        z-index: 200;
        .transform(scale(0));
        .transform-origin(center center);
        .transition(.250s ease-out .5s);

        & when (@size = md) {
            .equilateral(calc(calc(@circle-button-md - @reducer) * 0.25));
        }

        & when (@size = lg) {
            .equilateral(calc(calc(@circle-button-lg - @reducer) * 0.23));
        }

        & when (@size = xl) {
            .equilateral(calc(calc(@circle-button-xl - @reducer) * 0.24));
        }*
    }*/
  }
  checkbox.xl [toggled-button].checked:before {
    content: url('../assets/images/check-symbol.svg');
  }
  checkbox.xl [toggled-button].checked:before {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 200;
    /*.transform(scale(0));
        .transform-origin(center center);
        .transition(.250s ease-out .5s);*/
    height: calc(calc(16rem - -1rem) * 0.24);
    width: calc(calc(16rem - -1rem) * 0.24);
  }
  checkbox.lg button {
    aspect-ratio: 1 / 1;
    display: grid;
    justify-content: center;
    align-items: center;
    text-overflow: ellipsis;
    isolation: isolate;
    white-space: normal !important;
    letter-spacing: 0;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    font-family: Ploni-Regular;
    font-size: 2.1rem;
    font-weight: normal;
    height: calc(12rem + -1rem);
    width: calc(12rem + -1rem);
    line-height: 1;
  }
  checkbox.lg button > * {
    display: grid;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
    border-radius: inherit;
    z-index: 0;
    text-align: center;
  }
  checkbox.lg [toggled-button].checked {
    position: relative;
    overflow: visible;
    /*/
    .check-symbol.on {
        .transform(scale(1));
    }

    .check-symbol {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 0;
        z-index: 200;
        .transform(scale(0));
        .transform-origin(center center);
        .transition(.250s ease-out .5s);

        & when (@size = md) {
            .equilateral(calc(calc(@circle-button-md - @reducer) * 0.25));
        }

        & when (@size = lg) {
            .equilateral(calc(calc(@circle-button-lg - @reducer) * 0.23));
        }

        & when (@size = xl) {
            .equilateral(calc(calc(@circle-button-xl - @reducer) * 0.24));
        }*
    }*/
  }
  checkbox.lg [toggled-button].checked:before {
    content: url('../assets/images/check-symbol.svg');
  }
  checkbox.lg [toggled-button].checked:before {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 200;
    /*.transform(scale(0));
        .transform-origin(center center);
        .transition(.250s ease-out .5s);*/
    height: calc(calc(12rem - -1rem) * 0.23);
    width: calc(calc(12rem - -1rem) * 0.23);
  }
  checkbox.md button {
    aspect-ratio: 1 / 1;
    display: grid;
    justify-content: center;
    align-items: center;
    text-overflow: ellipsis;
    isolation: isolate;
    white-space: normal !important;
    letter-spacing: 0;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    font-family: Ploni-Regular;
    font-size: 2.1rem;
    font-weight: normal;
    height: calc(9rem + 0rem);
    width: calc(9rem + 0rem);
    line-height: 0.9;
  }
  checkbox.md button > * {
    display: grid;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
    border-radius: inherit;
    z-index: 0;
    text-align: center;
  }
  checkbox.md [toggled-button].checked {
    position: relative;
    overflow: visible;
    /*/
    .check-symbol.on {
        .transform(scale(1));
    }

    .check-symbol {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 0;
        z-index: 200;
        .transform(scale(0));
        .transform-origin(center center);
        .transition(.250s ease-out .5s);

        & when (@size = md) {
            .equilateral(calc(calc(@circle-button-md - @reducer) * 0.25));
        }

        & when (@size = lg) {
            .equilateral(calc(calc(@circle-button-lg - @reducer) * 0.23));
        }

        & when (@size = xl) {
            .equilateral(calc(calc(@circle-button-xl - @reducer) * 0.24));
        }*
    }*/
  }
  checkbox.md [toggled-button].checked:before {
    content: url('../assets/images/check-symbol.svg');
  }
  checkbox.md [toggled-button].checked:before {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 200;
    /*.transform(scale(0));
        .transform-origin(center center);
        .transition(.250s ease-out .5s);*/
    height: calc(calc(9rem - -1rem) * 0.25);
    width: calc(calc(9rem - -1rem) * 0.25);
  }
  [role='dialog'].cover {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  [role='dialog'].cover .modal-dialog {
    border-radius: 0;
  }
  [role='dialog'][quality='window'].modal.modal-sm {
    max-width: 75vw;
    min-width: 45vw;
  }
}
