@charset "UTF-8";
/* Settings */
/* 3rd Party */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:wght@400;600;700&display=swap");
/* line 9, app/styles/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, app/styles/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 33, app/styles/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 54, app/styles/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, app/styles/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, app/styles/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, app/styles/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 98, app/styles/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 110, app/styles/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 118, app/styles/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 127, app/styles/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 136, app/styles/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 145, app/styles/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 154, app/styles/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 162, app/styles/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 170, app/styles/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, app/styles/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 185, app/styles/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 193, app/styles/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 204, app/styles/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 212, app/styles/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 221, app/styles/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 229, app/styles/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 252, app/styles/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 266, app/styles/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 277, app/styles/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 290, app/styles/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 302, app/styles/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 311, app/styles/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 322, app/styles/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 334, app/styles/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 346, app/styles/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 356, app/styles/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 367, app/styles/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 376, app/styles/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 387, app/styles/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 396, app/styles/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 405, app/styles/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 416, app/styles/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, app/styles/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 9, app/styles/bootstrap/_print.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  /* line 18, app/styles/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }
  /* line 23, app/styles/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 27, app/styles/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 33, app/styles/bootstrap/_print.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  /* line 38, app/styles/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 44, app/styles/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 48, app/styles/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }
  /* line 53, app/styles/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }
  /* line 57, app/styles/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 64, app/styles/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
  /* line 72, app/styles/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 77, app/styles/bootstrap/_print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  /* line 81, app/styles/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }
  /* line 85, app/styles/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 88, app/styles/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }
  /* line 94, app/styles/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

/* line 11, app/styles/bootstrap/_scaffolding.scss */
* {
  box-sizing: border-box;
}

/* line 14, app/styles/bootstrap/_scaffolding.scss */
*:before,
*:after {
  box-sizing: border-box;
}

/* line 22, app/styles/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 27, app/styles/bootstrap/_scaffolding.scss */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

/* line 36, app/styles/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, app/styles/bootstrap/_scaffolding.scss */
a {
  color: #003e70;
  text-decoration: none;
}

/* line 52, app/styles/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #001423;
  text-decoration: underline;
}

/* line 58, app/styles/bootstrap/_scaffolding.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, app/styles/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, app/styles/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, app/styles/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, app/styles/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, app/styles/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, app/styles/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, app/styles/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, app/styles/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, app/styles/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 159, app/styles/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, app/styles/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 16, app/styles/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

/* line 24, app/styles/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 30, app/styles/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, app/styles/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 41, app/styles/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, app/styles/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 48, app/styles/bootstrap/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 49, app/styles/bootstrap/_type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 50, app/styles/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 51, app/styles/bootstrap/_type.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 52, app/styles/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 58, app/styles/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 62, app/styles/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 62, app/styles/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 78, app/styles/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 83, app/styles/bootstrap/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 90, app/styles/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, app/styles/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, app/styles/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, app/styles/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, app/styles/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, app/styles/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, app/styles/bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 99, app/styles/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, app/styles/bootstrap/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, app/styles/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #003e70;
}

/* line 8, app/styles/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #00223d;
}

/* line 5, app/styles/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, app/styles/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 5, app/styles/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, app/styles/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 5, app/styles/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, app/styles/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 5, app/styles/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, app/styles/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 119, app/styles/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, app/styles/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #003e70;
}

/* line 8, app/styles/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #00223d;
}

/* line 5, app/styles/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, app/styles/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 5, app/styles/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, app/styles/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 5, app/styles/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, app/styles/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 5, app/styles/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, app/styles/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 138, app/styles/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 149, app/styles/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 153, app/styles/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, app/styles/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, app/styles/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

/* line 177, app/styles/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 185, app/styles/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 189, app/styles/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.42857;
}

/* line 193, app/styles/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 196, app/styles/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, app/styles/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

/* line 19, app/styles/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 1025px) {
  /* line 211, app/styles/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, app/styles/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 229, app/styles/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

/* line 235, app/styles/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
}

/* line 241, app/styles/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

/* line 250, app/styles/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 257, app/styles/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}

/* line 265, app/styles/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 274, app/styles/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

/* line 286, app/styles/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

/* line 287, app/styles/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 294, app/styles/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

/* line 7, app/styles/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, app/styles/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 24, app/styles/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 32, app/styles/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

/* line 41, app/styles/bootstrap/_code.scss */
pre:not(.ql-container) {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 55, app/styles/bootstrap/_code.scss */
pre:not(.ql-container) code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 66, app/styles/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, app/styles/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 14, app/styles/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}

/* line 19, app/styles/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 10, app/styles/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  /* line 10, app/styles/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  /* line 10, app/styles/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, app/styles/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 14, app/styles/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

/* line 19, app/styles/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, app/styles/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 14, app/styles/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}

/* line 19, app/styles/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 27, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 35, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 35, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 35, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 35, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 35, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 35, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 35, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 35, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 35, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 50, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 50, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 50, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 50, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 50, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 50, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 50, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 50, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 40, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66667%;
}

/* line 40, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 40, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66667%;
}

/* line 40, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 40, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66667%;
}

/* line 40, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 40, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66667%;
}

/* line 40, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  /* line 35, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333%;
  }
  /* line 35, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66667%;
  }
  /* line 35, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }
  /* line 35, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333%;
  }
  /* line 35, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66667%;
  }
  /* line 35, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }
  /* line 35, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333%;
  }
  /* line 35, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66667%;
  }
  /* line 35, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }
  /* line 35, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333%;
  }
  /* line 35, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66667%;
  }
  /* line 35, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }
  /* line 55, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }
  /* line 50, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  /* line 50, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  /* line 50, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 50, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  /* line 50, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  /* line 50, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 50, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  /* line 50, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  /* line 50, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 50, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  /* line 50, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  /* line 50, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 45, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }
  /* line 40, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }
  /* line 40, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }
  /* line 40, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 40, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }
  /* line 40, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }
  /* line 40, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 40, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }
  /* line 40, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }
  /* line 40, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 40, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }
  /* line 40, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }
  /* line 40, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  /* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  /* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  /* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  /* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  /* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  /* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  /* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  /* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  /* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  /* line 27, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  /* line 35, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333%;
  }
  /* line 35, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66667%;
  }
  /* line 35, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }
  /* line 35, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333%;
  }
  /* line 35, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66667%;
  }
  /* line 35, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }
  /* line 35, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333%;
  }
  /* line 35, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66667%;
  }
  /* line 35, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }
  /* line 35, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333%;
  }
  /* line 35, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66667%;
  }
  /* line 35, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }
  /* line 55, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }
  /* line 50, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }
  /* line 50, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }
  /* line 50, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 50, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }
  /* line 50, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }
  /* line 50, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 50, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }
  /* line 50, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }
  /* line 50, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 50, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }
  /* line 50, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }
  /* line 50, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }
  /* line 45, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }
  /* line 40, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }
  /* line 40, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }
  /* line 40, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 40, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }
  /* line 40, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }
  /* line 40, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 40, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }
  /* line 40, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }
  /* line 40, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 40, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }
  /* line 40, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }
  /* line 40, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }
  /* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }
  /* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  /* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  /* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  /* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  /* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  /* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  /* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  /* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  /* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  /* line 27, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  /* line 35, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333%;
  }
  /* line 35, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66667%;
  }
  /* line 35, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }
  /* line 35, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333%;
  }
  /* line 35, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66667%;
  }
  /* line 35, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }
  /* line 35, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333%;
  }
  /* line 35, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66667%;
  }
  /* line 35, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }
  /* line 35, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333%;
  }
  /* line 35, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66667%;
  }
  /* line 35, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }
  /* line 55, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }
  /* line 50, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  /* line 50, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  /* line 50, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 50, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  /* line 50, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  /* line 50, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 50, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  /* line 50, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  /* line 50, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 50, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  /* line 50, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  /* line 50, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }
  /* line 45, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }
  /* line 40, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }
  /* line 40, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }
  /* line 40, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 40, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }
  /* line 40, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }
  /* line 40, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 40, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }
  /* line 40, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }
  /* line 40, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 40, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }
  /* line 40, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }
  /* line 40, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }
  /* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  /* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  /* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  /* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  /* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  /* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  /* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  /* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  /* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  /* line 60, app/styles/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/* line 6, app/styles/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 9, app/styles/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

/* line 15, app/styles/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 22, app/styles/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 31, app/styles/bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 41, app/styles/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 50, app/styles/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

/* line 57, app/styles/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 62, app/styles/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 75, app/styles/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 88, app/styles/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 94, app/styles/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

/* line 101, app/styles/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 114, app/styles/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 125, app/styles/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 135, app/styles/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 143, app/styles/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 9, app/styles/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 20, app/styles/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 9, app/styles/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 20, app/styles/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 9, app/styles/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 20, app/styles/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 9, app/styles/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 20, app/styles/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 9, app/styles/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 20, app/styles/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 171, app/styles/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  /* line 171, app/styles/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 183, app/styles/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, app/styles/bootstrap/_tables.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 200, app/styles/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, app/styles/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 212, app/styles/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 225, app/styles/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 10, app/styles/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, app/styles/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, app/styles/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 47, app/styles/bootstrap/_forms.scss */
input[type="search"] {
  box-sizing: border-box;
}

/* line 52, app/styles/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 59, app/styles/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 64, app/styles/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 70, app/styles/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 76, app/styles/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 83, app/styles/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

/* line 114, app/styles/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 57, app/styles/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 103, app/styles/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 107, app/styles/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}

/* line 108, app/styles/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}

/* line 136, app/styles/bootstrap/_forms.scss */
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

/* line 146, app/styles/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

/* line 153, app/styles/bootstrap/_forms.scss */
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 162, app/styles/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 174, app/styles/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 193, app/styles/bootstrap/_forms.scss */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  /* line 197, app/styles/bootstrap/_forms.scss */
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  /* line 202, app/styles/bootstrap/_forms.scss */
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

/* line 215, app/styles/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 224, app/styles/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 231, app/styles/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 239, app/styles/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

/* line 248, app/styles/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 254, app/styles/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 264, app/styles/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 276, app/styles/bootstrap/_forms.scss */
input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 285, app/styles/bootstrap/_forms.scss */
.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 295, app/styles/bootstrap/_forms.scss */
.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

/* line 307, app/styles/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

/* line 315, app/styles/bootstrap/_forms.scss */
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

/* line 71, app/styles/bootstrap/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, app/styles/bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

/* line 84, app/styles/bootstrap/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto;
}

/* line 333, app/styles/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 340, app/styles/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

/* line 344, app/styles/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

/* line 348, app/styles/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 71, app/styles/bootstrap/mixins/_forms.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

/* line 79, app/styles/bootstrap/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

/* line 84, app/styles/bootstrap/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto;
}

/* line 359, app/styles/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

/* line 366, app/styles/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

/* line 370, app/styles/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

/* line 374, app/styles/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

/* line 388, app/styles/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}

/* line 393, app/styles/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 398, app/styles/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 410, app/styles/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 417, app/styles/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, app/styles/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

/* line 21, app/styles/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, app/styles/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 31, app/styles/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

/* line 37, app/styles/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, app/styles/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

/* line 21, app/styles/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, app/styles/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 31, app/styles/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 37, app/styles/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, app/styles/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

/* line 21, app/styles/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, app/styles/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 31, app/styles/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

/* line 37, app/styles/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 439, app/styles/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

/* line 442, app/styles/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 453, app/styles/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 478, app/styles/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, app/styles/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, app/styles/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 496, app/styles/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, app/styles/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 508, app/styles/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 512, app/styles/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, app/styles/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, app/styles/bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 530, app/styles/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, app/styles/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 559, app/styles/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

/* line 569, app/styles/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

/* line 575, app/styles/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 14, app/styles/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

/* line 19, app/styles/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 582, app/styles/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

/* line 593, app/styles/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  /* line 603, app/styles/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  /* line 611, app/styles/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 9, app/styles/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 26, app/styles/bootstrap/_buttons.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 32, app/styles/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

/* line 39, app/styles/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 49, app/styles/bootstrap/_buttons.scss */
.btn.disabled:not([ng-disabled=false]):not([data-ng-disabled=false]), .btn[disabled]:not([ng-disabled=false]):not([data-ng-disabled=false]),
fieldset[disabled] .btn:not([ng-disabled=false]):not([data-ng-disabled=false]) {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

/* line 60, app/styles/bootstrap/_buttons.scss */
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 70, app/styles/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 11, app/styles/bootstrap/mixins/_buttons.scss */
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

/* line 17, app/styles/bootstrap/mixins/_buttons.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 22, app/styles/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 29, app/styles/bootstrap/mixins/_buttons.scss */
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 37, app/styles/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

/* line 45, app/styles/bootstrap/mixins/_buttons.scss */
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

/* line 53, app/styles/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 73, app/styles/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #003e70;
  border-color: #003056;
}

/* line 11, app/styles/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #00223d;
  border-color: black;
}

/* line 17, app/styles/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #00223d;
  border-color: #000e19;
}

/* line 22, app/styles/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #00223d;
  border-color: #000e19;
}

/* line 29, app/styles/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #000e19;
  border-color: black;
}

/* line 37, app/styles/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

/* line 45, app/styles/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #003e70;
  border-color: #003056;
}

/* line 53, app/styles/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #003e70;
  background-color: #fff;
}

/* line 77, app/styles/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 11, app/styles/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

/* line 17, app/styles/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 22, app/styles/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 29, app/styles/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

/* line 37, app/styles/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

/* line 45, app/styles/bootstrap/mixins/_buttons.scss */
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 53, app/styles/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 81, app/styles/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 11, app/styles/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

/* line 17, app/styles/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 22, app/styles/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 29, app/styles/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

/* line 37, app/styles/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

/* line 45, app/styles/bootstrap/mixins/_buttons.scss */
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 53, app/styles/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 85, app/styles/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 11, app/styles/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

/* line 17, app/styles/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 22, app/styles/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 29, app/styles/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

/* line 37, app/styles/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

/* line 45, app/styles/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 53, app/styles/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 89, app/styles/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 11, app/styles/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

/* line 17, app/styles/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 22, app/styles/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 29, app/styles/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

/* line 37, app/styles/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

/* line 45, app/styles/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 53, app/styles/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 98, app/styles/bootstrap/_buttons.scss */
.btn-link {
  color: #003e70;
  font-weight: normal;
  border-radius: 0;
}

/* line 103, app/styles/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

/* line 111, app/styles/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

/* line 117, app/styles/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #001423;
  text-decoration: underline;
  background-color: transparent;
}

/* line 125, app/styles/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 137, app/styles/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

/* line 141, app/styles/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 145, app/styles/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 153, app/styles/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 159, app/styles/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 167, app/styles/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 10, app/styles/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

/* line 13, app/styles/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, app/styles/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}

/* line 21, app/styles/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 26, app/styles/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 28, app/styles/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 30, app/styles/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

/* line 7, app/styles/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 20, app/styles/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 26, app/styles/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 31, app/styles/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

/* line 54, app/styles/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 60, app/styles/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 65, app/styles/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

/* line 78, app/styles/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 88, app/styles/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #003e70;
}

/* line 103, app/styles/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

/* line 110, app/styles/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

@media (max-width: 768px) {
  /* line 123, app/styles/bootstrap/_dropdowns.scss */
  .open > .dropdown-menu {
    display: block;
    right: 1px;
  }
}

/* line 133, app/styles/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 138, app/styles/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 147, app/styles/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 1;
}

/* line 157, app/styles/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 163, app/styles/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

/* line 173, app/styles/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 183, app/styles/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 196, app/styles/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

/* line 203, app/styles/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 1025px) {
  /* line 217, app/styles/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 222, app/styles/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

/* line 6, app/styles/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 11, app/styles/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 15, app/styles/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
  position: static;
}

/* line 27, app/styles/bootstrap/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 36, app/styles/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}

/* line 14, app/styles/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

/* line 19, app/styles/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}

/* line 40, app/styles/bootstrap/_button-groups.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

/* line 45, app/styles/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 52, app/styles/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 57, app/styles/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 59, app/styles/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 64, app/styles/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 70, app/styles/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 73, app/styles/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 77, app/styles/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 82, app/styles/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 87, app/styles/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 106, app/styles/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 110, app/styles/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 117, app/styles/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 121, app/styles/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

/* line 128, app/styles/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 132, app/styles/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 137, app/styles/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 146, app/styles/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 14, app/styles/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

/* line 19, app/styles/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}

/* line 158, app/styles/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 163, app/styles/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 173, app/styles/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 176, app/styles/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 180, app/styles/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 185, app/styles/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 189, app/styles/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 194, app/styles/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 202, app/styles/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 207, app/styles/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

/* line 213, app/styles/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 217, app/styles/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 238, app/styles/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, app/styles/bootstrap/_input-groups.scss */
.input-group {
  position: static;
  display: table;
  border-collapse: separate;
}

/* line 13, app/styles/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

/* line 19, app/styles/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: static;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 33, app/styles/bootstrap/_input-groups.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 58, app/styles/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 63, app/styles/bootstrap/_input-groups.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 68, app/styles/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 77, app/styles/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 89, app/styles/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 94, app/styles/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 101, app/styles/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 108, app/styles/bootstrap/_input-groups.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 117, app/styles/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 120, app/styles/bootstrap/_input-groups.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 129, app/styles/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 135, app/styles/bootstrap/_input-groups.scss */
.input-group-btn {
  position: static;
  font-size: 0;
  white-space: nowrap;
}

/* line 144, app/styles/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: static;
}

/* line 146, app/styles/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 150, app/styles/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

/* line 159, app/styles/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 165, app/styles/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 9, app/styles/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

/* line 14, app/styles/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}

/* line 19, app/styles/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}

/* line 15, app/styles/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 19, app/styles/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 23, app/styles/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 31, app/styles/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}

/* line 34, app/styles/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

/* line 46, app/styles/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #003e70;
}

/* line 59, app/styles/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 66, app/styles/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, app/styles/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 78, app/styles/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 84, app/styles/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 89, app/styles/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

/* line 96, app/styles/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 118, app/styles/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}

/* line 122, app/styles/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 125, app/styles/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 131, app/styles/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #003e70;
}

/* line 144, app/styles/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}

/* line 146, app/styles/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, app/styles/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

/* line 163, app/styles/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

/* line 165, app/styles/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

/* line 171, app/styles/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 177, app/styles/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, app/styles/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, app/styles/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

/* line 193, app/styles/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 199, app/styles/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 206, app/styles/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 210, app/styles/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 224, app/styles/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 227, app/styles/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, app/styles/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11, app/styles/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

/* line 14, app/styles/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}

/* line 19, app/styles/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}

@media (min-width: 1025px) {
  /* line 11, app/styles/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 14, app/styles/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

/* line 19, app/styles/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}

@media (min-width: 1025px) {
  /* line 31, app/styles/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, app/styles/bootstrap/_navbar.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

/* line 14, app/styles/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

/* line 19, app/styles/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}

/* line 59, app/styles/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 1025px) {
  /* line 50, app/styles/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, app/styles/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, app/styles/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, app/styles/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 92, app/styles/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 92, app/styles/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 108, app/styles/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 1025px) {
  /* line 108, app/styles/bootstrap/_navbar.scss */
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 128, app/styles/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 1025px) {
  /* line 128, app/styles/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 138, app/styles/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 1025px) {
  /* line 138, app/styles/bootstrap/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 150, app/styles/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 154, app/styles/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 163, app/styles/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

/* line 170, app/styles/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 175, app/styles/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}

@media (min-width: 1025px) {
  /* line 180, app/styles/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 193, app/styles/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 206, app/styles/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}

/* line 211, app/styles/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 217, app/styles/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 1025px) {
  /* line 193, app/styles/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 232, app/styles/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px;
}

/* line 235, app/styles/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 1024px) {
  /* line 243, app/styles/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 251, app/styles/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 255, app/styles/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 257, app/styles/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 1025px) {
  /* line 232, app/styles/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 270, app/styles/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 272, app/styles/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 286, app/styles/bootstrap/_navbar.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  /* line 478, app/styles/bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 485, app/styles/bootstrap/_forms.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 492, app/styles/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 496, app/styles/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 500, app/styles/bootstrap/_forms.scss */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 508, app/styles/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 512, app/styles/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 519, app/styles/bootstrap/_forms.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 526, app/styles/bootstrap/_forms.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 530, app/styles/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 537, app/styles/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 1024px) {
  /* line 298, app/styles/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 302, app/styles/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 1025px) {
  /* line 286, app/styles/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

/* line 327, app/styles/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 332, app/styles/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 343, app/styles/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 346, app/styles/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 349, app/styles/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 359, app/styles/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 1025px) {
  /* line 359, app/styles/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 1025px) {
  /* line 379, app/styles/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }
  /* line 382, app/styles/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 386, app/styles/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

/* line 397, app/styles/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 401, app/styles/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}

/* line 403, app/styles/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 410, app/styles/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}

/* line 415, app/styles/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}

/* line 418, app/styles/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

/* line 425, app/styles/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

/* line 433, app/styles/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

/* line 442, app/styles/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 444, app/styles/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

/* line 448, app/styles/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 453, app/styles/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 462, app/styles/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 1024px) {
  /* line 473, app/styles/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 475, app/styles/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  /* line 482, app/styles/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  /* line 490, app/styles/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

/* line 506, app/styles/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}

/* line 508, app/styles/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 513, app/styles/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}

/* line 515, app/styles/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

/* line 521, app/styles/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 531, app/styles/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

/* line 535, app/styles/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

/* line 537, app/styles/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* line 544, app/styles/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

/* line 549, app/styles/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

/* line 552, app/styles/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

/* line 559, app/styles/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

/* line 567, app/styles/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

/* line 577, app/styles/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 579, app/styles/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

/* line 583, app/styles/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 588, app/styles/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 596, app/styles/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 1024px) {
  /* line 607, app/styles/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 610, app/styles/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 613, app/styles/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 615, app/styles/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 622, app/styles/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  /* line 630, app/styles/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

/* line 641, app/styles/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

/* line 643, app/styles/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 648, app/styles/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}

/* line 650, app/styles/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

/* line 656, app/styles/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 6, app/styles/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 13, app/styles/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 16, app/styles/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

/* line 25, app/styles/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 4, app/styles/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 10, app/styles/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}

/* line 12, app/styles/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #003e70;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

/* line 25, app/styles/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 32, app/styles/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 41, app/styles/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #001423;
  background-color: #eeeeee;
  border-color: #ddd;
}

/* line 52, app/styles/bootstrap/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #003e70;
  border-color: #003e70;
  cursor: default;
}

/* line 64, app/styles/bootstrap/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

/* line 5, app/styles/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

/* line 12, app/styles/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

/* line 18, app/styles/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 5, app/styles/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 12, app/styles/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 18, app/styles/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 6, app/styles/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

/* line 14, app/styles/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  content: " ";
  display: table;
}

/* line 19, app/styles/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}

/* line 12, app/styles/bootstrap/_pager.scss */
.pager li {
  display: inline;
}

/* line 14, app/styles/bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

/* line 23, app/styles/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 31, app/styles/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 38, app/styles/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 45, app/styles/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

/* line 5, app/styles/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 20, app/styles/bootstrap/_labels.scss */
.label:empty {
  display: none;
}

/* line 25, app/styles/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 33, app/styles/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, app/styles/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}

/* line 7, app/styles/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 48, app/styles/bootstrap/_labels.scss */
.label-primary {
  background-color: #003e70;
}

/* line 7, app/styles/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #00223d;
}

/* line 52, app/styles/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 7, app/styles/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 56, app/styles/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 7, app/styles/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, app/styles/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 7, app/styles/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 64, app/styles/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}

/* line 7, app/styles/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, app/styles/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

/* line 22, app/styles/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}

/* line 27, app/styles/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 32, app/styles/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 41, app/styles/bootstrap/_badges.scss */
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #003e70;
  background-color: #fff;
}

/* line 47, app/styles/bootstrap/_badges.scss */
.list-group-item > .badge {
  float: right;
}

/* line 51, app/styles/bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 55, app/styles/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 62, app/styles/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, app/styles/bootstrap/_jumbotron.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

/* line 13, app/styles/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

/* line 18, app/styles/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 24, app/styles/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 28, app/styles/bootstrap/_jumbotron.scss */
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 35, app/styles/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 6, app/styles/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 43, app/styles/bootstrap/_jumbotron.scss */
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 49, app/styles/bootstrap/_jumbotron.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 7, app/styles/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}

/* line 17, app/styles/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

/* line 27, app/styles/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 34, app/styles/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #003e70;
}

/* line 9, app/styles/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 16, app/styles/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 23, app/styles/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 28, app/styles/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 33, app/styles/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 42, app/styles/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

/* line 47, app/styles/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, app/styles/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

/* line 8, app/styles/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 11, app/styles/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 63, app/styles/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

/* line 8, app/styles/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 11, app/styles/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, app/styles/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

/* line 8, app/styles/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 11, app/styles/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, app/styles/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

/* line 8, app/styles/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 11, app/styles/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 26, app/styles/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 36, app/styles/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #003e70;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

/* line 54, app/styles/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 64, app/styles/bootstrap/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 73, app/styles/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 7, app/styles/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 77, app/styles/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 7, app/styles/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 81, app/styles/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 7, app/styles/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 85, app/styles/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 7, app/styles/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 1, app/styles/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}

/* line 5, app/styles/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 10, app/styles/bootstrap/_media.scss */
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

/* line 16, app/styles/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, app/styles/bootstrap/_media.scss */
.media-object {
  display: block;
}

/* line 24, app/styles/bootstrap/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 29, app/styles/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 34, app/styles/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 39, app/styles/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 46, app/styles/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 50, app/styles/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 55, app/styles/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 63, app/styles/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, app/styles/bootstrap/_list-group.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 21, app/styles/bootstrap/_list-group.scss */
.list-group-item {
  position: static;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 31, app/styles/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 34, app/styles/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 46, app/styles/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}

/* line 50, app/styles/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 55, app/styles/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

/* line 63, app/styles/bootstrap/_list-group.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 70, app/styles/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

/* line 78, app/styles/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

/* line 81, app/styles/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

/* line 87, app/styles/bootstrap/_list-group.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #003e70;
  border-color: #003e70;
}

/* line 96, app/styles/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

/* line 101, app/styles/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #3da9ff;
}

/* line 4, app/styles/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 11, app/styles/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

/* line 15, app/styles/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 19, app/styles/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 24, app/styles/bootstrap/mixins/_list-group.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4, app/styles/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 11, app/styles/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

/* line 15, app/styles/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 19, app/styles/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 24, app/styles/bootstrap/mixins/_list-group.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4, app/styles/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, app/styles/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

/* line 15, app/styles/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 19, app/styles/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 24, app/styles/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4, app/styles/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, app/styles/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

/* line 15, app/styles/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 19, app/styles/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 24, app/styles/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 123, app/styles/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 127, app/styles/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, app/styles/bootstrap/_panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, app/styles/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}

/* line 14, app/styles/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

/* line 19, app/styles/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, app/styles/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 27, app/styles/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, app/styles/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 39, app/styles/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, app/styles/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 63, app/styles/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 67, app/styles/bootstrap/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 74, app/styles/bootstrap/_panels.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 82, app/styles/bootstrap/_panels.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 89, app/styles/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 96, app/styles/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 100, app/styles/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 110, app/styles/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 115, app/styles/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 121, app/styles/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 127, app/styles/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 131, app/styles/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

/* line 135, app/styles/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 143, app/styles/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 149, app/styles/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 153, app/styles/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 157, app/styles/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 164, app/styles/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

/* line 170, app/styles/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 174, app/styles/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 181, app/styles/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 185, app/styles/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 194, app/styles/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 203, app/styles/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 210, app/styles/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 222, app/styles/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}

/* line 226, app/styles/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 230, app/styles/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 235, app/styles/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 238, app/styles/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

/* line 244, app/styles/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 246, app/styles/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 254, app/styles/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}

/* line 6, app/styles/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 11, app/styles/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

/* line 14, app/styles/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

/* line 20, app/styles/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 257, app/styles/bootstrap/_panels.scss */
.panel-primary {
  border-color: #003e70;
}

/* line 6, app/styles/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #003e70;
  border-color: #003e70;
}

/* line 11, app/styles/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #003e70;
}

/* line 14, app/styles/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #003e70;
  background-color: #fff;
}

/* line 20, app/styles/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #003e70;
}

/* line 260, app/styles/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 6, app/styles/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 11, app/styles/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 14, app/styles/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 20, app/styles/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 263, app/styles/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 6, app/styles/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 11, app/styles/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 14, app/styles/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 20, app/styles/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 266, app/styles/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 6, app/styles/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 11, app/styles/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 14, app/styles/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 20, app/styles/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 269, app/styles/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 6, app/styles/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 11, app/styles/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 14, app/styles/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 20, app/styles/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, app/styles/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 12, app/styles/bootstrap/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/* line 28, app/styles/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, app/styles/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, app/styles/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 15, app/styles/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, app/styles/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, app/styles/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, app/styles/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/* line 15, app/styles/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 30, app/styles/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 11, app/styles/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, app/styles/bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 32, app/styles/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

/* line 36, app/styles/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  transform: translate(0, 0);
}

/* line 38, app/styles/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, app/styles/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, app/styles/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

/* line 64, app/styles/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 73, app/styles/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 74, app/styles/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 79, app/styles/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 14, app/styles/bootstrap/mixins/_clearfix.scss */
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

/* line 19, app/styles/bootstrap/mixins/_clearfix.scss */
.modal-header:after {
  clear: both;
}

/* line 85, app/styles/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, app/styles/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857;
}

/* line 97, app/styles/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, app/styles/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 14, app/styles/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

/* line 19, app/styles/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}

/* line 110, app/styles/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

/* line 115, app/styles/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 119, app/styles/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, app/styles/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, app/styles/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /* line 140, app/styles/bootstrap/_modals.scss */
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  /* line 145, app/styles/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 149, app/styles/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}

/* line 7, app/styles/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 18, app/styles/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 19, app/styles/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

/* line 20, app/styles/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

/* line 21, app/styles/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

/* line 22, app/styles/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 26, app/styles/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 36, app/styles/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 45, app/styles/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 52, app/styles/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 59, app/styles/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 66, app/styles/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 73, app/styles/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 80, app/styles/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 87, app/styles/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 94, app/styles/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6, app/styles/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 27, app/styles/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}

/* line 28, app/styles/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}

/* line 29, app/styles/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 30, app/styles/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 33, app/styles/bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 42, app/styles/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 51, app/styles/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 61, app/styles/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 64, app/styles/bootstrap/_popovers.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 70, app/styles/bootstrap/_popovers.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

/* line 77, app/styles/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

/* line 85, app/styles/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 92, app/styles/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

/* line 100, app/styles/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

/* line 107, app/styles/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 116, app/styles/bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 123, app/styles/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 7, app/styles/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, app/styles/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 16, app/styles/bootstrap/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}

/* line 22, app/styles/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 16, app/styles/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  /* line 34, app/styles/bootstrap/_carousel.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 39, app/styles/bootstrap/_carousel.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 44, app/styles/bootstrap/_carousel.scss */
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

/* line 53, app/styles/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 59, app/styles/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 63, app/styles/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 70, app/styles/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 73, app/styles/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 76, app/styles/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 81, app/styles/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 84, app/styles/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, app/styles/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}

/* line 109, app/styles/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

/* line 112, app/styles/bootstrap/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

/* line 119, app/styles/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 128, app/styles/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

/* line 138, app/styles/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 143, app/styles/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 148, app/styles/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

/* line 158, app/styles/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 163, app/styles/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 174, app/styles/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

/* line 185, app/styles/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

/* line 207, app/styles/bootstrap/_carousel.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 218, app/styles/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 229, app/styles/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 240, app/styles/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  /* line 249, app/styles/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 253, app/styles/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  /* line 260, app/styles/bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  /* line 267, app/styles/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}

/* line 14, app/styles/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

/* line 19, app/styles/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, app/styles/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, app/styles/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, app/styles/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, app/styles/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, app/styles/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, app/styles/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, app/styles/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, app/styles/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, app/styles/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

/* line 18, app/styles/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 18, app/styles/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 18, app/styles/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 18, app/styles/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, app/styles/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 7, app/styles/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }
  /* line 10, app/styles/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }
  /* line 11, app/styles/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 12, app/styles/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  /* line 54, app/styles/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, app/styles/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, app/styles/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, app/styles/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }
  /* line 10, app/styles/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }
  /* line 11, app/styles/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 12, app/styles/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, app/styles/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, app/styles/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, app/styles/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, app/styles/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }
  /* line 10, app/styles/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }
  /* line 11, app/styles/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 12, app/styles/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, app/styles/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, app/styles/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, app/styles/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, app/styles/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }
  /* line 10, app/styles/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }
  /* line 11, app/styles/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 12, app/styles/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 111, app/styles/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, app/styles/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, app/styles/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 18, app/styles/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, app/styles/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, app/styles/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 18, app/styles/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}

/* line 18, app/styles/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, app/styles/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }
  /* line 10, app/styles/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }
  /* line 11, app/styles/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 12, app/styles/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

/* line 155, app/styles/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 155, app/styles/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, app/styles/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 162, app/styles/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, app/styles/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 169, app/styles/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, app/styles/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}

/* line 1, app/vendor/angular-bootstrap-lightbox/dist/angular-bootstrap-lightbox.min.css */
.lightbox-nav {
  position: relative;
  margin-bottom: 12px;
  height: 22px;
  text-align: center;
  font-size: 0;
}

/* line 1, app/vendor/angular-bootstrap-lightbox/dist/angular-bootstrap-lightbox.min.css */
.lightbox-nav .btn-group {
  vertical-align: top;
}

/* line 1, app/vendor/angular-bootstrap-lightbox/dist/angular-bootstrap-lightbox.min.css */
.lightbox-nav .close {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 1, app/vendor/angular-bootstrap-lightbox/dist/angular-bootstrap-lightbox.min.css */
.lightbox-image-container {
  position: relative;
  text-align: center;
}

/* line 1, app/vendor/angular-bootstrap-lightbox/dist/angular-bootstrap-lightbox.min.css */
.lightbox-image-caption {
  position: absolute;
  top: 0;
  left: 0;
  margin: .5em .9em;
  color: #000;
  font-size: 1.5em;
  font-weight: 700;
  text-align: left;
  text-shadow: 0.1em 0.1em 0.2em rgba(255, 255, 255, 0.5);
}

/* line 1, app/vendor/angular-bootstrap-lightbox/dist/angular-bootstrap-lightbox.min.css */
.lightbox-image-caption span {
  padding-top: .1em;
  padding-bottom: .1em;
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0.4em 0 0 rgba(255, 255, 255, 0.75), -0.4em 0 0 rgba(255, 255, 255, 0.75);
}

/* WAP styles */
/* line 1, app/styles/base/_animations.scss */
.animated.ng-enter {
  animation: fadeIn 0.3s;
}

/* line 5, app/styles/base/_animations.scss */
.animated.ng-leave {
  animation: fadeOut 0.3s;
}

/* line 9, app/styles/base/_animations.scss */
.animated.ng-enter,
.animated.ng-hide-remove,
.animated.ng-show-add,
.animated.ng-if-remove {
  animation: fadeIn 0.3s;
}

/* line 16, app/styles/base/_animations.scss */
.animated.ng-leave,
.animated.ng-hide-add,
.animated.ng-show-remove,
.animated.ng-if-add {
  animation: fadeOut 0.3s;
}

/* line 1, app/styles/base/_forms.scss */
hr.form-separator {
  margin: 15px -15px;
}

/* line 5, app/styles/base/_forms.scss */
.form-group.no-margin-bottom {
  margin-bottom: 0;
}

/* line 9, app/styles/base/_forms.scss */
.form-group > .btn-group.btn-group-no-label {
  margin-top: 23px;
}

/* line 13, app/styles/base/_forms.scss */
.form-group > .btn-no-label {
  margin-top: 23px;
}

/* line 18, app/styles/base/_forms.scss */
.btn span:nth-child(2) {
  margin-left: 5px;
}

/* line 25, app/styles/base/_forms.scss */
.static-form .form-horizontal .form-group {
  margin-bottom: 0;
}

/* line 7, app/styles/base/_grid.scss */
.grid {
  display: -ms-grid;
  display: grid;
  column-gap: 30px;
  row-gap: 15px;
}

/* line 13, app/styles/base/_grid.scss */
.grid.form p,
.grid.form label {
  margin: 0;
}

/* line 18, app/styles/base/_grid.scss */
.grid.form p.break-spaces {
  white-space: break-spaces;
}

/* line 26, app/styles/base/_grid.scss */
.grid.col-gap-0 {
  column-gap: 0px;
}

/* line 30, app/styles/base/_grid.scss */
.grid.row-gap-0 {
  row-gap: 0px;
}

@media (min-width: 768px) {
  /* line 36, app/styles/base/_grid.scss */
  .grid.sm-col-gap-0 {
    column-gap: 0px;
  }
  /* line 40, app/styles/base/_grid.scss */
  .grid.sm-row-gap-0 {
    row-gap: 0px;
  }
}

@media (min-width: 992px) {
  /* line 36, app/styles/base/_grid.scss */
  .grid.md-col-gap-0 {
    column-gap: 0px;
  }
  /* line 40, app/styles/base/_grid.scss */
  .grid.md-row-gap-0 {
    row-gap: 0px;
  }
}

@media (min-width: 1200px) {
  /* line 36, app/styles/base/_grid.scss */
  .grid.lg-col-gap-0 {
    column-gap: 0px;
  }
  /* line 40, app/styles/base/_grid.scss */
  .grid.lg-row-gap-0 {
    row-gap: 0px;
  }
}

/* line 26, app/styles/base/_grid.scss */
.grid.col-gap-5 {
  column-gap: 5px;
}

/* line 30, app/styles/base/_grid.scss */
.grid.row-gap-5 {
  row-gap: 5px;
}

@media (min-width: 768px) {
  /* line 36, app/styles/base/_grid.scss */
  .grid.sm-col-gap-5 {
    column-gap: 5px;
  }
  /* line 40, app/styles/base/_grid.scss */
  .grid.sm-row-gap-5 {
    row-gap: 5px;
  }
}

@media (min-width: 992px) {
  /* line 36, app/styles/base/_grid.scss */
  .grid.md-col-gap-5 {
    column-gap: 5px;
  }
  /* line 40, app/styles/base/_grid.scss */
  .grid.md-row-gap-5 {
    row-gap: 5px;
  }
}

@media (min-width: 1200px) {
  /* line 36, app/styles/base/_grid.scss */
  .grid.lg-col-gap-5 {
    column-gap: 5px;
  }
  /* line 40, app/styles/base/_grid.scss */
  .grid.lg-row-gap-5 {
    row-gap: 5px;
  }
}

/* line 26, app/styles/base/_grid.scss */
.grid.col-gap-10 {
  column-gap: 10px;
}

/* line 30, app/styles/base/_grid.scss */
.grid.row-gap-10 {
  row-gap: 10px;
}

@media (min-width: 768px) {
  /* line 36, app/styles/base/_grid.scss */
  .grid.sm-col-gap-10 {
    column-gap: 10px;
  }
  /* line 40, app/styles/base/_grid.scss */
  .grid.sm-row-gap-10 {
    row-gap: 10px;
  }
}

@media (min-width: 992px) {
  /* line 36, app/styles/base/_grid.scss */
  .grid.md-col-gap-10 {
    column-gap: 10px;
  }
  /* line 40, app/styles/base/_grid.scss */
  .grid.md-row-gap-10 {
    row-gap: 10px;
  }
}

@media (min-width: 1200px) {
  /* line 36, app/styles/base/_grid.scss */
  .grid.lg-col-gap-10 {
    column-gap: 10px;
  }
  /* line 40, app/styles/base/_grid.scss */
  .grid.lg-row-gap-10 {
    row-gap: 10px;
  }
}

/* line 26, app/styles/base/_grid.scss */
.grid.col-gap-15 {
  column-gap: 15px;
}

/* line 30, app/styles/base/_grid.scss */
.grid.row-gap-15 {
  row-gap: 15px;
}

@media (min-width: 768px) {
  /* line 36, app/styles/base/_grid.scss */
  .grid.sm-col-gap-15 {
    column-gap: 15px;
  }
  /* line 40, app/styles/base/_grid.scss */
  .grid.sm-row-gap-15 {
    row-gap: 15px;
  }
}

@media (min-width: 992px) {
  /* line 36, app/styles/base/_grid.scss */
  .grid.md-col-gap-15 {
    column-gap: 15px;
  }
  /* line 40, app/styles/base/_grid.scss */
  .grid.md-row-gap-15 {
    row-gap: 15px;
  }
}

@media (min-width: 1200px) {
  /* line 36, app/styles/base/_grid.scss */
  .grid.lg-col-gap-15 {
    column-gap: 15px;
  }
  /* line 40, app/styles/base/_grid.scss */
  .grid.lg-row-gap-15 {
    row-gap: 15px;
  }
}

/* line 26, app/styles/base/_grid.scss */
.grid.col-gap-20 {
  column-gap: 20px;
}

/* line 30, app/styles/base/_grid.scss */
.grid.row-gap-20 {
  row-gap: 20px;
}

@media (min-width: 768px) {
  /* line 36, app/styles/base/_grid.scss */
  .grid.sm-col-gap-20 {
    column-gap: 20px;
  }
  /* line 40, app/styles/base/_grid.scss */
  .grid.sm-row-gap-20 {
    row-gap: 20px;
  }
}

@media (min-width: 992px) {
  /* line 36, app/styles/base/_grid.scss */
  .grid.md-col-gap-20 {
    column-gap: 20px;
  }
  /* line 40, app/styles/base/_grid.scss */
  .grid.md-row-gap-20 {
    row-gap: 20px;
  }
}

@media (min-width: 1200px) {
  /* line 36, app/styles/base/_grid.scss */
  .grid.lg-col-gap-20 {
    column-gap: 20px;
  }
  /* line 40, app/styles/base/_grid.scss */
  .grid.lg-row-gap-20 {
    row-gap: 20px;
  }
}

/* line 26, app/styles/base/_grid.scss */
.grid.col-gap-25 {
  column-gap: 25px;
}

/* line 30, app/styles/base/_grid.scss */
.grid.row-gap-25 {
  row-gap: 25px;
}

@media (min-width: 768px) {
  /* line 36, app/styles/base/_grid.scss */
  .grid.sm-col-gap-25 {
    column-gap: 25px;
  }
  /* line 40, app/styles/base/_grid.scss */
  .grid.sm-row-gap-25 {
    row-gap: 25px;
  }
}

@media (min-width: 992px) {
  /* line 36, app/styles/base/_grid.scss */
  .grid.md-col-gap-25 {
    column-gap: 25px;
  }
  /* line 40, app/styles/base/_grid.scss */
  .grid.md-row-gap-25 {
    row-gap: 25px;
  }
}

@media (min-width: 1200px) {
  /* line 36, app/styles/base/_grid.scss */
  .grid.lg-col-gap-25 {
    column-gap: 25px;
  }
  /* line 40, app/styles/base/_grid.scss */
  .grid.lg-row-gap-25 {
    row-gap: 25px;
  }
}

/* line 26, app/styles/base/_grid.scss */
.grid.col-gap-30 {
  column-gap: 30px;
}

/* line 30, app/styles/base/_grid.scss */
.grid.row-gap-30 {
  row-gap: 30px;
}

@media (min-width: 768px) {
  /* line 36, app/styles/base/_grid.scss */
  .grid.sm-col-gap-30 {
    column-gap: 30px;
  }
  /* line 40, app/styles/base/_grid.scss */
  .grid.sm-row-gap-30 {
    row-gap: 30px;
  }
}

@media (min-width: 992px) {
  /* line 36, app/styles/base/_grid.scss */
  .grid.md-col-gap-30 {
    column-gap: 30px;
  }
  /* line 40, app/styles/base/_grid.scss */
  .grid.md-row-gap-30 {
    row-gap: 30px;
  }
}

@media (min-width: 1200px) {
  /* line 36, app/styles/base/_grid.scss */
  .grid.lg-col-gap-30 {
    column-gap: 30px;
  }
  /* line 40, app/styles/base/_grid.scss */
  .grid.lg-row-gap-30 {
    row-gap: 30px;
  }
}

/* line 26, app/styles/base/_grid.scss */
.grid.col-gap-35 {
  column-gap: 35px;
}

/* line 30, app/styles/base/_grid.scss */
.grid.row-gap-35 {
  row-gap: 35px;
}

@media (min-width: 768px) {
  /* line 36, app/styles/base/_grid.scss */
  .grid.sm-col-gap-35 {
    column-gap: 35px;
  }
  /* line 40, app/styles/base/_grid.scss */
  .grid.sm-row-gap-35 {
    row-gap: 35px;
  }
}

@media (min-width: 992px) {
  /* line 36, app/styles/base/_grid.scss */
  .grid.md-col-gap-35 {
    column-gap: 35px;
  }
  /* line 40, app/styles/base/_grid.scss */
  .grid.md-row-gap-35 {
    row-gap: 35px;
  }
}

@media (min-width: 1200px) {
  /* line 36, app/styles/base/_grid.scss */
  .grid.lg-col-gap-35 {
    column-gap: 35px;
  }
  /* line 40, app/styles/base/_grid.scss */
  .grid.lg-row-gap-35 {
    row-gap: 35px;
  }
}

/* line 26, app/styles/base/_grid.scss */
.grid.col-gap-40 {
  column-gap: 40px;
}

/* line 30, app/styles/base/_grid.scss */
.grid.row-gap-40 {
  row-gap: 40px;
}

@media (min-width: 768px) {
  /* line 36, app/styles/base/_grid.scss */
  .grid.sm-col-gap-40 {
    column-gap: 40px;
  }
  /* line 40, app/styles/base/_grid.scss */
  .grid.sm-row-gap-40 {
    row-gap: 40px;
  }
}

@media (min-width: 992px) {
  /* line 36, app/styles/base/_grid.scss */
  .grid.md-col-gap-40 {
    column-gap: 40px;
  }
  /* line 40, app/styles/base/_grid.scss */
  .grid.md-row-gap-40 {
    row-gap: 40px;
  }
}

@media (min-width: 1200px) {
  /* line 36, app/styles/base/_grid.scss */
  .grid.lg-col-gap-40 {
    column-gap: 40px;
  }
  /* line 40, app/styles/base/_grid.scss */
  .grid.lg-row-gap-40 {
    row-gap: 40px;
  }
}

/* line 26, app/styles/base/_grid.scss */
.grid.col-gap-45 {
  column-gap: 45px;
}

/* line 30, app/styles/base/_grid.scss */
.grid.row-gap-45 {
  row-gap: 45px;
}

@media (min-width: 768px) {
  /* line 36, app/styles/base/_grid.scss */
  .grid.sm-col-gap-45 {
    column-gap: 45px;
  }
  /* line 40, app/styles/base/_grid.scss */
  .grid.sm-row-gap-45 {
    row-gap: 45px;
  }
}

@media (min-width: 992px) {
  /* line 36, app/styles/base/_grid.scss */
  .grid.md-col-gap-45 {
    column-gap: 45px;
  }
  /* line 40, app/styles/base/_grid.scss */
  .grid.md-row-gap-45 {
    row-gap: 45px;
  }
}

@media (min-width: 1200px) {
  /* line 36, app/styles/base/_grid.scss */
  .grid.lg-col-gap-45 {
    column-gap: 45px;
  }
  /* line 40, app/styles/base/_grid.scss */
  .grid.lg-row-gap-45 {
    row-gap: 45px;
  }
}

/* line 26, app/styles/base/_grid.scss */
.grid.col-gap-50 {
  column-gap: 50px;
}

/* line 30, app/styles/base/_grid.scss */
.grid.row-gap-50 {
  row-gap: 50px;
}

@media (min-width: 768px) {
  /* line 36, app/styles/base/_grid.scss */
  .grid.sm-col-gap-50 {
    column-gap: 50px;
  }
  /* line 40, app/styles/base/_grid.scss */
  .grid.sm-row-gap-50 {
    row-gap: 50px;
  }
}

@media (min-width: 992px) {
  /* line 36, app/styles/base/_grid.scss */
  .grid.md-col-gap-50 {
    column-gap: 50px;
  }
  /* line 40, app/styles/base/_grid.scss */
  .grid.md-row-gap-50 {
    row-gap: 50px;
  }
}

@media (min-width: 1200px) {
  /* line 36, app/styles/base/_grid.scss */
  .grid.lg-col-gap-50 {
    column-gap: 50px;
  }
  /* line 40, app/styles/base/_grid.scss */
  .grid.lg-row-gap-50 {
    row-gap: 50px;
  }
}

/* line 48, app/styles/base/_grid.scss */
.grid.cols-1 {
  -ms-grid-columns: (auto)[1];
      grid-template-columns: repeat(1, auto);
}

/* line 52, app/styles/base/_grid.scss */
.grid.cols-1-flex {
  -ms-grid-columns: (minmax(0, 1fr))[1];
      grid-template-columns: repeat(1, minmax(0, 1fr));
}

/* line 56, app/styles/base/_grid.scss */
.grid .col-1 {
  -ms-grid-column: 1;
      grid-column: 1;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-1-span-2 {
  -ms-grid-column-span: 2;
  -ms-grid-column: 1;
      grid-column: 1/span 2;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-1-span-3 {
  -ms-grid-column-span: 3;
  -ms-grid-column: 1;
      grid-column: 1/span 3;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-1-span-4 {
  -ms-grid-column-span: 4;
  -ms-grid-column: 1;
      grid-column: 1/span 4;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-1-span-5 {
  -ms-grid-column-span: 5;
  -ms-grid-column: 1;
      grid-column: 1/span 5;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-1-span-6 {
  -ms-grid-column-span: 6;
  -ms-grid-column: 1;
      grid-column: 1/span 6;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-1-span-7 {
  -ms-grid-column-span: 7;
  -ms-grid-column: 1;
      grid-column: 1/span 7;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-1-span-8 {
  -ms-grid-column-span: 8;
  -ms-grid-column: 1;
      grid-column: 1/span 8;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-1-span-9 {
  -ms-grid-column-span: 9;
  -ms-grid-column: 1;
      grid-column: 1/span 9;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-1-span-10 {
  -ms-grid-column-span: 10;
  -ms-grid-column: 1;
      grid-column: 1/span 10;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-1-span-11 {
  -ms-grid-column-span: 11;
  -ms-grid-column: 1;
      grid-column: 1/span 11;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-1-span-12 {
  -ms-grid-column-span: 12;
  -ms-grid-column: 1;
      grid-column: 1/span 12;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-1-span-13 {
  -ms-grid-column-span: 13;
  -ms-grid-column: 1;
      grid-column: 1/span 13;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-1-span-14 {
  -ms-grid-column-span: 14;
  -ms-grid-column: 1;
      grid-column: 1/span 14;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-1-span-15 {
  -ms-grid-column-span: 15;
  -ms-grid-column: 1;
      grid-column: 1/span 15;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-1-span-16 {
  -ms-grid-column-span: 16;
  -ms-grid-column: 1;
      grid-column: 1/span 16;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-1-span-17 {
  -ms-grid-column-span: 17;
  -ms-grid-column: 1;
      grid-column: 1/span 17;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-1-span-18 {
  -ms-grid-column-span: 18;
  -ms-grid-column: 1;
      grid-column: 1/span 18;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-1-span-19 {
  -ms-grid-column-span: 19;
  -ms-grid-column: 1;
      grid-column: 1/span 19;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-1-span-20 {
  -ms-grid-column-span: 20;
  -ms-grid-column: 1;
      grid-column: 1/span 20;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-1-span-21 {
  -ms-grid-column-span: 21;
  -ms-grid-column: 1;
      grid-column: 1/span 21;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-1-span-22 {
  -ms-grid-column-span: 22;
  -ms-grid-column: 1;
      grid-column: 1/span 22;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-1-span-23 {
  -ms-grid-column-span: 23;
  -ms-grid-column: 1;
      grid-column: 1/span 23;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-1-span-24 {
  -ms-grid-column-span: 24;
  -ms-grid-column: 1;
      grid-column: 1/span 24;
}

/* line 48, app/styles/base/_grid.scss */
.grid.cols-2 {
  -ms-grid-columns: (auto)[2];
      grid-template-columns: repeat(2, auto);
}

/* line 52, app/styles/base/_grid.scss */
.grid.cols-2-flex {
  -ms-grid-columns: (minmax(0, 1fr))[2];
      grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* line 56, app/styles/base/_grid.scss */
.grid .col-2 {
  -ms-grid-column: 2;
      grid-column: 2;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-2-span-2 {
  -ms-grid-column-span: 2;
  -ms-grid-column: 2;
      grid-column: 2/span 2;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-2-span-3 {
  -ms-grid-column-span: 3;
  -ms-grid-column: 2;
      grid-column: 2/span 3;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-2-span-4 {
  -ms-grid-column-span: 4;
  -ms-grid-column: 2;
      grid-column: 2/span 4;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-2-span-5 {
  -ms-grid-column-span: 5;
  -ms-grid-column: 2;
      grid-column: 2/span 5;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-2-span-6 {
  -ms-grid-column-span: 6;
  -ms-grid-column: 2;
      grid-column: 2/span 6;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-2-span-7 {
  -ms-grid-column-span: 7;
  -ms-grid-column: 2;
      grid-column: 2/span 7;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-2-span-8 {
  -ms-grid-column-span: 8;
  -ms-grid-column: 2;
      grid-column: 2/span 8;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-2-span-9 {
  -ms-grid-column-span: 9;
  -ms-grid-column: 2;
      grid-column: 2/span 9;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-2-span-10 {
  -ms-grid-column-span: 10;
  -ms-grid-column: 2;
      grid-column: 2/span 10;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-2-span-11 {
  -ms-grid-column-span: 11;
  -ms-grid-column: 2;
      grid-column: 2/span 11;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-2-span-12 {
  -ms-grid-column-span: 12;
  -ms-grid-column: 2;
      grid-column: 2/span 12;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-2-span-13 {
  -ms-grid-column-span: 13;
  -ms-grid-column: 2;
      grid-column: 2/span 13;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-2-span-14 {
  -ms-grid-column-span: 14;
  -ms-grid-column: 2;
      grid-column: 2/span 14;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-2-span-15 {
  -ms-grid-column-span: 15;
  -ms-grid-column: 2;
      grid-column: 2/span 15;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-2-span-16 {
  -ms-grid-column-span: 16;
  -ms-grid-column: 2;
      grid-column: 2/span 16;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-2-span-17 {
  -ms-grid-column-span: 17;
  -ms-grid-column: 2;
      grid-column: 2/span 17;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-2-span-18 {
  -ms-grid-column-span: 18;
  -ms-grid-column: 2;
      grid-column: 2/span 18;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-2-span-19 {
  -ms-grid-column-span: 19;
  -ms-grid-column: 2;
      grid-column: 2/span 19;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-2-span-20 {
  -ms-grid-column-span: 20;
  -ms-grid-column: 2;
      grid-column: 2/span 20;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-2-span-21 {
  -ms-grid-column-span: 21;
  -ms-grid-column: 2;
      grid-column: 2/span 21;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-2-span-22 {
  -ms-grid-column-span: 22;
  -ms-grid-column: 2;
      grid-column: 2/span 22;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-2-span-23 {
  -ms-grid-column-span: 23;
  -ms-grid-column: 2;
      grid-column: 2/span 23;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-2-span-24 {
  -ms-grid-column-span: 24;
  -ms-grid-column: 2;
      grid-column: 2/span 24;
}

/* line 48, app/styles/base/_grid.scss */
.grid.cols-3 {
  -ms-grid-columns: (auto)[3];
      grid-template-columns: repeat(3, auto);
}

/* line 52, app/styles/base/_grid.scss */
.grid.cols-3-flex {
  -ms-grid-columns: (minmax(0, 1fr))[3];
      grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* line 56, app/styles/base/_grid.scss */
.grid .col-3 {
  -ms-grid-column: 3;
      grid-column: 3;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-3-span-2 {
  -ms-grid-column-span: 2;
  -ms-grid-column: 3;
      grid-column: 3/span 2;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-3-span-3 {
  -ms-grid-column-span: 3;
  -ms-grid-column: 3;
      grid-column: 3/span 3;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-3-span-4 {
  -ms-grid-column-span: 4;
  -ms-grid-column: 3;
      grid-column: 3/span 4;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-3-span-5 {
  -ms-grid-column-span: 5;
  -ms-grid-column: 3;
      grid-column: 3/span 5;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-3-span-6 {
  -ms-grid-column-span: 6;
  -ms-grid-column: 3;
      grid-column: 3/span 6;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-3-span-7 {
  -ms-grid-column-span: 7;
  -ms-grid-column: 3;
      grid-column: 3/span 7;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-3-span-8 {
  -ms-grid-column-span: 8;
  -ms-grid-column: 3;
      grid-column: 3/span 8;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-3-span-9 {
  -ms-grid-column-span: 9;
  -ms-grid-column: 3;
      grid-column: 3/span 9;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-3-span-10 {
  -ms-grid-column-span: 10;
  -ms-grid-column: 3;
      grid-column: 3/span 10;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-3-span-11 {
  -ms-grid-column-span: 11;
  -ms-grid-column: 3;
      grid-column: 3/span 11;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-3-span-12 {
  -ms-grid-column-span: 12;
  -ms-grid-column: 3;
      grid-column: 3/span 12;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-3-span-13 {
  -ms-grid-column-span: 13;
  -ms-grid-column: 3;
      grid-column: 3/span 13;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-3-span-14 {
  -ms-grid-column-span: 14;
  -ms-grid-column: 3;
      grid-column: 3/span 14;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-3-span-15 {
  -ms-grid-column-span: 15;
  -ms-grid-column: 3;
      grid-column: 3/span 15;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-3-span-16 {
  -ms-grid-column-span: 16;
  -ms-grid-column: 3;
      grid-column: 3/span 16;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-3-span-17 {
  -ms-grid-column-span: 17;
  -ms-grid-column: 3;
      grid-column: 3/span 17;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-3-span-18 {
  -ms-grid-column-span: 18;
  -ms-grid-column: 3;
      grid-column: 3/span 18;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-3-span-19 {
  -ms-grid-column-span: 19;
  -ms-grid-column: 3;
      grid-column: 3/span 19;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-3-span-20 {
  -ms-grid-column-span: 20;
  -ms-grid-column: 3;
      grid-column: 3/span 20;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-3-span-21 {
  -ms-grid-column-span: 21;
  -ms-grid-column: 3;
      grid-column: 3/span 21;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-3-span-22 {
  -ms-grid-column-span: 22;
  -ms-grid-column: 3;
      grid-column: 3/span 22;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-3-span-23 {
  -ms-grid-column-span: 23;
  -ms-grid-column: 3;
      grid-column: 3/span 23;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-3-span-24 {
  -ms-grid-column-span: 24;
  -ms-grid-column: 3;
      grid-column: 3/span 24;
}

/* line 48, app/styles/base/_grid.scss */
.grid.cols-4 {
  -ms-grid-columns: (auto)[4];
      grid-template-columns: repeat(4, auto);
}

/* line 52, app/styles/base/_grid.scss */
.grid.cols-4-flex {
  -ms-grid-columns: (minmax(0, 1fr))[4];
      grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* line 56, app/styles/base/_grid.scss */
.grid .col-4 {
  -ms-grid-column: 4;
      grid-column: 4;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-4-span-2 {
  -ms-grid-column-span: 2;
  -ms-grid-column: 4;
      grid-column: 4/span 2;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-4-span-3 {
  -ms-grid-column-span: 3;
  -ms-grid-column: 4;
      grid-column: 4/span 3;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-4-span-4 {
  -ms-grid-column-span: 4;
  -ms-grid-column: 4;
      grid-column: 4/span 4;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-4-span-5 {
  -ms-grid-column-span: 5;
  -ms-grid-column: 4;
      grid-column: 4/span 5;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-4-span-6 {
  -ms-grid-column-span: 6;
  -ms-grid-column: 4;
      grid-column: 4/span 6;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-4-span-7 {
  -ms-grid-column-span: 7;
  -ms-grid-column: 4;
      grid-column: 4/span 7;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-4-span-8 {
  -ms-grid-column-span: 8;
  -ms-grid-column: 4;
      grid-column: 4/span 8;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-4-span-9 {
  -ms-grid-column-span: 9;
  -ms-grid-column: 4;
      grid-column: 4/span 9;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-4-span-10 {
  -ms-grid-column-span: 10;
  -ms-grid-column: 4;
      grid-column: 4/span 10;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-4-span-11 {
  -ms-grid-column-span: 11;
  -ms-grid-column: 4;
      grid-column: 4/span 11;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-4-span-12 {
  -ms-grid-column-span: 12;
  -ms-grid-column: 4;
      grid-column: 4/span 12;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-4-span-13 {
  -ms-grid-column-span: 13;
  -ms-grid-column: 4;
      grid-column: 4/span 13;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-4-span-14 {
  -ms-grid-column-span: 14;
  -ms-grid-column: 4;
      grid-column: 4/span 14;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-4-span-15 {
  -ms-grid-column-span: 15;
  -ms-grid-column: 4;
      grid-column: 4/span 15;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-4-span-16 {
  -ms-grid-column-span: 16;
  -ms-grid-column: 4;
      grid-column: 4/span 16;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-4-span-17 {
  -ms-grid-column-span: 17;
  -ms-grid-column: 4;
      grid-column: 4/span 17;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-4-span-18 {
  -ms-grid-column-span: 18;
  -ms-grid-column: 4;
      grid-column: 4/span 18;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-4-span-19 {
  -ms-grid-column-span: 19;
  -ms-grid-column: 4;
      grid-column: 4/span 19;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-4-span-20 {
  -ms-grid-column-span: 20;
  -ms-grid-column: 4;
      grid-column: 4/span 20;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-4-span-21 {
  -ms-grid-column-span: 21;
  -ms-grid-column: 4;
      grid-column: 4/span 21;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-4-span-22 {
  -ms-grid-column-span: 22;
  -ms-grid-column: 4;
      grid-column: 4/span 22;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-4-span-23 {
  -ms-grid-column-span: 23;
  -ms-grid-column: 4;
      grid-column: 4/span 23;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-4-span-24 {
  -ms-grid-column-span: 24;
  -ms-grid-column: 4;
      grid-column: 4/span 24;
}

/* line 48, app/styles/base/_grid.scss */
.grid.cols-5 {
  -ms-grid-columns: (auto)[5];
      grid-template-columns: repeat(5, auto);
}

/* line 52, app/styles/base/_grid.scss */
.grid.cols-5-flex {
  -ms-grid-columns: (minmax(0, 1fr))[5];
      grid-template-columns: repeat(5, minmax(0, 1fr));
}

/* line 56, app/styles/base/_grid.scss */
.grid .col-5 {
  -ms-grid-column: 5;
      grid-column: 5;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-5-span-2 {
  -ms-grid-column-span: 2;
  -ms-grid-column: 5;
      grid-column: 5/span 2;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-5-span-3 {
  -ms-grid-column-span: 3;
  -ms-grid-column: 5;
      grid-column: 5/span 3;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-5-span-4 {
  -ms-grid-column-span: 4;
  -ms-grid-column: 5;
      grid-column: 5/span 4;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-5-span-5 {
  -ms-grid-column-span: 5;
  -ms-grid-column: 5;
      grid-column: 5/span 5;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-5-span-6 {
  -ms-grid-column-span: 6;
  -ms-grid-column: 5;
      grid-column: 5/span 6;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-5-span-7 {
  -ms-grid-column-span: 7;
  -ms-grid-column: 5;
      grid-column: 5/span 7;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-5-span-8 {
  -ms-grid-column-span: 8;
  -ms-grid-column: 5;
      grid-column: 5/span 8;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-5-span-9 {
  -ms-grid-column-span: 9;
  -ms-grid-column: 5;
      grid-column: 5/span 9;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-5-span-10 {
  -ms-grid-column-span: 10;
  -ms-grid-column: 5;
      grid-column: 5/span 10;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-5-span-11 {
  -ms-grid-column-span: 11;
  -ms-grid-column: 5;
      grid-column: 5/span 11;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-5-span-12 {
  -ms-grid-column-span: 12;
  -ms-grid-column: 5;
      grid-column: 5/span 12;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-5-span-13 {
  -ms-grid-column-span: 13;
  -ms-grid-column: 5;
      grid-column: 5/span 13;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-5-span-14 {
  -ms-grid-column-span: 14;
  -ms-grid-column: 5;
      grid-column: 5/span 14;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-5-span-15 {
  -ms-grid-column-span: 15;
  -ms-grid-column: 5;
      grid-column: 5/span 15;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-5-span-16 {
  -ms-grid-column-span: 16;
  -ms-grid-column: 5;
      grid-column: 5/span 16;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-5-span-17 {
  -ms-grid-column-span: 17;
  -ms-grid-column: 5;
      grid-column: 5/span 17;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-5-span-18 {
  -ms-grid-column-span: 18;
  -ms-grid-column: 5;
      grid-column: 5/span 18;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-5-span-19 {
  -ms-grid-column-span: 19;
  -ms-grid-column: 5;
      grid-column: 5/span 19;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-5-span-20 {
  -ms-grid-column-span: 20;
  -ms-grid-column: 5;
      grid-column: 5/span 20;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-5-span-21 {
  -ms-grid-column-span: 21;
  -ms-grid-column: 5;
      grid-column: 5/span 21;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-5-span-22 {
  -ms-grid-column-span: 22;
  -ms-grid-column: 5;
      grid-column: 5/span 22;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-5-span-23 {
  -ms-grid-column-span: 23;
  -ms-grid-column: 5;
      grid-column: 5/span 23;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-5-span-24 {
  -ms-grid-column-span: 24;
  -ms-grid-column: 5;
      grid-column: 5/span 24;
}

/* line 48, app/styles/base/_grid.scss */
.grid.cols-6 {
  -ms-grid-columns: (auto)[6];
      grid-template-columns: repeat(6, auto);
}

/* line 52, app/styles/base/_grid.scss */
.grid.cols-6-flex {
  -ms-grid-columns: (minmax(0, 1fr))[6];
      grid-template-columns: repeat(6, minmax(0, 1fr));
}

/* line 56, app/styles/base/_grid.scss */
.grid .col-6 {
  -ms-grid-column: 6;
      grid-column: 6;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-6-span-2 {
  -ms-grid-column-span: 2;
  -ms-grid-column: 6;
      grid-column: 6/span 2;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-6-span-3 {
  -ms-grid-column-span: 3;
  -ms-grid-column: 6;
      grid-column: 6/span 3;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-6-span-4 {
  -ms-grid-column-span: 4;
  -ms-grid-column: 6;
      grid-column: 6/span 4;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-6-span-5 {
  -ms-grid-column-span: 5;
  -ms-grid-column: 6;
      grid-column: 6/span 5;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-6-span-6 {
  -ms-grid-column-span: 6;
  -ms-grid-column: 6;
      grid-column: 6/span 6;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-6-span-7 {
  -ms-grid-column-span: 7;
  -ms-grid-column: 6;
      grid-column: 6/span 7;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-6-span-8 {
  -ms-grid-column-span: 8;
  -ms-grid-column: 6;
      grid-column: 6/span 8;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-6-span-9 {
  -ms-grid-column-span: 9;
  -ms-grid-column: 6;
      grid-column: 6/span 9;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-6-span-10 {
  -ms-grid-column-span: 10;
  -ms-grid-column: 6;
      grid-column: 6/span 10;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-6-span-11 {
  -ms-grid-column-span: 11;
  -ms-grid-column: 6;
      grid-column: 6/span 11;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-6-span-12 {
  -ms-grid-column-span: 12;
  -ms-grid-column: 6;
      grid-column: 6/span 12;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-6-span-13 {
  -ms-grid-column-span: 13;
  -ms-grid-column: 6;
      grid-column: 6/span 13;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-6-span-14 {
  -ms-grid-column-span: 14;
  -ms-grid-column: 6;
      grid-column: 6/span 14;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-6-span-15 {
  -ms-grid-column-span: 15;
  -ms-grid-column: 6;
      grid-column: 6/span 15;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-6-span-16 {
  -ms-grid-column-span: 16;
  -ms-grid-column: 6;
      grid-column: 6/span 16;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-6-span-17 {
  -ms-grid-column-span: 17;
  -ms-grid-column: 6;
      grid-column: 6/span 17;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-6-span-18 {
  -ms-grid-column-span: 18;
  -ms-grid-column: 6;
      grid-column: 6/span 18;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-6-span-19 {
  -ms-grid-column-span: 19;
  -ms-grid-column: 6;
      grid-column: 6/span 19;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-6-span-20 {
  -ms-grid-column-span: 20;
  -ms-grid-column: 6;
      grid-column: 6/span 20;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-6-span-21 {
  -ms-grid-column-span: 21;
  -ms-grid-column: 6;
      grid-column: 6/span 21;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-6-span-22 {
  -ms-grid-column-span: 22;
  -ms-grid-column: 6;
      grid-column: 6/span 22;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-6-span-23 {
  -ms-grid-column-span: 23;
  -ms-grid-column: 6;
      grid-column: 6/span 23;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-6-span-24 {
  -ms-grid-column-span: 24;
  -ms-grid-column: 6;
      grid-column: 6/span 24;
}

/* line 48, app/styles/base/_grid.scss */
.grid.cols-7 {
  -ms-grid-columns: (auto)[7];
      grid-template-columns: repeat(7, auto);
}

/* line 52, app/styles/base/_grid.scss */
.grid.cols-7-flex {
  -ms-grid-columns: (minmax(0, 1fr))[7];
      grid-template-columns: repeat(7, minmax(0, 1fr));
}

/* line 56, app/styles/base/_grid.scss */
.grid .col-7 {
  -ms-grid-column: 7;
      grid-column: 7;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-7-span-2 {
  -ms-grid-column-span: 2;
  -ms-grid-column: 7;
      grid-column: 7/span 2;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-7-span-3 {
  -ms-grid-column-span: 3;
  -ms-grid-column: 7;
      grid-column: 7/span 3;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-7-span-4 {
  -ms-grid-column-span: 4;
  -ms-grid-column: 7;
      grid-column: 7/span 4;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-7-span-5 {
  -ms-grid-column-span: 5;
  -ms-grid-column: 7;
      grid-column: 7/span 5;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-7-span-6 {
  -ms-grid-column-span: 6;
  -ms-grid-column: 7;
      grid-column: 7/span 6;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-7-span-7 {
  -ms-grid-column-span: 7;
  -ms-grid-column: 7;
      grid-column: 7/span 7;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-7-span-8 {
  -ms-grid-column-span: 8;
  -ms-grid-column: 7;
      grid-column: 7/span 8;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-7-span-9 {
  -ms-grid-column-span: 9;
  -ms-grid-column: 7;
      grid-column: 7/span 9;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-7-span-10 {
  -ms-grid-column-span: 10;
  -ms-grid-column: 7;
      grid-column: 7/span 10;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-7-span-11 {
  -ms-grid-column-span: 11;
  -ms-grid-column: 7;
      grid-column: 7/span 11;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-7-span-12 {
  -ms-grid-column-span: 12;
  -ms-grid-column: 7;
      grid-column: 7/span 12;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-7-span-13 {
  -ms-grid-column-span: 13;
  -ms-grid-column: 7;
      grid-column: 7/span 13;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-7-span-14 {
  -ms-grid-column-span: 14;
  -ms-grid-column: 7;
      grid-column: 7/span 14;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-7-span-15 {
  -ms-grid-column-span: 15;
  -ms-grid-column: 7;
      grid-column: 7/span 15;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-7-span-16 {
  -ms-grid-column-span: 16;
  -ms-grid-column: 7;
      grid-column: 7/span 16;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-7-span-17 {
  -ms-grid-column-span: 17;
  -ms-grid-column: 7;
      grid-column: 7/span 17;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-7-span-18 {
  -ms-grid-column-span: 18;
  -ms-grid-column: 7;
      grid-column: 7/span 18;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-7-span-19 {
  -ms-grid-column-span: 19;
  -ms-grid-column: 7;
      grid-column: 7/span 19;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-7-span-20 {
  -ms-grid-column-span: 20;
  -ms-grid-column: 7;
      grid-column: 7/span 20;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-7-span-21 {
  -ms-grid-column-span: 21;
  -ms-grid-column: 7;
      grid-column: 7/span 21;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-7-span-22 {
  -ms-grid-column-span: 22;
  -ms-grid-column: 7;
      grid-column: 7/span 22;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-7-span-23 {
  -ms-grid-column-span: 23;
  -ms-grid-column: 7;
      grid-column: 7/span 23;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-7-span-24 {
  -ms-grid-column-span: 24;
  -ms-grid-column: 7;
      grid-column: 7/span 24;
}

/* line 48, app/styles/base/_grid.scss */
.grid.cols-8 {
  -ms-grid-columns: (auto)[8];
      grid-template-columns: repeat(8, auto);
}

/* line 52, app/styles/base/_grid.scss */
.grid.cols-8-flex {
  -ms-grid-columns: (minmax(0, 1fr))[8];
      grid-template-columns: repeat(8, minmax(0, 1fr));
}

/* line 56, app/styles/base/_grid.scss */
.grid .col-8 {
  -ms-grid-column: 8;
      grid-column: 8;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-8-span-2 {
  -ms-grid-column-span: 2;
  -ms-grid-column: 8;
      grid-column: 8/span 2;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-8-span-3 {
  -ms-grid-column-span: 3;
  -ms-grid-column: 8;
      grid-column: 8/span 3;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-8-span-4 {
  -ms-grid-column-span: 4;
  -ms-grid-column: 8;
      grid-column: 8/span 4;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-8-span-5 {
  -ms-grid-column-span: 5;
  -ms-grid-column: 8;
      grid-column: 8/span 5;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-8-span-6 {
  -ms-grid-column-span: 6;
  -ms-grid-column: 8;
      grid-column: 8/span 6;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-8-span-7 {
  -ms-grid-column-span: 7;
  -ms-grid-column: 8;
      grid-column: 8/span 7;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-8-span-8 {
  -ms-grid-column-span: 8;
  -ms-grid-column: 8;
      grid-column: 8/span 8;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-8-span-9 {
  -ms-grid-column-span: 9;
  -ms-grid-column: 8;
      grid-column: 8/span 9;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-8-span-10 {
  -ms-grid-column-span: 10;
  -ms-grid-column: 8;
      grid-column: 8/span 10;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-8-span-11 {
  -ms-grid-column-span: 11;
  -ms-grid-column: 8;
      grid-column: 8/span 11;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-8-span-12 {
  -ms-grid-column-span: 12;
  -ms-grid-column: 8;
      grid-column: 8/span 12;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-8-span-13 {
  -ms-grid-column-span: 13;
  -ms-grid-column: 8;
      grid-column: 8/span 13;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-8-span-14 {
  -ms-grid-column-span: 14;
  -ms-grid-column: 8;
      grid-column: 8/span 14;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-8-span-15 {
  -ms-grid-column-span: 15;
  -ms-grid-column: 8;
      grid-column: 8/span 15;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-8-span-16 {
  -ms-grid-column-span: 16;
  -ms-grid-column: 8;
      grid-column: 8/span 16;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-8-span-17 {
  -ms-grid-column-span: 17;
  -ms-grid-column: 8;
      grid-column: 8/span 17;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-8-span-18 {
  -ms-grid-column-span: 18;
  -ms-grid-column: 8;
      grid-column: 8/span 18;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-8-span-19 {
  -ms-grid-column-span: 19;
  -ms-grid-column: 8;
      grid-column: 8/span 19;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-8-span-20 {
  -ms-grid-column-span: 20;
  -ms-grid-column: 8;
      grid-column: 8/span 20;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-8-span-21 {
  -ms-grid-column-span: 21;
  -ms-grid-column: 8;
      grid-column: 8/span 21;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-8-span-22 {
  -ms-grid-column-span: 22;
  -ms-grid-column: 8;
      grid-column: 8/span 22;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-8-span-23 {
  -ms-grid-column-span: 23;
  -ms-grid-column: 8;
      grid-column: 8/span 23;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-8-span-24 {
  -ms-grid-column-span: 24;
  -ms-grid-column: 8;
      grid-column: 8/span 24;
}

/* line 48, app/styles/base/_grid.scss */
.grid.cols-9 {
  -ms-grid-columns: (auto)[9];
      grid-template-columns: repeat(9, auto);
}

/* line 52, app/styles/base/_grid.scss */
.grid.cols-9-flex {
  -ms-grid-columns: (minmax(0, 1fr))[9];
      grid-template-columns: repeat(9, minmax(0, 1fr));
}

/* line 56, app/styles/base/_grid.scss */
.grid .col-9 {
  -ms-grid-column: 9;
      grid-column: 9;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-9-span-2 {
  -ms-grid-column-span: 2;
  -ms-grid-column: 9;
      grid-column: 9/span 2;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-9-span-3 {
  -ms-grid-column-span: 3;
  -ms-grid-column: 9;
      grid-column: 9/span 3;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-9-span-4 {
  -ms-grid-column-span: 4;
  -ms-grid-column: 9;
      grid-column: 9/span 4;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-9-span-5 {
  -ms-grid-column-span: 5;
  -ms-grid-column: 9;
      grid-column: 9/span 5;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-9-span-6 {
  -ms-grid-column-span: 6;
  -ms-grid-column: 9;
      grid-column: 9/span 6;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-9-span-7 {
  -ms-grid-column-span: 7;
  -ms-grid-column: 9;
      grid-column: 9/span 7;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-9-span-8 {
  -ms-grid-column-span: 8;
  -ms-grid-column: 9;
      grid-column: 9/span 8;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-9-span-9 {
  -ms-grid-column-span: 9;
  -ms-grid-column: 9;
      grid-column: 9/span 9;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-9-span-10 {
  -ms-grid-column-span: 10;
  -ms-grid-column: 9;
      grid-column: 9/span 10;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-9-span-11 {
  -ms-grid-column-span: 11;
  -ms-grid-column: 9;
      grid-column: 9/span 11;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-9-span-12 {
  -ms-grid-column-span: 12;
  -ms-grid-column: 9;
      grid-column: 9/span 12;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-9-span-13 {
  -ms-grid-column-span: 13;
  -ms-grid-column: 9;
      grid-column: 9/span 13;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-9-span-14 {
  -ms-grid-column-span: 14;
  -ms-grid-column: 9;
      grid-column: 9/span 14;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-9-span-15 {
  -ms-grid-column-span: 15;
  -ms-grid-column: 9;
      grid-column: 9/span 15;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-9-span-16 {
  -ms-grid-column-span: 16;
  -ms-grid-column: 9;
      grid-column: 9/span 16;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-9-span-17 {
  -ms-grid-column-span: 17;
  -ms-grid-column: 9;
      grid-column: 9/span 17;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-9-span-18 {
  -ms-grid-column-span: 18;
  -ms-grid-column: 9;
      grid-column: 9/span 18;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-9-span-19 {
  -ms-grid-column-span: 19;
  -ms-grid-column: 9;
      grid-column: 9/span 19;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-9-span-20 {
  -ms-grid-column-span: 20;
  -ms-grid-column: 9;
      grid-column: 9/span 20;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-9-span-21 {
  -ms-grid-column-span: 21;
  -ms-grid-column: 9;
      grid-column: 9/span 21;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-9-span-22 {
  -ms-grid-column-span: 22;
  -ms-grid-column: 9;
      grid-column: 9/span 22;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-9-span-23 {
  -ms-grid-column-span: 23;
  -ms-grid-column: 9;
      grid-column: 9/span 23;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-9-span-24 {
  -ms-grid-column-span: 24;
  -ms-grid-column: 9;
      grid-column: 9/span 24;
}

/* line 48, app/styles/base/_grid.scss */
.grid.cols-10 {
  -ms-grid-columns: (auto)[10];
      grid-template-columns: repeat(10, auto);
}

/* line 52, app/styles/base/_grid.scss */
.grid.cols-10-flex {
  -ms-grid-columns: (minmax(0, 1fr))[10];
      grid-template-columns: repeat(10, minmax(0, 1fr));
}

/* line 56, app/styles/base/_grid.scss */
.grid .col-10 {
  -ms-grid-column: 10;
      grid-column: 10;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-10-span-2 {
  -ms-grid-column-span: 2;
  -ms-grid-column: 10;
      grid-column: 10/span 2;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-10-span-3 {
  -ms-grid-column-span: 3;
  -ms-grid-column: 10;
      grid-column: 10/span 3;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-10-span-4 {
  -ms-grid-column-span: 4;
  -ms-grid-column: 10;
      grid-column: 10/span 4;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-10-span-5 {
  -ms-grid-column-span: 5;
  -ms-grid-column: 10;
      grid-column: 10/span 5;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-10-span-6 {
  -ms-grid-column-span: 6;
  -ms-grid-column: 10;
      grid-column: 10/span 6;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-10-span-7 {
  -ms-grid-column-span: 7;
  -ms-grid-column: 10;
      grid-column: 10/span 7;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-10-span-8 {
  -ms-grid-column-span: 8;
  -ms-grid-column: 10;
      grid-column: 10/span 8;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-10-span-9 {
  -ms-grid-column-span: 9;
  -ms-grid-column: 10;
      grid-column: 10/span 9;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-10-span-10 {
  -ms-grid-column-span: 10;
  -ms-grid-column: 10;
      grid-column: 10/span 10;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-10-span-11 {
  -ms-grid-column-span: 11;
  -ms-grid-column: 10;
      grid-column: 10/span 11;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-10-span-12 {
  -ms-grid-column-span: 12;
  -ms-grid-column: 10;
      grid-column: 10/span 12;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-10-span-13 {
  -ms-grid-column-span: 13;
  -ms-grid-column: 10;
      grid-column: 10/span 13;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-10-span-14 {
  -ms-grid-column-span: 14;
  -ms-grid-column: 10;
      grid-column: 10/span 14;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-10-span-15 {
  -ms-grid-column-span: 15;
  -ms-grid-column: 10;
      grid-column: 10/span 15;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-10-span-16 {
  -ms-grid-column-span: 16;
  -ms-grid-column: 10;
      grid-column: 10/span 16;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-10-span-17 {
  -ms-grid-column-span: 17;
  -ms-grid-column: 10;
      grid-column: 10/span 17;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-10-span-18 {
  -ms-grid-column-span: 18;
  -ms-grid-column: 10;
      grid-column: 10/span 18;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-10-span-19 {
  -ms-grid-column-span: 19;
  -ms-grid-column: 10;
      grid-column: 10/span 19;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-10-span-20 {
  -ms-grid-column-span: 20;
  -ms-grid-column: 10;
      grid-column: 10/span 20;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-10-span-21 {
  -ms-grid-column-span: 21;
  -ms-grid-column: 10;
      grid-column: 10/span 21;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-10-span-22 {
  -ms-grid-column-span: 22;
  -ms-grid-column: 10;
      grid-column: 10/span 22;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-10-span-23 {
  -ms-grid-column-span: 23;
  -ms-grid-column: 10;
      grid-column: 10/span 23;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-10-span-24 {
  -ms-grid-column-span: 24;
  -ms-grid-column: 10;
      grid-column: 10/span 24;
}

/* line 48, app/styles/base/_grid.scss */
.grid.cols-11 {
  -ms-grid-columns: (auto)[11];
      grid-template-columns: repeat(11, auto);
}

/* line 52, app/styles/base/_grid.scss */
.grid.cols-11-flex {
  -ms-grid-columns: (minmax(0, 1fr))[11];
      grid-template-columns: repeat(11, minmax(0, 1fr));
}

/* line 56, app/styles/base/_grid.scss */
.grid .col-11 {
  -ms-grid-column: 11;
      grid-column: 11;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-11-span-2 {
  -ms-grid-column-span: 2;
  -ms-grid-column: 11;
      grid-column: 11/span 2;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-11-span-3 {
  -ms-grid-column-span: 3;
  -ms-grid-column: 11;
      grid-column: 11/span 3;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-11-span-4 {
  -ms-grid-column-span: 4;
  -ms-grid-column: 11;
      grid-column: 11/span 4;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-11-span-5 {
  -ms-grid-column-span: 5;
  -ms-grid-column: 11;
      grid-column: 11/span 5;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-11-span-6 {
  -ms-grid-column-span: 6;
  -ms-grid-column: 11;
      grid-column: 11/span 6;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-11-span-7 {
  -ms-grid-column-span: 7;
  -ms-grid-column: 11;
      grid-column: 11/span 7;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-11-span-8 {
  -ms-grid-column-span: 8;
  -ms-grid-column: 11;
      grid-column: 11/span 8;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-11-span-9 {
  -ms-grid-column-span: 9;
  -ms-grid-column: 11;
      grid-column: 11/span 9;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-11-span-10 {
  -ms-grid-column-span: 10;
  -ms-grid-column: 11;
      grid-column: 11/span 10;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-11-span-11 {
  -ms-grid-column-span: 11;
  -ms-grid-column: 11;
      grid-column: 11/span 11;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-11-span-12 {
  -ms-grid-column-span: 12;
  -ms-grid-column: 11;
      grid-column: 11/span 12;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-11-span-13 {
  -ms-grid-column-span: 13;
  -ms-grid-column: 11;
      grid-column: 11/span 13;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-11-span-14 {
  -ms-grid-column-span: 14;
  -ms-grid-column: 11;
      grid-column: 11/span 14;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-11-span-15 {
  -ms-grid-column-span: 15;
  -ms-grid-column: 11;
      grid-column: 11/span 15;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-11-span-16 {
  -ms-grid-column-span: 16;
  -ms-grid-column: 11;
      grid-column: 11/span 16;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-11-span-17 {
  -ms-grid-column-span: 17;
  -ms-grid-column: 11;
      grid-column: 11/span 17;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-11-span-18 {
  -ms-grid-column-span: 18;
  -ms-grid-column: 11;
      grid-column: 11/span 18;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-11-span-19 {
  -ms-grid-column-span: 19;
  -ms-grid-column: 11;
      grid-column: 11/span 19;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-11-span-20 {
  -ms-grid-column-span: 20;
  -ms-grid-column: 11;
      grid-column: 11/span 20;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-11-span-21 {
  -ms-grid-column-span: 21;
  -ms-grid-column: 11;
      grid-column: 11/span 21;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-11-span-22 {
  -ms-grid-column-span: 22;
  -ms-grid-column: 11;
      grid-column: 11/span 22;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-11-span-23 {
  -ms-grid-column-span: 23;
  -ms-grid-column: 11;
      grid-column: 11/span 23;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-11-span-24 {
  -ms-grid-column-span: 24;
  -ms-grid-column: 11;
      grid-column: 11/span 24;
}

/* line 48, app/styles/base/_grid.scss */
.grid.cols-12 {
  -ms-grid-columns: (auto)[12];
      grid-template-columns: repeat(12, auto);
}

/* line 52, app/styles/base/_grid.scss */
.grid.cols-12-flex {
  -ms-grid-columns: (minmax(0, 1fr))[12];
      grid-template-columns: repeat(12, minmax(0, 1fr));
}

/* line 56, app/styles/base/_grid.scss */
.grid .col-12 {
  -ms-grid-column: 12;
      grid-column: 12;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-12-span-2 {
  -ms-grid-column-span: 2;
  -ms-grid-column: 12;
      grid-column: 12/span 2;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-12-span-3 {
  -ms-grid-column-span: 3;
  -ms-grid-column: 12;
      grid-column: 12/span 3;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-12-span-4 {
  -ms-grid-column-span: 4;
  -ms-grid-column: 12;
      grid-column: 12/span 4;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-12-span-5 {
  -ms-grid-column-span: 5;
  -ms-grid-column: 12;
      grid-column: 12/span 5;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-12-span-6 {
  -ms-grid-column-span: 6;
  -ms-grid-column: 12;
      grid-column: 12/span 6;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-12-span-7 {
  -ms-grid-column-span: 7;
  -ms-grid-column: 12;
      grid-column: 12/span 7;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-12-span-8 {
  -ms-grid-column-span: 8;
  -ms-grid-column: 12;
      grid-column: 12/span 8;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-12-span-9 {
  -ms-grid-column-span: 9;
  -ms-grid-column: 12;
      grid-column: 12/span 9;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-12-span-10 {
  -ms-grid-column-span: 10;
  -ms-grid-column: 12;
      grid-column: 12/span 10;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-12-span-11 {
  -ms-grid-column-span: 11;
  -ms-grid-column: 12;
      grid-column: 12/span 11;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-12-span-12 {
  -ms-grid-column-span: 12;
  -ms-grid-column: 12;
      grid-column: 12/span 12;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-12-span-13 {
  -ms-grid-column-span: 13;
  -ms-grid-column: 12;
      grid-column: 12/span 13;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-12-span-14 {
  -ms-grid-column-span: 14;
  -ms-grid-column: 12;
      grid-column: 12/span 14;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-12-span-15 {
  -ms-grid-column-span: 15;
  -ms-grid-column: 12;
      grid-column: 12/span 15;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-12-span-16 {
  -ms-grid-column-span: 16;
  -ms-grid-column: 12;
      grid-column: 12/span 16;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-12-span-17 {
  -ms-grid-column-span: 17;
  -ms-grid-column: 12;
      grid-column: 12/span 17;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-12-span-18 {
  -ms-grid-column-span: 18;
  -ms-grid-column: 12;
      grid-column: 12/span 18;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-12-span-19 {
  -ms-grid-column-span: 19;
  -ms-grid-column: 12;
      grid-column: 12/span 19;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-12-span-20 {
  -ms-grid-column-span: 20;
  -ms-grid-column: 12;
      grid-column: 12/span 20;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-12-span-21 {
  -ms-grid-column-span: 21;
  -ms-grid-column: 12;
      grid-column: 12/span 21;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-12-span-22 {
  -ms-grid-column-span: 22;
  -ms-grid-column: 12;
      grid-column: 12/span 22;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-12-span-23 {
  -ms-grid-column-span: 23;
  -ms-grid-column: 12;
      grid-column: 12/span 23;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-12-span-24 {
  -ms-grid-column-span: 24;
  -ms-grid-column: 12;
      grid-column: 12/span 24;
}

/* line 48, app/styles/base/_grid.scss */
.grid.cols-13 {
  -ms-grid-columns: (auto)[13];
      grid-template-columns: repeat(13, auto);
}

/* line 52, app/styles/base/_grid.scss */
.grid.cols-13-flex {
  -ms-grid-columns: (minmax(0, 1fr))[13];
      grid-template-columns: repeat(13, minmax(0, 1fr));
}

/* line 56, app/styles/base/_grid.scss */
.grid .col-13 {
  -ms-grid-column: 13;
      grid-column: 13;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-13-span-2 {
  -ms-grid-column-span: 2;
  -ms-grid-column: 13;
      grid-column: 13/span 2;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-13-span-3 {
  -ms-grid-column-span: 3;
  -ms-grid-column: 13;
      grid-column: 13/span 3;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-13-span-4 {
  -ms-grid-column-span: 4;
  -ms-grid-column: 13;
      grid-column: 13/span 4;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-13-span-5 {
  -ms-grid-column-span: 5;
  -ms-grid-column: 13;
      grid-column: 13/span 5;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-13-span-6 {
  -ms-grid-column-span: 6;
  -ms-grid-column: 13;
      grid-column: 13/span 6;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-13-span-7 {
  -ms-grid-column-span: 7;
  -ms-grid-column: 13;
      grid-column: 13/span 7;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-13-span-8 {
  -ms-grid-column-span: 8;
  -ms-grid-column: 13;
      grid-column: 13/span 8;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-13-span-9 {
  -ms-grid-column-span: 9;
  -ms-grid-column: 13;
      grid-column: 13/span 9;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-13-span-10 {
  -ms-grid-column-span: 10;
  -ms-grid-column: 13;
      grid-column: 13/span 10;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-13-span-11 {
  -ms-grid-column-span: 11;
  -ms-grid-column: 13;
      grid-column: 13/span 11;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-13-span-12 {
  -ms-grid-column-span: 12;
  -ms-grid-column: 13;
      grid-column: 13/span 12;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-13-span-13 {
  -ms-grid-column-span: 13;
  -ms-grid-column: 13;
      grid-column: 13/span 13;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-13-span-14 {
  -ms-grid-column-span: 14;
  -ms-grid-column: 13;
      grid-column: 13/span 14;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-13-span-15 {
  -ms-grid-column-span: 15;
  -ms-grid-column: 13;
      grid-column: 13/span 15;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-13-span-16 {
  -ms-grid-column-span: 16;
  -ms-grid-column: 13;
      grid-column: 13/span 16;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-13-span-17 {
  -ms-grid-column-span: 17;
  -ms-grid-column: 13;
      grid-column: 13/span 17;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-13-span-18 {
  -ms-grid-column-span: 18;
  -ms-grid-column: 13;
      grid-column: 13/span 18;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-13-span-19 {
  -ms-grid-column-span: 19;
  -ms-grid-column: 13;
      grid-column: 13/span 19;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-13-span-20 {
  -ms-grid-column-span: 20;
  -ms-grid-column: 13;
      grid-column: 13/span 20;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-13-span-21 {
  -ms-grid-column-span: 21;
  -ms-grid-column: 13;
      grid-column: 13/span 21;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-13-span-22 {
  -ms-grid-column-span: 22;
  -ms-grid-column: 13;
      grid-column: 13/span 22;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-13-span-23 {
  -ms-grid-column-span: 23;
  -ms-grid-column: 13;
      grid-column: 13/span 23;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-13-span-24 {
  -ms-grid-column-span: 24;
  -ms-grid-column: 13;
      grid-column: 13/span 24;
}

/* line 48, app/styles/base/_grid.scss */
.grid.cols-14 {
  -ms-grid-columns: (auto)[14];
      grid-template-columns: repeat(14, auto);
}

/* line 52, app/styles/base/_grid.scss */
.grid.cols-14-flex {
  -ms-grid-columns: (minmax(0, 1fr))[14];
      grid-template-columns: repeat(14, minmax(0, 1fr));
}

/* line 56, app/styles/base/_grid.scss */
.grid .col-14 {
  -ms-grid-column: 14;
      grid-column: 14;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-14-span-2 {
  -ms-grid-column-span: 2;
  -ms-grid-column: 14;
      grid-column: 14/span 2;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-14-span-3 {
  -ms-grid-column-span: 3;
  -ms-grid-column: 14;
      grid-column: 14/span 3;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-14-span-4 {
  -ms-grid-column-span: 4;
  -ms-grid-column: 14;
      grid-column: 14/span 4;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-14-span-5 {
  -ms-grid-column-span: 5;
  -ms-grid-column: 14;
      grid-column: 14/span 5;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-14-span-6 {
  -ms-grid-column-span: 6;
  -ms-grid-column: 14;
      grid-column: 14/span 6;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-14-span-7 {
  -ms-grid-column-span: 7;
  -ms-grid-column: 14;
      grid-column: 14/span 7;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-14-span-8 {
  -ms-grid-column-span: 8;
  -ms-grid-column: 14;
      grid-column: 14/span 8;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-14-span-9 {
  -ms-grid-column-span: 9;
  -ms-grid-column: 14;
      grid-column: 14/span 9;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-14-span-10 {
  -ms-grid-column-span: 10;
  -ms-grid-column: 14;
      grid-column: 14/span 10;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-14-span-11 {
  -ms-grid-column-span: 11;
  -ms-grid-column: 14;
      grid-column: 14/span 11;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-14-span-12 {
  -ms-grid-column-span: 12;
  -ms-grid-column: 14;
      grid-column: 14/span 12;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-14-span-13 {
  -ms-grid-column-span: 13;
  -ms-grid-column: 14;
      grid-column: 14/span 13;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-14-span-14 {
  -ms-grid-column-span: 14;
  -ms-grid-column: 14;
      grid-column: 14/span 14;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-14-span-15 {
  -ms-grid-column-span: 15;
  -ms-grid-column: 14;
      grid-column: 14/span 15;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-14-span-16 {
  -ms-grid-column-span: 16;
  -ms-grid-column: 14;
      grid-column: 14/span 16;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-14-span-17 {
  -ms-grid-column-span: 17;
  -ms-grid-column: 14;
      grid-column: 14/span 17;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-14-span-18 {
  -ms-grid-column-span: 18;
  -ms-grid-column: 14;
      grid-column: 14/span 18;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-14-span-19 {
  -ms-grid-column-span: 19;
  -ms-grid-column: 14;
      grid-column: 14/span 19;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-14-span-20 {
  -ms-grid-column-span: 20;
  -ms-grid-column: 14;
      grid-column: 14/span 20;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-14-span-21 {
  -ms-grid-column-span: 21;
  -ms-grid-column: 14;
      grid-column: 14/span 21;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-14-span-22 {
  -ms-grid-column-span: 22;
  -ms-grid-column: 14;
      grid-column: 14/span 22;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-14-span-23 {
  -ms-grid-column-span: 23;
  -ms-grid-column: 14;
      grid-column: 14/span 23;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-14-span-24 {
  -ms-grid-column-span: 24;
  -ms-grid-column: 14;
      grid-column: 14/span 24;
}

/* line 48, app/styles/base/_grid.scss */
.grid.cols-15 {
  -ms-grid-columns: (auto)[15];
      grid-template-columns: repeat(15, auto);
}

/* line 52, app/styles/base/_grid.scss */
.grid.cols-15-flex {
  -ms-grid-columns: (minmax(0, 1fr))[15];
      grid-template-columns: repeat(15, minmax(0, 1fr));
}

/* line 56, app/styles/base/_grid.scss */
.grid .col-15 {
  -ms-grid-column: 15;
      grid-column: 15;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-15-span-2 {
  -ms-grid-column-span: 2;
  -ms-grid-column: 15;
      grid-column: 15/span 2;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-15-span-3 {
  -ms-grid-column-span: 3;
  -ms-grid-column: 15;
      grid-column: 15/span 3;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-15-span-4 {
  -ms-grid-column-span: 4;
  -ms-grid-column: 15;
      grid-column: 15/span 4;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-15-span-5 {
  -ms-grid-column-span: 5;
  -ms-grid-column: 15;
      grid-column: 15/span 5;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-15-span-6 {
  -ms-grid-column-span: 6;
  -ms-grid-column: 15;
      grid-column: 15/span 6;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-15-span-7 {
  -ms-grid-column-span: 7;
  -ms-grid-column: 15;
      grid-column: 15/span 7;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-15-span-8 {
  -ms-grid-column-span: 8;
  -ms-grid-column: 15;
      grid-column: 15/span 8;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-15-span-9 {
  -ms-grid-column-span: 9;
  -ms-grid-column: 15;
      grid-column: 15/span 9;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-15-span-10 {
  -ms-grid-column-span: 10;
  -ms-grid-column: 15;
      grid-column: 15/span 10;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-15-span-11 {
  -ms-grid-column-span: 11;
  -ms-grid-column: 15;
      grid-column: 15/span 11;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-15-span-12 {
  -ms-grid-column-span: 12;
  -ms-grid-column: 15;
      grid-column: 15/span 12;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-15-span-13 {
  -ms-grid-column-span: 13;
  -ms-grid-column: 15;
      grid-column: 15/span 13;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-15-span-14 {
  -ms-grid-column-span: 14;
  -ms-grid-column: 15;
      grid-column: 15/span 14;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-15-span-15 {
  -ms-grid-column-span: 15;
  -ms-grid-column: 15;
      grid-column: 15/span 15;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-15-span-16 {
  -ms-grid-column-span: 16;
  -ms-grid-column: 15;
      grid-column: 15/span 16;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-15-span-17 {
  -ms-grid-column-span: 17;
  -ms-grid-column: 15;
      grid-column: 15/span 17;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-15-span-18 {
  -ms-grid-column-span: 18;
  -ms-grid-column: 15;
      grid-column: 15/span 18;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-15-span-19 {
  -ms-grid-column-span: 19;
  -ms-grid-column: 15;
      grid-column: 15/span 19;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-15-span-20 {
  -ms-grid-column-span: 20;
  -ms-grid-column: 15;
      grid-column: 15/span 20;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-15-span-21 {
  -ms-grid-column-span: 21;
  -ms-grid-column: 15;
      grid-column: 15/span 21;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-15-span-22 {
  -ms-grid-column-span: 22;
  -ms-grid-column: 15;
      grid-column: 15/span 22;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-15-span-23 {
  -ms-grid-column-span: 23;
  -ms-grid-column: 15;
      grid-column: 15/span 23;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-15-span-24 {
  -ms-grid-column-span: 24;
  -ms-grid-column: 15;
      grid-column: 15/span 24;
}

/* line 48, app/styles/base/_grid.scss */
.grid.cols-16 {
  -ms-grid-columns: (auto)[16];
      grid-template-columns: repeat(16, auto);
}

/* line 52, app/styles/base/_grid.scss */
.grid.cols-16-flex {
  -ms-grid-columns: (minmax(0, 1fr))[16];
      grid-template-columns: repeat(16, minmax(0, 1fr));
}

/* line 56, app/styles/base/_grid.scss */
.grid .col-16 {
  -ms-grid-column: 16;
      grid-column: 16;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-16-span-2 {
  -ms-grid-column-span: 2;
  -ms-grid-column: 16;
      grid-column: 16/span 2;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-16-span-3 {
  -ms-grid-column-span: 3;
  -ms-grid-column: 16;
      grid-column: 16/span 3;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-16-span-4 {
  -ms-grid-column-span: 4;
  -ms-grid-column: 16;
      grid-column: 16/span 4;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-16-span-5 {
  -ms-grid-column-span: 5;
  -ms-grid-column: 16;
      grid-column: 16/span 5;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-16-span-6 {
  -ms-grid-column-span: 6;
  -ms-grid-column: 16;
      grid-column: 16/span 6;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-16-span-7 {
  -ms-grid-column-span: 7;
  -ms-grid-column: 16;
      grid-column: 16/span 7;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-16-span-8 {
  -ms-grid-column-span: 8;
  -ms-grid-column: 16;
      grid-column: 16/span 8;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-16-span-9 {
  -ms-grid-column-span: 9;
  -ms-grid-column: 16;
      grid-column: 16/span 9;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-16-span-10 {
  -ms-grid-column-span: 10;
  -ms-grid-column: 16;
      grid-column: 16/span 10;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-16-span-11 {
  -ms-grid-column-span: 11;
  -ms-grid-column: 16;
      grid-column: 16/span 11;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-16-span-12 {
  -ms-grid-column-span: 12;
  -ms-grid-column: 16;
      grid-column: 16/span 12;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-16-span-13 {
  -ms-grid-column-span: 13;
  -ms-grid-column: 16;
      grid-column: 16/span 13;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-16-span-14 {
  -ms-grid-column-span: 14;
  -ms-grid-column: 16;
      grid-column: 16/span 14;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-16-span-15 {
  -ms-grid-column-span: 15;
  -ms-grid-column: 16;
      grid-column: 16/span 15;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-16-span-16 {
  -ms-grid-column-span: 16;
  -ms-grid-column: 16;
      grid-column: 16/span 16;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-16-span-17 {
  -ms-grid-column-span: 17;
  -ms-grid-column: 16;
      grid-column: 16/span 17;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-16-span-18 {
  -ms-grid-column-span: 18;
  -ms-grid-column: 16;
      grid-column: 16/span 18;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-16-span-19 {
  -ms-grid-column-span: 19;
  -ms-grid-column: 16;
      grid-column: 16/span 19;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-16-span-20 {
  -ms-grid-column-span: 20;
  -ms-grid-column: 16;
      grid-column: 16/span 20;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-16-span-21 {
  -ms-grid-column-span: 21;
  -ms-grid-column: 16;
      grid-column: 16/span 21;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-16-span-22 {
  -ms-grid-column-span: 22;
  -ms-grid-column: 16;
      grid-column: 16/span 22;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-16-span-23 {
  -ms-grid-column-span: 23;
  -ms-grid-column: 16;
      grid-column: 16/span 23;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-16-span-24 {
  -ms-grid-column-span: 24;
  -ms-grid-column: 16;
      grid-column: 16/span 24;
}

/* line 48, app/styles/base/_grid.scss */
.grid.cols-17 {
  -ms-grid-columns: (auto)[17];
      grid-template-columns: repeat(17, auto);
}

/* line 52, app/styles/base/_grid.scss */
.grid.cols-17-flex {
  -ms-grid-columns: (minmax(0, 1fr))[17];
      grid-template-columns: repeat(17, minmax(0, 1fr));
}

/* line 56, app/styles/base/_grid.scss */
.grid .col-17 {
  -ms-grid-column: 17;
      grid-column: 17;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-17-span-2 {
  -ms-grid-column-span: 2;
  -ms-grid-column: 17;
      grid-column: 17/span 2;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-17-span-3 {
  -ms-grid-column-span: 3;
  -ms-grid-column: 17;
      grid-column: 17/span 3;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-17-span-4 {
  -ms-grid-column-span: 4;
  -ms-grid-column: 17;
      grid-column: 17/span 4;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-17-span-5 {
  -ms-grid-column-span: 5;
  -ms-grid-column: 17;
      grid-column: 17/span 5;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-17-span-6 {
  -ms-grid-column-span: 6;
  -ms-grid-column: 17;
      grid-column: 17/span 6;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-17-span-7 {
  -ms-grid-column-span: 7;
  -ms-grid-column: 17;
      grid-column: 17/span 7;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-17-span-8 {
  -ms-grid-column-span: 8;
  -ms-grid-column: 17;
      grid-column: 17/span 8;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-17-span-9 {
  -ms-grid-column-span: 9;
  -ms-grid-column: 17;
      grid-column: 17/span 9;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-17-span-10 {
  -ms-grid-column-span: 10;
  -ms-grid-column: 17;
      grid-column: 17/span 10;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-17-span-11 {
  -ms-grid-column-span: 11;
  -ms-grid-column: 17;
      grid-column: 17/span 11;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-17-span-12 {
  -ms-grid-column-span: 12;
  -ms-grid-column: 17;
      grid-column: 17/span 12;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-17-span-13 {
  -ms-grid-column-span: 13;
  -ms-grid-column: 17;
      grid-column: 17/span 13;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-17-span-14 {
  -ms-grid-column-span: 14;
  -ms-grid-column: 17;
      grid-column: 17/span 14;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-17-span-15 {
  -ms-grid-column-span: 15;
  -ms-grid-column: 17;
      grid-column: 17/span 15;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-17-span-16 {
  -ms-grid-column-span: 16;
  -ms-grid-column: 17;
      grid-column: 17/span 16;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-17-span-17 {
  -ms-grid-column-span: 17;
  -ms-grid-column: 17;
      grid-column: 17/span 17;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-17-span-18 {
  -ms-grid-column-span: 18;
  -ms-grid-column: 17;
      grid-column: 17/span 18;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-17-span-19 {
  -ms-grid-column-span: 19;
  -ms-grid-column: 17;
      grid-column: 17/span 19;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-17-span-20 {
  -ms-grid-column-span: 20;
  -ms-grid-column: 17;
      grid-column: 17/span 20;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-17-span-21 {
  -ms-grid-column-span: 21;
  -ms-grid-column: 17;
      grid-column: 17/span 21;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-17-span-22 {
  -ms-grid-column-span: 22;
  -ms-grid-column: 17;
      grid-column: 17/span 22;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-17-span-23 {
  -ms-grid-column-span: 23;
  -ms-grid-column: 17;
      grid-column: 17/span 23;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-17-span-24 {
  -ms-grid-column-span: 24;
  -ms-grid-column: 17;
      grid-column: 17/span 24;
}

/* line 48, app/styles/base/_grid.scss */
.grid.cols-18 {
  -ms-grid-columns: (auto)[18];
      grid-template-columns: repeat(18, auto);
}

/* line 52, app/styles/base/_grid.scss */
.grid.cols-18-flex {
  -ms-grid-columns: (minmax(0, 1fr))[18];
      grid-template-columns: repeat(18, minmax(0, 1fr));
}

/* line 56, app/styles/base/_grid.scss */
.grid .col-18 {
  -ms-grid-column: 18;
      grid-column: 18;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-18-span-2 {
  -ms-grid-column-span: 2;
  -ms-grid-column: 18;
      grid-column: 18/span 2;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-18-span-3 {
  -ms-grid-column-span: 3;
  -ms-grid-column: 18;
      grid-column: 18/span 3;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-18-span-4 {
  -ms-grid-column-span: 4;
  -ms-grid-column: 18;
      grid-column: 18/span 4;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-18-span-5 {
  -ms-grid-column-span: 5;
  -ms-grid-column: 18;
      grid-column: 18/span 5;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-18-span-6 {
  -ms-grid-column-span: 6;
  -ms-grid-column: 18;
      grid-column: 18/span 6;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-18-span-7 {
  -ms-grid-column-span: 7;
  -ms-grid-column: 18;
      grid-column: 18/span 7;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-18-span-8 {
  -ms-grid-column-span: 8;
  -ms-grid-column: 18;
      grid-column: 18/span 8;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-18-span-9 {
  -ms-grid-column-span: 9;
  -ms-grid-column: 18;
      grid-column: 18/span 9;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-18-span-10 {
  -ms-grid-column-span: 10;
  -ms-grid-column: 18;
      grid-column: 18/span 10;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-18-span-11 {
  -ms-grid-column-span: 11;
  -ms-grid-column: 18;
      grid-column: 18/span 11;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-18-span-12 {
  -ms-grid-column-span: 12;
  -ms-grid-column: 18;
      grid-column: 18/span 12;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-18-span-13 {
  -ms-grid-column-span: 13;
  -ms-grid-column: 18;
      grid-column: 18/span 13;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-18-span-14 {
  -ms-grid-column-span: 14;
  -ms-grid-column: 18;
      grid-column: 18/span 14;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-18-span-15 {
  -ms-grid-column-span: 15;
  -ms-grid-column: 18;
      grid-column: 18/span 15;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-18-span-16 {
  -ms-grid-column-span: 16;
  -ms-grid-column: 18;
      grid-column: 18/span 16;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-18-span-17 {
  -ms-grid-column-span: 17;
  -ms-grid-column: 18;
      grid-column: 18/span 17;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-18-span-18 {
  -ms-grid-column-span: 18;
  -ms-grid-column: 18;
      grid-column: 18/span 18;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-18-span-19 {
  -ms-grid-column-span: 19;
  -ms-grid-column: 18;
      grid-column: 18/span 19;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-18-span-20 {
  -ms-grid-column-span: 20;
  -ms-grid-column: 18;
      grid-column: 18/span 20;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-18-span-21 {
  -ms-grid-column-span: 21;
  -ms-grid-column: 18;
      grid-column: 18/span 21;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-18-span-22 {
  -ms-grid-column-span: 22;
  -ms-grid-column: 18;
      grid-column: 18/span 22;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-18-span-23 {
  -ms-grid-column-span: 23;
  -ms-grid-column: 18;
      grid-column: 18/span 23;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-18-span-24 {
  -ms-grid-column-span: 24;
  -ms-grid-column: 18;
      grid-column: 18/span 24;
}

/* line 48, app/styles/base/_grid.scss */
.grid.cols-19 {
  -ms-grid-columns: (auto)[19];
      grid-template-columns: repeat(19, auto);
}

/* line 52, app/styles/base/_grid.scss */
.grid.cols-19-flex {
  -ms-grid-columns: (minmax(0, 1fr))[19];
      grid-template-columns: repeat(19, minmax(0, 1fr));
}

/* line 56, app/styles/base/_grid.scss */
.grid .col-19 {
  -ms-grid-column: 19;
      grid-column: 19;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-19-span-2 {
  -ms-grid-column-span: 2;
  -ms-grid-column: 19;
      grid-column: 19/span 2;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-19-span-3 {
  -ms-grid-column-span: 3;
  -ms-grid-column: 19;
      grid-column: 19/span 3;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-19-span-4 {
  -ms-grid-column-span: 4;
  -ms-grid-column: 19;
      grid-column: 19/span 4;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-19-span-5 {
  -ms-grid-column-span: 5;
  -ms-grid-column: 19;
      grid-column: 19/span 5;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-19-span-6 {
  -ms-grid-column-span: 6;
  -ms-grid-column: 19;
      grid-column: 19/span 6;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-19-span-7 {
  -ms-grid-column-span: 7;
  -ms-grid-column: 19;
      grid-column: 19/span 7;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-19-span-8 {
  -ms-grid-column-span: 8;
  -ms-grid-column: 19;
      grid-column: 19/span 8;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-19-span-9 {
  -ms-grid-column-span: 9;
  -ms-grid-column: 19;
      grid-column: 19/span 9;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-19-span-10 {
  -ms-grid-column-span: 10;
  -ms-grid-column: 19;
      grid-column: 19/span 10;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-19-span-11 {
  -ms-grid-column-span: 11;
  -ms-grid-column: 19;
      grid-column: 19/span 11;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-19-span-12 {
  -ms-grid-column-span: 12;
  -ms-grid-column: 19;
      grid-column: 19/span 12;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-19-span-13 {
  -ms-grid-column-span: 13;
  -ms-grid-column: 19;
      grid-column: 19/span 13;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-19-span-14 {
  -ms-grid-column-span: 14;
  -ms-grid-column: 19;
      grid-column: 19/span 14;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-19-span-15 {
  -ms-grid-column-span: 15;
  -ms-grid-column: 19;
      grid-column: 19/span 15;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-19-span-16 {
  -ms-grid-column-span: 16;
  -ms-grid-column: 19;
      grid-column: 19/span 16;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-19-span-17 {
  -ms-grid-column-span: 17;
  -ms-grid-column: 19;
      grid-column: 19/span 17;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-19-span-18 {
  -ms-grid-column-span: 18;
  -ms-grid-column: 19;
      grid-column: 19/span 18;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-19-span-19 {
  -ms-grid-column-span: 19;
  -ms-grid-column: 19;
      grid-column: 19/span 19;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-19-span-20 {
  -ms-grid-column-span: 20;
  -ms-grid-column: 19;
      grid-column: 19/span 20;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-19-span-21 {
  -ms-grid-column-span: 21;
  -ms-grid-column: 19;
      grid-column: 19/span 21;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-19-span-22 {
  -ms-grid-column-span: 22;
  -ms-grid-column: 19;
      grid-column: 19/span 22;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-19-span-23 {
  -ms-grid-column-span: 23;
  -ms-grid-column: 19;
      grid-column: 19/span 23;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-19-span-24 {
  -ms-grid-column-span: 24;
  -ms-grid-column: 19;
      grid-column: 19/span 24;
}

/* line 48, app/styles/base/_grid.scss */
.grid.cols-20 {
  -ms-grid-columns: (auto)[20];
      grid-template-columns: repeat(20, auto);
}

/* line 52, app/styles/base/_grid.scss */
.grid.cols-20-flex {
  -ms-grid-columns: (minmax(0, 1fr))[20];
      grid-template-columns: repeat(20, minmax(0, 1fr));
}

/* line 56, app/styles/base/_grid.scss */
.grid .col-20 {
  -ms-grid-column: 20;
      grid-column: 20;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-20-span-2 {
  -ms-grid-column-span: 2;
  -ms-grid-column: 20;
      grid-column: 20/span 2;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-20-span-3 {
  -ms-grid-column-span: 3;
  -ms-grid-column: 20;
      grid-column: 20/span 3;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-20-span-4 {
  -ms-grid-column-span: 4;
  -ms-grid-column: 20;
      grid-column: 20/span 4;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-20-span-5 {
  -ms-grid-column-span: 5;
  -ms-grid-column: 20;
      grid-column: 20/span 5;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-20-span-6 {
  -ms-grid-column-span: 6;
  -ms-grid-column: 20;
      grid-column: 20/span 6;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-20-span-7 {
  -ms-grid-column-span: 7;
  -ms-grid-column: 20;
      grid-column: 20/span 7;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-20-span-8 {
  -ms-grid-column-span: 8;
  -ms-grid-column: 20;
      grid-column: 20/span 8;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-20-span-9 {
  -ms-grid-column-span: 9;
  -ms-grid-column: 20;
      grid-column: 20/span 9;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-20-span-10 {
  -ms-grid-column-span: 10;
  -ms-grid-column: 20;
      grid-column: 20/span 10;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-20-span-11 {
  -ms-grid-column-span: 11;
  -ms-grid-column: 20;
      grid-column: 20/span 11;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-20-span-12 {
  -ms-grid-column-span: 12;
  -ms-grid-column: 20;
      grid-column: 20/span 12;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-20-span-13 {
  -ms-grid-column-span: 13;
  -ms-grid-column: 20;
      grid-column: 20/span 13;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-20-span-14 {
  -ms-grid-column-span: 14;
  -ms-grid-column: 20;
      grid-column: 20/span 14;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-20-span-15 {
  -ms-grid-column-span: 15;
  -ms-grid-column: 20;
      grid-column: 20/span 15;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-20-span-16 {
  -ms-grid-column-span: 16;
  -ms-grid-column: 20;
      grid-column: 20/span 16;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-20-span-17 {
  -ms-grid-column-span: 17;
  -ms-grid-column: 20;
      grid-column: 20/span 17;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-20-span-18 {
  -ms-grid-column-span: 18;
  -ms-grid-column: 20;
      grid-column: 20/span 18;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-20-span-19 {
  -ms-grid-column-span: 19;
  -ms-grid-column: 20;
      grid-column: 20/span 19;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-20-span-20 {
  -ms-grid-column-span: 20;
  -ms-grid-column: 20;
      grid-column: 20/span 20;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-20-span-21 {
  -ms-grid-column-span: 21;
  -ms-grid-column: 20;
      grid-column: 20/span 21;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-20-span-22 {
  -ms-grid-column-span: 22;
  -ms-grid-column: 20;
      grid-column: 20/span 22;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-20-span-23 {
  -ms-grid-column-span: 23;
  -ms-grid-column: 20;
      grid-column: 20/span 23;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-20-span-24 {
  -ms-grid-column-span: 24;
  -ms-grid-column: 20;
      grid-column: 20/span 24;
}

/* line 48, app/styles/base/_grid.scss */
.grid.cols-21 {
  -ms-grid-columns: (auto)[21];
      grid-template-columns: repeat(21, auto);
}

/* line 52, app/styles/base/_grid.scss */
.grid.cols-21-flex {
  -ms-grid-columns: (minmax(0, 1fr))[21];
      grid-template-columns: repeat(21, minmax(0, 1fr));
}

/* line 56, app/styles/base/_grid.scss */
.grid .col-21 {
  -ms-grid-column: 21;
      grid-column: 21;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-21-span-2 {
  -ms-grid-column-span: 2;
  -ms-grid-column: 21;
      grid-column: 21/span 2;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-21-span-3 {
  -ms-grid-column-span: 3;
  -ms-grid-column: 21;
      grid-column: 21/span 3;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-21-span-4 {
  -ms-grid-column-span: 4;
  -ms-grid-column: 21;
      grid-column: 21/span 4;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-21-span-5 {
  -ms-grid-column-span: 5;
  -ms-grid-column: 21;
      grid-column: 21/span 5;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-21-span-6 {
  -ms-grid-column-span: 6;
  -ms-grid-column: 21;
      grid-column: 21/span 6;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-21-span-7 {
  -ms-grid-column-span: 7;
  -ms-grid-column: 21;
      grid-column: 21/span 7;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-21-span-8 {
  -ms-grid-column-span: 8;
  -ms-grid-column: 21;
      grid-column: 21/span 8;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-21-span-9 {
  -ms-grid-column-span: 9;
  -ms-grid-column: 21;
      grid-column: 21/span 9;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-21-span-10 {
  -ms-grid-column-span: 10;
  -ms-grid-column: 21;
      grid-column: 21/span 10;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-21-span-11 {
  -ms-grid-column-span: 11;
  -ms-grid-column: 21;
      grid-column: 21/span 11;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-21-span-12 {
  -ms-grid-column-span: 12;
  -ms-grid-column: 21;
      grid-column: 21/span 12;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-21-span-13 {
  -ms-grid-column-span: 13;
  -ms-grid-column: 21;
      grid-column: 21/span 13;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-21-span-14 {
  -ms-grid-column-span: 14;
  -ms-grid-column: 21;
      grid-column: 21/span 14;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-21-span-15 {
  -ms-grid-column-span: 15;
  -ms-grid-column: 21;
      grid-column: 21/span 15;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-21-span-16 {
  -ms-grid-column-span: 16;
  -ms-grid-column: 21;
      grid-column: 21/span 16;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-21-span-17 {
  -ms-grid-column-span: 17;
  -ms-grid-column: 21;
      grid-column: 21/span 17;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-21-span-18 {
  -ms-grid-column-span: 18;
  -ms-grid-column: 21;
      grid-column: 21/span 18;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-21-span-19 {
  -ms-grid-column-span: 19;
  -ms-grid-column: 21;
      grid-column: 21/span 19;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-21-span-20 {
  -ms-grid-column-span: 20;
  -ms-grid-column: 21;
      grid-column: 21/span 20;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-21-span-21 {
  -ms-grid-column-span: 21;
  -ms-grid-column: 21;
      grid-column: 21/span 21;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-21-span-22 {
  -ms-grid-column-span: 22;
  -ms-grid-column: 21;
      grid-column: 21/span 22;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-21-span-23 {
  -ms-grid-column-span: 23;
  -ms-grid-column: 21;
      grid-column: 21/span 23;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-21-span-24 {
  -ms-grid-column-span: 24;
  -ms-grid-column: 21;
      grid-column: 21/span 24;
}

/* line 48, app/styles/base/_grid.scss */
.grid.cols-22 {
  -ms-grid-columns: (auto)[22];
      grid-template-columns: repeat(22, auto);
}

/* line 52, app/styles/base/_grid.scss */
.grid.cols-22-flex {
  -ms-grid-columns: (minmax(0, 1fr))[22];
      grid-template-columns: repeat(22, minmax(0, 1fr));
}

/* line 56, app/styles/base/_grid.scss */
.grid .col-22 {
  -ms-grid-column: 22;
      grid-column: 22;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-22-span-2 {
  -ms-grid-column-span: 2;
  -ms-grid-column: 22;
      grid-column: 22/span 2;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-22-span-3 {
  -ms-grid-column-span: 3;
  -ms-grid-column: 22;
      grid-column: 22/span 3;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-22-span-4 {
  -ms-grid-column-span: 4;
  -ms-grid-column: 22;
      grid-column: 22/span 4;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-22-span-5 {
  -ms-grid-column-span: 5;
  -ms-grid-column: 22;
      grid-column: 22/span 5;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-22-span-6 {
  -ms-grid-column-span: 6;
  -ms-grid-column: 22;
      grid-column: 22/span 6;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-22-span-7 {
  -ms-grid-column-span: 7;
  -ms-grid-column: 22;
      grid-column: 22/span 7;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-22-span-8 {
  -ms-grid-column-span: 8;
  -ms-grid-column: 22;
      grid-column: 22/span 8;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-22-span-9 {
  -ms-grid-column-span: 9;
  -ms-grid-column: 22;
      grid-column: 22/span 9;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-22-span-10 {
  -ms-grid-column-span: 10;
  -ms-grid-column: 22;
      grid-column: 22/span 10;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-22-span-11 {
  -ms-grid-column-span: 11;
  -ms-grid-column: 22;
      grid-column: 22/span 11;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-22-span-12 {
  -ms-grid-column-span: 12;
  -ms-grid-column: 22;
      grid-column: 22/span 12;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-22-span-13 {
  -ms-grid-column-span: 13;
  -ms-grid-column: 22;
      grid-column: 22/span 13;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-22-span-14 {
  -ms-grid-column-span: 14;
  -ms-grid-column: 22;
      grid-column: 22/span 14;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-22-span-15 {
  -ms-grid-column-span: 15;
  -ms-grid-column: 22;
      grid-column: 22/span 15;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-22-span-16 {
  -ms-grid-column-span: 16;
  -ms-grid-column: 22;
      grid-column: 22/span 16;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-22-span-17 {
  -ms-grid-column-span: 17;
  -ms-grid-column: 22;
      grid-column: 22/span 17;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-22-span-18 {
  -ms-grid-column-span: 18;
  -ms-grid-column: 22;
      grid-column: 22/span 18;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-22-span-19 {
  -ms-grid-column-span: 19;
  -ms-grid-column: 22;
      grid-column: 22/span 19;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-22-span-20 {
  -ms-grid-column-span: 20;
  -ms-grid-column: 22;
      grid-column: 22/span 20;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-22-span-21 {
  -ms-grid-column-span: 21;
  -ms-grid-column: 22;
      grid-column: 22/span 21;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-22-span-22 {
  -ms-grid-column-span: 22;
  -ms-grid-column: 22;
      grid-column: 22/span 22;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-22-span-23 {
  -ms-grid-column-span: 23;
  -ms-grid-column: 22;
      grid-column: 22/span 23;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-22-span-24 {
  -ms-grid-column-span: 24;
  -ms-grid-column: 22;
      grid-column: 22/span 24;
}

/* line 48, app/styles/base/_grid.scss */
.grid.cols-23 {
  -ms-grid-columns: (auto)[23];
      grid-template-columns: repeat(23, auto);
}

/* line 52, app/styles/base/_grid.scss */
.grid.cols-23-flex {
  -ms-grid-columns: (minmax(0, 1fr))[23];
      grid-template-columns: repeat(23, minmax(0, 1fr));
}

/* line 56, app/styles/base/_grid.scss */
.grid .col-23 {
  -ms-grid-column: 23;
      grid-column: 23;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-23-span-2 {
  -ms-grid-column-span: 2;
  -ms-grid-column: 23;
      grid-column: 23/span 2;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-23-span-3 {
  -ms-grid-column-span: 3;
  -ms-grid-column: 23;
      grid-column: 23/span 3;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-23-span-4 {
  -ms-grid-column-span: 4;
  -ms-grid-column: 23;
      grid-column: 23/span 4;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-23-span-5 {
  -ms-grid-column-span: 5;
  -ms-grid-column: 23;
      grid-column: 23/span 5;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-23-span-6 {
  -ms-grid-column-span: 6;
  -ms-grid-column: 23;
      grid-column: 23/span 6;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-23-span-7 {
  -ms-grid-column-span: 7;
  -ms-grid-column: 23;
      grid-column: 23/span 7;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-23-span-8 {
  -ms-grid-column-span: 8;
  -ms-grid-column: 23;
      grid-column: 23/span 8;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-23-span-9 {
  -ms-grid-column-span: 9;
  -ms-grid-column: 23;
      grid-column: 23/span 9;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-23-span-10 {
  -ms-grid-column-span: 10;
  -ms-grid-column: 23;
      grid-column: 23/span 10;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-23-span-11 {
  -ms-grid-column-span: 11;
  -ms-grid-column: 23;
      grid-column: 23/span 11;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-23-span-12 {
  -ms-grid-column-span: 12;
  -ms-grid-column: 23;
      grid-column: 23/span 12;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-23-span-13 {
  -ms-grid-column-span: 13;
  -ms-grid-column: 23;
      grid-column: 23/span 13;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-23-span-14 {
  -ms-grid-column-span: 14;
  -ms-grid-column: 23;
      grid-column: 23/span 14;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-23-span-15 {
  -ms-grid-column-span: 15;
  -ms-grid-column: 23;
      grid-column: 23/span 15;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-23-span-16 {
  -ms-grid-column-span: 16;
  -ms-grid-column: 23;
      grid-column: 23/span 16;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-23-span-17 {
  -ms-grid-column-span: 17;
  -ms-grid-column: 23;
      grid-column: 23/span 17;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-23-span-18 {
  -ms-grid-column-span: 18;
  -ms-grid-column: 23;
      grid-column: 23/span 18;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-23-span-19 {
  -ms-grid-column-span: 19;
  -ms-grid-column: 23;
      grid-column: 23/span 19;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-23-span-20 {
  -ms-grid-column-span: 20;
  -ms-grid-column: 23;
      grid-column: 23/span 20;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-23-span-21 {
  -ms-grid-column-span: 21;
  -ms-grid-column: 23;
      grid-column: 23/span 21;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-23-span-22 {
  -ms-grid-column-span: 22;
  -ms-grid-column: 23;
      grid-column: 23/span 22;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-23-span-23 {
  -ms-grid-column-span: 23;
  -ms-grid-column: 23;
      grid-column: 23/span 23;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-23-span-24 {
  -ms-grid-column-span: 24;
  -ms-grid-column: 23;
      grid-column: 23/span 24;
}

/* line 48, app/styles/base/_grid.scss */
.grid.cols-24 {
  -ms-grid-columns: (auto)[24];
      grid-template-columns: repeat(24, auto);
}

/* line 52, app/styles/base/_grid.scss */
.grid.cols-24-flex {
  -ms-grid-columns: (minmax(0, 1fr))[24];
      grid-template-columns: repeat(24, minmax(0, 1fr));
}

/* line 56, app/styles/base/_grid.scss */
.grid .col-24 {
  -ms-grid-column: 24;
      grid-column: 24;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-24-span-2 {
  -ms-grid-column-span: 2;
  -ms-grid-column: 24;
      grid-column: 24/span 2;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-24-span-3 {
  -ms-grid-column-span: 3;
  -ms-grid-column: 24;
      grid-column: 24/span 3;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-24-span-4 {
  -ms-grid-column-span: 4;
  -ms-grid-column: 24;
      grid-column: 24/span 4;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-24-span-5 {
  -ms-grid-column-span: 5;
  -ms-grid-column: 24;
      grid-column: 24/span 5;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-24-span-6 {
  -ms-grid-column-span: 6;
  -ms-grid-column: 24;
      grid-column: 24/span 6;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-24-span-7 {
  -ms-grid-column-span: 7;
  -ms-grid-column: 24;
      grid-column: 24/span 7;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-24-span-8 {
  -ms-grid-column-span: 8;
  -ms-grid-column: 24;
      grid-column: 24/span 8;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-24-span-9 {
  -ms-grid-column-span: 9;
  -ms-grid-column: 24;
      grid-column: 24/span 9;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-24-span-10 {
  -ms-grid-column-span: 10;
  -ms-grid-column: 24;
      grid-column: 24/span 10;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-24-span-11 {
  -ms-grid-column-span: 11;
  -ms-grid-column: 24;
      grid-column: 24/span 11;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-24-span-12 {
  -ms-grid-column-span: 12;
  -ms-grid-column: 24;
      grid-column: 24/span 12;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-24-span-13 {
  -ms-grid-column-span: 13;
  -ms-grid-column: 24;
      grid-column: 24/span 13;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-24-span-14 {
  -ms-grid-column-span: 14;
  -ms-grid-column: 24;
      grid-column: 24/span 14;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-24-span-15 {
  -ms-grid-column-span: 15;
  -ms-grid-column: 24;
      grid-column: 24/span 15;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-24-span-16 {
  -ms-grid-column-span: 16;
  -ms-grid-column: 24;
      grid-column: 24/span 16;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-24-span-17 {
  -ms-grid-column-span: 17;
  -ms-grid-column: 24;
      grid-column: 24/span 17;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-24-span-18 {
  -ms-grid-column-span: 18;
  -ms-grid-column: 24;
      grid-column: 24/span 18;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-24-span-19 {
  -ms-grid-column-span: 19;
  -ms-grid-column: 24;
      grid-column: 24/span 19;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-24-span-20 {
  -ms-grid-column-span: 20;
  -ms-grid-column: 24;
      grid-column: 24/span 20;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-24-span-21 {
  -ms-grid-column-span: 21;
  -ms-grid-column: 24;
      grid-column: 24/span 21;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-24-span-22 {
  -ms-grid-column-span: 22;
  -ms-grid-column: 24;
      grid-column: 24/span 22;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-24-span-23 {
  -ms-grid-column-span: 23;
  -ms-grid-column: 24;
      grid-column: 24/span 23;
}

/* line 61, app/styles/base/_grid.scss */
.grid .col-24-span-24 {
  -ms-grid-column-span: 24;
  -ms-grid-column: 24;
      grid-column: 24/span 24;
}

@media (min-width: 768px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.sm-cols-1 {
    -ms-grid-columns: (auto)[1];
        grid-template-columns: repeat(1, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.sm-cols-1-flex {
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .sm-col-1 {
    -ms-grid-column: 1;
        grid-column: 1;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-1-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 1;
        grid-column: 1/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-1-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 1;
        grid-column: 1/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-1-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 1;
        grid-column: 1/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-1-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 1;
        grid-column: 1/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-1-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 1;
        grid-column: 1/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-1-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 1;
        grid-column: 1/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-1-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 1;
        grid-column: 1/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-1-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 1;
        grid-column: 1/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-1-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 1;
        grid-column: 1/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-1-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 1;
        grid-column: 1/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-1-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 1;
        grid-column: 1/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-1-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 1;
        grid-column: 1/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-1-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 1;
        grid-column: 1/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-1-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 1;
        grid-column: 1/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-1-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 1;
        grid-column: 1/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-1-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 1;
        grid-column: 1/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-1-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 1;
        grid-column: 1/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-1-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 1;
        grid-column: 1/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-1-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 1;
        grid-column: 1/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-1-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 1;
        grid-column: 1/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-1-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 1;
        grid-column: 1/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-1-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 1;
        grid-column: 1/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-1-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 1;
        grid-column: 1/span 24;
  }
}

@media (min-width: 768px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.sm-cols-2 {
    -ms-grid-columns: (auto)[2];
        grid-template-columns: repeat(2, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.sm-cols-2-flex {
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .sm-col-2 {
    -ms-grid-column: 2;
        grid-column: 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-2-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 2;
        grid-column: 2/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-2-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 2;
        grid-column: 2/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-2-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 2;
        grid-column: 2/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-2-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 2;
        grid-column: 2/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-2-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 2;
        grid-column: 2/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-2-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 2;
        grid-column: 2/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-2-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 2;
        grid-column: 2/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-2-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 2;
        grid-column: 2/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-2-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 2;
        grid-column: 2/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-2-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 2;
        grid-column: 2/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-2-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 2;
        grid-column: 2/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-2-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 2;
        grid-column: 2/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-2-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 2;
        grid-column: 2/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-2-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 2;
        grid-column: 2/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-2-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 2;
        grid-column: 2/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-2-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 2;
        grid-column: 2/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-2-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 2;
        grid-column: 2/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-2-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 2;
        grid-column: 2/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-2-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 2;
        grid-column: 2/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-2-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 2;
        grid-column: 2/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-2-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 2;
        grid-column: 2/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-2-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 2;
        grid-column: 2/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-2-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 2;
        grid-column: 2/span 24;
  }
}

@media (min-width: 768px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.sm-cols-3 {
    -ms-grid-columns: (auto)[3];
        grid-template-columns: repeat(3, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.sm-cols-3-flex {
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .sm-col-3 {
    -ms-grid-column: 3;
        grid-column: 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-3-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 3;
        grid-column: 3/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-3-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 3;
        grid-column: 3/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-3-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 3;
        grid-column: 3/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-3-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 3;
        grid-column: 3/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-3-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 3;
        grid-column: 3/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-3-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 3;
        grid-column: 3/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-3-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 3;
        grid-column: 3/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-3-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 3;
        grid-column: 3/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-3-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 3;
        grid-column: 3/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-3-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 3;
        grid-column: 3/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-3-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 3;
        grid-column: 3/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-3-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 3;
        grid-column: 3/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-3-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 3;
        grid-column: 3/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-3-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 3;
        grid-column: 3/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-3-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 3;
        grid-column: 3/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-3-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 3;
        grid-column: 3/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-3-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 3;
        grid-column: 3/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-3-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 3;
        grid-column: 3/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-3-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 3;
        grid-column: 3/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-3-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 3;
        grid-column: 3/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-3-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 3;
        grid-column: 3/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-3-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 3;
        grid-column: 3/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-3-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 3;
        grid-column: 3/span 24;
  }
}

@media (min-width: 768px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.sm-cols-4 {
    -ms-grid-columns: (auto)[4];
        grid-template-columns: repeat(4, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.sm-cols-4-flex {
    -ms-grid-columns: (minmax(0, 1fr))[4];
        grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .sm-col-4 {
    -ms-grid-column: 4;
        grid-column: 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-4-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 4;
        grid-column: 4/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-4-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 4;
        grid-column: 4/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-4-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 4;
        grid-column: 4/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-4-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 4;
        grid-column: 4/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-4-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 4;
        grid-column: 4/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-4-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 4;
        grid-column: 4/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-4-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 4;
        grid-column: 4/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-4-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 4;
        grid-column: 4/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-4-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 4;
        grid-column: 4/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-4-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 4;
        grid-column: 4/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-4-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 4;
        grid-column: 4/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-4-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 4;
        grid-column: 4/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-4-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 4;
        grid-column: 4/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-4-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 4;
        grid-column: 4/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-4-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 4;
        grid-column: 4/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-4-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 4;
        grid-column: 4/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-4-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 4;
        grid-column: 4/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-4-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 4;
        grid-column: 4/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-4-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 4;
        grid-column: 4/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-4-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 4;
        grid-column: 4/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-4-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 4;
        grid-column: 4/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-4-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 4;
        grid-column: 4/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-4-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 4;
        grid-column: 4/span 24;
  }
}

@media (min-width: 768px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.sm-cols-5 {
    -ms-grid-columns: (auto)[5];
        grid-template-columns: repeat(5, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.sm-cols-5-flex {
    -ms-grid-columns: (minmax(0, 1fr))[5];
        grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .sm-col-5 {
    -ms-grid-column: 5;
        grid-column: 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-5-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 5;
        grid-column: 5/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-5-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 5;
        grid-column: 5/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-5-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 5;
        grid-column: 5/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-5-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 5;
        grid-column: 5/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-5-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 5;
        grid-column: 5/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-5-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 5;
        grid-column: 5/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-5-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 5;
        grid-column: 5/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-5-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 5;
        grid-column: 5/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-5-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 5;
        grid-column: 5/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-5-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 5;
        grid-column: 5/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-5-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 5;
        grid-column: 5/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-5-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 5;
        grid-column: 5/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-5-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 5;
        grid-column: 5/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-5-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 5;
        grid-column: 5/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-5-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 5;
        grid-column: 5/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-5-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 5;
        grid-column: 5/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-5-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 5;
        grid-column: 5/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-5-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 5;
        grid-column: 5/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-5-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 5;
        grid-column: 5/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-5-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 5;
        grid-column: 5/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-5-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 5;
        grid-column: 5/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-5-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 5;
        grid-column: 5/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-5-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 5;
        grid-column: 5/span 24;
  }
}

@media (min-width: 768px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.sm-cols-6 {
    -ms-grid-columns: (auto)[6];
        grid-template-columns: repeat(6, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.sm-cols-6-flex {
    -ms-grid-columns: (minmax(0, 1fr))[6];
        grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .sm-col-6 {
    -ms-grid-column: 6;
        grid-column: 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-6-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 6;
        grid-column: 6/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-6-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 6;
        grid-column: 6/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-6-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 6;
        grid-column: 6/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-6-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 6;
        grid-column: 6/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-6-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 6;
        grid-column: 6/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-6-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 6;
        grid-column: 6/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-6-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 6;
        grid-column: 6/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-6-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 6;
        grid-column: 6/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-6-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 6;
        grid-column: 6/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-6-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 6;
        grid-column: 6/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-6-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 6;
        grid-column: 6/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-6-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 6;
        grid-column: 6/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-6-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 6;
        grid-column: 6/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-6-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 6;
        grid-column: 6/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-6-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 6;
        grid-column: 6/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-6-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 6;
        grid-column: 6/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-6-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 6;
        grid-column: 6/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-6-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 6;
        grid-column: 6/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-6-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 6;
        grid-column: 6/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-6-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 6;
        grid-column: 6/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-6-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 6;
        grid-column: 6/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-6-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 6;
        grid-column: 6/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-6-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 6;
        grid-column: 6/span 24;
  }
}

@media (min-width: 768px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.sm-cols-7 {
    -ms-grid-columns: (auto)[7];
        grid-template-columns: repeat(7, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.sm-cols-7-flex {
    -ms-grid-columns: (minmax(0, 1fr))[7];
        grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .sm-col-7 {
    -ms-grid-column: 7;
        grid-column: 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-7-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 7;
        grid-column: 7/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-7-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 7;
        grid-column: 7/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-7-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 7;
        grid-column: 7/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-7-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 7;
        grid-column: 7/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-7-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 7;
        grid-column: 7/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-7-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 7;
        grid-column: 7/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-7-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 7;
        grid-column: 7/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-7-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 7;
        grid-column: 7/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-7-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 7;
        grid-column: 7/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-7-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 7;
        grid-column: 7/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-7-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 7;
        grid-column: 7/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-7-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 7;
        grid-column: 7/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-7-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 7;
        grid-column: 7/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-7-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 7;
        grid-column: 7/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-7-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 7;
        grid-column: 7/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-7-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 7;
        grid-column: 7/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-7-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 7;
        grid-column: 7/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-7-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 7;
        grid-column: 7/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-7-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 7;
        grid-column: 7/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-7-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 7;
        grid-column: 7/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-7-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 7;
        grid-column: 7/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-7-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 7;
        grid-column: 7/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-7-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 7;
        grid-column: 7/span 24;
  }
}

@media (min-width: 768px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.sm-cols-8 {
    -ms-grid-columns: (auto)[8];
        grid-template-columns: repeat(8, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.sm-cols-8-flex {
    -ms-grid-columns: (minmax(0, 1fr))[8];
        grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .sm-col-8 {
    -ms-grid-column: 8;
        grid-column: 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-8-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 8;
        grid-column: 8/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-8-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 8;
        grid-column: 8/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-8-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 8;
        grid-column: 8/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-8-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 8;
        grid-column: 8/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-8-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 8;
        grid-column: 8/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-8-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 8;
        grid-column: 8/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-8-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 8;
        grid-column: 8/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-8-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 8;
        grid-column: 8/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-8-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 8;
        grid-column: 8/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-8-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 8;
        grid-column: 8/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-8-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 8;
        grid-column: 8/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-8-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 8;
        grid-column: 8/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-8-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 8;
        grid-column: 8/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-8-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 8;
        grid-column: 8/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-8-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 8;
        grid-column: 8/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-8-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 8;
        grid-column: 8/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-8-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 8;
        grid-column: 8/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-8-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 8;
        grid-column: 8/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-8-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 8;
        grid-column: 8/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-8-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 8;
        grid-column: 8/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-8-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 8;
        grid-column: 8/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-8-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 8;
        grid-column: 8/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-8-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 8;
        grid-column: 8/span 24;
  }
}

@media (min-width: 768px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.sm-cols-9 {
    -ms-grid-columns: (auto)[9];
        grid-template-columns: repeat(9, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.sm-cols-9-flex {
    -ms-grid-columns: (minmax(0, 1fr))[9];
        grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .sm-col-9 {
    -ms-grid-column: 9;
        grid-column: 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-9-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 9;
        grid-column: 9/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-9-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 9;
        grid-column: 9/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-9-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 9;
        grid-column: 9/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-9-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 9;
        grid-column: 9/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-9-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 9;
        grid-column: 9/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-9-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 9;
        grid-column: 9/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-9-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 9;
        grid-column: 9/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-9-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 9;
        grid-column: 9/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-9-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 9;
        grid-column: 9/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-9-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 9;
        grid-column: 9/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-9-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 9;
        grid-column: 9/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-9-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 9;
        grid-column: 9/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-9-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 9;
        grid-column: 9/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-9-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 9;
        grid-column: 9/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-9-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 9;
        grid-column: 9/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-9-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 9;
        grid-column: 9/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-9-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 9;
        grid-column: 9/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-9-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 9;
        grid-column: 9/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-9-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 9;
        grid-column: 9/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-9-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 9;
        grid-column: 9/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-9-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 9;
        grid-column: 9/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-9-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 9;
        grid-column: 9/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-9-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 9;
        grid-column: 9/span 24;
  }
}

@media (min-width: 768px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.sm-cols-10 {
    -ms-grid-columns: (auto)[10];
        grid-template-columns: repeat(10, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.sm-cols-10-flex {
    -ms-grid-columns: (minmax(0, 1fr))[10];
        grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .sm-col-10 {
    -ms-grid-column: 10;
        grid-column: 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-10-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 10;
        grid-column: 10/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-10-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 10;
        grid-column: 10/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-10-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 10;
        grid-column: 10/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-10-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 10;
        grid-column: 10/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-10-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 10;
        grid-column: 10/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-10-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 10;
        grid-column: 10/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-10-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 10;
        grid-column: 10/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-10-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 10;
        grid-column: 10/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-10-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 10;
        grid-column: 10/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-10-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 10;
        grid-column: 10/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-10-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 10;
        grid-column: 10/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-10-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 10;
        grid-column: 10/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-10-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 10;
        grid-column: 10/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-10-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 10;
        grid-column: 10/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-10-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 10;
        grid-column: 10/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-10-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 10;
        grid-column: 10/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-10-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 10;
        grid-column: 10/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-10-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 10;
        grid-column: 10/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-10-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 10;
        grid-column: 10/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-10-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 10;
        grid-column: 10/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-10-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 10;
        grid-column: 10/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-10-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 10;
        grid-column: 10/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-10-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 10;
        grid-column: 10/span 24;
  }
}

@media (min-width: 768px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.sm-cols-11 {
    -ms-grid-columns: (auto)[11];
        grid-template-columns: repeat(11, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.sm-cols-11-flex {
    -ms-grid-columns: (minmax(0, 1fr))[11];
        grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .sm-col-11 {
    -ms-grid-column: 11;
        grid-column: 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-11-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 11;
        grid-column: 11/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-11-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 11;
        grid-column: 11/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-11-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 11;
        grid-column: 11/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-11-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 11;
        grid-column: 11/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-11-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 11;
        grid-column: 11/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-11-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 11;
        grid-column: 11/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-11-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 11;
        grid-column: 11/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-11-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 11;
        grid-column: 11/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-11-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 11;
        grid-column: 11/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-11-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 11;
        grid-column: 11/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-11-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 11;
        grid-column: 11/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-11-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 11;
        grid-column: 11/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-11-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 11;
        grid-column: 11/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-11-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 11;
        grid-column: 11/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-11-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 11;
        grid-column: 11/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-11-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 11;
        grid-column: 11/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-11-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 11;
        grid-column: 11/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-11-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 11;
        grid-column: 11/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-11-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 11;
        grid-column: 11/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-11-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 11;
        grid-column: 11/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-11-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 11;
        grid-column: 11/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-11-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 11;
        grid-column: 11/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-11-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 11;
        grid-column: 11/span 24;
  }
}

@media (min-width: 768px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.sm-cols-12 {
    -ms-grid-columns: (auto)[12];
        grid-template-columns: repeat(12, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.sm-cols-12-flex {
    -ms-grid-columns: (minmax(0, 1fr))[12];
        grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .sm-col-12 {
    -ms-grid-column: 12;
        grid-column: 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-12-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 12;
        grid-column: 12/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-12-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 12;
        grid-column: 12/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-12-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 12;
        grid-column: 12/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-12-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 12;
        grid-column: 12/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-12-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 12;
        grid-column: 12/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-12-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 12;
        grid-column: 12/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-12-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 12;
        grid-column: 12/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-12-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 12;
        grid-column: 12/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-12-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 12;
        grid-column: 12/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-12-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 12;
        grid-column: 12/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-12-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 12;
        grid-column: 12/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-12-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 12;
        grid-column: 12/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-12-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 12;
        grid-column: 12/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-12-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 12;
        grid-column: 12/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-12-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 12;
        grid-column: 12/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-12-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 12;
        grid-column: 12/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-12-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 12;
        grid-column: 12/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-12-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 12;
        grid-column: 12/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-12-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 12;
        grid-column: 12/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-12-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 12;
        grid-column: 12/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-12-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 12;
        grid-column: 12/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-12-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 12;
        grid-column: 12/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-12-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 12;
        grid-column: 12/span 24;
  }
}

@media (min-width: 768px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.sm-cols-13 {
    -ms-grid-columns: (auto)[13];
        grid-template-columns: repeat(13, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.sm-cols-13-flex {
    -ms-grid-columns: (minmax(0, 1fr))[13];
        grid-template-columns: repeat(13, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .sm-col-13 {
    -ms-grid-column: 13;
        grid-column: 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-13-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 13;
        grid-column: 13/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-13-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 13;
        grid-column: 13/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-13-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 13;
        grid-column: 13/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-13-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 13;
        grid-column: 13/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-13-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 13;
        grid-column: 13/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-13-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 13;
        grid-column: 13/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-13-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 13;
        grid-column: 13/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-13-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 13;
        grid-column: 13/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-13-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 13;
        grid-column: 13/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-13-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 13;
        grid-column: 13/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-13-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 13;
        grid-column: 13/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-13-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 13;
        grid-column: 13/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-13-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 13;
        grid-column: 13/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-13-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 13;
        grid-column: 13/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-13-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 13;
        grid-column: 13/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-13-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 13;
        grid-column: 13/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-13-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 13;
        grid-column: 13/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-13-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 13;
        grid-column: 13/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-13-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 13;
        grid-column: 13/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-13-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 13;
        grid-column: 13/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-13-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 13;
        grid-column: 13/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-13-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 13;
        grid-column: 13/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-13-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 13;
        grid-column: 13/span 24;
  }
}

@media (min-width: 768px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.sm-cols-14 {
    -ms-grid-columns: (auto)[14];
        grid-template-columns: repeat(14, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.sm-cols-14-flex {
    -ms-grid-columns: (minmax(0, 1fr))[14];
        grid-template-columns: repeat(14, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .sm-col-14 {
    -ms-grid-column: 14;
        grid-column: 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-14-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 14;
        grid-column: 14/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-14-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 14;
        grid-column: 14/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-14-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 14;
        grid-column: 14/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-14-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 14;
        grid-column: 14/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-14-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 14;
        grid-column: 14/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-14-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 14;
        grid-column: 14/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-14-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 14;
        grid-column: 14/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-14-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 14;
        grid-column: 14/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-14-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 14;
        grid-column: 14/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-14-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 14;
        grid-column: 14/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-14-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 14;
        grid-column: 14/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-14-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 14;
        grid-column: 14/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-14-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 14;
        grid-column: 14/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-14-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 14;
        grid-column: 14/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-14-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 14;
        grid-column: 14/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-14-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 14;
        grid-column: 14/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-14-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 14;
        grid-column: 14/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-14-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 14;
        grid-column: 14/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-14-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 14;
        grid-column: 14/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-14-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 14;
        grid-column: 14/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-14-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 14;
        grid-column: 14/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-14-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 14;
        grid-column: 14/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-14-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 14;
        grid-column: 14/span 24;
  }
}

@media (min-width: 768px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.sm-cols-15 {
    -ms-grid-columns: (auto)[15];
        grid-template-columns: repeat(15, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.sm-cols-15-flex {
    -ms-grid-columns: (minmax(0, 1fr))[15];
        grid-template-columns: repeat(15, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .sm-col-15 {
    -ms-grid-column: 15;
        grid-column: 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-15-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 15;
        grid-column: 15/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-15-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 15;
        grid-column: 15/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-15-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 15;
        grid-column: 15/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-15-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 15;
        grid-column: 15/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-15-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 15;
        grid-column: 15/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-15-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 15;
        grid-column: 15/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-15-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 15;
        grid-column: 15/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-15-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 15;
        grid-column: 15/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-15-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 15;
        grid-column: 15/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-15-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 15;
        grid-column: 15/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-15-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 15;
        grid-column: 15/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-15-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 15;
        grid-column: 15/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-15-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 15;
        grid-column: 15/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-15-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 15;
        grid-column: 15/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-15-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 15;
        grid-column: 15/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-15-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 15;
        grid-column: 15/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-15-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 15;
        grid-column: 15/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-15-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 15;
        grid-column: 15/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-15-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 15;
        grid-column: 15/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-15-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 15;
        grid-column: 15/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-15-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 15;
        grid-column: 15/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-15-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 15;
        grid-column: 15/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-15-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 15;
        grid-column: 15/span 24;
  }
}

@media (min-width: 768px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.sm-cols-16 {
    -ms-grid-columns: (auto)[16];
        grid-template-columns: repeat(16, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.sm-cols-16-flex {
    -ms-grid-columns: (minmax(0, 1fr))[16];
        grid-template-columns: repeat(16, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .sm-col-16 {
    -ms-grid-column: 16;
        grid-column: 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-16-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 16;
        grid-column: 16/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-16-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 16;
        grid-column: 16/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-16-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 16;
        grid-column: 16/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-16-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 16;
        grid-column: 16/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-16-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 16;
        grid-column: 16/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-16-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 16;
        grid-column: 16/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-16-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 16;
        grid-column: 16/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-16-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 16;
        grid-column: 16/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-16-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 16;
        grid-column: 16/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-16-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 16;
        grid-column: 16/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-16-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 16;
        grid-column: 16/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-16-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 16;
        grid-column: 16/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-16-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 16;
        grid-column: 16/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-16-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 16;
        grid-column: 16/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-16-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 16;
        grid-column: 16/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-16-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 16;
        grid-column: 16/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-16-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 16;
        grid-column: 16/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-16-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 16;
        grid-column: 16/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-16-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 16;
        grid-column: 16/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-16-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 16;
        grid-column: 16/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-16-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 16;
        grid-column: 16/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-16-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 16;
        grid-column: 16/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-16-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 16;
        grid-column: 16/span 24;
  }
}

@media (min-width: 768px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.sm-cols-17 {
    -ms-grid-columns: (auto)[17];
        grid-template-columns: repeat(17, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.sm-cols-17-flex {
    -ms-grid-columns: (minmax(0, 1fr))[17];
        grid-template-columns: repeat(17, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .sm-col-17 {
    -ms-grid-column: 17;
        grid-column: 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-17-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 17;
        grid-column: 17/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-17-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 17;
        grid-column: 17/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-17-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 17;
        grid-column: 17/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-17-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 17;
        grid-column: 17/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-17-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 17;
        grid-column: 17/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-17-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 17;
        grid-column: 17/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-17-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 17;
        grid-column: 17/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-17-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 17;
        grid-column: 17/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-17-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 17;
        grid-column: 17/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-17-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 17;
        grid-column: 17/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-17-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 17;
        grid-column: 17/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-17-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 17;
        grid-column: 17/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-17-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 17;
        grid-column: 17/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-17-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 17;
        grid-column: 17/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-17-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 17;
        grid-column: 17/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-17-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 17;
        grid-column: 17/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-17-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 17;
        grid-column: 17/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-17-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 17;
        grid-column: 17/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-17-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 17;
        grid-column: 17/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-17-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 17;
        grid-column: 17/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-17-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 17;
        grid-column: 17/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-17-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 17;
        grid-column: 17/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-17-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 17;
        grid-column: 17/span 24;
  }
}

@media (min-width: 768px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.sm-cols-18 {
    -ms-grid-columns: (auto)[18];
        grid-template-columns: repeat(18, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.sm-cols-18-flex {
    -ms-grid-columns: (minmax(0, 1fr))[18];
        grid-template-columns: repeat(18, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .sm-col-18 {
    -ms-grid-column: 18;
        grid-column: 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-18-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 18;
        grid-column: 18/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-18-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 18;
        grid-column: 18/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-18-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 18;
        grid-column: 18/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-18-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 18;
        grid-column: 18/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-18-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 18;
        grid-column: 18/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-18-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 18;
        grid-column: 18/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-18-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 18;
        grid-column: 18/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-18-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 18;
        grid-column: 18/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-18-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 18;
        grid-column: 18/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-18-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 18;
        grid-column: 18/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-18-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 18;
        grid-column: 18/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-18-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 18;
        grid-column: 18/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-18-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 18;
        grid-column: 18/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-18-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 18;
        grid-column: 18/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-18-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 18;
        grid-column: 18/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-18-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 18;
        grid-column: 18/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-18-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 18;
        grid-column: 18/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-18-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 18;
        grid-column: 18/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-18-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 18;
        grid-column: 18/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-18-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 18;
        grid-column: 18/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-18-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 18;
        grid-column: 18/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-18-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 18;
        grid-column: 18/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-18-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 18;
        grid-column: 18/span 24;
  }
}

@media (min-width: 768px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.sm-cols-19 {
    -ms-grid-columns: (auto)[19];
        grid-template-columns: repeat(19, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.sm-cols-19-flex {
    -ms-grid-columns: (minmax(0, 1fr))[19];
        grid-template-columns: repeat(19, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .sm-col-19 {
    -ms-grid-column: 19;
        grid-column: 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-19-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 19;
        grid-column: 19/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-19-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 19;
        grid-column: 19/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-19-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 19;
        grid-column: 19/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-19-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 19;
        grid-column: 19/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-19-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 19;
        grid-column: 19/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-19-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 19;
        grid-column: 19/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-19-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 19;
        grid-column: 19/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-19-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 19;
        grid-column: 19/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-19-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 19;
        grid-column: 19/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-19-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 19;
        grid-column: 19/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-19-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 19;
        grid-column: 19/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-19-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 19;
        grid-column: 19/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-19-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 19;
        grid-column: 19/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-19-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 19;
        grid-column: 19/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-19-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 19;
        grid-column: 19/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-19-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 19;
        grid-column: 19/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-19-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 19;
        grid-column: 19/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-19-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 19;
        grid-column: 19/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-19-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 19;
        grid-column: 19/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-19-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 19;
        grid-column: 19/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-19-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 19;
        grid-column: 19/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-19-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 19;
        grid-column: 19/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-19-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 19;
        grid-column: 19/span 24;
  }
}

@media (min-width: 768px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.sm-cols-20 {
    -ms-grid-columns: (auto)[20];
        grid-template-columns: repeat(20, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.sm-cols-20-flex {
    -ms-grid-columns: (minmax(0, 1fr))[20];
        grid-template-columns: repeat(20, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .sm-col-20 {
    -ms-grid-column: 20;
        grid-column: 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-20-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 20;
        grid-column: 20/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-20-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 20;
        grid-column: 20/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-20-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 20;
        grid-column: 20/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-20-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 20;
        grid-column: 20/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-20-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 20;
        grid-column: 20/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-20-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 20;
        grid-column: 20/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-20-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 20;
        grid-column: 20/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-20-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 20;
        grid-column: 20/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-20-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 20;
        grid-column: 20/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-20-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 20;
        grid-column: 20/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-20-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 20;
        grid-column: 20/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-20-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 20;
        grid-column: 20/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-20-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 20;
        grid-column: 20/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-20-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 20;
        grid-column: 20/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-20-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 20;
        grid-column: 20/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-20-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 20;
        grid-column: 20/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-20-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 20;
        grid-column: 20/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-20-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 20;
        grid-column: 20/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-20-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 20;
        grid-column: 20/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-20-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 20;
        grid-column: 20/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-20-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 20;
        grid-column: 20/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-20-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 20;
        grid-column: 20/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-20-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 20;
        grid-column: 20/span 24;
  }
}

@media (min-width: 768px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.sm-cols-21 {
    -ms-grid-columns: (auto)[21];
        grid-template-columns: repeat(21, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.sm-cols-21-flex {
    -ms-grid-columns: (minmax(0, 1fr))[21];
        grid-template-columns: repeat(21, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .sm-col-21 {
    -ms-grid-column: 21;
        grid-column: 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-21-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 21;
        grid-column: 21/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-21-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 21;
        grid-column: 21/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-21-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 21;
        grid-column: 21/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-21-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 21;
        grid-column: 21/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-21-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 21;
        grid-column: 21/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-21-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 21;
        grid-column: 21/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-21-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 21;
        grid-column: 21/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-21-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 21;
        grid-column: 21/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-21-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 21;
        grid-column: 21/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-21-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 21;
        grid-column: 21/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-21-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 21;
        grid-column: 21/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-21-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 21;
        grid-column: 21/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-21-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 21;
        grid-column: 21/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-21-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 21;
        grid-column: 21/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-21-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 21;
        grid-column: 21/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-21-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 21;
        grid-column: 21/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-21-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 21;
        grid-column: 21/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-21-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 21;
        grid-column: 21/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-21-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 21;
        grid-column: 21/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-21-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 21;
        grid-column: 21/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-21-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 21;
        grid-column: 21/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-21-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 21;
        grid-column: 21/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-21-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 21;
        grid-column: 21/span 24;
  }
}

@media (min-width: 768px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.sm-cols-22 {
    -ms-grid-columns: (auto)[22];
        grid-template-columns: repeat(22, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.sm-cols-22-flex {
    -ms-grid-columns: (minmax(0, 1fr))[22];
        grid-template-columns: repeat(22, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .sm-col-22 {
    -ms-grid-column: 22;
        grid-column: 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-22-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 22;
        grid-column: 22/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-22-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 22;
        grid-column: 22/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-22-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 22;
        grid-column: 22/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-22-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 22;
        grid-column: 22/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-22-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 22;
        grid-column: 22/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-22-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 22;
        grid-column: 22/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-22-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 22;
        grid-column: 22/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-22-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 22;
        grid-column: 22/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-22-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 22;
        grid-column: 22/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-22-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 22;
        grid-column: 22/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-22-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 22;
        grid-column: 22/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-22-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 22;
        grid-column: 22/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-22-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 22;
        grid-column: 22/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-22-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 22;
        grid-column: 22/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-22-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 22;
        grid-column: 22/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-22-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 22;
        grid-column: 22/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-22-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 22;
        grid-column: 22/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-22-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 22;
        grid-column: 22/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-22-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 22;
        grid-column: 22/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-22-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 22;
        grid-column: 22/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-22-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 22;
        grid-column: 22/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-22-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 22;
        grid-column: 22/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-22-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 22;
        grid-column: 22/span 24;
  }
}

@media (min-width: 768px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.sm-cols-23 {
    -ms-grid-columns: (auto)[23];
        grid-template-columns: repeat(23, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.sm-cols-23-flex {
    -ms-grid-columns: (minmax(0, 1fr))[23];
        grid-template-columns: repeat(23, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .sm-col-23 {
    -ms-grid-column: 23;
        grid-column: 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-23-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 23;
        grid-column: 23/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-23-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 23;
        grid-column: 23/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-23-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 23;
        grid-column: 23/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-23-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 23;
        grid-column: 23/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-23-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 23;
        grid-column: 23/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-23-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 23;
        grid-column: 23/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-23-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 23;
        grid-column: 23/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-23-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 23;
        grid-column: 23/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-23-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 23;
        grid-column: 23/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-23-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 23;
        grid-column: 23/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-23-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 23;
        grid-column: 23/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-23-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 23;
        grid-column: 23/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-23-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 23;
        grid-column: 23/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-23-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 23;
        grid-column: 23/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-23-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 23;
        grid-column: 23/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-23-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 23;
        grid-column: 23/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-23-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 23;
        grid-column: 23/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-23-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 23;
        grid-column: 23/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-23-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 23;
        grid-column: 23/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-23-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 23;
        grid-column: 23/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-23-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 23;
        grid-column: 23/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-23-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 23;
        grid-column: 23/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-23-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 23;
        grid-column: 23/span 24;
  }
}

@media (min-width: 768px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.sm-cols-24 {
    -ms-grid-columns: (auto)[24];
        grid-template-columns: repeat(24, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.sm-cols-24-flex {
    -ms-grid-columns: (minmax(0, 1fr))[24];
        grid-template-columns: repeat(24, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .sm-col-24 {
    -ms-grid-column: 24;
        grid-column: 24;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-24-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 24;
        grid-column: 24/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-24-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 24;
        grid-column: 24/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-24-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 24;
        grid-column: 24/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-24-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 24;
        grid-column: 24/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-24-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 24;
        grid-column: 24/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-24-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 24;
        grid-column: 24/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-24-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 24;
        grid-column: 24/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-24-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 24;
        grid-column: 24/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-24-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 24;
        grid-column: 24/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-24-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 24;
        grid-column: 24/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-24-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 24;
        grid-column: 24/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-24-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 24;
        grid-column: 24/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-24-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 24;
        grid-column: 24/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-24-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 24;
        grid-column: 24/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-24-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 24;
        grid-column: 24/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-24-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 24;
        grid-column: 24/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-24-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 24;
        grid-column: 24/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-24-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 24;
        grid-column: 24/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-24-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 24;
        grid-column: 24/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-24-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 24;
        grid-column: 24/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-24-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 24;
        grid-column: 24/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-24-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 24;
        grid-column: 24/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .sm-col-24-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 24;
        grid-column: 24/span 24;
  }
}

@media (min-width: 992px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.md-cols-1 {
    -ms-grid-columns: (auto)[1];
        grid-template-columns: repeat(1, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.md-cols-1-flex {
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .md-col-1 {
    -ms-grid-column: 1;
        grid-column: 1;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-1-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 1;
        grid-column: 1/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-1-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 1;
        grid-column: 1/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-1-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 1;
        grid-column: 1/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-1-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 1;
        grid-column: 1/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-1-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 1;
        grid-column: 1/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-1-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 1;
        grid-column: 1/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-1-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 1;
        grid-column: 1/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-1-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 1;
        grid-column: 1/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-1-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 1;
        grid-column: 1/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-1-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 1;
        grid-column: 1/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-1-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 1;
        grid-column: 1/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-1-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 1;
        grid-column: 1/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-1-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 1;
        grid-column: 1/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-1-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 1;
        grid-column: 1/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-1-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 1;
        grid-column: 1/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-1-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 1;
        grid-column: 1/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-1-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 1;
        grid-column: 1/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-1-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 1;
        grid-column: 1/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-1-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 1;
        grid-column: 1/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-1-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 1;
        grid-column: 1/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-1-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 1;
        grid-column: 1/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-1-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 1;
        grid-column: 1/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-1-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 1;
        grid-column: 1/span 24;
  }
}

@media (min-width: 992px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.md-cols-2 {
    -ms-grid-columns: (auto)[2];
        grid-template-columns: repeat(2, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.md-cols-2-flex {
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .md-col-2 {
    -ms-grid-column: 2;
        grid-column: 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-2-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 2;
        grid-column: 2/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-2-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 2;
        grid-column: 2/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-2-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 2;
        grid-column: 2/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-2-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 2;
        grid-column: 2/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-2-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 2;
        grid-column: 2/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-2-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 2;
        grid-column: 2/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-2-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 2;
        grid-column: 2/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-2-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 2;
        grid-column: 2/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-2-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 2;
        grid-column: 2/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-2-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 2;
        grid-column: 2/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-2-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 2;
        grid-column: 2/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-2-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 2;
        grid-column: 2/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-2-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 2;
        grid-column: 2/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-2-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 2;
        grid-column: 2/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-2-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 2;
        grid-column: 2/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-2-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 2;
        grid-column: 2/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-2-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 2;
        grid-column: 2/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-2-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 2;
        grid-column: 2/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-2-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 2;
        grid-column: 2/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-2-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 2;
        grid-column: 2/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-2-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 2;
        grid-column: 2/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-2-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 2;
        grid-column: 2/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-2-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 2;
        grid-column: 2/span 24;
  }
}

@media (min-width: 992px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.md-cols-3 {
    -ms-grid-columns: (auto)[3];
        grid-template-columns: repeat(3, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.md-cols-3-flex {
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .md-col-3 {
    -ms-grid-column: 3;
        grid-column: 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-3-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 3;
        grid-column: 3/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-3-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 3;
        grid-column: 3/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-3-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 3;
        grid-column: 3/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-3-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 3;
        grid-column: 3/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-3-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 3;
        grid-column: 3/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-3-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 3;
        grid-column: 3/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-3-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 3;
        grid-column: 3/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-3-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 3;
        grid-column: 3/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-3-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 3;
        grid-column: 3/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-3-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 3;
        grid-column: 3/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-3-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 3;
        grid-column: 3/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-3-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 3;
        grid-column: 3/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-3-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 3;
        grid-column: 3/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-3-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 3;
        grid-column: 3/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-3-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 3;
        grid-column: 3/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-3-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 3;
        grid-column: 3/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-3-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 3;
        grid-column: 3/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-3-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 3;
        grid-column: 3/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-3-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 3;
        grid-column: 3/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-3-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 3;
        grid-column: 3/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-3-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 3;
        grid-column: 3/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-3-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 3;
        grid-column: 3/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-3-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 3;
        grid-column: 3/span 24;
  }
}

@media (min-width: 992px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.md-cols-4 {
    -ms-grid-columns: (auto)[4];
        grid-template-columns: repeat(4, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.md-cols-4-flex {
    -ms-grid-columns: (minmax(0, 1fr))[4];
        grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .md-col-4 {
    -ms-grid-column: 4;
        grid-column: 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-4-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 4;
        grid-column: 4/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-4-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 4;
        grid-column: 4/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-4-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 4;
        grid-column: 4/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-4-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 4;
        grid-column: 4/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-4-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 4;
        grid-column: 4/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-4-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 4;
        grid-column: 4/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-4-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 4;
        grid-column: 4/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-4-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 4;
        grid-column: 4/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-4-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 4;
        grid-column: 4/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-4-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 4;
        grid-column: 4/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-4-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 4;
        grid-column: 4/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-4-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 4;
        grid-column: 4/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-4-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 4;
        grid-column: 4/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-4-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 4;
        grid-column: 4/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-4-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 4;
        grid-column: 4/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-4-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 4;
        grid-column: 4/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-4-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 4;
        grid-column: 4/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-4-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 4;
        grid-column: 4/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-4-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 4;
        grid-column: 4/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-4-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 4;
        grid-column: 4/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-4-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 4;
        grid-column: 4/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-4-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 4;
        grid-column: 4/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-4-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 4;
        grid-column: 4/span 24;
  }
}

@media (min-width: 992px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.md-cols-5 {
    -ms-grid-columns: (auto)[5];
        grid-template-columns: repeat(5, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.md-cols-5-flex {
    -ms-grid-columns: (minmax(0, 1fr))[5];
        grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .md-col-5 {
    -ms-grid-column: 5;
        grid-column: 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-5-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 5;
        grid-column: 5/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-5-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 5;
        grid-column: 5/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-5-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 5;
        grid-column: 5/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-5-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 5;
        grid-column: 5/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-5-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 5;
        grid-column: 5/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-5-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 5;
        grid-column: 5/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-5-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 5;
        grid-column: 5/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-5-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 5;
        grid-column: 5/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-5-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 5;
        grid-column: 5/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-5-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 5;
        grid-column: 5/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-5-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 5;
        grid-column: 5/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-5-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 5;
        grid-column: 5/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-5-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 5;
        grid-column: 5/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-5-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 5;
        grid-column: 5/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-5-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 5;
        grid-column: 5/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-5-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 5;
        grid-column: 5/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-5-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 5;
        grid-column: 5/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-5-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 5;
        grid-column: 5/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-5-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 5;
        grid-column: 5/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-5-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 5;
        grid-column: 5/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-5-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 5;
        grid-column: 5/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-5-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 5;
        grid-column: 5/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-5-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 5;
        grid-column: 5/span 24;
  }
}

@media (min-width: 992px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.md-cols-6 {
    -ms-grid-columns: (auto)[6];
        grid-template-columns: repeat(6, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.md-cols-6-flex {
    -ms-grid-columns: (minmax(0, 1fr))[6];
        grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .md-col-6 {
    -ms-grid-column: 6;
        grid-column: 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-6-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 6;
        grid-column: 6/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-6-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 6;
        grid-column: 6/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-6-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 6;
        grid-column: 6/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-6-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 6;
        grid-column: 6/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-6-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 6;
        grid-column: 6/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-6-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 6;
        grid-column: 6/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-6-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 6;
        grid-column: 6/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-6-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 6;
        grid-column: 6/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-6-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 6;
        grid-column: 6/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-6-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 6;
        grid-column: 6/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-6-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 6;
        grid-column: 6/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-6-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 6;
        grid-column: 6/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-6-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 6;
        grid-column: 6/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-6-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 6;
        grid-column: 6/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-6-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 6;
        grid-column: 6/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-6-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 6;
        grid-column: 6/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-6-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 6;
        grid-column: 6/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-6-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 6;
        grid-column: 6/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-6-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 6;
        grid-column: 6/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-6-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 6;
        grid-column: 6/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-6-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 6;
        grid-column: 6/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-6-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 6;
        grid-column: 6/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-6-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 6;
        grid-column: 6/span 24;
  }
}

@media (min-width: 992px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.md-cols-7 {
    -ms-grid-columns: (auto)[7];
        grid-template-columns: repeat(7, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.md-cols-7-flex {
    -ms-grid-columns: (minmax(0, 1fr))[7];
        grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .md-col-7 {
    -ms-grid-column: 7;
        grid-column: 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-7-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 7;
        grid-column: 7/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-7-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 7;
        grid-column: 7/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-7-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 7;
        grid-column: 7/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-7-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 7;
        grid-column: 7/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-7-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 7;
        grid-column: 7/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-7-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 7;
        grid-column: 7/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-7-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 7;
        grid-column: 7/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-7-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 7;
        grid-column: 7/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-7-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 7;
        grid-column: 7/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-7-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 7;
        grid-column: 7/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-7-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 7;
        grid-column: 7/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-7-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 7;
        grid-column: 7/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-7-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 7;
        grid-column: 7/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-7-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 7;
        grid-column: 7/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-7-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 7;
        grid-column: 7/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-7-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 7;
        grid-column: 7/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-7-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 7;
        grid-column: 7/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-7-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 7;
        grid-column: 7/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-7-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 7;
        grid-column: 7/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-7-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 7;
        grid-column: 7/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-7-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 7;
        grid-column: 7/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-7-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 7;
        grid-column: 7/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-7-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 7;
        grid-column: 7/span 24;
  }
}

@media (min-width: 992px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.md-cols-8 {
    -ms-grid-columns: (auto)[8];
        grid-template-columns: repeat(8, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.md-cols-8-flex {
    -ms-grid-columns: (minmax(0, 1fr))[8];
        grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .md-col-8 {
    -ms-grid-column: 8;
        grid-column: 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-8-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 8;
        grid-column: 8/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-8-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 8;
        grid-column: 8/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-8-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 8;
        grid-column: 8/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-8-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 8;
        grid-column: 8/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-8-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 8;
        grid-column: 8/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-8-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 8;
        grid-column: 8/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-8-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 8;
        grid-column: 8/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-8-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 8;
        grid-column: 8/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-8-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 8;
        grid-column: 8/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-8-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 8;
        grid-column: 8/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-8-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 8;
        grid-column: 8/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-8-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 8;
        grid-column: 8/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-8-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 8;
        grid-column: 8/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-8-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 8;
        grid-column: 8/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-8-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 8;
        grid-column: 8/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-8-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 8;
        grid-column: 8/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-8-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 8;
        grid-column: 8/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-8-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 8;
        grid-column: 8/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-8-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 8;
        grid-column: 8/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-8-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 8;
        grid-column: 8/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-8-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 8;
        grid-column: 8/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-8-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 8;
        grid-column: 8/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-8-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 8;
        grid-column: 8/span 24;
  }
}

@media (min-width: 992px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.md-cols-9 {
    -ms-grid-columns: (auto)[9];
        grid-template-columns: repeat(9, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.md-cols-9-flex {
    -ms-grid-columns: (minmax(0, 1fr))[9];
        grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .md-col-9 {
    -ms-grid-column: 9;
        grid-column: 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-9-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 9;
        grid-column: 9/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-9-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 9;
        grid-column: 9/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-9-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 9;
        grid-column: 9/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-9-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 9;
        grid-column: 9/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-9-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 9;
        grid-column: 9/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-9-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 9;
        grid-column: 9/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-9-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 9;
        grid-column: 9/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-9-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 9;
        grid-column: 9/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-9-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 9;
        grid-column: 9/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-9-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 9;
        grid-column: 9/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-9-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 9;
        grid-column: 9/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-9-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 9;
        grid-column: 9/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-9-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 9;
        grid-column: 9/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-9-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 9;
        grid-column: 9/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-9-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 9;
        grid-column: 9/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-9-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 9;
        grid-column: 9/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-9-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 9;
        grid-column: 9/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-9-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 9;
        grid-column: 9/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-9-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 9;
        grid-column: 9/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-9-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 9;
        grid-column: 9/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-9-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 9;
        grid-column: 9/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-9-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 9;
        grid-column: 9/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-9-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 9;
        grid-column: 9/span 24;
  }
}

@media (min-width: 992px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.md-cols-10 {
    -ms-grid-columns: (auto)[10];
        grid-template-columns: repeat(10, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.md-cols-10-flex {
    -ms-grid-columns: (minmax(0, 1fr))[10];
        grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .md-col-10 {
    -ms-grid-column: 10;
        grid-column: 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-10-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 10;
        grid-column: 10/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-10-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 10;
        grid-column: 10/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-10-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 10;
        grid-column: 10/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-10-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 10;
        grid-column: 10/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-10-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 10;
        grid-column: 10/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-10-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 10;
        grid-column: 10/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-10-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 10;
        grid-column: 10/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-10-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 10;
        grid-column: 10/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-10-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 10;
        grid-column: 10/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-10-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 10;
        grid-column: 10/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-10-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 10;
        grid-column: 10/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-10-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 10;
        grid-column: 10/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-10-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 10;
        grid-column: 10/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-10-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 10;
        grid-column: 10/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-10-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 10;
        grid-column: 10/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-10-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 10;
        grid-column: 10/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-10-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 10;
        grid-column: 10/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-10-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 10;
        grid-column: 10/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-10-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 10;
        grid-column: 10/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-10-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 10;
        grid-column: 10/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-10-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 10;
        grid-column: 10/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-10-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 10;
        grid-column: 10/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-10-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 10;
        grid-column: 10/span 24;
  }
}

@media (min-width: 992px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.md-cols-11 {
    -ms-grid-columns: (auto)[11];
        grid-template-columns: repeat(11, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.md-cols-11-flex {
    -ms-grid-columns: (minmax(0, 1fr))[11];
        grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .md-col-11 {
    -ms-grid-column: 11;
        grid-column: 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-11-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 11;
        grid-column: 11/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-11-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 11;
        grid-column: 11/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-11-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 11;
        grid-column: 11/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-11-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 11;
        grid-column: 11/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-11-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 11;
        grid-column: 11/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-11-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 11;
        grid-column: 11/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-11-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 11;
        grid-column: 11/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-11-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 11;
        grid-column: 11/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-11-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 11;
        grid-column: 11/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-11-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 11;
        grid-column: 11/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-11-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 11;
        grid-column: 11/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-11-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 11;
        grid-column: 11/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-11-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 11;
        grid-column: 11/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-11-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 11;
        grid-column: 11/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-11-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 11;
        grid-column: 11/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-11-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 11;
        grid-column: 11/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-11-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 11;
        grid-column: 11/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-11-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 11;
        grid-column: 11/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-11-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 11;
        grid-column: 11/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-11-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 11;
        grid-column: 11/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-11-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 11;
        grid-column: 11/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-11-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 11;
        grid-column: 11/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-11-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 11;
        grid-column: 11/span 24;
  }
}

@media (min-width: 992px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.md-cols-12 {
    -ms-grid-columns: (auto)[12];
        grid-template-columns: repeat(12, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.md-cols-12-flex {
    -ms-grid-columns: (minmax(0, 1fr))[12];
        grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .md-col-12 {
    -ms-grid-column: 12;
        grid-column: 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-12-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 12;
        grid-column: 12/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-12-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 12;
        grid-column: 12/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-12-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 12;
        grid-column: 12/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-12-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 12;
        grid-column: 12/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-12-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 12;
        grid-column: 12/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-12-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 12;
        grid-column: 12/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-12-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 12;
        grid-column: 12/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-12-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 12;
        grid-column: 12/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-12-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 12;
        grid-column: 12/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-12-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 12;
        grid-column: 12/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-12-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 12;
        grid-column: 12/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-12-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 12;
        grid-column: 12/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-12-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 12;
        grid-column: 12/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-12-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 12;
        grid-column: 12/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-12-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 12;
        grid-column: 12/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-12-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 12;
        grid-column: 12/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-12-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 12;
        grid-column: 12/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-12-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 12;
        grid-column: 12/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-12-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 12;
        grid-column: 12/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-12-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 12;
        grid-column: 12/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-12-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 12;
        grid-column: 12/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-12-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 12;
        grid-column: 12/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-12-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 12;
        grid-column: 12/span 24;
  }
}

@media (min-width: 992px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.md-cols-13 {
    -ms-grid-columns: (auto)[13];
        grid-template-columns: repeat(13, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.md-cols-13-flex {
    -ms-grid-columns: (minmax(0, 1fr))[13];
        grid-template-columns: repeat(13, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .md-col-13 {
    -ms-grid-column: 13;
        grid-column: 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-13-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 13;
        grid-column: 13/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-13-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 13;
        grid-column: 13/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-13-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 13;
        grid-column: 13/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-13-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 13;
        grid-column: 13/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-13-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 13;
        grid-column: 13/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-13-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 13;
        grid-column: 13/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-13-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 13;
        grid-column: 13/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-13-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 13;
        grid-column: 13/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-13-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 13;
        grid-column: 13/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-13-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 13;
        grid-column: 13/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-13-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 13;
        grid-column: 13/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-13-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 13;
        grid-column: 13/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-13-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 13;
        grid-column: 13/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-13-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 13;
        grid-column: 13/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-13-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 13;
        grid-column: 13/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-13-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 13;
        grid-column: 13/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-13-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 13;
        grid-column: 13/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-13-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 13;
        grid-column: 13/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-13-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 13;
        grid-column: 13/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-13-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 13;
        grid-column: 13/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-13-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 13;
        grid-column: 13/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-13-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 13;
        grid-column: 13/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-13-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 13;
        grid-column: 13/span 24;
  }
}

@media (min-width: 992px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.md-cols-14 {
    -ms-grid-columns: (auto)[14];
        grid-template-columns: repeat(14, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.md-cols-14-flex {
    -ms-grid-columns: (minmax(0, 1fr))[14];
        grid-template-columns: repeat(14, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .md-col-14 {
    -ms-grid-column: 14;
        grid-column: 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-14-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 14;
        grid-column: 14/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-14-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 14;
        grid-column: 14/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-14-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 14;
        grid-column: 14/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-14-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 14;
        grid-column: 14/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-14-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 14;
        grid-column: 14/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-14-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 14;
        grid-column: 14/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-14-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 14;
        grid-column: 14/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-14-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 14;
        grid-column: 14/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-14-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 14;
        grid-column: 14/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-14-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 14;
        grid-column: 14/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-14-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 14;
        grid-column: 14/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-14-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 14;
        grid-column: 14/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-14-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 14;
        grid-column: 14/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-14-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 14;
        grid-column: 14/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-14-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 14;
        grid-column: 14/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-14-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 14;
        grid-column: 14/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-14-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 14;
        grid-column: 14/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-14-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 14;
        grid-column: 14/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-14-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 14;
        grid-column: 14/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-14-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 14;
        grid-column: 14/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-14-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 14;
        grid-column: 14/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-14-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 14;
        grid-column: 14/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-14-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 14;
        grid-column: 14/span 24;
  }
}

@media (min-width: 992px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.md-cols-15 {
    -ms-grid-columns: (auto)[15];
        grid-template-columns: repeat(15, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.md-cols-15-flex {
    -ms-grid-columns: (minmax(0, 1fr))[15];
        grid-template-columns: repeat(15, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .md-col-15 {
    -ms-grid-column: 15;
        grid-column: 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-15-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 15;
        grid-column: 15/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-15-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 15;
        grid-column: 15/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-15-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 15;
        grid-column: 15/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-15-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 15;
        grid-column: 15/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-15-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 15;
        grid-column: 15/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-15-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 15;
        grid-column: 15/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-15-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 15;
        grid-column: 15/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-15-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 15;
        grid-column: 15/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-15-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 15;
        grid-column: 15/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-15-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 15;
        grid-column: 15/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-15-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 15;
        grid-column: 15/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-15-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 15;
        grid-column: 15/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-15-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 15;
        grid-column: 15/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-15-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 15;
        grid-column: 15/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-15-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 15;
        grid-column: 15/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-15-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 15;
        grid-column: 15/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-15-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 15;
        grid-column: 15/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-15-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 15;
        grid-column: 15/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-15-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 15;
        grid-column: 15/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-15-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 15;
        grid-column: 15/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-15-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 15;
        grid-column: 15/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-15-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 15;
        grid-column: 15/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-15-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 15;
        grid-column: 15/span 24;
  }
}

@media (min-width: 992px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.md-cols-16 {
    -ms-grid-columns: (auto)[16];
        grid-template-columns: repeat(16, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.md-cols-16-flex {
    -ms-grid-columns: (minmax(0, 1fr))[16];
        grid-template-columns: repeat(16, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .md-col-16 {
    -ms-grid-column: 16;
        grid-column: 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-16-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 16;
        grid-column: 16/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-16-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 16;
        grid-column: 16/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-16-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 16;
        grid-column: 16/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-16-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 16;
        grid-column: 16/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-16-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 16;
        grid-column: 16/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-16-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 16;
        grid-column: 16/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-16-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 16;
        grid-column: 16/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-16-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 16;
        grid-column: 16/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-16-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 16;
        grid-column: 16/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-16-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 16;
        grid-column: 16/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-16-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 16;
        grid-column: 16/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-16-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 16;
        grid-column: 16/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-16-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 16;
        grid-column: 16/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-16-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 16;
        grid-column: 16/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-16-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 16;
        grid-column: 16/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-16-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 16;
        grid-column: 16/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-16-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 16;
        grid-column: 16/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-16-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 16;
        grid-column: 16/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-16-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 16;
        grid-column: 16/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-16-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 16;
        grid-column: 16/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-16-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 16;
        grid-column: 16/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-16-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 16;
        grid-column: 16/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-16-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 16;
        grid-column: 16/span 24;
  }
}

@media (min-width: 992px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.md-cols-17 {
    -ms-grid-columns: (auto)[17];
        grid-template-columns: repeat(17, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.md-cols-17-flex {
    -ms-grid-columns: (minmax(0, 1fr))[17];
        grid-template-columns: repeat(17, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .md-col-17 {
    -ms-grid-column: 17;
        grid-column: 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-17-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 17;
        grid-column: 17/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-17-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 17;
        grid-column: 17/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-17-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 17;
        grid-column: 17/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-17-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 17;
        grid-column: 17/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-17-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 17;
        grid-column: 17/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-17-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 17;
        grid-column: 17/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-17-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 17;
        grid-column: 17/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-17-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 17;
        grid-column: 17/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-17-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 17;
        grid-column: 17/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-17-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 17;
        grid-column: 17/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-17-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 17;
        grid-column: 17/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-17-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 17;
        grid-column: 17/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-17-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 17;
        grid-column: 17/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-17-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 17;
        grid-column: 17/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-17-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 17;
        grid-column: 17/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-17-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 17;
        grid-column: 17/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-17-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 17;
        grid-column: 17/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-17-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 17;
        grid-column: 17/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-17-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 17;
        grid-column: 17/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-17-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 17;
        grid-column: 17/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-17-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 17;
        grid-column: 17/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-17-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 17;
        grid-column: 17/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-17-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 17;
        grid-column: 17/span 24;
  }
}

@media (min-width: 992px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.md-cols-18 {
    -ms-grid-columns: (auto)[18];
        grid-template-columns: repeat(18, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.md-cols-18-flex {
    -ms-grid-columns: (minmax(0, 1fr))[18];
        grid-template-columns: repeat(18, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .md-col-18 {
    -ms-grid-column: 18;
        grid-column: 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-18-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 18;
        grid-column: 18/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-18-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 18;
        grid-column: 18/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-18-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 18;
        grid-column: 18/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-18-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 18;
        grid-column: 18/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-18-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 18;
        grid-column: 18/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-18-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 18;
        grid-column: 18/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-18-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 18;
        grid-column: 18/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-18-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 18;
        grid-column: 18/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-18-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 18;
        grid-column: 18/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-18-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 18;
        grid-column: 18/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-18-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 18;
        grid-column: 18/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-18-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 18;
        grid-column: 18/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-18-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 18;
        grid-column: 18/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-18-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 18;
        grid-column: 18/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-18-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 18;
        grid-column: 18/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-18-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 18;
        grid-column: 18/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-18-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 18;
        grid-column: 18/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-18-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 18;
        grid-column: 18/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-18-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 18;
        grid-column: 18/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-18-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 18;
        grid-column: 18/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-18-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 18;
        grid-column: 18/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-18-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 18;
        grid-column: 18/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-18-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 18;
        grid-column: 18/span 24;
  }
}

@media (min-width: 992px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.md-cols-19 {
    -ms-grid-columns: (auto)[19];
        grid-template-columns: repeat(19, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.md-cols-19-flex {
    -ms-grid-columns: (minmax(0, 1fr))[19];
        grid-template-columns: repeat(19, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .md-col-19 {
    -ms-grid-column: 19;
        grid-column: 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-19-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 19;
        grid-column: 19/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-19-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 19;
        grid-column: 19/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-19-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 19;
        grid-column: 19/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-19-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 19;
        grid-column: 19/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-19-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 19;
        grid-column: 19/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-19-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 19;
        grid-column: 19/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-19-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 19;
        grid-column: 19/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-19-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 19;
        grid-column: 19/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-19-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 19;
        grid-column: 19/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-19-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 19;
        grid-column: 19/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-19-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 19;
        grid-column: 19/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-19-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 19;
        grid-column: 19/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-19-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 19;
        grid-column: 19/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-19-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 19;
        grid-column: 19/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-19-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 19;
        grid-column: 19/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-19-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 19;
        grid-column: 19/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-19-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 19;
        grid-column: 19/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-19-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 19;
        grid-column: 19/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-19-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 19;
        grid-column: 19/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-19-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 19;
        grid-column: 19/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-19-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 19;
        grid-column: 19/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-19-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 19;
        grid-column: 19/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-19-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 19;
        grid-column: 19/span 24;
  }
}

@media (min-width: 992px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.md-cols-20 {
    -ms-grid-columns: (auto)[20];
        grid-template-columns: repeat(20, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.md-cols-20-flex {
    -ms-grid-columns: (minmax(0, 1fr))[20];
        grid-template-columns: repeat(20, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .md-col-20 {
    -ms-grid-column: 20;
        grid-column: 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-20-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 20;
        grid-column: 20/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-20-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 20;
        grid-column: 20/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-20-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 20;
        grid-column: 20/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-20-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 20;
        grid-column: 20/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-20-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 20;
        grid-column: 20/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-20-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 20;
        grid-column: 20/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-20-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 20;
        grid-column: 20/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-20-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 20;
        grid-column: 20/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-20-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 20;
        grid-column: 20/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-20-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 20;
        grid-column: 20/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-20-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 20;
        grid-column: 20/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-20-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 20;
        grid-column: 20/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-20-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 20;
        grid-column: 20/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-20-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 20;
        grid-column: 20/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-20-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 20;
        grid-column: 20/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-20-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 20;
        grid-column: 20/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-20-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 20;
        grid-column: 20/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-20-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 20;
        grid-column: 20/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-20-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 20;
        grid-column: 20/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-20-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 20;
        grid-column: 20/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-20-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 20;
        grid-column: 20/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-20-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 20;
        grid-column: 20/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-20-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 20;
        grid-column: 20/span 24;
  }
}

@media (min-width: 992px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.md-cols-21 {
    -ms-grid-columns: (auto)[21];
        grid-template-columns: repeat(21, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.md-cols-21-flex {
    -ms-grid-columns: (minmax(0, 1fr))[21];
        grid-template-columns: repeat(21, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .md-col-21 {
    -ms-grid-column: 21;
        grid-column: 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-21-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 21;
        grid-column: 21/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-21-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 21;
        grid-column: 21/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-21-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 21;
        grid-column: 21/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-21-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 21;
        grid-column: 21/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-21-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 21;
        grid-column: 21/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-21-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 21;
        grid-column: 21/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-21-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 21;
        grid-column: 21/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-21-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 21;
        grid-column: 21/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-21-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 21;
        grid-column: 21/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-21-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 21;
        grid-column: 21/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-21-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 21;
        grid-column: 21/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-21-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 21;
        grid-column: 21/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-21-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 21;
        grid-column: 21/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-21-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 21;
        grid-column: 21/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-21-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 21;
        grid-column: 21/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-21-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 21;
        grid-column: 21/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-21-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 21;
        grid-column: 21/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-21-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 21;
        grid-column: 21/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-21-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 21;
        grid-column: 21/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-21-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 21;
        grid-column: 21/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-21-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 21;
        grid-column: 21/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-21-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 21;
        grid-column: 21/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-21-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 21;
        grid-column: 21/span 24;
  }
}

@media (min-width: 992px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.md-cols-22 {
    -ms-grid-columns: (auto)[22];
        grid-template-columns: repeat(22, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.md-cols-22-flex {
    -ms-grid-columns: (minmax(0, 1fr))[22];
        grid-template-columns: repeat(22, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .md-col-22 {
    -ms-grid-column: 22;
        grid-column: 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-22-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 22;
        grid-column: 22/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-22-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 22;
        grid-column: 22/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-22-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 22;
        grid-column: 22/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-22-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 22;
        grid-column: 22/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-22-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 22;
        grid-column: 22/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-22-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 22;
        grid-column: 22/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-22-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 22;
        grid-column: 22/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-22-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 22;
        grid-column: 22/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-22-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 22;
        grid-column: 22/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-22-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 22;
        grid-column: 22/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-22-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 22;
        grid-column: 22/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-22-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 22;
        grid-column: 22/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-22-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 22;
        grid-column: 22/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-22-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 22;
        grid-column: 22/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-22-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 22;
        grid-column: 22/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-22-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 22;
        grid-column: 22/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-22-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 22;
        grid-column: 22/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-22-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 22;
        grid-column: 22/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-22-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 22;
        grid-column: 22/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-22-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 22;
        grid-column: 22/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-22-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 22;
        grid-column: 22/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-22-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 22;
        grid-column: 22/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-22-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 22;
        grid-column: 22/span 24;
  }
}

@media (min-width: 992px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.md-cols-23 {
    -ms-grid-columns: (auto)[23];
        grid-template-columns: repeat(23, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.md-cols-23-flex {
    -ms-grid-columns: (minmax(0, 1fr))[23];
        grid-template-columns: repeat(23, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .md-col-23 {
    -ms-grid-column: 23;
        grid-column: 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-23-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 23;
        grid-column: 23/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-23-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 23;
        grid-column: 23/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-23-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 23;
        grid-column: 23/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-23-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 23;
        grid-column: 23/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-23-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 23;
        grid-column: 23/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-23-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 23;
        grid-column: 23/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-23-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 23;
        grid-column: 23/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-23-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 23;
        grid-column: 23/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-23-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 23;
        grid-column: 23/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-23-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 23;
        grid-column: 23/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-23-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 23;
        grid-column: 23/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-23-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 23;
        grid-column: 23/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-23-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 23;
        grid-column: 23/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-23-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 23;
        grid-column: 23/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-23-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 23;
        grid-column: 23/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-23-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 23;
        grid-column: 23/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-23-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 23;
        grid-column: 23/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-23-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 23;
        grid-column: 23/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-23-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 23;
        grid-column: 23/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-23-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 23;
        grid-column: 23/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-23-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 23;
        grid-column: 23/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-23-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 23;
        grid-column: 23/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-23-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 23;
        grid-column: 23/span 24;
  }
}

@media (min-width: 992px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.md-cols-24 {
    -ms-grid-columns: (auto)[24];
        grid-template-columns: repeat(24, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.md-cols-24-flex {
    -ms-grid-columns: (minmax(0, 1fr))[24];
        grid-template-columns: repeat(24, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .md-col-24 {
    -ms-grid-column: 24;
        grid-column: 24;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-24-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 24;
        grid-column: 24/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-24-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 24;
        grid-column: 24/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-24-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 24;
        grid-column: 24/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-24-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 24;
        grid-column: 24/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-24-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 24;
        grid-column: 24/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-24-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 24;
        grid-column: 24/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-24-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 24;
        grid-column: 24/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-24-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 24;
        grid-column: 24/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-24-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 24;
        grid-column: 24/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-24-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 24;
        grid-column: 24/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-24-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 24;
        grid-column: 24/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-24-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 24;
        grid-column: 24/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-24-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 24;
        grid-column: 24/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-24-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 24;
        grid-column: 24/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-24-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 24;
        grid-column: 24/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-24-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 24;
        grid-column: 24/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-24-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 24;
        grid-column: 24/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-24-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 24;
        grid-column: 24/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-24-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 24;
        grid-column: 24/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-24-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 24;
        grid-column: 24/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-24-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 24;
        grid-column: 24/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-24-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 24;
        grid-column: 24/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .md-col-24-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 24;
        grid-column: 24/span 24;
  }
}

@media (min-width: 1200px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.lg-cols-1 {
    -ms-grid-columns: (auto)[1];
        grid-template-columns: repeat(1, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.lg-cols-1-flex {
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .lg-col-1 {
    -ms-grid-column: 1;
        grid-column: 1;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-1-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 1;
        grid-column: 1/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-1-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 1;
        grid-column: 1/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-1-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 1;
        grid-column: 1/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-1-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 1;
        grid-column: 1/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-1-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 1;
        grid-column: 1/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-1-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 1;
        grid-column: 1/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-1-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 1;
        grid-column: 1/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-1-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 1;
        grid-column: 1/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-1-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 1;
        grid-column: 1/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-1-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 1;
        grid-column: 1/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-1-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 1;
        grid-column: 1/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-1-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 1;
        grid-column: 1/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-1-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 1;
        grid-column: 1/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-1-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 1;
        grid-column: 1/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-1-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 1;
        grid-column: 1/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-1-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 1;
        grid-column: 1/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-1-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 1;
        grid-column: 1/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-1-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 1;
        grid-column: 1/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-1-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 1;
        grid-column: 1/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-1-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 1;
        grid-column: 1/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-1-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 1;
        grid-column: 1/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-1-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 1;
        grid-column: 1/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-1-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 1;
        grid-column: 1/span 24;
  }
}

@media (min-width: 1200px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.lg-cols-2 {
    -ms-grid-columns: (auto)[2];
        grid-template-columns: repeat(2, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.lg-cols-2-flex {
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .lg-col-2 {
    -ms-grid-column: 2;
        grid-column: 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-2-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 2;
        grid-column: 2/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-2-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 2;
        grid-column: 2/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-2-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 2;
        grid-column: 2/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-2-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 2;
        grid-column: 2/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-2-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 2;
        grid-column: 2/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-2-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 2;
        grid-column: 2/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-2-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 2;
        grid-column: 2/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-2-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 2;
        grid-column: 2/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-2-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 2;
        grid-column: 2/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-2-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 2;
        grid-column: 2/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-2-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 2;
        grid-column: 2/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-2-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 2;
        grid-column: 2/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-2-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 2;
        grid-column: 2/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-2-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 2;
        grid-column: 2/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-2-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 2;
        grid-column: 2/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-2-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 2;
        grid-column: 2/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-2-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 2;
        grid-column: 2/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-2-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 2;
        grid-column: 2/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-2-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 2;
        grid-column: 2/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-2-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 2;
        grid-column: 2/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-2-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 2;
        grid-column: 2/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-2-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 2;
        grid-column: 2/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-2-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 2;
        grid-column: 2/span 24;
  }
}

@media (min-width: 1200px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.lg-cols-3 {
    -ms-grid-columns: (auto)[3];
        grid-template-columns: repeat(3, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.lg-cols-3-flex {
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .lg-col-3 {
    -ms-grid-column: 3;
        grid-column: 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-3-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 3;
        grid-column: 3/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-3-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 3;
        grid-column: 3/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-3-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 3;
        grid-column: 3/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-3-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 3;
        grid-column: 3/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-3-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 3;
        grid-column: 3/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-3-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 3;
        grid-column: 3/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-3-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 3;
        grid-column: 3/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-3-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 3;
        grid-column: 3/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-3-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 3;
        grid-column: 3/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-3-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 3;
        grid-column: 3/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-3-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 3;
        grid-column: 3/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-3-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 3;
        grid-column: 3/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-3-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 3;
        grid-column: 3/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-3-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 3;
        grid-column: 3/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-3-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 3;
        grid-column: 3/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-3-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 3;
        grid-column: 3/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-3-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 3;
        grid-column: 3/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-3-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 3;
        grid-column: 3/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-3-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 3;
        grid-column: 3/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-3-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 3;
        grid-column: 3/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-3-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 3;
        grid-column: 3/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-3-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 3;
        grid-column: 3/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-3-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 3;
        grid-column: 3/span 24;
  }
}

@media (min-width: 1200px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.lg-cols-4 {
    -ms-grid-columns: (auto)[4];
        grid-template-columns: repeat(4, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.lg-cols-4-flex {
    -ms-grid-columns: (minmax(0, 1fr))[4];
        grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .lg-col-4 {
    -ms-grid-column: 4;
        grid-column: 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-4-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 4;
        grid-column: 4/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-4-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 4;
        grid-column: 4/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-4-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 4;
        grid-column: 4/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-4-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 4;
        grid-column: 4/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-4-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 4;
        grid-column: 4/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-4-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 4;
        grid-column: 4/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-4-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 4;
        grid-column: 4/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-4-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 4;
        grid-column: 4/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-4-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 4;
        grid-column: 4/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-4-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 4;
        grid-column: 4/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-4-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 4;
        grid-column: 4/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-4-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 4;
        grid-column: 4/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-4-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 4;
        grid-column: 4/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-4-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 4;
        grid-column: 4/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-4-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 4;
        grid-column: 4/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-4-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 4;
        grid-column: 4/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-4-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 4;
        grid-column: 4/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-4-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 4;
        grid-column: 4/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-4-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 4;
        grid-column: 4/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-4-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 4;
        grid-column: 4/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-4-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 4;
        grid-column: 4/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-4-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 4;
        grid-column: 4/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-4-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 4;
        grid-column: 4/span 24;
  }
}

@media (min-width: 1200px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.lg-cols-5 {
    -ms-grid-columns: (auto)[5];
        grid-template-columns: repeat(5, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.lg-cols-5-flex {
    -ms-grid-columns: (minmax(0, 1fr))[5];
        grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .lg-col-5 {
    -ms-grid-column: 5;
        grid-column: 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-5-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 5;
        grid-column: 5/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-5-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 5;
        grid-column: 5/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-5-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 5;
        grid-column: 5/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-5-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 5;
        grid-column: 5/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-5-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 5;
        grid-column: 5/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-5-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 5;
        grid-column: 5/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-5-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 5;
        grid-column: 5/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-5-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 5;
        grid-column: 5/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-5-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 5;
        grid-column: 5/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-5-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 5;
        grid-column: 5/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-5-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 5;
        grid-column: 5/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-5-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 5;
        grid-column: 5/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-5-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 5;
        grid-column: 5/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-5-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 5;
        grid-column: 5/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-5-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 5;
        grid-column: 5/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-5-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 5;
        grid-column: 5/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-5-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 5;
        grid-column: 5/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-5-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 5;
        grid-column: 5/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-5-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 5;
        grid-column: 5/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-5-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 5;
        grid-column: 5/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-5-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 5;
        grid-column: 5/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-5-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 5;
        grid-column: 5/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-5-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 5;
        grid-column: 5/span 24;
  }
}

@media (min-width: 1200px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.lg-cols-6 {
    -ms-grid-columns: (auto)[6];
        grid-template-columns: repeat(6, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.lg-cols-6-flex {
    -ms-grid-columns: (minmax(0, 1fr))[6];
        grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .lg-col-6 {
    -ms-grid-column: 6;
        grid-column: 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-6-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 6;
        grid-column: 6/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-6-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 6;
        grid-column: 6/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-6-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 6;
        grid-column: 6/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-6-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 6;
        grid-column: 6/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-6-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 6;
        grid-column: 6/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-6-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 6;
        grid-column: 6/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-6-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 6;
        grid-column: 6/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-6-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 6;
        grid-column: 6/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-6-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 6;
        grid-column: 6/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-6-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 6;
        grid-column: 6/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-6-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 6;
        grid-column: 6/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-6-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 6;
        grid-column: 6/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-6-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 6;
        grid-column: 6/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-6-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 6;
        grid-column: 6/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-6-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 6;
        grid-column: 6/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-6-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 6;
        grid-column: 6/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-6-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 6;
        grid-column: 6/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-6-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 6;
        grid-column: 6/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-6-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 6;
        grid-column: 6/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-6-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 6;
        grid-column: 6/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-6-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 6;
        grid-column: 6/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-6-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 6;
        grid-column: 6/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-6-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 6;
        grid-column: 6/span 24;
  }
}

@media (min-width: 1200px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.lg-cols-7 {
    -ms-grid-columns: (auto)[7];
        grid-template-columns: repeat(7, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.lg-cols-7-flex {
    -ms-grid-columns: (minmax(0, 1fr))[7];
        grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .lg-col-7 {
    -ms-grid-column: 7;
        grid-column: 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-7-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 7;
        grid-column: 7/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-7-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 7;
        grid-column: 7/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-7-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 7;
        grid-column: 7/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-7-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 7;
        grid-column: 7/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-7-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 7;
        grid-column: 7/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-7-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 7;
        grid-column: 7/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-7-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 7;
        grid-column: 7/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-7-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 7;
        grid-column: 7/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-7-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 7;
        grid-column: 7/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-7-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 7;
        grid-column: 7/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-7-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 7;
        grid-column: 7/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-7-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 7;
        grid-column: 7/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-7-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 7;
        grid-column: 7/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-7-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 7;
        grid-column: 7/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-7-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 7;
        grid-column: 7/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-7-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 7;
        grid-column: 7/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-7-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 7;
        grid-column: 7/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-7-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 7;
        grid-column: 7/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-7-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 7;
        grid-column: 7/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-7-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 7;
        grid-column: 7/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-7-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 7;
        grid-column: 7/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-7-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 7;
        grid-column: 7/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-7-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 7;
        grid-column: 7/span 24;
  }
}

@media (min-width: 1200px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.lg-cols-8 {
    -ms-grid-columns: (auto)[8];
        grid-template-columns: repeat(8, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.lg-cols-8-flex {
    -ms-grid-columns: (minmax(0, 1fr))[8];
        grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .lg-col-8 {
    -ms-grid-column: 8;
        grid-column: 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-8-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 8;
        grid-column: 8/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-8-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 8;
        grid-column: 8/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-8-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 8;
        grid-column: 8/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-8-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 8;
        grid-column: 8/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-8-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 8;
        grid-column: 8/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-8-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 8;
        grid-column: 8/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-8-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 8;
        grid-column: 8/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-8-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 8;
        grid-column: 8/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-8-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 8;
        grid-column: 8/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-8-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 8;
        grid-column: 8/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-8-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 8;
        grid-column: 8/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-8-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 8;
        grid-column: 8/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-8-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 8;
        grid-column: 8/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-8-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 8;
        grid-column: 8/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-8-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 8;
        grid-column: 8/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-8-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 8;
        grid-column: 8/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-8-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 8;
        grid-column: 8/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-8-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 8;
        grid-column: 8/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-8-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 8;
        grid-column: 8/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-8-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 8;
        grid-column: 8/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-8-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 8;
        grid-column: 8/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-8-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 8;
        grid-column: 8/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-8-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 8;
        grid-column: 8/span 24;
  }
}

@media (min-width: 1200px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.lg-cols-9 {
    -ms-grid-columns: (auto)[9];
        grid-template-columns: repeat(9, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.lg-cols-9-flex {
    -ms-grid-columns: (minmax(0, 1fr))[9];
        grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .lg-col-9 {
    -ms-grid-column: 9;
        grid-column: 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-9-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 9;
        grid-column: 9/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-9-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 9;
        grid-column: 9/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-9-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 9;
        grid-column: 9/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-9-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 9;
        grid-column: 9/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-9-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 9;
        grid-column: 9/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-9-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 9;
        grid-column: 9/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-9-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 9;
        grid-column: 9/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-9-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 9;
        grid-column: 9/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-9-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 9;
        grid-column: 9/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-9-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 9;
        grid-column: 9/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-9-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 9;
        grid-column: 9/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-9-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 9;
        grid-column: 9/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-9-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 9;
        grid-column: 9/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-9-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 9;
        grid-column: 9/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-9-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 9;
        grid-column: 9/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-9-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 9;
        grid-column: 9/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-9-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 9;
        grid-column: 9/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-9-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 9;
        grid-column: 9/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-9-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 9;
        grid-column: 9/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-9-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 9;
        grid-column: 9/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-9-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 9;
        grid-column: 9/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-9-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 9;
        grid-column: 9/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-9-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 9;
        grid-column: 9/span 24;
  }
}

@media (min-width: 1200px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.lg-cols-10 {
    -ms-grid-columns: (auto)[10];
        grid-template-columns: repeat(10, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.lg-cols-10-flex {
    -ms-grid-columns: (minmax(0, 1fr))[10];
        grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .lg-col-10 {
    -ms-grid-column: 10;
        grid-column: 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-10-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 10;
        grid-column: 10/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-10-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 10;
        grid-column: 10/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-10-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 10;
        grid-column: 10/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-10-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 10;
        grid-column: 10/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-10-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 10;
        grid-column: 10/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-10-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 10;
        grid-column: 10/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-10-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 10;
        grid-column: 10/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-10-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 10;
        grid-column: 10/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-10-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 10;
        grid-column: 10/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-10-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 10;
        grid-column: 10/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-10-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 10;
        grid-column: 10/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-10-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 10;
        grid-column: 10/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-10-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 10;
        grid-column: 10/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-10-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 10;
        grid-column: 10/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-10-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 10;
        grid-column: 10/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-10-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 10;
        grid-column: 10/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-10-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 10;
        grid-column: 10/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-10-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 10;
        grid-column: 10/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-10-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 10;
        grid-column: 10/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-10-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 10;
        grid-column: 10/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-10-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 10;
        grid-column: 10/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-10-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 10;
        grid-column: 10/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-10-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 10;
        grid-column: 10/span 24;
  }
}

@media (min-width: 1200px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.lg-cols-11 {
    -ms-grid-columns: (auto)[11];
        grid-template-columns: repeat(11, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.lg-cols-11-flex {
    -ms-grid-columns: (minmax(0, 1fr))[11];
        grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .lg-col-11 {
    -ms-grid-column: 11;
        grid-column: 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-11-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 11;
        grid-column: 11/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-11-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 11;
        grid-column: 11/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-11-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 11;
        grid-column: 11/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-11-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 11;
        grid-column: 11/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-11-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 11;
        grid-column: 11/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-11-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 11;
        grid-column: 11/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-11-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 11;
        grid-column: 11/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-11-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 11;
        grid-column: 11/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-11-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 11;
        grid-column: 11/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-11-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 11;
        grid-column: 11/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-11-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 11;
        grid-column: 11/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-11-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 11;
        grid-column: 11/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-11-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 11;
        grid-column: 11/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-11-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 11;
        grid-column: 11/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-11-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 11;
        grid-column: 11/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-11-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 11;
        grid-column: 11/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-11-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 11;
        grid-column: 11/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-11-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 11;
        grid-column: 11/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-11-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 11;
        grid-column: 11/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-11-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 11;
        grid-column: 11/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-11-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 11;
        grid-column: 11/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-11-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 11;
        grid-column: 11/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-11-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 11;
        grid-column: 11/span 24;
  }
}

@media (min-width: 1200px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.lg-cols-12 {
    -ms-grid-columns: (auto)[12];
        grid-template-columns: repeat(12, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.lg-cols-12-flex {
    -ms-grid-columns: (minmax(0, 1fr))[12];
        grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .lg-col-12 {
    -ms-grid-column: 12;
        grid-column: 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-12-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 12;
        grid-column: 12/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-12-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 12;
        grid-column: 12/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-12-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 12;
        grid-column: 12/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-12-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 12;
        grid-column: 12/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-12-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 12;
        grid-column: 12/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-12-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 12;
        grid-column: 12/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-12-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 12;
        grid-column: 12/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-12-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 12;
        grid-column: 12/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-12-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 12;
        grid-column: 12/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-12-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 12;
        grid-column: 12/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-12-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 12;
        grid-column: 12/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-12-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 12;
        grid-column: 12/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-12-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 12;
        grid-column: 12/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-12-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 12;
        grid-column: 12/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-12-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 12;
        grid-column: 12/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-12-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 12;
        grid-column: 12/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-12-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 12;
        grid-column: 12/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-12-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 12;
        grid-column: 12/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-12-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 12;
        grid-column: 12/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-12-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 12;
        grid-column: 12/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-12-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 12;
        grid-column: 12/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-12-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 12;
        grid-column: 12/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-12-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 12;
        grid-column: 12/span 24;
  }
}

@media (min-width: 1200px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.lg-cols-13 {
    -ms-grid-columns: (auto)[13];
        grid-template-columns: repeat(13, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.lg-cols-13-flex {
    -ms-grid-columns: (minmax(0, 1fr))[13];
        grid-template-columns: repeat(13, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .lg-col-13 {
    -ms-grid-column: 13;
        grid-column: 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-13-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 13;
        grid-column: 13/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-13-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 13;
        grid-column: 13/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-13-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 13;
        grid-column: 13/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-13-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 13;
        grid-column: 13/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-13-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 13;
        grid-column: 13/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-13-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 13;
        grid-column: 13/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-13-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 13;
        grid-column: 13/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-13-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 13;
        grid-column: 13/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-13-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 13;
        grid-column: 13/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-13-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 13;
        grid-column: 13/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-13-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 13;
        grid-column: 13/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-13-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 13;
        grid-column: 13/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-13-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 13;
        grid-column: 13/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-13-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 13;
        grid-column: 13/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-13-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 13;
        grid-column: 13/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-13-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 13;
        grid-column: 13/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-13-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 13;
        grid-column: 13/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-13-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 13;
        grid-column: 13/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-13-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 13;
        grid-column: 13/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-13-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 13;
        grid-column: 13/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-13-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 13;
        grid-column: 13/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-13-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 13;
        grid-column: 13/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-13-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 13;
        grid-column: 13/span 24;
  }
}

@media (min-width: 1200px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.lg-cols-14 {
    -ms-grid-columns: (auto)[14];
        grid-template-columns: repeat(14, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.lg-cols-14-flex {
    -ms-grid-columns: (minmax(0, 1fr))[14];
        grid-template-columns: repeat(14, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .lg-col-14 {
    -ms-grid-column: 14;
        grid-column: 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-14-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 14;
        grid-column: 14/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-14-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 14;
        grid-column: 14/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-14-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 14;
        grid-column: 14/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-14-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 14;
        grid-column: 14/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-14-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 14;
        grid-column: 14/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-14-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 14;
        grid-column: 14/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-14-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 14;
        grid-column: 14/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-14-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 14;
        grid-column: 14/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-14-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 14;
        grid-column: 14/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-14-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 14;
        grid-column: 14/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-14-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 14;
        grid-column: 14/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-14-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 14;
        grid-column: 14/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-14-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 14;
        grid-column: 14/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-14-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 14;
        grid-column: 14/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-14-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 14;
        grid-column: 14/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-14-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 14;
        grid-column: 14/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-14-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 14;
        grid-column: 14/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-14-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 14;
        grid-column: 14/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-14-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 14;
        grid-column: 14/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-14-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 14;
        grid-column: 14/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-14-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 14;
        grid-column: 14/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-14-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 14;
        grid-column: 14/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-14-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 14;
        grid-column: 14/span 24;
  }
}

@media (min-width: 1200px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.lg-cols-15 {
    -ms-grid-columns: (auto)[15];
        grid-template-columns: repeat(15, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.lg-cols-15-flex {
    -ms-grid-columns: (minmax(0, 1fr))[15];
        grid-template-columns: repeat(15, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .lg-col-15 {
    -ms-grid-column: 15;
        grid-column: 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-15-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 15;
        grid-column: 15/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-15-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 15;
        grid-column: 15/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-15-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 15;
        grid-column: 15/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-15-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 15;
        grid-column: 15/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-15-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 15;
        grid-column: 15/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-15-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 15;
        grid-column: 15/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-15-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 15;
        grid-column: 15/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-15-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 15;
        grid-column: 15/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-15-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 15;
        grid-column: 15/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-15-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 15;
        grid-column: 15/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-15-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 15;
        grid-column: 15/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-15-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 15;
        grid-column: 15/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-15-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 15;
        grid-column: 15/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-15-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 15;
        grid-column: 15/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-15-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 15;
        grid-column: 15/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-15-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 15;
        grid-column: 15/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-15-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 15;
        grid-column: 15/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-15-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 15;
        grid-column: 15/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-15-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 15;
        grid-column: 15/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-15-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 15;
        grid-column: 15/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-15-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 15;
        grid-column: 15/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-15-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 15;
        grid-column: 15/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-15-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 15;
        grid-column: 15/span 24;
  }
}

@media (min-width: 1200px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.lg-cols-16 {
    -ms-grid-columns: (auto)[16];
        grid-template-columns: repeat(16, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.lg-cols-16-flex {
    -ms-grid-columns: (minmax(0, 1fr))[16];
        grid-template-columns: repeat(16, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .lg-col-16 {
    -ms-grid-column: 16;
        grid-column: 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-16-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 16;
        grid-column: 16/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-16-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 16;
        grid-column: 16/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-16-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 16;
        grid-column: 16/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-16-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 16;
        grid-column: 16/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-16-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 16;
        grid-column: 16/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-16-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 16;
        grid-column: 16/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-16-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 16;
        grid-column: 16/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-16-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 16;
        grid-column: 16/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-16-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 16;
        grid-column: 16/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-16-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 16;
        grid-column: 16/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-16-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 16;
        grid-column: 16/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-16-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 16;
        grid-column: 16/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-16-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 16;
        grid-column: 16/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-16-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 16;
        grid-column: 16/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-16-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 16;
        grid-column: 16/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-16-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 16;
        grid-column: 16/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-16-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 16;
        grid-column: 16/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-16-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 16;
        grid-column: 16/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-16-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 16;
        grid-column: 16/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-16-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 16;
        grid-column: 16/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-16-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 16;
        grid-column: 16/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-16-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 16;
        grid-column: 16/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-16-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 16;
        grid-column: 16/span 24;
  }
}

@media (min-width: 1200px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.lg-cols-17 {
    -ms-grid-columns: (auto)[17];
        grid-template-columns: repeat(17, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.lg-cols-17-flex {
    -ms-grid-columns: (minmax(0, 1fr))[17];
        grid-template-columns: repeat(17, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .lg-col-17 {
    -ms-grid-column: 17;
        grid-column: 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-17-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 17;
        grid-column: 17/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-17-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 17;
        grid-column: 17/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-17-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 17;
        grid-column: 17/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-17-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 17;
        grid-column: 17/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-17-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 17;
        grid-column: 17/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-17-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 17;
        grid-column: 17/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-17-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 17;
        grid-column: 17/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-17-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 17;
        grid-column: 17/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-17-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 17;
        grid-column: 17/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-17-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 17;
        grid-column: 17/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-17-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 17;
        grid-column: 17/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-17-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 17;
        grid-column: 17/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-17-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 17;
        grid-column: 17/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-17-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 17;
        grid-column: 17/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-17-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 17;
        grid-column: 17/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-17-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 17;
        grid-column: 17/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-17-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 17;
        grid-column: 17/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-17-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 17;
        grid-column: 17/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-17-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 17;
        grid-column: 17/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-17-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 17;
        grid-column: 17/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-17-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 17;
        grid-column: 17/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-17-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 17;
        grid-column: 17/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-17-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 17;
        grid-column: 17/span 24;
  }
}

@media (min-width: 1200px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.lg-cols-18 {
    -ms-grid-columns: (auto)[18];
        grid-template-columns: repeat(18, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.lg-cols-18-flex {
    -ms-grid-columns: (minmax(0, 1fr))[18];
        grid-template-columns: repeat(18, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .lg-col-18 {
    -ms-grid-column: 18;
        grid-column: 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-18-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 18;
        grid-column: 18/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-18-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 18;
        grid-column: 18/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-18-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 18;
        grid-column: 18/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-18-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 18;
        grid-column: 18/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-18-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 18;
        grid-column: 18/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-18-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 18;
        grid-column: 18/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-18-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 18;
        grid-column: 18/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-18-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 18;
        grid-column: 18/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-18-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 18;
        grid-column: 18/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-18-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 18;
        grid-column: 18/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-18-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 18;
        grid-column: 18/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-18-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 18;
        grid-column: 18/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-18-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 18;
        grid-column: 18/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-18-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 18;
        grid-column: 18/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-18-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 18;
        grid-column: 18/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-18-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 18;
        grid-column: 18/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-18-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 18;
        grid-column: 18/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-18-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 18;
        grid-column: 18/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-18-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 18;
        grid-column: 18/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-18-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 18;
        grid-column: 18/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-18-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 18;
        grid-column: 18/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-18-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 18;
        grid-column: 18/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-18-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 18;
        grid-column: 18/span 24;
  }
}

@media (min-width: 1200px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.lg-cols-19 {
    -ms-grid-columns: (auto)[19];
        grid-template-columns: repeat(19, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.lg-cols-19-flex {
    -ms-grid-columns: (minmax(0, 1fr))[19];
        grid-template-columns: repeat(19, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .lg-col-19 {
    -ms-grid-column: 19;
        grid-column: 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-19-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 19;
        grid-column: 19/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-19-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 19;
        grid-column: 19/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-19-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 19;
        grid-column: 19/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-19-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 19;
        grid-column: 19/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-19-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 19;
        grid-column: 19/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-19-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 19;
        grid-column: 19/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-19-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 19;
        grid-column: 19/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-19-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 19;
        grid-column: 19/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-19-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 19;
        grid-column: 19/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-19-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 19;
        grid-column: 19/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-19-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 19;
        grid-column: 19/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-19-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 19;
        grid-column: 19/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-19-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 19;
        grid-column: 19/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-19-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 19;
        grid-column: 19/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-19-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 19;
        grid-column: 19/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-19-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 19;
        grid-column: 19/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-19-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 19;
        grid-column: 19/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-19-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 19;
        grid-column: 19/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-19-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 19;
        grid-column: 19/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-19-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 19;
        grid-column: 19/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-19-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 19;
        grid-column: 19/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-19-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 19;
        grid-column: 19/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-19-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 19;
        grid-column: 19/span 24;
  }
}

@media (min-width: 1200px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.lg-cols-20 {
    -ms-grid-columns: (auto)[20];
        grid-template-columns: repeat(20, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.lg-cols-20-flex {
    -ms-grid-columns: (minmax(0, 1fr))[20];
        grid-template-columns: repeat(20, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .lg-col-20 {
    -ms-grid-column: 20;
        grid-column: 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-20-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 20;
        grid-column: 20/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-20-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 20;
        grid-column: 20/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-20-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 20;
        grid-column: 20/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-20-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 20;
        grid-column: 20/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-20-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 20;
        grid-column: 20/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-20-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 20;
        grid-column: 20/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-20-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 20;
        grid-column: 20/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-20-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 20;
        grid-column: 20/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-20-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 20;
        grid-column: 20/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-20-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 20;
        grid-column: 20/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-20-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 20;
        grid-column: 20/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-20-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 20;
        grid-column: 20/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-20-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 20;
        grid-column: 20/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-20-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 20;
        grid-column: 20/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-20-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 20;
        grid-column: 20/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-20-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 20;
        grid-column: 20/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-20-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 20;
        grid-column: 20/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-20-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 20;
        grid-column: 20/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-20-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 20;
        grid-column: 20/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-20-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 20;
        grid-column: 20/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-20-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 20;
        grid-column: 20/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-20-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 20;
        grid-column: 20/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-20-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 20;
        grid-column: 20/span 24;
  }
}

@media (min-width: 1200px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.lg-cols-21 {
    -ms-grid-columns: (auto)[21];
        grid-template-columns: repeat(21, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.lg-cols-21-flex {
    -ms-grid-columns: (minmax(0, 1fr))[21];
        grid-template-columns: repeat(21, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .lg-col-21 {
    -ms-grid-column: 21;
        grid-column: 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-21-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 21;
        grid-column: 21/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-21-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 21;
        grid-column: 21/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-21-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 21;
        grid-column: 21/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-21-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 21;
        grid-column: 21/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-21-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 21;
        grid-column: 21/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-21-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 21;
        grid-column: 21/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-21-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 21;
        grid-column: 21/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-21-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 21;
        grid-column: 21/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-21-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 21;
        grid-column: 21/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-21-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 21;
        grid-column: 21/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-21-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 21;
        grid-column: 21/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-21-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 21;
        grid-column: 21/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-21-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 21;
        grid-column: 21/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-21-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 21;
        grid-column: 21/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-21-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 21;
        grid-column: 21/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-21-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 21;
        grid-column: 21/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-21-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 21;
        grid-column: 21/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-21-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 21;
        grid-column: 21/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-21-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 21;
        grid-column: 21/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-21-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 21;
        grid-column: 21/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-21-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 21;
        grid-column: 21/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-21-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 21;
        grid-column: 21/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-21-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 21;
        grid-column: 21/span 24;
  }
}

@media (min-width: 1200px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.lg-cols-22 {
    -ms-grid-columns: (auto)[22];
        grid-template-columns: repeat(22, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.lg-cols-22-flex {
    -ms-grid-columns: (minmax(0, 1fr))[22];
        grid-template-columns: repeat(22, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .lg-col-22 {
    -ms-grid-column: 22;
        grid-column: 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-22-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 22;
        grid-column: 22/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-22-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 22;
        grid-column: 22/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-22-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 22;
        grid-column: 22/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-22-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 22;
        grid-column: 22/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-22-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 22;
        grid-column: 22/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-22-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 22;
        grid-column: 22/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-22-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 22;
        grid-column: 22/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-22-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 22;
        grid-column: 22/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-22-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 22;
        grid-column: 22/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-22-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 22;
        grid-column: 22/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-22-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 22;
        grid-column: 22/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-22-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 22;
        grid-column: 22/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-22-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 22;
        grid-column: 22/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-22-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 22;
        grid-column: 22/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-22-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 22;
        grid-column: 22/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-22-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 22;
        grid-column: 22/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-22-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 22;
        grid-column: 22/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-22-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 22;
        grid-column: 22/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-22-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 22;
        grid-column: 22/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-22-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 22;
        grid-column: 22/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-22-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 22;
        grid-column: 22/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-22-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 22;
        grid-column: 22/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-22-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 22;
        grid-column: 22/span 24;
  }
}

@media (min-width: 1200px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.lg-cols-23 {
    -ms-grid-columns: (auto)[23];
        grid-template-columns: repeat(23, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.lg-cols-23-flex {
    -ms-grid-columns: (minmax(0, 1fr))[23];
        grid-template-columns: repeat(23, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .lg-col-23 {
    -ms-grid-column: 23;
        grid-column: 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-23-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 23;
        grid-column: 23/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-23-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 23;
        grid-column: 23/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-23-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 23;
        grid-column: 23/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-23-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 23;
        grid-column: 23/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-23-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 23;
        grid-column: 23/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-23-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 23;
        grid-column: 23/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-23-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 23;
        grid-column: 23/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-23-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 23;
        grid-column: 23/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-23-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 23;
        grid-column: 23/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-23-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 23;
        grid-column: 23/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-23-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 23;
        grid-column: 23/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-23-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 23;
        grid-column: 23/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-23-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 23;
        grid-column: 23/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-23-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 23;
        grid-column: 23/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-23-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 23;
        grid-column: 23/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-23-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 23;
        grid-column: 23/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-23-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 23;
        grid-column: 23/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-23-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 23;
        grid-column: 23/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-23-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 23;
        grid-column: 23/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-23-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 23;
        grid-column: 23/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-23-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 23;
        grid-column: 23/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-23-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 23;
        grid-column: 23/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-23-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 23;
        grid-column: 23/span 24;
  }
}

@media (min-width: 1200px) {
  /* line 70, app/styles/base/_grid.scss */
  .grid.lg-cols-24 {
    -ms-grid-columns: (auto)[24];
        grid-template-columns: repeat(24, auto);
  }
  /* line 74, app/styles/base/_grid.scss */
  .grid.lg-cols-24-flex {
    -ms-grid-columns: (minmax(0, 1fr))[24];
        grid-template-columns: repeat(24, minmax(0, 1fr));
  }
  /* line 78, app/styles/base/_grid.scss */
  .grid .lg-col-24 {
    -ms-grid-column: 24;
        grid-column: 24;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-24-span-2 {
    -ms-grid-column-span: 2;
    -ms-grid-column: 24;
        grid-column: 24/span 2;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-24-span-3 {
    -ms-grid-column-span: 3;
    -ms-grid-column: 24;
        grid-column: 24/span 3;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-24-span-4 {
    -ms-grid-column-span: 4;
    -ms-grid-column: 24;
        grid-column: 24/span 4;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-24-span-5 {
    -ms-grid-column-span: 5;
    -ms-grid-column: 24;
        grid-column: 24/span 5;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-24-span-6 {
    -ms-grid-column-span: 6;
    -ms-grid-column: 24;
        grid-column: 24/span 6;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-24-span-7 {
    -ms-grid-column-span: 7;
    -ms-grid-column: 24;
        grid-column: 24/span 7;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-24-span-8 {
    -ms-grid-column-span: 8;
    -ms-grid-column: 24;
        grid-column: 24/span 8;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-24-span-9 {
    -ms-grid-column-span: 9;
    -ms-grid-column: 24;
        grid-column: 24/span 9;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-24-span-10 {
    -ms-grid-column-span: 10;
    -ms-grid-column: 24;
        grid-column: 24/span 10;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-24-span-11 {
    -ms-grid-column-span: 11;
    -ms-grid-column: 24;
        grid-column: 24/span 11;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-24-span-12 {
    -ms-grid-column-span: 12;
    -ms-grid-column: 24;
        grid-column: 24/span 12;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-24-span-13 {
    -ms-grid-column-span: 13;
    -ms-grid-column: 24;
        grid-column: 24/span 13;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-24-span-14 {
    -ms-grid-column-span: 14;
    -ms-grid-column: 24;
        grid-column: 24/span 14;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-24-span-15 {
    -ms-grid-column-span: 15;
    -ms-grid-column: 24;
        grid-column: 24/span 15;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-24-span-16 {
    -ms-grid-column-span: 16;
    -ms-grid-column: 24;
        grid-column: 24/span 16;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-24-span-17 {
    -ms-grid-column-span: 17;
    -ms-grid-column: 24;
        grid-column: 24/span 17;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-24-span-18 {
    -ms-grid-column-span: 18;
    -ms-grid-column: 24;
        grid-column: 24/span 18;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-24-span-19 {
    -ms-grid-column-span: 19;
    -ms-grid-column: 24;
        grid-column: 24/span 19;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-24-span-20 {
    -ms-grid-column-span: 20;
    -ms-grid-column: 24;
        grid-column: 24/span 20;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-24-span-21 {
    -ms-grid-column-span: 21;
    -ms-grid-column: 24;
        grid-column: 24/span 21;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-24-span-22 {
    -ms-grid-column-span: 22;
    -ms-grid-column: 24;
        grid-column: 24/span 22;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-24-span-23 {
    -ms-grid-column-span: 23;
    -ms-grid-column: 24;
        grid-column: 24/span 23;
  }
  /* line 83, app/styles/base/_grid.scss */
  .grid .lg-col-24-span-24 {
    -ms-grid-column-span: 24;
    -ms-grid-column: 24;
        grid-column: 24/span 24;
  }
}

/* line 92, app/styles/base/_grid.scss */
.grid.rows-1 {
  -ms-grid-rows: (auto)[1];
      grid-template-rows: repeat(1, auto);
}

/* line 96, app/styles/base/_grid.scss */
.grid.rows-1-flex {
  -ms-grid-rows: (minmax(0, 1fr))[1];
      grid-template-rows: repeat(1, minmax(0, 1fr));
}

/* line 100, app/styles/base/_grid.scss */
.grid .row-1 {
  -ms-grid-row: 1;
      grid-row: 1;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-1-span-2 {
  -ms-grid-row-span: 2;
  -ms-grid-row: 1;
      grid-row: 1/span 2;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-1-span-3 {
  -ms-grid-row-span: 3;
  -ms-grid-row: 1;
      grid-row: 1/span 3;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-1-span-4 {
  -ms-grid-row-span: 4;
  -ms-grid-row: 1;
      grid-row: 1/span 4;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-1-span-5 {
  -ms-grid-row-span: 5;
  -ms-grid-row: 1;
      grid-row: 1/span 5;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-1-span-6 {
  -ms-grid-row-span: 6;
  -ms-grid-row: 1;
      grid-row: 1/span 6;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-1-span-7 {
  -ms-grid-row-span: 7;
  -ms-grid-row: 1;
      grid-row: 1/span 7;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-1-span-8 {
  -ms-grid-row-span: 8;
  -ms-grid-row: 1;
      grid-row: 1/span 8;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-1-span-9 {
  -ms-grid-row-span: 9;
  -ms-grid-row: 1;
      grid-row: 1/span 9;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-1-span-10 {
  -ms-grid-row-span: 10;
  -ms-grid-row: 1;
      grid-row: 1/span 10;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-1-span-11 {
  -ms-grid-row-span: 11;
  -ms-grid-row: 1;
      grid-row: 1/span 11;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-1-span-12 {
  -ms-grid-row-span: 12;
  -ms-grid-row: 1;
      grid-row: 1/span 12;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-1-span-13 {
  -ms-grid-row-span: 13;
  -ms-grid-row: 1;
      grid-row: 1/span 13;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-1-span-14 {
  -ms-grid-row-span: 14;
  -ms-grid-row: 1;
      grid-row: 1/span 14;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-1-span-15 {
  -ms-grid-row-span: 15;
  -ms-grid-row: 1;
      grid-row: 1/span 15;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-1-span-16 {
  -ms-grid-row-span: 16;
  -ms-grid-row: 1;
      grid-row: 1/span 16;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-1-span-17 {
  -ms-grid-row-span: 17;
  -ms-grid-row: 1;
      grid-row: 1/span 17;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-1-span-18 {
  -ms-grid-row-span: 18;
  -ms-grid-row: 1;
      grid-row: 1/span 18;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-1-span-19 {
  -ms-grid-row-span: 19;
  -ms-grid-row: 1;
      grid-row: 1/span 19;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-1-span-20 {
  -ms-grid-row-span: 20;
  -ms-grid-row: 1;
      grid-row: 1/span 20;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-1-span-21 {
  -ms-grid-row-span: 21;
  -ms-grid-row: 1;
      grid-row: 1/span 21;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-1-span-22 {
  -ms-grid-row-span: 22;
  -ms-grid-row: 1;
      grid-row: 1/span 22;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-1-span-23 {
  -ms-grid-row-span: 23;
  -ms-grid-row: 1;
      grid-row: 1/span 23;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-1-span-24 {
  -ms-grid-row-span: 24;
  -ms-grid-row: 1;
      grid-row: 1/span 24;
}

/* line 92, app/styles/base/_grid.scss */
.grid.rows-2 {
  -ms-grid-rows: (auto)[2];
      grid-template-rows: repeat(2, auto);
}

/* line 96, app/styles/base/_grid.scss */
.grid.rows-2-flex {
  -ms-grid-rows: (minmax(0, 1fr))[2];
      grid-template-rows: repeat(2, minmax(0, 1fr));
}

/* line 100, app/styles/base/_grid.scss */
.grid .row-2 {
  -ms-grid-row: 2;
      grid-row: 2;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-2-span-2 {
  -ms-grid-row-span: 2;
  -ms-grid-row: 2;
      grid-row: 2/span 2;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-2-span-3 {
  -ms-grid-row-span: 3;
  -ms-grid-row: 2;
      grid-row: 2/span 3;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-2-span-4 {
  -ms-grid-row-span: 4;
  -ms-grid-row: 2;
      grid-row: 2/span 4;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-2-span-5 {
  -ms-grid-row-span: 5;
  -ms-grid-row: 2;
      grid-row: 2/span 5;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-2-span-6 {
  -ms-grid-row-span: 6;
  -ms-grid-row: 2;
      grid-row: 2/span 6;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-2-span-7 {
  -ms-grid-row-span: 7;
  -ms-grid-row: 2;
      grid-row: 2/span 7;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-2-span-8 {
  -ms-grid-row-span: 8;
  -ms-grid-row: 2;
      grid-row: 2/span 8;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-2-span-9 {
  -ms-grid-row-span: 9;
  -ms-grid-row: 2;
      grid-row: 2/span 9;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-2-span-10 {
  -ms-grid-row-span: 10;
  -ms-grid-row: 2;
      grid-row: 2/span 10;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-2-span-11 {
  -ms-grid-row-span: 11;
  -ms-grid-row: 2;
      grid-row: 2/span 11;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-2-span-12 {
  -ms-grid-row-span: 12;
  -ms-grid-row: 2;
      grid-row: 2/span 12;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-2-span-13 {
  -ms-grid-row-span: 13;
  -ms-grid-row: 2;
      grid-row: 2/span 13;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-2-span-14 {
  -ms-grid-row-span: 14;
  -ms-grid-row: 2;
      grid-row: 2/span 14;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-2-span-15 {
  -ms-grid-row-span: 15;
  -ms-grid-row: 2;
      grid-row: 2/span 15;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-2-span-16 {
  -ms-grid-row-span: 16;
  -ms-grid-row: 2;
      grid-row: 2/span 16;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-2-span-17 {
  -ms-grid-row-span: 17;
  -ms-grid-row: 2;
      grid-row: 2/span 17;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-2-span-18 {
  -ms-grid-row-span: 18;
  -ms-grid-row: 2;
      grid-row: 2/span 18;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-2-span-19 {
  -ms-grid-row-span: 19;
  -ms-grid-row: 2;
      grid-row: 2/span 19;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-2-span-20 {
  -ms-grid-row-span: 20;
  -ms-grid-row: 2;
      grid-row: 2/span 20;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-2-span-21 {
  -ms-grid-row-span: 21;
  -ms-grid-row: 2;
      grid-row: 2/span 21;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-2-span-22 {
  -ms-grid-row-span: 22;
  -ms-grid-row: 2;
      grid-row: 2/span 22;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-2-span-23 {
  -ms-grid-row-span: 23;
  -ms-grid-row: 2;
      grid-row: 2/span 23;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-2-span-24 {
  -ms-grid-row-span: 24;
  -ms-grid-row: 2;
      grid-row: 2/span 24;
}

/* line 92, app/styles/base/_grid.scss */
.grid.rows-3 {
  -ms-grid-rows: (auto)[3];
      grid-template-rows: repeat(3, auto);
}

/* line 96, app/styles/base/_grid.scss */
.grid.rows-3-flex {
  -ms-grid-rows: (minmax(0, 1fr))[3];
      grid-template-rows: repeat(3, minmax(0, 1fr));
}

/* line 100, app/styles/base/_grid.scss */
.grid .row-3 {
  -ms-grid-row: 3;
      grid-row: 3;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-3-span-2 {
  -ms-grid-row-span: 2;
  -ms-grid-row: 3;
      grid-row: 3/span 2;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-3-span-3 {
  -ms-grid-row-span: 3;
  -ms-grid-row: 3;
      grid-row: 3/span 3;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-3-span-4 {
  -ms-grid-row-span: 4;
  -ms-grid-row: 3;
      grid-row: 3/span 4;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-3-span-5 {
  -ms-grid-row-span: 5;
  -ms-grid-row: 3;
      grid-row: 3/span 5;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-3-span-6 {
  -ms-grid-row-span: 6;
  -ms-grid-row: 3;
      grid-row: 3/span 6;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-3-span-7 {
  -ms-grid-row-span: 7;
  -ms-grid-row: 3;
      grid-row: 3/span 7;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-3-span-8 {
  -ms-grid-row-span: 8;
  -ms-grid-row: 3;
      grid-row: 3/span 8;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-3-span-9 {
  -ms-grid-row-span: 9;
  -ms-grid-row: 3;
      grid-row: 3/span 9;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-3-span-10 {
  -ms-grid-row-span: 10;
  -ms-grid-row: 3;
      grid-row: 3/span 10;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-3-span-11 {
  -ms-grid-row-span: 11;
  -ms-grid-row: 3;
      grid-row: 3/span 11;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-3-span-12 {
  -ms-grid-row-span: 12;
  -ms-grid-row: 3;
      grid-row: 3/span 12;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-3-span-13 {
  -ms-grid-row-span: 13;
  -ms-grid-row: 3;
      grid-row: 3/span 13;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-3-span-14 {
  -ms-grid-row-span: 14;
  -ms-grid-row: 3;
      grid-row: 3/span 14;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-3-span-15 {
  -ms-grid-row-span: 15;
  -ms-grid-row: 3;
      grid-row: 3/span 15;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-3-span-16 {
  -ms-grid-row-span: 16;
  -ms-grid-row: 3;
      grid-row: 3/span 16;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-3-span-17 {
  -ms-grid-row-span: 17;
  -ms-grid-row: 3;
      grid-row: 3/span 17;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-3-span-18 {
  -ms-grid-row-span: 18;
  -ms-grid-row: 3;
      grid-row: 3/span 18;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-3-span-19 {
  -ms-grid-row-span: 19;
  -ms-grid-row: 3;
      grid-row: 3/span 19;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-3-span-20 {
  -ms-grid-row-span: 20;
  -ms-grid-row: 3;
      grid-row: 3/span 20;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-3-span-21 {
  -ms-grid-row-span: 21;
  -ms-grid-row: 3;
      grid-row: 3/span 21;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-3-span-22 {
  -ms-grid-row-span: 22;
  -ms-grid-row: 3;
      grid-row: 3/span 22;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-3-span-23 {
  -ms-grid-row-span: 23;
  -ms-grid-row: 3;
      grid-row: 3/span 23;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-3-span-24 {
  -ms-grid-row-span: 24;
  -ms-grid-row: 3;
      grid-row: 3/span 24;
}

/* line 92, app/styles/base/_grid.scss */
.grid.rows-4 {
  -ms-grid-rows: (auto)[4];
      grid-template-rows: repeat(4, auto);
}

/* line 96, app/styles/base/_grid.scss */
.grid.rows-4-flex {
  -ms-grid-rows: (minmax(0, 1fr))[4];
      grid-template-rows: repeat(4, minmax(0, 1fr));
}

/* line 100, app/styles/base/_grid.scss */
.grid .row-4 {
  -ms-grid-row: 4;
      grid-row: 4;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-4-span-2 {
  -ms-grid-row-span: 2;
  -ms-grid-row: 4;
      grid-row: 4/span 2;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-4-span-3 {
  -ms-grid-row-span: 3;
  -ms-grid-row: 4;
      grid-row: 4/span 3;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-4-span-4 {
  -ms-grid-row-span: 4;
  -ms-grid-row: 4;
      grid-row: 4/span 4;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-4-span-5 {
  -ms-grid-row-span: 5;
  -ms-grid-row: 4;
      grid-row: 4/span 5;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-4-span-6 {
  -ms-grid-row-span: 6;
  -ms-grid-row: 4;
      grid-row: 4/span 6;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-4-span-7 {
  -ms-grid-row-span: 7;
  -ms-grid-row: 4;
      grid-row: 4/span 7;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-4-span-8 {
  -ms-grid-row-span: 8;
  -ms-grid-row: 4;
      grid-row: 4/span 8;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-4-span-9 {
  -ms-grid-row-span: 9;
  -ms-grid-row: 4;
      grid-row: 4/span 9;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-4-span-10 {
  -ms-grid-row-span: 10;
  -ms-grid-row: 4;
      grid-row: 4/span 10;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-4-span-11 {
  -ms-grid-row-span: 11;
  -ms-grid-row: 4;
      grid-row: 4/span 11;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-4-span-12 {
  -ms-grid-row-span: 12;
  -ms-grid-row: 4;
      grid-row: 4/span 12;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-4-span-13 {
  -ms-grid-row-span: 13;
  -ms-grid-row: 4;
      grid-row: 4/span 13;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-4-span-14 {
  -ms-grid-row-span: 14;
  -ms-grid-row: 4;
      grid-row: 4/span 14;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-4-span-15 {
  -ms-grid-row-span: 15;
  -ms-grid-row: 4;
      grid-row: 4/span 15;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-4-span-16 {
  -ms-grid-row-span: 16;
  -ms-grid-row: 4;
      grid-row: 4/span 16;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-4-span-17 {
  -ms-grid-row-span: 17;
  -ms-grid-row: 4;
      grid-row: 4/span 17;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-4-span-18 {
  -ms-grid-row-span: 18;
  -ms-grid-row: 4;
      grid-row: 4/span 18;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-4-span-19 {
  -ms-grid-row-span: 19;
  -ms-grid-row: 4;
      grid-row: 4/span 19;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-4-span-20 {
  -ms-grid-row-span: 20;
  -ms-grid-row: 4;
      grid-row: 4/span 20;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-4-span-21 {
  -ms-grid-row-span: 21;
  -ms-grid-row: 4;
      grid-row: 4/span 21;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-4-span-22 {
  -ms-grid-row-span: 22;
  -ms-grid-row: 4;
      grid-row: 4/span 22;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-4-span-23 {
  -ms-grid-row-span: 23;
  -ms-grid-row: 4;
      grid-row: 4/span 23;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-4-span-24 {
  -ms-grid-row-span: 24;
  -ms-grid-row: 4;
      grid-row: 4/span 24;
}

/* line 92, app/styles/base/_grid.scss */
.grid.rows-5 {
  -ms-grid-rows: (auto)[5];
      grid-template-rows: repeat(5, auto);
}

/* line 96, app/styles/base/_grid.scss */
.grid.rows-5-flex {
  -ms-grid-rows: (minmax(0, 1fr))[5];
      grid-template-rows: repeat(5, minmax(0, 1fr));
}

/* line 100, app/styles/base/_grid.scss */
.grid .row-5 {
  -ms-grid-row: 5;
      grid-row: 5;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-5-span-2 {
  -ms-grid-row-span: 2;
  -ms-grid-row: 5;
      grid-row: 5/span 2;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-5-span-3 {
  -ms-grid-row-span: 3;
  -ms-grid-row: 5;
      grid-row: 5/span 3;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-5-span-4 {
  -ms-grid-row-span: 4;
  -ms-grid-row: 5;
      grid-row: 5/span 4;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-5-span-5 {
  -ms-grid-row-span: 5;
  -ms-grid-row: 5;
      grid-row: 5/span 5;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-5-span-6 {
  -ms-grid-row-span: 6;
  -ms-grid-row: 5;
      grid-row: 5/span 6;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-5-span-7 {
  -ms-grid-row-span: 7;
  -ms-grid-row: 5;
      grid-row: 5/span 7;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-5-span-8 {
  -ms-grid-row-span: 8;
  -ms-grid-row: 5;
      grid-row: 5/span 8;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-5-span-9 {
  -ms-grid-row-span: 9;
  -ms-grid-row: 5;
      grid-row: 5/span 9;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-5-span-10 {
  -ms-grid-row-span: 10;
  -ms-grid-row: 5;
      grid-row: 5/span 10;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-5-span-11 {
  -ms-grid-row-span: 11;
  -ms-grid-row: 5;
      grid-row: 5/span 11;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-5-span-12 {
  -ms-grid-row-span: 12;
  -ms-grid-row: 5;
      grid-row: 5/span 12;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-5-span-13 {
  -ms-grid-row-span: 13;
  -ms-grid-row: 5;
      grid-row: 5/span 13;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-5-span-14 {
  -ms-grid-row-span: 14;
  -ms-grid-row: 5;
      grid-row: 5/span 14;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-5-span-15 {
  -ms-grid-row-span: 15;
  -ms-grid-row: 5;
      grid-row: 5/span 15;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-5-span-16 {
  -ms-grid-row-span: 16;
  -ms-grid-row: 5;
      grid-row: 5/span 16;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-5-span-17 {
  -ms-grid-row-span: 17;
  -ms-grid-row: 5;
      grid-row: 5/span 17;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-5-span-18 {
  -ms-grid-row-span: 18;
  -ms-grid-row: 5;
      grid-row: 5/span 18;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-5-span-19 {
  -ms-grid-row-span: 19;
  -ms-grid-row: 5;
      grid-row: 5/span 19;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-5-span-20 {
  -ms-grid-row-span: 20;
  -ms-grid-row: 5;
      grid-row: 5/span 20;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-5-span-21 {
  -ms-grid-row-span: 21;
  -ms-grid-row: 5;
      grid-row: 5/span 21;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-5-span-22 {
  -ms-grid-row-span: 22;
  -ms-grid-row: 5;
      grid-row: 5/span 22;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-5-span-23 {
  -ms-grid-row-span: 23;
  -ms-grid-row: 5;
      grid-row: 5/span 23;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-5-span-24 {
  -ms-grid-row-span: 24;
  -ms-grid-row: 5;
      grid-row: 5/span 24;
}

/* line 92, app/styles/base/_grid.scss */
.grid.rows-6 {
  -ms-grid-rows: (auto)[6];
      grid-template-rows: repeat(6, auto);
}

/* line 96, app/styles/base/_grid.scss */
.grid.rows-6-flex {
  -ms-grid-rows: (minmax(0, 1fr))[6];
      grid-template-rows: repeat(6, minmax(0, 1fr));
}

/* line 100, app/styles/base/_grid.scss */
.grid .row-6 {
  -ms-grid-row: 6;
      grid-row: 6;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-6-span-2 {
  -ms-grid-row-span: 2;
  -ms-grid-row: 6;
      grid-row: 6/span 2;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-6-span-3 {
  -ms-grid-row-span: 3;
  -ms-grid-row: 6;
      grid-row: 6/span 3;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-6-span-4 {
  -ms-grid-row-span: 4;
  -ms-grid-row: 6;
      grid-row: 6/span 4;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-6-span-5 {
  -ms-grid-row-span: 5;
  -ms-grid-row: 6;
      grid-row: 6/span 5;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-6-span-6 {
  -ms-grid-row-span: 6;
  -ms-grid-row: 6;
      grid-row: 6/span 6;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-6-span-7 {
  -ms-grid-row-span: 7;
  -ms-grid-row: 6;
      grid-row: 6/span 7;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-6-span-8 {
  -ms-grid-row-span: 8;
  -ms-grid-row: 6;
      grid-row: 6/span 8;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-6-span-9 {
  -ms-grid-row-span: 9;
  -ms-grid-row: 6;
      grid-row: 6/span 9;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-6-span-10 {
  -ms-grid-row-span: 10;
  -ms-grid-row: 6;
      grid-row: 6/span 10;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-6-span-11 {
  -ms-grid-row-span: 11;
  -ms-grid-row: 6;
      grid-row: 6/span 11;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-6-span-12 {
  -ms-grid-row-span: 12;
  -ms-grid-row: 6;
      grid-row: 6/span 12;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-6-span-13 {
  -ms-grid-row-span: 13;
  -ms-grid-row: 6;
      grid-row: 6/span 13;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-6-span-14 {
  -ms-grid-row-span: 14;
  -ms-grid-row: 6;
      grid-row: 6/span 14;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-6-span-15 {
  -ms-grid-row-span: 15;
  -ms-grid-row: 6;
      grid-row: 6/span 15;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-6-span-16 {
  -ms-grid-row-span: 16;
  -ms-grid-row: 6;
      grid-row: 6/span 16;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-6-span-17 {
  -ms-grid-row-span: 17;
  -ms-grid-row: 6;
      grid-row: 6/span 17;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-6-span-18 {
  -ms-grid-row-span: 18;
  -ms-grid-row: 6;
      grid-row: 6/span 18;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-6-span-19 {
  -ms-grid-row-span: 19;
  -ms-grid-row: 6;
      grid-row: 6/span 19;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-6-span-20 {
  -ms-grid-row-span: 20;
  -ms-grid-row: 6;
      grid-row: 6/span 20;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-6-span-21 {
  -ms-grid-row-span: 21;
  -ms-grid-row: 6;
      grid-row: 6/span 21;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-6-span-22 {
  -ms-grid-row-span: 22;
  -ms-grid-row: 6;
      grid-row: 6/span 22;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-6-span-23 {
  -ms-grid-row-span: 23;
  -ms-grid-row: 6;
      grid-row: 6/span 23;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-6-span-24 {
  -ms-grid-row-span: 24;
  -ms-grid-row: 6;
      grid-row: 6/span 24;
}

/* line 92, app/styles/base/_grid.scss */
.grid.rows-7 {
  -ms-grid-rows: (auto)[7];
      grid-template-rows: repeat(7, auto);
}

/* line 96, app/styles/base/_grid.scss */
.grid.rows-7-flex {
  -ms-grid-rows: (minmax(0, 1fr))[7];
      grid-template-rows: repeat(7, minmax(0, 1fr));
}

/* line 100, app/styles/base/_grid.scss */
.grid .row-7 {
  -ms-grid-row: 7;
      grid-row: 7;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-7-span-2 {
  -ms-grid-row-span: 2;
  -ms-grid-row: 7;
      grid-row: 7/span 2;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-7-span-3 {
  -ms-grid-row-span: 3;
  -ms-grid-row: 7;
      grid-row: 7/span 3;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-7-span-4 {
  -ms-grid-row-span: 4;
  -ms-grid-row: 7;
      grid-row: 7/span 4;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-7-span-5 {
  -ms-grid-row-span: 5;
  -ms-grid-row: 7;
      grid-row: 7/span 5;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-7-span-6 {
  -ms-grid-row-span: 6;
  -ms-grid-row: 7;
      grid-row: 7/span 6;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-7-span-7 {
  -ms-grid-row-span: 7;
  -ms-grid-row: 7;
      grid-row: 7/span 7;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-7-span-8 {
  -ms-grid-row-span: 8;
  -ms-grid-row: 7;
      grid-row: 7/span 8;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-7-span-9 {
  -ms-grid-row-span: 9;
  -ms-grid-row: 7;
      grid-row: 7/span 9;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-7-span-10 {
  -ms-grid-row-span: 10;
  -ms-grid-row: 7;
      grid-row: 7/span 10;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-7-span-11 {
  -ms-grid-row-span: 11;
  -ms-grid-row: 7;
      grid-row: 7/span 11;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-7-span-12 {
  -ms-grid-row-span: 12;
  -ms-grid-row: 7;
      grid-row: 7/span 12;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-7-span-13 {
  -ms-grid-row-span: 13;
  -ms-grid-row: 7;
      grid-row: 7/span 13;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-7-span-14 {
  -ms-grid-row-span: 14;
  -ms-grid-row: 7;
      grid-row: 7/span 14;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-7-span-15 {
  -ms-grid-row-span: 15;
  -ms-grid-row: 7;
      grid-row: 7/span 15;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-7-span-16 {
  -ms-grid-row-span: 16;
  -ms-grid-row: 7;
      grid-row: 7/span 16;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-7-span-17 {
  -ms-grid-row-span: 17;
  -ms-grid-row: 7;
      grid-row: 7/span 17;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-7-span-18 {
  -ms-grid-row-span: 18;
  -ms-grid-row: 7;
      grid-row: 7/span 18;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-7-span-19 {
  -ms-grid-row-span: 19;
  -ms-grid-row: 7;
      grid-row: 7/span 19;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-7-span-20 {
  -ms-grid-row-span: 20;
  -ms-grid-row: 7;
      grid-row: 7/span 20;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-7-span-21 {
  -ms-grid-row-span: 21;
  -ms-grid-row: 7;
      grid-row: 7/span 21;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-7-span-22 {
  -ms-grid-row-span: 22;
  -ms-grid-row: 7;
      grid-row: 7/span 22;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-7-span-23 {
  -ms-grid-row-span: 23;
  -ms-grid-row: 7;
      grid-row: 7/span 23;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-7-span-24 {
  -ms-grid-row-span: 24;
  -ms-grid-row: 7;
      grid-row: 7/span 24;
}

/* line 92, app/styles/base/_grid.scss */
.grid.rows-8 {
  -ms-grid-rows: (auto)[8];
      grid-template-rows: repeat(8, auto);
}

/* line 96, app/styles/base/_grid.scss */
.grid.rows-8-flex {
  -ms-grid-rows: (minmax(0, 1fr))[8];
      grid-template-rows: repeat(8, minmax(0, 1fr));
}

/* line 100, app/styles/base/_grid.scss */
.grid .row-8 {
  -ms-grid-row: 8;
      grid-row: 8;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-8-span-2 {
  -ms-grid-row-span: 2;
  -ms-grid-row: 8;
      grid-row: 8/span 2;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-8-span-3 {
  -ms-grid-row-span: 3;
  -ms-grid-row: 8;
      grid-row: 8/span 3;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-8-span-4 {
  -ms-grid-row-span: 4;
  -ms-grid-row: 8;
      grid-row: 8/span 4;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-8-span-5 {
  -ms-grid-row-span: 5;
  -ms-grid-row: 8;
      grid-row: 8/span 5;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-8-span-6 {
  -ms-grid-row-span: 6;
  -ms-grid-row: 8;
      grid-row: 8/span 6;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-8-span-7 {
  -ms-grid-row-span: 7;
  -ms-grid-row: 8;
      grid-row: 8/span 7;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-8-span-8 {
  -ms-grid-row-span: 8;
  -ms-grid-row: 8;
      grid-row: 8/span 8;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-8-span-9 {
  -ms-grid-row-span: 9;
  -ms-grid-row: 8;
      grid-row: 8/span 9;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-8-span-10 {
  -ms-grid-row-span: 10;
  -ms-grid-row: 8;
      grid-row: 8/span 10;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-8-span-11 {
  -ms-grid-row-span: 11;
  -ms-grid-row: 8;
      grid-row: 8/span 11;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-8-span-12 {
  -ms-grid-row-span: 12;
  -ms-grid-row: 8;
      grid-row: 8/span 12;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-8-span-13 {
  -ms-grid-row-span: 13;
  -ms-grid-row: 8;
      grid-row: 8/span 13;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-8-span-14 {
  -ms-grid-row-span: 14;
  -ms-grid-row: 8;
      grid-row: 8/span 14;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-8-span-15 {
  -ms-grid-row-span: 15;
  -ms-grid-row: 8;
      grid-row: 8/span 15;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-8-span-16 {
  -ms-grid-row-span: 16;
  -ms-grid-row: 8;
      grid-row: 8/span 16;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-8-span-17 {
  -ms-grid-row-span: 17;
  -ms-grid-row: 8;
      grid-row: 8/span 17;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-8-span-18 {
  -ms-grid-row-span: 18;
  -ms-grid-row: 8;
      grid-row: 8/span 18;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-8-span-19 {
  -ms-grid-row-span: 19;
  -ms-grid-row: 8;
      grid-row: 8/span 19;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-8-span-20 {
  -ms-grid-row-span: 20;
  -ms-grid-row: 8;
      grid-row: 8/span 20;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-8-span-21 {
  -ms-grid-row-span: 21;
  -ms-grid-row: 8;
      grid-row: 8/span 21;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-8-span-22 {
  -ms-grid-row-span: 22;
  -ms-grid-row: 8;
      grid-row: 8/span 22;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-8-span-23 {
  -ms-grid-row-span: 23;
  -ms-grid-row: 8;
      grid-row: 8/span 23;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-8-span-24 {
  -ms-grid-row-span: 24;
  -ms-grid-row: 8;
      grid-row: 8/span 24;
}

/* line 92, app/styles/base/_grid.scss */
.grid.rows-9 {
  -ms-grid-rows: (auto)[9];
      grid-template-rows: repeat(9, auto);
}

/* line 96, app/styles/base/_grid.scss */
.grid.rows-9-flex {
  -ms-grid-rows: (minmax(0, 1fr))[9];
      grid-template-rows: repeat(9, minmax(0, 1fr));
}

/* line 100, app/styles/base/_grid.scss */
.grid .row-9 {
  -ms-grid-row: 9;
      grid-row: 9;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-9-span-2 {
  -ms-grid-row-span: 2;
  -ms-grid-row: 9;
      grid-row: 9/span 2;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-9-span-3 {
  -ms-grid-row-span: 3;
  -ms-grid-row: 9;
      grid-row: 9/span 3;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-9-span-4 {
  -ms-grid-row-span: 4;
  -ms-grid-row: 9;
      grid-row: 9/span 4;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-9-span-5 {
  -ms-grid-row-span: 5;
  -ms-grid-row: 9;
      grid-row: 9/span 5;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-9-span-6 {
  -ms-grid-row-span: 6;
  -ms-grid-row: 9;
      grid-row: 9/span 6;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-9-span-7 {
  -ms-grid-row-span: 7;
  -ms-grid-row: 9;
      grid-row: 9/span 7;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-9-span-8 {
  -ms-grid-row-span: 8;
  -ms-grid-row: 9;
      grid-row: 9/span 8;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-9-span-9 {
  -ms-grid-row-span: 9;
  -ms-grid-row: 9;
      grid-row: 9/span 9;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-9-span-10 {
  -ms-grid-row-span: 10;
  -ms-grid-row: 9;
      grid-row: 9/span 10;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-9-span-11 {
  -ms-grid-row-span: 11;
  -ms-grid-row: 9;
      grid-row: 9/span 11;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-9-span-12 {
  -ms-grid-row-span: 12;
  -ms-grid-row: 9;
      grid-row: 9/span 12;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-9-span-13 {
  -ms-grid-row-span: 13;
  -ms-grid-row: 9;
      grid-row: 9/span 13;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-9-span-14 {
  -ms-grid-row-span: 14;
  -ms-grid-row: 9;
      grid-row: 9/span 14;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-9-span-15 {
  -ms-grid-row-span: 15;
  -ms-grid-row: 9;
      grid-row: 9/span 15;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-9-span-16 {
  -ms-grid-row-span: 16;
  -ms-grid-row: 9;
      grid-row: 9/span 16;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-9-span-17 {
  -ms-grid-row-span: 17;
  -ms-grid-row: 9;
      grid-row: 9/span 17;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-9-span-18 {
  -ms-grid-row-span: 18;
  -ms-grid-row: 9;
      grid-row: 9/span 18;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-9-span-19 {
  -ms-grid-row-span: 19;
  -ms-grid-row: 9;
      grid-row: 9/span 19;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-9-span-20 {
  -ms-grid-row-span: 20;
  -ms-grid-row: 9;
      grid-row: 9/span 20;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-9-span-21 {
  -ms-grid-row-span: 21;
  -ms-grid-row: 9;
      grid-row: 9/span 21;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-9-span-22 {
  -ms-grid-row-span: 22;
  -ms-grid-row: 9;
      grid-row: 9/span 22;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-9-span-23 {
  -ms-grid-row-span: 23;
  -ms-grid-row: 9;
      grid-row: 9/span 23;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-9-span-24 {
  -ms-grid-row-span: 24;
  -ms-grid-row: 9;
      grid-row: 9/span 24;
}

/* line 92, app/styles/base/_grid.scss */
.grid.rows-10 {
  -ms-grid-rows: (auto)[10];
      grid-template-rows: repeat(10, auto);
}

/* line 96, app/styles/base/_grid.scss */
.grid.rows-10-flex {
  -ms-grid-rows: (minmax(0, 1fr))[10];
      grid-template-rows: repeat(10, minmax(0, 1fr));
}

/* line 100, app/styles/base/_grid.scss */
.grid .row-10 {
  -ms-grid-row: 10;
      grid-row: 10;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-10-span-2 {
  -ms-grid-row-span: 2;
  -ms-grid-row: 10;
      grid-row: 10/span 2;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-10-span-3 {
  -ms-grid-row-span: 3;
  -ms-grid-row: 10;
      grid-row: 10/span 3;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-10-span-4 {
  -ms-grid-row-span: 4;
  -ms-grid-row: 10;
      grid-row: 10/span 4;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-10-span-5 {
  -ms-grid-row-span: 5;
  -ms-grid-row: 10;
      grid-row: 10/span 5;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-10-span-6 {
  -ms-grid-row-span: 6;
  -ms-grid-row: 10;
      grid-row: 10/span 6;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-10-span-7 {
  -ms-grid-row-span: 7;
  -ms-grid-row: 10;
      grid-row: 10/span 7;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-10-span-8 {
  -ms-grid-row-span: 8;
  -ms-grid-row: 10;
      grid-row: 10/span 8;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-10-span-9 {
  -ms-grid-row-span: 9;
  -ms-grid-row: 10;
      grid-row: 10/span 9;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-10-span-10 {
  -ms-grid-row-span: 10;
  -ms-grid-row: 10;
      grid-row: 10/span 10;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-10-span-11 {
  -ms-grid-row-span: 11;
  -ms-grid-row: 10;
      grid-row: 10/span 11;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-10-span-12 {
  -ms-grid-row-span: 12;
  -ms-grid-row: 10;
      grid-row: 10/span 12;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-10-span-13 {
  -ms-grid-row-span: 13;
  -ms-grid-row: 10;
      grid-row: 10/span 13;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-10-span-14 {
  -ms-grid-row-span: 14;
  -ms-grid-row: 10;
      grid-row: 10/span 14;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-10-span-15 {
  -ms-grid-row-span: 15;
  -ms-grid-row: 10;
      grid-row: 10/span 15;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-10-span-16 {
  -ms-grid-row-span: 16;
  -ms-grid-row: 10;
      grid-row: 10/span 16;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-10-span-17 {
  -ms-grid-row-span: 17;
  -ms-grid-row: 10;
      grid-row: 10/span 17;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-10-span-18 {
  -ms-grid-row-span: 18;
  -ms-grid-row: 10;
      grid-row: 10/span 18;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-10-span-19 {
  -ms-grid-row-span: 19;
  -ms-grid-row: 10;
      grid-row: 10/span 19;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-10-span-20 {
  -ms-grid-row-span: 20;
  -ms-grid-row: 10;
      grid-row: 10/span 20;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-10-span-21 {
  -ms-grid-row-span: 21;
  -ms-grid-row: 10;
      grid-row: 10/span 21;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-10-span-22 {
  -ms-grid-row-span: 22;
  -ms-grid-row: 10;
      grid-row: 10/span 22;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-10-span-23 {
  -ms-grid-row-span: 23;
  -ms-grid-row: 10;
      grid-row: 10/span 23;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-10-span-24 {
  -ms-grid-row-span: 24;
  -ms-grid-row: 10;
      grid-row: 10/span 24;
}

/* line 92, app/styles/base/_grid.scss */
.grid.rows-11 {
  -ms-grid-rows: (auto)[11];
      grid-template-rows: repeat(11, auto);
}

/* line 96, app/styles/base/_grid.scss */
.grid.rows-11-flex {
  -ms-grid-rows: (minmax(0, 1fr))[11];
      grid-template-rows: repeat(11, minmax(0, 1fr));
}

/* line 100, app/styles/base/_grid.scss */
.grid .row-11 {
  -ms-grid-row: 11;
      grid-row: 11;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-11-span-2 {
  -ms-grid-row-span: 2;
  -ms-grid-row: 11;
      grid-row: 11/span 2;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-11-span-3 {
  -ms-grid-row-span: 3;
  -ms-grid-row: 11;
      grid-row: 11/span 3;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-11-span-4 {
  -ms-grid-row-span: 4;
  -ms-grid-row: 11;
      grid-row: 11/span 4;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-11-span-5 {
  -ms-grid-row-span: 5;
  -ms-grid-row: 11;
      grid-row: 11/span 5;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-11-span-6 {
  -ms-grid-row-span: 6;
  -ms-grid-row: 11;
      grid-row: 11/span 6;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-11-span-7 {
  -ms-grid-row-span: 7;
  -ms-grid-row: 11;
      grid-row: 11/span 7;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-11-span-8 {
  -ms-grid-row-span: 8;
  -ms-grid-row: 11;
      grid-row: 11/span 8;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-11-span-9 {
  -ms-grid-row-span: 9;
  -ms-grid-row: 11;
      grid-row: 11/span 9;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-11-span-10 {
  -ms-grid-row-span: 10;
  -ms-grid-row: 11;
      grid-row: 11/span 10;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-11-span-11 {
  -ms-grid-row-span: 11;
  -ms-grid-row: 11;
      grid-row: 11/span 11;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-11-span-12 {
  -ms-grid-row-span: 12;
  -ms-grid-row: 11;
      grid-row: 11/span 12;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-11-span-13 {
  -ms-grid-row-span: 13;
  -ms-grid-row: 11;
      grid-row: 11/span 13;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-11-span-14 {
  -ms-grid-row-span: 14;
  -ms-grid-row: 11;
      grid-row: 11/span 14;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-11-span-15 {
  -ms-grid-row-span: 15;
  -ms-grid-row: 11;
      grid-row: 11/span 15;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-11-span-16 {
  -ms-grid-row-span: 16;
  -ms-grid-row: 11;
      grid-row: 11/span 16;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-11-span-17 {
  -ms-grid-row-span: 17;
  -ms-grid-row: 11;
      grid-row: 11/span 17;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-11-span-18 {
  -ms-grid-row-span: 18;
  -ms-grid-row: 11;
      grid-row: 11/span 18;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-11-span-19 {
  -ms-grid-row-span: 19;
  -ms-grid-row: 11;
      grid-row: 11/span 19;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-11-span-20 {
  -ms-grid-row-span: 20;
  -ms-grid-row: 11;
      grid-row: 11/span 20;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-11-span-21 {
  -ms-grid-row-span: 21;
  -ms-grid-row: 11;
      grid-row: 11/span 21;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-11-span-22 {
  -ms-grid-row-span: 22;
  -ms-grid-row: 11;
      grid-row: 11/span 22;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-11-span-23 {
  -ms-grid-row-span: 23;
  -ms-grid-row: 11;
      grid-row: 11/span 23;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-11-span-24 {
  -ms-grid-row-span: 24;
  -ms-grid-row: 11;
      grid-row: 11/span 24;
}

/* line 92, app/styles/base/_grid.scss */
.grid.rows-12 {
  -ms-grid-rows: (auto)[12];
      grid-template-rows: repeat(12, auto);
}

/* line 96, app/styles/base/_grid.scss */
.grid.rows-12-flex {
  -ms-grid-rows: (minmax(0, 1fr))[12];
      grid-template-rows: repeat(12, minmax(0, 1fr));
}

/* line 100, app/styles/base/_grid.scss */
.grid .row-12 {
  -ms-grid-row: 12;
      grid-row: 12;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-12-span-2 {
  -ms-grid-row-span: 2;
  -ms-grid-row: 12;
      grid-row: 12/span 2;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-12-span-3 {
  -ms-grid-row-span: 3;
  -ms-grid-row: 12;
      grid-row: 12/span 3;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-12-span-4 {
  -ms-grid-row-span: 4;
  -ms-grid-row: 12;
      grid-row: 12/span 4;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-12-span-5 {
  -ms-grid-row-span: 5;
  -ms-grid-row: 12;
      grid-row: 12/span 5;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-12-span-6 {
  -ms-grid-row-span: 6;
  -ms-grid-row: 12;
      grid-row: 12/span 6;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-12-span-7 {
  -ms-grid-row-span: 7;
  -ms-grid-row: 12;
      grid-row: 12/span 7;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-12-span-8 {
  -ms-grid-row-span: 8;
  -ms-grid-row: 12;
      grid-row: 12/span 8;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-12-span-9 {
  -ms-grid-row-span: 9;
  -ms-grid-row: 12;
      grid-row: 12/span 9;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-12-span-10 {
  -ms-grid-row-span: 10;
  -ms-grid-row: 12;
      grid-row: 12/span 10;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-12-span-11 {
  -ms-grid-row-span: 11;
  -ms-grid-row: 12;
      grid-row: 12/span 11;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-12-span-12 {
  -ms-grid-row-span: 12;
  -ms-grid-row: 12;
      grid-row: 12/span 12;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-12-span-13 {
  -ms-grid-row-span: 13;
  -ms-grid-row: 12;
      grid-row: 12/span 13;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-12-span-14 {
  -ms-grid-row-span: 14;
  -ms-grid-row: 12;
      grid-row: 12/span 14;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-12-span-15 {
  -ms-grid-row-span: 15;
  -ms-grid-row: 12;
      grid-row: 12/span 15;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-12-span-16 {
  -ms-grid-row-span: 16;
  -ms-grid-row: 12;
      grid-row: 12/span 16;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-12-span-17 {
  -ms-grid-row-span: 17;
  -ms-grid-row: 12;
      grid-row: 12/span 17;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-12-span-18 {
  -ms-grid-row-span: 18;
  -ms-grid-row: 12;
      grid-row: 12/span 18;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-12-span-19 {
  -ms-grid-row-span: 19;
  -ms-grid-row: 12;
      grid-row: 12/span 19;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-12-span-20 {
  -ms-grid-row-span: 20;
  -ms-grid-row: 12;
      grid-row: 12/span 20;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-12-span-21 {
  -ms-grid-row-span: 21;
  -ms-grid-row: 12;
      grid-row: 12/span 21;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-12-span-22 {
  -ms-grid-row-span: 22;
  -ms-grid-row: 12;
      grid-row: 12/span 22;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-12-span-23 {
  -ms-grid-row-span: 23;
  -ms-grid-row: 12;
      grid-row: 12/span 23;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-12-span-24 {
  -ms-grid-row-span: 24;
  -ms-grid-row: 12;
      grid-row: 12/span 24;
}

/* line 92, app/styles/base/_grid.scss */
.grid.rows-13 {
  -ms-grid-rows: (auto)[13];
      grid-template-rows: repeat(13, auto);
}

/* line 96, app/styles/base/_grid.scss */
.grid.rows-13-flex {
  -ms-grid-rows: (minmax(0, 1fr))[13];
      grid-template-rows: repeat(13, minmax(0, 1fr));
}

/* line 100, app/styles/base/_grid.scss */
.grid .row-13 {
  -ms-grid-row: 13;
      grid-row: 13;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-13-span-2 {
  -ms-grid-row-span: 2;
  -ms-grid-row: 13;
      grid-row: 13/span 2;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-13-span-3 {
  -ms-grid-row-span: 3;
  -ms-grid-row: 13;
      grid-row: 13/span 3;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-13-span-4 {
  -ms-grid-row-span: 4;
  -ms-grid-row: 13;
      grid-row: 13/span 4;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-13-span-5 {
  -ms-grid-row-span: 5;
  -ms-grid-row: 13;
      grid-row: 13/span 5;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-13-span-6 {
  -ms-grid-row-span: 6;
  -ms-grid-row: 13;
      grid-row: 13/span 6;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-13-span-7 {
  -ms-grid-row-span: 7;
  -ms-grid-row: 13;
      grid-row: 13/span 7;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-13-span-8 {
  -ms-grid-row-span: 8;
  -ms-grid-row: 13;
      grid-row: 13/span 8;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-13-span-9 {
  -ms-grid-row-span: 9;
  -ms-grid-row: 13;
      grid-row: 13/span 9;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-13-span-10 {
  -ms-grid-row-span: 10;
  -ms-grid-row: 13;
      grid-row: 13/span 10;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-13-span-11 {
  -ms-grid-row-span: 11;
  -ms-grid-row: 13;
      grid-row: 13/span 11;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-13-span-12 {
  -ms-grid-row-span: 12;
  -ms-grid-row: 13;
      grid-row: 13/span 12;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-13-span-13 {
  -ms-grid-row-span: 13;
  -ms-grid-row: 13;
      grid-row: 13/span 13;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-13-span-14 {
  -ms-grid-row-span: 14;
  -ms-grid-row: 13;
      grid-row: 13/span 14;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-13-span-15 {
  -ms-grid-row-span: 15;
  -ms-grid-row: 13;
      grid-row: 13/span 15;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-13-span-16 {
  -ms-grid-row-span: 16;
  -ms-grid-row: 13;
      grid-row: 13/span 16;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-13-span-17 {
  -ms-grid-row-span: 17;
  -ms-grid-row: 13;
      grid-row: 13/span 17;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-13-span-18 {
  -ms-grid-row-span: 18;
  -ms-grid-row: 13;
      grid-row: 13/span 18;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-13-span-19 {
  -ms-grid-row-span: 19;
  -ms-grid-row: 13;
      grid-row: 13/span 19;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-13-span-20 {
  -ms-grid-row-span: 20;
  -ms-grid-row: 13;
      grid-row: 13/span 20;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-13-span-21 {
  -ms-grid-row-span: 21;
  -ms-grid-row: 13;
      grid-row: 13/span 21;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-13-span-22 {
  -ms-grid-row-span: 22;
  -ms-grid-row: 13;
      grid-row: 13/span 22;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-13-span-23 {
  -ms-grid-row-span: 23;
  -ms-grid-row: 13;
      grid-row: 13/span 23;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-13-span-24 {
  -ms-grid-row-span: 24;
  -ms-grid-row: 13;
      grid-row: 13/span 24;
}

/* line 92, app/styles/base/_grid.scss */
.grid.rows-14 {
  -ms-grid-rows: (auto)[14];
      grid-template-rows: repeat(14, auto);
}

/* line 96, app/styles/base/_grid.scss */
.grid.rows-14-flex {
  -ms-grid-rows: (minmax(0, 1fr))[14];
      grid-template-rows: repeat(14, minmax(0, 1fr));
}

/* line 100, app/styles/base/_grid.scss */
.grid .row-14 {
  -ms-grid-row: 14;
      grid-row: 14;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-14-span-2 {
  -ms-grid-row-span: 2;
  -ms-grid-row: 14;
      grid-row: 14/span 2;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-14-span-3 {
  -ms-grid-row-span: 3;
  -ms-grid-row: 14;
      grid-row: 14/span 3;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-14-span-4 {
  -ms-grid-row-span: 4;
  -ms-grid-row: 14;
      grid-row: 14/span 4;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-14-span-5 {
  -ms-grid-row-span: 5;
  -ms-grid-row: 14;
      grid-row: 14/span 5;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-14-span-6 {
  -ms-grid-row-span: 6;
  -ms-grid-row: 14;
      grid-row: 14/span 6;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-14-span-7 {
  -ms-grid-row-span: 7;
  -ms-grid-row: 14;
      grid-row: 14/span 7;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-14-span-8 {
  -ms-grid-row-span: 8;
  -ms-grid-row: 14;
      grid-row: 14/span 8;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-14-span-9 {
  -ms-grid-row-span: 9;
  -ms-grid-row: 14;
      grid-row: 14/span 9;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-14-span-10 {
  -ms-grid-row-span: 10;
  -ms-grid-row: 14;
      grid-row: 14/span 10;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-14-span-11 {
  -ms-grid-row-span: 11;
  -ms-grid-row: 14;
      grid-row: 14/span 11;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-14-span-12 {
  -ms-grid-row-span: 12;
  -ms-grid-row: 14;
      grid-row: 14/span 12;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-14-span-13 {
  -ms-grid-row-span: 13;
  -ms-grid-row: 14;
      grid-row: 14/span 13;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-14-span-14 {
  -ms-grid-row-span: 14;
  -ms-grid-row: 14;
      grid-row: 14/span 14;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-14-span-15 {
  -ms-grid-row-span: 15;
  -ms-grid-row: 14;
      grid-row: 14/span 15;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-14-span-16 {
  -ms-grid-row-span: 16;
  -ms-grid-row: 14;
      grid-row: 14/span 16;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-14-span-17 {
  -ms-grid-row-span: 17;
  -ms-grid-row: 14;
      grid-row: 14/span 17;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-14-span-18 {
  -ms-grid-row-span: 18;
  -ms-grid-row: 14;
      grid-row: 14/span 18;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-14-span-19 {
  -ms-grid-row-span: 19;
  -ms-grid-row: 14;
      grid-row: 14/span 19;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-14-span-20 {
  -ms-grid-row-span: 20;
  -ms-grid-row: 14;
      grid-row: 14/span 20;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-14-span-21 {
  -ms-grid-row-span: 21;
  -ms-grid-row: 14;
      grid-row: 14/span 21;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-14-span-22 {
  -ms-grid-row-span: 22;
  -ms-grid-row: 14;
      grid-row: 14/span 22;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-14-span-23 {
  -ms-grid-row-span: 23;
  -ms-grid-row: 14;
      grid-row: 14/span 23;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-14-span-24 {
  -ms-grid-row-span: 24;
  -ms-grid-row: 14;
      grid-row: 14/span 24;
}

/* line 92, app/styles/base/_grid.scss */
.grid.rows-15 {
  -ms-grid-rows: (auto)[15];
      grid-template-rows: repeat(15, auto);
}

/* line 96, app/styles/base/_grid.scss */
.grid.rows-15-flex {
  -ms-grid-rows: (minmax(0, 1fr))[15];
      grid-template-rows: repeat(15, minmax(0, 1fr));
}

/* line 100, app/styles/base/_grid.scss */
.grid .row-15 {
  -ms-grid-row: 15;
      grid-row: 15;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-15-span-2 {
  -ms-grid-row-span: 2;
  -ms-grid-row: 15;
      grid-row: 15/span 2;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-15-span-3 {
  -ms-grid-row-span: 3;
  -ms-grid-row: 15;
      grid-row: 15/span 3;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-15-span-4 {
  -ms-grid-row-span: 4;
  -ms-grid-row: 15;
      grid-row: 15/span 4;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-15-span-5 {
  -ms-grid-row-span: 5;
  -ms-grid-row: 15;
      grid-row: 15/span 5;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-15-span-6 {
  -ms-grid-row-span: 6;
  -ms-grid-row: 15;
      grid-row: 15/span 6;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-15-span-7 {
  -ms-grid-row-span: 7;
  -ms-grid-row: 15;
      grid-row: 15/span 7;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-15-span-8 {
  -ms-grid-row-span: 8;
  -ms-grid-row: 15;
      grid-row: 15/span 8;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-15-span-9 {
  -ms-grid-row-span: 9;
  -ms-grid-row: 15;
      grid-row: 15/span 9;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-15-span-10 {
  -ms-grid-row-span: 10;
  -ms-grid-row: 15;
      grid-row: 15/span 10;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-15-span-11 {
  -ms-grid-row-span: 11;
  -ms-grid-row: 15;
      grid-row: 15/span 11;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-15-span-12 {
  -ms-grid-row-span: 12;
  -ms-grid-row: 15;
      grid-row: 15/span 12;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-15-span-13 {
  -ms-grid-row-span: 13;
  -ms-grid-row: 15;
      grid-row: 15/span 13;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-15-span-14 {
  -ms-grid-row-span: 14;
  -ms-grid-row: 15;
      grid-row: 15/span 14;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-15-span-15 {
  -ms-grid-row-span: 15;
  -ms-grid-row: 15;
      grid-row: 15/span 15;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-15-span-16 {
  -ms-grid-row-span: 16;
  -ms-grid-row: 15;
      grid-row: 15/span 16;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-15-span-17 {
  -ms-grid-row-span: 17;
  -ms-grid-row: 15;
      grid-row: 15/span 17;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-15-span-18 {
  -ms-grid-row-span: 18;
  -ms-grid-row: 15;
      grid-row: 15/span 18;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-15-span-19 {
  -ms-grid-row-span: 19;
  -ms-grid-row: 15;
      grid-row: 15/span 19;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-15-span-20 {
  -ms-grid-row-span: 20;
  -ms-grid-row: 15;
      grid-row: 15/span 20;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-15-span-21 {
  -ms-grid-row-span: 21;
  -ms-grid-row: 15;
      grid-row: 15/span 21;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-15-span-22 {
  -ms-grid-row-span: 22;
  -ms-grid-row: 15;
      grid-row: 15/span 22;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-15-span-23 {
  -ms-grid-row-span: 23;
  -ms-grid-row: 15;
      grid-row: 15/span 23;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-15-span-24 {
  -ms-grid-row-span: 24;
  -ms-grid-row: 15;
      grid-row: 15/span 24;
}

/* line 92, app/styles/base/_grid.scss */
.grid.rows-16 {
  -ms-grid-rows: (auto)[16];
      grid-template-rows: repeat(16, auto);
}

/* line 96, app/styles/base/_grid.scss */
.grid.rows-16-flex {
  -ms-grid-rows: (minmax(0, 1fr))[16];
      grid-template-rows: repeat(16, minmax(0, 1fr));
}

/* line 100, app/styles/base/_grid.scss */
.grid .row-16 {
  -ms-grid-row: 16;
      grid-row: 16;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-16-span-2 {
  -ms-grid-row-span: 2;
  -ms-grid-row: 16;
      grid-row: 16/span 2;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-16-span-3 {
  -ms-grid-row-span: 3;
  -ms-grid-row: 16;
      grid-row: 16/span 3;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-16-span-4 {
  -ms-grid-row-span: 4;
  -ms-grid-row: 16;
      grid-row: 16/span 4;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-16-span-5 {
  -ms-grid-row-span: 5;
  -ms-grid-row: 16;
      grid-row: 16/span 5;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-16-span-6 {
  -ms-grid-row-span: 6;
  -ms-grid-row: 16;
      grid-row: 16/span 6;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-16-span-7 {
  -ms-grid-row-span: 7;
  -ms-grid-row: 16;
      grid-row: 16/span 7;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-16-span-8 {
  -ms-grid-row-span: 8;
  -ms-grid-row: 16;
      grid-row: 16/span 8;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-16-span-9 {
  -ms-grid-row-span: 9;
  -ms-grid-row: 16;
      grid-row: 16/span 9;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-16-span-10 {
  -ms-grid-row-span: 10;
  -ms-grid-row: 16;
      grid-row: 16/span 10;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-16-span-11 {
  -ms-grid-row-span: 11;
  -ms-grid-row: 16;
      grid-row: 16/span 11;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-16-span-12 {
  -ms-grid-row-span: 12;
  -ms-grid-row: 16;
      grid-row: 16/span 12;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-16-span-13 {
  -ms-grid-row-span: 13;
  -ms-grid-row: 16;
      grid-row: 16/span 13;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-16-span-14 {
  -ms-grid-row-span: 14;
  -ms-grid-row: 16;
      grid-row: 16/span 14;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-16-span-15 {
  -ms-grid-row-span: 15;
  -ms-grid-row: 16;
      grid-row: 16/span 15;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-16-span-16 {
  -ms-grid-row-span: 16;
  -ms-grid-row: 16;
      grid-row: 16/span 16;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-16-span-17 {
  -ms-grid-row-span: 17;
  -ms-grid-row: 16;
      grid-row: 16/span 17;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-16-span-18 {
  -ms-grid-row-span: 18;
  -ms-grid-row: 16;
      grid-row: 16/span 18;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-16-span-19 {
  -ms-grid-row-span: 19;
  -ms-grid-row: 16;
      grid-row: 16/span 19;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-16-span-20 {
  -ms-grid-row-span: 20;
  -ms-grid-row: 16;
      grid-row: 16/span 20;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-16-span-21 {
  -ms-grid-row-span: 21;
  -ms-grid-row: 16;
      grid-row: 16/span 21;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-16-span-22 {
  -ms-grid-row-span: 22;
  -ms-grid-row: 16;
      grid-row: 16/span 22;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-16-span-23 {
  -ms-grid-row-span: 23;
  -ms-grid-row: 16;
      grid-row: 16/span 23;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-16-span-24 {
  -ms-grid-row-span: 24;
  -ms-grid-row: 16;
      grid-row: 16/span 24;
}

/* line 92, app/styles/base/_grid.scss */
.grid.rows-17 {
  -ms-grid-rows: (auto)[17];
      grid-template-rows: repeat(17, auto);
}

/* line 96, app/styles/base/_grid.scss */
.grid.rows-17-flex {
  -ms-grid-rows: (minmax(0, 1fr))[17];
      grid-template-rows: repeat(17, minmax(0, 1fr));
}

/* line 100, app/styles/base/_grid.scss */
.grid .row-17 {
  -ms-grid-row: 17;
      grid-row: 17;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-17-span-2 {
  -ms-grid-row-span: 2;
  -ms-grid-row: 17;
      grid-row: 17/span 2;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-17-span-3 {
  -ms-grid-row-span: 3;
  -ms-grid-row: 17;
      grid-row: 17/span 3;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-17-span-4 {
  -ms-grid-row-span: 4;
  -ms-grid-row: 17;
      grid-row: 17/span 4;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-17-span-5 {
  -ms-grid-row-span: 5;
  -ms-grid-row: 17;
      grid-row: 17/span 5;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-17-span-6 {
  -ms-grid-row-span: 6;
  -ms-grid-row: 17;
      grid-row: 17/span 6;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-17-span-7 {
  -ms-grid-row-span: 7;
  -ms-grid-row: 17;
      grid-row: 17/span 7;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-17-span-8 {
  -ms-grid-row-span: 8;
  -ms-grid-row: 17;
      grid-row: 17/span 8;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-17-span-9 {
  -ms-grid-row-span: 9;
  -ms-grid-row: 17;
      grid-row: 17/span 9;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-17-span-10 {
  -ms-grid-row-span: 10;
  -ms-grid-row: 17;
      grid-row: 17/span 10;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-17-span-11 {
  -ms-grid-row-span: 11;
  -ms-grid-row: 17;
      grid-row: 17/span 11;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-17-span-12 {
  -ms-grid-row-span: 12;
  -ms-grid-row: 17;
      grid-row: 17/span 12;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-17-span-13 {
  -ms-grid-row-span: 13;
  -ms-grid-row: 17;
      grid-row: 17/span 13;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-17-span-14 {
  -ms-grid-row-span: 14;
  -ms-grid-row: 17;
      grid-row: 17/span 14;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-17-span-15 {
  -ms-grid-row-span: 15;
  -ms-grid-row: 17;
      grid-row: 17/span 15;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-17-span-16 {
  -ms-grid-row-span: 16;
  -ms-grid-row: 17;
      grid-row: 17/span 16;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-17-span-17 {
  -ms-grid-row-span: 17;
  -ms-grid-row: 17;
      grid-row: 17/span 17;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-17-span-18 {
  -ms-grid-row-span: 18;
  -ms-grid-row: 17;
      grid-row: 17/span 18;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-17-span-19 {
  -ms-grid-row-span: 19;
  -ms-grid-row: 17;
      grid-row: 17/span 19;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-17-span-20 {
  -ms-grid-row-span: 20;
  -ms-grid-row: 17;
      grid-row: 17/span 20;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-17-span-21 {
  -ms-grid-row-span: 21;
  -ms-grid-row: 17;
      grid-row: 17/span 21;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-17-span-22 {
  -ms-grid-row-span: 22;
  -ms-grid-row: 17;
      grid-row: 17/span 22;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-17-span-23 {
  -ms-grid-row-span: 23;
  -ms-grid-row: 17;
      grid-row: 17/span 23;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-17-span-24 {
  -ms-grid-row-span: 24;
  -ms-grid-row: 17;
      grid-row: 17/span 24;
}

/* line 92, app/styles/base/_grid.scss */
.grid.rows-18 {
  -ms-grid-rows: (auto)[18];
      grid-template-rows: repeat(18, auto);
}

/* line 96, app/styles/base/_grid.scss */
.grid.rows-18-flex {
  -ms-grid-rows: (minmax(0, 1fr))[18];
      grid-template-rows: repeat(18, minmax(0, 1fr));
}

/* line 100, app/styles/base/_grid.scss */
.grid .row-18 {
  -ms-grid-row: 18;
      grid-row: 18;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-18-span-2 {
  -ms-grid-row-span: 2;
  -ms-grid-row: 18;
      grid-row: 18/span 2;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-18-span-3 {
  -ms-grid-row-span: 3;
  -ms-grid-row: 18;
      grid-row: 18/span 3;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-18-span-4 {
  -ms-grid-row-span: 4;
  -ms-grid-row: 18;
      grid-row: 18/span 4;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-18-span-5 {
  -ms-grid-row-span: 5;
  -ms-grid-row: 18;
      grid-row: 18/span 5;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-18-span-6 {
  -ms-grid-row-span: 6;
  -ms-grid-row: 18;
      grid-row: 18/span 6;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-18-span-7 {
  -ms-grid-row-span: 7;
  -ms-grid-row: 18;
      grid-row: 18/span 7;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-18-span-8 {
  -ms-grid-row-span: 8;
  -ms-grid-row: 18;
      grid-row: 18/span 8;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-18-span-9 {
  -ms-grid-row-span: 9;
  -ms-grid-row: 18;
      grid-row: 18/span 9;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-18-span-10 {
  -ms-grid-row-span: 10;
  -ms-grid-row: 18;
      grid-row: 18/span 10;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-18-span-11 {
  -ms-grid-row-span: 11;
  -ms-grid-row: 18;
      grid-row: 18/span 11;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-18-span-12 {
  -ms-grid-row-span: 12;
  -ms-grid-row: 18;
      grid-row: 18/span 12;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-18-span-13 {
  -ms-grid-row-span: 13;
  -ms-grid-row: 18;
      grid-row: 18/span 13;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-18-span-14 {
  -ms-grid-row-span: 14;
  -ms-grid-row: 18;
      grid-row: 18/span 14;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-18-span-15 {
  -ms-grid-row-span: 15;
  -ms-grid-row: 18;
      grid-row: 18/span 15;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-18-span-16 {
  -ms-grid-row-span: 16;
  -ms-grid-row: 18;
      grid-row: 18/span 16;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-18-span-17 {
  -ms-grid-row-span: 17;
  -ms-grid-row: 18;
      grid-row: 18/span 17;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-18-span-18 {
  -ms-grid-row-span: 18;
  -ms-grid-row: 18;
      grid-row: 18/span 18;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-18-span-19 {
  -ms-grid-row-span: 19;
  -ms-grid-row: 18;
      grid-row: 18/span 19;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-18-span-20 {
  -ms-grid-row-span: 20;
  -ms-grid-row: 18;
      grid-row: 18/span 20;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-18-span-21 {
  -ms-grid-row-span: 21;
  -ms-grid-row: 18;
      grid-row: 18/span 21;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-18-span-22 {
  -ms-grid-row-span: 22;
  -ms-grid-row: 18;
      grid-row: 18/span 22;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-18-span-23 {
  -ms-grid-row-span: 23;
  -ms-grid-row: 18;
      grid-row: 18/span 23;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-18-span-24 {
  -ms-grid-row-span: 24;
  -ms-grid-row: 18;
      grid-row: 18/span 24;
}

/* line 92, app/styles/base/_grid.scss */
.grid.rows-19 {
  -ms-grid-rows: (auto)[19];
      grid-template-rows: repeat(19, auto);
}

/* line 96, app/styles/base/_grid.scss */
.grid.rows-19-flex {
  -ms-grid-rows: (minmax(0, 1fr))[19];
      grid-template-rows: repeat(19, minmax(0, 1fr));
}

/* line 100, app/styles/base/_grid.scss */
.grid .row-19 {
  -ms-grid-row: 19;
      grid-row: 19;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-19-span-2 {
  -ms-grid-row-span: 2;
  -ms-grid-row: 19;
      grid-row: 19/span 2;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-19-span-3 {
  -ms-grid-row-span: 3;
  -ms-grid-row: 19;
      grid-row: 19/span 3;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-19-span-4 {
  -ms-grid-row-span: 4;
  -ms-grid-row: 19;
      grid-row: 19/span 4;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-19-span-5 {
  -ms-grid-row-span: 5;
  -ms-grid-row: 19;
      grid-row: 19/span 5;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-19-span-6 {
  -ms-grid-row-span: 6;
  -ms-grid-row: 19;
      grid-row: 19/span 6;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-19-span-7 {
  -ms-grid-row-span: 7;
  -ms-grid-row: 19;
      grid-row: 19/span 7;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-19-span-8 {
  -ms-grid-row-span: 8;
  -ms-grid-row: 19;
      grid-row: 19/span 8;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-19-span-9 {
  -ms-grid-row-span: 9;
  -ms-grid-row: 19;
      grid-row: 19/span 9;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-19-span-10 {
  -ms-grid-row-span: 10;
  -ms-grid-row: 19;
      grid-row: 19/span 10;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-19-span-11 {
  -ms-grid-row-span: 11;
  -ms-grid-row: 19;
      grid-row: 19/span 11;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-19-span-12 {
  -ms-grid-row-span: 12;
  -ms-grid-row: 19;
      grid-row: 19/span 12;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-19-span-13 {
  -ms-grid-row-span: 13;
  -ms-grid-row: 19;
      grid-row: 19/span 13;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-19-span-14 {
  -ms-grid-row-span: 14;
  -ms-grid-row: 19;
      grid-row: 19/span 14;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-19-span-15 {
  -ms-grid-row-span: 15;
  -ms-grid-row: 19;
      grid-row: 19/span 15;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-19-span-16 {
  -ms-grid-row-span: 16;
  -ms-grid-row: 19;
      grid-row: 19/span 16;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-19-span-17 {
  -ms-grid-row-span: 17;
  -ms-grid-row: 19;
      grid-row: 19/span 17;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-19-span-18 {
  -ms-grid-row-span: 18;
  -ms-grid-row: 19;
      grid-row: 19/span 18;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-19-span-19 {
  -ms-grid-row-span: 19;
  -ms-grid-row: 19;
      grid-row: 19/span 19;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-19-span-20 {
  -ms-grid-row-span: 20;
  -ms-grid-row: 19;
      grid-row: 19/span 20;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-19-span-21 {
  -ms-grid-row-span: 21;
  -ms-grid-row: 19;
      grid-row: 19/span 21;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-19-span-22 {
  -ms-grid-row-span: 22;
  -ms-grid-row: 19;
      grid-row: 19/span 22;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-19-span-23 {
  -ms-grid-row-span: 23;
  -ms-grid-row: 19;
      grid-row: 19/span 23;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-19-span-24 {
  -ms-grid-row-span: 24;
  -ms-grid-row: 19;
      grid-row: 19/span 24;
}

/* line 92, app/styles/base/_grid.scss */
.grid.rows-20 {
  -ms-grid-rows: (auto)[20];
      grid-template-rows: repeat(20, auto);
}

/* line 96, app/styles/base/_grid.scss */
.grid.rows-20-flex {
  -ms-grid-rows: (minmax(0, 1fr))[20];
      grid-template-rows: repeat(20, minmax(0, 1fr));
}

/* line 100, app/styles/base/_grid.scss */
.grid .row-20 {
  -ms-grid-row: 20;
      grid-row: 20;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-20-span-2 {
  -ms-grid-row-span: 2;
  -ms-grid-row: 20;
      grid-row: 20/span 2;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-20-span-3 {
  -ms-grid-row-span: 3;
  -ms-grid-row: 20;
      grid-row: 20/span 3;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-20-span-4 {
  -ms-grid-row-span: 4;
  -ms-grid-row: 20;
      grid-row: 20/span 4;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-20-span-5 {
  -ms-grid-row-span: 5;
  -ms-grid-row: 20;
      grid-row: 20/span 5;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-20-span-6 {
  -ms-grid-row-span: 6;
  -ms-grid-row: 20;
      grid-row: 20/span 6;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-20-span-7 {
  -ms-grid-row-span: 7;
  -ms-grid-row: 20;
      grid-row: 20/span 7;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-20-span-8 {
  -ms-grid-row-span: 8;
  -ms-grid-row: 20;
      grid-row: 20/span 8;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-20-span-9 {
  -ms-grid-row-span: 9;
  -ms-grid-row: 20;
      grid-row: 20/span 9;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-20-span-10 {
  -ms-grid-row-span: 10;
  -ms-grid-row: 20;
      grid-row: 20/span 10;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-20-span-11 {
  -ms-grid-row-span: 11;
  -ms-grid-row: 20;
      grid-row: 20/span 11;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-20-span-12 {
  -ms-grid-row-span: 12;
  -ms-grid-row: 20;
      grid-row: 20/span 12;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-20-span-13 {
  -ms-grid-row-span: 13;
  -ms-grid-row: 20;
      grid-row: 20/span 13;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-20-span-14 {
  -ms-grid-row-span: 14;
  -ms-grid-row: 20;
      grid-row: 20/span 14;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-20-span-15 {
  -ms-grid-row-span: 15;
  -ms-grid-row: 20;
      grid-row: 20/span 15;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-20-span-16 {
  -ms-grid-row-span: 16;
  -ms-grid-row: 20;
      grid-row: 20/span 16;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-20-span-17 {
  -ms-grid-row-span: 17;
  -ms-grid-row: 20;
      grid-row: 20/span 17;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-20-span-18 {
  -ms-grid-row-span: 18;
  -ms-grid-row: 20;
      grid-row: 20/span 18;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-20-span-19 {
  -ms-grid-row-span: 19;
  -ms-grid-row: 20;
      grid-row: 20/span 19;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-20-span-20 {
  -ms-grid-row-span: 20;
  -ms-grid-row: 20;
      grid-row: 20/span 20;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-20-span-21 {
  -ms-grid-row-span: 21;
  -ms-grid-row: 20;
      grid-row: 20/span 21;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-20-span-22 {
  -ms-grid-row-span: 22;
  -ms-grid-row: 20;
      grid-row: 20/span 22;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-20-span-23 {
  -ms-grid-row-span: 23;
  -ms-grid-row: 20;
      grid-row: 20/span 23;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-20-span-24 {
  -ms-grid-row-span: 24;
  -ms-grid-row: 20;
      grid-row: 20/span 24;
}

/* line 92, app/styles/base/_grid.scss */
.grid.rows-21 {
  -ms-grid-rows: (auto)[21];
      grid-template-rows: repeat(21, auto);
}

/* line 96, app/styles/base/_grid.scss */
.grid.rows-21-flex {
  -ms-grid-rows: (minmax(0, 1fr))[21];
      grid-template-rows: repeat(21, minmax(0, 1fr));
}

/* line 100, app/styles/base/_grid.scss */
.grid .row-21 {
  -ms-grid-row: 21;
      grid-row: 21;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-21-span-2 {
  -ms-grid-row-span: 2;
  -ms-grid-row: 21;
      grid-row: 21/span 2;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-21-span-3 {
  -ms-grid-row-span: 3;
  -ms-grid-row: 21;
      grid-row: 21/span 3;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-21-span-4 {
  -ms-grid-row-span: 4;
  -ms-grid-row: 21;
      grid-row: 21/span 4;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-21-span-5 {
  -ms-grid-row-span: 5;
  -ms-grid-row: 21;
      grid-row: 21/span 5;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-21-span-6 {
  -ms-grid-row-span: 6;
  -ms-grid-row: 21;
      grid-row: 21/span 6;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-21-span-7 {
  -ms-grid-row-span: 7;
  -ms-grid-row: 21;
      grid-row: 21/span 7;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-21-span-8 {
  -ms-grid-row-span: 8;
  -ms-grid-row: 21;
      grid-row: 21/span 8;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-21-span-9 {
  -ms-grid-row-span: 9;
  -ms-grid-row: 21;
      grid-row: 21/span 9;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-21-span-10 {
  -ms-grid-row-span: 10;
  -ms-grid-row: 21;
      grid-row: 21/span 10;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-21-span-11 {
  -ms-grid-row-span: 11;
  -ms-grid-row: 21;
      grid-row: 21/span 11;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-21-span-12 {
  -ms-grid-row-span: 12;
  -ms-grid-row: 21;
      grid-row: 21/span 12;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-21-span-13 {
  -ms-grid-row-span: 13;
  -ms-grid-row: 21;
      grid-row: 21/span 13;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-21-span-14 {
  -ms-grid-row-span: 14;
  -ms-grid-row: 21;
      grid-row: 21/span 14;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-21-span-15 {
  -ms-grid-row-span: 15;
  -ms-grid-row: 21;
      grid-row: 21/span 15;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-21-span-16 {
  -ms-grid-row-span: 16;
  -ms-grid-row: 21;
      grid-row: 21/span 16;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-21-span-17 {
  -ms-grid-row-span: 17;
  -ms-grid-row: 21;
      grid-row: 21/span 17;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-21-span-18 {
  -ms-grid-row-span: 18;
  -ms-grid-row: 21;
      grid-row: 21/span 18;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-21-span-19 {
  -ms-grid-row-span: 19;
  -ms-grid-row: 21;
      grid-row: 21/span 19;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-21-span-20 {
  -ms-grid-row-span: 20;
  -ms-grid-row: 21;
      grid-row: 21/span 20;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-21-span-21 {
  -ms-grid-row-span: 21;
  -ms-grid-row: 21;
      grid-row: 21/span 21;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-21-span-22 {
  -ms-grid-row-span: 22;
  -ms-grid-row: 21;
      grid-row: 21/span 22;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-21-span-23 {
  -ms-grid-row-span: 23;
  -ms-grid-row: 21;
      grid-row: 21/span 23;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-21-span-24 {
  -ms-grid-row-span: 24;
  -ms-grid-row: 21;
      grid-row: 21/span 24;
}

/* line 92, app/styles/base/_grid.scss */
.grid.rows-22 {
  -ms-grid-rows: (auto)[22];
      grid-template-rows: repeat(22, auto);
}

/* line 96, app/styles/base/_grid.scss */
.grid.rows-22-flex {
  -ms-grid-rows: (minmax(0, 1fr))[22];
      grid-template-rows: repeat(22, minmax(0, 1fr));
}

/* line 100, app/styles/base/_grid.scss */
.grid .row-22 {
  -ms-grid-row: 22;
      grid-row: 22;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-22-span-2 {
  -ms-grid-row-span: 2;
  -ms-grid-row: 22;
      grid-row: 22/span 2;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-22-span-3 {
  -ms-grid-row-span: 3;
  -ms-grid-row: 22;
      grid-row: 22/span 3;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-22-span-4 {
  -ms-grid-row-span: 4;
  -ms-grid-row: 22;
      grid-row: 22/span 4;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-22-span-5 {
  -ms-grid-row-span: 5;
  -ms-grid-row: 22;
      grid-row: 22/span 5;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-22-span-6 {
  -ms-grid-row-span: 6;
  -ms-grid-row: 22;
      grid-row: 22/span 6;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-22-span-7 {
  -ms-grid-row-span: 7;
  -ms-grid-row: 22;
      grid-row: 22/span 7;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-22-span-8 {
  -ms-grid-row-span: 8;
  -ms-grid-row: 22;
      grid-row: 22/span 8;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-22-span-9 {
  -ms-grid-row-span: 9;
  -ms-grid-row: 22;
      grid-row: 22/span 9;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-22-span-10 {
  -ms-grid-row-span: 10;
  -ms-grid-row: 22;
      grid-row: 22/span 10;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-22-span-11 {
  -ms-grid-row-span: 11;
  -ms-grid-row: 22;
      grid-row: 22/span 11;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-22-span-12 {
  -ms-grid-row-span: 12;
  -ms-grid-row: 22;
      grid-row: 22/span 12;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-22-span-13 {
  -ms-grid-row-span: 13;
  -ms-grid-row: 22;
      grid-row: 22/span 13;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-22-span-14 {
  -ms-grid-row-span: 14;
  -ms-grid-row: 22;
      grid-row: 22/span 14;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-22-span-15 {
  -ms-grid-row-span: 15;
  -ms-grid-row: 22;
      grid-row: 22/span 15;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-22-span-16 {
  -ms-grid-row-span: 16;
  -ms-grid-row: 22;
      grid-row: 22/span 16;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-22-span-17 {
  -ms-grid-row-span: 17;
  -ms-grid-row: 22;
      grid-row: 22/span 17;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-22-span-18 {
  -ms-grid-row-span: 18;
  -ms-grid-row: 22;
      grid-row: 22/span 18;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-22-span-19 {
  -ms-grid-row-span: 19;
  -ms-grid-row: 22;
      grid-row: 22/span 19;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-22-span-20 {
  -ms-grid-row-span: 20;
  -ms-grid-row: 22;
      grid-row: 22/span 20;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-22-span-21 {
  -ms-grid-row-span: 21;
  -ms-grid-row: 22;
      grid-row: 22/span 21;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-22-span-22 {
  -ms-grid-row-span: 22;
  -ms-grid-row: 22;
      grid-row: 22/span 22;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-22-span-23 {
  -ms-grid-row-span: 23;
  -ms-grid-row: 22;
      grid-row: 22/span 23;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-22-span-24 {
  -ms-grid-row-span: 24;
  -ms-grid-row: 22;
      grid-row: 22/span 24;
}

/* line 92, app/styles/base/_grid.scss */
.grid.rows-23 {
  -ms-grid-rows: (auto)[23];
      grid-template-rows: repeat(23, auto);
}

/* line 96, app/styles/base/_grid.scss */
.grid.rows-23-flex {
  -ms-grid-rows: (minmax(0, 1fr))[23];
      grid-template-rows: repeat(23, minmax(0, 1fr));
}

/* line 100, app/styles/base/_grid.scss */
.grid .row-23 {
  -ms-grid-row: 23;
      grid-row: 23;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-23-span-2 {
  -ms-grid-row-span: 2;
  -ms-grid-row: 23;
      grid-row: 23/span 2;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-23-span-3 {
  -ms-grid-row-span: 3;
  -ms-grid-row: 23;
      grid-row: 23/span 3;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-23-span-4 {
  -ms-grid-row-span: 4;
  -ms-grid-row: 23;
      grid-row: 23/span 4;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-23-span-5 {
  -ms-grid-row-span: 5;
  -ms-grid-row: 23;
      grid-row: 23/span 5;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-23-span-6 {
  -ms-grid-row-span: 6;
  -ms-grid-row: 23;
      grid-row: 23/span 6;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-23-span-7 {
  -ms-grid-row-span: 7;
  -ms-grid-row: 23;
      grid-row: 23/span 7;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-23-span-8 {
  -ms-grid-row-span: 8;
  -ms-grid-row: 23;
      grid-row: 23/span 8;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-23-span-9 {
  -ms-grid-row-span: 9;
  -ms-grid-row: 23;
      grid-row: 23/span 9;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-23-span-10 {
  -ms-grid-row-span: 10;
  -ms-grid-row: 23;
      grid-row: 23/span 10;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-23-span-11 {
  -ms-grid-row-span: 11;
  -ms-grid-row: 23;
      grid-row: 23/span 11;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-23-span-12 {
  -ms-grid-row-span: 12;
  -ms-grid-row: 23;
      grid-row: 23/span 12;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-23-span-13 {
  -ms-grid-row-span: 13;
  -ms-grid-row: 23;
      grid-row: 23/span 13;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-23-span-14 {
  -ms-grid-row-span: 14;
  -ms-grid-row: 23;
      grid-row: 23/span 14;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-23-span-15 {
  -ms-grid-row-span: 15;
  -ms-grid-row: 23;
      grid-row: 23/span 15;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-23-span-16 {
  -ms-grid-row-span: 16;
  -ms-grid-row: 23;
      grid-row: 23/span 16;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-23-span-17 {
  -ms-grid-row-span: 17;
  -ms-grid-row: 23;
      grid-row: 23/span 17;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-23-span-18 {
  -ms-grid-row-span: 18;
  -ms-grid-row: 23;
      grid-row: 23/span 18;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-23-span-19 {
  -ms-grid-row-span: 19;
  -ms-grid-row: 23;
      grid-row: 23/span 19;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-23-span-20 {
  -ms-grid-row-span: 20;
  -ms-grid-row: 23;
      grid-row: 23/span 20;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-23-span-21 {
  -ms-grid-row-span: 21;
  -ms-grid-row: 23;
      grid-row: 23/span 21;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-23-span-22 {
  -ms-grid-row-span: 22;
  -ms-grid-row: 23;
      grid-row: 23/span 22;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-23-span-23 {
  -ms-grid-row-span: 23;
  -ms-grid-row: 23;
      grid-row: 23/span 23;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-23-span-24 {
  -ms-grid-row-span: 24;
  -ms-grid-row: 23;
      grid-row: 23/span 24;
}

/* line 92, app/styles/base/_grid.scss */
.grid.rows-24 {
  -ms-grid-rows: (auto)[24];
      grid-template-rows: repeat(24, auto);
}

/* line 96, app/styles/base/_grid.scss */
.grid.rows-24-flex {
  -ms-grid-rows: (minmax(0, 1fr))[24];
      grid-template-rows: repeat(24, minmax(0, 1fr));
}

/* line 100, app/styles/base/_grid.scss */
.grid .row-24 {
  -ms-grid-row: 24;
      grid-row: 24;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-24-span-2 {
  -ms-grid-row-span: 2;
  -ms-grid-row: 24;
      grid-row: 24/span 2;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-24-span-3 {
  -ms-grid-row-span: 3;
  -ms-grid-row: 24;
      grid-row: 24/span 3;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-24-span-4 {
  -ms-grid-row-span: 4;
  -ms-grid-row: 24;
      grid-row: 24/span 4;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-24-span-5 {
  -ms-grid-row-span: 5;
  -ms-grid-row: 24;
      grid-row: 24/span 5;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-24-span-6 {
  -ms-grid-row-span: 6;
  -ms-grid-row: 24;
      grid-row: 24/span 6;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-24-span-7 {
  -ms-grid-row-span: 7;
  -ms-grid-row: 24;
      grid-row: 24/span 7;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-24-span-8 {
  -ms-grid-row-span: 8;
  -ms-grid-row: 24;
      grid-row: 24/span 8;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-24-span-9 {
  -ms-grid-row-span: 9;
  -ms-grid-row: 24;
      grid-row: 24/span 9;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-24-span-10 {
  -ms-grid-row-span: 10;
  -ms-grid-row: 24;
      grid-row: 24/span 10;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-24-span-11 {
  -ms-grid-row-span: 11;
  -ms-grid-row: 24;
      grid-row: 24/span 11;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-24-span-12 {
  -ms-grid-row-span: 12;
  -ms-grid-row: 24;
      grid-row: 24/span 12;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-24-span-13 {
  -ms-grid-row-span: 13;
  -ms-grid-row: 24;
      grid-row: 24/span 13;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-24-span-14 {
  -ms-grid-row-span: 14;
  -ms-grid-row: 24;
      grid-row: 24/span 14;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-24-span-15 {
  -ms-grid-row-span: 15;
  -ms-grid-row: 24;
      grid-row: 24/span 15;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-24-span-16 {
  -ms-grid-row-span: 16;
  -ms-grid-row: 24;
      grid-row: 24/span 16;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-24-span-17 {
  -ms-grid-row-span: 17;
  -ms-grid-row: 24;
      grid-row: 24/span 17;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-24-span-18 {
  -ms-grid-row-span: 18;
  -ms-grid-row: 24;
      grid-row: 24/span 18;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-24-span-19 {
  -ms-grid-row-span: 19;
  -ms-grid-row: 24;
      grid-row: 24/span 19;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-24-span-20 {
  -ms-grid-row-span: 20;
  -ms-grid-row: 24;
      grid-row: 24/span 20;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-24-span-21 {
  -ms-grid-row-span: 21;
  -ms-grid-row: 24;
      grid-row: 24/span 21;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-24-span-22 {
  -ms-grid-row-span: 22;
  -ms-grid-row: 24;
      grid-row: 24/span 22;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-24-span-23 {
  -ms-grid-row-span: 23;
  -ms-grid-row: 24;
      grid-row: 24/span 23;
}

/* line 105, app/styles/base/_grid.scss */
.grid .row-24-span-24 {
  -ms-grid-row-span: 24;
  -ms-grid-row: 24;
      grid-row: 24/span 24;
}

@media (min-width: 768px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.sm-rows-1 {
    -ms-grid-rows: (auto)[1];
        grid-template-rows: repeat(1, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.sm-rows-1-flex {
    -ms-grid-rows: (minmax(0, 1fr))[1];
        grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .sm-row-1 {
    -ms-grid-row: 1;
        grid-row: 1;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-1-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 1;
        grid-row: 1/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-1-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 1;
        grid-row: 1/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-1-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 1;
        grid-row: 1/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-1-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 1;
        grid-row: 1/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-1-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 1;
        grid-row: 1/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-1-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 1;
        grid-row: 1/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-1-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 1;
        grid-row: 1/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-1-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 1;
        grid-row: 1/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-1-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 1;
        grid-row: 1/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-1-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 1;
        grid-row: 1/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-1-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 1;
        grid-row: 1/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-1-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 1;
        grid-row: 1/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-1-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 1;
        grid-row: 1/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-1-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 1;
        grid-row: 1/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-1-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 1;
        grid-row: 1/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-1-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 1;
        grid-row: 1/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-1-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 1;
        grid-row: 1/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-1-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 1;
        grid-row: 1/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-1-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 1;
        grid-row: 1/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-1-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 1;
        grid-row: 1/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-1-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 1;
        grid-row: 1/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-1-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 1;
        grid-row: 1/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-1-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 1;
        grid-row: 1/span 24;
  }
}

@media (min-width: 768px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.sm-rows-2 {
    -ms-grid-rows: (auto)[2];
        grid-template-rows: repeat(2, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.sm-rows-2-flex {
    -ms-grid-rows: (minmax(0, 1fr))[2];
        grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .sm-row-2 {
    -ms-grid-row: 2;
        grid-row: 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-2-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 2;
        grid-row: 2/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-2-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 2;
        grid-row: 2/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-2-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 2;
        grid-row: 2/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-2-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 2;
        grid-row: 2/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-2-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 2;
        grid-row: 2/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-2-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 2;
        grid-row: 2/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-2-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 2;
        grid-row: 2/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-2-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 2;
        grid-row: 2/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-2-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 2;
        grid-row: 2/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-2-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 2;
        grid-row: 2/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-2-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 2;
        grid-row: 2/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-2-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 2;
        grid-row: 2/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-2-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 2;
        grid-row: 2/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-2-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 2;
        grid-row: 2/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-2-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 2;
        grid-row: 2/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-2-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 2;
        grid-row: 2/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-2-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 2;
        grid-row: 2/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-2-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 2;
        grid-row: 2/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-2-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 2;
        grid-row: 2/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-2-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 2;
        grid-row: 2/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-2-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 2;
        grid-row: 2/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-2-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 2;
        grid-row: 2/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-2-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 2;
        grid-row: 2/span 24;
  }
}

@media (min-width: 768px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.sm-rows-3 {
    -ms-grid-rows: (auto)[3];
        grid-template-rows: repeat(3, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.sm-rows-3-flex {
    -ms-grid-rows: (minmax(0, 1fr))[3];
        grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .sm-row-3 {
    -ms-grid-row: 3;
        grid-row: 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-3-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 3;
        grid-row: 3/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-3-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 3;
        grid-row: 3/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-3-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 3;
        grid-row: 3/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-3-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 3;
        grid-row: 3/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-3-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 3;
        grid-row: 3/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-3-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 3;
        grid-row: 3/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-3-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 3;
        grid-row: 3/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-3-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 3;
        grid-row: 3/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-3-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 3;
        grid-row: 3/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-3-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 3;
        grid-row: 3/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-3-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 3;
        grid-row: 3/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-3-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 3;
        grid-row: 3/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-3-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 3;
        grid-row: 3/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-3-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 3;
        grid-row: 3/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-3-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 3;
        grid-row: 3/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-3-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 3;
        grid-row: 3/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-3-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 3;
        grid-row: 3/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-3-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 3;
        grid-row: 3/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-3-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 3;
        grid-row: 3/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-3-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 3;
        grid-row: 3/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-3-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 3;
        grid-row: 3/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-3-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 3;
        grid-row: 3/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-3-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 3;
        grid-row: 3/span 24;
  }
}

@media (min-width: 768px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.sm-rows-4 {
    -ms-grid-rows: (auto)[4];
        grid-template-rows: repeat(4, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.sm-rows-4-flex {
    -ms-grid-rows: (minmax(0, 1fr))[4];
        grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .sm-row-4 {
    -ms-grid-row: 4;
        grid-row: 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-4-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 4;
        grid-row: 4/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-4-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 4;
        grid-row: 4/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-4-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 4;
        grid-row: 4/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-4-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 4;
        grid-row: 4/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-4-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 4;
        grid-row: 4/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-4-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 4;
        grid-row: 4/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-4-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 4;
        grid-row: 4/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-4-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 4;
        grid-row: 4/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-4-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 4;
        grid-row: 4/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-4-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 4;
        grid-row: 4/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-4-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 4;
        grid-row: 4/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-4-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 4;
        grid-row: 4/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-4-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 4;
        grid-row: 4/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-4-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 4;
        grid-row: 4/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-4-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 4;
        grid-row: 4/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-4-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 4;
        grid-row: 4/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-4-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 4;
        grid-row: 4/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-4-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 4;
        grid-row: 4/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-4-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 4;
        grid-row: 4/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-4-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 4;
        grid-row: 4/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-4-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 4;
        grid-row: 4/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-4-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 4;
        grid-row: 4/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-4-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 4;
        grid-row: 4/span 24;
  }
}

@media (min-width: 768px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.sm-rows-5 {
    -ms-grid-rows: (auto)[5];
        grid-template-rows: repeat(5, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.sm-rows-5-flex {
    -ms-grid-rows: (minmax(0, 1fr))[5];
        grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .sm-row-5 {
    -ms-grid-row: 5;
        grid-row: 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-5-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 5;
        grid-row: 5/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-5-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 5;
        grid-row: 5/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-5-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 5;
        grid-row: 5/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-5-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 5;
        grid-row: 5/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-5-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 5;
        grid-row: 5/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-5-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 5;
        grid-row: 5/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-5-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 5;
        grid-row: 5/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-5-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 5;
        grid-row: 5/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-5-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 5;
        grid-row: 5/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-5-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 5;
        grid-row: 5/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-5-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 5;
        grid-row: 5/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-5-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 5;
        grid-row: 5/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-5-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 5;
        grid-row: 5/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-5-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 5;
        grid-row: 5/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-5-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 5;
        grid-row: 5/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-5-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 5;
        grid-row: 5/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-5-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 5;
        grid-row: 5/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-5-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 5;
        grid-row: 5/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-5-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 5;
        grid-row: 5/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-5-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 5;
        grid-row: 5/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-5-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 5;
        grid-row: 5/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-5-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 5;
        grid-row: 5/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-5-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 5;
        grid-row: 5/span 24;
  }
}

@media (min-width: 768px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.sm-rows-6 {
    -ms-grid-rows: (auto)[6];
        grid-template-rows: repeat(6, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.sm-rows-6-flex {
    -ms-grid-rows: (minmax(0, 1fr))[6];
        grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .sm-row-6 {
    -ms-grid-row: 6;
        grid-row: 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-6-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 6;
        grid-row: 6/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-6-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 6;
        grid-row: 6/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-6-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 6;
        grid-row: 6/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-6-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 6;
        grid-row: 6/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-6-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 6;
        grid-row: 6/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-6-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 6;
        grid-row: 6/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-6-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 6;
        grid-row: 6/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-6-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 6;
        grid-row: 6/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-6-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 6;
        grid-row: 6/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-6-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 6;
        grid-row: 6/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-6-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 6;
        grid-row: 6/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-6-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 6;
        grid-row: 6/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-6-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 6;
        grid-row: 6/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-6-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 6;
        grid-row: 6/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-6-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 6;
        grid-row: 6/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-6-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 6;
        grid-row: 6/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-6-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 6;
        grid-row: 6/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-6-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 6;
        grid-row: 6/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-6-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 6;
        grid-row: 6/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-6-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 6;
        grid-row: 6/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-6-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 6;
        grid-row: 6/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-6-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 6;
        grid-row: 6/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-6-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 6;
        grid-row: 6/span 24;
  }
}

@media (min-width: 768px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.sm-rows-7 {
    -ms-grid-rows: (auto)[7];
        grid-template-rows: repeat(7, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.sm-rows-7-flex {
    -ms-grid-rows: (minmax(0, 1fr))[7];
        grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .sm-row-7 {
    -ms-grid-row: 7;
        grid-row: 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-7-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 7;
        grid-row: 7/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-7-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 7;
        grid-row: 7/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-7-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 7;
        grid-row: 7/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-7-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 7;
        grid-row: 7/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-7-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 7;
        grid-row: 7/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-7-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 7;
        grid-row: 7/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-7-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 7;
        grid-row: 7/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-7-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 7;
        grid-row: 7/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-7-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 7;
        grid-row: 7/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-7-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 7;
        grid-row: 7/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-7-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 7;
        grid-row: 7/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-7-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 7;
        grid-row: 7/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-7-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 7;
        grid-row: 7/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-7-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 7;
        grid-row: 7/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-7-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 7;
        grid-row: 7/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-7-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 7;
        grid-row: 7/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-7-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 7;
        grid-row: 7/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-7-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 7;
        grid-row: 7/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-7-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 7;
        grid-row: 7/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-7-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 7;
        grid-row: 7/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-7-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 7;
        grid-row: 7/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-7-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 7;
        grid-row: 7/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-7-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 7;
        grid-row: 7/span 24;
  }
}

@media (min-width: 768px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.sm-rows-8 {
    -ms-grid-rows: (auto)[8];
        grid-template-rows: repeat(8, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.sm-rows-8-flex {
    -ms-grid-rows: (minmax(0, 1fr))[8];
        grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .sm-row-8 {
    -ms-grid-row: 8;
        grid-row: 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-8-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 8;
        grid-row: 8/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-8-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 8;
        grid-row: 8/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-8-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 8;
        grid-row: 8/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-8-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 8;
        grid-row: 8/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-8-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 8;
        grid-row: 8/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-8-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 8;
        grid-row: 8/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-8-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 8;
        grid-row: 8/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-8-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 8;
        grid-row: 8/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-8-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 8;
        grid-row: 8/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-8-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 8;
        grid-row: 8/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-8-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 8;
        grid-row: 8/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-8-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 8;
        grid-row: 8/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-8-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 8;
        grid-row: 8/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-8-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 8;
        grid-row: 8/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-8-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 8;
        grid-row: 8/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-8-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 8;
        grid-row: 8/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-8-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 8;
        grid-row: 8/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-8-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 8;
        grid-row: 8/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-8-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 8;
        grid-row: 8/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-8-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 8;
        grid-row: 8/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-8-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 8;
        grid-row: 8/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-8-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 8;
        grid-row: 8/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-8-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 8;
        grid-row: 8/span 24;
  }
}

@media (min-width: 768px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.sm-rows-9 {
    -ms-grid-rows: (auto)[9];
        grid-template-rows: repeat(9, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.sm-rows-9-flex {
    -ms-grid-rows: (minmax(0, 1fr))[9];
        grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .sm-row-9 {
    -ms-grid-row: 9;
        grid-row: 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-9-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 9;
        grid-row: 9/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-9-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 9;
        grid-row: 9/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-9-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 9;
        grid-row: 9/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-9-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 9;
        grid-row: 9/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-9-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 9;
        grid-row: 9/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-9-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 9;
        grid-row: 9/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-9-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 9;
        grid-row: 9/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-9-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 9;
        grid-row: 9/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-9-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 9;
        grid-row: 9/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-9-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 9;
        grid-row: 9/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-9-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 9;
        grid-row: 9/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-9-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 9;
        grid-row: 9/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-9-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 9;
        grid-row: 9/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-9-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 9;
        grid-row: 9/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-9-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 9;
        grid-row: 9/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-9-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 9;
        grid-row: 9/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-9-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 9;
        grid-row: 9/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-9-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 9;
        grid-row: 9/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-9-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 9;
        grid-row: 9/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-9-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 9;
        grid-row: 9/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-9-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 9;
        grid-row: 9/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-9-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 9;
        grid-row: 9/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-9-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 9;
        grid-row: 9/span 24;
  }
}

@media (min-width: 768px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.sm-rows-10 {
    -ms-grid-rows: (auto)[10];
        grid-template-rows: repeat(10, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.sm-rows-10-flex {
    -ms-grid-rows: (minmax(0, 1fr))[10];
        grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .sm-row-10 {
    -ms-grid-row: 10;
        grid-row: 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-10-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 10;
        grid-row: 10/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-10-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 10;
        grid-row: 10/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-10-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 10;
        grid-row: 10/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-10-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 10;
        grid-row: 10/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-10-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 10;
        grid-row: 10/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-10-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 10;
        grid-row: 10/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-10-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 10;
        grid-row: 10/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-10-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 10;
        grid-row: 10/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-10-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 10;
        grid-row: 10/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-10-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 10;
        grid-row: 10/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-10-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 10;
        grid-row: 10/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-10-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 10;
        grid-row: 10/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-10-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 10;
        grid-row: 10/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-10-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 10;
        grid-row: 10/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-10-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 10;
        grid-row: 10/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-10-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 10;
        grid-row: 10/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-10-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 10;
        grid-row: 10/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-10-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 10;
        grid-row: 10/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-10-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 10;
        grid-row: 10/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-10-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 10;
        grid-row: 10/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-10-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 10;
        grid-row: 10/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-10-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 10;
        grid-row: 10/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-10-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 10;
        grid-row: 10/span 24;
  }
}

@media (min-width: 768px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.sm-rows-11 {
    -ms-grid-rows: (auto)[11];
        grid-template-rows: repeat(11, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.sm-rows-11-flex {
    -ms-grid-rows: (minmax(0, 1fr))[11];
        grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .sm-row-11 {
    -ms-grid-row: 11;
        grid-row: 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-11-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 11;
        grid-row: 11/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-11-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 11;
        grid-row: 11/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-11-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 11;
        grid-row: 11/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-11-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 11;
        grid-row: 11/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-11-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 11;
        grid-row: 11/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-11-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 11;
        grid-row: 11/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-11-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 11;
        grid-row: 11/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-11-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 11;
        grid-row: 11/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-11-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 11;
        grid-row: 11/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-11-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 11;
        grid-row: 11/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-11-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 11;
        grid-row: 11/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-11-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 11;
        grid-row: 11/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-11-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 11;
        grid-row: 11/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-11-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 11;
        grid-row: 11/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-11-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 11;
        grid-row: 11/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-11-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 11;
        grid-row: 11/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-11-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 11;
        grid-row: 11/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-11-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 11;
        grid-row: 11/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-11-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 11;
        grid-row: 11/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-11-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 11;
        grid-row: 11/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-11-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 11;
        grid-row: 11/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-11-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 11;
        grid-row: 11/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-11-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 11;
        grid-row: 11/span 24;
  }
}

@media (min-width: 768px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.sm-rows-12 {
    -ms-grid-rows: (auto)[12];
        grid-template-rows: repeat(12, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.sm-rows-12-flex {
    -ms-grid-rows: (minmax(0, 1fr))[12];
        grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .sm-row-12 {
    -ms-grid-row: 12;
        grid-row: 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-12-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 12;
        grid-row: 12/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-12-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 12;
        grid-row: 12/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-12-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 12;
        grid-row: 12/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-12-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 12;
        grid-row: 12/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-12-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 12;
        grid-row: 12/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-12-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 12;
        grid-row: 12/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-12-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 12;
        grid-row: 12/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-12-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 12;
        grid-row: 12/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-12-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 12;
        grid-row: 12/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-12-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 12;
        grid-row: 12/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-12-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 12;
        grid-row: 12/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-12-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 12;
        grid-row: 12/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-12-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 12;
        grid-row: 12/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-12-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 12;
        grid-row: 12/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-12-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 12;
        grid-row: 12/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-12-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 12;
        grid-row: 12/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-12-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 12;
        grid-row: 12/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-12-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 12;
        grid-row: 12/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-12-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 12;
        grid-row: 12/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-12-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 12;
        grid-row: 12/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-12-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 12;
        grid-row: 12/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-12-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 12;
        grid-row: 12/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-12-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 12;
        grid-row: 12/span 24;
  }
}

@media (min-width: 768px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.sm-rows-13 {
    -ms-grid-rows: (auto)[13];
        grid-template-rows: repeat(13, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.sm-rows-13-flex {
    -ms-grid-rows: (minmax(0, 1fr))[13];
        grid-template-rows: repeat(13, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .sm-row-13 {
    -ms-grid-row: 13;
        grid-row: 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-13-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 13;
        grid-row: 13/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-13-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 13;
        grid-row: 13/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-13-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 13;
        grid-row: 13/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-13-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 13;
        grid-row: 13/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-13-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 13;
        grid-row: 13/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-13-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 13;
        grid-row: 13/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-13-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 13;
        grid-row: 13/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-13-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 13;
        grid-row: 13/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-13-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 13;
        grid-row: 13/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-13-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 13;
        grid-row: 13/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-13-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 13;
        grid-row: 13/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-13-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 13;
        grid-row: 13/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-13-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 13;
        grid-row: 13/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-13-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 13;
        grid-row: 13/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-13-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 13;
        grid-row: 13/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-13-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 13;
        grid-row: 13/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-13-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 13;
        grid-row: 13/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-13-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 13;
        grid-row: 13/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-13-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 13;
        grid-row: 13/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-13-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 13;
        grid-row: 13/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-13-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 13;
        grid-row: 13/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-13-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 13;
        grid-row: 13/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-13-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 13;
        grid-row: 13/span 24;
  }
}

@media (min-width: 768px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.sm-rows-14 {
    -ms-grid-rows: (auto)[14];
        grid-template-rows: repeat(14, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.sm-rows-14-flex {
    -ms-grid-rows: (minmax(0, 1fr))[14];
        grid-template-rows: repeat(14, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .sm-row-14 {
    -ms-grid-row: 14;
        grid-row: 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-14-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 14;
        grid-row: 14/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-14-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 14;
        grid-row: 14/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-14-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 14;
        grid-row: 14/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-14-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 14;
        grid-row: 14/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-14-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 14;
        grid-row: 14/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-14-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 14;
        grid-row: 14/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-14-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 14;
        grid-row: 14/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-14-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 14;
        grid-row: 14/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-14-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 14;
        grid-row: 14/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-14-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 14;
        grid-row: 14/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-14-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 14;
        grid-row: 14/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-14-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 14;
        grid-row: 14/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-14-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 14;
        grid-row: 14/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-14-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 14;
        grid-row: 14/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-14-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 14;
        grid-row: 14/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-14-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 14;
        grid-row: 14/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-14-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 14;
        grid-row: 14/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-14-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 14;
        grid-row: 14/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-14-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 14;
        grid-row: 14/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-14-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 14;
        grid-row: 14/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-14-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 14;
        grid-row: 14/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-14-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 14;
        grid-row: 14/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-14-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 14;
        grid-row: 14/span 24;
  }
}

@media (min-width: 768px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.sm-rows-15 {
    -ms-grid-rows: (auto)[15];
        grid-template-rows: repeat(15, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.sm-rows-15-flex {
    -ms-grid-rows: (minmax(0, 1fr))[15];
        grid-template-rows: repeat(15, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .sm-row-15 {
    -ms-grid-row: 15;
        grid-row: 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-15-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 15;
        grid-row: 15/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-15-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 15;
        grid-row: 15/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-15-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 15;
        grid-row: 15/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-15-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 15;
        grid-row: 15/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-15-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 15;
        grid-row: 15/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-15-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 15;
        grid-row: 15/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-15-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 15;
        grid-row: 15/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-15-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 15;
        grid-row: 15/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-15-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 15;
        grid-row: 15/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-15-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 15;
        grid-row: 15/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-15-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 15;
        grid-row: 15/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-15-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 15;
        grid-row: 15/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-15-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 15;
        grid-row: 15/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-15-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 15;
        grid-row: 15/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-15-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 15;
        grid-row: 15/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-15-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 15;
        grid-row: 15/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-15-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 15;
        grid-row: 15/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-15-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 15;
        grid-row: 15/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-15-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 15;
        grid-row: 15/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-15-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 15;
        grid-row: 15/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-15-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 15;
        grid-row: 15/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-15-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 15;
        grid-row: 15/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-15-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 15;
        grid-row: 15/span 24;
  }
}

@media (min-width: 768px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.sm-rows-16 {
    -ms-grid-rows: (auto)[16];
        grid-template-rows: repeat(16, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.sm-rows-16-flex {
    -ms-grid-rows: (minmax(0, 1fr))[16];
        grid-template-rows: repeat(16, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .sm-row-16 {
    -ms-grid-row: 16;
        grid-row: 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-16-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 16;
        grid-row: 16/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-16-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 16;
        grid-row: 16/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-16-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 16;
        grid-row: 16/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-16-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 16;
        grid-row: 16/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-16-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 16;
        grid-row: 16/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-16-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 16;
        grid-row: 16/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-16-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 16;
        grid-row: 16/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-16-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 16;
        grid-row: 16/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-16-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 16;
        grid-row: 16/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-16-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 16;
        grid-row: 16/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-16-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 16;
        grid-row: 16/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-16-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 16;
        grid-row: 16/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-16-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 16;
        grid-row: 16/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-16-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 16;
        grid-row: 16/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-16-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 16;
        grid-row: 16/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-16-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 16;
        grid-row: 16/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-16-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 16;
        grid-row: 16/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-16-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 16;
        grid-row: 16/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-16-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 16;
        grid-row: 16/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-16-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 16;
        grid-row: 16/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-16-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 16;
        grid-row: 16/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-16-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 16;
        grid-row: 16/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-16-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 16;
        grid-row: 16/span 24;
  }
}

@media (min-width: 768px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.sm-rows-17 {
    -ms-grid-rows: (auto)[17];
        grid-template-rows: repeat(17, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.sm-rows-17-flex {
    -ms-grid-rows: (minmax(0, 1fr))[17];
        grid-template-rows: repeat(17, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .sm-row-17 {
    -ms-grid-row: 17;
        grid-row: 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-17-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 17;
        grid-row: 17/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-17-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 17;
        grid-row: 17/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-17-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 17;
        grid-row: 17/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-17-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 17;
        grid-row: 17/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-17-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 17;
        grid-row: 17/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-17-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 17;
        grid-row: 17/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-17-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 17;
        grid-row: 17/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-17-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 17;
        grid-row: 17/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-17-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 17;
        grid-row: 17/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-17-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 17;
        grid-row: 17/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-17-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 17;
        grid-row: 17/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-17-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 17;
        grid-row: 17/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-17-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 17;
        grid-row: 17/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-17-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 17;
        grid-row: 17/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-17-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 17;
        grid-row: 17/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-17-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 17;
        grid-row: 17/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-17-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 17;
        grid-row: 17/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-17-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 17;
        grid-row: 17/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-17-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 17;
        grid-row: 17/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-17-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 17;
        grid-row: 17/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-17-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 17;
        grid-row: 17/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-17-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 17;
        grid-row: 17/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-17-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 17;
        grid-row: 17/span 24;
  }
}

@media (min-width: 768px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.sm-rows-18 {
    -ms-grid-rows: (auto)[18];
        grid-template-rows: repeat(18, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.sm-rows-18-flex {
    -ms-grid-rows: (minmax(0, 1fr))[18];
        grid-template-rows: repeat(18, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .sm-row-18 {
    -ms-grid-row: 18;
        grid-row: 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-18-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 18;
        grid-row: 18/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-18-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 18;
        grid-row: 18/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-18-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 18;
        grid-row: 18/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-18-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 18;
        grid-row: 18/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-18-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 18;
        grid-row: 18/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-18-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 18;
        grid-row: 18/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-18-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 18;
        grid-row: 18/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-18-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 18;
        grid-row: 18/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-18-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 18;
        grid-row: 18/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-18-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 18;
        grid-row: 18/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-18-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 18;
        grid-row: 18/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-18-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 18;
        grid-row: 18/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-18-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 18;
        grid-row: 18/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-18-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 18;
        grid-row: 18/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-18-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 18;
        grid-row: 18/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-18-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 18;
        grid-row: 18/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-18-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 18;
        grid-row: 18/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-18-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 18;
        grid-row: 18/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-18-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 18;
        grid-row: 18/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-18-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 18;
        grid-row: 18/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-18-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 18;
        grid-row: 18/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-18-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 18;
        grid-row: 18/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-18-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 18;
        grid-row: 18/span 24;
  }
}

@media (min-width: 768px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.sm-rows-19 {
    -ms-grid-rows: (auto)[19];
        grid-template-rows: repeat(19, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.sm-rows-19-flex {
    -ms-grid-rows: (minmax(0, 1fr))[19];
        grid-template-rows: repeat(19, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .sm-row-19 {
    -ms-grid-row: 19;
        grid-row: 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-19-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 19;
        grid-row: 19/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-19-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 19;
        grid-row: 19/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-19-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 19;
        grid-row: 19/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-19-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 19;
        grid-row: 19/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-19-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 19;
        grid-row: 19/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-19-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 19;
        grid-row: 19/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-19-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 19;
        grid-row: 19/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-19-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 19;
        grid-row: 19/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-19-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 19;
        grid-row: 19/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-19-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 19;
        grid-row: 19/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-19-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 19;
        grid-row: 19/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-19-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 19;
        grid-row: 19/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-19-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 19;
        grid-row: 19/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-19-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 19;
        grid-row: 19/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-19-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 19;
        grid-row: 19/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-19-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 19;
        grid-row: 19/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-19-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 19;
        grid-row: 19/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-19-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 19;
        grid-row: 19/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-19-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 19;
        grid-row: 19/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-19-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 19;
        grid-row: 19/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-19-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 19;
        grid-row: 19/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-19-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 19;
        grid-row: 19/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-19-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 19;
        grid-row: 19/span 24;
  }
}

@media (min-width: 768px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.sm-rows-20 {
    -ms-grid-rows: (auto)[20];
        grid-template-rows: repeat(20, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.sm-rows-20-flex {
    -ms-grid-rows: (minmax(0, 1fr))[20];
        grid-template-rows: repeat(20, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .sm-row-20 {
    -ms-grid-row: 20;
        grid-row: 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-20-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 20;
        grid-row: 20/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-20-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 20;
        grid-row: 20/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-20-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 20;
        grid-row: 20/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-20-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 20;
        grid-row: 20/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-20-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 20;
        grid-row: 20/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-20-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 20;
        grid-row: 20/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-20-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 20;
        grid-row: 20/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-20-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 20;
        grid-row: 20/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-20-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 20;
        grid-row: 20/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-20-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 20;
        grid-row: 20/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-20-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 20;
        grid-row: 20/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-20-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 20;
        grid-row: 20/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-20-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 20;
        grid-row: 20/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-20-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 20;
        grid-row: 20/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-20-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 20;
        grid-row: 20/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-20-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 20;
        grid-row: 20/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-20-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 20;
        grid-row: 20/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-20-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 20;
        grid-row: 20/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-20-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 20;
        grid-row: 20/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-20-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 20;
        grid-row: 20/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-20-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 20;
        grid-row: 20/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-20-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 20;
        grid-row: 20/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-20-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 20;
        grid-row: 20/span 24;
  }
}

@media (min-width: 768px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.sm-rows-21 {
    -ms-grid-rows: (auto)[21];
        grid-template-rows: repeat(21, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.sm-rows-21-flex {
    -ms-grid-rows: (minmax(0, 1fr))[21];
        grid-template-rows: repeat(21, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .sm-row-21 {
    -ms-grid-row: 21;
        grid-row: 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-21-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 21;
        grid-row: 21/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-21-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 21;
        grid-row: 21/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-21-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 21;
        grid-row: 21/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-21-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 21;
        grid-row: 21/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-21-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 21;
        grid-row: 21/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-21-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 21;
        grid-row: 21/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-21-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 21;
        grid-row: 21/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-21-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 21;
        grid-row: 21/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-21-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 21;
        grid-row: 21/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-21-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 21;
        grid-row: 21/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-21-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 21;
        grid-row: 21/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-21-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 21;
        grid-row: 21/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-21-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 21;
        grid-row: 21/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-21-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 21;
        grid-row: 21/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-21-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 21;
        grid-row: 21/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-21-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 21;
        grid-row: 21/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-21-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 21;
        grid-row: 21/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-21-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 21;
        grid-row: 21/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-21-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 21;
        grid-row: 21/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-21-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 21;
        grid-row: 21/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-21-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 21;
        grid-row: 21/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-21-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 21;
        grid-row: 21/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-21-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 21;
        grid-row: 21/span 24;
  }
}

@media (min-width: 768px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.sm-rows-22 {
    -ms-grid-rows: (auto)[22];
        grid-template-rows: repeat(22, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.sm-rows-22-flex {
    -ms-grid-rows: (minmax(0, 1fr))[22];
        grid-template-rows: repeat(22, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .sm-row-22 {
    -ms-grid-row: 22;
        grid-row: 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-22-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 22;
        grid-row: 22/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-22-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 22;
        grid-row: 22/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-22-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 22;
        grid-row: 22/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-22-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 22;
        grid-row: 22/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-22-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 22;
        grid-row: 22/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-22-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 22;
        grid-row: 22/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-22-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 22;
        grid-row: 22/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-22-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 22;
        grid-row: 22/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-22-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 22;
        grid-row: 22/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-22-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 22;
        grid-row: 22/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-22-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 22;
        grid-row: 22/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-22-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 22;
        grid-row: 22/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-22-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 22;
        grid-row: 22/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-22-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 22;
        grid-row: 22/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-22-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 22;
        grid-row: 22/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-22-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 22;
        grid-row: 22/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-22-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 22;
        grid-row: 22/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-22-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 22;
        grid-row: 22/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-22-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 22;
        grid-row: 22/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-22-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 22;
        grid-row: 22/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-22-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 22;
        grid-row: 22/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-22-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 22;
        grid-row: 22/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-22-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 22;
        grid-row: 22/span 24;
  }
}

@media (min-width: 768px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.sm-rows-23 {
    -ms-grid-rows: (auto)[23];
        grid-template-rows: repeat(23, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.sm-rows-23-flex {
    -ms-grid-rows: (minmax(0, 1fr))[23];
        grid-template-rows: repeat(23, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .sm-row-23 {
    -ms-grid-row: 23;
        grid-row: 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-23-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 23;
        grid-row: 23/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-23-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 23;
        grid-row: 23/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-23-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 23;
        grid-row: 23/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-23-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 23;
        grid-row: 23/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-23-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 23;
        grid-row: 23/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-23-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 23;
        grid-row: 23/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-23-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 23;
        grid-row: 23/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-23-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 23;
        grid-row: 23/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-23-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 23;
        grid-row: 23/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-23-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 23;
        grid-row: 23/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-23-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 23;
        grid-row: 23/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-23-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 23;
        grid-row: 23/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-23-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 23;
        grid-row: 23/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-23-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 23;
        grid-row: 23/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-23-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 23;
        grid-row: 23/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-23-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 23;
        grid-row: 23/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-23-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 23;
        grid-row: 23/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-23-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 23;
        grid-row: 23/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-23-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 23;
        grid-row: 23/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-23-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 23;
        grid-row: 23/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-23-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 23;
        grid-row: 23/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-23-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 23;
        grid-row: 23/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-23-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 23;
        grid-row: 23/span 24;
  }
}

@media (min-width: 768px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.sm-rows-24 {
    -ms-grid-rows: (auto)[24];
        grid-template-rows: repeat(24, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.sm-rows-24-flex {
    -ms-grid-rows: (minmax(0, 1fr))[24];
        grid-template-rows: repeat(24, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .sm-row-24 {
    -ms-grid-row: 24;
        grid-row: 24;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-24-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 24;
        grid-row: 24/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-24-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 24;
        grid-row: 24/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-24-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 24;
        grid-row: 24/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-24-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 24;
        grid-row: 24/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-24-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 24;
        grid-row: 24/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-24-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 24;
        grid-row: 24/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-24-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 24;
        grid-row: 24/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-24-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 24;
        grid-row: 24/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-24-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 24;
        grid-row: 24/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-24-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 24;
        grid-row: 24/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-24-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 24;
        grid-row: 24/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-24-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 24;
        grid-row: 24/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-24-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 24;
        grid-row: 24/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-24-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 24;
        grid-row: 24/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-24-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 24;
        grid-row: 24/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-24-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 24;
        grid-row: 24/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-24-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 24;
        grid-row: 24/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-24-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 24;
        grid-row: 24/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-24-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 24;
        grid-row: 24/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-24-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 24;
        grid-row: 24/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-24-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 24;
        grid-row: 24/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-24-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 24;
        grid-row: 24/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .sm-row-24-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 24;
        grid-row: 24/span 24;
  }
}

@media (min-width: 992px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.md-rows-1 {
    -ms-grid-rows: (auto)[1];
        grid-template-rows: repeat(1, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.md-rows-1-flex {
    -ms-grid-rows: (minmax(0, 1fr))[1];
        grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .md-row-1 {
    -ms-grid-row: 1;
        grid-row: 1;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-1-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 1;
        grid-row: 1/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-1-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 1;
        grid-row: 1/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-1-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 1;
        grid-row: 1/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-1-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 1;
        grid-row: 1/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-1-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 1;
        grid-row: 1/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-1-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 1;
        grid-row: 1/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-1-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 1;
        grid-row: 1/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-1-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 1;
        grid-row: 1/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-1-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 1;
        grid-row: 1/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-1-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 1;
        grid-row: 1/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-1-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 1;
        grid-row: 1/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-1-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 1;
        grid-row: 1/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-1-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 1;
        grid-row: 1/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-1-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 1;
        grid-row: 1/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-1-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 1;
        grid-row: 1/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-1-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 1;
        grid-row: 1/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-1-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 1;
        grid-row: 1/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-1-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 1;
        grid-row: 1/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-1-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 1;
        grid-row: 1/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-1-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 1;
        grid-row: 1/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-1-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 1;
        grid-row: 1/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-1-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 1;
        grid-row: 1/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-1-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 1;
        grid-row: 1/span 24;
  }
}

@media (min-width: 992px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.md-rows-2 {
    -ms-grid-rows: (auto)[2];
        grid-template-rows: repeat(2, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.md-rows-2-flex {
    -ms-grid-rows: (minmax(0, 1fr))[2];
        grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .md-row-2 {
    -ms-grid-row: 2;
        grid-row: 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-2-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 2;
        grid-row: 2/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-2-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 2;
        grid-row: 2/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-2-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 2;
        grid-row: 2/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-2-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 2;
        grid-row: 2/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-2-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 2;
        grid-row: 2/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-2-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 2;
        grid-row: 2/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-2-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 2;
        grid-row: 2/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-2-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 2;
        grid-row: 2/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-2-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 2;
        grid-row: 2/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-2-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 2;
        grid-row: 2/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-2-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 2;
        grid-row: 2/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-2-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 2;
        grid-row: 2/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-2-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 2;
        grid-row: 2/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-2-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 2;
        grid-row: 2/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-2-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 2;
        grid-row: 2/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-2-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 2;
        grid-row: 2/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-2-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 2;
        grid-row: 2/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-2-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 2;
        grid-row: 2/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-2-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 2;
        grid-row: 2/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-2-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 2;
        grid-row: 2/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-2-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 2;
        grid-row: 2/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-2-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 2;
        grid-row: 2/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-2-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 2;
        grid-row: 2/span 24;
  }
}

@media (min-width: 992px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.md-rows-3 {
    -ms-grid-rows: (auto)[3];
        grid-template-rows: repeat(3, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.md-rows-3-flex {
    -ms-grid-rows: (minmax(0, 1fr))[3];
        grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .md-row-3 {
    -ms-grid-row: 3;
        grid-row: 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-3-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 3;
        grid-row: 3/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-3-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 3;
        grid-row: 3/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-3-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 3;
        grid-row: 3/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-3-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 3;
        grid-row: 3/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-3-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 3;
        grid-row: 3/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-3-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 3;
        grid-row: 3/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-3-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 3;
        grid-row: 3/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-3-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 3;
        grid-row: 3/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-3-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 3;
        grid-row: 3/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-3-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 3;
        grid-row: 3/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-3-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 3;
        grid-row: 3/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-3-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 3;
        grid-row: 3/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-3-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 3;
        grid-row: 3/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-3-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 3;
        grid-row: 3/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-3-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 3;
        grid-row: 3/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-3-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 3;
        grid-row: 3/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-3-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 3;
        grid-row: 3/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-3-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 3;
        grid-row: 3/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-3-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 3;
        grid-row: 3/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-3-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 3;
        grid-row: 3/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-3-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 3;
        grid-row: 3/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-3-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 3;
        grid-row: 3/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-3-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 3;
        grid-row: 3/span 24;
  }
}

@media (min-width: 992px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.md-rows-4 {
    -ms-grid-rows: (auto)[4];
        grid-template-rows: repeat(4, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.md-rows-4-flex {
    -ms-grid-rows: (minmax(0, 1fr))[4];
        grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .md-row-4 {
    -ms-grid-row: 4;
        grid-row: 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-4-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 4;
        grid-row: 4/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-4-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 4;
        grid-row: 4/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-4-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 4;
        grid-row: 4/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-4-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 4;
        grid-row: 4/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-4-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 4;
        grid-row: 4/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-4-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 4;
        grid-row: 4/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-4-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 4;
        grid-row: 4/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-4-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 4;
        grid-row: 4/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-4-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 4;
        grid-row: 4/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-4-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 4;
        grid-row: 4/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-4-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 4;
        grid-row: 4/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-4-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 4;
        grid-row: 4/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-4-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 4;
        grid-row: 4/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-4-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 4;
        grid-row: 4/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-4-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 4;
        grid-row: 4/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-4-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 4;
        grid-row: 4/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-4-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 4;
        grid-row: 4/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-4-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 4;
        grid-row: 4/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-4-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 4;
        grid-row: 4/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-4-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 4;
        grid-row: 4/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-4-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 4;
        grid-row: 4/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-4-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 4;
        grid-row: 4/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-4-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 4;
        grid-row: 4/span 24;
  }
}

@media (min-width: 992px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.md-rows-5 {
    -ms-grid-rows: (auto)[5];
        grid-template-rows: repeat(5, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.md-rows-5-flex {
    -ms-grid-rows: (minmax(0, 1fr))[5];
        grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .md-row-5 {
    -ms-grid-row: 5;
        grid-row: 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-5-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 5;
        grid-row: 5/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-5-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 5;
        grid-row: 5/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-5-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 5;
        grid-row: 5/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-5-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 5;
        grid-row: 5/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-5-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 5;
        grid-row: 5/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-5-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 5;
        grid-row: 5/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-5-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 5;
        grid-row: 5/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-5-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 5;
        grid-row: 5/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-5-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 5;
        grid-row: 5/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-5-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 5;
        grid-row: 5/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-5-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 5;
        grid-row: 5/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-5-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 5;
        grid-row: 5/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-5-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 5;
        grid-row: 5/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-5-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 5;
        grid-row: 5/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-5-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 5;
        grid-row: 5/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-5-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 5;
        grid-row: 5/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-5-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 5;
        grid-row: 5/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-5-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 5;
        grid-row: 5/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-5-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 5;
        grid-row: 5/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-5-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 5;
        grid-row: 5/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-5-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 5;
        grid-row: 5/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-5-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 5;
        grid-row: 5/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-5-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 5;
        grid-row: 5/span 24;
  }
}

@media (min-width: 992px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.md-rows-6 {
    -ms-grid-rows: (auto)[6];
        grid-template-rows: repeat(6, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.md-rows-6-flex {
    -ms-grid-rows: (minmax(0, 1fr))[6];
        grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .md-row-6 {
    -ms-grid-row: 6;
        grid-row: 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-6-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 6;
        grid-row: 6/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-6-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 6;
        grid-row: 6/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-6-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 6;
        grid-row: 6/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-6-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 6;
        grid-row: 6/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-6-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 6;
        grid-row: 6/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-6-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 6;
        grid-row: 6/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-6-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 6;
        grid-row: 6/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-6-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 6;
        grid-row: 6/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-6-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 6;
        grid-row: 6/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-6-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 6;
        grid-row: 6/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-6-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 6;
        grid-row: 6/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-6-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 6;
        grid-row: 6/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-6-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 6;
        grid-row: 6/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-6-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 6;
        grid-row: 6/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-6-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 6;
        grid-row: 6/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-6-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 6;
        grid-row: 6/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-6-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 6;
        grid-row: 6/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-6-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 6;
        grid-row: 6/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-6-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 6;
        grid-row: 6/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-6-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 6;
        grid-row: 6/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-6-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 6;
        grid-row: 6/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-6-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 6;
        grid-row: 6/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-6-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 6;
        grid-row: 6/span 24;
  }
}

@media (min-width: 992px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.md-rows-7 {
    -ms-grid-rows: (auto)[7];
        grid-template-rows: repeat(7, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.md-rows-7-flex {
    -ms-grid-rows: (minmax(0, 1fr))[7];
        grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .md-row-7 {
    -ms-grid-row: 7;
        grid-row: 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-7-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 7;
        grid-row: 7/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-7-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 7;
        grid-row: 7/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-7-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 7;
        grid-row: 7/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-7-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 7;
        grid-row: 7/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-7-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 7;
        grid-row: 7/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-7-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 7;
        grid-row: 7/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-7-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 7;
        grid-row: 7/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-7-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 7;
        grid-row: 7/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-7-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 7;
        grid-row: 7/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-7-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 7;
        grid-row: 7/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-7-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 7;
        grid-row: 7/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-7-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 7;
        grid-row: 7/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-7-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 7;
        grid-row: 7/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-7-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 7;
        grid-row: 7/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-7-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 7;
        grid-row: 7/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-7-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 7;
        grid-row: 7/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-7-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 7;
        grid-row: 7/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-7-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 7;
        grid-row: 7/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-7-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 7;
        grid-row: 7/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-7-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 7;
        grid-row: 7/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-7-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 7;
        grid-row: 7/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-7-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 7;
        grid-row: 7/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-7-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 7;
        grid-row: 7/span 24;
  }
}

@media (min-width: 992px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.md-rows-8 {
    -ms-grid-rows: (auto)[8];
        grid-template-rows: repeat(8, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.md-rows-8-flex {
    -ms-grid-rows: (minmax(0, 1fr))[8];
        grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .md-row-8 {
    -ms-grid-row: 8;
        grid-row: 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-8-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 8;
        grid-row: 8/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-8-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 8;
        grid-row: 8/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-8-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 8;
        grid-row: 8/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-8-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 8;
        grid-row: 8/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-8-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 8;
        grid-row: 8/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-8-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 8;
        grid-row: 8/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-8-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 8;
        grid-row: 8/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-8-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 8;
        grid-row: 8/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-8-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 8;
        grid-row: 8/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-8-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 8;
        grid-row: 8/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-8-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 8;
        grid-row: 8/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-8-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 8;
        grid-row: 8/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-8-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 8;
        grid-row: 8/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-8-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 8;
        grid-row: 8/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-8-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 8;
        grid-row: 8/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-8-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 8;
        grid-row: 8/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-8-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 8;
        grid-row: 8/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-8-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 8;
        grid-row: 8/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-8-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 8;
        grid-row: 8/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-8-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 8;
        grid-row: 8/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-8-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 8;
        grid-row: 8/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-8-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 8;
        grid-row: 8/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-8-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 8;
        grid-row: 8/span 24;
  }
}

@media (min-width: 992px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.md-rows-9 {
    -ms-grid-rows: (auto)[9];
        grid-template-rows: repeat(9, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.md-rows-9-flex {
    -ms-grid-rows: (minmax(0, 1fr))[9];
        grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .md-row-9 {
    -ms-grid-row: 9;
        grid-row: 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-9-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 9;
        grid-row: 9/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-9-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 9;
        grid-row: 9/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-9-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 9;
        grid-row: 9/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-9-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 9;
        grid-row: 9/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-9-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 9;
        grid-row: 9/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-9-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 9;
        grid-row: 9/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-9-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 9;
        grid-row: 9/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-9-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 9;
        grid-row: 9/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-9-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 9;
        grid-row: 9/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-9-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 9;
        grid-row: 9/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-9-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 9;
        grid-row: 9/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-9-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 9;
        grid-row: 9/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-9-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 9;
        grid-row: 9/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-9-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 9;
        grid-row: 9/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-9-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 9;
        grid-row: 9/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-9-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 9;
        grid-row: 9/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-9-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 9;
        grid-row: 9/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-9-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 9;
        grid-row: 9/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-9-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 9;
        grid-row: 9/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-9-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 9;
        grid-row: 9/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-9-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 9;
        grid-row: 9/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-9-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 9;
        grid-row: 9/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-9-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 9;
        grid-row: 9/span 24;
  }
}

@media (min-width: 992px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.md-rows-10 {
    -ms-grid-rows: (auto)[10];
        grid-template-rows: repeat(10, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.md-rows-10-flex {
    -ms-grid-rows: (minmax(0, 1fr))[10];
        grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .md-row-10 {
    -ms-grid-row: 10;
        grid-row: 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-10-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 10;
        grid-row: 10/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-10-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 10;
        grid-row: 10/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-10-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 10;
        grid-row: 10/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-10-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 10;
        grid-row: 10/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-10-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 10;
        grid-row: 10/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-10-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 10;
        grid-row: 10/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-10-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 10;
        grid-row: 10/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-10-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 10;
        grid-row: 10/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-10-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 10;
        grid-row: 10/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-10-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 10;
        grid-row: 10/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-10-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 10;
        grid-row: 10/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-10-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 10;
        grid-row: 10/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-10-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 10;
        grid-row: 10/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-10-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 10;
        grid-row: 10/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-10-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 10;
        grid-row: 10/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-10-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 10;
        grid-row: 10/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-10-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 10;
        grid-row: 10/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-10-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 10;
        grid-row: 10/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-10-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 10;
        grid-row: 10/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-10-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 10;
        grid-row: 10/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-10-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 10;
        grid-row: 10/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-10-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 10;
        grid-row: 10/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-10-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 10;
        grid-row: 10/span 24;
  }
}

@media (min-width: 992px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.md-rows-11 {
    -ms-grid-rows: (auto)[11];
        grid-template-rows: repeat(11, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.md-rows-11-flex {
    -ms-grid-rows: (minmax(0, 1fr))[11];
        grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .md-row-11 {
    -ms-grid-row: 11;
        grid-row: 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-11-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 11;
        grid-row: 11/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-11-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 11;
        grid-row: 11/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-11-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 11;
        grid-row: 11/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-11-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 11;
        grid-row: 11/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-11-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 11;
        grid-row: 11/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-11-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 11;
        grid-row: 11/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-11-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 11;
        grid-row: 11/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-11-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 11;
        grid-row: 11/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-11-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 11;
        grid-row: 11/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-11-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 11;
        grid-row: 11/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-11-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 11;
        grid-row: 11/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-11-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 11;
        grid-row: 11/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-11-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 11;
        grid-row: 11/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-11-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 11;
        grid-row: 11/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-11-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 11;
        grid-row: 11/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-11-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 11;
        grid-row: 11/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-11-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 11;
        grid-row: 11/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-11-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 11;
        grid-row: 11/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-11-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 11;
        grid-row: 11/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-11-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 11;
        grid-row: 11/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-11-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 11;
        grid-row: 11/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-11-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 11;
        grid-row: 11/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-11-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 11;
        grid-row: 11/span 24;
  }
}

@media (min-width: 992px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.md-rows-12 {
    -ms-grid-rows: (auto)[12];
        grid-template-rows: repeat(12, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.md-rows-12-flex {
    -ms-grid-rows: (minmax(0, 1fr))[12];
        grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .md-row-12 {
    -ms-grid-row: 12;
        grid-row: 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-12-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 12;
        grid-row: 12/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-12-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 12;
        grid-row: 12/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-12-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 12;
        grid-row: 12/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-12-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 12;
        grid-row: 12/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-12-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 12;
        grid-row: 12/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-12-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 12;
        grid-row: 12/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-12-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 12;
        grid-row: 12/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-12-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 12;
        grid-row: 12/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-12-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 12;
        grid-row: 12/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-12-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 12;
        grid-row: 12/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-12-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 12;
        grid-row: 12/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-12-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 12;
        grid-row: 12/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-12-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 12;
        grid-row: 12/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-12-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 12;
        grid-row: 12/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-12-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 12;
        grid-row: 12/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-12-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 12;
        grid-row: 12/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-12-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 12;
        grid-row: 12/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-12-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 12;
        grid-row: 12/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-12-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 12;
        grid-row: 12/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-12-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 12;
        grid-row: 12/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-12-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 12;
        grid-row: 12/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-12-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 12;
        grid-row: 12/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-12-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 12;
        grid-row: 12/span 24;
  }
}

@media (min-width: 992px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.md-rows-13 {
    -ms-grid-rows: (auto)[13];
        grid-template-rows: repeat(13, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.md-rows-13-flex {
    -ms-grid-rows: (minmax(0, 1fr))[13];
        grid-template-rows: repeat(13, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .md-row-13 {
    -ms-grid-row: 13;
        grid-row: 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-13-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 13;
        grid-row: 13/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-13-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 13;
        grid-row: 13/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-13-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 13;
        grid-row: 13/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-13-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 13;
        grid-row: 13/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-13-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 13;
        grid-row: 13/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-13-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 13;
        grid-row: 13/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-13-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 13;
        grid-row: 13/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-13-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 13;
        grid-row: 13/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-13-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 13;
        grid-row: 13/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-13-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 13;
        grid-row: 13/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-13-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 13;
        grid-row: 13/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-13-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 13;
        grid-row: 13/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-13-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 13;
        grid-row: 13/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-13-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 13;
        grid-row: 13/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-13-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 13;
        grid-row: 13/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-13-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 13;
        grid-row: 13/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-13-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 13;
        grid-row: 13/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-13-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 13;
        grid-row: 13/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-13-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 13;
        grid-row: 13/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-13-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 13;
        grid-row: 13/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-13-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 13;
        grid-row: 13/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-13-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 13;
        grid-row: 13/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-13-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 13;
        grid-row: 13/span 24;
  }
}

@media (min-width: 992px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.md-rows-14 {
    -ms-grid-rows: (auto)[14];
        grid-template-rows: repeat(14, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.md-rows-14-flex {
    -ms-grid-rows: (minmax(0, 1fr))[14];
        grid-template-rows: repeat(14, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .md-row-14 {
    -ms-grid-row: 14;
        grid-row: 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-14-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 14;
        grid-row: 14/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-14-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 14;
        grid-row: 14/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-14-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 14;
        grid-row: 14/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-14-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 14;
        grid-row: 14/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-14-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 14;
        grid-row: 14/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-14-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 14;
        grid-row: 14/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-14-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 14;
        grid-row: 14/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-14-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 14;
        grid-row: 14/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-14-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 14;
        grid-row: 14/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-14-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 14;
        grid-row: 14/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-14-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 14;
        grid-row: 14/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-14-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 14;
        grid-row: 14/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-14-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 14;
        grid-row: 14/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-14-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 14;
        grid-row: 14/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-14-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 14;
        grid-row: 14/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-14-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 14;
        grid-row: 14/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-14-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 14;
        grid-row: 14/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-14-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 14;
        grid-row: 14/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-14-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 14;
        grid-row: 14/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-14-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 14;
        grid-row: 14/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-14-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 14;
        grid-row: 14/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-14-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 14;
        grid-row: 14/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-14-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 14;
        grid-row: 14/span 24;
  }
}

@media (min-width: 992px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.md-rows-15 {
    -ms-grid-rows: (auto)[15];
        grid-template-rows: repeat(15, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.md-rows-15-flex {
    -ms-grid-rows: (minmax(0, 1fr))[15];
        grid-template-rows: repeat(15, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .md-row-15 {
    -ms-grid-row: 15;
        grid-row: 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-15-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 15;
        grid-row: 15/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-15-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 15;
        grid-row: 15/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-15-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 15;
        grid-row: 15/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-15-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 15;
        grid-row: 15/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-15-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 15;
        grid-row: 15/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-15-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 15;
        grid-row: 15/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-15-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 15;
        grid-row: 15/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-15-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 15;
        grid-row: 15/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-15-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 15;
        grid-row: 15/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-15-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 15;
        grid-row: 15/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-15-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 15;
        grid-row: 15/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-15-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 15;
        grid-row: 15/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-15-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 15;
        grid-row: 15/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-15-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 15;
        grid-row: 15/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-15-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 15;
        grid-row: 15/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-15-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 15;
        grid-row: 15/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-15-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 15;
        grid-row: 15/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-15-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 15;
        grid-row: 15/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-15-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 15;
        grid-row: 15/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-15-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 15;
        grid-row: 15/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-15-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 15;
        grid-row: 15/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-15-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 15;
        grid-row: 15/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-15-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 15;
        grid-row: 15/span 24;
  }
}

@media (min-width: 992px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.md-rows-16 {
    -ms-grid-rows: (auto)[16];
        grid-template-rows: repeat(16, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.md-rows-16-flex {
    -ms-grid-rows: (minmax(0, 1fr))[16];
        grid-template-rows: repeat(16, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .md-row-16 {
    -ms-grid-row: 16;
        grid-row: 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-16-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 16;
        grid-row: 16/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-16-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 16;
        grid-row: 16/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-16-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 16;
        grid-row: 16/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-16-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 16;
        grid-row: 16/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-16-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 16;
        grid-row: 16/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-16-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 16;
        grid-row: 16/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-16-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 16;
        grid-row: 16/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-16-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 16;
        grid-row: 16/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-16-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 16;
        grid-row: 16/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-16-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 16;
        grid-row: 16/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-16-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 16;
        grid-row: 16/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-16-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 16;
        grid-row: 16/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-16-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 16;
        grid-row: 16/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-16-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 16;
        grid-row: 16/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-16-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 16;
        grid-row: 16/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-16-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 16;
        grid-row: 16/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-16-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 16;
        grid-row: 16/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-16-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 16;
        grid-row: 16/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-16-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 16;
        grid-row: 16/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-16-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 16;
        grid-row: 16/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-16-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 16;
        grid-row: 16/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-16-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 16;
        grid-row: 16/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-16-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 16;
        grid-row: 16/span 24;
  }
}

@media (min-width: 992px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.md-rows-17 {
    -ms-grid-rows: (auto)[17];
        grid-template-rows: repeat(17, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.md-rows-17-flex {
    -ms-grid-rows: (minmax(0, 1fr))[17];
        grid-template-rows: repeat(17, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .md-row-17 {
    -ms-grid-row: 17;
        grid-row: 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-17-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 17;
        grid-row: 17/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-17-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 17;
        grid-row: 17/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-17-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 17;
        grid-row: 17/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-17-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 17;
        grid-row: 17/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-17-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 17;
        grid-row: 17/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-17-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 17;
        grid-row: 17/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-17-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 17;
        grid-row: 17/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-17-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 17;
        grid-row: 17/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-17-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 17;
        grid-row: 17/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-17-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 17;
        grid-row: 17/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-17-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 17;
        grid-row: 17/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-17-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 17;
        grid-row: 17/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-17-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 17;
        grid-row: 17/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-17-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 17;
        grid-row: 17/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-17-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 17;
        grid-row: 17/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-17-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 17;
        grid-row: 17/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-17-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 17;
        grid-row: 17/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-17-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 17;
        grid-row: 17/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-17-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 17;
        grid-row: 17/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-17-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 17;
        grid-row: 17/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-17-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 17;
        grid-row: 17/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-17-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 17;
        grid-row: 17/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-17-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 17;
        grid-row: 17/span 24;
  }
}

@media (min-width: 992px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.md-rows-18 {
    -ms-grid-rows: (auto)[18];
        grid-template-rows: repeat(18, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.md-rows-18-flex {
    -ms-grid-rows: (minmax(0, 1fr))[18];
        grid-template-rows: repeat(18, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .md-row-18 {
    -ms-grid-row: 18;
        grid-row: 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-18-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 18;
        grid-row: 18/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-18-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 18;
        grid-row: 18/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-18-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 18;
        grid-row: 18/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-18-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 18;
        grid-row: 18/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-18-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 18;
        grid-row: 18/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-18-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 18;
        grid-row: 18/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-18-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 18;
        grid-row: 18/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-18-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 18;
        grid-row: 18/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-18-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 18;
        grid-row: 18/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-18-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 18;
        grid-row: 18/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-18-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 18;
        grid-row: 18/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-18-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 18;
        grid-row: 18/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-18-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 18;
        grid-row: 18/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-18-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 18;
        grid-row: 18/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-18-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 18;
        grid-row: 18/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-18-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 18;
        grid-row: 18/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-18-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 18;
        grid-row: 18/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-18-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 18;
        grid-row: 18/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-18-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 18;
        grid-row: 18/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-18-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 18;
        grid-row: 18/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-18-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 18;
        grid-row: 18/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-18-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 18;
        grid-row: 18/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-18-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 18;
        grid-row: 18/span 24;
  }
}

@media (min-width: 992px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.md-rows-19 {
    -ms-grid-rows: (auto)[19];
        grid-template-rows: repeat(19, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.md-rows-19-flex {
    -ms-grid-rows: (minmax(0, 1fr))[19];
        grid-template-rows: repeat(19, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .md-row-19 {
    -ms-grid-row: 19;
        grid-row: 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-19-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 19;
        grid-row: 19/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-19-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 19;
        grid-row: 19/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-19-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 19;
        grid-row: 19/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-19-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 19;
        grid-row: 19/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-19-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 19;
        grid-row: 19/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-19-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 19;
        grid-row: 19/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-19-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 19;
        grid-row: 19/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-19-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 19;
        grid-row: 19/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-19-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 19;
        grid-row: 19/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-19-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 19;
        grid-row: 19/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-19-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 19;
        grid-row: 19/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-19-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 19;
        grid-row: 19/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-19-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 19;
        grid-row: 19/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-19-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 19;
        grid-row: 19/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-19-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 19;
        grid-row: 19/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-19-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 19;
        grid-row: 19/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-19-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 19;
        grid-row: 19/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-19-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 19;
        grid-row: 19/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-19-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 19;
        grid-row: 19/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-19-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 19;
        grid-row: 19/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-19-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 19;
        grid-row: 19/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-19-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 19;
        grid-row: 19/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-19-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 19;
        grid-row: 19/span 24;
  }
}

@media (min-width: 992px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.md-rows-20 {
    -ms-grid-rows: (auto)[20];
        grid-template-rows: repeat(20, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.md-rows-20-flex {
    -ms-grid-rows: (minmax(0, 1fr))[20];
        grid-template-rows: repeat(20, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .md-row-20 {
    -ms-grid-row: 20;
        grid-row: 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-20-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 20;
        grid-row: 20/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-20-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 20;
        grid-row: 20/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-20-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 20;
        grid-row: 20/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-20-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 20;
        grid-row: 20/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-20-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 20;
        grid-row: 20/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-20-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 20;
        grid-row: 20/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-20-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 20;
        grid-row: 20/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-20-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 20;
        grid-row: 20/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-20-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 20;
        grid-row: 20/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-20-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 20;
        grid-row: 20/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-20-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 20;
        grid-row: 20/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-20-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 20;
        grid-row: 20/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-20-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 20;
        grid-row: 20/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-20-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 20;
        grid-row: 20/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-20-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 20;
        grid-row: 20/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-20-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 20;
        grid-row: 20/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-20-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 20;
        grid-row: 20/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-20-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 20;
        grid-row: 20/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-20-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 20;
        grid-row: 20/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-20-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 20;
        grid-row: 20/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-20-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 20;
        grid-row: 20/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-20-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 20;
        grid-row: 20/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-20-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 20;
        grid-row: 20/span 24;
  }
}

@media (min-width: 992px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.md-rows-21 {
    -ms-grid-rows: (auto)[21];
        grid-template-rows: repeat(21, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.md-rows-21-flex {
    -ms-grid-rows: (minmax(0, 1fr))[21];
        grid-template-rows: repeat(21, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .md-row-21 {
    -ms-grid-row: 21;
        grid-row: 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-21-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 21;
        grid-row: 21/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-21-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 21;
        grid-row: 21/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-21-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 21;
        grid-row: 21/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-21-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 21;
        grid-row: 21/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-21-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 21;
        grid-row: 21/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-21-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 21;
        grid-row: 21/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-21-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 21;
        grid-row: 21/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-21-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 21;
        grid-row: 21/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-21-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 21;
        grid-row: 21/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-21-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 21;
        grid-row: 21/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-21-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 21;
        grid-row: 21/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-21-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 21;
        grid-row: 21/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-21-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 21;
        grid-row: 21/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-21-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 21;
        grid-row: 21/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-21-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 21;
        grid-row: 21/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-21-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 21;
        grid-row: 21/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-21-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 21;
        grid-row: 21/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-21-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 21;
        grid-row: 21/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-21-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 21;
        grid-row: 21/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-21-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 21;
        grid-row: 21/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-21-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 21;
        grid-row: 21/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-21-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 21;
        grid-row: 21/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-21-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 21;
        grid-row: 21/span 24;
  }
}

@media (min-width: 992px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.md-rows-22 {
    -ms-grid-rows: (auto)[22];
        grid-template-rows: repeat(22, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.md-rows-22-flex {
    -ms-grid-rows: (minmax(0, 1fr))[22];
        grid-template-rows: repeat(22, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .md-row-22 {
    -ms-grid-row: 22;
        grid-row: 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-22-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 22;
        grid-row: 22/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-22-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 22;
        grid-row: 22/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-22-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 22;
        grid-row: 22/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-22-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 22;
        grid-row: 22/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-22-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 22;
        grid-row: 22/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-22-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 22;
        grid-row: 22/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-22-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 22;
        grid-row: 22/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-22-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 22;
        grid-row: 22/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-22-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 22;
        grid-row: 22/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-22-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 22;
        grid-row: 22/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-22-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 22;
        grid-row: 22/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-22-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 22;
        grid-row: 22/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-22-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 22;
        grid-row: 22/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-22-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 22;
        grid-row: 22/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-22-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 22;
        grid-row: 22/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-22-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 22;
        grid-row: 22/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-22-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 22;
        grid-row: 22/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-22-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 22;
        grid-row: 22/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-22-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 22;
        grid-row: 22/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-22-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 22;
        grid-row: 22/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-22-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 22;
        grid-row: 22/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-22-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 22;
        grid-row: 22/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-22-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 22;
        grid-row: 22/span 24;
  }
}

@media (min-width: 992px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.md-rows-23 {
    -ms-grid-rows: (auto)[23];
        grid-template-rows: repeat(23, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.md-rows-23-flex {
    -ms-grid-rows: (minmax(0, 1fr))[23];
        grid-template-rows: repeat(23, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .md-row-23 {
    -ms-grid-row: 23;
        grid-row: 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-23-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 23;
        grid-row: 23/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-23-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 23;
        grid-row: 23/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-23-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 23;
        grid-row: 23/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-23-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 23;
        grid-row: 23/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-23-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 23;
        grid-row: 23/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-23-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 23;
        grid-row: 23/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-23-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 23;
        grid-row: 23/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-23-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 23;
        grid-row: 23/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-23-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 23;
        grid-row: 23/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-23-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 23;
        grid-row: 23/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-23-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 23;
        grid-row: 23/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-23-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 23;
        grid-row: 23/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-23-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 23;
        grid-row: 23/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-23-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 23;
        grid-row: 23/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-23-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 23;
        grid-row: 23/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-23-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 23;
        grid-row: 23/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-23-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 23;
        grid-row: 23/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-23-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 23;
        grid-row: 23/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-23-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 23;
        grid-row: 23/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-23-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 23;
        grid-row: 23/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-23-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 23;
        grid-row: 23/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-23-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 23;
        grid-row: 23/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-23-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 23;
        grid-row: 23/span 24;
  }
}

@media (min-width: 992px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.md-rows-24 {
    -ms-grid-rows: (auto)[24];
        grid-template-rows: repeat(24, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.md-rows-24-flex {
    -ms-grid-rows: (minmax(0, 1fr))[24];
        grid-template-rows: repeat(24, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .md-row-24 {
    -ms-grid-row: 24;
        grid-row: 24;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-24-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 24;
        grid-row: 24/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-24-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 24;
        grid-row: 24/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-24-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 24;
        grid-row: 24/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-24-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 24;
        grid-row: 24/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-24-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 24;
        grid-row: 24/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-24-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 24;
        grid-row: 24/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-24-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 24;
        grid-row: 24/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-24-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 24;
        grid-row: 24/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-24-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 24;
        grid-row: 24/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-24-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 24;
        grid-row: 24/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-24-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 24;
        grid-row: 24/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-24-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 24;
        grid-row: 24/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-24-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 24;
        grid-row: 24/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-24-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 24;
        grid-row: 24/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-24-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 24;
        grid-row: 24/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-24-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 24;
        grid-row: 24/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-24-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 24;
        grid-row: 24/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-24-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 24;
        grid-row: 24/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-24-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 24;
        grid-row: 24/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-24-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 24;
        grid-row: 24/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-24-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 24;
        grid-row: 24/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-24-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 24;
        grid-row: 24/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .md-row-24-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 24;
        grid-row: 24/span 24;
  }
}

@media (min-width: 1200px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.lg-rows-1 {
    -ms-grid-rows: (auto)[1];
        grid-template-rows: repeat(1, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.lg-rows-1-flex {
    -ms-grid-rows: (minmax(0, 1fr))[1];
        grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .lg-row-1 {
    -ms-grid-row: 1;
        grid-row: 1;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-1-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 1;
        grid-row: 1/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-1-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 1;
        grid-row: 1/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-1-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 1;
        grid-row: 1/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-1-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 1;
        grid-row: 1/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-1-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 1;
        grid-row: 1/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-1-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 1;
        grid-row: 1/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-1-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 1;
        grid-row: 1/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-1-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 1;
        grid-row: 1/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-1-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 1;
        grid-row: 1/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-1-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 1;
        grid-row: 1/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-1-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 1;
        grid-row: 1/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-1-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 1;
        grid-row: 1/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-1-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 1;
        grid-row: 1/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-1-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 1;
        grid-row: 1/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-1-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 1;
        grid-row: 1/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-1-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 1;
        grid-row: 1/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-1-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 1;
        grid-row: 1/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-1-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 1;
        grid-row: 1/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-1-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 1;
        grid-row: 1/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-1-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 1;
        grid-row: 1/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-1-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 1;
        grid-row: 1/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-1-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 1;
        grid-row: 1/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-1-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 1;
        grid-row: 1/span 24;
  }
}

@media (min-width: 1200px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.lg-rows-2 {
    -ms-grid-rows: (auto)[2];
        grid-template-rows: repeat(2, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.lg-rows-2-flex {
    -ms-grid-rows: (minmax(0, 1fr))[2];
        grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .lg-row-2 {
    -ms-grid-row: 2;
        grid-row: 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-2-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 2;
        grid-row: 2/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-2-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 2;
        grid-row: 2/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-2-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 2;
        grid-row: 2/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-2-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 2;
        grid-row: 2/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-2-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 2;
        grid-row: 2/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-2-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 2;
        grid-row: 2/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-2-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 2;
        grid-row: 2/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-2-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 2;
        grid-row: 2/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-2-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 2;
        grid-row: 2/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-2-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 2;
        grid-row: 2/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-2-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 2;
        grid-row: 2/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-2-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 2;
        grid-row: 2/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-2-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 2;
        grid-row: 2/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-2-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 2;
        grid-row: 2/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-2-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 2;
        grid-row: 2/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-2-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 2;
        grid-row: 2/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-2-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 2;
        grid-row: 2/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-2-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 2;
        grid-row: 2/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-2-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 2;
        grid-row: 2/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-2-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 2;
        grid-row: 2/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-2-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 2;
        grid-row: 2/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-2-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 2;
        grid-row: 2/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-2-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 2;
        grid-row: 2/span 24;
  }
}

@media (min-width: 1200px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.lg-rows-3 {
    -ms-grid-rows: (auto)[3];
        grid-template-rows: repeat(3, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.lg-rows-3-flex {
    -ms-grid-rows: (minmax(0, 1fr))[3];
        grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .lg-row-3 {
    -ms-grid-row: 3;
        grid-row: 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-3-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 3;
        grid-row: 3/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-3-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 3;
        grid-row: 3/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-3-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 3;
        grid-row: 3/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-3-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 3;
        grid-row: 3/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-3-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 3;
        grid-row: 3/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-3-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 3;
        grid-row: 3/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-3-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 3;
        grid-row: 3/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-3-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 3;
        grid-row: 3/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-3-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 3;
        grid-row: 3/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-3-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 3;
        grid-row: 3/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-3-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 3;
        grid-row: 3/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-3-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 3;
        grid-row: 3/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-3-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 3;
        grid-row: 3/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-3-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 3;
        grid-row: 3/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-3-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 3;
        grid-row: 3/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-3-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 3;
        grid-row: 3/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-3-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 3;
        grid-row: 3/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-3-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 3;
        grid-row: 3/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-3-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 3;
        grid-row: 3/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-3-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 3;
        grid-row: 3/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-3-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 3;
        grid-row: 3/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-3-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 3;
        grid-row: 3/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-3-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 3;
        grid-row: 3/span 24;
  }
}

@media (min-width: 1200px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.lg-rows-4 {
    -ms-grid-rows: (auto)[4];
        grid-template-rows: repeat(4, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.lg-rows-4-flex {
    -ms-grid-rows: (minmax(0, 1fr))[4];
        grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .lg-row-4 {
    -ms-grid-row: 4;
        grid-row: 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-4-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 4;
        grid-row: 4/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-4-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 4;
        grid-row: 4/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-4-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 4;
        grid-row: 4/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-4-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 4;
        grid-row: 4/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-4-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 4;
        grid-row: 4/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-4-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 4;
        grid-row: 4/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-4-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 4;
        grid-row: 4/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-4-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 4;
        grid-row: 4/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-4-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 4;
        grid-row: 4/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-4-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 4;
        grid-row: 4/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-4-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 4;
        grid-row: 4/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-4-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 4;
        grid-row: 4/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-4-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 4;
        grid-row: 4/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-4-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 4;
        grid-row: 4/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-4-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 4;
        grid-row: 4/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-4-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 4;
        grid-row: 4/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-4-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 4;
        grid-row: 4/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-4-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 4;
        grid-row: 4/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-4-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 4;
        grid-row: 4/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-4-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 4;
        grid-row: 4/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-4-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 4;
        grid-row: 4/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-4-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 4;
        grid-row: 4/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-4-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 4;
        grid-row: 4/span 24;
  }
}

@media (min-width: 1200px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.lg-rows-5 {
    -ms-grid-rows: (auto)[5];
        grid-template-rows: repeat(5, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.lg-rows-5-flex {
    -ms-grid-rows: (minmax(0, 1fr))[5];
        grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .lg-row-5 {
    -ms-grid-row: 5;
        grid-row: 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-5-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 5;
        grid-row: 5/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-5-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 5;
        grid-row: 5/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-5-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 5;
        grid-row: 5/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-5-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 5;
        grid-row: 5/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-5-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 5;
        grid-row: 5/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-5-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 5;
        grid-row: 5/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-5-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 5;
        grid-row: 5/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-5-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 5;
        grid-row: 5/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-5-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 5;
        grid-row: 5/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-5-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 5;
        grid-row: 5/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-5-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 5;
        grid-row: 5/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-5-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 5;
        grid-row: 5/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-5-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 5;
        grid-row: 5/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-5-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 5;
        grid-row: 5/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-5-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 5;
        grid-row: 5/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-5-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 5;
        grid-row: 5/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-5-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 5;
        grid-row: 5/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-5-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 5;
        grid-row: 5/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-5-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 5;
        grid-row: 5/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-5-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 5;
        grid-row: 5/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-5-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 5;
        grid-row: 5/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-5-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 5;
        grid-row: 5/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-5-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 5;
        grid-row: 5/span 24;
  }
}

@media (min-width: 1200px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.lg-rows-6 {
    -ms-grid-rows: (auto)[6];
        grid-template-rows: repeat(6, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.lg-rows-6-flex {
    -ms-grid-rows: (minmax(0, 1fr))[6];
        grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .lg-row-6 {
    -ms-grid-row: 6;
        grid-row: 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-6-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 6;
        grid-row: 6/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-6-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 6;
        grid-row: 6/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-6-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 6;
        grid-row: 6/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-6-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 6;
        grid-row: 6/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-6-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 6;
        grid-row: 6/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-6-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 6;
        grid-row: 6/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-6-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 6;
        grid-row: 6/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-6-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 6;
        grid-row: 6/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-6-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 6;
        grid-row: 6/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-6-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 6;
        grid-row: 6/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-6-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 6;
        grid-row: 6/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-6-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 6;
        grid-row: 6/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-6-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 6;
        grid-row: 6/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-6-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 6;
        grid-row: 6/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-6-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 6;
        grid-row: 6/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-6-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 6;
        grid-row: 6/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-6-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 6;
        grid-row: 6/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-6-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 6;
        grid-row: 6/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-6-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 6;
        grid-row: 6/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-6-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 6;
        grid-row: 6/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-6-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 6;
        grid-row: 6/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-6-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 6;
        grid-row: 6/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-6-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 6;
        grid-row: 6/span 24;
  }
}

@media (min-width: 1200px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.lg-rows-7 {
    -ms-grid-rows: (auto)[7];
        grid-template-rows: repeat(7, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.lg-rows-7-flex {
    -ms-grid-rows: (minmax(0, 1fr))[7];
        grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .lg-row-7 {
    -ms-grid-row: 7;
        grid-row: 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-7-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 7;
        grid-row: 7/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-7-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 7;
        grid-row: 7/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-7-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 7;
        grid-row: 7/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-7-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 7;
        grid-row: 7/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-7-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 7;
        grid-row: 7/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-7-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 7;
        grid-row: 7/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-7-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 7;
        grid-row: 7/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-7-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 7;
        grid-row: 7/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-7-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 7;
        grid-row: 7/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-7-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 7;
        grid-row: 7/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-7-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 7;
        grid-row: 7/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-7-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 7;
        grid-row: 7/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-7-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 7;
        grid-row: 7/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-7-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 7;
        grid-row: 7/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-7-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 7;
        grid-row: 7/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-7-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 7;
        grid-row: 7/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-7-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 7;
        grid-row: 7/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-7-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 7;
        grid-row: 7/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-7-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 7;
        grid-row: 7/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-7-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 7;
        grid-row: 7/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-7-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 7;
        grid-row: 7/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-7-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 7;
        grid-row: 7/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-7-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 7;
        grid-row: 7/span 24;
  }
}

@media (min-width: 1200px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.lg-rows-8 {
    -ms-grid-rows: (auto)[8];
        grid-template-rows: repeat(8, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.lg-rows-8-flex {
    -ms-grid-rows: (minmax(0, 1fr))[8];
        grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .lg-row-8 {
    -ms-grid-row: 8;
        grid-row: 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-8-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 8;
        grid-row: 8/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-8-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 8;
        grid-row: 8/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-8-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 8;
        grid-row: 8/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-8-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 8;
        grid-row: 8/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-8-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 8;
        grid-row: 8/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-8-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 8;
        grid-row: 8/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-8-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 8;
        grid-row: 8/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-8-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 8;
        grid-row: 8/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-8-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 8;
        grid-row: 8/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-8-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 8;
        grid-row: 8/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-8-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 8;
        grid-row: 8/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-8-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 8;
        grid-row: 8/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-8-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 8;
        grid-row: 8/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-8-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 8;
        grid-row: 8/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-8-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 8;
        grid-row: 8/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-8-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 8;
        grid-row: 8/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-8-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 8;
        grid-row: 8/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-8-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 8;
        grid-row: 8/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-8-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 8;
        grid-row: 8/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-8-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 8;
        grid-row: 8/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-8-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 8;
        grid-row: 8/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-8-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 8;
        grid-row: 8/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-8-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 8;
        grid-row: 8/span 24;
  }
}

@media (min-width: 1200px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.lg-rows-9 {
    -ms-grid-rows: (auto)[9];
        grid-template-rows: repeat(9, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.lg-rows-9-flex {
    -ms-grid-rows: (minmax(0, 1fr))[9];
        grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .lg-row-9 {
    -ms-grid-row: 9;
        grid-row: 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-9-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 9;
        grid-row: 9/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-9-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 9;
        grid-row: 9/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-9-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 9;
        grid-row: 9/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-9-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 9;
        grid-row: 9/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-9-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 9;
        grid-row: 9/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-9-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 9;
        grid-row: 9/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-9-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 9;
        grid-row: 9/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-9-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 9;
        grid-row: 9/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-9-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 9;
        grid-row: 9/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-9-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 9;
        grid-row: 9/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-9-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 9;
        grid-row: 9/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-9-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 9;
        grid-row: 9/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-9-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 9;
        grid-row: 9/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-9-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 9;
        grid-row: 9/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-9-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 9;
        grid-row: 9/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-9-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 9;
        grid-row: 9/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-9-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 9;
        grid-row: 9/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-9-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 9;
        grid-row: 9/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-9-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 9;
        grid-row: 9/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-9-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 9;
        grid-row: 9/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-9-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 9;
        grid-row: 9/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-9-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 9;
        grid-row: 9/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-9-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 9;
        grid-row: 9/span 24;
  }
}

@media (min-width: 1200px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.lg-rows-10 {
    -ms-grid-rows: (auto)[10];
        grid-template-rows: repeat(10, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.lg-rows-10-flex {
    -ms-grid-rows: (minmax(0, 1fr))[10];
        grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .lg-row-10 {
    -ms-grid-row: 10;
        grid-row: 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-10-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 10;
        grid-row: 10/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-10-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 10;
        grid-row: 10/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-10-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 10;
        grid-row: 10/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-10-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 10;
        grid-row: 10/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-10-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 10;
        grid-row: 10/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-10-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 10;
        grid-row: 10/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-10-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 10;
        grid-row: 10/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-10-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 10;
        grid-row: 10/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-10-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 10;
        grid-row: 10/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-10-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 10;
        grid-row: 10/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-10-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 10;
        grid-row: 10/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-10-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 10;
        grid-row: 10/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-10-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 10;
        grid-row: 10/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-10-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 10;
        grid-row: 10/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-10-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 10;
        grid-row: 10/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-10-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 10;
        grid-row: 10/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-10-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 10;
        grid-row: 10/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-10-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 10;
        grid-row: 10/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-10-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 10;
        grid-row: 10/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-10-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 10;
        grid-row: 10/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-10-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 10;
        grid-row: 10/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-10-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 10;
        grid-row: 10/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-10-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 10;
        grid-row: 10/span 24;
  }
}

@media (min-width: 1200px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.lg-rows-11 {
    -ms-grid-rows: (auto)[11];
        grid-template-rows: repeat(11, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.lg-rows-11-flex {
    -ms-grid-rows: (minmax(0, 1fr))[11];
        grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .lg-row-11 {
    -ms-grid-row: 11;
        grid-row: 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-11-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 11;
        grid-row: 11/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-11-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 11;
        grid-row: 11/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-11-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 11;
        grid-row: 11/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-11-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 11;
        grid-row: 11/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-11-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 11;
        grid-row: 11/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-11-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 11;
        grid-row: 11/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-11-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 11;
        grid-row: 11/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-11-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 11;
        grid-row: 11/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-11-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 11;
        grid-row: 11/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-11-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 11;
        grid-row: 11/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-11-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 11;
        grid-row: 11/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-11-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 11;
        grid-row: 11/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-11-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 11;
        grid-row: 11/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-11-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 11;
        grid-row: 11/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-11-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 11;
        grid-row: 11/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-11-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 11;
        grid-row: 11/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-11-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 11;
        grid-row: 11/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-11-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 11;
        grid-row: 11/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-11-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 11;
        grid-row: 11/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-11-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 11;
        grid-row: 11/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-11-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 11;
        grid-row: 11/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-11-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 11;
        grid-row: 11/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-11-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 11;
        grid-row: 11/span 24;
  }
}

@media (min-width: 1200px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.lg-rows-12 {
    -ms-grid-rows: (auto)[12];
        grid-template-rows: repeat(12, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.lg-rows-12-flex {
    -ms-grid-rows: (minmax(0, 1fr))[12];
        grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .lg-row-12 {
    -ms-grid-row: 12;
        grid-row: 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-12-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 12;
        grid-row: 12/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-12-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 12;
        grid-row: 12/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-12-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 12;
        grid-row: 12/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-12-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 12;
        grid-row: 12/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-12-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 12;
        grid-row: 12/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-12-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 12;
        grid-row: 12/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-12-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 12;
        grid-row: 12/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-12-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 12;
        grid-row: 12/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-12-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 12;
        grid-row: 12/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-12-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 12;
        grid-row: 12/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-12-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 12;
        grid-row: 12/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-12-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 12;
        grid-row: 12/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-12-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 12;
        grid-row: 12/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-12-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 12;
        grid-row: 12/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-12-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 12;
        grid-row: 12/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-12-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 12;
        grid-row: 12/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-12-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 12;
        grid-row: 12/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-12-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 12;
        grid-row: 12/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-12-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 12;
        grid-row: 12/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-12-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 12;
        grid-row: 12/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-12-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 12;
        grid-row: 12/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-12-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 12;
        grid-row: 12/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-12-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 12;
        grid-row: 12/span 24;
  }
}

@media (min-width: 1200px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.lg-rows-13 {
    -ms-grid-rows: (auto)[13];
        grid-template-rows: repeat(13, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.lg-rows-13-flex {
    -ms-grid-rows: (minmax(0, 1fr))[13];
        grid-template-rows: repeat(13, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .lg-row-13 {
    -ms-grid-row: 13;
        grid-row: 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-13-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 13;
        grid-row: 13/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-13-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 13;
        grid-row: 13/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-13-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 13;
        grid-row: 13/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-13-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 13;
        grid-row: 13/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-13-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 13;
        grid-row: 13/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-13-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 13;
        grid-row: 13/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-13-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 13;
        grid-row: 13/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-13-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 13;
        grid-row: 13/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-13-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 13;
        grid-row: 13/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-13-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 13;
        grid-row: 13/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-13-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 13;
        grid-row: 13/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-13-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 13;
        grid-row: 13/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-13-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 13;
        grid-row: 13/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-13-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 13;
        grid-row: 13/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-13-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 13;
        grid-row: 13/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-13-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 13;
        grid-row: 13/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-13-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 13;
        grid-row: 13/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-13-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 13;
        grid-row: 13/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-13-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 13;
        grid-row: 13/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-13-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 13;
        grid-row: 13/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-13-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 13;
        grid-row: 13/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-13-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 13;
        grid-row: 13/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-13-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 13;
        grid-row: 13/span 24;
  }
}

@media (min-width: 1200px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.lg-rows-14 {
    -ms-grid-rows: (auto)[14];
        grid-template-rows: repeat(14, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.lg-rows-14-flex {
    -ms-grid-rows: (minmax(0, 1fr))[14];
        grid-template-rows: repeat(14, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .lg-row-14 {
    -ms-grid-row: 14;
        grid-row: 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-14-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 14;
        grid-row: 14/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-14-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 14;
        grid-row: 14/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-14-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 14;
        grid-row: 14/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-14-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 14;
        grid-row: 14/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-14-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 14;
        grid-row: 14/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-14-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 14;
        grid-row: 14/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-14-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 14;
        grid-row: 14/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-14-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 14;
        grid-row: 14/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-14-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 14;
        grid-row: 14/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-14-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 14;
        grid-row: 14/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-14-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 14;
        grid-row: 14/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-14-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 14;
        grid-row: 14/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-14-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 14;
        grid-row: 14/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-14-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 14;
        grid-row: 14/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-14-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 14;
        grid-row: 14/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-14-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 14;
        grid-row: 14/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-14-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 14;
        grid-row: 14/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-14-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 14;
        grid-row: 14/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-14-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 14;
        grid-row: 14/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-14-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 14;
        grid-row: 14/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-14-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 14;
        grid-row: 14/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-14-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 14;
        grid-row: 14/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-14-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 14;
        grid-row: 14/span 24;
  }
}

@media (min-width: 1200px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.lg-rows-15 {
    -ms-grid-rows: (auto)[15];
        grid-template-rows: repeat(15, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.lg-rows-15-flex {
    -ms-grid-rows: (minmax(0, 1fr))[15];
        grid-template-rows: repeat(15, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .lg-row-15 {
    -ms-grid-row: 15;
        grid-row: 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-15-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 15;
        grid-row: 15/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-15-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 15;
        grid-row: 15/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-15-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 15;
        grid-row: 15/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-15-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 15;
        grid-row: 15/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-15-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 15;
        grid-row: 15/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-15-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 15;
        grid-row: 15/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-15-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 15;
        grid-row: 15/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-15-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 15;
        grid-row: 15/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-15-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 15;
        grid-row: 15/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-15-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 15;
        grid-row: 15/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-15-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 15;
        grid-row: 15/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-15-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 15;
        grid-row: 15/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-15-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 15;
        grid-row: 15/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-15-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 15;
        grid-row: 15/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-15-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 15;
        grid-row: 15/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-15-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 15;
        grid-row: 15/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-15-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 15;
        grid-row: 15/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-15-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 15;
        grid-row: 15/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-15-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 15;
        grid-row: 15/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-15-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 15;
        grid-row: 15/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-15-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 15;
        grid-row: 15/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-15-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 15;
        grid-row: 15/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-15-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 15;
        grid-row: 15/span 24;
  }
}

@media (min-width: 1200px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.lg-rows-16 {
    -ms-grid-rows: (auto)[16];
        grid-template-rows: repeat(16, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.lg-rows-16-flex {
    -ms-grid-rows: (minmax(0, 1fr))[16];
        grid-template-rows: repeat(16, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .lg-row-16 {
    -ms-grid-row: 16;
        grid-row: 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-16-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 16;
        grid-row: 16/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-16-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 16;
        grid-row: 16/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-16-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 16;
        grid-row: 16/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-16-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 16;
        grid-row: 16/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-16-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 16;
        grid-row: 16/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-16-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 16;
        grid-row: 16/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-16-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 16;
        grid-row: 16/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-16-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 16;
        grid-row: 16/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-16-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 16;
        grid-row: 16/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-16-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 16;
        grid-row: 16/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-16-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 16;
        grid-row: 16/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-16-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 16;
        grid-row: 16/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-16-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 16;
        grid-row: 16/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-16-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 16;
        grid-row: 16/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-16-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 16;
        grid-row: 16/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-16-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 16;
        grid-row: 16/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-16-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 16;
        grid-row: 16/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-16-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 16;
        grid-row: 16/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-16-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 16;
        grid-row: 16/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-16-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 16;
        grid-row: 16/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-16-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 16;
        grid-row: 16/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-16-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 16;
        grid-row: 16/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-16-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 16;
        grid-row: 16/span 24;
  }
}

@media (min-width: 1200px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.lg-rows-17 {
    -ms-grid-rows: (auto)[17];
        grid-template-rows: repeat(17, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.lg-rows-17-flex {
    -ms-grid-rows: (minmax(0, 1fr))[17];
        grid-template-rows: repeat(17, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .lg-row-17 {
    -ms-grid-row: 17;
        grid-row: 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-17-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 17;
        grid-row: 17/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-17-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 17;
        grid-row: 17/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-17-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 17;
        grid-row: 17/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-17-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 17;
        grid-row: 17/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-17-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 17;
        grid-row: 17/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-17-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 17;
        grid-row: 17/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-17-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 17;
        grid-row: 17/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-17-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 17;
        grid-row: 17/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-17-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 17;
        grid-row: 17/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-17-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 17;
        grid-row: 17/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-17-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 17;
        grid-row: 17/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-17-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 17;
        grid-row: 17/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-17-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 17;
        grid-row: 17/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-17-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 17;
        grid-row: 17/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-17-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 17;
        grid-row: 17/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-17-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 17;
        grid-row: 17/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-17-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 17;
        grid-row: 17/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-17-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 17;
        grid-row: 17/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-17-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 17;
        grid-row: 17/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-17-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 17;
        grid-row: 17/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-17-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 17;
        grid-row: 17/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-17-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 17;
        grid-row: 17/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-17-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 17;
        grid-row: 17/span 24;
  }
}

@media (min-width: 1200px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.lg-rows-18 {
    -ms-grid-rows: (auto)[18];
        grid-template-rows: repeat(18, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.lg-rows-18-flex {
    -ms-grid-rows: (minmax(0, 1fr))[18];
        grid-template-rows: repeat(18, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .lg-row-18 {
    -ms-grid-row: 18;
        grid-row: 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-18-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 18;
        grid-row: 18/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-18-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 18;
        grid-row: 18/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-18-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 18;
        grid-row: 18/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-18-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 18;
        grid-row: 18/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-18-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 18;
        grid-row: 18/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-18-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 18;
        grid-row: 18/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-18-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 18;
        grid-row: 18/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-18-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 18;
        grid-row: 18/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-18-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 18;
        grid-row: 18/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-18-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 18;
        grid-row: 18/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-18-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 18;
        grid-row: 18/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-18-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 18;
        grid-row: 18/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-18-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 18;
        grid-row: 18/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-18-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 18;
        grid-row: 18/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-18-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 18;
        grid-row: 18/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-18-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 18;
        grid-row: 18/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-18-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 18;
        grid-row: 18/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-18-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 18;
        grid-row: 18/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-18-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 18;
        grid-row: 18/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-18-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 18;
        grid-row: 18/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-18-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 18;
        grid-row: 18/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-18-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 18;
        grid-row: 18/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-18-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 18;
        grid-row: 18/span 24;
  }
}

@media (min-width: 1200px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.lg-rows-19 {
    -ms-grid-rows: (auto)[19];
        grid-template-rows: repeat(19, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.lg-rows-19-flex {
    -ms-grid-rows: (minmax(0, 1fr))[19];
        grid-template-rows: repeat(19, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .lg-row-19 {
    -ms-grid-row: 19;
        grid-row: 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-19-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 19;
        grid-row: 19/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-19-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 19;
        grid-row: 19/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-19-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 19;
        grid-row: 19/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-19-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 19;
        grid-row: 19/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-19-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 19;
        grid-row: 19/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-19-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 19;
        grid-row: 19/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-19-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 19;
        grid-row: 19/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-19-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 19;
        grid-row: 19/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-19-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 19;
        grid-row: 19/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-19-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 19;
        grid-row: 19/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-19-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 19;
        grid-row: 19/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-19-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 19;
        grid-row: 19/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-19-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 19;
        grid-row: 19/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-19-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 19;
        grid-row: 19/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-19-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 19;
        grid-row: 19/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-19-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 19;
        grid-row: 19/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-19-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 19;
        grid-row: 19/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-19-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 19;
        grid-row: 19/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-19-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 19;
        grid-row: 19/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-19-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 19;
        grid-row: 19/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-19-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 19;
        grid-row: 19/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-19-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 19;
        grid-row: 19/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-19-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 19;
        grid-row: 19/span 24;
  }
}

@media (min-width: 1200px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.lg-rows-20 {
    -ms-grid-rows: (auto)[20];
        grid-template-rows: repeat(20, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.lg-rows-20-flex {
    -ms-grid-rows: (minmax(0, 1fr))[20];
        grid-template-rows: repeat(20, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .lg-row-20 {
    -ms-grid-row: 20;
        grid-row: 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-20-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 20;
        grid-row: 20/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-20-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 20;
        grid-row: 20/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-20-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 20;
        grid-row: 20/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-20-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 20;
        grid-row: 20/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-20-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 20;
        grid-row: 20/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-20-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 20;
        grid-row: 20/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-20-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 20;
        grid-row: 20/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-20-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 20;
        grid-row: 20/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-20-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 20;
        grid-row: 20/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-20-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 20;
        grid-row: 20/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-20-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 20;
        grid-row: 20/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-20-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 20;
        grid-row: 20/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-20-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 20;
        grid-row: 20/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-20-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 20;
        grid-row: 20/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-20-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 20;
        grid-row: 20/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-20-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 20;
        grid-row: 20/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-20-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 20;
        grid-row: 20/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-20-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 20;
        grid-row: 20/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-20-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 20;
        grid-row: 20/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-20-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 20;
        grid-row: 20/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-20-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 20;
        grid-row: 20/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-20-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 20;
        grid-row: 20/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-20-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 20;
        grid-row: 20/span 24;
  }
}

@media (min-width: 1200px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.lg-rows-21 {
    -ms-grid-rows: (auto)[21];
        grid-template-rows: repeat(21, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.lg-rows-21-flex {
    -ms-grid-rows: (minmax(0, 1fr))[21];
        grid-template-rows: repeat(21, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .lg-row-21 {
    -ms-grid-row: 21;
        grid-row: 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-21-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 21;
        grid-row: 21/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-21-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 21;
        grid-row: 21/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-21-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 21;
        grid-row: 21/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-21-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 21;
        grid-row: 21/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-21-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 21;
        grid-row: 21/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-21-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 21;
        grid-row: 21/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-21-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 21;
        grid-row: 21/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-21-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 21;
        grid-row: 21/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-21-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 21;
        grid-row: 21/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-21-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 21;
        grid-row: 21/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-21-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 21;
        grid-row: 21/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-21-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 21;
        grid-row: 21/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-21-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 21;
        grid-row: 21/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-21-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 21;
        grid-row: 21/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-21-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 21;
        grid-row: 21/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-21-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 21;
        grid-row: 21/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-21-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 21;
        grid-row: 21/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-21-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 21;
        grid-row: 21/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-21-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 21;
        grid-row: 21/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-21-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 21;
        grid-row: 21/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-21-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 21;
        grid-row: 21/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-21-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 21;
        grid-row: 21/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-21-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 21;
        grid-row: 21/span 24;
  }
}

@media (min-width: 1200px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.lg-rows-22 {
    -ms-grid-rows: (auto)[22];
        grid-template-rows: repeat(22, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.lg-rows-22-flex {
    -ms-grid-rows: (minmax(0, 1fr))[22];
        grid-template-rows: repeat(22, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .lg-row-22 {
    -ms-grid-row: 22;
        grid-row: 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-22-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 22;
        grid-row: 22/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-22-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 22;
        grid-row: 22/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-22-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 22;
        grid-row: 22/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-22-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 22;
        grid-row: 22/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-22-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 22;
        grid-row: 22/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-22-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 22;
        grid-row: 22/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-22-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 22;
        grid-row: 22/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-22-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 22;
        grid-row: 22/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-22-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 22;
        grid-row: 22/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-22-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 22;
        grid-row: 22/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-22-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 22;
        grid-row: 22/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-22-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 22;
        grid-row: 22/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-22-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 22;
        grid-row: 22/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-22-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 22;
        grid-row: 22/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-22-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 22;
        grid-row: 22/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-22-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 22;
        grid-row: 22/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-22-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 22;
        grid-row: 22/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-22-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 22;
        grid-row: 22/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-22-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 22;
        grid-row: 22/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-22-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 22;
        grid-row: 22/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-22-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 22;
        grid-row: 22/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-22-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 22;
        grid-row: 22/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-22-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 22;
        grid-row: 22/span 24;
  }
}

@media (min-width: 1200px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.lg-rows-23 {
    -ms-grid-rows: (auto)[23];
        grid-template-rows: repeat(23, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.lg-rows-23-flex {
    -ms-grid-rows: (minmax(0, 1fr))[23];
        grid-template-rows: repeat(23, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .lg-row-23 {
    -ms-grid-row: 23;
        grid-row: 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-23-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 23;
        grid-row: 23/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-23-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 23;
        grid-row: 23/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-23-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 23;
        grid-row: 23/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-23-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 23;
        grid-row: 23/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-23-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 23;
        grid-row: 23/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-23-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 23;
        grid-row: 23/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-23-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 23;
        grid-row: 23/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-23-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 23;
        grid-row: 23/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-23-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 23;
        grid-row: 23/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-23-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 23;
        grid-row: 23/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-23-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 23;
        grid-row: 23/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-23-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 23;
        grid-row: 23/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-23-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 23;
        grid-row: 23/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-23-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 23;
        grid-row: 23/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-23-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 23;
        grid-row: 23/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-23-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 23;
        grid-row: 23/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-23-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 23;
        grid-row: 23/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-23-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 23;
        grid-row: 23/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-23-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 23;
        grid-row: 23/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-23-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 23;
        grid-row: 23/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-23-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 23;
        grid-row: 23/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-23-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 23;
        grid-row: 23/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-23-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 23;
        grid-row: 23/span 24;
  }
}

@media (min-width: 1200px) {
  /* line 114, app/styles/base/_grid.scss */
  .grid.lg-rows-24 {
    -ms-grid-rows: (auto)[24];
        grid-template-rows: repeat(24, auto);
  }
  /* line 118, app/styles/base/_grid.scss */
  .grid.lg-rows-24-flex {
    -ms-grid-rows: (minmax(0, 1fr))[24];
        grid-template-rows: repeat(24, minmax(0, 1fr));
  }
  /* line 122, app/styles/base/_grid.scss */
  .grid .lg-row-24 {
    -ms-grid-row: 24;
        grid-row: 24;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-24-span-2 {
    -ms-grid-row-span: 2;
    -ms-grid-row: 24;
        grid-row: 24/span 2;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-24-span-3 {
    -ms-grid-row-span: 3;
    -ms-grid-row: 24;
        grid-row: 24/span 3;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-24-span-4 {
    -ms-grid-row-span: 4;
    -ms-grid-row: 24;
        grid-row: 24/span 4;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-24-span-5 {
    -ms-grid-row-span: 5;
    -ms-grid-row: 24;
        grid-row: 24/span 5;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-24-span-6 {
    -ms-grid-row-span: 6;
    -ms-grid-row: 24;
        grid-row: 24/span 6;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-24-span-7 {
    -ms-grid-row-span: 7;
    -ms-grid-row: 24;
        grid-row: 24/span 7;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-24-span-8 {
    -ms-grid-row-span: 8;
    -ms-grid-row: 24;
        grid-row: 24/span 8;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-24-span-9 {
    -ms-grid-row-span: 9;
    -ms-grid-row: 24;
        grid-row: 24/span 9;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-24-span-10 {
    -ms-grid-row-span: 10;
    -ms-grid-row: 24;
        grid-row: 24/span 10;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-24-span-11 {
    -ms-grid-row-span: 11;
    -ms-grid-row: 24;
        grid-row: 24/span 11;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-24-span-12 {
    -ms-grid-row-span: 12;
    -ms-grid-row: 24;
        grid-row: 24/span 12;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-24-span-13 {
    -ms-grid-row-span: 13;
    -ms-grid-row: 24;
        grid-row: 24/span 13;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-24-span-14 {
    -ms-grid-row-span: 14;
    -ms-grid-row: 24;
        grid-row: 24/span 14;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-24-span-15 {
    -ms-grid-row-span: 15;
    -ms-grid-row: 24;
        grid-row: 24/span 15;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-24-span-16 {
    -ms-grid-row-span: 16;
    -ms-grid-row: 24;
        grid-row: 24/span 16;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-24-span-17 {
    -ms-grid-row-span: 17;
    -ms-grid-row: 24;
        grid-row: 24/span 17;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-24-span-18 {
    -ms-grid-row-span: 18;
    -ms-grid-row: 24;
        grid-row: 24/span 18;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-24-span-19 {
    -ms-grid-row-span: 19;
    -ms-grid-row: 24;
        grid-row: 24/span 19;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-24-span-20 {
    -ms-grid-row-span: 20;
    -ms-grid-row: 24;
        grid-row: 24/span 20;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-24-span-21 {
    -ms-grid-row-span: 21;
    -ms-grid-row: 24;
        grid-row: 24/span 21;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-24-span-22 {
    -ms-grid-row-span: 22;
    -ms-grid-row: 24;
        grid-row: 24/span 22;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-24-span-23 {
    -ms-grid-row-span: 23;
    -ms-grid-row: 24;
        grid-row: 24/span 23;
  }
  /* line 127, app/styles/base/_grid.scss */
  .grid .lg-row-24-span-24 {
    -ms-grid-row-span: 24;
    -ms-grid-row: 24;
        grid-row: 24/span 24;
  }
}

/* line 3, app/styles/base/_main.scss */
body {
  color: #444;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: 'Open Sans', 'SF Pro Text', sans-serif;
  font-weight: 400;
}

/* line 12, app/styles/base/_main.scss */
body snap-content > .container-fluid {
  margin-bottom: 50px;
}

/* line 18, app/styles/base/_main.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

/* line 27, app/styles/base/_main.scss */
.loader-active {
  overflow: hidden;
}

/* line 31, app/styles/base/_main.scss */
.hidden {
  display: none;
}

/* line 35, app/styles/base/_main.scss */
.init-loader {
  padding-top: 200px;
}

/* line 39, app/styles/base/_main.scss */
.logo-png {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 500px;
  max-width: 90%;
}

/* line 46, app/styles/base/_main.scss */
.hidden {
  display: none !important;
}

/* line 50, app/styles/base/_main.scss */
.page-header {
  margin-top: 0;
  border-bottom: none;
  padding: 0;
}

/* line 1, app/styles/base/_table.scss */
table.collapse.in {
  display: table !important;
}

/* line 6, app/styles/base/_table.scss */
.table > tbody tr {
  cursor: pointer;
}

/* line 7, app/styles/base/_table.scss */
.table > tbody tr.no-select {
  cursor: not-allowed !important;
}

/* line 8, app/styles/base/_table.scss */
.table > tbody tr.no-select td {
  cursor: not-allowed !important;
}

/* line 17, app/styles/base/_table.scss */
.table > tbody td {
  cursor: pointer;
}

/* line 19, app/styles/base/_table.scss */
.table > tbody td input[type="checkbox"] {
  height: 17px;
  width: 17px;
}

/* line 26, app/styles/base/_table.scss */
.table-bordered-outline {
  border: 1px solid #ddd;
  border-radius: 4px;
  border-collapse: collapse;
}

/* line 32, app/styles/base/_table.scss */
.table > thead > tr > th {
  border-bottom-width: 1px !important;
}

/* line 35, app/styles/base/_table.scss */
.table > thead > tr > th input[type="checkbox"] {
  height: 17px;
  width: 17px;
}

/* line 42, app/styles/base/_table.scss */
.ng-table th {
  text-align: left;
}

/* line 47, app/styles/base/_table.scss */
.table-curved {
  border-collapse: separate;
  border: solid #ddd 1px;
  border-radius: 4px;
  border-left: 0px;
}

/* line 54, app/styles/base/_table.scss */
.table-curved td:first-child, .table-curved th:first-child {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

/* line 59, app/styles/base/_table.scss */
.table-curved th {
  border-top: none;
}

/* line 63, app/styles/base/_table.scss */
.table-curved th:first-child {
  border-radius: 4px 0 0 0;
}

/* line 67, app/styles/base/_table.scss */
.table-curved th:last-child {
  border-radius: 0 4px 0 0;
}

/* line 71, app/styles/base/_table.scss */
.table-curved th:only-child {
  border-radius: 4px 4px 0 0;
}

/* line 75, app/styles/base/_table.scss */
.table-curved tr:last-child td:first-child {
  border-radius: 0 0 0 4px;
}

/* line 79, app/styles/base/_table.scss */
.table-curved tr:last-child td:last-child {
  border-radius: 0 0 4px 0;
}

/* line 83, app/styles/base/_table.scss */
td.success,
td.danger,
td.warning {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

/* line 91, app/styles/base/_table.scss */
.payment-table td.sum {
  font-weight: 900;
}

/* line 95, app/styles/base/_table.scss */
.payment-table td.caption {
  font-weight: 900;
  letter-spacing: 1px;
}

/* line 101, app/styles/base/_table.scss */
.payment-table tbody tr.caption > td {
  border-top-width: 2px;
  border-top-style: dashed;
}

/* line 108, app/styles/base/_table.scss */
.payment-table tbody:nth-child(2) tr.caption > td {
  border-top-width: 1px;
}

/* line 115, app/styles/base/_table.scss */
.payment-table tfoot tr td {
  border-top-style: double !important;
  border-top-width: 3px !important;
}

/* line 7, app/styles/base/_unsorted.scss */
body {
  overflow: unset;
}

/* line 11, app/styles/base/_unsorted.scss */
.icon-bar.hamburger {
  margin-top: 4px;
  display: block;
  width: 22px;
  height: 3px;
  border-radius: 1px;
  background-color: #003e70;
}

/* line 20, app/styles/base/_unsorted.scss */
.dropdown-menu > li > a {
  padding: 8px 20px;
}

/* line 24, app/styles/base/_unsorted.scss */
.row-spacing-fix {
  margin-bottom: 20px;
}

/* line 28, app/styles/base/_unsorted.scss */
.release-date-container {
  background-color: #e4e4e4;
  padding: 5px 10px 5px 10px;
  border-radius: 4px;
  color: #777777;
}

/* line 35, app/styles/base/_unsorted.scss */
.user-timeout {
  color: #f73f3f;
  display: inline;
}

/* line 40, app/styles/base/_unsorted.scss */
.well.small {
  padding: 7px 15px 7px 15px;
  margin-left: 15px;
  font-size: 100%;
}

/* line 46, app/styles/base/_unsorted.scss */
div.ui-select-choices-row.active > span.ui-select-choices-row-inner > div.remarks {
  color: white;
}

/* line 52, app/styles/base/_unsorted.scss */
span.glyphicon.success {
  color: #5cb85c;
}

/* line 56, app/styles/base/_unsorted.scss */
span.glyphicon.error {
  color: #d9534f;
}

/* line 60, app/styles/base/_unsorted.scss */
.icon-button.icon-button-large {
  height: 75px;
  width: 75px;
  border-radius: 75px;
}

/* line 65, app/styles/base/_unsorted.scss */
.icon-button.icon-button-large > .glyphicon {
  font-size: 200%;
  margin-left: 2px;
}

/* line 71, app/styles/base/_unsorted.scss */
.pagination {
  margin: 0;
}

/* line 75, app/styles/base/_unsorted.scss */
.btn.icon-button > .glyphicon.glyphicon-send {
  margin-left: -2px;
  margin-bottom: 5px;
  font-weight: 700;
}

/* line 82, app/styles/base/_unsorted.scss */
.panel .panel-heading.filter-container {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  /* line 88, app/styles/base/_unsorted.scss */
  ul.uib-dropdown-menu.dropdown-menu {
    right: 0;
  }
  /* line 92, app/styles/base/_unsorted.scss */
  .dropdown-toggle > span.caret {
    margin-left: 5px;
  }
  /* line 96, app/styles/base/_unsorted.scss */
  p.form-value {
    padding-top: 0 !important;
  }
}

/* line 101, app/styles/base/_unsorted.scss */
.sm-info-container {
  float: left;
  margin: 0;
  padding: 8px;
}

@media (min-width: 1025px) {
  /* line 108, app/styles/base/_unsorted.scss */
  .sm-info-container {
    display: none;
  }
}

@media (max-width: 1024px) {
  /* line 115, app/styles/base/_unsorted.scss */
  ul.nav.navbar-nav ol {
    text-align: center;
  }
  /* line 119, app/styles/base/_unsorted.scss */
  ul.nav.navbar-nav ol.info {
    display: none;
  }
  /* line 123, app/styles/base/_unsorted.scss */
  ul.nav.navbar-nav ol.xs-info {
    display: block;
  }
  /* line 127, app/styles/base/_unsorted.scss */
  ul.nav.navbar-nav ol:not(:first-child) {
    margin-top: 7.5px;
  }
}

/* line 134, app/styles/base/_unsorted.scss */
ul.recipient-selection h2.recipient-name {
  margin-top: -10px;
}

/* line 138, app/styles/base/_unsorted.scss */
ul.recipient-selection h3.recipient-address {
  margin-top: -5px;
}

/* line 143, app/styles/base/_unsorted.scss */
.badge.memo-badge {
  padding: 3px 6px 3px 6px;
  font-size: 10px;
}

/* line 148, app/styles/base/_unsorted.scss */
span.document-title,
a.document-title {
  margin-left: 15px;
}

/* line 153, app/styles/base/_unsorted.scss */
.btn[uib-btn-checkbox].active {
  box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.4);
}

/* line 157, app/styles/base/_unsorted.scss */
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}

/* line 163, app/styles/base/_unsorted.scss */
.input-group-addon {
  border-color: #ccc;
}

/* line 168, app/styles/base/_unsorted.scss */
.contact-address-container .well p {
  margin-bottom: 0;
}

/* line 174, app/styles/base/_unsorted.scss */
.export-to-accounting-container .table-curved tfoot tr td {
  font-weight: 700;
}

/* line 178, app/styles/base/_unsorted.scss */
.export-to-accounting-container .table-curved tbody tr:last-child td:first-child {
  border-radius: 0;
}

/* line 182, app/styles/base/_unsorted.scss */
.export-to-accounting-container .table-curved tfoot tr:first-child td {
  border-top-style: double;
  border-top-width: 3px;
}

/* line 189, app/styles/base/_unsorted.scss */
span.switch.medium {
  width: 39px;
  height: 22.5px;
}

/* line 194, app/styles/base/_unsorted.scss */
span.switch.medium.checked small {
  left: 16.5px;
}

/* line 199, app/styles/base/_unsorted.scss */
span.switch.medium small {
  width: 22.5px;
  height: 22.5px;
}

/* line 11, app/styles/base/_view-container.scss */
.view-container {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 10px 15px 15px 15px;
}

/* line 13, app/styles/base/_view-container.scss */
.view-container.view-container-success {
  border-color: #d6e9c6;
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 18, app/styles/base/_view-container.scss */
.view-container.view-container-success p,
.view-container.view-container-success label,
.view-container.view-container-success footer {
  color: #3c763d;
}

/* line 24, app/styles/base/_view-container.scss */
.view-container.view-container-success .progress {
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 28, app/styles/base/_view-container.scss */
.view-container.view-container-success p.caption {
  background: transparent;
}

/* line 32, app/styles/base/_view-container.scss */
.view-container.view-container-success.clickable:hover {
  border-color: #d0e6be;
  color: #396f3a;
  background-color: #d9edd1;
}

/* line 38, app/styles/base/_view-container.scss */
.view-container.view-container-success blockquote {
  border-left-color: #d6e9c6;
}

/* line 13, app/styles/base/_view-container.scss */
.view-container.view-container-info {
  border-color: #bce8f1;
  color: #31708f;
  background-color: #d9edf7;
}

/* line 18, app/styles/base/_view-container.scss */
.view-container.view-container-info p,
.view-container.view-container-info label,
.view-container.view-container-info footer {
  color: #31708f;
}

/* line 24, app/styles/base/_view-container.scss */
.view-container.view-container-info .progress {
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 28, app/styles/base/_view-container.scss */
.view-container.view-container-info p.caption {
  background: transparent;
}

/* line 32, app/styles/base/_view-container.scss */
.view-container.view-container-info.clickable:hover {
  border-color: #b3e5ef;
  color: #2e6a87;
  background-color: #d1e9f5;
}

/* line 38, app/styles/base/_view-container.scss */
.view-container.view-container-info blockquote {
  border-left-color: #bce8f1;
}

/* line 13, app/styles/base/_view-container.scss */
.view-container.view-container-warning {
  border-color: #faebcc;
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 18, app/styles/base/_view-container.scss */
.view-container.view-container-warning p,
.view-container.view-container-warning label,
.view-container.view-container-warning footer {
  color: #8a6d3b;
}

/* line 24, app/styles/base/_view-container.scss */
.view-container.view-container-warning .progress {
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 28, app/styles/base/_view-container.scss */
.view-container.view-container-warning p.caption {
  background: transparent;
}

/* line 32, app/styles/base/_view-container.scss */
.view-container.view-container-warning.clickable:hover {
  border-color: #f9e7c3;
  color: #836738;
  background-color: #fbf6da;
}

/* line 38, app/styles/base/_view-container.scss */
.view-container.view-container-warning blockquote {
  border-left-color: #faebcc;
}

/* line 13, app/styles/base/_view-container.scss */
.view-container.view-container-danger {
  border-color: #ebccd1;
  color: #a94442;
  background-color: #f2dede;
}

/* line 18, app/styles/base/_view-container.scss */
.view-container.view-container-danger p,
.view-container.view-container-danger label,
.view-container.view-container-danger footer {
  color: #a94442;
}

/* line 24, app/styles/base/_view-container.scss */
.view-container.view-container-danger .progress {
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 28, app/styles/base/_view-container.scss */
.view-container.view-container-danger p.caption {
  background: transparent;
}

/* line 32, app/styles/base/_view-container.scss */
.view-container.view-container-danger.clickable:hover {
  border-color: #e8c4ca;
  color: #a2413f;
  background-color: #efd7d7;
}

/* line 38, app/styles/base/_view-container.scss */
.view-container.view-container-danger blockquote {
  border-left-color: #ebccd1;
}

/* line 13, app/styles/base/_view-container.scss */
.view-container.view-container-static {
  border-color: #e3e3e3;
  color: #333333;
  background-color: #f5f5f5;
}

/* line 18, app/styles/base/_view-container.scss */
.view-container.view-container-static p,
.view-container.view-container-static label,
.view-container.view-container-static footer {
  color: #333333;
}

/* line 24, app/styles/base/_view-container.scss */
.view-container.view-container-static .progress {
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 28, app/styles/base/_view-container.scss */
.view-container.view-container-static p.caption {
  background: transparent;
}

/* line 32, app/styles/base/_view-container.scss */
.view-container.view-container-static.clickable:hover {
  border-color: #dedede;
  color: #2e2e2e;
  background-color: #f0f0f0;
}

/* line 38, app/styles/base/_view-container.scss */
.view-container.view-container-static blockquote {
  border-left-color: #e3e3e3;
}

/* line 50, app/styles/base/_view-container.scss */
.view-container.form-group-spacing .form-horizontal > .form-group {
  margin-bottom: 15px;
}

/* line 55, app/styles/base/_view-container.scss */
.view-container.no-margin-top {
  margin-top: 0 !important;
}

/* line 59, app/styles/base/_view-container.scss */
.view-container.extra-margin-top {
  margin-top: 15px;
}

/* line 65, app/styles/base/_view-container.scss */
.view-container.form-group-spacing .form-horizontal .form-group {
  margin-bottom: 15px;
}

/* line 71, app/styles/base/_view-container.scss */
.view-container > h2 {
  margin: 30px 0 0 0;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #ddd;
  line-height: 0.1em;
}

/* line 79, app/styles/base/_view-container.scss */
.view-container .caption {
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  color: #959595;
  margin: 0 0 20px 0;
}

/* line 87, app/styles/base/_view-container.scss */
.view-container .caption.has-sub-caption {
  margin-bottom: 5px;
}

/* line 91, app/styles/base/_view-container.scss */
.view-container .caption:nth-child(2) {
  margin-top: 30px;
}

/* line 95, app/styles/base/_view-container.scss */
.view-container .caption.sub-caption {
  margin: 0 0 15px 0 !important;
}

/* line 99, app/styles/base/_view-container.scss */
.view-container.invalid > .caption {
  color: #d9534f;
}

/* line 103, app/styles/base/_view-container.scss */
.view-container.invalid {
  border-color: #d9534f;
}

/* line 107, app/styles/base/_view-container.scss */
.view-container.valid > .caption {
  color: #5cb85c;
}

/* line 111, app/styles/base/_view-container.scss */
.view-container.valid {
  border-color: #5cb85c;
}

/* line 116, app/styles/base/_view-container.scss */
.view-container .form-group.no-margin-bottom label.control-label {
  padding-top: 8px;
}

/* line 122, app/styles/base/_view-container.scss */
.view-container:not(.clickable) .hover-label,
.view-container:not(.clickable) .hover-icon {
  display: none;
}

/* line 128, app/styles/base/_view-container.scss */
.view-container.clickable {
  cursor: pointer;
  position: relative;
  transition: all ease-in 0.2s;
}

/* line 133, app/styles/base/_view-container.scss */
.view-container.clickable label {
  cursor: pointer;
}

/* line 137, app/styles/base/_view-container.scss */
.view-container.clickable .hover-icon {
  font-size: 18px;
}

/* line 141, app/styles/base/_view-container.scss */
.view-container.clickable .hover-label {
  line-height: 18px;
  font-size: 14px;
}

/* line 145, app/styles/base/_view-container.scss */
.view-container.clickable .hover-label span.glyphicon {
  font-size: 12px;
}

/* line 150, app/styles/base/_view-container.scss */
.view-container.clickable .hover-label,
.view-container.clickable .hover-icon {
  transition: all ease-in 0.2s;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
  /* line 161, app/styles/base/_view-container.scss */
  .view-container.clickable:hover, .view-container.clickable:focus {
    box-shadow: 3px 3px 6px -3px rgba(0, 0, 0, 0.35);
  }
  /* line 165, app/styles/base/_view-container.scss */
  .view-container.clickable:hover .hover-label,
  .view-container.clickable:hover span.hover-icon, .view-container.clickable:focus .hover-label,
  .view-container.clickable:focus span.hover-icon {
    opacity: 0.5;
  }
}

/* line 1, app/styles/base/_well.scss */
.well > h4.modal-title {
  font-size: 12px;
  font-weight: 700;
  color: #959595;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 0 0;
}

@media (max-width: 767px) {
  /* line 11, app/styles/base/_well.scss */
  .well > h4.modal-title {
    margin-bottom: 10px;
  }
}

/* This is implemented in several places to gain useful information while compiling. */
/* Controls if glyphicon names are pluralized */
/* This controls which font files are included */
/* Available font files and their settings */
/* Styling options */
@font-face {
  font-family: 'Glyphicons Regular';
  src: url("../fonts/glyphicons-regular.woff2") format("woff2");
}

/* line 5, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon {
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 16, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon:before {
  display: inline-block;
  padding: 6px 8px;
}

/* line 21, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon.x05 {
  font-size: 12px;
}

/* line 25, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon.x2 {
  font-size: 48px;
}

/* line 29, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon.x2:before {
  padding: 8px 12px;
}

/* line 33, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon.x3 {
  font-size: 72px;
}

/* line 37, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon.x3:before {
  padding: 16px 20px;
}

/* line 41, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon.x4 {
  font-size: 96px;
}

/* line 45, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon.x4:before {
  padding: 20px 28px;
}

/* line 49, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon.x5 {
  font-size: 120px;
}

/* line 53, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon.x5:before {
  padding: 28px 36px;
}

/* line 57, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon.light:before {
  color: #f2f2f2;
}

/* line 61, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon.drop:before {
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
}

/* line 65, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon.flip {
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

/* line 74, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon.flipv {
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

/* line 83, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon.rotate90 {
  transform: rotate(90deg);
}

/* line 90, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon.rotate180 {
  transform: rotate(180deg);
}

/* line 97, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon.rotate270 {
  transform: rotate(270deg);
}

/* line 104, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-glass:before {
  content: "\E001";
}

/* line 108, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-leaf:before {
  content: "\E002";
}

/* line 112, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-dog:before {
  content: "\E003";
}

/* line 116, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-user:before {
  content: "\E004";
}

/* line 120, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-girl:before {
  content: "\E005";
}

/* line 124, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-car:before {
  content: "\E006";
}

/* line 128, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-user-add:before {
  content: "\E007";
}

/* line 132, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-user-remove:before {
  content: "\E008";
}

/* line 136, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-film:before {
  content: "\E009";
}

/* line 140, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-magic:before {
  content: "\E010";
}

/* line 144, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-envelope:before {
  content: "\E011";
}

/* line 148, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-camera:before {
  content: "\E012";
}

/* line 152, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-heart:before {
  content: "\E013";
}

/* line 156, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-beach-umbrella:before {
  content: "\E014";
}

/* line 160, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-train:before {
  content: "\E015";
}

/* line 164, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-print:before {
  content: "\E016";
}

/* line 168, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-bin:before {
  content: "\E017";
}

/* line 172, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-trash:before {
  content: "\E017";
}

/* line 176, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-music:before {
  content: "\E018";
}

/* line 180, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-music-alt:before {
  content: "\E019";
}

/* line 184, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-heart-empty:before {
  content: "\E020";
}

/* line 188, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-home:before {
  content: "\E021";
}

/* line 192, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-snowflake:before {
  content: "\E022";
}

/* line 196, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-fire:before {
  content: "\E023";
}

/* line 200, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-magnet:before {
  content: "\E024";
}

/* line 204, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-parents:before {
  content: "\E025";
}

/* line 208, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-binoculars:before {
  content: "\E026";
}

/* line 212, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-road:before {
  content: "\E027";
}

/* line 216, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-search:before {
  content: "\E028";
}

/* line 220, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-cars:before {
  content: "\E029";
}

/* line 224, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-notes-2:before {
  content: "\E030";
}

/* line 228, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-pencil:before {
  content: "\E031";
}

/* line 232, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-bus:before {
  content: "\E032";
}

/* line 236, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-wifi-alt:before {
  content: "\E033";
}

/* line 240, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-luggage:before {
  content: "\E034";
}

/* line 244, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-old-man:before {
  content: "\E035";
}

/* line 248, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-woman:before {
  content: "\E036";
}

/* line 252, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-file:before {
  content: "\E037";
}

/* line 256, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-coins:before {
  content: "\E038";
}

/* line 260, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-plane:before {
  content: "\E039";
}

/* line 264, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-notes:before {
  content: "\E040";
}

/* line 268, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-stats:before {
  content: "\E041";
}

/* line 272, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-charts:before {
  content: "\E042";
}

/* line 276, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-pie-chart:before {
  content: "\E043";
}

/* line 280, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-group:before {
  content: "\E044";
}

/* line 284, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-keys:before {
  content: "\E045";
}

/* line 288, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-calendar:before {
  content: "\E046";
}

/* line 292, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-router:before {
  content: "\E047";
}

/* line 296, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-camera-small:before {
  content: "\E048";
}

/* line 300, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-star-empty:before {
  content: "\E049";
}

/* line 304, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-star:before {
  content: "\E050";
}

/* line 308, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-link:before {
  content: "\E051";
}

/* line 312, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-eye-open:before {
  content: "\E052";
}

/* line 316, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-eye-close:before {
  content: "\E053";
}

/* line 320, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-alarm:before {
  content: "\E054";
}

/* line 324, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-clock:before {
  content: "\E055";
}

/* line 328, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-stopwatch:before {
  content: "\E056";
}

/* line 332, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-projector:before {
  content: "\E057";
}

/* line 336, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-history:before {
  content: "\E058";
}

/* line 340, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-truck:before {
  content: "\E059";
}

/* line 344, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-cargo:before {
  content: "\E060";
}

/* line 348, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-compass:before {
  content: "\E061";
}

/* line 352, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-keynote:before {
  content: "\E062";
}

/* line 356, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-paperclip:before {
  content: "\E063";
}

/* line 360, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-power:before {
  content: "\E064";
}

/* line 364, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-lightbulb:before {
  content: "\E065";
}

/* line 368, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-tag:before {
  content: "\E066";
}

/* line 372, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-tags:before {
  content: "\E067";
}

/* line 376, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-cleaning:before {
  content: "\E068";
}

/* line 380, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-ruler:before {
  content: "\E069";
}

/* line 384, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-gift:before {
  content: "\E070";
}

/* line 388, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-umbrella:before {
  content: "\E071";
}

/* line 392, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-book:before {
  content: "\E072";
}

/* line 396, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-bookmark:before {
  content: "\E073";
}

/* line 400, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-wifi:before {
  content: "\E074";
}

/* line 404, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-cup:before {
  content: "\E075";
}

/* line 408, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-stroller:before {
  content: "\E076";
}

/* line 412, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-headphones:before {
  content: "\E077";
}

/* line 416, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-headset:before {
  content: "\E078";
}

/* line 420, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-warning-sign:before {
  content: "\E079";
}

/* line 424, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-signal:before {
  content: "\E080";
}

/* line 428, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-retweet:before {
  content: "\E081";
}

/* line 432, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-refresh:before {
  content: "\E082";
}

/* line 436, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-roundabout:before {
  content: "\E083";
}

/* line 440, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-random:before {
  content: "\E084";
}

/* line 444, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-heat:before {
  content: "\E085";
}

/* line 448, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-repeat:before {
  content: "\E086";
}

/* line 452, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-display:before {
  content: "\E087";
}

/* line 456, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-log-book:before {
  content: "\E088";
}

/* line 460, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-address-book:before {
  content: "\E089";
}

/* line 464, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-building:before {
  content: "\E090";
}

/* line 468, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-eyedropper:before {
  content: "\E091";
}

/* line 472, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-adjust:before {
  content: "\E092";
}

/* line 476, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-tint:before {
  content: "\E093";
}

/* line 480, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-crop:before {
  content: "\E094";
}

/* line 484, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-vector-path-square:before {
  content: "\E095";
}

/* line 488, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-vector-path-circle:before {
  content: "\E096";
}

/* line 492, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-vector-path-polygon:before {
  content: "\E097";
}

/* line 496, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-vector-path-line:before {
  content: "\E098";
}

/* line 500, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-vector-path-curve:before {
  content: "\E099";
}

/* line 504, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-vector-path-all:before {
  content: "\E100";
}

/* line 508, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-font:before {
  content: "\E101";
}

/* line 512, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-italic:before {
  content: "\E102";
}

/* line 516, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-bold:before {
  content: "\E103";
}

/* line 520, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-text-underline:before {
  content: "\E104";
}

/* line 524, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-text-strike:before {
  content: "\E105";
}

/* line 528, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-text-height:before {
  content: "\E106";
}

/* line 532, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-text-width:before {
  content: "\E107";
}

/* line 536, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-text-resize:before {
  content: "\E108";
}

/* line 540, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-left-indent:before {
  content: "\E109";
}

/* line 544, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-right-indent:before {
  content: "\E110";
}

/* line 548, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-align-left:before {
  content: "\E111";
}

/* line 552, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-align-center:before {
  content: "\E112";
}

/* line 556, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-align-right:before {
  content: "\E113";
}

/* line 560, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-justify:before {
  content: "\E114";
}

/* line 564, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-list:before {
  content: "\E115";
}

/* line 568, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-text-smaller:before {
  content: "\E116";
}

/* line 572, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-text-bigger:before {
  content: "\E117";
}

/* line 576, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-embed:before {
  content: "\E118";
}

/* line 580, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-embed-close:before {
  content: "\E119";
}

/* line 584, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-table:before {
  content: "\E120";
}

/* line 588, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-message-full:before {
  content: "\E121";
}

/* line 592, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-message-empty:before {
  content: "\E122";
}

/* line 596, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-message-in:before {
  content: "\E123";
}

/* line 600, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-message-out:before {
  content: "\E124";
}

/* line 604, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-message-plus:before {
  content: "\E125";
}

/* line 608, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-message-minus:before {
  content: "\E126";
}

/* line 612, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-message-ban:before {
  content: "\E127";
}

/* line 616, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-message-flag:before {
  content: "\E128";
}

/* line 620, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-message-lock:before {
  content: "\E129";
}

/* line 624, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-message-new:before {
  content: "\E130";
}

/* line 628, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-inbox:before {
  content: "\E131";
}

/* line 632, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-inbox-plus:before {
  content: "\E132";
}

/* line 636, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-inbox-minus:before {
  content: "\E133";
}

/* line 640, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-inbox-lock:before {
  content: "\E134";
}

/* line 644, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-inbox-in:before {
  content: "\E135";
}

/* line 648, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-inbox-out:before {
  content: "\E136";
}

/* line 652, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-cogwheel:before {
  content: "\E137";
}

/* line 656, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-cogwheels:before {
  content: "\E138";
}

/* line 660, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-picture:before {
  content: "\E139";
}

/* line 664, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-adjust-alt:before {
  content: "\E140";
}

/* line 668, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-database-lock:before {
  content: "\E141";
}

/* line 672, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-database-plus:before {
  content: "\E142";
}

/* line 676, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-database-minus:before {
  content: "\E143";
}

/* line 680, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-database-ban:before {
  content: "\E144";
}

/* line 684, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-folder-open:before {
  content: "\E145";
}

/* line 688, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-folder-plus:before {
  content: "\E146";
}

/* line 692, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-folder-minus:before {
  content: "\E147";
}

/* line 696, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-folder-lock:before {
  content: "\E148";
}

/* line 700, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-folder-flag:before {
  content: "\E149";
}

/* line 704, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-folder-new:before {
  content: "\E150";
}

/* line 708, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-edit:before {
  content: "\E151";
}

/* line 712, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-new-window:before {
  content: "\E152";
}

/* line 716, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-check:before {
  content: "\E153";
}

/* line 720, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-unchecked:before {
  content: "\E154";
}

/* line 724, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-more-windows:before {
  content: "\E155";
}

/* line 728, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-show-big-thumbnails:before {
  content: "\E156";
}

/* line 732, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-show-thumbnails:before {
  content: "\E157";
}

/* line 736, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-show-thumbnails-with-lines:before {
  content: "\E158";
}

/* line 740, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-show-lines:before {
  content: "\E159";
}

/* line 744, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-playlist:before {
  content: "\E160";
}

/* line 748, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-imac:before {
  content: "\E161";
}

/* line 752, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-macbook:before {
  content: "\E162";
}

/* line 756, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-ipad:before {
  content: "\E163";
}

/* line 760, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-iphone:before {
  content: "\E164";
}

/* line 764, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-iphone-transfer:before {
  content: "\E165";
}

/* line 768, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-iphone-exchange:before {
  content: "\E166";
}

/* line 772, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-ipod:before {
  content: "\E167";
}

/* line 776, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-ipod-shuffle:before {
  content: "\E168";
}

/* line 780, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-ear-plugs:before {
  content: "\E169";
}

/* line 784, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-record:before {
  content: "\E170";
}

/* line 788, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-step-backward:before {
  content: "\E171";
}

/* line 792, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-fast-backward:before {
  content: "\E172";
}

/* line 796, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-rewind:before {
  content: "\E173";
}

/* line 800, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-play:before {
  content: "\E174";
}

/* line 804, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-pause:before {
  content: "\E175";
}

/* line 808, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-stop:before {
  content: "\E176";
}

/* line 812, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-forward:before {
  content: "\E177";
}

/* line 816, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-fast-forward:before {
  content: "\E178";
}

/* line 820, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-step-forward:before {
  content: "\E179";
}

/* line 824, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-eject:before {
  content: "\E180";
}

/* line 828, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-facetime-video:before {
  content: "\E181";
}

/* line 832, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-download-alt:before {
  content: "\E182";
}

/* line 836, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-mute:before {
  content: "\E183";
}

/* line 840, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-volume-down:before {
  content: "\E184";
}

/* line 844, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-volume-up:before {
  content: "\E185";
}

/* line 848, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-screenshot:before {
  content: "\E186";
}

/* line 852, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-move:before {
  content: "\E187";
}

/* line 856, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-more:before {
  content: "\E188";
}

/* line 860, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-brightness-reduce:before {
  content: "\E189";
}

/* line 864, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-brightness-increase:before {
  content: "\E190";
}

/* line 868, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-plus-sign:before {
  content: "\E191";
}

/* line 872, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-minus-sign:before {
  content: "\E192";
}

/* line 876, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-remove-sign:before {
  content: "\E193";
}

/* line 880, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-ok-sign:before {
  content: "\E194";
}

/* line 884, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-question-sign:before {
  content: "\E195";
}

/* line 888, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-info-sign:before {
  content: "\E196";
}

/* line 892, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-exclamation-sign:before {
  content: "\E197";
}

/* line 896, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-remove-circle:before {
  content: "\E198";
}

/* line 900, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-ok-circle:before {
  content: "\E199";
}

/* line 904, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-ban-circle:before {
  content: "\E200";
}

/* line 908, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-download:before {
  content: "\E201";
}

/* line 912, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-upload:before {
  content: "\E202";
}

/* line 916, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-shopping-cart:before {
  content: "\E203";
}

/* line 920, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-lock:before {
  content: "\E204";
}

/* line 924, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-unlock:before {
  content: "\E205";
}

/* line 928, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-electricity:before {
  content: "\E206";
}

/* line 932, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-ok:before {
  content: "\E207";
}

/* line 936, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-remove:before {
  content: "\E208";
}

/* line 940, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-cart-in:before {
  content: "\E209";
}

/* line 944, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-cart-out:before {
  content: "\E210";
}

/* line 948, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-arrow-left:before {
  content: "\E211";
}

/* line 952, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-arrow-right:before {
  content: "\E212";
}

/* line 956, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-arrow-down:before {
  content: "\E213";
}

/* line 960, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-arrow-up:before {
  content: "\E214";
}

/* line 964, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-resize-small:before {
  content: "\E215";
}

/* line 968, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-resize-full:before {
  content: "\E216";
}

/* line 972, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-circle-arrow-left:before {
  content: "\E217";
}

/* line 976, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-circle-arrow-right:before {
  content: "\E218";
}

/* line 980, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-circle-arrow-top:before {
  content: "\E219";
}

/* line 984, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-circle-arrow-down:before {
  content: "\E220";
}

/* line 988, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-play-button:before {
  content: "\E221";
}

/* line 992, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-unshare:before {
  content: "\E222";
}

/* line 996, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-share:before {
  content: "\E223";
}

/* line 1000, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-chevron-right:before {
  content: "\E224";
}

/* line 1004, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-chevron-left:before {
  content: "\E225";
}

/* line 1008, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-bluetooth:before {
  content: "\E226";
}

/* line 1012, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-euro:before {
  content: "\E227";
}

/* line 1016, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-usd:before {
  content: "\E228";
}

/* line 1020, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-gbp:before {
  content: "\E229";
}

/* line 1024, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-retweet-2:before {
  content: "\E230";
}

/* line 1028, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-moon:before {
  content: "\E231";
}

/* line 1032, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-sun:before {
  content: "\E232";
}

/* line 1036, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-cloud:before {
  content: "\E233";
}

/* line 1040, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-direction:before {
  content: "\E234";
}

/* line 1044, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-brush:before {
  content: "\E235";
}

/* line 1048, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-pen:before {
  content: "\E236";
}

/* line 1052, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-zoom-in:before {
  content: "\E237";
}

/* line 1056, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-zoom-out:before {
  content: "\E238";
}

/* line 1060, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-pin:before {
  content: "\E239";
}

/* line 1064, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-albums:before {
  content: "\E240";
}

/* line 1068, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-rotation-lock:before {
  content: "\E241";
}

/* line 1072, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-flash:before {
  content: "\E242";
}

/* line 1076, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-map-marker:before {
  content: "\E243";
}

/* line 1080, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-anchor:before {
  content: "\E244";
}

/* line 1084, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-conversation:before {
  content: "\E245";
}

/* line 1088, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-chat:before {
  content: "\E246";
}

/* line 1092, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-note-empty:before {
  content: "\E247";
}

/* line 1096, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-note:before {
  content: "\E248";
}

/* line 1100, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-asterisk:before {
  content: "\E249";
}

/* line 1104, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-divide:before {
  content: "\E250";
}

/* line 1108, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-snorkel-diving:before {
  content: "\E251";
}

/* line 1112, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-scuba-diving:before {
  content: "\E252";
}

/* line 1116, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-oxygen-bottle:before {
  content: "\E253";
}

/* line 1120, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-fins:before {
  content: "\E254";
}

/* line 1124, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-fishes:before {
  content: "\E255";
}

/* line 1128, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-boat:before {
  content: "\E256";
}

/* line 1132, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-delete:before {
  content: "\E257";
}

/* line 1136, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-sheriffs-star:before {
  content: "\E258";
}

/* line 1140, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-qrcode:before {
  content: "\E259";
}

/* line 1144, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-barcode:before {
  content: "\E260";
}

/* line 1148, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-pool:before {
  content: "\E261";
}

/* line 1152, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-buoy:before {
  content: "\E262";
}

/* line 1156, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-spade:before {
  content: "\E263";
}

/* line 1160, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-bank:before {
  content: "\E264";
}

/* line 1164, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-vcard:before {
  content: "\E265";
}

/* line 1168, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-electrical-plug:before {
  content: "\E266";
}

/* line 1172, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-flag:before {
  content: "\E267";
}

/* line 1176, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-credit-card:before {
  content: "\E268";
}

/* line 1180, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-keyboard-wireless:before {
  content: "\E269";
}

/* line 1184, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-keyboard-wired:before {
  content: "\E270";
}

/* line 1188, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-shield:before {
  content: "\E271";
}

/* line 1192, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-ring:before {
  content: "\E272";
}

/* line 1196, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-cake:before {
  content: "\E273";
}

/* line 1200, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-drink:before {
  content: "\E274";
}

/* line 1204, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-beer:before {
  content: "\E275";
}

/* line 1208, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-fast-food:before {
  content: "\E276";
}

/* line 1212, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-cutlery:before {
  content: "\E277";
}

/* line 1216, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-pizza:before {
  content: "\E278";
}

/* line 1220, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-birthday-cake:before {
  content: "\E279";
}

/* line 1224, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-tablet:before {
  content: "\E280";
}

/* line 1228, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-settings:before {
  content: "\E281";
}

/* line 1232, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-bullets:before {
  content: "\E282";
}

/* line 1236, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-cardio:before {
  content: "\E283";
}

/* line 1240, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-t-shirt:before {
  content: "\E284";
}

/* line 1244, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-pants:before {
  content: "\E285";
}

/* line 1248, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-sweater:before {
  content: "\E286";
}

/* line 1252, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-fabric:before {
  content: "\E287";
}

/* line 1256, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-leather:before {
  content: "\E288";
}

/* line 1260, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-scissors:before {
  content: "\E289";
}

/* line 1264, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-bomb:before {
  content: "\E290";
}

/* line 1268, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-skull:before {
  content: "\E291";
}

/* line 1272, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-celebration:before {
  content: "\E292";
}

/* line 1276, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-tea-kettle:before {
  content: "\E293";
}

/* line 1280, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-french-press:before {
  content: "\E294";
}

/* line 1284, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-coffee-cup:before {
  content: "\E295";
}

/* line 1288, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-pot:before {
  content: "\E296";
}

/* line 1292, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-grater:before {
  content: "\E297";
}

/* line 1296, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-kettle:before {
  content: "\E298";
}

/* line 1300, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-hospital:before {
  content: "\E299";
}

/* line 1304, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-hospital-h:before {
  content: "\E300";
}

/* line 1308, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-microphone:before {
  content: "\E301";
}

/* line 1312, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-webcam:before {
  content: "\E302";
}

/* line 1316, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-temple-christianity-church:before {
  content: "\E303";
}

/* line 1320, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-temple-islam:before {
  content: "\E304";
}

/* line 1324, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-temple-hindu:before {
  content: "\E305";
}

/* line 1328, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-temple-buddhist:before {
  content: "\E306";
}

/* line 1332, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-bicycle:before {
  content: "\E307";
}

/* line 1336, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-life-preserver:before {
  content: "\E308";
}

/* line 1340, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-share-alt:before {
  content: "\E309";
}

/* line 1344, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-comments:before {
  content: "\E310";
}

/* line 1348, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-flower:before {
  content: "\E311";
}

/* line 1352, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-baseball:before {
  content: "\E312";
}

/* line 1356, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-rugby:before {
  content: "\E313";
}

/* line 1360, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-ax:before {
  content: "\E314";
}

/* line 1364, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-table-tennis:before {
  content: "\E315";
}

/* line 1368, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-bowling:before {
  content: "\E316";
}

/* line 1372, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-tree-conifer:before {
  content: "\E317";
}

/* line 1376, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-tree-deciduous:before {
  content: "\E318";
}

/* line 1380, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-more-items:before {
  content: "\E319";
}

/* line 1384, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-sort:before {
  content: "\E320";
}

/* line 1388, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-filter:before {
  content: "\E321";
}

/* line 1392, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-gamepad:before {
  content: "\E322";
}

/* line 1396, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-playing-dices:before {
  content: "\E323";
}

/* line 1400, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-calculator:before {
  content: "\E324";
}

/* line 1404, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-tie:before {
  content: "\E325";
}

/* line 1408, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-wallet:before {
  content: "\E326";
}

/* line 1412, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-piano:before {
  content: "\E327";
}

/* line 1416, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-sampler:before {
  content: "\E328";
}

/* line 1420, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-podium:before {
  content: "\E329";
}

/* line 1424, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-soccer-ball:before {
  content: "\E330";
}

/* line 1428, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-blog:before {
  content: "\E331";
}

/* line 1432, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-dashboard:before {
  content: "\E332";
}

/* line 1436, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-certificate:before {
  content: "\E333";
}

/* line 1440, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-bell:before {
  content: "\E334";
}

/* line 1444, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-candle:before {
  content: "\E335";
}

/* line 1448, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-pushpin:before {
  content: "\E336";
}

/* line 1452, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-iphone-shake:before {
  content: "\E337";
}

/* line 1456, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-pin-flag:before {
  content: "\E338";
}

/* line 1460, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-turtle:before {
  content: "\E339";
}

/* line 1464, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-rabbit:before {
  content: "\E340";
}

/* line 1468, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-globe:before {
  content: "\E341";
}

/* line 1472, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-briefcase:before {
  content: "\E342";
}

/* line 1476, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-hdd:before {
  content: "\E343";
}

/* line 1480, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-thumbs-up:before {
  content: "\E344";
}

/* line 1484, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-thumbs-down:before {
  content: "\E345";
}

/* line 1488, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-hand-right:before {
  content: "\E346";
}

/* line 1492, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-hand-left:before {
  content: "\E347";
}

/* line 1496, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-hand-up:before {
  content: "\E348";
}

/* line 1500, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-hand-down:before {
  content: "\E349";
}

/* line 1504, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-fullscreen:before {
  content: "\E350";
}

/* line 1508, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-shopping-bag:before {
  content: "\E351";
}

/* line 1512, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-book-open:before {
  content: "\E352";
}

/* line 1516, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-nameplate:before {
  content: "\E353";
}

/* line 1520, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-nameplate-alt:before {
  content: "\E354";
}

/* line 1524, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-vases:before {
  content: "\E355";
}

/* line 1528, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-bullhorn:before {
  content: "\E356";
}

/* line 1532, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-dumbbell:before {
  content: "\E357";
}

/* line 1536, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-suitcase:before {
  content: "\E358";
}

/* line 1540, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-file-import:before {
  content: "\E359";
}

/* line 1544, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-file-export:before {
  content: "\E360";
}

/* line 1548, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-bug:before {
  content: "\E361";
}

/* line 1552, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-crown:before {
  content: "\E362";
}

/* line 1556, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-smoking:before {
  content: "\E363";
}

/* line 1560, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-cloud-upload:before {
  content: "\E364";
}

/* line 1564, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-cloud-download:before {
  content: "\E365";
}

/* line 1568, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-restart:before {
  content: "\E366";
}

/* line 1572, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-security-camera:before {
  content: "\E367";
}

/* line 1576, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-expand:before {
  content: "\E368";
}

/* line 1580, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-collapse:before {
  content: "\E369";
}

/* line 1584, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-collapse-top:before {
  content: "\E370";
}

/* line 1588, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-globe-af:before {
  content: "\E371";
}

/* line 1592, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-global:before {
  content: "\E372";
}

/* line 1596, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-spray:before {
  content: "\E373";
}

/* line 1600, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-nails:before {
  content: "\E374";
}

/* line 1604, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-claw-hammer:before {
  content: "\E375";
}

/* line 1608, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-classic-hammer:before {
  content: "\E376";
}

/* line 1612, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-hand-saw:before {
  content: "\E377";
}

/* line 1616, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-riflescope:before {
  content: "\E378";
}

/* line 1620, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-electrical-socket-eu:before {
  content: "\E379";
}

/* line 1624, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-electrical-socket-us:before {
  content: "\E380";
}

/* line 1628, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-message-forward:before {
  content: "\E381";
}

/* line 1632, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-coat-hanger:before {
  content: "\E382";
}

/* line 1636, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-dress:before {
  content: "\E383";
}

/* line 1640, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-bathrobe:before {
  content: "\E384";
}

/* line 1644, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-shirt:before {
  content: "\E385";
}

/* line 1648, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-underwear:before {
  content: "\E386";
}

/* line 1652, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-log-in:before {
  content: "\E387";
}

/* line 1656, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-log-out:before {
  content: "\E388";
}

/* line 1660, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-exit:before {
  content: "\E389";
}

/* line 1664, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-new-window-alt:before {
  content: "\E390";
}

/* line 1668, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-video-sd:before {
  content: "\E391";
}

/* line 1672, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-video-hd:before {
  content: "\E392";
}

/* line 1676, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-subtitles:before {
  content: "\E393";
}

/* line 1680, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-sound-stereo:before {
  content: "\E394";
}

/* line 1684, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-sound-dolby:before {
  content: "\E395";
}

/* line 1688, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-sound-5-1:before {
  content: "\E396";
}

/* line 1692, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-sound-6-1:before {
  content: "\E397";
}

/* line 1696, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-sound-7-1:before {
  content: "\E398";
}

/* line 1700, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-copyright-mark:before {
  content: "\E399";
}

/* line 1704, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-registration-mark:before {
  content: "\E400";
}

/* line 1708, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-radar:before {
  content: "\E401";
}

/* line 1712, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-skateboard:before {
  content: "\E402";
}

/* line 1716, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-golf-course:before {
  content: "\E403";
}

/* line 1720, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-sorting:before {
  content: "\E404";
}

/* line 1724, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\E405";
}

/* line 1728, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\E406";
}

/* line 1732, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-sort-by-order:before {
  content: "\E407";
}

/* line 1736, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\E408";
}

/* line 1740, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-sort-by-attributes:before {
  content: "\E409";
}

/* line 1744, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\E410";
}

/* line 1748, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-compressed:before {
  content: "\E411";
}

/* line 1752, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-package:before {
  content: "\E412";
}

/* line 1756, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-cloud-plus:before {
  content: "\E413";
}

/* line 1760, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-cloud-minus:before {
  content: "\E414";
}

/* line 1764, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-disk-save:before {
  content: "\E415";
}

/* line 1768, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-disk-open:before {
  content: "\E416";
}

/* line 1772, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-disk-saved:before {
  content: "\E417";
}

/* line 1776, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-disk-remove:before {
  content: "\E418";
}

/* line 1780, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-disk-import:before {
  content: "\E419";
}

/* line 1784, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-disk-export:before {
  content: "\E420";
}

/* line 1788, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-tower:before {
  content: "\E421";
}

/* line 1792, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-send:before {
  content: "\E422";
}

/* line 1796, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-git-branch:before {
  content: "\E423";
}

/* line 1800, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-git-create:before {
  content: "\E424";
}

/* line 1804, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-git-private:before {
  content: "\E425";
}

/* line 1808, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-git-delete:before {
  content: "\E426";
}

/* line 1812, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-git-merge:before {
  content: "\E427";
}

/* line 1816, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-git-pull-request:before {
  content: "\E428";
}

/* line 1820, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-git-compare:before {
  content: "\E429";
}

/* line 1824, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-git-commit:before {
  content: "\E430";
}

/* line 1828, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-construction-cone:before {
  content: "\E431";
}

/* line 1832, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-shoe-steps:before {
  content: "\E432";
}

/* line 1836, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-plus:before {
  content: "\E433";
}

/* line 1840, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-minus:before {
  content: "\E434";
}

/* line 1844, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-redo:before {
  content: "\E435";
}

/* line 1848, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-undo:before {
  content: "\E436";
}

/* line 1852, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-golf:before {
  content: "\E437";
}

/* line 1856, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-hockey:before {
  content: "\E438";
}

/* line 1860, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-pipe:before {
  content: "\E439";
}

/* line 1864, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-wrench:before {
  content: "\E440";
}

/* line 1868, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-folder-closed:before {
  content: "\E441";
}

/* line 1872, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-phone-alt:before {
  content: "\E442";
}

/* line 1876, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-earphone:before {
  content: "\E443";
}

/* line 1880, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-floppy-disk:before {
  content: "\E444";
}

/* line 1884, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-floppy-saved:before {
  content: "\E445";
}

/* line 1888, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-floppy-remove:before {
  content: "\E446";
}

/* line 1892, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-floppy-save:before {
  content: "\E447";
}

/* line 1896, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-floppy-open:before {
  content: "\E448";
}

/* line 1900, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-translate:before {
  content: "\E449";
}

/* line 1904, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-fax:before {
  content: "\E450";
}

/* line 1908, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-factory:before {
  content: "\E451";
}

/* line 1912, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-shop-window:before {
  content: "\E452";
}

/* line 1916, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-shop:before {
  content: "\E453";
}

/* line 1920, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-kiosk:before {
  content: "\E454";
}

/* line 1924, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-kiosk-wheels:before {
  content: "\E455";
}

/* line 1928, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-kiosk-light:before {
  content: "\E456";
}

/* line 1932, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-kiosk-food:before {
  content: "\E457";
}

/* line 1936, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-transfer:before {
  content: "\E458";
}

/* line 1940, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-money:before {
  content: "\E459";
}

/* line 1944, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-header:before {
  content: "\E460";
}

/* line 1948, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-blacksmith:before {
  content: "\E461";
}

/* line 1952, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-saw-blade:before {
  content: "\E462";
}

/* line 1956, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-basketball:before {
  content: "\E463";
}

/* line 1960, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-server:before {
  content: "\E464";
}

/* line 1964, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-server-plus:before {
  content: "\E465";
}

/* line 1968, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-server-minus:before {
  content: "\E466";
}

/* line 1972, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-server-ban:before {
  content: "\E467";
}

/* line 1976, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-server-flag:before {
  content: "\E468";
}

/* line 1980, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-server-lock:before {
  content: "\E469";
}

/* line 1984, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-server-new:before {
  content: "\E470";
}

/* line 1988, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-charging-station:before {
  content: "\E471";
}

/* line 1992, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-gas-station:before {
  content: "\E472";
}

/* line 1996, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-target:before {
  content: "\E473";
}

/* line 2000, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-bed:before {
  content: "\E474";
}

/* line 2004, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-mosquito:before {
  content: "\E475";
}

/* line 2008, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-dining-set:before {
  content: "\E476";
}

/* line 2012, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-plate-of-food:before {
  content: "\E477";
}

/* line 2016, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-hygiene-kit:before {
  content: "\E478";
}

/* line 2020, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-blackboard:before {
  content: "\E479";
}

/* line 2024, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-marriage:before {
  content: "\E480";
}

/* line 2028, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-bucket:before {
  content: "\E481";
}

/* line 2032, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-none-color-swatch:before {
  content: "\E482";
}

/* line 2036, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-bring-forward:before {
  content: "\E483";
}

/* line 2040, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-bring-to-front:before {
  content: "\E484";
}

/* line 2044, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-send-backward:before {
  content: "\E485";
}

/* line 2048, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-send-to-back:before {
  content: "\E486";
}

/* line 2052, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-fit-frame-to-image:before {
  content: "\E487";
}

/* line 2056, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-fit-image-to-frame:before {
  content: "\E488";
}

/* line 2060, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-multiple-displays:before {
  content: "\E489";
}

/* line 2064, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-handshake:before {
  content: "\E490";
}

/* line 2068, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-child:before {
  content: "\E491";
}

/* line 2072, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-baby-formula:before {
  content: "\E492";
}

/* line 2076, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-medicine:before {
  content: "\E493";
}

/* line 2080, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-atv-vehicle:before {
  content: "\E494";
}

/* line 2084, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-motorcycle:before {
  content: "\E495";
}

/* line 2088, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-bed-alt:before {
  content: "\E496";
}

/* line 2092, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-tent:before {
  content: "\E497";
}

/* line 2096, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-glasses:before {
  content: "\E498";
}

/* line 2100, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-sunglasses:before {
  content: "\E499";
}

/* line 2104, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-family:before {
  content: "\E500";
}

/* line 2108, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-education:before {
  content: "\E501";
}

/* line 2112, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-shoes:before {
  content: "\E502";
}

/* line 2116, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-map:before {
  content: "\E503";
}

/* line 2120, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-cd:before {
  content: "\E504";
}

/* line 2124, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-alert:before {
  content: "\E505";
}

/* line 2128, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-piggy-bank:before {
  content: "\E506";
}

/* line 2132, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-star-half:before {
  content: "\E507";
}

/* line 2136, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-cluster:before {
  content: "\E508";
}

/* line 2140, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-flowchart:before {
  content: "\E509";
}

/* line 2144, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-commodities:before {
  content: "\E510";
}

/* line 2148, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-duplicate:before {
  content: "\E511";
}

/* line 2152, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-copy:before {
  content: "\E512";
}

/* line 2156, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-paste:before {
  content: "\E513";
}

/* line 2160, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-bath-bathtub:before {
  content: "\E514";
}

/* line 2164, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-bath-shower:before {
  content: "\E515";
}

/* line 2168, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-shower:before {
  content: "\E516";
}

/* line 2172, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-menu-hamburger:before {
  content: "\E517";
}

/* line 2176, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-option-vertical:before {
  content: "\E518";
}

/* line 2180, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-option-horizontal:before {
  content: "\E519";
}

/* line 2184, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-currency-conversion:before {
  content: "\E520";
}

/* line 2188, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-user-ban:before {
  content: "\E521";
}

/* line 2192, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-user-lock:before {
  content: "\E522";
}

/* line 2196, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-user-flag:before {
  content: "\E523";
}

/* line 2200, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-user-asterisk:before {
  content: "\E524";
}

/* line 2204, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-user-alert:before {
  content: "\E525";
}

/* line 2208, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-user-key:before {
  content: "\E526";
}

/* line 2212, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-user-conversation:before {
  content: "\E527";
}

/* line 2216, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-database:before {
  content: "\E528";
}

/* line 2220, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-database-search:before {
  content: "\E529";
}

/* line 2224, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-list-alt:before {
  content: "\E530";
}

/* line 2228, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-hazard-sign:before {
  content: "\E531";
}

/* line 2232, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-hazard:before {
  content: "\E532";
}

/* line 2236, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-stop-sign:before {
  content: "\E533";
}

/* line 2240, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-lab:before {
  content: "\E534";
}

/* line 2244, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-lab-alt:before {
  content: "\E535";
}

/* line 2248, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-ice-cream:before {
  content: "\E536";
}

/* line 2252, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-ice-lolly:before {
  content: "\E537";
}

/* line 2256, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\E538";
}

/* line 2260, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-invoice:before {
  content: "\E539";
}

/* line 2264, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-cart-tick:before {
  content: "\E540";
}

/* line 2268, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-hourglass:before {
  content: "\E541";
}

/* line 2272, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-cat:before {
  content: "\E542";
}

/* line 2276, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-lamp:before {
  content: "\E543";
}

/* line 2280, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-scale-classic:before {
  content: "\E544";
}

/* line 2284, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-eye-plus:before {
  content: "\E545";
}

/* line 2288, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-eye-minus:before {
  content: "\E546";
}

/* line 2292, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-quote:before {
  content: "\E547";
}

/* line 2296, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-bitcoin:before {
  content: "\E548";
}

/* line 2300, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-yen:before {
  content: "\E549";
}

/* line 2304, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-ruble:before {
  content: "\E550";
}

/* line 2308, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-erase:before {
  content: "\E551";
}

/* line 2312, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-podcast:before {
  content: "\E552";
}

/* line 2316, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-firework:before {
  content: "\E553";
}

/* line 2320, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-scale:before {
  content: "\E554";
}

/* line 2324, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-king:before {
  content: "\E555";
}

/* line 2328, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-queen:before {
  content: "\E556";
}

/* line 2332, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-pawn:before {
  content: "\E557";
}

/* line 2336, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-bishop:before {
  content: "\E558";
}

/* line 2340, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-knight:before {
  content: "\E559";
}

/* line 2344, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-mic-mute:before {
  content: "\E560";
}

/* line 2348, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-voicemail:before {
  content: "\E561";
}

/* line 2352, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-paragraph-alt:before {
  content: "\E562";
}

/* line 2356, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-person-walking:before {
  content: "\E563";
}

/* line 2360, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-person-wheelchair:before {
  content: "\E564";
}

/* line 2364, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-underground:before {
  content: "\E565";
}

/* line 2368, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-car-hov:before {
  content: "\E566";
}

/* line 2372, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-car-rental:before {
  content: "\E567";
}

/* line 2376, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-transport:before {
  content: "\E568";
}

/* line 2380, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-taxi:before {
  content: "\E569";
}

/* line 2384, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-ice-cream-no:before {
  content: "\E570";
}

/* line 2388, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-uk-rat-u:before {
  content: "\E571";
}

/* line 2392, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-uk-rat-pg:before {
  content: "\E572";
}

/* line 2396, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-uk-rat-12a:before {
  content: "\E573";
}

/* line 2400, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-uk-rat-12:before {
  content: "\E574";
}

/* line 2404, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-uk-rat-15:before {
  content: "\E575";
}

/* line 2408, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-uk-rat-18:before {
  content: "\E576";
}

/* line 2412, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-uk-rat-r18:before {
  content: "\E577";
}

/* line 2416, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-tv:before {
  content: "\E578";
}

/* line 2420, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-sms:before {
  content: "\E579";
}

/* line 2424, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-mms:before {
  content: "\E580";
}

/* line 2428, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-us-rat-g:before {
  content: "\E581";
}

/* line 2432, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-us-rat-pg:before {
  content: "\E582";
}

/* line 2436, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-us-rat-pg-13:before {
  content: "\E583";
}

/* line 2440, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-us-rat-restricted:before {
  content: "\E584";
}

/* line 2444, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-us-rat-no-one-17:before {
  content: "\E585";
}

/* line 2448, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-equalizer:before {
  content: "\E586";
}

/* line 2452, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-speakers:before {
  content: "\E587";
}

/* line 2456, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-remote-control:before {
  content: "\E588";
}

/* line 2460, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-remote-control-tv:before {
  content: "\E589";
}

/* line 2464, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-shredder:before {
  content: "\E590";
}

/* line 2468, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-folder-heart:before {
  content: "\E591";
}

/* line 2472, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-person-running:before {
  content: "\E592";
}

/* line 2476, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-person:before {
  content: "\E593";
}

/* line 2480, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-voice:before {
  content: "\E594";
}

/* line 2484, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-stethoscope:before {
  content: "\E595";
}

/* line 2488, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-paired:before {
  content: "\E596";
}

/* line 2492, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-activity:before {
  content: "\E597";
}

/* line 2496, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-watch:before {
  content: "\E598";
}

/* line 2500, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-scissors-alt:before {
  content: "\E599";
}

/* line 2504, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-car-wheel:before {
  content: "\E600";
}

/* line 2508, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-chevron-up:before {
  content: "\E601";
}

/* line 2512, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-chevron-down:before {
  content: "\E602";
}

/* line 2516, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-superscript:before {
  content: "\E603";
}

/* line 2520, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-subscript:before {
  content: "\E604";
}

/* line 2524, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-text-size:before {
  content: "\E605";
}

/* line 2528, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-text-color:before {
  content: "\E606";
}

/* line 2532, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-text-background:before {
  content: "\E607";
}

/* line 2536, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-modal-window:before {
  content: "\E608";
}

/* line 2540, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-newspaper:before {
  content: "\E609";
}

/* line 2544, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-tractor:before {
  content: "\E610";
}

/* line 2548, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-camping:before {
  content: "\E611";
}

/* line 2552, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-camping-benches:before {
  content: "\E612";
}

/* line 2556, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-forest:before {
  content: "\E613";
}

/* line 2560, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-park:before {
  content: "\E614";
}

/* line 2564, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-field:before {
  content: "\E615";
}

/* line 2568, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-mountains:before {
  content: "\E616";
}

/* line 2572, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-fees-payments:before {
  content: "\E617";
}

/* line 2576, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-small-payments:before {
  content: "\E618";
}

/* line 2580, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-mixed-buildings:before {
  content: "\E619";
}

/* line 2584, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-industrial-zone:before {
  content: "\E620";
}

/* line 2588, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-visitor-tag:before {
  content: "\E621";
}

/* line 2592, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-businessman:before {
  content: "\E622";
}

/* line 2596, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-meditation:before {
  content: "\E623";
}

/* line 2600, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-bath:before {
  content: "\E624";
}

/* line 2604, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-donate:before {
  content: "\E625";
}

/* line 2608, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-sauna:before {
  content: "\E626";
}

/* line 2612, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-bedroom-nightstand:before {
  content: "\E627";
}

/* line 2616, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-bedroom-lamp:before {
  content: "\E628";
}

/* line 2620, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-doctor:before {
  content: "\E629";
}

/* line 2624, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-engineering-networks:before {
  content: "\E630";
}

/* line 2628, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-washing-machine:before {
  content: "\E631";
}

/* line 2632, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-dryer:before {
  content: "\E632";
}

/* line 2636, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-dishwasher:before {
  content: "\E633";
}

/* line 2640, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-luggage-group:before {
  content: "\E634";
}

/* line 2644, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-teenager:before {
  content: "\E635";
}

/* line 2648, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-person-stick:before {
  content: "\E636";
}

/* line 2652, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-person-stick-old:before {
  content: "\E637";
}

/* line 2656, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-traveler:before {
  content: "\E638";
}

/* line 2660, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-veteran:before {
  content: "\E639";
}

/* line 2664, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-group-chat:before {
  content: "\E640";
}

/* line 2668, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-elections:before {
  content: "\E641";
}

/* line 2672, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-law-justice:before {
  content: "\E642";
}

/* line 2676, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-judiciary:before {
  content: "\E643";
}

/* line 2680, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-house-fire:before {
  content: "\E644";
}

/* line 2684, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-firefighters:before {
  content: "\E645";
}

/* line 2688, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-police:before {
  content: "\E646";
}

/* line 2692, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-ambulance:before {
  content: "\E647";
}

/* line 2696, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-light-beacon:before {
  content: "\E648";
}

/* line 2700, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-important-day:before {
  content: "\E649";
}

/* line 2704, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-bike-park:before {
  content: "\E650";
}

/* line 2708, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-object-align-top:before {
  content: "\E651";
}

/* line 2712, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-object-align-bottom:before {
  content: "\E652";
}

/* line 2716, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-object-align-horizontal:before {
  content: "\E653";
}

/* line 2720, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-object-align-left:before {
  content: "\E654";
}

/* line 2724, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-object-align-vertical:before {
  content: "\E655";
}

/* line 2728, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-object-align-right:before {
  content: "\E656";
}

/* line 2732, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-reflect-y:before {
  content: "\E657";
}

/* line 2736, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-reflect-x:before {
  content: "\E658";
}

/* line 2740, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-tick:before {
  content: "\E659";
}

/* line 2744, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-lawnmower:before {
  content: "\E660";
}

/* line 2748, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-call-redirect:before {
  content: "\E661";
}

/* line 2752, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-call-ip:before {
  content: "\E662";
}

/* line 2756, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-call-record:before {
  content: "\E663";
}

/* line 2760, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-call-ringtone:before {
  content: "\E664";
}

/* line 2764, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-call-traffic:before {
  content: "\E665";
}

/* line 2768, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-call-hold:before {
  content: "\E666";
}

/* line 2772, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-call-incoming:before {
  content: "\E667";
}

/* line 2776, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-call-outgoing:before {
  content: "\E668";
}

/* line 2780, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-call-video:before {
  content: "\E669";
}

/* line 2784, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-call-missed:before {
  content: "\E670";
}

/* line 2788, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-theater:before {
  content: "\E671";
}

/* line 2792, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-heartbeat:before {
  content: "\E672";
}

/* line 2796, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-kettlebell:before {
  content: "\E673";
}

/* line 2800, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-fireplace:before {
  content: "\E674";
}

/* line 2804, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-street-lights:before {
  content: "\E675";
}

/* line 2808, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-pedestrian:before {
  content: "\E676";
}

/* line 2812, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-flood:before {
  content: "\E677";
}

/* line 2816, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-open-water:before {
  content: "\E678";
}

/* line 2820, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-for-sale:before {
  content: "\E679";
}

/* line 2824, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-dustbin:before {
  content: "\E680";
}

/* line 2828, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-door:before {
  content: "\E681";
}

/* line 2832, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-camp-fire:before {
  content: "\E682";
}

/* line 2836, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-fleur-de-lis:before {
  content: "\E683";
}

/* line 2840, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-temperature-settings:before {
  content: "\E684";
}

/* line 2844, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-article:before {
  content: "\E685";
}

/* line 2848, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-sunbath:before {
  content: "\E686";
}

/* line 2852, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-balanced-diet:before {
  content: "\E687";
}

/* line 2856, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-ticket:before {
  content: "\E688";
}

/* line 2860, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-parking-ticket:before {
  content: "\E689";
}

/* line 2864, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-parking-meter:before {
  content: "\E690";
}

/* line 2868, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-laptop:before {
  content: "\E691";
}

/* line 2872, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-tree-structure:before {
  content: "\E692";
}

/* line 2876, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-weather-warning:before {
  content: "\E693";
}

/* line 2880, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-temperature-low:before {
  content: "\E694";
}

/* line 2884, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-temperature-high:before {
  content: "\E695";
}

/* line 2888, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-temperature-low-warning:before {
  content: "\E696";
}

/* line 2892, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-temperature-high-warning:before {
  content: "\E697";
}

/* line 2896, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-hurricane:before {
  content: "\E698";
}

/* line 2900, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-storm:before {
  content: "\E699";
}

/* line 2904, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-sorted-waste:before {
  content: "\E700";
}

/* line 2908, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-ear:before {
  content: "\E701";
}

/* line 2912, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-ear-deaf:before {
  content: "\E702";
}

/* line 2916, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-file-plus:before {
  content: "\E703";
}

/* line 2920, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-file-minus:before {
  content: "\E704";
}

/* line 2924, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-file-lock:before {
  content: "\E705";
}

/* line 2928, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-file-cloud:before {
  content: "\E706";
}

/* line 2932, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-file-cloud-download:before {
  content: "\E707";
}

/* line 2936, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-file-cloud-upload:before {
  content: "\E708";
}

/* line 2940, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-paragraph:before {
  content: "\E709";
}

/* line 2944, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-list-numbered:before {
  content: "\E710";
}

/* line 2948, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-donate-heart:before {
  content: "\E711";
}

/* line 2952, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-government:before {
  content: "\E712";
}

/* line 2956, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-maze:before {
  content: "\E713";
}

/* line 2960, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-chronicle:before {
  content: "\E714";
}

/* line 2964, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-user-structure:before {
  content: "\E715";
}

/* line 2968, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-recycle:before {
  content: "\E716";
}

/* line 2972, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-gas:before {
  content: "\E717";
}

/* line 2976, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-waste-pipe:before {
  content: "\E718";
}

/* line 2980, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-water-pipe:before {
  content: "\E719";
}

/* line 2984, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-parking:before {
  content: "\E720";
}

/* line 2988, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-closed:before {
  content: "\E721";
}

/* line 2992, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-mouse:before {
  content: "\E722";
}

/* line 2996, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-mouse-double-click:before {
  content: "\E723";
}

/* line 3000, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-mouse-left-click:before {
  content: "\E724";
}

/* line 3004, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-mouse-right-click:before {
  content: "\E725";
}

/* line 3008, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-mouse-middle-click:before {
  content: "\E726";
}

/* line 3012, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-mouse-scroll:before {
  content: "\E727";
}

/* line 3016, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-resize-vertical:before {
  content: "\E728";
}

/* line 3020, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-resize-horizontal:before {
  content: "\E729";
}

/* line 3024, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-temperature:before {
  content: "\E730";
}

/* line 3028, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-puzzle:before {
  content: "\E731";
}

/* line 3032, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-puzzle-2:before {
  content: "\E732";
}

/* line 3036, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-puzzle-3:before {
  content: "\E733";
}

/* line 3040, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-nearby-square:before {
  content: "\E734";
}

/* line 3044, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-nearby-circle:before {
  content: "\E735";
}

/* line 3048, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-rotate-right:before {
  content: "\E736";
}

/* line 3052, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-rotate-left:before {
  content: "\E737";
}

/* line 3056, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-pictures:before {
  content: "\E738";
}

/* line 3060, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-photo-album:before {
  content: "\E739";
}

/* line 3064, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-cadastral-map:before {
  content: "\E740";
}

/* line 3068, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-fingerprint-scan:before {
  content: "\E741";
}

/* line 3072, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-fingerprint:before {
  content: "\E742";
}

/* line 3076, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-fingerprint-lock:before {
  content: "\E743";
}

/* line 3080, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-fingerprint-ok:before {
  content: "\E744";
}

/* line 3084, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-fingerprint-remove:before {
  content: "\E745";
}

/* line 3088, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-fingerprint-reload:before {
  content: "\E746";
}

/* line 3092, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-pending-notifications:before {
  content: "\E747";
}

/* line 3096, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-synchronization:before {
  content: "\E748";
}

/* line 3100, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-synchronization-ban:before {
  content: "\E749";
}

/* line 3104, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-hash:before {
  content: "\E750";
}

/* line 3108, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-gender-male:before {
  content: "\E751";
}

/* line 3112, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-gender-female:before {
  content: "\E752";
}

/* line 3116, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-gender-virgin-female:before {
  content: "\E753";
}

/* line 3120, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-gender-intersex:before {
  content: "\E754";
}

/* line 3124, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-gender-transgender:before {
  content: "\E755";
}

/* line 3128, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-gender-ori-lesbian:before {
  content: "\E756";
}

/* line 3132, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-gender-ori-gay:before {
  content: "\E757";
}

/* line 3136, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-gender-ori-hetero:before {
  content: "\E758";
}

/* line 3140, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-gender-other:before {
  content: "\E759";
}

/* line 3144, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-gender-unknown:before {
  content: "\E760";
}

/* line 3148, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-scanner:before {
  content: "\E761";
}

/* line 3152, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-multifunction-printer:before {
  content: "\E762";
}

/* line 3156, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-lasso:before {
  content: "\E763";
}

/* line 3160, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-view-360:before {
  content: "\E764";
}

/* line 3164, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-battery-charging:before {
  content: "\E765";
}

/* line 3168, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-battery-full:before {
  content: "\E766";
}

/* line 3172, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-battery-75:before {
  content: "\E767";
}

/* line 3176, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-battery-50:before {
  content: "\E768";
}

/* line 3180, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-battery-25:before {
  content: "\E769";
}

/* line 3184, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-battery-10:before {
  content: "\E770";
}

/* line 3188, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-satellite:before {
  content: "\E771";
}

/* line 3192, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-satellite-dish:before {
  content: "\E772";
}

/* line 3196, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-satellite-dish-alt:before {
  content: "\E773";
}

/* line 3200, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-auction:before {
  content: "\E774";
}

/* line 3204, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-directions:before {
  content: "\E775";
}

/* line 3208, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-race:before {
  content: "\E776";
}

/* line 3212, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-robot:before {
  content: "\E777";
}

/* line 3216, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-ruler-alt:before {
  content: "\E778";
}

/* line 3220, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-cube-empty:before {
  content: "\E779";
}

/* line 3224, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-cube-black:before {
  content: "\E780";
}

/* line 3228, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-move-square:before {
  content: "\E781";
}

/* line 3232, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-drop:before {
  content: "\E782";
}

/* line 3236, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-vr-headset:before {
  content: "\E783";
}

/* line 3240, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-vr-charging:before {
  content: "\E784";
}

/* line 3244, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-vr-low-battery:before {
  content: "\E785";
}

/* line 3248, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-vr-paired:before {
  content: "\E786";
}

/* line 3252, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-vr-settings:before {
  content: "\E787";
}

/* line 3256, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-vr-maintenance:before {
  content: "\E788";
}

/* line 3260, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-filter-remove:before {
  content: "\E789";
}

/* line 3264, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-filter-applied:before {
  content: "\E790";
}

/* line 3268, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-one-day:before {
  content: "\E791";
}

/* line 3272, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-user-vr:before {
  content: "\E792";
}

/* line 3276, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-user-vr-add:before {
  content: "\E793";
}

/* line 3280, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-user-vr-remove:before {
  content: "\E794";
}

/* line 3284, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-dice-1:before {
  content: "\E795";
}

/* line 3288, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-dice-2:before {
  content: "\E796";
}

/* line 3292, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-dice-3:before {
  content: "\E797";
}

/* line 3296, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-dice-4:before {
  content: "\E798";
}

/* line 3300, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-dice-5:before {
  content: "\E799";
}

/* line 3304, app/styles/glyphicons/sass/glyphicons-regular.scss */
.glyphicon-dice-6:before {
  content: "\E800";
}

/* line 13, app/styles/overwrites/_bootstrap-ow.scss */
.input-group-addon {
  border: 1px solid #ccc;
}

/* line 17, app/styles/overwrites/_bootstrap-ow.scss */
.form-horizontal.form-static .form-group:not(:last-child) {
  margin-bottom: 0;
}

/* line 21, app/styles/overwrites/_bootstrap-ow.scss */
.ui-select-bootstrap .ui-select-choices-row.active > a {
  background-color: #003e70;
}

/* line 25, app/styles/overwrites/_bootstrap-ow.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 2px 7px;
  line-height: 1.5;
  font-size: 12px;
  border-radius: 3px;
}

/* line 32, app/styles/overwrites/_bootstrap-ow.scss */
.nav.nav-pills.nav-justified {
  margin-bottom: 15px;
}

/* line 37, app/styles/overwrites/_bootstrap-ow.scss */
.btn-xs span.glyphicon, .btn-group-xs > .btn span.glyphicon {
  font-size: 10px;
  top: 4px;
}

/* line 43, app/styles/overwrites/_bootstrap-ow.scss */
.alert-massive {
  font-size: 150%;
}

/* line 4, app/styles/overwrites/_angular-wizard-ow.scss */
.steps-indicator li.current a:before {
  background-color: #d9534f;
}

/* line 10, app/styles/overwrites/_angular-wizard-ow.scss */
.steps-indicator li.done a:before {
  background-color: #5cb85c;
}

/* line 16, app/styles/overwrites/_angular-wizard-ow.scss */
.steps-indicator li.editing a:before {
  background-color: #d9534f;
}

/* line 1, app/styles/overwrites/_ui-select-ow.scss */
.ui-select-container > .ui-select-match > input {
  width: 100% !important;
}

/* line 1, app/styles/overwrites/_lightbox.scss */
.lightbox-image-caption {
  font-size: 1.0em;
  text-shadow: none;
}

/* line 1, app/styles/overwrites/_ui-notification.scss */
.ui-notification {
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid #bce8f1;
  border-radius: 4px;
  background: #d9edf7;
  color: #31708f;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.15);
}

/* line 10, app/styles/overwrites/_ui-notification.scss */
.ui-notification .message {
  margin: 0;
}

/* line 15, app/styles/overwrites/_ui-notification.scss */
.ui-notification.update-notification {
  background: transparent !important;
  border: none;
  border-radius: 4px;
  padding: 0;
  margin-bottom: 0;
  left: 10px;
}

/* line 23, app/styles/overwrites/_ui-notification.scss */
.ui-notification.update-notification strong {
  font-size: 125%;
}

/* line 27, app/styles/overwrites/_ui-notification.scss */
.ui-notification.update-notification .alert {
  margin-bottom: 0;
}

/* line 32, app/styles/overwrites/_ui-notification.scss */
.ui-notification.success {
  border-color: #d6e9c6;
  background: #dff0d8;
  color: #3c763d;
}

/* line 38, app/styles/overwrites/_ui-notification.scss */
.ui-notification.error {
  border-color: #ebccd1;
  background: #f2dede;
  color: #a94442;
}

/* line 44, app/styles/overwrites/_ui-notification.scss */
.ui-notification.no-dismiss:hover {
  opacity: 1;
}

/* line 48, app/styles/overwrites/_ui-notification.scss */
.ui-notification > h3.large {
  font-size: 20px;
}

/* line 52, app/styles/overwrites/_ui-notification.scss */
.ui-notification.no-dismiss {
  cursor: default;
  background-color: #003e70;
}

/* line 57, app/styles/overwrites/_ui-notification.scss */
.btn-notification {
  background-color: transparent;
  border: 1px solid white;
}

/* line 62, app/styles/overwrites/_ui-notification.scss */
.btn-notification:hover,
.btn-notification:focus,
.btn-notification:active,
.btn-notification:active:focus {
  background-color: rgba(0, 0, 0, 0.2);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.7);
}

/* line 2, app/styles/overwrites/_tabs.scss */
.nav.nav-pills li > a[uib-tab-heading-transclude] {
  white-space: nowrap;
}

/* line 1, app/styles/overwrites/_unsorted.scss */
input,
label,
select {
  color: #424242;
  font-size: 14px;
}

/* line 8, app/styles/overwrites/_unsorted.scss */
label {
  font-weight: bold;
}

/* line 11, app/styles/overwrites/_unsorted.scss */
label.required:after {
  color: #d9534f;
  content: ' *';
}

/* line 18, app/styles/overwrites/_unsorted.scss */
.form-group label:not(.btn):last-child {
  margin-top: 5px;
  font-weight: unset;
}

/* line 22, app/styles/overwrites/_unsorted.scss */
.form-group label:not(.btn):last-child small::before {
  content: '*';
  font-weight: 700;
  margin-right: 3px;
}

/* line 33, app/styles/overwrites/_unsorted.scss */
ul.dropdown-menu li a span.glyphicon {
  margin-right: 5px;
}

/* line 40, app/styles/overwrites/_unsorted.scss */
input:not(.form-control):not([type='checkbox']):not([type='radio']) {
  border: 1px solid #ccc;
  border-radius: 3px;
  display: block;
  height: 34px;
  padding: 6px 12px;
  width: 100%;
}

/* line 49, app/styles/overwrites/_unsorted.scss */
select {
  max-width: 100%;
  width: auto;
}

/* line 55, app/styles/overwrites/_unsorted.scss */
.ui-select-toggle {
  border: 1px solid #ccc;
  border-radius: 3px;
  overflow: hidden;
}

/* line 61, app/styles/overwrites/_unsorted.scss */
.ui-select-search {
  border: 1px solid #ccc;
  border-radius: 3px;
}

/* line 66, app/styles/overwrites/_unsorted.scss */
.ui-select-dropdown {
  border: 1px solid #ccc;
  border-radius: 3px;
}

/* line 71, app/styles/overwrites/_unsorted.scss */
.nav .breadcrumb {
  margin: 0 7px;
  background: #e4e4e4;
}

@media (min-width: 768px) {
  /* line 77, app/styles/overwrites/_unsorted.scss */
  .nav .breadcrumb {
    float: left;
    margin: 7px 10px;
  }
}

/* line 83, app/styles/overwrites/_unsorted.scss */
.navbar-default {
  border-radius: 0;
  box-shadow: 0 0 11px -1px rgba(0, 0, 0, 0.2);
}

/* line 88, app/styles/overwrites/_unsorted.scss */
.switch.checked {
  background-color: #003e70;
  border-color: #003e70;
}

/* line 93, app/styles/overwrites/_unsorted.scss */
ul.uib-dropdown-menu > li > a.no-select:hover,
ul.uib-dropdown-menu > li > a.no-select:focus,
ul.uib-dropdown-menu > li > a.no-select:active {
  background-color: transparent !important;
  color: default;
  cursor: default;
}

/* line 101, app/styles/overwrites/_unsorted.scss */
.label-addon-left {
  margin-right: 8px;
}

/* line 105, app/styles/overwrites/_unsorted.scss */
.label-addon-right {
  margin-left: 8px;
}

/* line 109, app/styles/overwrites/_unsorted.scss */
.label-addon-left.small,
.label-addon-right.small {
  font-size: 12px;
}

/* line 114, app/styles/overwrites/_unsorted.scss */
a.dropdown-toggle > span.caret {
  margin-bottom: 5px;
}

/* line 118, app/styles/overwrites/_unsorted.scss */
span.switch.small {
  width: 26px;
  height: 15px;
}

/* line 123, app/styles/overwrites/_unsorted.scss */
span.switch.small > small {
  width: 15px;
  height: 15px;
}

/* line 128, app/styles/overwrites/_unsorted.scss */
span.switch.small.checked > small {
  left: 11px;
}

/* line 132, app/styles/overwrites/_unsorted.scss */
span.switch.small.pull-right {
  margin-top: 3px;
}

/* line 136, app/styles/overwrites/_unsorted.scss */
.img-responsive {
  display: inline-block;
}

/* line 142, app/styles/overwrites/_unsorted.scss */
body.init #loading-bar,
body.loading #loading-bar {
  display: none !important;
}

/* line 148, app/styles/overwrites/_unsorted.scss */
#loading-bar .bar {
  background: #0069bc;
}

/* line 152, app/styles/overwrites/_unsorted.scss */
#loading-bar .peg {
  -ms-box-shadow: #0069bc 1px 0 6px 1px;
  box-shadow: #0069bc 1px 0 6px 1px;
}

/* line 1, app/styles/overwrites/_glyphicons.scss */
.glyphicon {
  position: relative;
  top: 2px;
}

/* line 5, app/styles/overwrites/_glyphicons.scss */
.glyphicon:before {
  padding: 0;
}

/* line 9, app/styles/overwrites/_glyphicons.scss */
.glyphicon.light:before {
  color: inherit;
}

/* line 13, app/styles/overwrites/_glyphicons.scss */
.glyphicon.light {
  opacity: 0.5;
}

/* line 17, app/styles/overwrites/_glyphicons.scss */
.glyphicon.tile {
  font-size: 85px;
  top: 0;
  right: 0;
}

/* line 22, app/styles/overwrites/_glyphicons.scss */
.glyphicon.tile:before {
  padding: 28px 28px 10px 28px;
}

/* line 27, app/styles/overwrites/_glyphicons.scss */
.glyphicon.space-left {
  margin-left: 10px;
}

/* line 33, app/styles/overwrites/_glyphicons.scss */
.btn .glyphicon {
  top: 2px;
  right: 0;
}

/* line 40, app/styles/overwrites/_glyphicons.scss */
.btn-sm .glyphicon, .btn-group-sm > .btn .glyphicon {
  top: 4px;
}

/* line 46, app/styles/overwrites/_glyphicons.scss */
.input-group-addon .glyphicon {
  top: 0px;
  right: 0px;
}

/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.19.7 - 2017-04-15T14:28:36.790Z
 * License: MIT
 */
/* line 6, app/styles/ui-select.scss */
.ui-select-highlight {
  font-weight: 700;
}

/* line 6, app/styles/ui-select.scss */
.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0 !important;
  top: 0 !important;
}

/* line 6, app/styles/ui-select.scss */
.selectize-control.single > .selectize-input > input, .selectize-control > .selectize-dropdown {
  width: 100%;
}

/* line 6, app/styles/ui-select.scss */
.ui-select-choices-row:hover {
  background-color: #f5f5f5;
}

/* line 6, app/styles/ui-select.scss */
.ng-dirty.ng-invalid > a.select2-choice {
  border-color: #D44950;
}

/* line 6, app/styles/ui-select.scss */
.select2-result-single {
  padding-left: 0;
}

/* line 6, app/styles/ui-select.scss */
.select-locked > .ui-select-match-close, .select2-locked > .select2-search-choice-close {
  display: none;
}

/* line 6, app/styles/ui-select.scss */
body > .select2-container.open {
  z-index: 9999;
}

/* line 6, app/styles/ui-select.scss */
.ui-select-container.select2.direction-up .ui-select-match, .ui-select-container[theme=select2].direction-up .ui-select-match {
  border-radius: 0 0 4px 4px;
}

/* line 6, app/styles/ui-select.scss */
.ui-select-container.select2.direction-up .ui-select-dropdown, .ui-select-container[theme=select2].direction-up .ui-select-dropdown {
  border-radius: 4px 4px 0 0;
  border-top-width: 1px;
  border-top-style: solid;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -4px;
}

/* line 6, app/styles/ui-select.scss */
.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search, .ui-select-container[theme=select2].direction-up .ui-select-dropdown .select2-search {
  margin-top: 4px;
}

/* line 6, app/styles/ui-select.scss */
.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match, .ui-select-container[theme=select2].direction-up.select2-dropdown-open .ui-select-match {
  border-bottom-color: #5897fb;
}

/* line 6, app/styles/ui-select.scss */
.ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden, .ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden input {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 6, app/styles/ui-select.scss */
.selectize-input.selectize-focus {
  border-color: #007FBB !important;
}

/* line 6, app/styles/ui-select.scss */
.selectize-control.multi > .selectize-input > input {
  margin: 0 !important;
}

/* line 6, app/styles/ui-select.scss */
.ng-dirty.ng-invalid > div.selectize-input {
  border-color: #D44950;
}

/* line 6, app/styles/ui-select.scss */
.ui-select-container[theme=selectize].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -2px;
}

/* line 6, app/styles/ui-select.scss */
.ui-select-container[theme=selectize] input.ui-select-search-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: 0;
}

/* line 6, app/styles/ui-select.scss */
.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 6, app/styles/ui-select.scss */
.ui-select-bootstrap .ui-select-toggle {
  position: relative;
}

/* line 6, app/styles/ui-select.scss */
.ui-select-bootstrap .ui-select-toggle > .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px;
}

/* line 6, app/styles/ui-select.scss */
.input-group > .ui-select-bootstrap.dropdown {
  position: static;
}

/* line 6, app/styles/ui-select.scss */
.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px 0 0 4px;
}

/* line 6, app/styles/ui-select.scss */
.input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
  border-radius: 4px 0 0 4px !important;
}

/* line 6, app/styles/ui-select.scss */
.ui-select-bootstrap .ui-select-search-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 6, app/styles/ui-select.scss */
.ui-select-bootstrap > .ui-select-match > .btn {
  text-align: left !important;
}

/* line 6, app/styles/ui-select.scss */
.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px;
}

/* line 6, app/styles/ui-select.scss */
.ui-select-bootstrap > .ui-select-choices, .ui-select-bootstrap > .ui-select-no-choice {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px;
}

/* line 6, app/styles/ui-select.scss */
body > .ui-select-bootstrap.open {
  z-index: 1000;
}

/* line 6, app/styles/ui-select.scss */
.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0;
}

/* line 6, app/styles/ui-select.scss */
.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important;
  border: none;
  outline: 0;
  height: 1.666666em;
  margin-bottom: 3px;
}

/* line 6, app/styles/ui-select.scss */
.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: .75;
}

/* line 6, app/styles/ui-select.scss */
.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0;
}

/* line 6, app/styles/ui-select.scss */
.ui-select-multiple .ui-select-match-item {
  position: relative;
}

/* line 6, app/styles/ui-select.scss */
.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close {
  pointer-events: none;
}

/* line 6, app/styles/ui-select.scss */
.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca;
}

/* line 6, app/styles/ui-select.scss */
.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca;
}

/* line 6, app/styles/ui-select.scss */
.ui-select-bootstrap .ui-select-choices-row > span {
  cursor: pointer;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

/* line 6, app/styles/ui-select.scss */
.ui-select-bootstrap .ui-select-choices-row > span:focus, .ui-select-bootstrap .ui-select-choices-row > span:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 6, app/styles/ui-select.scss */
.ui-select-bootstrap .ui-select-choices-row.active > span {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

/* line 6, app/styles/ui-select.scss */
.ui-select-bootstrap .ui-select-choices-row.active.disabled > span, .ui-select-bootstrap .ui-select-choices-row.disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

/* line 6, app/styles/ui-select.scss */
.ui-select-match.ng-hide-add, .ui-select-search.ng-hide-add {
  display: none !important;
}

/* line 6, app/styles/ui-select.scss */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
  border-color: #D44950;
}

/* line 6, app/styles/ui-select.scss */
.ui-select-container[theme=bootstrap].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
}

/* line 6, app/styles/ui-select.scss */
.ui-select-bootstrap .ui-select-match-text {
  width: 100%;
  padding-right: 1em;
}

/* line 6, app/styles/ui-select.scss */
.ui-select-bootstrap .ui-select-match-text span {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

/* line 6, app/styles/ui-select.scss */
.ui-select-bootstrap .ui-select-toggle > a.btn {
  position: absolute;
  height: 10px;
  right: 10px;
  margin-top: -2px;
}

/* line 6, app/styles/ui-select.scss */
.ui-select-refreshing.glyphicon {
  position: absolute;
  right: 0;
  padding: 8px 27px;
}

@keyframes ui-select-spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}

/* line 6, app/styles/ui-select.scss */
.ui-select-spin {
  animation: ui-select-spin 2s infinite linear;
}

/* line 6, app/styles/ui-select.scss */
.ui-select-refreshing.ng-animate {
  -webkit-animation: none 0s;
}
/* line 2, app/commons/components/activity-billing-status/remarks/_remarks.scss */
.activity-billing-status-remarks #remarks-list {
  margin-top: 15px;
}

/* line 3, app/commons/components/activity-client-feedback/_activity-client-feedback.scss */
.activity-client-feedback .rating label {
  width: 125px;
  text-align: center;
}

/* line 7, app/commons/components/activity-client-feedback/_activity-client-feedback.scss */
.activity-client-feedback .rating label:last-child {
  margin-top: 0;
  font-weight: 700 !important;
}

/* line 12, app/commons/components/activity-client-feedback/_activity-client-feedback.scss */
.activity-client-feedback .rating label input {
  margin-top: 8px;
}

/* line 17, app/commons/components/activity-client-feedback/_activity-client-feedback.scss */
.activity-client-feedback .rating .no-statement {
  color: rgba(0, 0, 0, 0.4);
}

/* line 21, app/commons/components/activity-client-feedback/_activity-client-feedback.scss */
.activity-client-feedback .rating .bad {
  color: #a94442;
}

/* line 25, app/commons/components/activity-client-feedback/_activity-client-feedback.scss */
.activity-client-feedback .rating .average {
  color: #e17440;
}

/* line 29, app/commons/components/activity-client-feedback/_activity-client-feedback.scss */
.activity-client-feedback .rating .satisfactory {
  color: #f1d063;
}

/* line 33, app/commons/components/activity-client-feedback/_activity-client-feedback.scss */
.activity-client-feedback .rating .very-good {
  color: #56a957;
}

/* line 37, app/commons/components/activity-client-feedback/_activity-client-feedback.scss */
.activity-client-feedback .rating .excellent {
  color: #336534;
}

/* line 2, app/commons/components/activity-email-process/_activity-email-process.scss */
.activity-email-process .file-association-container {
  margin-left: 10px;
}

/* line 6, app/commons/components/activity-email-process/_activity-email-process.scss */
.activity-email-process .view-container {
  padding: 15px 15px 0;
}

/* line 9, app/commons/components/activity-email-process/_activity-email-process.scss */
.activity-email-process .view-container .caption {
  cursor: pointer;
  margin-bottom: 15px;
}

/* line 2, app/commons/components/activity-parking-space-form/_activity-parking-space-form.scss */
.commons-activity-parking-space-form .history-list {
  max-height: 40vh;
  overflow-y: auto;
}

/* line 7, app/commons/components/activity-parking-space-form/_activity-parking-space-form.scss */
.commons-activity-parking-space-form .history-description {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

/* line 11, app/commons/components/activity-parking-space-form/_activity-parking-space-form.scss */
.commons-activity-parking-space-form .photo {
  margin-right: 15px;
  width: 40px;
  text-align: center;
  border: 1px solid #ddd;
  overflow: hidden;
}

/* line 18, app/commons/components/activity-parking-space-form/_activity-parking-space-form.scss */
.commons-activity-parking-space-form .photo img {
  height: 30px;
}

/* line 2, app/commons/components/activity-process-history/_activity-process-history.scss */
.commons-activity-process-history .list-group {
  max-height: 200px;
  overflow-y: auto;
}

/* line 2, app/commons/components/activity-sub-orders/add/_add.scss */
.activity-sub-orders-add #spare-part-selection {
  margin-bottom: 15px;
}

/* line 6, app/commons/components/activity-sub-orders/add/_add.scss */
.activity-sub-orders-add input[type='checkbox'] {
  height: 25px !important;
  width: 25px !important;
}

/* line 2, app/commons/components/activity-sub-orders/list/_list.scss */
.activity-sub-orders-list .options {
  margin-left: 40px;
}

/* line 5, app/commons/components/activity-sub-orders/_activity-sub-orders.scss */
.activity-sub-orders .item-container {
  display: -ms-flexbox;
  display: flex;
}

/* line 8, app/commons/components/activity-sub-orders/_activity-sub-orders.scss */
.activity-sub-orders .item-container .description {
  -ms-flex-positive: 2;
      flex-grow: 2;
}

/* line 3, app/commons/components/activity-quick-creation/_activity-quick-creation.scss */
.activity-quick-creation .panel-heading h4 {
  display: inline-block;
}

/* line 7, app/commons/components/activity-quick-creation/_activity-quick-creation.scss */
.activity-quick-creation textarea {
  resize: vertical;
}

/* line 12, app/commons/components/activity-quick-creation/_activity-quick-creation.scss */
h4.modal-title > span.glyphicon.glyphicon-pencil {
  font-size: 75%;
  margin-left: 15px;
}

/* line 17, app/commons/components/activity-quick-creation/_activity-quick-creation.scss */
.timepicker-container > table > tbody > tr > td > a {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 1, app/commons/components/activity-resources-preview/_activity-resources-preview.scss */
.activity-resources-preview {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 5, app/commons/components/activity-resources-preview/_activity-resources-preview.scss */
.activity-resources-preview .resource-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 40px;
  width: 40px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 20px;
  border: solid 1px #919191;
  background-color: #ddd;
  color: #444444;
}

/* line 22, app/commons/components/activity-resources-preview/_activity-resources-preview.scss */
.activity-resources-preview .resource-item:first-of-type {
  margin-left: 0;
}

/* line 26, app/commons/components/activity-resources-preview/_activity-resources-preview.scss */
.activity-resources-preview .resource-item:last-of-type {
  margin-right: 0;
}

/* line 30, app/commons/components/activity-resources-preview/_activity-resources-preview.scss */
.activity-resources-preview .resource-item i {
  text-align: center;
}

/* line 2, app/commons/components/activity-status-decision/activity-status-decision-form/_activity-status-decision-form.scss */
.activity-status-decision-form .edit-mode {
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  font-size: 2em;
  border: solid 1px #2f2f2f;
  border-bottom: none;
}

/* line 12, app/commons/components/activity-status-decision/activity-status-decision-form/_activity-status-decision-form.scss */
.activity-status-decision-form .edit-mode:first-of-type {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/* line 17, app/commons/components/activity-status-decision/activity-status-decision-form/_activity-status-decision-form.scss */
.activity-status-decision-form .edit-mode:last-of-type {
  border-bottom: solid 1px #2f2f2f;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* line 23, app/commons/components/activity-status-decision/activity-status-decision-form/_activity-status-decision-form.scss */
.activity-status-decision-form .edit-mode.is-selected {
  border: solid 1px #175b70;
}

/* line 27, app/commons/components/activity-status-decision/activity-status-decision-form/_activity-status-decision-form.scss */
.activity-status-decision-form .edit-mode .mode-icon {
  padding: 0 10px;
}

/* line 31, app/commons/components/activity-status-decision/activity-status-decision-form/_activity-status-decision-form.scss */
.activity-status-decision-form .edit-mode .mode-title {
  -ms-flex-positive: 2;
      flex-grow: 2;
}

/* line 3, app/commons/components/activity-status-decision/_activity-status-decision.scss */
.activity-status-decision {
  padding: 15px;
  border-radius: 5px;
}

/* line 11, app/commons/components/activity-status-decision/_activity-status-decision.scss */
.activity-status-decision.completesActivity, .activity-status-decision.isConclusion {
  color: #1e441e;
  background-color: #aadaaa;
  border: solid 1px #1e441e;
}

/* line 18, app/commons/components/activity-status-decision/_activity-status-decision.scss */
.activity-status-decision.cancelsActivity, .activity-status-decision.isCancelation {
  color: #280f35;
  background-color: #c08add;
  border: solid 1px #280f35;
}

/* line 26, app/commons/components/activity-status-decision/_activity-status-decision.scss */
.activity-status-decision.isOpen {
  color: #175b70;
  background-color: #b8e4f1;
  border: solid 1px #175b70;
}

/* line 33, app/commons/components/activity-status-decision/_activity-status-decision.scss */
.activity-status-decision.isUnprocessed {
  color: #2f2f2f;
  background-color: silver;
  border: solid 1px #2f2f2f;
}

/* line 40, app/commons/components/activity-status-decision/_activity-status-decision.scss */
.activity-status-decision.inProgress {
  color: #175b70;
  background-color: #b8e4f1;
  border: solid 1px #175b70;
}

/* line 46, app/commons/components/activity-status-decision/_activity-status-decision.scss */
.activity-status-decision.isRework {
  color: #81500b;
  background-color: #f9ddb5;
  border: solid 1px #81500b;
}

/* line 52, app/commons/components/activity-status-decision/_activity-status-decision.scss */
.activity-status-decision .block-content {
  margin-bottom: 10px;
}

/* line 55, app/commons/components/activity-status-decision/_activity-status-decision.scss */
.activity-status-decision .block-content:last-of-type {
  margin-bottom: 0;
}

/* line 59, app/commons/components/activity-status-decision/_activity-status-decision.scss */
.activity-status-decision .block-content .label {
  padding-left: 0;
}

/* line 63, app/commons/components/activity-status-decision/_activity-status-decision.scss */
.activity-status-decision .block-content .status-value {
  font-size: 1.2em;
}

/* line 1, app/commons/components/basic-info-form/_basic-info-form.scss */
.error-text {
  color: darkred;
  font-weight: normal !important;
  font-size: 14px !important;
}

/* line 8, app/commons/components/basic-info-form/_basic-info-form.scss */
basic-info-form .workshop-affiliation-warning-glyph {
  top: 0;
  margin-left: 5px;
  line-height: 33px;
}

/* line 1, app/commons/components/calendar-week-navigator/_calendar-week-navigator.scss */
a.wap-icon-small > span.wap-icon {
  height: 35px;
  width: 35px;
  padding: 7px;
}

/* line 7, app/commons/components/calendar-week-navigator/_calendar-week-navigator.scss */
.btn-full-width {
  width: 100%;
}

/* line 11, app/commons/components/calendar-week-navigator/_calendar-week-navigator.scss */
.btn-half-width {
  width: 50%;
}

/* line 15, app/commons/components/calendar-week-navigator/_calendar-week-navigator.scss */
.pager {
  margin-top: 0;
}

/* line 2, app/commons/components/complaint-management/components/complaint-management-create-modal/_complaint-management-create-modal.scss */
.complaint-management-create-modal-container .small-right-padding {
  padding-right: 5px !important;
}

/* line 5, app/commons/components/complaint-management/components/complaint-management-create-modal/_complaint-management-create-modal.scss */
.complaint-management-create-modal-container .small-left-padding {
  padding-left: 5px !important;
}

/* line 9, app/commons/components/complaint-management/components/complaint-management-create-modal/_complaint-management-create-modal.scss */
.complaint-management-create-modal-container .no-left-padding {
  padding-left: 0px !important;
}

/* line 13, app/commons/components/complaint-management/components/complaint-management-create-modal/_complaint-management-create-modal.scss */
.complaint-management-create-modal-container .no-right-padding {
  padding-right: 0px !important;
}

/* line 18, app/commons/components/complaint-management/components/complaint-management-create-modal/_complaint-management-create-modal.scss */
.complaint-management-create-modal-container .client-info .form-group {
  margin-bottom: 0;
}

/* line 3, app/commons/components/complete-activity-wizard/_complete-activity-wizard.scss */
.complete-activity-wizard .well.case-data-items label.control-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 9, app/commons/components/complete-activity-wizard/_complete-activity-wizard.scss */
.complete-activity-wizard .well.case-data-items p.form-control-static {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 18, app/commons/components/complete-activity-wizard/_complete-activity-wizard.scss */
.complete-activity-wizard #contact-form > .view-container > .row > .col-xs-12 {
  padding: 0;
}

/* line 22, app/commons/components/complete-activity-wizard/_complete-activity-wizard.scss */
.complete-activity-wizard #contact-form > .view-container > .row > .col-xs-12 > div > .tab-content {
  padding: 10px 15px 0 15px;
}

/* line 27, app/commons/components/complete-activity-wizard/_complete-activity-wizard.scss */
.complete-activity-wizard #contact-form > .view-container > .row > .col-xs-12 > div > ul.nav.nav-tabs > li > a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #003e70;
}

/* line 36, app/commons/components/complete-activity-wizard/_complete-activity-wizard.scss */
.complete-activity-wizard #contact-form > .view-container > .row > .col-xs-12 > div > ul.nav.nav-tabs > li.active > a {
  color: #959595;
}

/* line 41, app/commons/components/complete-activity-wizard/_complete-activity-wizard.scss */
.complete-activity-wizard #contact-form > .view-container > .row > .col-xs-12 > div > ul.nav.nav-tabs > li:nth-child(1) > a {
  border-left: none;
  border-top-left-radius: 0;
}

/* line 47, app/commons/components/complete-activity-wizard/_complete-activity-wizard.scss */
.complete-activity-wizard #contact-form > .view-container > .row > .col-xs-12 > div > ul.nav.nav-tabs > li:nth-child(2) > a {
  border-right: none;
  border-top-right-radius: 0;
}

/* line 54, app/commons/components/complete-activity-wizard/_complete-activity-wizard.scss */
.complete-activity-wizard #contact-form > .view-container.valid > .row > .col-xs-12 > div > ul.nav.nav-tabs > li.active > a {
  border-top-color: #5cb85c;
  border-right-color: #5cb85c;
  border-left-color: #5cb85c;
  border-bottom-color: #fff;
}

/* line 61, app/commons/components/complete-activity-wizard/_complete-activity-wizard.scss */
.complete-activity-wizard #contact-form > .view-container.valid > .row > .col-xs-12 > div > ul.nav.nav-tabs > li > a {
  border-top-color: #fff;
  border-right-color: #fff;
  border-left-color: #fff;
  border-bottom-color: #5cb85c;
}

/* line 70, app/commons/components/complete-activity-wizard/_complete-activity-wizard.scss */
.complete-activity-wizard #contact-form > .view-container.invalid > .row > .col-xs-12 > div > ul.nav.nav-tabs > li.active > a {
  border-top-color: #d9534f;
  border-right-color: #d9534f;
  border-left-color: #d9534f;
  border-bottom-color: #fff;
}

/* line 77, app/commons/components/complete-activity-wizard/_complete-activity-wizard.scss */
.complete-activity-wizard #contact-form > .view-container.invalid > .row > .col-xs-12 > div > ul.nav.nav-tabs > li > a {
  border-top-color: #fff;
  border-right-color: #fff;
  border-left-color: #fff;
  border-bottom-color: #d9534f;
}

@media (min-width: 768px) {
  /* line 87, app/commons/components/complete-activity-wizard/_complete-activity-wizard.scss */
  .complete-activity-wizard .modal-80pc {
    width: 80%;
    max-width: 1500px;
  }
}

/* line 95, app/commons/components/complete-activity-wizard/_complete-activity-wizard.scss */
.complete-activity-wizard ul.list-group.external-expertise-selection > li.list-group-item > .row > .col-xs-6 > label {
  margin-top: 6px;
}

/* line 101, app/commons/components/complete-activity-wizard/_complete-activity-wizard.scss */
.complete-activity-wizard li.list-group-item > button.close {
  font-size: 15px;
}

/* line 1, app/commons/components/contact-form/_contact-form.scss */
.contact-form > .row.view-container-separator {
  margin-top: 20px;
}

/* line 5, app/commons/components/contact-form/_contact-form.scss */
.contact-form > .row.view-container-separator > .col-xs-12 > ul.list-group > li.list-group-item > .list-group-item-caption {
  margin-bottom: 15px;
}

/* line 9, app/commons/components/contact-form/_contact-form.scss */
.contact-form > .row.view-container-separator ~ .row.view-container-separator {
  margin-top: 0;
}

/* line 14, app/commons/components/contact-form/_contact-form.scss */
.contact-form .remark {
  height: 90px;
}

/* line 18, app/commons/components/contact-form/_contact-form.scss */
.contact-form .label-rd-title {
  display: block;
}

/* line 22, app/commons/components/contact-form/_contact-form.scss */
.contact-form .label-rd-item {
  margin-right: 15px;
  font-weight: normal;
}

/* line 26, app/commons/components/contact-form/_contact-form.scss */
.contact-form .label-rd-item .rd {
  height: 25px;
}

/* line 34, app/commons/components/contact-form/_contact-form.scss */
.address-modal .is-default,
.contact-detail-modal .is-default {
  display: -ms-flexbox;
  display: flex;
}

/* line 37, app/commons/components/contact-form/_contact-form.scss */
.address-modal .is-default label,
.contact-detail-modal .is-default label {
  font-weight: bold !important;
  margin: auto 5px auto 10px;
}

/* line 42, app/commons/components/contact-form/_contact-form.scss */
.address-modal .is-default .is-default-cb,
.contact-detail-modal .is-default .is-default-cb {
  width: 20px;
  height: 20px;
  margin: auto 0;
}

/* line 48, app/commons/components/contact-form/_contact-form.scss */
.address-modal .is-default .icon,
.contact-detail-modal .is-default .icon {
  margin-top: 1px;
}

/* line 58, app/commons/components/contact-form/_contact-form.scss */
.car-form .invalid-feedback,
.contact-form .invalid-feedback,
.address-modal .invalid-feedback,
.contact-detail-modal .invalid-feedback {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

/* line 65, app/commons/components/contact-form/_contact-form.scss */
.car-form .form-control.is-invalid,
.car-form .form-control:invalid,
.contact-form .form-control.is-invalid,
.contact-form .form-control:invalid,
.address-modal .form-control.is-invalid,
.address-modal .form-control:invalid,
.contact-detail-modal .form-control.is-invalid,
.contact-detail-modal .form-control:invalid {
  border-color: #d9534f;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='red'><circle cx='6' cy='6' r='4.5'/><path stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/><circle cx='6' cy='8.2' r='.6' fill='red' stroke='none'/></svg>");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: 16px;
}

/* line 76, app/commons/components/contact-form/_contact-form.scss */
.car-form .invalid .ui-select-toggle,
.contact-form .invalid .ui-select-toggle,
.address-modal .invalid .ui-select-toggle,
.contact-detail-modal .invalid .ui-select-toggle {
  border-color: #d9534f;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='red'><circle cx='6' cy='6' r='4.5'/><path stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/><circle cx='6' cy='8.2' r='.6' fill='red' stroke='none'/></svg>");
  background-repeat: no-repeat;
  background-position: right 24px center;
  background-size: 16px;
}

/* line 86, app/commons/components/contact-form/_contact-form.scss */
.car-form .h-divider,
.contact-form .h-divider,
.address-modal .h-divider,
.contact-detail-modal .h-divider {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 94, app/commons/components/contact-form/_contact-form.scss */
.car-form .heading .title,
.contact-form .heading .title,
.address-modal .heading .title,
.contact-detail-modal .heading .title {
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  color: #959595;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 5px 0 20px 0;
}

/* line 105, app/commons/components/contact-form/_contact-form.scss */
.car-form .box-content,
.contact-form .box-content,
.address-modal .box-content,
.contact-detail-modal .box-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* line 109, app/commons/components/contact-form/_contact-form.scss */
.car-form .box-content .box,
.contact-form .box-content .box,
.address-modal .box-content .box,
.contact-detail-modal .box-content .box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 5px;
  padding: 10px 20px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  margin-bottom: 15px;
}

/* line 122, app/commons/components/contact-form/_contact-form.scss */
.car-form .box-content .box .box-items:last-child,
.contact-form .box-content .box .box-items:last-child,
.address-modal .box-content .box .box-items:last-child,
.contact-detail-modal .box-content .box .box-items:last-child {
  border-bottom: none;
}

/* line 126, app/commons/components/contact-form/_contact-form.scss */
.car-form .box-content .box .box-items,
.contact-form .box-content .box .box-items,
.address-modal .box-content .box .box-items,
.contact-detail-modal .box-content .box .box-items {
  position: relative;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0 1rem 0;
}

/* line 132, app/commons/components/contact-form/_contact-form.scss */
.car-form .box-content .box .box-items .item,
.contact-form .box-content .box .box-items .item,
.address-modal .box-content .box .box-items .item,
.contact-detail-modal .box-content .box .box-items .item {
  padding: 5px 0;
  display: -ms-flexbox;
  display: flex;
}

/* line 136, app/commons/components/contact-form/_contact-form.scss */
.car-form .box-content .box .box-items .item .default,
.contact-form .box-content .box .box-items .item .default,
.address-modal .box-content .box .box-items .item .default,
.contact-detail-modal .box-content .box .box-items .item .default {
  margin-top: 2px;
  margin-right: 3px;
}

/* line 142, app/commons/components/contact-form/_contact-form.scss */
.car-form .box-content .box .box-items .item:first-child,
.contact-form .box-content .box .box-items .item:first-child,
.address-modal .box-content .box .box-items .item:first-child,
.contact-detail-modal .box-content .box .box-items .item:first-child {
  font-size: 20px;
  font-weight: bold;
}

/* line 147, app/commons/components/contact-form/_contact-form.scss */
.car-form .box-content .box .box-items .tool-bar,
.contact-form .box-content .box .box-items .tool-bar,
.address-modal .box-content .box .box-items .tool-bar,
.contact-detail-modal .box-content .box .box-items .tool-bar {
  position: absolute;
  top: 10px;
  right: 0;
}

/* line 152, app/commons/components/contact-form/_contact-form.scss */
.car-form .box-content .box .box-items .tool-bar .btn,
.contact-form .box-content .box .box-items .tool-bar .btn,
.address-modal .box-content .box .box-items .tool-bar .btn,
.contact-detail-modal .box-content .box .box-items .tool-bar .btn {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  outline: none;
  border: none;
  padding: 4px 8px;
  margin-left: 5px;
}

/* line 159, app/commons/components/contact-form/_contact-form.scss */
.car-form .box-content .box .box-items .tool-bar .btn.blue,
.contact-form .box-content .box .box-items .tool-bar .btn.blue,
.address-modal .box-content .box .box-items .tool-bar .btn.blue,
.contact-detail-modal .box-content .box .box-items .tool-bar .btn.blue {
  background-color: #3f51b5;
  color: white;
}

/* line 164, app/commons/components/contact-form/_contact-form.scss */
.car-form .box-content .box .box-items .tool-bar .btn.orange,
.contact-form .box-content .box .box-items .tool-bar .btn.orange,
.address-modal .box-content .box .box-items .tool-bar .btn.orange,
.contact-detail-modal .box-content .box .box-items .tool-bar .btn.orange {
  background-color: #f4433c;
  color: white;
}

/* line 169, app/commons/components/contact-form/_contact-form.scss */
.car-form .box-content .box .box-items .tool-bar .btn.info,
.contact-form .box-content .box .box-items .tool-bar .btn.info,
.address-modal .box-content .box .box-items .tool-bar .btn.info,
.contact-detail-modal .box-content .box .box-items .tool-bar .btn.info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

/* line 175, app/commons/components/contact-form/_contact-form.scss */
.car-form .box-content .box .box-items .tool-bar .btn.primary,
.contact-form .box-content .box .box-items .tool-bar .btn.primary,
.address-modal .box-content .box .box-items .tool-bar .btn.primary,
.contact-detail-modal .box-content .box .box-items .tool-bar .btn.primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 183, app/commons/components/contact-form/_contact-form.scss */
.car-form .box-content .box .box-items .adding-content,
.contact-form .box-content .box .box-items .adding-content,
.address-modal .box-content .box .box-items .adding-content,
.contact-detail-modal .box-content .box .box-items .adding-content {
  margin-top: 1rem;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}

/* line 1, app/commons/components/csv-export/csv-export-modal/_csv-export-modal.scss */
.export-property-container {
  margin-top: 10px;
}

/* line 3, app/commons/components/csv-export/csv-export-modal/_csv-export-modal.scss */
.export-property-container .export-property-header {
  height: 50px;
}

/* line 5, app/commons/components/csv-export/csv-export-modal/_csv-export-modal.scss */
.export-property-container .export-property-header .property-switch {
  width: 80px;
  float: left;
  padding: 5px;
}

/* line 10, app/commons/components/csv-export/csv-export-modal/_csv-export-modal.scss */
.export-property-container .export-property-header .property-name {
  float: left;
}

/* line 12, app/commons/components/csv-export/csv-export-modal/_csv-export-modal.scss */
.export-property-container .export-property-header .property-name .export-property-label {
  line-height: 40px;
}

/* line 17, app/commons/components/csv-export/csv-export-modal/_csv-export-modal.scss */
.export-property-container .as-sortable-placeholder {
  background-color: #2c699d !important;
}

/* line 20, app/commons/components/csv-export/csv-export-modal/_csv-export-modal.scss */
.export-property-container .list-container {
  border: 1px solid #c7c5c5;
  padding: 10px;
  border-radius: 5px;
}

/* line 24, app/commons/components/csv-export/csv-export-modal/_csv-export-modal.scss */
.export-property-container .list-container .as-sortable-item {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #c7c5c5;
  cursor: pointer;
}

/* line 29, app/commons/components/csv-export/csv-export-modal/_csv-export-modal.scss */
.export-property-container .list-container .as-sortable-item .as-sortable-item-handle {
  width: 100%;
  height: 100%;
}

/* line 33, app/commons/components/csv-export/csv-export-modal/_csv-export-modal.scss */
.export-property-container .list-container .as-sortable-item .property-switch {
  width: 80px;
  float: left;
  padding: 5px;
}

/* line 38, app/commons/components/csv-export/csv-export-modal/_csv-export-modal.scss */
.export-property-container .list-container .as-sortable-item .property-name {
  float: left;
}

/* line 40, app/commons/components/csv-export/csv-export-modal/_csv-export-modal.scss */
.export-property-container .list-container .as-sortable-item .property-name .export-property-label {
  line-height: 40px;
}

/* line 44, app/commons/components/csv-export/csv-export-modal/_csv-export-modal.scss */
.export-property-container .list-container .as-sortable-item .property {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}

/* line 48, app/commons/components/csv-export/csv-export-modal/_csv-export-modal.scss */
.export-property-container .list-container .as-sortable-item .sub-properties {
  height: 100%;
  padding-left: 60px;
}

/* line 5, app/commons/components/csv-export/_csv-export.scss */
.btn-group.btn-group-justified .btn-group:nth-child(2) .csv-export .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 13, app/commons/components/csv-export/_csv-export.scss */
.csv-export .export-button {
  margin-right: 15px;
}

/* line 1, app/commons/components/csv-export/csv-export-modal/_csv-export-modal.scss */
.export-property-container {
  margin-top: 10px;
}

/* line 3, app/commons/components/csv-export/csv-export-modal/_csv-export-modal.scss */
.export-property-container .export-property-header {
  height: 50px;
}

/* line 5, app/commons/components/csv-export/csv-export-modal/_csv-export-modal.scss */
.export-property-container .export-property-header .property-switch {
  width: 80px;
  float: left;
  padding: 5px;
}

/* line 10, app/commons/components/csv-export/csv-export-modal/_csv-export-modal.scss */
.export-property-container .export-property-header .property-name {
  float: left;
}

/* line 12, app/commons/components/csv-export/csv-export-modal/_csv-export-modal.scss */
.export-property-container .export-property-header .property-name .export-property-label {
  line-height: 40px;
}

/* line 17, app/commons/components/csv-export/csv-export-modal/_csv-export-modal.scss */
.export-property-container .as-sortable-placeholder {
  background-color: #2c699d !important;
}

/* line 20, app/commons/components/csv-export/csv-export-modal/_csv-export-modal.scss */
.export-property-container .list-container {
  border: 1px solid #c7c5c5;
  padding: 10px;
  border-radius: 5px;
}

/* line 24, app/commons/components/csv-export/csv-export-modal/_csv-export-modal.scss */
.export-property-container .list-container .as-sortable-item {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #c7c5c5;
  cursor: pointer;
}

/* line 29, app/commons/components/csv-export/csv-export-modal/_csv-export-modal.scss */
.export-property-container .list-container .as-sortable-item .as-sortable-item-handle {
  width: 100%;
  height: 100%;
}

/* line 33, app/commons/components/csv-export/csv-export-modal/_csv-export-modal.scss */
.export-property-container .list-container .as-sortable-item .property-switch {
  width: 80px;
  float: left;
  padding: 5px;
}

/* line 38, app/commons/components/csv-export/csv-export-modal/_csv-export-modal.scss */
.export-property-container .list-container .as-sortable-item .property-name {
  float: left;
}

/* line 40, app/commons/components/csv-export/csv-export-modal/_csv-export-modal.scss */
.export-property-container .list-container .as-sortable-item .property-name .export-property-label {
  line-height: 40px;
}

/* line 44, app/commons/components/csv-export/csv-export-modal/_csv-export-modal.scss */
.export-property-container .list-container .as-sortable-item .property {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}

/* line 48, app/commons/components/csv-export/csv-export-modal/_csv-export-modal.scss */
.export-property-container .list-container .as-sortable-item .sub-properties {
  height: 100%;
  padding-left: 60px;
}

/* line 7, app/commons/components/current-activity-list/current-expertise-list/current-estimate-clients-list/_current-estimate-clients-list.scss */
.current-clients-list .immediate-diff {
  background-color: #94ff8a;
}

/* line 11, app/commons/components/current-activity-list/current-expertise-list/current-estimate-clients-list/_current-estimate-clients-list.scss */
.current-clients-list .mid-diff {
  background-color: #c7ffb9;
}

/* line 15, app/commons/components/current-activity-list/current-expertise-list/current-estimate-clients-list/_current-estimate-clients-list.scss */
.current-clients-list .far-diff {
  background-color: #e7ffe7;
}

/* line 19, app/commons/components/current-activity-list/current-expertise-list/current-estimate-clients-list/_current-estimate-clients-list.scss */
.current-clients-list .client-absent {
  background-color: #ff9494;
}

/* line 4, app/commons/components/current-activity-list/current-expertise-list/_current-expertise-list.scss */
.current-expertise-list h4 {
  margin: 10px 0 10px 0;
}

/* line 8, app/commons/components/current-activity-list/current-expertise-list/_current-expertise-list.scss */
.current-expertise-list .date-filter  {
  margin: 15px 0 15px 0 !important;
}

/* line 3, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/car-reception-previous-damage/car-reception-wizard-previous-damage-part/_car-reception-wizard-previous-damage-part.scss */
.car-reception-previous-damage-part .photo-button-container button {
  display: block;
  margin-bottom: 30px;
}

/* line 7, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/car-reception-previous-damage/car-reception-wizard-previous-damage-part/_car-reception-wizard-previous-damage-part.scss */
.car-reception-previous-damage-part .photo-button-container button:last-of-type {
  margin-bottom: 0;
}

/* line 13, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/car-reception-previous-damage/car-reception-wizard-previous-damage-part/_car-reception-wizard-previous-damage-part.scss */
.car-reception-previous-damage-part .photo-button {
  margin-bottom: 15px;
}

/* line 18, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/car-reception-previous-damage/car-reception-wizard-previous-damage-part/_car-reception-wizard-previous-damage-part.scss */
.car-reception-previous-damage-part .image-container img {
  margin-top: 5px;
}

/* line 2, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/car-reception-previous-damage/previous-damage-part-modal-wrapper/_previous-damage-part-modal-wrapper.scss */
.car-reception-previous-damage-part-modal-wrapper #photo-container {
  margin-top: 25px;
}

/* line 7, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/car-reception-previous-damage/_car-reception-wizard-previous-damage.scss */
.car-reception-wizard-previous-damage .placeholder h2 {
  margin-top: 25px;
  text-align: center;
}

/* line 13, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/car-reception-previous-damage/_car-reception-wizard-previous-damage.scss */
.car-reception-wizard-previous-damage ul:not(.pager) {
  padding-left: 15px;
  list-style-type: none;
  cursor: pointer;
}

/* line 20, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/car-reception-previous-damage/_car-reception-wizard-previous-damage.scss */
.car-reception-wizard-previous-damage .new-layout .form-group.switch-label-inline-container {
  margin-bottom: 15px;
}

/* line 23, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/car-reception-previous-damage/_car-reception-wizard-previous-damage.scss */
.car-reception-wizard-previous-damage .new-layout .form-group.switch-label-inline-container label {
  position: relative;
  top: -12px;
  left: 10px;
}

/* line 32, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/car-reception-previous-damage/_car-reception-wizard-previous-damage.scss */
.car-reception-wizard-previous-damage ul.component-list li {
  height: 40px;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 39, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/car-reception-previous-damage/_car-reception-wizard-previous-damage.scss */
.car-reception-wizard-previous-damage ul.component-list li .item-description {
  display: inline-block;
}

/* line 44, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/car-reception-previous-damage/_car-reception-wizard-previous-damage.scss */
.car-reception-wizard-previous-damage ul.component-list li.is-selected {
  background: #337ab7 !important;
}

/* line 46, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/car-reception-previous-damage/_car-reception-wizard-previous-damage.scss */
.car-reception-wizard-previous-damage ul.component-list li.is-selected label {
  color: #fff !important;
}

/* line 51, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/car-reception-previous-damage/_car-reception-wizard-previous-damage.scss */
.car-reception-wizard-previous-damage ul.component-list li:nth-child(odd) {
  background: #f2f2f2;
}

/* line 56, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/car-reception-previous-damage/_car-reception-wizard-previous-damage.scss */
.car-reception-wizard-previous-damage .photo-button {
  margin-bottom: 15px;
}

/* line 60, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/car-reception-previous-damage/_car-reception-wizard-previous-damage.scss */
.car-reception-wizard-previous-damage .wrapper {
  position: relative;
  margin-bottom: 25px;
  width: 300px;
  height: 550px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 75, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/car-reception-previous-damage/_car-reception-wizard-previous-damage.scss */
.car-reception-wizard-previous-damage .wrapper #signature-pad {
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 550px;
}

/* line 84, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/car-reception-previous-damage/_car-reception-wizard-previous-damage.scss */
.car-reception-wizard-previous-damage img {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 90, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/car-reception-previous-damage/_car-reception-wizard-previous-damage.scss */
.car-reception-wizard-previous-damage .component-line-container {
  display: -ms-flexbox;
  display: flex;
}

/* line 93, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/car-reception-previous-damage/_car-reception-wizard-previous-damage.scss */
.car-reception-wizard-previous-damage .component-line-container .label-container {
  -ms-flex-positive: 2;
      flex-grow: 2;
}

/* line 3, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/_car-reception-wizard.scss */
.car-reception-wizard {
  display: block;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  /* Wizard Step Indicator */
}

/* line 10, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/_car-reception-wizard.scss */
.car-reception-wizard .step-indicator {
  width: 100%;
}

/* line 14, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/_car-reception-wizard.scss */
.car-reception-wizard .step-indicator .step:first-child .step-label {
  margin-left: 0;
}

/* line 20, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/_car-reception-wizard.scss */
.car-reception-wizard .step-indicator .step:last-child .step-label {
  margin-right: 0;
}

/* line 25, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/_car-reception-wizard.scss */
.car-reception-wizard .step-indicator .step {
  text-align: center;
  float: left;
  padding: 0;
}

/* line 30, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/_car-reception-wizard.scss */
.car-reception-wizard .step-indicator .step .connector {
  background: #ddd;
  width: 50%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 100;
}

/* line 39, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/_car-reception-wizard.scss */
.car-reception-wizard .step-indicator .step .connector.right {
  right: 0;
}

/* line 43, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/_car-reception-wizard.scss */
.car-reception-wizard .step-indicator .step .connector.left {
  left: 0;
}

/* line 47, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/_car-reception-wizard.scss */
.car-reception-wizard .step-indicator .step .step-label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #777777;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 2px 3px;
  margin: 15px 5px;
}

/* line 60, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/_car-reception-wizard.scss */
.car-reception-wizard .step-indicator .step span.glyphicon {
  font-size: 25px;
  padding: 18px;
  z-index: 150;
  background: #f8f8f8;
  border: 1px solid #ddd;
  color: #777777;
  border-radius: 50%;
  margin-left: 5px;
  /* Try to figure out why this is needed. "text-align: center" of .step class should do the trick, but the glyphicons are not being fully centered. */
}

/* line 72, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/_car-reception-wizard.scss */
.car-reception-wizard .step-indicator .step:hover span.glyphicon {
  background: #e2e2e2;
  border-color: #cacaca;
}

/* line 77, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/_car-reception-wizard.scss */
.car-reception-wizard .step-indicator .step:hover .step-label {
  background: #e2e2e2;
  border: 1px solid #cacaca;
}

/* line 85, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/_car-reception-wizard.scss */
.car-reception-wizard .step-indicator .step.sub-step span.glyphicon {
  font-size: 17px;
  padding: 13px;
}

/* line 92, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/_car-reception-wizard.scss */
.car-reception-wizard .step-indicator .step.active .glyphicon {
  background: #005191 !important;
  border-color: #00355e !important;
  color: #f8f8f8 !important;
}

/* line 98, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/_car-reception-wizard.scss */
.car-reception-wizard .step-indicator .step.active .step-label {
  color: #f8f8f8;
  background-color: #005191;
  border: 1px solid #00355e;
}

/* line 105, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/_car-reception-wizard.scss */
.car-reception-wizard .step-indicator > .step:first-child .connector.left {
  display: none;
}

/* line 109, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/_car-reception-wizard.scss */
.car-reception-wizard .step-indicator > .step:last-child .connector.right {
  display: none;
}

/* line 114, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/_car-reception-wizard.scss */
.car-reception-wizard .step-container {
  display: none;
  background: #f8f8f8;
  position: relative;
  padding-top: 20px;
}

/* line 120, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/_car-reception-wizard.scss */
.car-reception-wizard .step-container .drag-drop-highlight {
  display: none;
  height: 100%;
  width: 100%;
  background: #f8f8f8;
  border: 5px dashed #ddd;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1500;
  text-align: center;
}

/* line 133, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/_car-reception-wizard.scss */
.car-reception-wizard .step-container .drag-drop-highlight h1 {
  color: #ddd;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
}

/* line 140, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/_car-reception-wizard.scss */
.car-reception-wizard .step-container .drag-drop-highlight h1.icon {
  margin-top: 40px;
  font-size: 50px;
}

/* line 146, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/_car-reception-wizard.scss */
.car-reception-wizard .step-container.ng-invalid {
  border-color: #ddd !important;
}

/* line 150, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/_car-reception-wizard.scss */
.car-reception-wizard .step-container.summary {
  padding-top: 10px;
}

/* line 153, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/_car-reception-wizard.scss */
.car-reception-wizard .step-container.summary p.caption {
  background: #f8f8f8;
}

@media (min-width: 600px) {
  /* line 158, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/_car-reception-wizard.scss */
  .car-reception-wizard .step-container.summary p.caption {
    margin-bottom: 5px;
  }
}

/* line 165, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/_car-reception-wizard.scss */
.car-reception-wizard .step-container .list-group .list-group-item:hover {
  background: #fff;
}

/* line 170, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/_car-reception-wizard.scss */
.car-reception-wizard .step-container .tab-pane {
  background: #fff;
}

/* line 178, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/_car-reception-wizard.scss */
.car-reception-wizard .step-container activity-edit-services-assembly .view-container,
.car-reception-wizard .step-container activity-edit-services-car-part-form .view-container,
.car-reception-wizard .step-container activity-edit-services-spare-parts .view-container,
.car-reception-wizard .step-container activity-edit-services-paint .view-container {
  background: #fff;
}

/* line 182, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/_car-reception-wizard.scss */
.car-reception-wizard .step-container activity-edit-services-assembly form,
.car-reception-wizard .step-container activity-edit-services-car-part-form form,
.car-reception-wizard .step-container activity-edit-services-spare-parts form,
.car-reception-wizard .step-container activity-edit-services-paint form {
  margin-top: 0;
}

/* line 188, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/_car-reception-wizard.scss */
.car-reception-wizard .step-container activity-edit-services-extras .form-group {
  margin-bottom: 15px;
}

/* line 193, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/_car-reception-wizard.scss */
.car-reception-wizard .step-container activity-edit-services-car-part-select {
  margin: 0 !important;
}

/* line 196, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/_car-reception-wizard.scss */
.car-reception-wizard .step-container activity-edit-services-car-part-select img {
  border: 1px solid #ddd;
  border-radius: 4px;
}

/* line 202, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/_car-reception-wizard.scss */
.car-reception-wizard .step-container.active {
  display: block;
}

/* line 206, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/_car-reception-wizard.scss */
.car-reception-wizard .step-container .sub-step-container {
  display: none;
}

/* line 209, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/_car-reception-wizard.scss */
.car-reception-wizard .step-container .sub-step-container.active {
  display: block;
}

/* line 214, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/_car-reception-wizard.scss */
.car-reception-wizard .step-container .sub-step-container.dragging .drag-drop-highlight {
  display: block;
}

/* line 222, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/_car-reception-wizard.scss */
.car-reception-wizard form .switch-group {
  margin-top: 8px;
}

/* line 227, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/_car-reception-wizard.scss */
.car-reception-wizard .btn-group {
  margin-bottom: 3px;
}

/* line 234, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/_car-reception-wizard.scss */
.car-reception-wizard .previous-damage-container .placeholder h2 {
  margin-top: 25px;
  text-align: center;
}

/* line 240, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/_car-reception-wizard.scss */
.car-reception-wizard .previous-damage-container ul {
  list-style-type: none;
}

/* line 243, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/_car-reception-wizard.scss */
.car-reception-wizard .previous-damage-container ul li {
  height: 40px;
  vertical-align: middle;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
}

/* line 252, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/_car-reception-wizard.scss */
.car-reception-wizard .previous-damage-container ul li .item-description {
  display: inline-block;
}

/* line 257, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/_car-reception-wizard.scss */
.car-reception-wizard .previous-damage-container ul li.is-selected {
  background: #337ab7 !important;
}

/* line 259, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/_car-reception-wizard.scss */
.car-reception-wizard .previous-damage-container ul li.is-selected label {
  color: #fff !important;
}

/* line 264, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/_car-reception-wizard.scss */
.car-reception-wizard .previous-damage-container ul li:nth-child(odd) {
  background: #f2f2f2;
}

/* line 269, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/_car-reception-wizard.scss */
.car-reception-wizard .previous-damage-container .photo-button {
  margin-bottom: 15px;
}

/* line 274, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/_car-reception-wizard.scss */
.car-reception-wizard .previous-damage-container .image-container img {
  margin-top: 5px;
}

/* line 280, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/_car-reception-wizard.scss */
.car-reception-wizard .image-container {
  text-align: center;
  overflow-x: hidden;
}

/* line 284, app/commons/components/current-activity-list/current-repair-list/car-reception-wizard/_car-reception-wizard.scss */
.car-reception-wizard .image-container img {
  margin-top: 5px;
}

/* line 1, app/commons/components/current-activity-list/current-repair-list/car-return-wizard/_car-return-wizard.scss */
.car-return-wizard {
  display: block;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  /* Wizard Step Indicator */
}

/* line 8, app/commons/components/current-activity-list/current-repair-list/car-return-wizard/_car-return-wizard.scss */
.car-return-wizard .step-indicator {
  width: 100%;
}

/* line 12, app/commons/components/current-activity-list/current-repair-list/car-return-wizard/_car-return-wizard.scss */
.car-return-wizard .step-indicator .step:first-child .step-label {
  margin-left: 0;
}

/* line 18, app/commons/components/current-activity-list/current-repair-list/car-return-wizard/_car-return-wizard.scss */
.car-return-wizard .step-indicator .step:last-child .step-label {
  margin-right: 0;
}

/* line 23, app/commons/components/current-activity-list/current-repair-list/car-return-wizard/_car-return-wizard.scss */
.car-return-wizard .step-indicator .step {
  text-align: center;
  float: left;
  padding: 0;
}

/* line 28, app/commons/components/current-activity-list/current-repair-list/car-return-wizard/_car-return-wizard.scss */
.car-return-wizard .step-indicator .step .connector {
  background: #ddd;
  width: 50%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 100;
}

/* line 37, app/commons/components/current-activity-list/current-repair-list/car-return-wizard/_car-return-wizard.scss */
.car-return-wizard .step-indicator .step .connector.right {
  right: 0;
}

/* line 41, app/commons/components/current-activity-list/current-repair-list/car-return-wizard/_car-return-wizard.scss */
.car-return-wizard .step-indicator .step .connector.left {
  left: 0;
}

/* line 45, app/commons/components/current-activity-list/current-repair-list/car-return-wizard/_car-return-wizard.scss */
.car-return-wizard .step-indicator .step .step-label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #777777;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 2px 3px;
  margin: 15px 5px;
}

/* line 58, app/commons/components/current-activity-list/current-repair-list/car-return-wizard/_car-return-wizard.scss */
.car-return-wizard .step-indicator .step span.glyphicon {
  font-size: 25px;
  padding: 18px;
  z-index: 150;
  background: #f8f8f8;
  border: 1px solid #ddd;
  color: #777777;
  border-radius: 50%;
  margin-left: 5px;
  /* Try to figure out why this is needed. "text-align: center" of .step class should do the trick, but the glyphicons are not being fully centered. */
}

/* line 70, app/commons/components/current-activity-list/current-repair-list/car-return-wizard/_car-return-wizard.scss */
.car-return-wizard .step-indicator .step:hover span.glyphicon {
  background: #e2e2e2;
  border-color: #cacaca;
}

/* line 75, app/commons/components/current-activity-list/current-repair-list/car-return-wizard/_car-return-wizard.scss */
.car-return-wizard .step-indicator .step:hover .step-label {
  background: #e2e2e2;
  border: 1px solid #cacaca;
}

/* line 83, app/commons/components/current-activity-list/current-repair-list/car-return-wizard/_car-return-wizard.scss */
.car-return-wizard .step-indicator .step.sub-step span.glyphicon {
  font-size: 17px;
  padding: 13px;
}

/* line 90, app/commons/components/current-activity-list/current-repair-list/car-return-wizard/_car-return-wizard.scss */
.car-return-wizard .step-indicator .step.active .glyphicon {
  background: #005191 !important;
  border-color: #00355e !important;
  color: #f8f8f8 !important;
}

/* line 96, app/commons/components/current-activity-list/current-repair-list/car-return-wizard/_car-return-wizard.scss */
.car-return-wizard .step-indicator .step.active .step-label {
  color: #f8f8f8;
  background-color: #005191;
  border: 1px solid #00355e;
}

/* line 103, app/commons/components/current-activity-list/current-repair-list/car-return-wizard/_car-return-wizard.scss */
.car-return-wizard .step-indicator > .step:first-child .connector.left {
  display: none;
}

/* line 107, app/commons/components/current-activity-list/current-repair-list/car-return-wizard/_car-return-wizard.scss */
.car-return-wizard .step-indicator > .step:last-child .connector.right {
  display: none;
}

/* line 112, app/commons/components/current-activity-list/current-repair-list/car-return-wizard/_car-return-wizard.scss */
.car-return-wizard .step-container {
  display: none;
  background: #f8f8f8;
  position: relative;
  padding-top: 20px;
}

/* line 118, app/commons/components/current-activity-list/current-repair-list/car-return-wizard/_car-return-wizard.scss */
.car-return-wizard .step-container .drag-drop-highlight {
  display: none;
  height: 100%;
  width: 100%;
  background: #f8f8f8;
  border: 5px dashed #ddd;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1500;
  text-align: center;
}

/* line 131, app/commons/components/current-activity-list/current-repair-list/car-return-wizard/_car-return-wizard.scss */
.car-return-wizard .step-container .drag-drop-highlight h1 {
  color: #ddd;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
}

/* line 138, app/commons/components/current-activity-list/current-repair-list/car-return-wizard/_car-return-wizard.scss */
.car-return-wizard .step-container .drag-drop-highlight h1.icon {
  margin-top: 40px;
  font-size: 50px;
}

/* line 144, app/commons/components/current-activity-list/current-repair-list/car-return-wizard/_car-return-wizard.scss */
.car-return-wizard .step-container.ng-invalid {
  border-color: #ddd !important;
}

/* line 148, app/commons/components/current-activity-list/current-repair-list/car-return-wizard/_car-return-wizard.scss */
.car-return-wizard .step-container.summary {
  padding-top: 10px;
}

/* line 151, app/commons/components/current-activity-list/current-repair-list/car-return-wizard/_car-return-wizard.scss */
.car-return-wizard .step-container.summary p.caption {
  background: #f8f8f8;
}

@media (min-width: 600px) {
  /* line 156, app/commons/components/current-activity-list/current-repair-list/car-return-wizard/_car-return-wizard.scss */
  .car-return-wizard .step-container.summary p.caption {
    margin-bottom: 5px;
  }
}

/* line 163, app/commons/components/current-activity-list/current-repair-list/car-return-wizard/_car-return-wizard.scss */
.car-return-wizard .step-container .list-group .list-group-item:hover {
  background: #fff;
}

/* line 168, app/commons/components/current-activity-list/current-repair-list/car-return-wizard/_car-return-wizard.scss */
.car-return-wizard .step-container .tab-pane {
  background: #fff;
}

/* line 176, app/commons/components/current-activity-list/current-repair-list/car-return-wizard/_car-return-wizard.scss */
.car-return-wizard .step-container activity-edit-services-assembly .view-container,
.car-return-wizard .step-container activity-edit-services-car-part-form .view-container,
.car-return-wizard .step-container activity-edit-services-spare-parts .view-container,
.car-return-wizard .step-container activity-edit-services-paint .view-container {
  background: #fff;
}

/* line 180, app/commons/components/current-activity-list/current-repair-list/car-return-wizard/_car-return-wizard.scss */
.car-return-wizard .step-container activity-edit-services-assembly form,
.car-return-wizard .step-container activity-edit-services-car-part-form form,
.car-return-wizard .step-container activity-edit-services-spare-parts form,
.car-return-wizard .step-container activity-edit-services-paint form {
  margin-top: 0;
}

/* line 186, app/commons/components/current-activity-list/current-repair-list/car-return-wizard/_car-return-wizard.scss */
.car-return-wizard .step-container activity-edit-services-extras .form-group {
  margin-bottom: 15px;
}

/* line 191, app/commons/components/current-activity-list/current-repair-list/car-return-wizard/_car-return-wizard.scss */
.car-return-wizard .step-container activity-edit-services-car-part-select {
  margin: 0 !important;
}

/* line 194, app/commons/components/current-activity-list/current-repair-list/car-return-wizard/_car-return-wizard.scss */
.car-return-wizard .step-container activity-edit-services-car-part-select img {
  border: 1px solid #ddd;
  border-radius: 4px;
}

/* line 200, app/commons/components/current-activity-list/current-repair-list/car-return-wizard/_car-return-wizard.scss */
.car-return-wizard .step-container.active {
  display: block;
}

/* line 204, app/commons/components/current-activity-list/current-repair-list/car-return-wizard/_car-return-wizard.scss */
.car-return-wizard .step-container .sub-step-container {
  display: none;
}

/* line 207, app/commons/components/current-activity-list/current-repair-list/car-return-wizard/_car-return-wizard.scss */
.car-return-wizard .step-container .sub-step-container.active {
  display: block;
}

/* line 212, app/commons/components/current-activity-list/current-repair-list/car-return-wizard/_car-return-wizard.scss */
.car-return-wizard .step-container .sub-step-container.dragging .drag-drop-highlight {
  display: block;
}

/* line 220, app/commons/components/current-activity-list/current-repair-list/car-return-wizard/_car-return-wizard.scss */
.car-return-wizard form .switch-group {
  margin-top: 8px;
}

/* line 225, app/commons/components/current-activity-list/current-repair-list/car-return-wizard/_car-return-wizard.scss */
.car-return-wizard .btn-group {
  margin-bottom: 3px;
}

/* line 232, app/commons/components/current-activity-list/current-repair-list/car-return-wizard/_car-return-wizard.scss */
.car-return-wizard .previous-damage-container .placeholder h2 {
  margin-top: 25px;
  text-align: center;
}

/* line 238, app/commons/components/current-activity-list/current-repair-list/car-return-wizard/_car-return-wizard.scss */
.car-return-wizard .previous-damage-container ul {
  list-style-type: none;
}

/* line 241, app/commons/components/current-activity-list/current-repair-list/car-return-wizard/_car-return-wizard.scss */
.car-return-wizard .previous-damage-container ul li {
  height: 40px;
  vertical-align: middle;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
}

/* line 250, app/commons/components/current-activity-list/current-repair-list/car-return-wizard/_car-return-wizard.scss */
.car-return-wizard .previous-damage-container ul li .item-description {
  display: inline-block;
}

/* line 255, app/commons/components/current-activity-list/current-repair-list/car-return-wizard/_car-return-wizard.scss */
.car-return-wizard .previous-damage-container ul li.is-selected {
  background: #337ab7 !important;
}

/* line 257, app/commons/components/current-activity-list/current-repair-list/car-return-wizard/_car-return-wizard.scss */
.car-return-wizard .previous-damage-container ul li.is-selected label {
  color: #fff !important;
}

/* line 262, app/commons/components/current-activity-list/current-repair-list/car-return-wizard/_car-return-wizard.scss */
.car-return-wizard .previous-damage-container ul li:nth-child(odd) {
  background: #f2f2f2;
}

/* line 267, app/commons/components/current-activity-list/current-repair-list/car-return-wizard/_car-return-wizard.scss */
.car-return-wizard .previous-damage-container .photo-button {
  margin-bottom: 15px;
}

/* line 272, app/commons/components/current-activity-list/current-repair-list/car-return-wizard/_car-return-wizard.scss */
.car-return-wizard .previous-damage-container .image-container img {
  margin-top: 5px;
}

/* line 278, app/commons/components/current-activity-list/current-repair-list/car-return-wizard/_car-return-wizard.scss */
.car-return-wizard .switch-label-inline-container {
  margin-top: 15px;
}

/* line 280, app/commons/components/current-activity-list/current-repair-list/car-return-wizard/_car-return-wizard.scss */
.car-return-wizard .switch-label-inline-container label {
  margin-right: 15px;
}

/* line 7, app/commons/components/current-activity-list/current-repair-list/current-clients-list/_current-clients-list.scss */
.current-clients-list .immediate-diff {
  background-color: #94ff8a;
}

/* line 11, app/commons/components/current-activity-list/current-repair-list/current-clients-list/_current-clients-list.scss */
.current-clients-list .mid-diff {
  background-color: #c7ffb9;
}

/* line 15, app/commons/components/current-activity-list/current-repair-list/current-clients-list/_current-clients-list.scss */
.current-clients-list .far-diff {
  background-color: #e7ffe7;
}

/* line 19, app/commons/components/current-activity-list/current-repair-list/current-clients-list/_current-clients-list.scss */
.current-clients-list .client-absent {
  background-color: #ff9494;
}

/* line 2, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/repair-checklist-part-montage/check/_check.scss */
.repair-checklist-spare-parts-check #check-details-container {
  display: -ms-flexbox;
  display: flex;
}

/* line 5, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/repair-checklist-part-montage/check/_check.scss */
.repair-checklist-spare-parts-check #check-details-container .part-check-item {
  margin-right: 25px;
}

/* line 8, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/repair-checklist-part-montage/check/_check.scss */
.repair-checklist-spare-parts-check #check-details-container .part-check-item:last-of-type {
  margin-right: 0;
}

/* line 13, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/repair-checklist-part-montage/check/_check.scss */
.repair-checklist-spare-parts-check #check-details-container #title {
  width: 150px;
}

/* line 17, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/repair-checklist-part-montage/check/_check.scss */
.repair-checklist-spare-parts-check #check-details-container .status-history {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/* line 22, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/repair-checklist-part-montage/check/_check.scss */
.repair-checklist-spare-parts-check #check-details-container .horizontal-spacer {
  -ms-flex-positive: 2;
      flex-grow: 2;
}

/* line 26, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/repair-checklist-part-montage/check/_check.scss */
.repair-checklist-spare-parts-check #check-details-container #service-indicators {
  margin-left: 25px;
}

/* line 29, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/repair-checklist-part-montage/check/_check.scss */
.repair-checklist-spare-parts-check #check-details-container #service-indicators .labour-service {
  margin-right: 25px;
}

/* line 32, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/repair-checklist-part-montage/check/_check.scss */
.repair-checklist-spare-parts-check #check-details-container #service-indicators .labour-service:last-of-type {
  margin-right: 0;
}

/* line 38, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/repair-checklist-part-montage/check/_check.scss */
.repair-checklist-spare-parts-check #check-details-container .status-history-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 3em;
  width: 3em;
  border-radius: 50%;
  border: solid 1px #888;
  text-align: center;
}

/* line 50, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/repair-checklist-part-montage/check/_check.scss */
.repair-checklist-spare-parts-check #check-details-container .status-history-item.complete {
  background-color: #a3d7a3;
  color: #214b21;
}

/* line 55, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/repair-checklist-part-montage/check/_check.scss */
.repair-checklist-spare-parts-check #check-details-container .status-history-item.incomplete {
  background-color: #f4c37d;
  color: #5b3808;
}

/* line 61, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/repair-checklist-part-montage/check/_check.scss */
.repair-checklist-spare-parts-check #check-details-container .separator {
  width: 20px;
  height: 1px;
  border: solid 0.5px #ddd;
}

/* line 67, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/repair-checklist-part-montage/check/_check.scss */
.repair-checklist-spare-parts-check #check-details-container .status-history.mobile-wrapper {
  display: none;
}

/* line 74, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/repair-checklist-part-montage/check/_check.scss */
.repair-checklist-spare-parts-check #info-container .part-check-item {
  margin-top: 5px;
}

/* line 77, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/repair-checklist-part-montage/check/_check.scss */
.repair-checklist-spare-parts-check #info-container .part-check-item:first-of-type {
  margin-top: 10px;
}

/* line 85, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/repair-checklist-part-montage/check/_check.scss */
.repair-checklist-spare-parts-check .stakholder-list a span {
  margin-right: 5px;
}

/* line 88, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/repair-checklist-part-montage/check/_check.scss */
.repair-checklist-spare-parts-check .stakholder-list a span:last-of-type {
  margin-right: 0;
}

/* line 94, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/repair-checklist-part-montage/check/_check.scss */
.repair-checklist-spare-parts-check .stakholder-list a span.stakeholder::after {
  content: ' | ';
}

/* line 99, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/repair-checklist-part-montage/check/_check.scss */
.repair-checklist-spare-parts-check .stakholder-list a span.stakeholder:last-of-type::after {
  content: none;
}

@media only screen and (max-width: 992px) {
  /* line 109, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/repair-checklist-part-montage/check/_check.scss */
  .repair-checklist-spare-parts-check.mobile-content #check-details-container {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 10px;
    position: relative;
  }
  /* line 113, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/repair-checklist-part-montage/check/_check.scss */
  .repair-checklist-spare-parts-check.mobile-content #check-details-container .part-check-item.dropdown {
    position: absolute;
    right: 0;
  }
  /* line 118, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/repair-checklist-part-montage/check/_check.scss */
  .repair-checklist-spare-parts-check.mobile-content #check-details-container .status-history.mobile-wrapper {
    display: -ms-flexbox;
    display: flex;
  }
  /* line 121, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/repair-checklist-part-montage/check/_check.scss */
  .repair-checklist-spare-parts-check.mobile-content #check-details-container .status-history.hidden-xs {
    display: none;
  }
  /* line 125, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/repair-checklist-part-montage/check/_check.scss */
  .repair-checklist-spare-parts-check.mobile-content #check-details-container #full-history-toggle {
    display: none;
  }
}

/* line 3, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/_repair-checklist-wizard.scss */
.repair-checklist-wizard {
  padding-bottom: 25px;
}

/* line 2, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/repair-checklist-pdr/_repair-checklist-pdr.scss */
.repair-checklist-wizard .repair-checklist-pdr #pdr-table-container {
  overflow-x: auto;
}

/* line 4, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/repair-checklist-supplier-association/_repair-checklist-supplier-association.scss */
.repair-checklist-wizard .repair-checklist-supplier-association ul {
  margin-top: 10px;
}

/* line 7, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/repair-checklist-supplier-association/_repair-checklist-supplier-association.scss */
.repair-checklist-wizard .repair-checklist-supplier-association ul li {
  margin-top: 1px;
  padding: 5px;
  background-color: #EEE;
}

/* line 12, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/repair-checklist-supplier-association/_repair-checklist-supplier-association.scss */
.repair-checklist-wizard .repair-checklist-supplier-association ul li:first-of-type  {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 17, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/repair-checklist-supplier-association/_repair-checklist-supplier-association.scss */
.repair-checklist-wizard .repair-checklist-supplier-association ul li:last-of-type {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 2, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/repair-checklist-options-form/_repair-checklist-options-form.scss */
.repair-checklist-wizard .repair-checklist-options-form .inline-label-checkox {
  display: -ms-flexbox;
  display: flex;
}

/* line 5, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/repair-checklist-options-form/_repair-checklist-options-form.scss */
.repair-checklist-wizard .repair-checklist-options-form .inline-label-checkox:last-of-type {
  margin-bottom: 0;
}

/* line 10, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/repair-checklist-options-form/_repair-checklist-options-form.scss */
.repair-checklist-wizard .repair-checklist-options-form .checkbox-container {
  margin-right: 5px;
}

/* line 13, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/repair-checklist-options-form/_repair-checklist-options-form.scss */
.repair-checklist-wizard .repair-checklist-options-form .checkbox-container input[type=checkbox] {
  margin-top: 0;
  height: 20px;
  width: 20px;
}

/* line 20, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/repair-checklist-options-form/_repair-checklist-options-form.scss */
.repair-checklist-wizard .repair-checklist-options-form .overall-check-container {
  margin-top: 15px;
  margin-bottom: 5px;
  border: solid 1px #ddd;
  border-radius: 4px;
}

/* line 29, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/repair-checklist-options-form/_repair-checklist-options-form.scss */
.repair-checklist-wizard .repair-checklist-options-form .overall-check-container .check-indicator {
  font-size: 2em;
}

/* line 33, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/repair-checklist-options-form/_repair-checklist-options-form.scss */
.repair-checklist-wizard .repair-checklist-options-form .overall-check-container .check-details {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

/* line 36, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/repair-checklist-options-form/_repair-checklist-options-form.scss */
.repair-checklist-wizard .repair-checklist-options-form .overall-check-container .check-details h4 {
  margin-bottom: 0;
}

/* line 41, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/repair-checklist-options-form/_repair-checklist-options-form.scss */
.repair-checklist-wizard .repair-checklist-options-form .overall-check-container .check-item {
  padding: 15px;
  border-right: solid 1px #ddd;
}

/* line 45, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/repair-checklist-options-form/_repair-checklist-options-form.scss */
.repair-checklist-wizard .repair-checklist-options-form .overall-check-container .check-item:last-of-type {
  border-right: none;
}

/* line 11, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/_repair-checklist-wizard.scss */
.repair-checklist-wizard .list-group .list-group-item  {
  padding: 10px 15px !important;
}

/* line 14, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/_repair-checklist-wizard.scss */
.repair-checklist-wizard .list-group .list-group-item  .lgi-content {
  padding: 10px 15px;
}

/* line 21, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/_repair-checklist-wizard.scss */
.repair-checklist-wizard .substep-container .list-group-item {
  padding-left: 30px;
}

/* line 26, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/_repair-checklist-wizard.scss */
.repair-checklist-wizard .warning-state {
  color: #f0ad4e;
}

/* line 30, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/_repair-checklist-wizard.scss */
.repair-checklist-wizard progress-bar {
  min-width: 2em;
}

/* line 34, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/_repair-checklist-wizard.scss */
.repair-checklist-wizard .repair-flow-overview {
  border: solid 1px #ddd;
  border-radius: 4px;
  padding: 5px;
  margin-bottom: 15px;
}

/* line 40, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/_repair-checklist-wizard.scss */
.repair-checklist-wizard .repair-flow-overview .title {
  margin-bottom: 5px;
  font-size: 1.1em;
  font-weight: bold;
}

/* line 47, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/_repair-checklist-wizard.scss */
.repair-checklist-wizard #side-bar {
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 54, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/_repair-checklist-wizard.scss */
.repair-checklist-wizard .sub-page-container .back-btn {
  display: none;
}

@media only screen and (max-width: 992px) {
  /* line 60, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/_repair-checklist-wizard.scss */
  .repair-checklist-wizard .sub-page-container .back-btn {
    margin-bottom: 10px;
    display: block;
  }
  /* line 65, app/commons/components/current-activity-list/current-repair-list/repair-checklist-wizard/_repair-checklist-wizard.scss */
  .repair-checklist-wizard .hide-content {
    display: none;
  }
}

/* line 7, app/commons/components/current-activity-list/current-repair-list/_current-repair-list.scss */
.current-repair-list .status-column {
  width: 20% !important;
}

/* line 11, app/commons/components/current-activity-list/current-repair-list/_current-repair-list.scss */
.current-repair-list h4 {
  margin: 10px 0 10px 0;
}

/* line 15, app/commons/components/current-activity-list/current-repair-list/_current-repair-list.scss */
.current-repair-list .pagination {
  width: 100%;
}

/* line 18, app/commons/components/current-activity-list/current-repair-list/_current-repair-list.scss */
.current-repair-list .pagination li {
  display: inline-block;
  cursor: pointer;
}

/* line 22, app/commons/components/current-activity-list/current-repair-list/_current-repair-list.scss */
.current-repair-list .pagination li a {
  width: 100%;
  text-align: center;
}

/* line 29, app/commons/components/current-activity-list/current-repair-list/_current-repair-list.scss */
.current-repair-list .filter-container {
  margin-top: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 34, app/commons/components/current-activity-list/current-repair-list/_current-repair-list.scss */
.current-repair-list .filter-container .reference-date-skipper {
  margin-left: 10px;
}

/* line 39, app/commons/components/current-activity-list/current-repair-list/_current-repair-list.scss */
.current-repair-list .filter-container .filter-item a {
  cursor: pointer;
}

/* line 44, app/commons/components/current-activity-list/current-repair-list/_current-repair-list.scss */
.current-repair-list .filter-container .filter-item::after {
  content: ' | ';
}

/* line 48, app/commons/components/current-activity-list/current-repair-list/_current-repair-list.scss */
.current-repair-list .filter-container .filter-item:last-child::after {
  content: '';
}

/* line 52, app/commons/components/current-activity-list/current-repair-list/_current-repair-list.scss */
.current-repair-list .filter-container .current-filter-item {
  color: #000;
}

/* line 58, app/commons/components/current-activity-list/current-repair-list/_current-repair-list.scss */
.current-repair-list .date-range-container  input {
  display: inline-block;
  width: 50%;
}

/* line 65, app/commons/components/current-activity-list/current-repair-list/_current-repair-list.scss */
.current-repair-list .list-cell span {
  display: block;
}

/* line 5, app/commons/components/current-activity-list/_current-activity-list.scss */
.current-client-follow-up div[ng-table-pagination] {
  margin-bottom: 15px;
}

/* line 10, app/commons/components/current-activity-list/_current-activity-list.scss */
table.no-click > tbody tr,
table.no-click > tbody tr > td {
  cursor: unset !important;
}

/* line 2, app/commons/components/contact-history/_contact-history.scss */
contact-history-list th, contact-history-list td {
  white-space: nowrap;
}

/* line 6, app/commons/components/contact-history/_contact-history.scss */
contact-history-list td.break > span {
  white-space: pre-line;
}

/* line 1, app/commons/components/contact-history/components/contact-history-form/_contact-history-form.scss */
.contact-history-form {
  margin-bottom: 10px;
}

/* line 4, app/commons/components/contact-history/components/contact-history-form/_contact-history-form.scss */
.contact-history-form .no-resize {
  resize: none;
}

/* line 1, app/commons/components/contact-history/components/contact-history-modal-wrapper/_contact-history-modal-wrapper.scss */
.contact-history-modal-wrapper {
  margin-bottom: 10px;
}

/* line 2, app/commons/components/contact-history/components/contact-history-list/_contact-history-list.scss */
.contact-history-list #entry-details-container {
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
}

/* line 7, app/commons/components/contact-history/components/contact-history-list/_contact-history-list.scss */
.contact-history-list #placeholder-container {
  display: -ms-flexbox;
  display: flex;
}

/* line 11, app/commons/components/contact-history/components/contact-history-list/_contact-history-list.scss */
.contact-history-list #contact-history-entries {
  max-height: 400px;
  overflow-x: auto;
}

/* line 17, app/commons/components/contact-history/components/contact-history-list/_contact-history-list.scss */
.contact-history-list .panel .is-selected {
  color: #fff !important;
  background-color: #fff !important;
}

/* line 22, app/commons/components/contact-history/components/contact-history-list/_contact-history-list.scss */
.contact-history-list .panel .is-selected .subtitle {
  color: #fff;
}

/* line 27, app/commons/components/contact-history/components/contact-history-list/_contact-history-list.scss */
.contact-history-list .panel .is-selected .list-block-content .list-block-title,
.contact-history-list .panel .is-selected .list-block-content .list-block-item {
  color: #fff;
}

/* line 2, app/commons/components/document-list/document-association-remover/_document-association-remover.scss */
.document-association-remover .document-comments {
  font-size: 0.8em;
  color: #7B7878;
  margin-bottom: 10px;
}

/* line 4, app/commons/components/document-list/document-uploader/_document-uploader.scss */
.document-uploader .panel .label.upload-preview .glyphicon {
  top: 7px;
}

/* line 10, app/commons/components/document-list/document-uploader/_document-uploader.scss */
.document-uploader .drag-drop-highlight {
  display: none;
  height: 100%;
  width: 100%;
  background: #f8f8f8;
  border: 5px dashed #ddd;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1500;
  text-align: center;
}

/* line 23, app/commons/components/document-list/document-uploader/_document-uploader.scss */
.document-uploader .drag-drop-highlight h1 {
  color: #ddd;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 25px;
}

/* line 31, app/commons/components/document-list/document-uploader/_document-uploader.scss */
.document-uploader .drag-drop-highlight h1.icon {
  margin-top: 10px;
  font-size: 30px;
}

/* line 39, app/commons/components/document-list/document-uploader/_document-uploader.scss */
.document-uploader .modal-body.dragging .drag-drop-highlight {
  display: block;
}

/* line 46, app/commons/components/document-list/document-uploader/_document-uploader.scss */
.document-uploader .uploads .upload {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  padding: 15px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #ddd;
  border-bottom: none;
}

/* line 56, app/commons/components/document-list/document-uploader/_document-uploader.scss */
.document-uploader .uploads .upload:first-of-type:last-of-type {
  border-radius: 4px;
}

/* line 60, app/commons/components/document-list/document-uploader/_document-uploader.scss */
.document-uploader .uploads .upload:last-of-type {
  border-bottom: 1px solid #ddd;
}

/* line 64, app/commons/components/document-list/document-uploader/_document-uploader.scss */
.document-uploader .uploads .upload:first-of-type:not(:last-of-type) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 69, app/commons/components/document-list/document-uploader/_document-uploader.scss */
.document-uploader .uploads .upload:last-of-type:not(:first-of-type) {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 74, app/commons/components/document-list/document-uploader/_document-uploader.scss */
.document-uploader .uploads .upload .btn-remove {
  position: absolute;
  top: 5px;
  right: 5px;
  border: none;
}

/* line 82, app/commons/components/document-list/document-uploader/_document-uploader.scss */
.document-uploader .uploads .upload .preview {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: start;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  width: 20%;
  min-width: 20%;
  max-width: 20%;
  border-radius: 4px;
  margin-top: 8px;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 102, app/commons/components/document-list/document-uploader/_document-uploader.scss */
.document-uploader .uploads .upload .preview::before {
  float: left;
  content: '';
  padding-top: 100%;
}

/* line 108, app/commons/components/document-list/document-uploader/_document-uploader.scss */
.document-uploader .uploads .upload .preview .glyphicon {
  top: unset;
  font-size: 34px;
  opacity: .5;
}

/* line 114, app/commons/components/document-list/document-uploader/_document-uploader.scss */
.document-uploader .uploads .upload .preview .label {
  position: absolute;
  bottom: 5px;
  right: 5px;
  text-transform: uppercase;
  opacity: 0.75;
}

/* line 123, app/commons/components/document-list/document-uploader/_document-uploader.scss */
.document-uploader .uploads .upload .meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  margin-top: 8px;
  padding-left: 20px;
}

/* line 131, app/commons/components/document-list/document-uploader/_document-uploader.scss */
.document-uploader .uploads .upload .meta .ui-select-multiple.ui-select-bootstrap {
  min-height: 34px;
}

/* line 134, app/commons/components/document-list/document-uploader/_document-uploader.scss */
.document-uploader .uploads .upload .meta .ui-select-multiple.ui-select-bootstrap .ui-select-match-item .ui-select-match-close {
  margin-top: 2px;
}

/* line 142, app/commons/components/document-list/document-uploader/_document-uploader.scss */
.document-uploader .col-xs-1.upload-preview > .btn,
.document-uploader .col-xs-2.upload-preview > .btn {
  border: none;
}

/* line 147, app/commons/components/document-list/document-uploader/_document-uploader.scss */
.document-uploader .dropzone-info {
  padding-top: 35px;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* line 183, app/commons/components/document-list/document-uploader/_document-uploader.scss */
.rotating {
  animation: rotating 2s linear infinite;
}

/* line 191, app/commons/components/document-list/document-uploader/_document-uploader.scss */
.status-glyph {
  font-size: 150%;
}

/* line 195, app/commons/components/document-list/document-uploader/_document-uploader.scss */
.upload-status-label {
  min-width: 100px;
  font-size: 80%;
  padding: 5px 10px 5px 10px;
  margin-right: 15px;
}

/* line 4, app/commons/components/document-list/_document-list.scss */
.document-list-container {
  width: 100%;
}

/* line 8, app/commons/components/document-list/_document-list.scss */
.document-list-container .place-img-mid {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
      justify-content: center !important;
  -ms-flex-align: center !important;
      align-items: center !important;
  margin-bottom: 10px;
}

/* line 16, app/commons/components/document-list/_document-list.scss */
.document-list-container .icon-button-large .glyphicon {
  font-size: 250%;
  top: -2px;
  left: -1px;
}

/* line 23, app/commons/components/document-list/_document-list.scss */
.document-list-container .document {
  padding: 0 5px;
  border-bottom: #ccc solid 0.75px;
}

/* line 27, app/commons/components/document-list/_document-list.scss */
.document-list-container .document .document-description {
  text-align: left;
}

/* line 31, app/commons/components/document-list/_document-list.scss */
.document-list-container .document .document-icon {
  margin-right: 5px;
}

/* line 35, app/commons/components/document-list/_document-list.scss */
.document-list-container .document .document-comments {
  color: #7b7878;
  display: block;
  font-size: .8em;
  padding-right: 40px;
}

/* line 42, app/commons/components/document-list/_document-list.scss */
.document-list-container .document .document-actions {
  margin: 2.5px 0;
}

/* line 48, app/commons/components/document-list/_document-list.scss */
.full-screen {
  overflow: hidden;
  width: 93%;
  height: 93%;
  margin: 0 auto;
  margin-top: 20px;
  left: 0;
}

/* line 56, app/commons/components/document-list/_document-list.scss */
.full-screen .modal-content {
  overflow: hidden;
  width: 93%;
  height: 93%;
  margin: 0 auto;
  left: 0;
}

/* line 1, app/commons/components/document-management/document-container/_document-container.scss */
document-container,
.document-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 10px 15px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

/* line 11, app/commons/components/document-management/document-container/_document-container.scss */
document-container:hover,
.document-container:hover {
  background-color: #f5f5f5;
}

/* line 15, app/commons/components/document-management/document-container/_document-container.scss */
document-container .document,
.document-container .document {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: row;
      flex-direction: row;
  min-width: 0;
}

/* line 21, app/commons/components/document-management/document-container/_document-container.scss */
document-container .document .selection,
.document-container .document .selection {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 15px 0 0;
}

/* line 27, app/commons/components/document-management/document-container/_document-container.scss */
document-container .document .selection input,
.document-container .document .selection input {
  width: 15px;
  height: 15px;
  border-radius: 4px;
}

/* line 34, app/commons/components/document-management/document-container/_document-container.scss */
document-container .document .content,
.document-container .document .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: row;
      flex-direction: row;
  cursor: pointer;
  min-width: 0;
}

/* line 41, app/commons/components/document-management/document-container/_document-container.scss */
document-container .document .content .image,
.document-container .document .content .image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 15px 0 0;
}

/* line 47, app/commons/components/document-management/document-container/_document-container.scss */
document-container .document .content .image img,
.document-container .document .content .image img {
  width: 100px;
  height: 75px;
  border-radius: 4px;
}

/* line 54, app/commons/components/document-management/document-container/_document-container.scss */
document-container .document .content .image.large-placeholder #placeholder,
.document-container .document .content .image.large-placeholder #placeholder {
  font-size: 3em;
  color: #888;
}

/* line 61, app/commons/components/document-management/document-container/_document-container.scss */
document-container .document .content .text,
.document-container .document .content .text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  min-width: 0;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
}

/* line 68, app/commons/components/document-management/document-container/_document-container.scss */
document-container .document .content .text h4.heading,
.document-container .document .content .text h4.heading {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
}

/* line 77, app/commons/components/document-management/document-container/_document-container.scss */
document-container .document .content .text .paragraph,
.document-container .document .content .text .paragraph {
  display: -ms-flexbox;
  display: flex;
  line-height: 1.3;
  max-width: 100%;
}

/* line 82, app/commons/components/document-management/document-container/_document-container.scss */
document-container .document .content .text .paragraph p,
.document-container .document .content .text .paragraph p {
  margin-bottom: 0;
}

/* line 86, app/commons/components/document-management/document-container/_document-container.scss */
document-container .document .content .text .paragraph .glyphicon,
.document-container .document .content .text .paragraph .glyphicon {
  color: #959595;
  margin: 0 8px 0 0;
}

/* line 92, app/commons/components/document-management/document-container/_document-container.scss */
document-container .document .content .text .tag-container,
.document-container .document .content .text .tag-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}

/* line 99, app/commons/components/document-management/document-container/_document-container.scss */
document-container .document .content .text .tag-container document-tag,
.document-container .document .content .text .tag-container document-tag {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0;
      flex: 0;
  margin: 4px 8px 4px 0;
}

/* line 104, app/commons/components/document-management/document-container/_document-container.scss */
document-container .document .content .text .tag-container document-tag span,
.document-container .document .content .text .tag-container document-tag span {
  white-space: nowrap;
}

/* line 3, app/commons/components/document-management/document-deletion/_document-deletion.scss */
.document-deletion .list-group-item .image-container {
  overflow-x: hidden;
}

/* line 9, app/commons/components/document-management/document-deletion/_document-deletion.scss */
.document-deletion #deletion-mode-container p {
  margin-top: 15px;
  padding: 10px;
  border-radius: 3px;
}

/* line 2, app/commons/components/document-management/document-group/_document-group.scss */
.document-group #breadcrumbs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 15px;
}

/* line 7, app/commons/components/document-management/document-group/_document-group.scss */
.document-group #breadcrumbs .parent-breadcrumb {
  margin-top: 10px;
}

/* line 11, app/commons/components/document-management/document-group/_document-group.scss */
.document-group #breadcrumbs .breadcrumb-item {
  font-size: 1.2em;
}

/* line 14, app/commons/components/document-management/document-group/_document-group.scss */
.document-group #breadcrumbs .breadcrumb-item document-tag {
  margin-right: 5px;
  margin-left: 5px;
}

/* line 19, app/commons/components/document-management/document-group/_document-group.scss */
.document-group #breadcrumbs .breadcrumb-item a {
  cursor: pointer;
}

/* line 24, app/commons/components/document-management/document-group/_document-group.scss */
.document-group #breadcrumbs .breadcrumb-item:first-of-type document-tag {
  margin-left: 0;
}

/* line 30, app/commons/components/document-management/document-group/_document-group.scss */
.document-group #breadcrumbs .breadcrumb-item:last-of-type document-tag {
  margin-right: 0;
}

/* line 35, app/commons/components/document-management/document-group/_document-group.scss */
.document-group #breadcrumbs .breadcrumb-item::after {
  content: '/';
}

/* line 40, app/commons/components/document-management/document-group/_document-group.scss */
.document-group #breadcrumbs .breadcrumb-item:last-of-type::after {
  content: '';
}

/* line 46, app/commons/components/document-management/document-group/_document-group.scss */
.document-group .document-group-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 53, app/commons/components/document-management/document-group/_document-group.scss */
.document-group .document-group-preview {
  margin: 3px;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  min-width: 150px;
}

/* line 60, app/commons/components/document-management/document-group/_document-group.scss */
.document-group .document-group-preview:hover {
  background-color: #f5f5f5;
}

/* line 64, app/commons/components/document-management/document-group/_document-group.scss */
.document-group .document-group-preview img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 75px;
  min-height: 75px;
  max-height: 75px;
  overflow-x: hidden;
  border-radius: 4px;
}

/* line 75, app/commons/components/document-management/document-group/_document-group.scss */
.document-group .document-group-preview .group-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
}

/* line 82, app/commons/components/document-management/document-group/_document-group.scss */
.document-group .document-group-preview .meta-info span {
  margin-top: 5px;
}

/* line 2, app/commons/components/document-management/tag-management/tag-management-group/_tag-management-group.scss */
.tag-management-group span.tag-name {
  padding: 3px;
  border-radius: 2px;
  color: white;
}

/* line 4, app/commons/components/document-management/tag-management/_tag-management.scss */
.document-tag-management .document-container {
  display: -ms-flexbox;
  display: flex;
}

/* line 7, app/commons/components/document-management/tag-management/_tag-management.scss */
.document-tag-management .document-container img {
  margin-right: 5px;
}

/* line 2, app/commons/components/document-management/tag-filter-selection/_tag-filter-selection.scss */
.document-tag-filter-selection #toggle-all-container {
  display: -ms-flexbox;
  display: flex;
}

/* line 6, app/commons/components/document-management/tag-filter-selection/_tag-filter-selection.scss */
.document-tag-filter-selection .list-group-item {
  display: -ms-flexbox;
  display: flex;
}

/* line 10, app/commons/components/document-management/tag-filter-selection/_tag-filter-selection.scss */
.document-tag-filter-selection .tag-aligner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/* line 15, app/commons/components/document-management/tag-filter-selection/_tag-filter-selection.scss */
.document-tag-filter-selection input {
  width: 15px;
  margin-right: 15px;
}

/* line 10, app/commons/components/document-management/_document-management.scss */
.document-management-container .btn-toolbar {
  margin-left: -15px;
}

/* line 13, app/commons/components/document-management/_document-management.scss */
.document-management-container .btn-toolbar > .btn-group {
  margin-left: 15px;
}

/* line 18, app/commons/components/document-management/_document-management.scss */
.document-management-container .selection-helper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: row;
      flex-direction: row;
}

/* line 23, app/commons/components/document-management/_document-management.scss */
.document-management-container .selection-helper div {
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
}

/* line 27, app/commons/components/document-management/_document-management.scss */
.document-management-container .selection-helper div:last-child {
  margin-right: 0;
}

/* line 31, app/commons/components/document-management/_document-management.scss */
.document-management-container .selection-helper div a {
  cursor: pointer;
}

/* line 37, app/commons/components/document-management/_document-management.scss */
.document-management-container .tag-container {
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

/* line 41, app/commons/components/document-management/_document-management.scss */
.document-management-container .tag-container .btn:first-child {
  margin-right: 15px;
}

/* line 45, app/commons/components/document-management/_document-management.scss */
.document-management-container .tag-container document-tag {
  margin-left: 4px;
  margin-right: 4px;
}

/* line 49, app/commons/components/document-management/_document-management.scss */
.document-management-container .tag-container document-tag:first-of-type {
  margin-left: 0;
}

/* line 53, app/commons/components/document-management/_document-management.scss */
.document-management-container .tag-container document-tag:last-of-type {
  margin-right: 0;
}

/* line 57, app/commons/components/document-management/_document-management.scss */
.document-management-container .tag-container document-tag span {
  padding: 3px;
  color: white;
  font-size: 0.8em;
  text-align: center;
  border-radius: 3px;
}

/* line 64, app/commons/components/document-management/_document-management.scss */
.document-management-container .tag-container document-tag span.is-inactive {
  opacity: 0.15;
}

/* line 71, app/commons/components/document-management/_document-management.scss */
.document-management-container .document-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
}

/* line 75, app/commons/components/document-management/_document-management.scss */
.document-management-container .document-list:not(.list) {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 79, app/commons/components/document-management/_document-management.scss */
.document-management-container .document-list:not(.list) document-container {
  width: 300px;
  min-width: 300px;
  max-width: 300px;
}

/* line 84, app/commons/components/document-management/_document-management.scss */
.document-management-container .document-list:not(.list) document-container:not(:last-child) {
  margin-right: 15px;
}

/* line 88, app/commons/components/document-management/_document-management.scss */
.document-management-container .document-list:not(.list) document-container .image img {
  width: 60px;
  height: 40px;
}

/* line 95, app/commons/components/document-management/_document-management.scss */
.document-management-container .document-list.list {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

/* line 1, app/commons/components/document-viewer/document-viewer-gallery/_document-viewer-gallery.scss */
.document-viewer-gallery {
  padding-left: 5px;
  padding-right: 5px;
  background-color: #333;
}

/* line 10, app/commons/components/document-viewer/document-viewer-gallery/_document-viewer-gallery.scss */
.document-viewer-gallery .document-preview.is-selected {
  border: 1px solid #fff;
}

@media screen and (orientation: portrait) {
  /* line 1, app/commons/components/document-viewer/document-viewer-gallery/_document-viewer-gallery.scss */
  .document-viewer-gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  /* line 20, app/commons/components/document-viewer/document-viewer-gallery/_document-viewer-gallery.scss */
  .document-viewer-gallery .document-preview {
    height: 100%;
    width: 100px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
  }
  /* line 27, app/commons/components/document-viewer/document-viewer-gallery/_document-viewer-gallery.scss */
  .document-viewer-gallery .document-preview img {
    max-height: 10vh;
    max-width: 60px;
  }
}

@media screen and (orientation: landscape) {
  /* line 35, app/commons/components/document-viewer/document-viewer-gallery/_document-viewer-gallery.scss */
  .document-viewer-gallery .document-preview {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
  /* line 40, app/commons/components/document-viewer/document-viewer-gallery/_document-viewer-gallery.scss */
  .document-viewer-gallery .document-preview img {
    height: 80px;
  }
}

/* line 3, app/commons/components/document-viewer/_document-viewer.scss */
.document-viewer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  background-color: #333;
  height: 95vh;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* line 13, app/commons/components/document-viewer/_document-viewer.scss */
.document-viewer #document-container, .document-viewer document-viewer-gallery {
  position: relative;
  height: 95vh;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 20, app/commons/components/document-viewer/_document-viewer.scss */
.document-viewer #document-container #document-content, .document-viewer document-viewer-gallery #document-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  width: 100%;
}

/* line 27, app/commons/components/document-viewer/_document-viewer.scss */
.document-viewer #document-container img, .document-viewer document-viewer-gallery img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

/* line 33, app/commons/components/document-viewer/_document-viewer.scss */
.document-viewer #document-container iframe, .document-viewer document-viewer-gallery iframe {
  height: 100%;
  width: 100%;
}

/* line 40, app/commons/components/document-viewer/_document-viewer.scss */
.document-viewer #document-container #viewer-interactions {
  position: absolute;
  right: 80px;
  top: 60px;
}

/* line 45, app/commons/components/document-viewer/_document-viewer.scss */
.document-viewer #document-container #viewer-interactions li {
  margin-bottom: 15px;
  padding: 5px;
  border-radius: 3px;
  opacity: 0.7;
  background-color: #333;
}

/* line 52, app/commons/components/document-viewer/_document-viewer.scss */
.document-viewer #document-container #viewer-interactions li a {
  color: #fff !important;
}

/* line 58, app/commons/components/document-viewer/_document-viewer.scss */
.document-viewer #document-container #iframe-container {
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}

/* line 64, app/commons/components/document-viewer/_document-viewer.scss */
.document-viewer #previous-area {
  left: 0;
}

/* line 68, app/commons/components/document-viewer/_document-viewer.scss */
.document-viewer #next-area {
  right: 0;
}

/* line 72, app/commons/components/document-viewer/_document-viewer.scss */
.document-viewer #previous-area, .document-viewer #next-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  top: 0;
  height: 100%;
  width: 60px;
  opacity: 0.25;
  color: #fff;
  font-size: xx-large;
  background-color: #333;
}

/* line 84, app/commons/components/document-viewer/_document-viewer.scss */
.document-viewer #previous-area span, .document-viewer #next-area span {
  margin-left: auto;
  margin-right: auto;
}

/* line 90, app/commons/components/document-viewer/_document-viewer.scss */
.document-viewer #document-details-container {
  position: absolute;
  height: 10%;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 15px;
  opacity: 0.7;
  color: #fff;
  background-color: #333;
  text-align: left;
}

/* line 102, app/commons/components/document-viewer/_document-viewer.scss */
.document-viewer #document-details-container a {
  color: #fff !important;
}

/* line 106, app/commons/components/document-viewer/_document-viewer.scss */
.document-viewer #document-details-container .remarks {
  color: #fff;
}

@media screen and (orientation: portrait) {
  /* line 3, app/commons/components/document-viewer/_document-viewer.scss */
  .document-viewer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  /* line 115, app/commons/components/document-viewer/_document-viewer.scss */
  .document-viewer #document-container {
    height: 85vh;
  }
  /* line 119, app/commons/components/document-viewer/_document-viewer.scss */
  .document-viewer document-viewer-gallery {
    width: 100%;
    height: 10vh;
    overflow-x: scroll;
  }
}

@media screen and (orientation: landscape) {
  /* line 127, app/commons/components/document-viewer/_document-viewer.scss */
  .document-viewer document-viewer-gallery {
    width: 10%;
    height: 100%;
    overflow-y: scroll;
  }
}

/* line 2, app/commons/components/dynamic-document-modal/_dynamic-document-modal.scss */
.dynamic-document-modal .lil-top-margin {
  margin-top: 4px;
}

/* line 6, app/commons/components/dynamic-document-modal/_dynamic-document-modal.scss */
.dynamic-document-modal .format-info {
  white-space: pre-line;
}

/* line 10, app/commons/components/dynamic-document-modal/_dynamic-document-modal.scss */
.dynamic-document-modal .tooltip-inner {
  max-width: 50%;
  padding: 3px 8px;
  color: black;
  text-align: center;
  background-color: beige;
}

/* line 19, app/commons/components/dynamic-document-modal/_dynamic-document-modal.scss */
.dynamic-document-modal.embedded .modal-header,
.dynamic-document-modal.embedded .modal-body {
  padding: 0;
}

/* line 24, app/commons/components/dynamic-document-modal/_dynamic-document-modal.scss */
.dynamic-document-modal.embedded .modal-body {
  margin-top: 15px;
}

/* line 1, app/commons/components/dynamic-signature/_dynamic-signature.scss */
.dynamic-signature {
  padding: 10px 10px 40px 0px;
  height: 100%;
}

/* line 6, app/commons/components/dynamic-signature/_dynamic-signature.scss */
.dynamic-signature .green {
  border: 2px solid #58b62d;
  border-radius: 5px;
}

/* line 10, app/commons/components/dynamic-signature/_dynamic-signature.scss */
.dynamic-signature .grey {
  border: 2px solid #337ab7;
  border-radius: 5px;
}

/* line 15, app/commons/components/dynamic-signature/_dynamic-signature.scss */
.dynamic-signature .signature {
  width: 100%;
  min-height: 120px;
  min-width: 390px;
}

/* line 24, app/commons/components/dynamic-signature/_dynamic-signature.scss */
.dynamic-signature .signature canvas {
  width: 100%;
  min-height: 120px;
  min-width: 390px;
}

/* line 31, app/commons/components/dynamic-signature/_dynamic-signature.scss */
.dynamic-signature .signature canvas {
  margin: 0 auto;
  cursor: pointer;
}

/* line 35, app/commons/components/dynamic-signature/_dynamic-signature.scss */
.dynamic-signature .buttons {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

/* line 40, app/commons/components/dynamic-signature/_dynamic-signature.scss */
.dynamic-signature .sizes {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

/* line 45, app/commons/components/dynamic-signature/_dynamic-signature.scss */
.dynamic-signature .sizes input {
  width: 4em;
  text-align: center;
}

/* line 49, app/commons/components/dynamic-signature/_dynamic-signature.scss */
.dynamic-signature .button-margin {
  padding-top: 5px;
}

/* line 2, app/commons/components/fast-activity-wizard/_fast-activity-wizard.scss */
.view-selection .list-group-item {
  cursor: pointer;
}

/* line 5, app/commons/components/fast-activity-wizard/_fast-activity-wizard.scss */
.view-selection .list-group-item span.label {
  float: right;
  position: absolute;
  top: 12px;
  right: 13px;
}

/* line 12, app/commons/components/fast-activity-wizard/_fast-activity-wizard.scss */
.view-selection .list-group-item ul.list-group {
  margin-bottom: 10px;
}

/* line 16, app/commons/components/fast-activity-wizard/_fast-activity-wizard.scss */
.view-selection .list-group-item ul.list-group .list-group-item .list-group-item-caption {
  font-size: 10px;
}

/* line 20, app/commons/components/fast-activity-wizard/_fast-activity-wizard.scss */
.view-selection .list-group-item ul.list-group .list-group-item .close {
  margin: 0;
  font-size: 15px;
}

/* line 25, app/commons/components/fast-activity-wizard/_fast-activity-wizard.scss */
.view-selection .list-group-item ul.list-group .list-group-item .close:hover {
  color: #a94442;
}

/* line 31, app/commons/components/fast-activity-wizard/_fast-activity-wizard.scss */
.view-selection .list-group-item ul.list-group:nth-child(2) {
  margin-top: 15px;
}

/* line 36, app/commons/components/fast-activity-wizard/_fast-activity-wizard.scss */
.view-selection .list-group-item.active {
  background-color: #003e70;
  border-color: #003e70;
}

/* line 42, app/commons/components/fast-activity-wizard/_fast-activity-wizard.scss */
.view-selection .list-group-item.active ul.list-group .list-group-item .list-group-item-caption {
  color: #444;
}

/* line 49, app/commons/components/fast-activity-wizard/_fast-activity-wizard.scss */
.view-selection .list-group-item.active:hover {
  background-color: #003e70;
}

/* line 53, app/commons/components/fast-activity-wizard/_fast-activity-wizard.scss */
.view-selection .list-group-item.active > .row > .col-xs-12 > .service-overview-container {
  color: #444;
}

/* line 58, app/commons/components/fast-activity-wizard/_fast-activity-wizard.scss */
.list-group-item.disabled {
  cursor: not-allowed;
}

/* line 62, app/commons/components/fast-activity-wizard/_fast-activity-wizard.scss */
.list-group-item:hover {
  background-color: #f5f5f5;
}

/* line 66, app/commons/components/fast-activity-wizard/_fast-activity-wizard.scss */
.list-group-item-caption {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 74, app/commons/components/fast-activity-wizard/_fast-activity-wizard.scss */
.service-overview-container {
  margin-top: 15px;
  margin-bottom: 5px;
  padding: 0;
  cursor: default;
}

/* line 82, app/commons/components/fast-activity-wizard/_fast-activity-wizard.scss */
.service-table {
  margin-bottom: 5px;
}

/* line 85, app/commons/components/fast-activity-wizard/_fast-activity-wizard.scss */
.service-table tbody > tr.results-row > td:nth-child(2) {
  border-top: 5px double #ddd;
}

/* line 89, app/commons/components/fast-activity-wizard/_fast-activity-wizard.scss */
.service-table tbody > tr.results-row > td:first-child {
  border-top: none;
}

/* line 95, app/commons/components/fast-activity-wizard/_fast-activity-wizard.scss */
.fast-activity-wizard textarea {
  resize: vertical;
}

/* line 98, app/commons/components/fast-activity-wizard/_fast-activity-wizard.scss */
.fast-activity-wizard div > .view-container:nth-child(2) {
  margin-top: 30px;
}

/* line 103, app/commons/components/fast-activity-wizard/_fast-activity-wizard.scss */
.view-container {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 10px 15px 15px 15px;
}

/* line 110, app/commons/components/fast-activity-wizard/_fast-activity-wizard.scss */
.view-container.form-group-spacing .form-horizontal > .form-group {
  margin-bottom: 15px;
}

/* line 115, app/commons/components/fast-activity-wizard/_fast-activity-wizard.scss */
.view-container.no-margin-top {
  margin-top: 0 !important;
}

/* line 119, app/commons/components/fast-activity-wizard/_fast-activity-wizard.scss */
.view-container.extra-margin-top {
  margin-top: 15px;
}

/* line 125, app/commons/components/fast-activity-wizard/_fast-activity-wizard.scss */
.view-container.form-group-spacing .form-horizontal .form-group {
  margin-bottom: 15px;
}

/* line 131, app/commons/components/fast-activity-wizard/_fast-activity-wizard.scss */
.view-container > h2 {
  margin: 30px 0 0 0;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #ddd;
  line-height: 0.1em;
}

/* line 139, app/commons/components/fast-activity-wizard/_fast-activity-wizard.scss */
.view-container .caption {
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  color: #959595;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 20px 0;
}

/* line 149, app/commons/components/fast-activity-wizard/_fast-activity-wizard.scss */
.view-container .caption.has-sub-caption {
  margin-bottom: 5px;
}

/* line 153, app/commons/components/fast-activity-wizard/_fast-activity-wizard.scss */
.view-container .caption:nth-child(2) {
  margin-top: 30px;
}

/* line 157, app/commons/components/fast-activity-wizard/_fast-activity-wizard.scss */
.view-container .caption.sub-caption {
  margin: 0 0 15px 0 !important;
}

/* line 161, app/commons/components/fast-activity-wizard/_fast-activity-wizard.scss */
.view-container.invalid > .caption {
  color: #d9534f;
}

/* line 165, app/commons/components/fast-activity-wizard/_fast-activity-wizard.scss */
.view-container.invalid {
  border-color: #d9534f;
}

/* line 169, app/commons/components/fast-activity-wizard/_fast-activity-wizard.scss */
.view-container.valid > .caption {
  color: #5cb85c;
}

/* line 173, app/commons/components/fast-activity-wizard/_fast-activity-wizard.scss */
.view-container.valid {
  border-color: #5cb85c;
}

/* line 178, app/commons/components/fast-activity-wizard/_fast-activity-wizard.scss */
.view-container .form-group.no-margin-bottom label.control-label {
  padding-top: 8px;
}

/* line 186, app/commons/components/fast-activity-wizard/_fast-activity-wizard.scss */
.fast-activity-wizard .view-container-separator .close {
  font-size: 15px;
}

/* line 190, app/commons/components/fast-activity-wizard/_fast-activity-wizard.scss */
.fast-activity-wizard .view-container-separator .close:hover {
  color: #a94442;
}

/* line 194, app/commons/components/fast-activity-wizard/_fast-activity-wizard.scss */
.fast-activity-wizard .view-container-separator .ng-invalid {
  border-color: #ddd !important;
}

/* line 200, app/commons/components/fast-activity-wizard/_fast-activity-wizard.scss */
.view-caption {
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  color: #959595;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 10px 0 20px 15px;
}

/* line 210, app/commons/components/fast-activity-wizard/_fast-activity-wizard.scss */
.wizard-navigator {
  margin-top: 20px;
}

/* line 214, app/commons/components/fast-activity-wizard/_fast-activity-wizard.scss */
.wizard-navigator .pager li > a {
  cursor: pointer;
}

/* line 220, app/commons/components/fast-activity-wizard/_fast-activity-wizard.scss */
.btn.btn-special {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 226, app/commons/components/fast-activity-wizard/_fast-activity-wizard.scss */
span.input-group-addon.has-switch {
  background-color: #fff;
}

/* line 230, app/commons/components/fast-activity-wizard/_fast-activity-wizard.scss */
span.input-group-addon.has-switch > span.switch {
  margin-bottom: -3px;
}

@media (min-width: 768px) {
  /* line 235, app/commons/components/fast-activity-wizard/_fast-activity-wizard.scss */
  .modal-xl {
    width: 98%;
  }
}

/* line 240, app/commons/components/fast-activity-wizard/_fast-activity-wizard.scss */
.capture-camera {
  font-size: 100px;
  cursor: pointer;
  color: #003e70;
}

/* line 246, app/commons/components/fast-activity-wizard/_fast-activity-wizard.scss */
.well {
  padding: 10px 15px 15px 15px;
}

/* line 249, app/commons/components/fast-activity-wizard/_fast-activity-wizard.scss */
.well .caption {
  font-size: 12px;
  font-weight: 700;
  color: #959595;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 20px 0;
}

/* line 1, app/commons/components/or-input-separator/_or-input-separator.scss */
.commons-or-input-separator {
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
}

/* line 5, app/commons/components/or-input-separator/_or-input-separator.scss */
.commons-or-input-separator .description {
  margin: 0 5px;
  color: #ddd;
}

/* line 10, app/commons/components/or-input-separator/_or-input-separator.scss */
.commons-or-input-separator .separator {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 2;
      flex-grow: 2;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 16, app/commons/components/or-input-separator/_or-input-separator.scss */
.commons-or-input-separator .separator .line {
  border-bottom: solid 1px #ddd;
}

/* line 3, app/commons/components/parent-activity-tree/activity-adoption/parent-search/_parent-search.scss */
.parent-activity-tree-activity-adoption-parent-search .radio-list-group .list-group-item {
  display: -ms-flexbox;
  display: flex;
}

/* line 6, app/commons/components/parent-activity-tree/activity-adoption/parent-search/_parent-search.scss */
.parent-activity-tree-activity-adoption-parent-search .radio-list-group .list-group-item .radio-container {
  width: 40px;
}

/* line 10, app/commons/components/parent-activity-tree/activity-adoption/parent-search/_parent-search.scss */
.parent-activity-tree-activity-adoption-parent-search .radio-list-group .list-group-item .title-container {
  -ms-flex-positive: 2;
      flex-grow: 2;
  font-weight: 150;
  padding-left: 15px;
}

/* line 4, app/commons/components/parent-activity-tree/_parent-activity-tree.scss */
.parent-activity-tree #change-history {
  padding: 0 15px 0 15px;
}

/* line 9, app/commons/components/parent-activity-tree/_parent-activity-tree.scss */
.parent-activity-tree div.client-decision-info .change-decision-btn {
  cursor: pointer;
}

/* line 12, app/commons/components/parent-activity-tree/_parent-activity-tree.scss */
.parent-activity-tree div.client-decision-info .change-decision-btn:hover {
  color: #71b0ce;
}

/* line 18, app/commons/components/parent-activity-tree/_parent-activity-tree.scss */
.parent-activity-tree ul.list-group, .parent-activity-tree .alert {
  margin-bottom: 0;
}

/* line 23, app/commons/components/parent-activity-tree/_parent-activity-tree.scss */
.parent-activity-tree ul.list-group .details-toggle {
  margin-right: 8px;
  cursor: pointer;
}

/* line 27, app/commons/components/parent-activity-tree/_parent-activity-tree.scss */
.parent-activity-tree ul.list-group .details-toggle:hover, .parent-activity-tree ul.list-group .details-toggle:focus {
  color: #848484;
}

/* line 33, app/commons/components/parent-activity-tree/_parent-activity-tree.scss */
.parent-activity-tree ul.decision-history table {
  margin-top: 8px;
}

/* line 39, app/commons/components/parent-activity-tree/_parent-activity-tree.scss */
.parent-activity-tree ul.child-activity-list li.list-group-item a span.glyphicon {
  margin-left: 4px;
}

@media only screen and (max-width: 2199px) {
  /* line 44, app/commons/components/parent-activity-tree/_parent-activity-tree.scss */
  .parent-activity-tree ul.child-activity-list li.list-group-item small.show-right {
    display: block;
  }
}

@media only screen and (min-width: 2200px) {
  /* line 49, app/commons/components/parent-activity-tree/_parent-activity-tree.scss */
  .parent-activity-tree ul.child-activity-list li.list-group-item small.show-right {
    float: right !important;
  }
}

/* line 54, app/commons/components/parent-activity-tree/_parent-activity-tree.scss */
.parent-activity-tree ul.child-activity-list li.list-group-item .view-container {
  margin-top: 8px;
  padding: 10px 15px;
}

/* line 58, app/commons/components/parent-activity-tree/_parent-activity-tree.scss */
.parent-activity-tree ul.child-activity-list li.list-group-item .view-container .form-group {
  margin-bottom: 0;
}

/* line 2, app/commons/components/payment-list/_payment-list.scss */
.payment-list-container .payment-table > .table {
  margin-bottom: 15px;
}

/* line 6, app/commons/components/payment-list/_payment-list.scss */
.payment-list-container .payment-table > .table > thead > tr > th {
  padding: 5px;
  border-bottom: 0;
}

/* line 14, app/commons/components/payment-list/_payment-list.scss */
.payment-list-container .payment-table > .table > tbody > tr:first-of-type > td {
  padding-top: 0;
}

/* line 20, app/commons/components/payment-list/_payment-list.scss */
.payment-list-container .payment-table > .table > tbody > tr > td {
  padding: 5px;
  border-top: 0;
}

/* line 28, app/commons/components/payment-list/_payment-list.scss */
.payment-list-container .payment-table > .table > tfoot > tr > td {
  border-top-width: 1px !important;
  border-top-style: inset !important;
}

/* line 36, app/commons/components/payment-list/_payment-list.scss */
.payment-list-container .delete-button {
  margin-left: 30px;
}

/* line 1, app/commons/components/partial-loading-indicator/_partial-loading-indicator.style.scss */
.partial-loading-indicator {
  position: relative;
  height: 100%;
  width: 100%;
}

/* line 6, app/commons/components/partial-loading-indicator/_partial-loading-indicator.style.scss */
.partial-loading-indicator img {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  display: block;
}

/* line 1, app/commons/components/photo-guide/_photo-guide.scss */
.commons-photo-guide {
  height: 90vh;
}

/* line 4, app/commons/components/photo-guide/_photo-guide.scss */
.commons-photo-guide #camera,
.commons-photo-guide #camera-view,
.commons-photo-guide #camera-sensor {
  position: fixed;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* line 13, app/commons/components/photo-guide/_photo-guide.scss */
.commons-photo-guide #camera-trigger {
  width: 75vw;
  height: 80px;
  padding: 0;
  background-color: black;
  opacity: 0.5;
  border: solid 3px #fff;
  border-radius: 40px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
  bottom: 30px;
  left: calc(12.5vw);
}

@media (orientation: landscape) {
  /* line 13, app/commons/components/photo-guide/_photo-guide.scss */
  .commons-photo-guide #camera-trigger {
    bottom: calc(12.5vh - 50px);
    left: calc(100% - 120px);
    height: 75vh;
    width: 80px;
  }
}

/* line 38, app/commons/components/photo-guide/_photo-guide.scss */
.commons-photo-guide #camera-trigger:active #inner-trigger-circle {
  width: 59px;
  height: 59px;
  margin: 7.5px;
  border-radius: 29.5px;
}

/* line 49, app/commons/components/photo-guide/_photo-guide.scss */
.commons-photo-guide #camera-trigger #inner-trigger-circle {
  height: 68px;
  width: calc(75vw - 12px);
  margin: 3px;
  border-radius: 34px;
  background-color: #fff;
  opacity: 0.5;
  transition: all 100ms;
}

@media (orientation: landscape) {
  /* line 49, app/commons/components/photo-guide/_photo-guide.scss */
  .commons-photo-guide #camera-trigger #inner-trigger-circle {
    width: 68px;
    height: calc(75vh - 12px);
  }
}

/* line 68, app/commons/components/photo-guide/_photo-guide.scss */
.commons-photo-guide #photo-guide-container {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 10px;
  background-color: #444;
  opacity: 0.5;
  z-index: 10;
}

@media screen and (max-width: 447px) {
  /* line 68, app/commons/components/photo-guide/_photo-guide.scss */
  .commons-photo-guide #photo-guide-container {
    height: 100px;
  }
}

/* line 80, app/commons/components/photo-guide/_photo-guide.scss */
.commons-photo-guide #photo-guide-container #photo-guide-close-button,
.commons-photo-guide #photo-guide-container #photo-guide-upload-indicator {
  position: fixed;
  right: 15px;
  top: 15px;
  color: #fff;
}

/* line 88, app/commons/components/photo-guide/_photo-guide.scss */
.commons-photo-guide #photo-guide-container #photo-step-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 2em;
  text-align: center;
  color: #fff;
}

/* line 96, app/commons/components/photo-guide/_photo-guide.scss */
.commons-photo-guide #photo-guide-container #photo-step-title {
  min-width: 50%;
  max-width: 50%;
  text-align: center;
}

/* line 101, app/commons/components/photo-guide/_photo-guide.scss */
.commons-photo-guide #photo-guide-container #photo-step-title .remarks {
  font-size: 0.8em;
  color: #fff;
}

/* line 107, app/commons/components/photo-guide/_photo-guide.scss */
.commons-photo-guide #photo-guide-container #photo-step-description {
  transition: height 100ms;
}

/* line 111, app/commons/components/photo-guide/_photo-guide.scss */
.commons-photo-guide #photo-guide-container #previous-button {
  min-width: 39.5px;
  margin-right: 15px;
}

/* line 116, app/commons/components/photo-guide/_photo-guide.scss */
.commons-photo-guide #photo-guide-container #next-button {
  min-width: 39.5px;
  margin-left: 15px;
}

@media screen and (max-width: 447px) {
  /* line 116, app/commons/components/photo-guide/_photo-guide.scss */
  .commons-photo-guide #photo-guide-container #next-button {
    position: fixed;
    right: 40px;
    top: 50px;
  }
}

/* line 128, app/commons/components/photo-guide/_photo-guide.scss */
.commons-photo-guide #photo-gallery {
  position: fixed;
  left: 30px;
  top: 60px;
  z-index: 10;
  width: 110px;
  height: calc(100% - 60px);
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 138, app/commons/components/photo-guide/_photo-guide.scss */
.commons-photo-guide #photo-gallery .gallery-item {
  height: 80px;
  width: 80px;
}

/* line 142, app/commons/components/photo-guide/_photo-guide.scss */
.commons-photo-guide #photo-gallery .gallery-item .image-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 80px;
  width: 80px;
}

/* line 150, app/commons/components/photo-guide/_photo-guide.scss */
.commons-photo-guide #photo-gallery .gallery-item img {
  border: solid 1px #ddd;
  max-width: 78px;
  max-height: 78px;
}

/* line 157, app/commons/components/photo-guide/_photo-guide.scss */
.commons-photo-guide #photo-gallery .photo-options {
  position: absolute;
  padding: 5px;
  color: #fff;
  background-color: #444;
  opacity: 0.5;
  left: 80px;
  top: 80px;
}

/* line 166, app/commons/components/photo-guide/_photo-guide.scss */
.commons-photo-guide #photo-gallery .photo-options .photo-options-title {
  color: #fff;
}

/* line 171, app/commons/components/photo-guide/_photo-guide.scss */
.commons-photo-guide #photo-gallery .replacement-screen {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  top: -80px;
  left: 0;
  height: 80px;
  width: 80px;
  background-color: #ff3a3a;
  opacity: 0.5;
  text-align: center;
  font-size: 3em;
}

@media screen and (orientation: portrait) {
  /* line 188, app/commons/components/photo-guide/_photo-guide.scss */
  .commons-photo-guide #photo-gallery {
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 60px;
    height: 80px;
    width: 100%;
    overflow-x: auto;
  }
}

@media screen and (orientation: portrait) and (max-width: 447px) {
  /* line 188, app/commons/components/photo-guide/_photo-guide.scss */
  .commons-photo-guide #photo-gallery {
    top: 100px;
  }
}

@media screen and (orientation: portrait) {
  /* line 198, app/commons/components/photo-guide/_photo-guide.scss */
  .commons-photo-guide #photo-gallery .gallery-item {
    border: solid 1px #ddd;
    margin-left: 3px;
    margin-right: 3px;
  }
}

/* line 206, app/commons/components/photo-guide/_photo-guide.scss */
.commons-photo-guide #preview-photo-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: fixed;
  bottom: 25px;
  right: 25px;
  height: 80px;
  width: 80px;
  border: solid 1px #fff;
  z-index: 10;
  background-color: #444;
}

/* line 222, app/commons/components/photo-guide/_photo-guide.scss */
.commons-photo-guide #preview-photo-container img {
  display: block;
  margin: auto;
  max-height: 78px;
  max-width: 78px;
}

/* line 230, app/commons/components/photo-guide/_photo-guide.scss */
.commons-photo-guide #zoom-container {
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  height: 25vh;
  top: 80px;
  right: 50px;
}

/* line 238, app/commons/components/photo-guide/_photo-guide.scss */
.commons-photo-guide #zoom-container #slider-container {
  width: 50px;
}

/* line 240, app/commons/components/photo-guide/_photo-guide.scss */
.commons-photo-guide #zoom-container #slider-container input[type="range"] {
  height: 25vh;
  width: 50px;
  -webkit-appearance: slider-vertical;
     -moz-appearance: slider-vertical;
          appearance: slider-vertical;
}

/* line 247, app/commons/components/photo-guide/_photo-guide.scss */
.commons-photo-guide #zoom-container #icon-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

/* line 2, app/commons/components/process-feedback/_process-feedback.scss */
.process-feedback .success {
  color: #5cb85c;
}

/* line 6, app/commons/components/process-feedback/_process-feedback.scss */
.process-feedback .error {
  color: #d9534f;
}

/* line 1, app/commons/components/progress-bar/progress-bar-milestone/_progress-bar-milestone.scss */
progress-bar-milestone {
  position: relative;
  top: -25px;
  height: 50px;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 3, app/commons/components/progress-bar/_progress-bar.scss */
.wap-progress-bar {
  width: 100%;
  margin-bottom: 50px;
  padding: 25px;
  border-radius: 4px;
}

/* line 12, app/commons/components/progress-bar/_progress-bar.scss */
.wap-progress-bar .progress-bar-container {
  height: 25px;
  position: relative;
  background-color: #fff;
  border: solid 1px #ddd;
  border-radius: 4px;
}

/* line 20, app/commons/components/progress-bar/_progress-bar.scss */
.wap-progress-bar .current-progress-bar {
  height: 23px;
  position: relative;
  border-radius: 4px;
}

/* line 2, app/commons/components/preview-client/_preview-client.scss */
.preview-client .uib-dropdown-menu > li > a {
  height: 30px;
}

/* line 6, app/commons/components/preview-client/_preview-client.scss */
.preview-client .ipad-min-width {
  min-width: 265px !important;
}

/* line 10, app/commons/components/preview-client/_preview-client.scss */
.preview-client .button-style {
  border-radius: 3px;
}

/* line 3, app/commons/components/rental-car-reception-wizard/rental-car-reception-previous-damage/rental-car-reception-wizard-previous-damage-part/_rental-car-reception-wizard-previous-damage-part.scss */
.rental-car-reception-previous-damage-part .photo-button-container button {
  display: block;
  margin-bottom: 30px;
}

/* line 7, app/commons/components/rental-car-reception-wizard/rental-car-reception-previous-damage/rental-car-reception-wizard-previous-damage-part/_rental-car-reception-wizard-previous-damage-part.scss */
.rental-car-reception-previous-damage-part .photo-button-container button:last-of-type {
  margin-bottom: 0;
}

/* line 13, app/commons/components/rental-car-reception-wizard/rental-car-reception-previous-damage/rental-car-reception-wizard-previous-damage-part/_rental-car-reception-wizard-previous-damage-part.scss */
.rental-car-reception-previous-damage-part .photo-button {
  margin-bottom: 15px;
}

/* line 18, app/commons/components/rental-car-reception-wizard/rental-car-reception-previous-damage/rental-car-reception-wizard-previous-damage-part/_rental-car-reception-wizard-previous-damage-part.scss */
.rental-car-reception-previous-damage-part .image-container img {
  margin-top: 5px;
}

/* line 6, app/commons/components/rental-car-reception-wizard/rental-car-reception-previous-damage/_rental-car-reception-wizard-previous-damage.scss */
.rental-car-reception-wizard-previous-damage .placeholder h2 {
  margin-top: 25px;
  text-align: center;
}

/* line 12, app/commons/components/rental-car-reception-wizard/rental-car-reception-previous-damage/_rental-car-reception-wizard-previous-damage.scss */
.rental-car-reception-wizard-previous-damage ul:not(.pager) {
  padding-left: 15px;
  list-style-type: none;
  cursor: pointer;
}

/* line 19, app/commons/components/rental-car-reception-wizard/rental-car-reception-previous-damage/_rental-car-reception-wizard-previous-damage.scss */
.rental-car-reception-wizard-previous-damage .new-layout .form-group.switch-label-inline-container {
  margin-bottom: 15px;
}

/* line 22, app/commons/components/rental-car-reception-wizard/rental-car-reception-previous-damage/_rental-car-reception-wizard-previous-damage.scss */
.rental-car-reception-wizard-previous-damage .new-layout .form-group.switch-label-inline-container label {
  position: relative;
  top: -12px;
  left: 10px;
}

/* line 31, app/commons/components/rental-car-reception-wizard/rental-car-reception-previous-damage/_rental-car-reception-wizard-previous-damage.scss */
.rental-car-reception-wizard-previous-damage ul.component-list li {
  height: 40px;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 38, app/commons/components/rental-car-reception-wizard/rental-car-reception-previous-damage/_rental-car-reception-wizard-previous-damage.scss */
.rental-car-reception-wizard-previous-damage ul.component-list li .item-description {
  display: inline-block;
}

/* line 43, app/commons/components/rental-car-reception-wizard/rental-car-reception-previous-damage/_rental-car-reception-wizard-previous-damage.scss */
.rental-car-reception-wizard-previous-damage ul.component-list li.is-selected {
  background: #337ab7 !important;
}

/* line 45, app/commons/components/rental-car-reception-wizard/rental-car-reception-previous-damage/_rental-car-reception-wizard-previous-damage.scss */
.rental-car-reception-wizard-previous-damage ul.component-list li.is-selected label {
  color: #fff !important;
}

/* line 50, app/commons/components/rental-car-reception-wizard/rental-car-reception-previous-damage/_rental-car-reception-wizard-previous-damage.scss */
.rental-car-reception-wizard-previous-damage ul.component-list li:nth-child(odd) {
  background: #f2f2f2;
}

/* line 55, app/commons/components/rental-car-reception-wizard/rental-car-reception-previous-damage/_rental-car-reception-wizard-previous-damage.scss */
.rental-car-reception-wizard-previous-damage .photo-button {
  margin-bottom: 15px;
}

/* line 59, app/commons/components/rental-car-reception-wizard/rental-car-reception-previous-damage/_rental-car-reception-wizard-previous-damage.scss */
.rental-car-reception-wizard-previous-damage .wrapper {
  position: relative;
  width: 700px;
  height: 1050px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 69, app/commons/components/rental-car-reception-wizard/rental-car-reception-previous-damage/_rental-car-reception-wizard-previous-damage.scss */
.rental-car-reception-wizard-previous-damage img {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 75, app/commons/components/rental-car-reception-wizard/rental-car-reception-previous-damage/_rental-car-reception-wizard-previous-damage.scss */
.rental-car-reception-wizard-previous-damage .signature-pad {
  position: absolute;
  left: 0;
  top: 0;
  width: 700px;
  height: 1050px;
}

/* line 3, app/commons/components/rental-car-reception-wizard/_rental-car-reception-wizard.scss */
.car-reception-wizard {
  display: block;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  /* Wizard Step Indicator */
}

/* line 10, app/commons/components/rental-car-reception-wizard/_rental-car-reception-wizard.scss */
.car-reception-wizard .step-indicator {
  width: 100%;
}

/* line 14, app/commons/components/rental-car-reception-wizard/_rental-car-reception-wizard.scss */
.car-reception-wizard .step-indicator .step:first-child .step-label {
  margin-left: 0;
}

/* line 20, app/commons/components/rental-car-reception-wizard/_rental-car-reception-wizard.scss */
.car-reception-wizard .step-indicator .step:last-child .step-label {
  margin-right: 0;
}

/* line 25, app/commons/components/rental-car-reception-wizard/_rental-car-reception-wizard.scss */
.car-reception-wizard .step-indicator .step {
  text-align: center;
  float: left;
  padding: 0;
}

/* line 30, app/commons/components/rental-car-reception-wizard/_rental-car-reception-wizard.scss */
.car-reception-wizard .step-indicator .step .connector {
  background: #ddd;
  width: 50%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 100;
}

/* line 39, app/commons/components/rental-car-reception-wizard/_rental-car-reception-wizard.scss */
.car-reception-wizard .step-indicator .step .connector.right {
  right: 0;
}

/* line 43, app/commons/components/rental-car-reception-wizard/_rental-car-reception-wizard.scss */
.car-reception-wizard .step-indicator .step .connector.left {
  left: 0;
}

/* line 47, app/commons/components/rental-car-reception-wizard/_rental-car-reception-wizard.scss */
.car-reception-wizard .step-indicator .step .step-label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #777777;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 2px 3px;
  margin: 15px 5px;
}

/* line 60, app/commons/components/rental-car-reception-wizard/_rental-car-reception-wizard.scss */
.car-reception-wizard .step-indicator .step span.glyphicon {
  font-size: 25px;
  padding: 18px;
  z-index: 150;
  background: #f8f8f8;
  border: 1px solid #ddd;
  color: #777777;
  border-radius: 50%;
  margin-left: 5px;
  /* Try to figure out why this is needed. "text-align: center" of .step class should do the trick, but the glyphicons are not being fully centered. */
}

/* line 72, app/commons/components/rental-car-reception-wizard/_rental-car-reception-wizard.scss */
.car-reception-wizard .step-indicator .step:hover span.glyphicon {
  background: #e2e2e2;
  border-color: #cacaca;
}

/* line 77, app/commons/components/rental-car-reception-wizard/_rental-car-reception-wizard.scss */
.car-reception-wizard .step-indicator .step:hover .step-label {
  background: #e2e2e2;
  border: 1px solid #cacaca;
}

/* line 85, app/commons/components/rental-car-reception-wizard/_rental-car-reception-wizard.scss */
.car-reception-wizard .step-indicator .step.sub-step span.glyphicon {
  font-size: 17px;
  padding: 13px;
}

/* line 92, app/commons/components/rental-car-reception-wizard/_rental-car-reception-wizard.scss */
.car-reception-wizard .step-indicator .step.active .glyphicon {
  background: #005191 !important;
  border-color: #00355e !important;
  color: #f8f8f8 !important;
}

/* line 98, app/commons/components/rental-car-reception-wizard/_rental-car-reception-wizard.scss */
.car-reception-wizard .step-indicator .step.active .step-label {
  color: #f8f8f8;
  background-color: #005191;
  border: 1px solid #00355e;
}

/* line 105, app/commons/components/rental-car-reception-wizard/_rental-car-reception-wizard.scss */
.car-reception-wizard .step-indicator > .step:first-child .connector.left {
  display: none;
}

/* line 109, app/commons/components/rental-car-reception-wizard/_rental-car-reception-wizard.scss */
.car-reception-wizard .step-indicator > .step:last-child .connector.right {
  display: none;
}

/* line 114, app/commons/components/rental-car-reception-wizard/_rental-car-reception-wizard.scss */
.car-reception-wizard .step-container {
  display: none;
  background: #f8f8f8;
  position: relative;
  padding-top: 20px;
}

/* line 120, app/commons/components/rental-car-reception-wizard/_rental-car-reception-wizard.scss */
.car-reception-wizard .step-container .drag-drop-highlight {
  display: none;
  height: 100%;
  width: 100%;
  background: #f8f8f8;
  border: 5px dashed #ddd;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1500;
  text-align: center;
}

/* line 133, app/commons/components/rental-car-reception-wizard/_rental-car-reception-wizard.scss */
.car-reception-wizard .step-container .drag-drop-highlight h1 {
  color: #ddd;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
}

/* line 140, app/commons/components/rental-car-reception-wizard/_rental-car-reception-wizard.scss */
.car-reception-wizard .step-container .drag-drop-highlight h1.icon {
  margin-top: 40px;
  font-size: 50px;
}

/* line 146, app/commons/components/rental-car-reception-wizard/_rental-car-reception-wizard.scss */
.car-reception-wizard .step-container.ng-invalid {
  border-color: #ddd !important;
}

/* line 150, app/commons/components/rental-car-reception-wizard/_rental-car-reception-wizard.scss */
.car-reception-wizard .step-container.summary {
  padding-top: 10px;
}

/* line 153, app/commons/components/rental-car-reception-wizard/_rental-car-reception-wizard.scss */
.car-reception-wizard .step-container.summary p.caption {
  background: #f8f8f8;
}

@media (min-width: 600px) {
  /* line 158, app/commons/components/rental-car-reception-wizard/_rental-car-reception-wizard.scss */
  .car-reception-wizard .step-container.summary p.caption {
    margin-bottom: 5px;
  }
}

/* line 165, app/commons/components/rental-car-reception-wizard/_rental-car-reception-wizard.scss */
.car-reception-wizard .step-container .list-group .list-group-item:hover {
  background: #fff;
}

/* line 170, app/commons/components/rental-car-reception-wizard/_rental-car-reception-wizard.scss */
.car-reception-wizard .step-container .tab-pane {
  background: #fff;
}

/* line 178, app/commons/components/rental-car-reception-wizard/_rental-car-reception-wizard.scss */
.car-reception-wizard .step-container activity-edit-services-assembly .view-container,
.car-reception-wizard .step-container activity-edit-services-car-part-form .view-container,
.car-reception-wizard .step-container activity-edit-services-spare-parts .view-container,
.car-reception-wizard .step-container activity-edit-services-paint .view-container {
  background: #fff;
}

/* line 182, app/commons/components/rental-car-reception-wizard/_rental-car-reception-wizard.scss */
.car-reception-wizard .step-container activity-edit-services-assembly form,
.car-reception-wizard .step-container activity-edit-services-car-part-form form,
.car-reception-wizard .step-container activity-edit-services-spare-parts form,
.car-reception-wizard .step-container activity-edit-services-paint form {
  margin-top: 0;
}

/* line 188, app/commons/components/rental-car-reception-wizard/_rental-car-reception-wizard.scss */
.car-reception-wizard .step-container activity-edit-services-extras .form-group {
  margin-bottom: 15px;
}

/* line 193, app/commons/components/rental-car-reception-wizard/_rental-car-reception-wizard.scss */
.car-reception-wizard .step-container activity-edit-services-car-part-select {
  margin: 0 !important;
}

/* line 196, app/commons/components/rental-car-reception-wizard/_rental-car-reception-wizard.scss */
.car-reception-wizard .step-container activity-edit-services-car-part-select img {
  border: 1px solid #ddd;
  border-radius: 4px;
}

/* line 202, app/commons/components/rental-car-reception-wizard/_rental-car-reception-wizard.scss */
.car-reception-wizard .step-container.active {
  display: block;
}

/* line 206, app/commons/components/rental-car-reception-wizard/_rental-car-reception-wizard.scss */
.car-reception-wizard .step-container .sub-step-container {
  display: none;
}

/* line 209, app/commons/components/rental-car-reception-wizard/_rental-car-reception-wizard.scss */
.car-reception-wizard .step-container .sub-step-container.active {
  display: block;
}

/* line 214, app/commons/components/rental-car-reception-wizard/_rental-car-reception-wizard.scss */
.car-reception-wizard .step-container .sub-step-container.dragging .drag-drop-highlight {
  display: block;
}

/* line 222, app/commons/components/rental-car-reception-wizard/_rental-car-reception-wizard.scss */
.car-reception-wizard form .switch-group {
  margin-top: 8px;
}

/* line 227, app/commons/components/rental-car-reception-wizard/_rental-car-reception-wizard.scss */
.car-reception-wizard .btn-group {
  margin-bottom: 3px;
}

/* line 234, app/commons/components/rental-car-reception-wizard/_rental-car-reception-wizard.scss */
.car-reception-wizard .previous-damage-container .placeholder h2 {
  margin-top: 25px;
  text-align: center;
}

/* line 240, app/commons/components/rental-car-reception-wizard/_rental-car-reception-wizard.scss */
.car-reception-wizard .previous-damage-container ul {
  list-style-type: none;
}

/* line 243, app/commons/components/rental-car-reception-wizard/_rental-car-reception-wizard.scss */
.car-reception-wizard .previous-damage-container ul li {
  height: 40px;
  vertical-align: middle;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
}

/* line 252, app/commons/components/rental-car-reception-wizard/_rental-car-reception-wizard.scss */
.car-reception-wizard .previous-damage-container ul li .item-description {
  display: inline-block;
}

/* line 257, app/commons/components/rental-car-reception-wizard/_rental-car-reception-wizard.scss */
.car-reception-wizard .previous-damage-container ul li.is-selected {
  background: #337ab7 !important;
}

/* line 259, app/commons/components/rental-car-reception-wizard/_rental-car-reception-wizard.scss */
.car-reception-wizard .previous-damage-container ul li.is-selected label {
  color: #fff !important;
}

/* line 264, app/commons/components/rental-car-reception-wizard/_rental-car-reception-wizard.scss */
.car-reception-wizard .previous-damage-container ul li:nth-child(odd) {
  background: #f2f2f2;
}

/* line 269, app/commons/components/rental-car-reception-wizard/_rental-car-reception-wizard.scss */
.car-reception-wizard .previous-damage-container .photo-button {
  margin-bottom: 15px;
}

/* line 274, app/commons/components/rental-car-reception-wizard/_rental-car-reception-wizard.scss */
.car-reception-wizard .previous-damage-container .image-container img {
  margin-top: 5px;
}

/* line 280, app/commons/components/rental-car-reception-wizard/_rental-car-reception-wizard.scss */
.car-reception-wizard .image-container {
  text-align: center;
  overflow-x: hidden;
}

/* line 284, app/commons/components/rental-car-reception-wizard/_rental-car-reception-wizard.scss */
.car-reception-wizard .image-container img {
  margin-top: 5px;
}

/* line 5, app/commons/components/spare-part-events/_spare-part-events.styles.scss */
.spare-part-events .list-group > .list-group-item:first-child,
.spare-part-stock-events .list-group > .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 11, app/commons/components/spare-part-events/_spare-part-events.styles.scss */
.spare-part-events .list-group > .list-group-item:hover,
.spare-part-stock-events .list-group > .list-group-item:hover {
  background: inherit;
}

/* line 16, app/commons/components/spare-part-events/_spare-part-events.styles.scss */
.spare-part-events .list-group .meta-info,
.spare-part-stock-events .list-group .meta-info {
  display: block;
  margin-top: 5px;
}

/* line 20, app/commons/components/spare-part-events/_spare-part-events.styles.scss */
.spare-part-events .list-group .meta-info .date,
.spare-part-stock-events .list-group .meta-info .date {
  font-size: 1.2em;
}

/* line 24, app/commons/components/spare-part-events/_spare-part-events.styles.scss */
.spare-part-events .list-group .meta-info .user,
.spare-part-stock-events .list-group .meta-info .user {
  display: block;
}

/* line 30, app/commons/components/spare-part-events/_spare-part-events.styles.scss */
.spare-part-events .list-group-item-heading,
.spare-part-stock-events .list-group-item-heading {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}

/* line 36, app/commons/components/spare-part-events/_spare-part-events.styles.scss */
.spare-part-events .status-remark,
.spare-part-stock-events .status-remark {
  padding: 5px 0 0 24px;
  font-size: 12px;
  color: #333;
}

/* line 42, app/commons/components/spare-part-events/_spare-part-events.styles.scss */
.spare-part-events .status-reset-btn,
.spare-part-stock-events .status-reset-btn {
  margin-left: 8px;
}

/* line 1, app/commons/components/toggle-separator-vertical/_toggle-separator-vertical.scss */
.commons-toggle-separator-vertical {
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
}

/* line 6, app/commons/components/toggle-separator-vertical/_toggle-separator-vertical.scss */
.commons-toggle-separator-vertical.is-open.open-padding-top {
  padding-top: 25px;
}

/* line 10, app/commons/components/toggle-separator-vertical/_toggle-separator-vertical.scss */
.commons-toggle-separator-vertical.is-open.open-padding-bottom {
  padding-bottom: 25px;
}

/* line 15, app/commons/components/toggle-separator-vertical/_toggle-separator-vertical.scss */
.commons-toggle-separator-vertical .description {
  margin: 0 5px;
  color: #ddd;
}

/* line 20, app/commons/components/toggle-separator-vertical/_toggle-separator-vertical.scss */
.commons-toggle-separator-vertical .separator {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 2;
      flex-grow: 2;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 26, app/commons/components/toggle-separator-vertical/_toggle-separator-vertical.scss */
.commons-toggle-separator-vertical .separator .line {
  border-bottom: solid 1px #ddd;
}

/* line 2, app/commons/components/email-attachments/_email-attachments.scss */
.email-attachments .list-group {
  max-height: 25vh;
  overflow-y: auto;
}

/* line 6, app/commons/components/email-attachments/_email-attachments.scss */
.email-attachments .list-group h4 {
  display: inline;
}

/* line 12, app/commons/components/email-attachments/_email-attachments.scss */
.email-attachments .list-group .switch {
  vertical-align: bottom;
}

/* line 17, app/commons/components/email-attachments/_email-attachments.scss */
.email-attachments .attachment-options {
  margin-top: 15px;
}

/* line 21, app/commons/components/email-attachments/_email-attachments.scss */
.email-attachments .tag-indicator {
  height: 1.2em;
  width: 10px;
}

/* line 25, app/commons/components/email-attachments/_email-attachments.scss */
.email-attachments .tag-indicator:first-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 30, app/commons/components/email-attachments/_email-attachments.scss */
.email-attachments .tag-indicator:last-of-type {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 36, app/commons/components/email-attachments/_email-attachments.scss */
.email-attachments .tag-filter-container {
  padding-bottom: 15px;
  overflow-x: auto;
}

/* line 41, app/commons/components/email-attachments/_email-attachments.scss */
.email-attachments .tag-filter {
  margin-right: 5px;
  padding: 3px;
  border-radius: 4px;
  color: #fff;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 49, app/commons/components/email-attachments/_email-attachments.scss */
.email-attachments .tag-filter:last-of-type {
  margin-right: 0;
}

/* line 53, app/commons/components/email-attachments/_email-attachments.scss */
.email-attachments .tag-filter .selection {
  height: 1em;
  min-width: 14px;
}

/* line 57, app/commons/components/email-attachments/_email-attachments.scss */
.email-attachments .tag-filter .selection .glyphicon {
  top: 0;
  left: 0;
  height: 1em;
}

/* line 2, app/commons/components/wap-select/_wap-select.scss */
.input-group > wap-select:nth-child(1) > .ui-select-container > .ui-select-match > span.form-control {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 8, app/commons/components/wap-select/_wap-select.scss */
.input-group > wap-select:nth-child(2) > .ui-select-container > .ui-select-match > span.form-control {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 13, app/commons/components/wap-select/_wap-select.scss */
.custom-clear-btn {
  position: absolute;
  font-size: 12px;
  right: 28px;
  top: 7px;
}

/* line 1, app/commons/components/zoom-mode/_zoom-mode.scss */
.zoom-mode-container,
.entry-option-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
  margin: 10px;
}

/* line 10, app/commons/components/zoom-mode/_zoom-mode.scss */
.zoom-mode-container .zoom-mode, .zoom-mode-container .entry-option,
.entry-option-container .zoom-mode,
.entry-option-container .entry-option {
  padding: 0px 10px 0px 10px;
  border-left: 1px solid #aaa;
}

/* line 14, app/commons/components/zoom-mode/_zoom-mode.scss */
.zoom-mode-container .zoom-mode:first-child, .zoom-mode-container .entry-option:first-child,
.entry-option-container .zoom-mode:first-child,
.entry-option-container .entry-option:first-child {
  border-left-style: none;
}

/* line 18, app/commons/components/zoom-mode/_zoom-mode.scss */
.zoom-mode-container .zoom-mode.active, .zoom-mode-container .entry-option.active,
.entry-option-container .zoom-mode.active,
.entry-option-container .entry-option.active {
  text-decoration: underline;
}

/* line 3, app/commons/components/wizard/wizard.scss */
wizard .wizard-container,
call-center-wizard .wizard-container {
  display: block;
  margin: 0 auto;
}

/* line 7, app/commons/components/wizard/wizard.scss */
wizard .wizard-container.narrow,
call-center-wizard .wizard-container.narrow {
  max-width: 540px;
}

/* line 11, app/commons/components/wizard/wizard.scss */
wizard .wizard-container .step-indicator,
wizard .wizard-container .cta-row,
call-center-wizard .wizard-container .step-indicator,
call-center-wizard .wizard-container .cta-row {
  padding: 0;
  display: block;
  max-width: 540px;
  margin: 0 auto;
}

/* line 19, app/commons/components/wizard/wizard.scss */
wizard .wizard-container .cta-row > *,
call-center-wizard .wizard-container .cta-row > * {
  padding: 0;
}

/* line 23, app/commons/components/wizard/wizard.scss */
wizard .wizard-container .cta-row > .col-xs-12,
call-center-wizard .wizard-container .cta-row > .col-xs-12 {
  max-width: 100%;
}

/* line 26, app/commons/components/wizard/wizard.scss */
wizard .wizard-container .cta-row > .col-xs-12 button.btn,
call-center-wizard .wizard-container .cta-row > .col-xs-12 button.btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  min-width: 0;
}

/* line 31, app/commons/components/wizard/wizard.scss */
wizard .wizard-container .cta-row > .col-xs-12 button.btn span:not(.icon),
call-center-wizard .wizard-container .cta-row > .col-xs-12 button.btn span:not(.icon) {
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 0;
}

/* line 40, app/commons/components/wizard/wizard.scss */
wizard > .wizard-container > div.form-row > div > div.view-container,
call-center-wizard > .wizard-container > div.form-row > div > div.view-container {
  padding-top: 20px;
}

/* line 43, app/commons/components/wizard/wizard.scss */
wizard > .wizard-container > div.form-row > div > div.view-container p.caption,
call-center-wizard > .wizard-container > div.form-row > div > div.view-container p.caption {
  margin-top: 30px;
}

/* line 46, app/commons/components/wizard/wizard.scss */
wizard > .wizard-container > div.form-row > div > div.view-container p.caption:first-of-type,
call-center-wizard > .wizard-container > div.form-row > div > div.view-container p.caption:first-of-type {
  margin-top: 0;
}

/* line 55, app/commons/components/wizard/wizard.scss */
wizard p.form-control-static span.svc:not(:last-of-type)::after,
call-center-wizard p.form-control-static span.svc:not(:last-of-type)::after {
  content: ', ';
}

/* line 62, app/commons/components/wizard/wizard.scss */
wizard .view-container,
call-center-wizard .view-container {
  background: #f8f8f8;
}

/* line 66, app/commons/components/wizard/wizard.scss */
wizard .step:not(.clickable),
call-center-wizard .step:not(.clickable) {
  cursor: not-allowed;
}

/* line 70, app/commons/components/wizard/wizard.scss */
wizard .step.clickable,
call-center-wizard .step.clickable {
  cursor: pointer;
}

/* line 74, app/commons/components/wizard/wizard.scss */
wizard .step-indicator,
call-center-wizard .step-indicator {
  display: block;
}

/* line 78, app/commons/components/wizard/wizard.scss */
wizard .step-indicator .step,
call-center-wizard .step-indicator .step {
  text-align: center;
  float: left;
}

/* line 83, app/commons/components/wizard/wizard.scss */
wizard .step-indicator.step-count-1 .step,
call-center-wizard .step-indicator.step-count-1 .step {
  width: 100%;
}

/* line 87, app/commons/components/wizard/wizard.scss */
wizard .step-indicator.step-count-2 .step,
call-center-wizard .step-indicator.step-count-2 .step {
  width: 50%;
}

/* line 91, app/commons/components/wizard/wizard.scss */
wizard .step-indicator.step-count-3 .step,
call-center-wizard .step-indicator.step-count-3 .step {
  width: 33.333%;
}

/* line 95, app/commons/components/wizard/wizard.scss */
wizard .step-indicator.step-count-4 .step,
call-center-wizard .step-indicator.step-count-4 .step {
  width: 25%;
}

/* line 99, app/commons/components/wizard/wizard.scss */
wizard .step-indicator.step-count-5 .step,
call-center-wizard .step-indicator.step-count-5 .step {
  width: 20%;
}

/* line 103, app/commons/components/wizard/wizard.scss */
wizard .step-indicator.step-count-6 .step,
call-center-wizard .step-indicator.step-count-6 .step {
  width: 16.667%;
}

/* line 107, app/commons/components/wizard/wizard.scss */
wizard .step-indicator.step-count-7 .step,
call-center-wizard .step-indicator.step-count-7 .step {
  width: 14.28%;
}

/* line 111, app/commons/components/wizard/wizard.scss */
wizard .step-indicator.step-count-8 .step,
call-center-wizard .step-indicator.step-count-8 .step {
  width: 12.5%;
}

/* line 115, app/commons/components/wizard/wizard.scss */
wizard .step-indicator .step .connector,
call-center-wizard .step-indicator .step .connector {
  background: #ddd;
  width: 50%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 100;
}

/* line 124, app/commons/components/wizard/wizard.scss */
wizard .step-indicator .step .connector.right,
call-center-wizard .step-indicator .step .connector.right {
  right: 0;
}

/* line 128, app/commons/components/wizard/wizard.scss */
wizard .step-indicator .step .connector.left,
call-center-wizard .step-indicator .step .connector.left {
  left: 0;
}

/* line 132, app/commons/components/wizard/wizard.scss */
wizard .step-indicator .step .step-label,
call-center-wizard .step-indicator .step .step-label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #777777;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 2px 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 15px auto;
}

/* line 150, app/commons/components/wizard/wizard.scss */
wizard .step-indicator .step,
call-center-wizard .step-indicator .step {
  padding: 0;
}

/* line 154, app/commons/components/wizard/wizard.scss */
wizard .step-indicator > .step:first-child .connector.left,
call-center-wizard .step-indicator > .step:first-child .connector.left {
  display: none;
}

/* line 158, app/commons/components/wizard/wizard.scss */
wizard .step-indicator > .step:last-child .connector.right,
call-center-wizard .step-indicator > .step:last-child .connector.right {
  display: none;
}

/* line 162, app/commons/components/wizard/wizard.scss */
wizard .step-indicator .step span.glyphicon,
call-center-wizard .step-indicator .step span.glyphicon {
  z-index: 150;
  background: #f8f8f8;
  border: 1px solid #ddd;
  color: #777777;
  border-radius: 50%;
  margin-left: 5px;
  /* Try to figure out why this is needed. "text-align: center" of .step class should do the trick, but the glyphicons are not being fully centered. */
}

/* line 171, app/commons/components/wizard/wizard.scss */
wizard .step-indicator .step span.glyphicon,
call-center-wizard .step-indicator .step span.glyphicon {
  font-size: 25px;
  padding: 18px;
}

/* line 176, app/commons/components/wizard/wizard.scss */
wizard .step-indicator .step.active .glyphicon,
call-center-wizard .step-indicator .step.active .glyphicon {
  background: #005191 !important;
  border-color: #00355e !important;
  color: #f8f8f8 !important;
}

/* line 182, app/commons/components/wizard/wizard.scss */
wizard .step-indicator .step.active .step-label,
call-center-wizard .step-indicator .step.active .step-label {
  color: #f8f8f8;
  background-color: #005191;
  border: 1px solid #00355e;
}

/* line 188, app/commons/components/wizard/wizard.scss */
wizard .abort,
call-center-wizard .abort {
  margin-top: 20px;
}

/* line 192, app/commons/components/wizard/wizard.scss */
wizard label.hint,
call-center-wizard label.hint {
  display: block;
  opacity: 0.5;
  font-size: 90%;
  margin: -3px 0 5px 0;
}

/* line 199, app/commons/components/wizard/wizard.scss */
wizard p.error-msg,
call-center-wizard p.error-msg {
  font-size: 90%;
  margin: 3px 0 7px 0;
  font-weight: bold;
}

/* line 205, app/commons/components/wizard/wizard.scss */
wizard .label.optional,
call-center-wizard .label.optional {
  margin-left: 5px;
  padding: 2px 3px;
  opacity: 0.5;
}

/* line 211, app/commons/components/wizard/wizard.scss */
wizard label.required:after,
call-center-wizard label.required:after {
  color: #a94442;
}

/* line 215, app/commons/components/wizard/wizard.scss */
wizard .checkbox,
call-center-wizard .checkbox {
  margin-top: 18px;
}

/* line 219, app/commons/components/wizard/wizard.scss */
wizard .checkbox input[type='checkbox'],
call-center-wizard .checkbox input[type='checkbox'] {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 0 0 -24px;
}

/* line 226, app/commons/components/wizard/wizard.scss */
wizard .checkbox label,
call-center-wizard .checkbox label {
  padding-left: 24px;
  font-weight: bold;
  zoom: 1.01;
}

/* line 232, app/commons/components/wizard/wizard.scss */
wizard .form-chunk p.caption,
call-center-wizard .form-chunk p.caption {
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  color: #959595;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 10px 0;
}

/* line 242, app/commons/components/wizard/wizard.scss */
wizard .form-chunk .form-chunk-heading,
call-center-wizard .form-chunk .form-chunk-heading {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #959595;
  letter-spacing: 1px;
  padding: 10px 15px;
  margin: -15px -15px 15px -15px;
  border-bottom: 1px solid #ddd;
  background: #f5f5f5;
}

/* line 256, app/commons/components/wizard/wizard.scss */
wizard .form-chunk .form-group:last-child,
call-center-wizard .form-chunk .form-group:last-child {
  margin-bottom: 30px;
}

/* line 260, app/commons/components/wizard/wizard.scss */
wizard .view-container,
call-center-wizard .view-container {
  background: #f8f8f8;
}

/* line 264, app/commons/components/wizard/wizard.scss */
wizard .view-container p.caption,
call-center-wizard .view-container p.caption {
  color: #2c699d;
  background: inherit;
}

/* line 269, app/commons/components/wizard/wizard.scss */
wizard .form-container,
call-center-wizard .form-container {
  width: 450px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  /* line 275, app/commons/components/wizard/wizard.scss */
  wizard .form-container,
  call-center-wizard .form-container {
    width: 100%;
  }
}

/* line 280, app/commons/components/wizard/wizard.scss */
wizard h4.guidance,
call-center-wizard h4.guidance {
  color: #777777;
  margin-top: 15px;
  margin-bottom: 25px;
}

/* line 286, app/commons/components/wizard/wizard.scss */
wizard .guidance-container,
call-center-wizard .guidance-container {
  position: relative;
  text-align: center;
  margin-top: -5px;
  margin-bottom: 10px;
}

/* line 293, app/commons/components/wizard/wizard.scss */
wizard .guidance-container h4.info,
call-center-wizard .guidance-container h4.info {
  color: #777777;
  z-index: 150;
  margin: 0;
  font-size: 95%;
}

/* line 300, app/commons/components/wizard/wizard.scss */
wizard .guidance-container .line-through,
call-center-wizard .guidance-container .line-through {
  background: #ddd;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 100;
}

/* line 308, app/commons/components/wizard/wizard.scss */
wizard .guidance-container .line-through.left,
call-center-wizard .guidance-container .line-through.left {
  width: 40%;
  left: 0;
}

/* line 313, app/commons/components/wizard/wizard.scss */
wizard .guidance-container .line-through.right,
call-center-wizard .guidance-container .line-through.right {
  width: 40%;
  right: 0;
}

/* line 318, app/commons/components/wizard/wizard.scss */
wizard .view-container.sub-container,
call-center-wizard .view-container.sub-container {
  background: #fff;
  margin-top: 15px;
}

/* line 323, app/commons/components/wizard/wizard.scss */
wizard .view-container.sub-container h4,
call-center-wizard .view-container.sub-container h4 {
  margin-bottom: 15px;
}

/* line 327, app/commons/components/wizard/wizard.scss */
wizard .view-container.sub-container p.caption,
call-center-wizard .view-container.sub-container p.caption {
  color: #959595;
}

/* line 331, app/commons/components/wizard/wizard.scss */
wizard .layout-row,
call-center-wizard .layout-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}

/* line 335, app/commons/components/wizard/wizard.scss */
wizard .layout-row > button.flex,
call-center-wizard .layout-row > button.flex {
  margin: 0 15px;
}

/* line 336, app/commons/components/wizard/wizard.scss */
wizard .layout-row > button.flex:first-child,
call-center-wizard .layout-row > button.flex:first-child {
  margin-left: 0;
}

/* line 340, app/commons/components/wizard/wizard.scss */
wizard .layout-row > button.flex:last-child,
call-center-wizard .layout-row > button.flex:last-child {
  margin-right: 0;
}

/* line 348, app/commons/components/wizard/wizard.scss */
wizard .flex,
call-center-wizard .flex {
  -ms-flex: 1;
      flex: 1;
  box-sizing: border-box;
}

/* line 4, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .wizard-container,
general-wizard .wizard-container {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

/* line 8, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .wizard-container.narrow,
general-wizard .wizard-container.narrow {
  max-width: 540px;
}

/* line 12, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .wizard-container .step-indicator,
user-task-wizard .wizard-container .cta-row,
general-wizard .wizard-container .step-indicator,
general-wizard .wizard-container .cta-row {
  padding: 0;
  display: block;
  max-width: 540px;
  margin: 0 auto;
}

/* line 20, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .wizard-container .cta-row > *,
general-wizard .wizard-container .cta-row > * {
  padding: 0;
}

/* line 25, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard #wizard-base-data,
general-wizard #wizard-base-data {
  margin-right: 50px;
}

/* line 29, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard #wizard-step-content,
general-wizard #wizard-step-content {
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 75vw;
  overflow-x: auto;
}

/* line 35, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard #wizard-step-content.full-width,
general-wizard #wizard-step-content.full-width {
  max-width: 100vw;
}

@media (max-width: 991px) {
  /* line 29, app/commons/components/user-task-wizard/_user-task-wizard.scss */
  user-task-wizard #wizard-step-content,
  general-wizard #wizard-step-content {
    max-width: 100vw;
  }
}

/* line 44, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard > .wizard-container > div.form-row > div > div.view-container,
general-wizard > .wizard-container > div.form-row > div > div.view-container {
  padding-top: 20px;
}

/* line 47, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard > .wizard-container > div.form-row > div > div.view-container p.caption,
general-wizard > .wizard-container > div.form-row > div > div.view-container p.caption {
  margin-top: 30px;
}

/* line 50, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard > .wizard-container > div.form-row > div > div.view-container p.caption:first-of-type,
general-wizard > .wizard-container > div.form-row > div > div.view-container p.caption:first-of-type {
  margin-top: 0;
}

/* line 59, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard p.form-control-static span.svc:not(:last-of-type)::after,
general-wizard p.form-control-static span.svc:not(:last-of-type)::after {
  content: ', ';
}

/* line 66, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .view-container,
general-wizard .view-container {
  background: #f8f8f8;
}

/* line 70, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .step:not(.clickable),
general-wizard .step:not(.clickable) {
  cursor: not-allowed;
}

/* line 74, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .step.clickable,
general-wizard .step.clickable {
  cursor: pointer;
}

/* line 78, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .step-indicator,
general-wizard .step-indicator {
  display: block;
}

/* line 82, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .step-indicator .step,
general-wizard .step-indicator .step {
  text-align: center;
  float: left;
}

/* line 87, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .step-indicator.step-count-1 .step,
general-wizard .step-indicator.step-count-1 .step {
  width: 100%;
}

/* line 91, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .step-indicator.step-count-2 .step,
general-wizard .step-indicator.step-count-2 .step {
  width: 50%;
}

/* line 95, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .step-indicator.step-count-3 .step,
general-wizard .step-indicator.step-count-3 .step {
  width: 33.333%;
}

/* line 99, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .step-indicator.step-count-4 .step,
general-wizard .step-indicator.step-count-4 .step {
  width: 25%;
}

/* line 103, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .step-indicator.step-count-5 .step,
general-wizard .step-indicator.step-count-5 .step {
  width: 20%;
}

/* line 107, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .step-indicator.step-count-6 .step,
general-wizard .step-indicator.step-count-6 .step {
  width: 16.667%;
}

/* line 111, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .step-indicator.step-count-7 .step,
general-wizard .step-indicator.step-count-7 .step {
  width: 14.28%;
}

/* line 115, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .step-indicator.step-count-8 .step,
general-wizard .step-indicator.step-count-8 .step {
  width: 12.5%;
}

/* line 119, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .step-indicator .step .connector,
general-wizard .step-indicator .step .connector {
  background: #ddd;
  width: 50%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 100;
}

/* line 128, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .step-indicator .step .connector.right,
general-wizard .step-indicator .step .connector.right {
  right: 0;
}

/* line 132, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .step-indicator .step .connector.left,
general-wizard .step-indicator .step .connector.left {
  left: 0;
}

/* line 136, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .step-indicator .step .step-label,
general-wizard .step-indicator .step .step-label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #777777;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 2px 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 15px auto;
}

/* line 154, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .step-indicator .step,
general-wizard .step-indicator .step {
  padding: 0;
}

/* line 158, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .step-indicator > .step:first-child .connector.left,
general-wizard .step-indicator > .step:first-child .connector.left {
  display: none;
}

/* line 162, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .step-indicator > .step:last-child .connector.right,
general-wizard .step-indicator > .step:last-child .connector.right {
  display: none;
}

/* line 166, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .step-indicator .step span.glyphicon,
general-wizard .step-indicator .step span.glyphicon {
  z-index: 150;
  background: #f8f8f8;
  border: 1px solid #ddd;
  color: #777777;
  border-radius: 50%;
  margin-left: 5px;
  /* Try to figure out why this is needed. "text-align: center" of .step class should do the trick, but the glyphicons are not being fully centered. */
}

/* line 176, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .step-indicator .step span.glyphicon,
general-wizard .step-indicator .step span.glyphicon {
  font-size: 25px;
  padding: 18px;
}

/* line 181, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .step-indicator .step.active .glyphicon,
general-wizard .step-indicator .step.active .glyphicon {
  background: #005191 !important;
  border-color: #00355e !important;
  color: #f8f8f8 !important;
}

/* line 187, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .step-indicator .step.active .step-label,
general-wizard .step-indicator .step.active .step-label {
  color: #f8f8f8;
  background-color: #005191;
  border: 1px solid #00355e;
}

/* line 193, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .abort,
general-wizard .abort {
  margin-top: 20px;
}

/* line 197, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard label.hint,
general-wizard label.hint {
  display: block;
  opacity: 0.5;
  font-size: 90%;
  margin: -3px 0 5px 0;
}

/* line 204, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard p.error-msg,
general-wizard p.error-msg {
  font-size: 90%;
  margin: 3px 0 7px 0;
  font-weight: bold;
}

/* line 210, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .label.optional,
general-wizard .label.optional {
  margin-left: 5px;
  padding: 2px 3px;
  opacity: 0.5;
}

/* line 216, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard label.required:after,
general-wizard label.required:after {
  color: #a94442;
}

/* line 220, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .checkbox,
general-wizard .checkbox {
  margin-top: 18px;
}

/* line 224, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .checkbox input[type='checkbox'],
general-wizard .checkbox input[type='checkbox'] {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 0 0 -24px;
}

/* line 231, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .checkbox label,
general-wizard .checkbox label {
  padding-left: 24px;
  font-weight: bold;
  zoom: 1.01;
}

/* line 237, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .form-chunk p.caption,
general-wizard .form-chunk p.caption {
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  color: #959595;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 10px 0;
}

/* line 247, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .form-chunk .form-chunk-heading,
general-wizard .form-chunk .form-chunk-heading {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #959595;
  letter-spacing: 1px;
  padding: 10px 15px;
  margin: -15px -15px 15px -15px;
  border-bottom: 1px solid #ddd;
  background: #f5f5f5;
}

/* line 261, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .form-chunk .form-group:last-child,
general-wizard .form-chunk .form-group:last-child {
  margin-bottom: 30px;
}

/* line 265, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .view-container,
general-wizard .view-container {
  background: #f8f8f8;
}

/* line 269, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .view-container p.caption,
general-wizard .view-container p.caption {
  color: #2c699d;
  background: inherit;
}

/* line 274, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .form-container,
general-wizard .form-container {
  width: 450px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  /* line 280, app/commons/components/user-task-wizard/_user-task-wizard.scss */
  user-task-wizard .form-container,
  general-wizard .form-container {
    width: 100%;
  }
}

/* line 285, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard h4.guidance,
general-wizard h4.guidance {
  color: #777777;
  margin-top: 15px;
  margin-bottom: 25px;
}

/* line 291, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .guidance-container,
general-wizard .guidance-container {
  position: relative;
  text-align: center;
  margin-top: -5px;
  margin-bottom: 10px;
}

/* line 298, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .guidance-container h4.info,
general-wizard .guidance-container h4.info {
  color: #777777;
  z-index: 150;
  margin: 0;
  font-size: 95%;
}

/* line 305, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .guidance-container .line-through,
general-wizard .guidance-container .line-through {
  background: #ddd;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 100;
}

/* line 313, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .guidance-container .line-through.left,
general-wizard .guidance-container .line-through.left {
  width: 40%;
  left: 0;
}

/* line 318, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .guidance-container .line-through.right,
general-wizard .guidance-container .line-through.right {
  width: 40%;
  right: 0;
}

/* line 323, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .view-container.sub-container,
general-wizard .view-container.sub-container {
  background: #fff;
  margin-top: 15px;
}

/* line 328, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .view-container.sub-container h4,
general-wizard .view-container.sub-container h4 {
  margin-bottom: 15px;
}

/* line 332, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .view-container.sub-container p.caption,
general-wizard .view-container.sub-container p.caption {
  color: #959595;
}

/* line 336, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .layout-row,
general-wizard .layout-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}

/* line 340, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .layout-row > button.flex,
general-wizard .layout-row > button.flex {
  margin: 0 15px;
}

/* line 341, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .layout-row > button.flex:first-child,
general-wizard .layout-row > button.flex:first-child {
  margin-left: 0;
}

/* line 345, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .layout-row > button.flex:last-child,
general-wizard .layout-row > button.flex:last-child {
  margin-right: 0;
}

/* line 353, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .flex,
general-wizard .flex {
  -ms-flex: 1;
      flex: 1;
  box-sizing: border-box;
}

/* line 358, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .wizzard-form-container,
general-wizard .wizzard-form-container {
  height: calc(100vh - 250px);
  overflow: auto;
}

/* line 363, app/commons/components/user-task-wizard/_user-task-wizard.scss */
user-task-wizard .wizzard-form-footer,
general-wizard .wizzard-form-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

@media only screen and (max-width: 600px) {
  /* line 371, app/commons/components/user-task-wizard/_user-task-wizard.scss */
  .m-quick-calculation .navigation-bar {
    margin-bottom: 0 !important;
  }
  /* line 374, app/commons/components/user-task-wizard/_user-task-wizard.scss */
  .m-quick-calculation .container-fluid {
    padding: 0 !important;
  }
  /* line 377, app/commons/components/user-task-wizard/_user-task-wizard.scss */
  .m-quick-calculation .mobile-hidden {
    display: none !important;
  }
  /* line 380, app/commons/components/user-task-wizard/_user-task-wizard.scss */
  .m-quick-calculation .mobile-show {
    display: block !important;
  }
  /* line 383, app/commons/components/user-task-wizard/_user-task-wizard.scss */
  .m-quick-calculation .wizard-container {
    display: block !important;
  }
  /* line 385, app/commons/components/user-task-wizard/_user-task-wizard.scss */
  .m-quick-calculation .wizard-container .panel {
    border-radius: 0 !important;
  }
  /* line 389, app/commons/components/user-task-wizard/_user-task-wizard.scss */
  .m-quick-calculation .m-p-0 {
    padding: 0 !important;
  }
  /* line 392, app/commons/components/user-task-wizard/_user-task-wizard.scss */
  .m-quick-calculation .m-m-0 {
    margin: 0 !important;
  }
  /* line 395, app/commons/components/user-task-wizard/_user-task-wizard.scss */
  .m-quick-calculation .m-m-b-10 {
    margin-bottom: 10px !important;
  }
  /* line 398, app/commons/components/user-task-wizard/_user-task-wizard.scss */
  .m-quick-calculation .m-m-l-50-negative {
    margin-left: -50% !important;
  }
  /* line 401, app/commons/components/user-task-wizard/_user-task-wizard.scss */
  .m-quick-calculation .m-rounded-0 {
    border-radius: 0 !important;
  }
  /* line 404, app/commons/components/user-task-wizard/_user-task-wizard.scss */
  .m-quick-calculation .m-w-full {
    width: 100% !important;
  }
  /* line 408, app/commons/components/user-task-wizard/_user-task-wizard.scss */
  .prd-btn-modal-wrapper {
    width: 100% !important;
  }
}

/* line 413, app/commons/components/user-task-wizard/_user-task-wizard.scss */
.mobile-show {
  display: none;
}

/* line 1, app/commons/components/wizard-progress-indicator/_wizard-progress-indicator.scss */
.wizard-progress-indicator {
  position: relative;
  padding: 15px;
}

/* line 7, app/commons/components/wizard-progress-indicator/_wizard-progress-indicator.scss */
.wizard-progress-indicator #adjoining-states-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 13, app/commons/components/wizard-progress-indicator/_wizard-progress-indicator.scss */
.wizard-progress-indicator #adjoining-states-container .adjoining-state-container {
  display: -ms-flexbox;
  display: flex;
}

/* line 16, app/commons/components/wizard-progress-indicator/_wizard-progress-indicator.scss */
.wizard-progress-indicator #adjoining-states-container .adjoining-state-container .adjoinining-state-icon {
  width: 32px;
  text-align: center;
}

/* line 24, app/commons/components/wizard-progress-indicator/_wizard-progress-indicator.scss */
.wizard-progress-indicator #current-state-title,
.wizard-progress-indicator #progress-percent {
  font-size: 1.25em;
  color: #003e70;
  text-align: center;
}

/* line 31, app/commons/components/wizard-progress-indicator/_wizard-progress-indicator.scss */
.wizard-progress-indicator #progress-container {
  position: relative;
  width: 120px;
  margin: auto;
}

/* line 37, app/commons/components/wizard-progress-indicator/_wizard-progress-indicator.scss */
.wizard-progress-indicator #progress-percent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 120px;
  width: 120px;
  margin: auto;
}

/* line 47, app/commons/components/wizard-progress-indicator/_wizard-progress-indicator.scss */
.wizard-progress-indicator #progress-ring {
  position: absolute;
  top: 0;
  left: 0;
  height: 120px;
  width: 120px;
}

/* line 54, app/commons/components/wizard-progress-indicator/_wizard-progress-indicator.scss */
.wizard-progress-indicator #progress-ring #progress-ring-circle {
  stroke-width: 12px;
  stroke: #003e70;
  transition: stroke-dashoffset 0.35s;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}

/* line 63, app/commons/components/wizard-progress-indicator/_wizard-progress-indicator.scss */
.wizard-progress-indicator #step-indicator {
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 5px;
  border: solid 1px #ddd;
}

/* line 1, app/commons/components/contact-select/_contact-select.scss */
.contact-select__dropdown-btn {
  border-radius: 0px 4px 4px 0px !important;
}

/* line 5, app/commons/components/contact-select/_contact-select.scss */
.contact-select__dropdown-item {
  width: 100%;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

/* line 10, app/commons/components/contact-select/_contact-select.scss */
.contact-select__dropdown-item a {
  padding: 0px 5px;
}

/* line 15, app/commons/components/contact-select/_contact-select.scss */
.contact-select__dropdown {
  min-width: 120px !important;
}

/* line 2, app/commons/components/existing-appointments/existing-appointments.scss */
.existing-appointments-container table td {
  line-height: 30px !important;
}

/* line 7, app/commons/components/existing-appointments/existing-appointments.scss */
.existing-appointments-container table tr.expired td {
  font-style: italic;
}

/* line 6, app/commons/components/wap-sidenav/wap-sidenav.scss */
wap-sidenav:focus {
  outline: none;
}

/* line 10, app/commons/components/wap-sidenav/wap-sidenav.scss */
wap-sidenav.md-locked-open {
  padding-right: 30px;
}

/* line 14, app/commons/components/wap-sidenav/wap-sidenav.scss */
wap-sidenav .info {
  display: none;
}

/* line 18, app/commons/components/wap-sidenav/wap-sidenav.scss */
wap-sidenav:not(.md-locked-open):not(.md-locked-open-remove) {
  position: fixed;
  top: 40px;
  left: 0;
  background: #003e70;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.14);
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: column;
      flex-direction: column;
  overflow: hidden;
}

/* line 30, app/commons/components/wap-sidenav/wap-sidenav.scss */
wap-sidenav:not(.md-locked-open):not(.md-locked-open-remove) .info {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #00477f;
}

/* line 35, app/commons/components/wap-sidenav/wap-sidenav.scss */
wap-sidenav:not(.md-locked-open):not(.md-locked-open-remove) .info .breadcrumb {
  text-align: center;
  margin-bottom: 0;
}

/* line 36, app/commons/components/wap-sidenav/wap-sidenav.scss */
wap-sidenav:not(.md-locked-open):not(.md-locked-open-remove) .info .breadcrumb:not(:first-child) {
  margin-top: 8px;
}

/* line 44, app/commons/components/wap-sidenav/wap-sidenav.scss */
wap-sidenav:not(.md-locked-open):not(.md-locked-open-remove) .info .view-selection {
  margin-top: 0;
}

/* line 49, app/commons/components/wap-sidenav/wap-sidenav.scss */
wap-sidenav:not(.md-locked-open):not(.md-locked-open-remove) .view-selection {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: column;
      flex-direction: column;
  overflow: auto;
}

/* line 55, app/commons/components/wap-sidenav/wap-sidenav.scss */
wap-sidenav:not(.md-locked-open):not(.md-locked-open-remove) .view-selection:first-child {
  margin-top: 8px;
}

/* line 59, app/commons/components/wap-sidenav/wap-sidenav.scss */
wap-sidenav:not(.md-locked-open):not(.md-locked-open-remove) .view-selection .list-group-item {
  background: transparent;
  border: none;
  border-radius: 0;
  color: #f2f2f2;
  padding: 15px;
}

/* line 66, app/commons/components/wap-sidenav/wap-sidenav.scss */
wap-sidenav:not(.md-locked-open):not(.md-locked-open-remove) .view-selection .list-group-item.active {
  background: #003661;
}

/* line 90, app/commons/components/wap-sidenav/wap-sidenav.scss */
wap-sidenav {
  box-sizing: border-box;
  position: absolute;
  -ms-flex-direction: column;
      flex-direction: column;
  z-index: 60;
  width: 320px;
  max-width: 320px;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 102, app/commons/components/wap-sidenav/wap-sidenav.scss */
wap-sidenav ul {
  list-style: none;
}

/* line 112, app/commons/components/wap-sidenav/wap-sidenav.scss */
wap-sidenav.md-closed {
  display: none;
}

/* line 117, app/commons/components/wap-sidenav/wap-sidenav.scss */
wap-sidenav.md-closed-add, wap-sidenav.md-closed-remove {
  display: -ms-flexbox;
  display: flex;
  transition: 0.2s ease-in all;
}

/* line 124, app/commons/components/wap-sidenav/wap-sidenav.scss */
wap-sidenav.md-closed-add.md-closed-add-active, wap-sidenav.md-closed-remove.md-closed-remove-active {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* line 130, app/commons/components/wap-sidenav/wap-sidenav.scss */
wap-sidenav.md-locked-open-add, wap-sidenav.md-locked-open-remove {
  position: static;
  display: -ms-flexbox;
  display: flex;
  transform: translate3d(0, 0, 0);
}

/* line 138, app/commons/components/wap-sidenav/wap-sidenav.scss */
wap-sidenav.md-locked-open, wap-sidenav.md-locked-open.md-closed, wap-sidenav.md-locked-open.md-closed.md-sidenav-left, wap-sidenav.md-locked-open.md-closed, wap-sidenav.md-locked-open.md-closed.md-sidenav-right {
  position: static;
  display: -ms-flexbox;
  display: flex;
  transform: translate3d(0, 0, 0);
}

/* line 148, app/commons/components/wap-sidenav/wap-sidenav.scss */
wap-sidenav.md-locked-open-remove.md-closed {
  position: static;
  display: -ms-flexbox;
  display: flex;
  transform: translate3d(0, 0, 0);
}

/* line 155, app/commons/components/wap-sidenav/wap-sidenav.scss */
wap-sidenav.md-closed.md-locked-open-add {
  position: static;
  display: -ms-flexbox;
  display: flex;
  transform: translate3d(0%, 0, 0);
}

/* line 162, app/commons/components/wap-sidenav/wap-sidenav.scss */
wap-sidenav.md-closed.md-locked-open-add:not(.md-locked-open-add-active) {
  transition: width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2), min-width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  width: 0 !important;
  min-width: 0 !important;
}

/* line 170, app/commons/components/wap-sidenav/wap-sidenav.scss */
wap-sidenav.md-closed.md-locked-open-add-active {
  transition: width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2), min-width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}

/* line 176, app/commons/components/wap-sidenav/wap-sidenav.scss */
wap-sidenav.md-locked-open-remove-active {
  transition: width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2), min-width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  width: 0 !important;
  min-width: 0 !important;
}

/* line 186, app/commons/components/wap-sidenav/wap-sidenav.scss */
.md-sidenav-backdrop.md-locked-open {
  display: none;
}

/* line 190, app/commons/components/wap-sidenav/wap-sidenav.scss */
.md-sidenav-left, wap-sidenav {
  left: 0;
  top: 0;
  transform: translate3d(0%, 0, 0);
}

/* line 195, app/commons/components/wap-sidenav/wap-sidenav.scss */
.md-sidenav-left.md-closed, wap-sidenav.md-closed {
  transform: translate3d(-100%, 0, 0);
}

/* line 200, app/commons/components/wap-sidenav/wap-sidenav.scss */
.md-sidenav-right {
  left: 100%;
  top: 0;
  transform: translate(-100%, 0);
}

/* line 205, app/commons/components/wap-sidenav/wap-sidenav.scss */
.md-sidenav-right.md-closed {
  transform: translate(0%, 0);
}

@media (min-width: 768px) {
  /* line 211, app/commons/components/wap-sidenav/wap-sidenav.scss */
  wap-sidenav {
    max-width: 320px;
  }
}

@media (max-width: 376px) {
  /* line 217, app/commons/components/wap-sidenav/wap-sidenav.scss */
  wap-sidenav {
    width: calc(100% - 56px);
    min-width: calc(100% - 56px);
    max-width: calc(100% - 56px);
  }
}

@media screen and (-ms-high-contrast: active) {
  /* line 226, app/commons/components/wap-sidenav/wap-sidenav.scss */
  .md-sidenav-left, wap-sidenav {
    border-right: 1px solid #fff;
  }
  /* line 229, app/commons/components/wap-sidenav/wap-sidenav.scss */
  .md-sidenav-right {
    border-left: 1px solid #fff;
  }
}

/* line 2, app/commons/components/car-form/car-form.scss */
.car-form-wrapper .form-control.is-invalid,
.car-form-wrapper .form-control:invalid, .car-form-wrapper .form-control.ng-invalid {
  border-color: #d9534f;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='red'><circle cx='6' cy='6' r='4.5'/><path stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/><circle cx='6' cy='8.2' r='.6' fill='red' stroke='none'/></svg>");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: 16px;
}

/* line 4, app/commons/styles/_ax-buttons.scss */
.ax-button {
  height: 34px;
  min-width: 34px;
  border: solid 1px #888;
  border-radius: 4px;
}

/* line 12, app/commons/styles/_ax-buttons.scss */
.ax-button.cta {
  background-color: #337ab7;
  color: #fff;
}

/* line 17, app/commons/styles/_ax-buttons.scss */
.ax-button.default {
  background-color: #efefef;
  color: #000;
}

/* line 23, app/commons/styles/_ax-buttons.scss */
.ax-button-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

/* line 27, app/commons/styles/_ax-buttons.scss */
.ax-button-row .ax-button {
  margin-right: 15px;
}

/* line 30, app/commons/styles/_ax-buttons.scss */
.ax-button-row .ax-button:last-child {
  margin-right: 0;
}

/* line 5, app/commons/styles/_ax-list.scss */
.ax-list .ax-list-item {
  margin-bottom: 3px;
  padding: 4px 10px;
  background-color: #f0f0f0;
  cursor: pointer;
}

/* line 11, app/commons/styles/_ax-list.scss */
.ax-list .ax-list-item.not-clickable {
  cursor: default;
}

/* line 15, app/commons/styles/_ax-list.scss */
.ax-list .ax-list-item:last-of-type {
  margin-bottom: 0;
}

/* line 19, app/commons/styles/_ax-list.scss */
.ax-list .ax-list-item:hover {
  background-color: #f6f6f6;
}

/* line 23, app/commons/styles/_ax-list.scss */
.ax-list .ax-list-item.no-results-placeholder, .ax-list .ax-list-item.loading-indicator {
  font-weight: normal;
  text-align: center;
  font-style: italic;
}

/* line 34, app/commons/styles/_ax-list.scss */
.ax-listing.pipe-separator span::after {
  content: ' | ';
}

/* line 38, app/commons/styles/_ax-list.scss */
.ax-listing.pipe-separator span:last-of-type::after {
  content: '';
}

/* line 3, app/commons/styles/_ax_tabs.scss */
.ax-tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 40px;
  overflow-x: auto;
}

/* line 9, app/commons/styles/_ax_tabs.scss */
.ax-tabs .tab {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding: 10px;
  min-width: 50px;
  cursor: pointer;
  color: #000;
  text-decoration: none;
}

/* line 20, app/commons/styles/_ax_tabs.scss */
.ax-tabs .tab .icon {
  font-size: 2em;
}

/* line 24, app/commons/styles/_ax_tabs.scss */
.ax-tabs .tab:hover {
  background-color: #f9f9f9;
  border-bottom: solid 2px #ddd;
}

/* line 29, app/commons/styles/_ax_tabs.scss */
.ax-tabs .tab.active {
  border-bottom: solid 2px #000;
}

/* line 33, app/commons/styles/_ax_tabs.scss */
.ax-tabs .tab a {
  text-decoration: none;
}

/* line 3, app/commons/styles/_ax-table-filters.scss */
.ax-table-filters .input-group .input-group-addon {
  background-color: #fff !important;
}

/* line 6, app/commons/styles/_ax-table-filters.scss */
.ax-table-filters .input-group .input-group-addon:first-child {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 12, app/commons/styles/_ax-table-filters.scss */
.ax-table-filters .input-group .input-group-addon:last-child {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 20, app/commons/styles/_ax-table-filters.scss */
.ax-table-filters .input-group input:not(:first-child) {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 26, app/commons/styles/_ax-table-filters.scss */
.ax-table-filters .input-group input:not(:last-child) {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1, app/commons/styles/_ax-table.scss */
.ax-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 3px;
}

/* line 8, app/commons/styles/_ax-table.scss */
.ax-table tr {
  background-color: #f0f0f0;
}

/* line 13, app/commons/styles/_ax-table.scss */
.ax-table thead th {
  padding: 4px 10px;
  font-size: 0.8em;
  color: #888;
}

/* line 21, app/commons/styles/_ax-table.scss */
.ax-table tbody td {
  padding: 6px 10px;
  font-weight: bold;
}

/* line 25, app/commons/styles/_ax-table.scss */
.ax-table tbody td .details {
  display: block;
  font-weight: normal;
  font-size: 0.7em;
  color: #888;
}

/* line 32, app/commons/styles/_ax-table.scss */
.ax-table tbody td.no-results-placeholder {
  font-weight: normal;
  text-align: center;
  font-style: italic;
}

/* line 40, app/commons/styles/_ax-table.scss */
.ax-table .numeric-value {
  text-align: right;
}

/* line 1, app/commons/styles/_dl.scss */
dl {
  padding-left: 0;
}

/* line 3, app/commons/styles/_dl.scss */
dl dt {
  width: 30% !important;
  margin-right: 10px;
}

/* line 7, app/commons/styles/_dl.scss */
dl dd {
  margin-left: 0px !important;
}

/* line 1, app/commons/styles/_ui-select.scss */
.ui-select-match-text,
.ui-select-placeholder {
  overflow: hidden;
  padding-right: 40px;
  text-overflow: ellipsis;
  width: 100%;
}

/* line 8, app/commons/styles/_ui-select.scss */
.ui-select-toggle > .btn.btn-link {
  margin-right: 10px;
  position: absolute;
  right: 10px;
  top: 6px;
}

/* line 2, app/commons/styles/_grid.scss */
.no-padding {
  padding: 0 !important;
  margin: 0 !important;
}

/* line 6, app/commons/styles/_grid.scss */
.no-horizontal-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 10, app/commons/styles/_grid.scss */
.form-group-margin {
  margin-bottom: 15px !important;
}

/* line 14, app/commons/styles/_grid.scss */
.form-group-margin-top {
  margin-top: 15px;
}

/* line 17, app/commons/styles/_grid.scss */
.flex-horizontal-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/* line 21, app/commons/styles/_grid.scss */
.regular-margin-bottom {
  margin-bottom: 15px;
}

/* line 6, app/commons/styles/_forms.scss */
form .ng-touched.ng-invalid, form .ng-touched.ng-invalid.ng-invalid-required,
ng-form .ng-touched.ng-invalid,
ng-form .ng-touched.ng-invalid.ng-invalid-required,
.filter-container .ng-touched.ng-invalid,
.filter-container .ng-touched.ng-invalid.ng-invalid-required,
.form .ng-touched.ng-invalid,
.form .ng-touched.ng-invalid.ng-invalid-required {
  border-color: #d9534f;
}

/* line 8, app/commons/styles/_forms.scss */
form .ng-touched.ng-invalid .ui-select-toggle, form .ng-touched.ng-invalid.ng-invalid-required .ui-select-toggle,
ng-form .ng-touched.ng-invalid .ui-select-toggle,
ng-form .ng-touched.ng-invalid.ng-invalid-required .ui-select-toggle,
.filter-container .ng-touched.ng-invalid .ui-select-toggle,
.filter-container .ng-touched.ng-invalid.ng-invalid-required .ui-select-toggle,
.form .ng-touched.ng-invalid .ui-select-toggle,
.form .ng-touched.ng-invalid.ng-invalid-required .ui-select-toggle {
  border-color: #d9534f;
}

/* line 14, app/commons/styles/_forms.scss */
form.submitted .ng-invalid, form.submitted .ng-invalid.ng-invalid-required, form.ng-submitted .ng-invalid, form.ng-submitted .ng-invalid.ng-invalid-required,
ng-form.submitted .ng-invalid,
ng-form.submitted .ng-invalid.ng-invalid-required,
ng-form.ng-submitted .ng-invalid,
ng-form.ng-submitted .ng-invalid.ng-invalid-required,
.filter-container.submitted .ng-invalid,
.filter-container.submitted .ng-invalid.ng-invalid-required,
.filter-container.ng-submitted .ng-invalid,
.filter-container.ng-submitted .ng-invalid.ng-invalid-required,
.form.submitted .ng-invalid,
.form.submitted .ng-invalid.ng-invalid-required,
.form.ng-submitted .ng-invalid,
.form.ng-submitted .ng-invalid.ng-invalid-required {
  border-color: #d9534f;
}

/* line 16, app/commons/styles/_forms.scss */
form.submitted .ng-invalid .ui-select-toggle, form.submitted .ng-invalid.ng-invalid-required .ui-select-toggle, form.ng-submitted .ng-invalid .ui-select-toggle, form.ng-submitted .ng-invalid.ng-invalid-required .ui-select-toggle,
ng-form.submitted .ng-invalid .ui-select-toggle,
ng-form.submitted .ng-invalid.ng-invalid-required .ui-select-toggle,
ng-form.ng-submitted .ng-invalid .ui-select-toggle,
ng-form.ng-submitted .ng-invalid.ng-invalid-required .ui-select-toggle,
.filter-container.submitted .ng-invalid .ui-select-toggle,
.filter-container.submitted .ng-invalid.ng-invalid-required .ui-select-toggle,
.filter-container.ng-submitted .ng-invalid .ui-select-toggle,
.filter-container.ng-submitted .ng-invalid.ng-invalid-required .ui-select-toggle,
.form.submitted .ng-invalid .ui-select-toggle,
.form.submitted .ng-invalid.ng-invalid-required .ui-select-toggle,
.form.ng-submitted .ng-invalid .ui-select-toggle,
.form.ng-submitted .ng-invalid.ng-invalid-required .ui-select-toggle {
  border-color: #d9534f;
}

/* line 22, app/commons/styles/_forms.scss */
form .label-switch-container label,
ng-form .label-switch-container label,
.filter-container .label-switch-container label,
.form .label-switch-container label {
  display: block;
}

/* line 26, app/commons/styles/_forms.scss */
form .switch-label-inline-container,
ng-form .switch-label-inline-container,
.filter-container .switch-label-inline-container,
.form .switch-label-inline-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/* line 29, app/commons/styles/_forms.scss */
form .switch-label-inline-container label,
ng-form .switch-label-inline-container label,
.filter-container .switch-label-inline-container label,
.form .switch-label-inline-container label {
  margin-left: 15px;
  margin-bottom: 0;
}

/* line 34, app/commons/styles/_forms.scss */
form .list-form-item-container,
ng-form .list-form-item-container,
.filter-container .list-form-item-container,
.form .list-form-item-container {
  position: relative;
}

/* line 36, app/commons/styles/_forms.scss */
form .list-form-item-container .list-form-item-closer,
ng-form .list-form-item-container .list-form-item-closer,
.filter-container .list-form-item-container .list-form-item-closer,
.form .list-form-item-container .list-form-item-closer {
  position: absolute;
  right: 10px;
  top: 10px;
}

/* line 45, app/commons/styles/_forms.scss */
form .or-separator h4,
ng-form .or-separator h4,
.filter-container .or-separator h4,
.form .or-separator h4 {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #d3d3d3;
  line-height: 0.1em;
  margin: 10px 0 20px;
}

/* line 52, app/commons/styles/_forms.scss */
form .or-separator h4 span,
ng-form .or-separator h4 span,
.filter-container .or-separator h4 span,
.form .or-separator h4 span {
  color: #9c9c9c;
  background: #fff;
  padding: 0 10px;
}

/* line 60, app/commons/styles/_forms.scss */
form input[type="checkbox"],
ng-form input[type="checkbox"],
.filter-container input[type="checkbox"],
.form input[type="checkbox"] {
  width: 20px !important;
  height: 20px !important;
}

/* line 65, app/commons/styles/_forms.scss */
form .inline-label-checkox,
ng-form .inline-label-checkox,
.filter-container .inline-label-checkox,
.form .inline-label-checkox {
  display: -ms-flexbox;
  display: flex;
}

/* line 68, app/commons/styles/_forms.scss */
form .inline-label-checkox input,
ng-form .inline-label-checkox input,
.filter-container .inline-label-checkox input,
.form .inline-label-checkox input {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 5px;
}

/* line 74, app/commons/styles/_forms.scss */
form .inline-label-checkox label,
ng-form .inline-label-checkox label,
.filter-container .inline-label-checkox label,
.form .inline-label-checkox label {
  margin-top: 4px;
  margin-bottom: 4px;
}

/* line 79, app/commons/styles/_forms.scss */
form .inline-label-checkox:last-of-type,
ng-form .inline-label-checkox:last-of-type,
.filter-container .inline-label-checkox:last-of-type,
.form .inline-label-checkox:last-of-type {
  margin-bottom: 0;
}

/* line 85, app/commons/styles/_forms.scss */
form .list-group.options .list-group-item,
ng-form .list-group.options .list-group-item,
.filter-container .list-group.options .list-group-item,
.form .list-group.options .list-group-item {
  display: -ms-flexbox;
  display: flex;
}

/* line 88, app/commons/styles/_forms.scss */
form .list-group.options .list-group-item .radio-container,
ng-form .list-group.options .list-group-item .radio-container,
.filter-container .list-group.options .list-group-item .radio-container,
.form .list-group.options .list-group-item .radio-container {
  width: 40px;
}

/* line 92, app/commons/styles/_forms.scss */
form .list-group.options .list-group-item .title-container,
ng-form .list-group.options .list-group-item .title-container,
.filter-container .list-group.options .list-group-item .title-container,
.form .list-group.options .list-group-item .title-container {
  -ms-flex-positive: 2;
      flex-grow: 2;
  font-size: 1.2em;
  font-weight: 150;
  padding-left: 15px;
}

/* line 101, app/commons/styles/_forms.scss */
form .list-group.options .checkbox-label-container input[type=checkbox], form .list-group.options .checkbox-label-container label,
ng-form .list-group.options .checkbox-label-container input[type=checkbox],
ng-form .list-group.options .checkbox-label-container label,
.filter-container .list-group.options .checkbox-label-container input[type=checkbox],
.filter-container .list-group.options .checkbox-label-container label,
.form .list-group.options .checkbox-label-container input[type=checkbox],
.form .list-group.options .checkbox-label-container label {
  display: inline;
}

/* line 106, app/commons/styles/_forms.scss */
form .list-group.options .confirmation-container,
ng-form .list-group.options .confirmation-container,
.filter-container .list-group.options .confirmation-container,
.form .list-group.options .confirmation-container {
  margin-bottom: 15px;
}

/* line 111, app/commons/styles/_forms.scss */
form .inline-checkbox-label,
ng-form .inline-checkbox-label,
.filter-container .inline-checkbox-label,
.form .inline-checkbox-label {
  display: -ms-flexbox;
  display: flex;
}

/* line 114, app/commons/styles/_forms.scss */
form .inline-checkbox-label label,
ng-form .inline-checkbox-label label,
.filter-container .inline-checkbox-label label,
.form .inline-checkbox-label label {
  margin-left: 5px;
  font-weight: bold !important;
}

/* line 118, app/commons/styles/_forms.scss */
form .inline-checkbox-label label.margin-top,
ng-form .inline-checkbox-label label.margin-top,
.filter-container .inline-checkbox-label label.margin-top,
.form .inline-checkbox-label label.margin-top {
  margin-top: 5px;
}

/* line 124, app/commons/styles/_forms.scss */
form fieldset,
ng-form fieldset,
.filter-container fieldset,
.form fieldset {
  padding: 15px;
  border: solid 1px #ddd;
  border-radius: 4px;
  margin-bottom: 15px;
}

/* line 130, app/commons/styles/_forms.scss */
form fieldset legend,
ng-form fieldset legend,
.filter-container fieldset legend,
.form fieldset legend {
  border-bottom: none;
  margin-bottom: 0;
}

/* line 8, app/commons/styles/_buttons.scss */
.icon-button {
  border-radius: 50px;
  height: 50px;
  width: 50px;
  padding: 0;
}

/* line 11, app/commons/styles/_buttons.scss */
.icon-button.large {
  font-size: 150%;
}

/* line 16, app/commons/styles/_buttons.scss */
.icon-button-medium {
  border-radius: 40px;
  height: 40px;
  width: 40px;
  padding: 0;
}

/* line 20, app/commons/styles/_buttons.scss */
.icon-button-small {
  border-radius: 30px;
  height: 30px;
  width: 30px;
  padding: 0;
}

/* line 24, app/commons/styles/_buttons.scss */
.icon-button-smaller {
  border-radius: 20px;
  height: 20px;
  width: 20px;
  padding: 0;
}

/* line 28, app/commons/styles/_buttons.scss */
.icon-button-tiny {
  border-radius: 15px;
  height: 15px;
  width: 15px;
  padding: 0;
}

/* line 32, app/commons/styles/_buttons.scss */
.wap-button {
  background-color: #ccc;
  color: #fff;
  border-style: none;
}

/* line 39, app/commons/styles/_buttons.scss */
.wap-button:hover {
  background-color: #337ab7;
  color: #fff;
}

/* line 44, app/commons/styles/_buttons.scss */
.single-button-margin {
  margin-left: 10px;
  margin-right: 10px;
}

/* line 50, app/commons/styles/_buttons.scss */
.glyphicon.is-loading {
  animation-name: spin;
  animation-duration: 2500ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* line 1, app/commons/styles/_button-row.scss */
.row-element {
  display: inline-block;
}

/* line 6, app/commons/styles/_button-row.scss */
.button-row .btn, .button-row .button, .button-row .row-element, .button-row button, .button-row span, .button-row a {
  margin-left: 15px;
}

/* line 9, app/commons/styles/_button-row.scss */
.button-row button:first-of-type,
.button-row .btn:first-of-type,
.button-row span:first-of-type,
.button-row .button:first-of-type,
.button-row .row-element,
.button-row a:first-of-type {
  margin-left: 0;
}

/* line 17, app/commons/styles/_button-row.scss */
.button-row button:last-of-type,
.button-row .btn:first-of-type,
.button-row span:last-of-type,
.button-row .button:last-of-type,
.button-row .row-element,
.button-row a:last-of-type {
  margin-right: 0;
}

/* line 1, app/commons/styles/_flex-layout.scss */
.flex-row {
  display: -ms-flexbox;
  display: flex;
}

/* line 4, app/commons/styles/_flex-layout.scss */
.flex-row.flex-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

/* line 8, app/commons/styles/_flex-layout.scss */
.flex-row.flex-center {
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 12, app/commons/styles/_flex-layout.scss */
.flex-row.vertical-center {
  -ms-flex-align: center;
      align-items: center;
}

/* line 16, app/commons/styles/_flex-layout.scss */
.flex-row.vertical-bottom {
  -ms-flex-align: end;
      align-items: end;
}

/* line 20, app/commons/styles/_flex-layout.scss */
.flex-row.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 24, app/commons/styles/_flex-layout.scss */
.flex-row .small-horizontal-spacing {
  margin-right: 5px;
}

/* line 27, app/commons/styles/_flex-layout.scss */
.flex-row .small-horizontal-spacing:last-of-type {
  margin-right: 0;
}

/* line 32, app/commons/styles/_flex-layout.scss */
.flex-row .mid-horizontal-spacing {
  margin-right: 15px;
}

/* line 35, app/commons/styles/_flex-layout.scss */
.flex-row .mid-horizontal-spacing:last-of-type {
  margin-right: 0;
}

/* line 41, app/commons/styles/_flex-layout.scss */
.flex-row .horizontal-spacing.sm-hs {
  margin-right: 5px;
}

/* line 45, app/commons/styles/_flex-layout.scss */
.flex-row .horizontal-spacing.md-hs {
  margin-right: 15px;
}

/* line 49, app/commons/styles/_flex-layout.scss */
.flex-row .horizontal-spacing.lg-hs {
  margin-right: 45px;
}

/* line 53, app/commons/styles/_flex-layout.scss */
.flex-row .horizontal-spacing:last-of-type {
  margin-right: 0;
}

/* line 58, app/commons/styles/_flex-layout.scss */
.flex-row.space-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

/* line 62, app/commons/styles/_flex-layout.scss */
.flex-row .flex-row-break {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 0;
}

/* line 68, app/commons/styles/_flex-layout.scss */
.flex-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

/* line 9, app/commons/styles/_table.scss */
.expandable-table tr.is-selected, .expandable-table .list-group-item.is-selected, .expandable-table .panel-heading.is-selected, .expandable-table .list-block.is-selected, .expandable-table .title-container.is-selected,
.list-group tr.is-selected,
.list-group .list-group-item.is-selected,
.list-group .panel-heading.is-selected,
.list-group .list-block.is-selected,
.list-group .title-container.is-selected,
.panel tr.is-selected,
.panel .list-group-item.is-selected,
.panel .panel-heading.is-selected,
.panel .list-block.is-selected,
.panel .title-container.is-selected,
.list-block tr.is-selected,
.list-block .list-group-item.is-selected,
.list-block .panel-heading.is-selected,
.list-block .list-block.is-selected,
.list-block .title-container.is-selected,
.step-container tr.is-selected,
.step-container .list-group-item.is-selected,
.step-container .panel-heading.is-selected,
.step-container .list-block.is-selected,
.step-container .title-container.is-selected {
  background-color: #0069bc !important;
  color: white;
}

/* line 12, app/commons/styles/_table.scss */
.expandable-table tr.is-selected a, .expandable-table .list-group-item.is-selected a, .expandable-table .panel-heading.is-selected a, .expandable-table .list-block.is-selected a, .expandable-table .title-container.is-selected a,
.list-group tr.is-selected a,
.list-group .list-group-item.is-selected a,
.list-group .panel-heading.is-selected a,
.list-group .list-block.is-selected a,
.list-group .title-container.is-selected a,
.panel tr.is-selected a,
.panel .list-group-item.is-selected a,
.panel .panel-heading.is-selected a,
.panel .list-block.is-selected a,
.panel .title-container.is-selected a,
.list-block tr.is-selected a,
.list-block .list-group-item.is-selected a,
.list-block .panel-heading.is-selected a,
.list-block .list-block.is-selected a,
.list-block .title-container.is-selected a,
.step-container tr.is-selected a,
.step-container .list-group-item.is-selected a,
.step-container .panel-heading.is-selected a,
.step-container .list-block.is-selected a,
.step-container .title-container.is-selected a {
  color: white;
}

/* line 16, app/commons/styles/_table.scss */
.expandable-table tr.is-expanded, .expandable-table .list-group-item.is-expanded, .expandable-table .panel-heading.is-expanded, .expandable-table .list-block.is-expanded, .expandable-table .title-container.is-expanded,
.list-group tr.is-expanded,
.list-group .list-group-item.is-expanded,
.list-group .panel-heading.is-expanded,
.list-group .list-block.is-expanded,
.list-group .title-container.is-expanded,
.panel tr.is-expanded,
.panel .list-group-item.is-expanded,
.panel .panel-heading.is-expanded,
.panel .list-block.is-expanded,
.panel .title-container.is-expanded,
.list-block tr.is-expanded,
.list-block .list-group-item.is-expanded,
.list-block .panel-heading.is-expanded,
.list-block .list-block.is-expanded,
.list-block .title-container.is-expanded,
.step-container tr.is-expanded,
.step-container .list-group-item.is-expanded,
.step-container .panel-heading.is-expanded,
.step-container .list-block.is-expanded,
.step-container .title-container.is-expanded {
  background-color: #fff !important;
}

/* line 22, app/commons/styles/_table.scss */
.table-interaction-container {
  display: inline-block;
  padding: 3px;
  min-height: 33.5px;
  width: 100%;
  border-bottom: solid 1px #ddd;
}

/* line 30, app/commons/styles/_table.scss */
.table-interaction-container .button-row > button, .table-interaction-container .button-row > div {
  margin-left: 5px;
}

/* line 33, app/commons/styles/_table.scss */
.table-interaction-container .button-row > button.job-btn {
  margin-left: 0;
}

@media screen and (max-width: 600px) and (min-width: 404px) {
  /* line 33, app/commons/styles/_table.scss */
  .table-interaction-container .button-row > button.job-btn {
    margin-top: 0px;
  }
}

@media screen and (max-width: 403px) {
  /* line 33, app/commons/styles/_table.scss */
  .table-interaction-container .button-row > button.job-btn {
    margin-top: 5px;
  }
}

/* line 47, app/commons/styles/_table.scss */
.interactive-table td.highlight-hover:hover {
  background-color: #eee;
}

/* line 1, app/commons/styles/_component-styles.scss */
.remarks {
  color: #616060;
  display: block;
  font-size: 80%;
}

/* line 6, app/commons/styles/_component-styles.scss */
.remarks.inline-remarks {
  display: inline !important;
}

/* line 11, app/commons/styles/_component-styles.scss */
.explanatory-text {
  padding: 15px;
}

/* line 14, app/commons/styles/_component-styles.scss */
.explanatory-text.spacing-top {
  margin-top: 15px;
}

/* line 18, app/commons/styles/_component-styles.scss */
.explanatory-text.spacing-bottom {
  margin-botom: 15px;
}

/* line 23, app/commons/styles/_component-styles.scss */
.important-text {
  font-weight: bold;
}

/* line 27, app/commons/styles/_component-styles.scss */
.text-centered {
  text-align: center;
}

/* line 31, app/commons/styles/_component-styles.scss */
.success-text {
  color: #5cb85c;
}

/* line 35, app/commons/styles/_component-styles.scss */
.error-text {
  color: #d9534f;
}

/* line 39, app/commons/styles/_component-styles.scss */
.dropzone {
  border: 2px dashed #ddd;
  border-radius: 5px;
  padding: 25px;
  min-height: 150px;
  color: #ddd;
  width: 100%;
}

/* line 48, app/commons/styles/_component-styles.scss */
.dz-error {
  border-color: #a94442;
}

/* line 52, app/commons/styles/_component-styles.scss */
.carousel > .left {
  margin: 0;
}

/* line 56, app/commons/styles/_component-styles.scss */
.modal-body.no-padding {
  padding: 0;
  background-color: black;
}

/* line 61, app/commons/styles/_component-styles.scss */
.slide-show-button {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

/* line 71, app/commons/styles/_component-styles.scss */
.picture-action-edit-icon {
  top: 10px;
}

/* line 75, app/commons/styles/_component-styles.scss */
.picture-action-edit-icon.left {
  left: 10px !important;
}

/* line 79, app/commons/styles/_component-styles.scss */
.slide-show-comment {
  padding: 15px;
  color: white;
}

/* line 84, app/commons/styles/_component-styles.scss */
.carousel-indicators {
  display: none;
}

/* line 89, app/commons/styles/_component-styles.scss */
a:hover .remarks {
  color: white;
}

/* line 94, app/commons/styles/_component-styles.scss */
ul {
  padding-left: 0;
  list-style-type: none;
}

/* line 101, app/commons/styles/_component-styles.scss */
.modal-dialog.modal-full-screen {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

/* line 110, app/commons/styles/_component-styles.scss */
.modal-body.scrollable {
  max-height: 80vh;
  overflow-y: auto;
}

/* line 118, app/commons/styles/_component-styles.scss */
.fullscreen-modal .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}

/* line 126, app/commons/styles/_component-styles.scss */
.modal-body.scrollable-modal-body {
  max-height: 75vh;
  overflow-y: scroll;
}

/* line 133, app/commons/styles/_component-styles.scss */
span.badge.badge-success {
  background-color: #5cb85c;
}

/* line 137, app/commons/styles/_component-styles.scss */
span.badge.badge-danger {
  background-color: #d9534f;
}

/* line 143, app/commons/styles/_component-styles.scss */
.category-container.category-indicator {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 5px 15px;
  width: 50px;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

/* line 155, app/commons/styles/_component-styles.scss */
ul.indented {
  list-style-type: disc;
  -webkit-padding-start: 40px !important;
          padding-inline-start: 40px !important;
}

/* line 160, app/commons/styles/_component-styles.scss */
.scrollable-container {
  max-height: 80vh;
  overflow-y: scroll;
}

/* line 1, app/commons/styles/_interaction.scss */
.is-selectable,
.is-clickable {
  cursor: pointer;
}

/* line 1, app/commons/styles/_list-block.scss */
.list-block {
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  border: solid 1px #ddd;
  border-bottom: none;
}

/* line 7, app/commons/styles/_list-block.scss */
.list-block:first-of-type {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 12, app/commons/styles/_list-block.scss */
.list-block:last-of-type, .list-block.list-block-single {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom: solid 1px #ddd;
}

/* line 19, app/commons/styles/_list-block.scss */
.list-block.no-border {
  border: none;
}

/* line 23, app/commons/styles/_list-block.scss */
.list-block.is-selected {
  border-right: solid 7px #0069bc;
}

/* line 27, app/commons/styles/_list-block.scss */
.list-block .list-block-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 5px;
  font-size: 22px;
  text-align: center;
  color: #888;
}

/* line 37, app/commons/styles/_list-block.scss */
.list-block .subtitle {
  display: block;
  margin-bottom: 5px;
  font-size: 8pt;
  text-align: center;
  color: #888;
}

/* line 44, app/commons/styles/_list-block.scss */
.list-block .subtitle:last-of-type {
  margin-bottom: 0px;
}

/* line 48, app/commons/styles/_list-block.scss */
.list-block .subtitle:first-of-type {
  margin-top: 5px;
}

/* line 54, app/commons/styles/_list-block.scss */
.list-block-content {
  padding-left: 5px;
}

/* line 57, app/commons/styles/_list-block.scss */
.list-block-content .list-block-title {
  display: block;
  font-weight: bold;
}

/* line 63, app/commons/styles/_list-block.scss */
.list-block-content .list-block-item-container .list-block-item {
  display: -ms-flexbox;
  display: flex;
  color: #888;
}

/* line 67, app/commons/styles/_list-block.scss */
.list-block-content .list-block-item-container .list-block-item .list-block-item-icon {
  padding-right: 5px;
}

/* line 73, app/commons/styles/_list-block.scss */
.list-block-content hr.list-block-item-separator {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 79, app/commons/styles/_list-block.scss */
.list-block-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  padding: 20px;
}

/* line 1, app/commons/styles/_map.scss */
map {
  height: 80vh;
}

/* line 1, app/commons/styles/_position-palette.scss */
.position-palette-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 6, app/commons/styles/_position-palette.scss */
.position-palette-container.column-palette {
  -ms-flex-direction: column;
      flex-direction: column;
}

/* line 9, app/commons/styles/_position-palette.scss */
.position-palette-container.column-palette .palette-item {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 5px;
}

/* line 14, app/commons/styles/_position-palette.scss */
.position-palette-container.column-palette .palette-item:last-of-type {
  margin-bottom: 0;
}

/* line 20, app/commons/styles/_position-palette.scss */
.position-palette-container .palette-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: start;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  width: 200px;
  border: 1px solid #ddd;
  border-radius: 3px;
  cursor: pointer;
}

/* line 32, app/commons/styles/_position-palette.scss */
.position-palette-container .palette-item .palette-icon {
  padding-left: 5px;
  padding-right: 5px;
}

/* line 37, app/commons/styles/_position-palette.scss */
.position-palette-container .palette-item.full-width {
  width: 100%;
}

/* line 41, app/commons/styles/_position-palette.scss */
.position-palette-container .palette-item:first-of-type {
  margin-left: 0;
}

/* line 45, app/commons/styles/_position-palette.scss */
.position-palette-container .palette-item:last-of-type {
  margin-right: 0;
}

/* line 49, app/commons/styles/_position-palette.scss */
.position-palette-container .palette-item.is-selected {
  background-color: #d3ecd3;
}

/* line 4, app/commons/styles/_tabs.scss */
.nav-tabs .has-invalid-form a {
  background-color: #ecd1d1;
}

/* line 1, app/commons/styles/_btn-group.scss */
.btn-group.btn-group-top-spacing {
  margin-top: 15px;
}

/* line 1, app/commons/styles/_card.scss */
.card {
  position: relative;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 4px;
  box-shadow: 1.5px 3px 15px #ddd;
}

/* line 21, app/commons/styles/_card.scss */
.card.is-selected {
  border: 1.5px solid #003e70;
}

/* line 25, app/commons/styles/_card.scss */
.card.secondary-card {
  margin-top: 40px;
}

/* line 29, app/commons/styles/_card.scss */
.card .card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
  height: 180px;
  width: 100%;
  display: block;
}

/* line 39, app/commons/styles/_card.scss */
.card .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 20px 20px 20px;
}

/* line 46, app/commons/styles/_card.scss */
.card .card-title {
  padding: 20px;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: .75rem;
  line-height: 1.2;
}

/* line 54, app/commons/styles/_card.scss */
.card .card-footer {
  padding: 20px;
  font-size: 1.25em;
  font-weight: bold;
  border-top: solid 1px #ddd;
}

/* line 61, app/commons/styles/_card.scss */
.card span.card-selection-indicator {
  position: absolute;
  left: -10px;
  top: -7px;
}

/* line 2, app/commons/styles/_typeahead-search.scss */
typeahead-search ul.search-result {
  list-style-type: none;
  padding: 0;
  z-index: 10;
  position: absolute;
  top: 33px;
  background-color: white;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: #ddd;
  border-bottom-color: #ddd;
  border-left-color: #ddd;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

/* line 26, app/commons/styles/_typeahead-search.scss */
typeahead-search ul.search-result li.result {
  padding: 6px 0px 6px 12px;
  width: 100%;
  border-bottom: 1px solid rgba(221, 221, 221, 0.3);
}

/* line 32, app/commons/styles/_typeahead-search.scss */
typeahead-search ul.search-result li:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 39, app/commons/styles/_typeahead-search.scss */
typeahead-search li.appointment-result {
  padding: 3px 0px 3px 6px;
  cursor: pointer;
}

/* line 44, app/commons/styles/_typeahead-search.scss */
typeahead-search li.create-appointment {
  padding: 3px 0px 3px 6px;
  cursor: pointer;
}

/* line 2, app/commons/styles/_wizard-static-data.scss */
.wizard-static-data #main-container {
  background-color: #f8f8f8;
  border: solid 1px #ddd;
  position: relative;
  min-height: 80vh;
}

/* line 9, app/commons/styles/_wizard-static-data.scss */
.wizard-static-data #main-container-toggler {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  right: -16px;
  top: 16px;
  height: 32px;
  width: 32px;
  border-radius: 16px;
  border: solid 1px #888;
  background-color: #fff;
  text-align: center;
}

/* line 26, app/commons/styles/_wizard-static-data.scss */
.wizard-static-data #container-content {
  width: 350px;
  max-width: 33vw;
  transition: width 200ms;
}

/* line 31, app/commons/styles/_wizard-static-data.scss */
.wizard-static-data #container-content.hide-content {
  width: 20px;
}

/* line 36, app/commons/styles/_wizard-static-data.scss */
.wizard-static-data .content-section {
  padding: 15px;
  border-bottom: solid 1px #ddd;
}

/* line 40, app/commons/styles/_wizard-static-data.scss */
.wizard-static-data .content-section .content-title {
  padding: 5px;
  font-weight: bold;
  font-size: 1.25em;
}

/* line 46, app/commons/styles/_wizard-static-data.scss */
.wizard-static-data .content-section .content-data-item {
  display: -ms-flexbox;
  display: flex;
}

/* line 49, app/commons/styles/_wizard-static-data.scss */
.wizard-static-data .content-section .content-data-item .data-icon {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}

/* line 56, app/commons/styles/_wizard-static-data.scss */
.wizard-static-data .content-section .content-data-item:first-of-type .data-value {
  font-weight: bold;
}

/* line 2, app/commons/styles/_wizard.scss */
.wizard-container .step-indicator {
  width: 100%;
}

/* line 6, app/commons/styles/_wizard.scss */
.wizard-container .step-indicator .step:first-child .step-label {
  margin-left: 0;
}

/* line 12, app/commons/styles/_wizard.scss */
.wizard-container .step-indicator .step:last-child .step-label {
  margin-right: 0;
}

/* line 17, app/commons/styles/_wizard.scss */
.wizard-container .step-indicator .step {
  text-align: center;
  float: left;
  padding: 0;
}

/* line 22, app/commons/styles/_wizard.scss */
.wizard-container .step-indicator .step .connector {
  background: #ddd;
  width: 50%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 100;
}

/* line 31, app/commons/styles/_wizard.scss */
.wizard-container .step-indicator .step .connector.right {
  right: 0;
}

/* line 35, app/commons/styles/_wizard.scss */
.wizard-container .step-indicator .step .connector.left {
  left: 0;
}

/* line 39, app/commons/styles/_wizard.scss */
.wizard-container .step-indicator .step .step-label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #777777;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 2px 3px;
  margin: 15px 5px;
}

/* line 52, app/commons/styles/_wizard.scss */
.wizard-container .step-indicator .step span.glyphicon {
  font-size: 25px;
  padding: 18px;
  z-index: 150;
  background: #f8f8f8;
  border: 1px solid #ddd;
  color: #777777;
  border-radius: 50%;
  margin-left: 5px;
  /* Try to figure out why this is needed. "text-align: center" of .step class should do the trick, but the glyphicons are not being fully centered. */
}

/* line 64, app/commons/styles/_wizard.scss */
.wizard-container .step-indicator .step:hover span.glyphicon {
  background: #e2e2e2;
  border-color: #cacaca;
}

/* line 69, app/commons/styles/_wizard.scss */
.wizard-container .step-indicator .step:hover .step-label {
  background: #e2e2e2;
  border: 1px solid #cacaca;
}

/* line 77, app/commons/styles/_wizard.scss */
.wizard-container .step-indicator .step.sub-step span.glyphicon {
  font-size: 17px;
  padding: 13px;
}

/* line 84, app/commons/styles/_wizard.scss */
.wizard-container .step-indicator .step.active .glyphicon {
  background: #005191 !important;
  border-color: #00355e !important;
  color: #f8f8f8 !important;
}

/* line 90, app/commons/styles/_wizard.scss */
.wizard-container .step-indicator .step.active .step-label {
  color: #f8f8f8;
  background-color: #005191;
  border: 1px solid #00355e;
}

/* line 97, app/commons/styles/_wizard.scss */
.wizard-container .step-indicator > .step:first-child .connector.left {
  display: none;
}

/* line 101, app/commons/styles/_wizard.scss */
.wizard-container .step-indicator > .step:last-child .connector.right {
  display: none;
}

/* line 106, app/commons/styles/_wizard.scss */
.wizard-container .step-container {
  display: none;
  background: #f8f8f8;
  position: relative;
  padding-top: 20px;
}

/* line 112, app/commons/styles/_wizard.scss */
.wizard-container .step-container .drag-drop-highlight {
  display: none;
  height: 100%;
  width: 100%;
  background: #f8f8f8;
  border: 5px dashed #ddd;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1500;
  text-align: center;
}

/* line 125, app/commons/styles/_wizard.scss */
.wizard-container .step-container .drag-drop-highlight h1 {
  color: #ddd;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
}

/* line 132, app/commons/styles/_wizard.scss */
.wizard-container .step-container .drag-drop-highlight h1.icon {
  margin-top: 40px;
  font-size: 50px;
}

/* line 138, app/commons/styles/_wizard.scss */
.wizard-container .step-container.ng-invalid {
  border-color: #ddd !important;
}

/* line 142, app/commons/styles/_wizard.scss */
.wizard-container .step-container.summary {
  padding-top: 10px;
}

/* line 145, app/commons/styles/_wizard.scss */
.wizard-container .step-container.summary p.caption {
  background: #f8f8f8;
}

@media (min-width: 600px) {
  /* line 150, app/commons/styles/_wizard.scss */
  .wizard-container .step-container.summary p.caption {
    margin-bottom: 5px;
  }
}

/* line 157, app/commons/styles/_wizard.scss */
.wizard-container .step-container .list-group .list-group-item:hover {
  background: #fff;
}

/* line 162, app/commons/styles/_wizard.scss */
.wizard-container .step-container .tab-pane {
  background: #fff;
}

/* line 166, app/commons/styles/_wizard.scss */
.wizard-container .step-container.active {
  display: block;
}

/* line 170, app/commons/styles/_wizard.scss */
.wizard-container .step-container .sub-step-container {
  display: none;
}

/* line 173, app/commons/styles/_wizard.scss */
.wizard-container .step-container .sub-step-container.active {
  display: block;
}

/* line 178, app/commons/styles/_wizard.scss */
.wizard-container .step-container .sub-step-container.dragging .drag-drop-highlight {
  display: block;
}

/* line 12, app/commons/styles/backdrop.scss */
md-backdrop {
  transition: opacity 450ms;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 59;
}

/* line 23, app/commons/styles/backdrop.scss */
md-backdrop.md-menu-backdrop {
  position: fixed !important;
  z-index: 59;
}

/* line 27, app/commons/styles/backdrop.scss */
md-backdrop.md-select-backdrop {
  z-index: 61;
  transition-duration: 0;
}

/* line 31, app/commons/styles/backdrop.scss */
md-backdrop.md-dialog-backdrop {
  z-index: 59;
}

/* line 34, app/commons/styles/backdrop.scss */
md-backdrop.md-bottom-sheet-backdrop {
  z-index: 59;
}

/* line 37, app/commons/styles/backdrop.scss */
md-backdrop.md-sidenav-backdrop {
  z-index: 59;
}

/* line 42, app/commons/styles/backdrop.scss */
md-backdrop.md-click-catcher {
  position: absolute;
}

/* line 46, app/commons/styles/backdrop.scss */
md-backdrop.md-opaque {
  background: #000;
  opacity: .48;
}

/* line 50, app/commons/styles/backdrop.scss */
md-backdrop.md-opaque.ng-enter {
  opacity: 0;
}

/* line 53, app/commons/styles/backdrop.scss */
md-backdrop.md-opaque.ng-enter.md-opaque.ng-enter-active {
  opacity: .48;
}

/* line 56, app/commons/styles/backdrop.scss */
md-backdrop.md-opaque.ng-leave {
  opacity: .48;
  transition: opacity 400ms;
}

/* line 60, app/commons/styles/backdrop.scss */
md-backdrop.md-opaque.ng-leave.md-opaque.ng-leave-active {
  opacity: 0;
}

/* line 3, app/features/activities/components/activity-edit/activity-edit-billing-summary/_activity-edit-billing-summary.scss */
.activity-billing-summary #stakeholder-advances .panel-body {
  max-height: 500px;
  overflow-y: auto;
}

/* line 10, app/features/activities/components/activity-edit/activity-edit-billing-summary/_activity-edit-billing-summary.scss */
.activity-billing-summary .view-container .table.table-condensed.table-striped span.label {
  margin-left: 6px;
}

/* line 1, app/features/activities/components/activity-edit/activity-edit-dashboard/activity-edit-dashboard-stakeholders-modal/_activity-edit-dashboard-stakeholders-modal.scss */
.partner-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}

/* line 6, app/features/activities/components/activity-edit/activity-edit-dashboard/activity-edit-dashboard-stakeholders-modal/_activity-edit-dashboard-stakeholders-modal.scss */
.partner-container .stakeholder {
  padding-left: 10px;
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: white;
}

/* line 13, app/features/activities/components/activity-edit/activity-edit-dashboard/activity-edit-dashboard-stakeholders-modal/_activity-edit-dashboard-stakeholders-modal.scss */
.partner-container .active {
  border-left-color: #337ab7;
}

/* line 17, app/features/activities/components/activity-edit/activity-edit-dashboard/activity-edit-dashboard-stakeholders-modal/_activity-edit-dashboard-stakeholders-modal.scss */
.partner-container p {
  margin-bottom: 0px;
}

/* line 21, app/features/activities/components/activity-edit/activity-edit-dashboard/activity-edit-dashboard-stakeholders-modal/_activity-edit-dashboard-stakeholders-modal.scss */
.partner-container .drag-handle {
  cursor: move;
  font-weight: 700;
  opacity: 0.5;
}

/* line 27, app/features/activities/components/activity-edit/activity-edit-dashboard/activity-edit-dashboard-stakeholders-modal/_activity-edit-dashboard-stakeholders-modal.scss */
.partner-container .tier-service {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/* line 34, app/features/activities/components/activity-edit/activity-edit-dashboard/activity-edit-dashboard-stakeholders-modal/_activity-edit-dashboard-stakeholders-modal.scss */
.stakeholders-container .inexistent-service {
  font-style: italic !important;
  color: #444 !important;
}

/* line 39, app/features/activities/components/activity-edit/activity-edit-dashboard/activity-edit-dashboard-stakeholders-modal/_activity-edit-dashboard-stakeholders-modal.scss */
.stakeholders-container span.switch-label {
  margin-right: 15px;
}

/* line 4, app/features/activities/components/activity-edit/activity-edit-dashboard/activity-edit-dashboard-export-to-accounting-modal/_activity-edit-dashboard-export-to-accounting-modal.scss */
.activity-edit-dashboard-export-to-accounting-modal tfoot tr:first-child td {
  border-top: 3px double #ddd;
  font-weight: 700;
}

/* line 11, app/features/activities/components/activity-edit/activity-edit-dashboard/activity-edit-dashboard-export-to-accounting-modal/_activity-edit-dashboard-export-to-accounting-modal.scss */
.activity-edit-dashboard-export-to-accounting-modal #invoice-status-alert {
  margin-bottom: 0;
}

/* line 15, app/features/activities/components/activity-edit/activity-edit-dashboard/activity-edit-dashboard-export-to-accounting-modal/_activity-edit-dashboard-export-to-accounting-modal.scss */
.activity-edit-dashboard-export-to-accounting-modal .switch-label-inline-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 20px;
}

/* line 20, app/features/activities/components/activity-edit/activity-edit-dashboard/activity-edit-dashboard-export-to-accounting-modal/_activity-edit-dashboard-export-to-accounting-modal.scss */
.activity-edit-dashboard-export-to-accounting-modal .switch-label-inline-container label {
  display: inherit;
  -ms-flex-align: inherit;
      align-items: inherit;
  margin: 0;
  cursor: pointer;
}

/* line 26, app/features/activities/components/activity-edit/activity-edit-dashboard/activity-edit-dashboard-export-to-accounting-modal/_activity-edit-dashboard-export-to-accounting-modal.scss */
.activity-edit-dashboard-export-to-accounting-modal .switch-label-inline-container label:not(.btn):last-child {
  font-weight: bold;
}

/* line 30, app/features/activities/components/activity-edit/activity-edit-dashboard/activity-edit-dashboard-export-to-accounting-modal/_activity-edit-dashboard-export-to-accounting-modal.scss */
.activity-edit-dashboard-export-to-accounting-modal .switch-label-inline-container label span.switch {
  margin-right: 8px;
}

/* line 33, app/features/activities/components/activity-edit/activity-edit-dashboard/activity-edit-dashboard-export-to-accounting-modal/_activity-edit-dashboard-export-to-accounting-modal.scss */
.activity-edit-dashboard-export-to-accounting-modal .switch-label-inline-container label span.switch small::before {
  content: '';
}

/* line 40, app/features/activities/components/activity-edit/activity-edit-dashboard/activity-edit-dashboard-export-to-accounting-modal/_activity-edit-dashboard-export-to-accounting-modal.scss */
.activity-edit-dashboard-export-to-accounting-modal .modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
}

/* line 45, app/features/activities/components/activity-edit/activity-edit-dashboard/activity-edit-dashboard-export-to-accounting-modal/_activity-edit-dashboard-export-to-accounting-modal.scss */
.activity-edit-dashboard-export-to-accounting-modal .modal-footer .spacer {
  -ms-flex: 1;
      flex: 1;
}

/* line 2, app/features/activities/components/activity-edit/activity-edit-dashboard/activity-edit-dashboard-estimate-comparison/_activity-edit-dashboard-estimate-comparison.scss */
.activity-edit-dashboard-estimate-comparison-title .modal-title {
  margin-bottom: 0;
  margin-top: 7px;
}

/* line 12, app/features/activities/components/activity-edit/activity-edit-dashboard/activity-edit-dashboard-estimate-comparison/_activity-edit-dashboard-estimate-comparison.scss */
.activity-edit-dashboard-estimate-comparison table tbody tr.base-wu-row td {
  cursor: default !important;
}

/* line 17, app/features/activities/components/activity-edit/activity-edit-dashboard/activity-edit-dashboard-estimate-comparison/_activity-edit-dashboard-estimate-comparison.scss */
.activity-edit-dashboard-estimate-comparison table tfoot {
  text-align: right;
  font-weight: 700;
}

/* line 22, app/features/activities/components/activity-edit/activity-edit-dashboard/activity-edit-dashboard-estimate-comparison/_activity-edit-dashboard-estimate-comparison.scss */
.activity-edit-dashboard-estimate-comparison table tfoot tr td {
  border-top-width: 3px !important;
  border-top-style: double !important;
}

/* line 28, app/features/activities/components/activity-edit/activity-edit-dashboard/activity-edit-dashboard-estimate-comparison/_activity-edit-dashboard-estimate-comparison.scss */
.activity-edit-dashboard-estimate-comparison table tfoot .percentage-diff {
  font-weight: bold;
}

/* line 3, app/features/activities/components/activity-edit/activity-edit-dashboard/activity-edit-dashboard-appointment-preview/activity-edit-dashboard-appointment-preview.scss */
activity-edit-dashboard-appointment-preview .list-group.repair-appointments .list-group-item .client-request label {
  white-space: nowrap;
}

/* line 8, app/features/activities/components/activity-edit/activity-edit-dashboard/_activity-edit-dashboard.scss */
.dashboard .dashboard-items div {
  margin-bottom: 20px;
}

/* line 12, app/features/activities/components/activity-edit/activity-edit-dashboard/_activity-edit-dashboard.scss */
.dashboard .dashboard-items div:first-child  {
  margin-bottom: 0px;
}

/* line 17, app/features/activities/components/activity-edit/activity-edit-dashboard/_activity-edit-dashboard.scss */
.dashboard a {
  cursor: pointer;
}

/* line 21, app/features/activities/components/activity-edit/activity-edit-dashboard/_activity-edit-dashboard.scss */
.dashboard p > a {
  cursor: pointer;
}

/* line 25, app/features/activities/components/activity-edit/activity-edit-dashboard/_activity-edit-dashboard.scss */
.dashboard .is-printable {
  display: none;
}

@media print {
  /* line 30, app/features/activities/components/activity-edit/activity-edit-dashboard/_activity-edit-dashboard.scss */
  .dashboard .is-printable {
    display: block;
  }
}

/* line 34, app/features/activities/components/activity-edit/activity-edit-dashboard/_activity-edit-dashboard.scss */
.dashboard .toggle-button-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
}

/* line 39, app/features/activities/components/activity-edit/activity-edit-dashboard/_activity-edit-dashboard.scss */
.dashboard .mt-10 {
  margin-top: 10px;
}

/* line 42, app/features/activities/components/activity-edit/activity-edit-dashboard/_activity-edit-dashboard.scss */
.dashboard .fw-bold {
  font-weight: bold;
}

/* line 45, app/features/activities/components/activity-edit/activity-edit-dashboard/_activity-edit-dashboard.scss */
.dashboard .invalid {
  border-color: red !important;
}

/* line 48, app/features/activities/components/activity-edit/activity-edit-dashboard/_activity-edit-dashboard.scss */
.dashboard .checkbox-selection {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

/* line 54, app/features/activities/components/activity-edit/activity-edit-dashboard/_activity-edit-dashboard.scss */
.dashboard .bvm-hints ul {
  list-style-type: circle;
  padding-left: 15px;
}

/* line 12, app/features/activities/components/activity-edit/activity-edit-repair-status/_activity-edit-repair-status.scss */
.activity-edit-repair-status p, .activity-edit-repair-status .status-card {
  border: 1px solid #e3e3e3;
  background-color: #f5f5f5;
}

/* line 16, app/features/activities/components/activity-edit/activity-edit-repair-status/_activity-edit-repair-status.scss */
.activity-edit-repair-status p:hover, .activity-edit-repair-status .status-card:hover {
  border-color: #c2c2c2;
  background-color: #e8e8e8;
  cursor: pointer;
}

/* line 22, app/features/activities/components/activity-edit/activity-edit-repair-status/_activity-edit-repair-status.scss */
.activity-edit-repair-status p.no-repair, .activity-edit-repair-status .status-card.no-repair {
  color: #333 !important;
}

/* line 26, app/features/activities/components/activity-edit/activity-edit-repair-status/_activity-edit-repair-status.scss */
.activity-edit-repair-status p.active, .activity-edit-repair-status .status-card.active {
  border: 1px solid #003e70;
  background-color: #bce2ff;
}

/* line 30, app/features/activities/components/activity-edit/activity-edit-repair-status/_activity-edit-repair-status.scss */
.activity-edit-repair-status p.active:hover, .activity-edit-repair-status .status-card.active:hover {
  cursor: default;
}

/* line 34, app/features/activities/components/activity-edit/activity-edit-repair-status/_activity-edit-repair-status.scss */
.activity-edit-repair-status p.active.no-repair, .activity-edit-repair-status .status-card.active.no-repair {
  border: 1px solid #b7b7b7 !important;
  background: #cfcfcf !important;
  color: #333 !important;
}

/* line 40, app/features/activities/components/activity-edit/activity-edit-repair-status/_activity-edit-repair-status.scss */
.activity-edit-repair-status p.active.danger.active:not(.dark), .activity-edit-repair-status .status-card.active.danger.active:not(.dark) {
  border: 1px solid #d9534f;
  background-color: #fdf7f7;
}

/* line 44, app/features/activities/components/activity-edit/activity-edit-repair-status/_activity-edit-repair-status.scss */
.activity-edit-repair-status p.active.danger.active:not(.dark) span.glyphicon.light, .activity-edit-repair-status .status-card.active.danger.active:not(.dark) span.glyphicon.light {
  color: #d9534f;
  opacity: 1.0;
}

/* line 50, app/features/activities/components/activity-edit/activity-edit-repair-status/_activity-edit-repair-status.scss */
.activity-edit-repair-status p.active.warning.active, .activity-edit-repair-status .status-card.active.warning.active {
  border: 1px solid #f0ad4e;
  background-color: #fceedb;
}

/* line 54, app/features/activities/components/activity-edit/activity-edit-repair-status/_activity-edit-repair-status.scss */
.activity-edit-repair-status p.active.warning.active span.glyphicon.light, .activity-edit-repair-status .status-card.active.warning.active span.glyphicon.light {
  color: #f0ad4e;
  opacity: 1.0;
}

/* line 60, app/features/activities/components/activity-edit/activity-edit-repair-status/_activity-edit-repair-status.scss */
.activity-edit-repair-status p.active.success, .activity-edit-repair-status .status-card.active.success {
  border: 1px solid #5cb85c;
  background-color: #eaf6ea;
}

/* line 64, app/features/activities/components/activity-edit/activity-edit-repair-status/_activity-edit-repair-status.scss */
.activity-edit-repair-status p.active.success span.glyphicon.light, .activity-edit-repair-status .status-card.active.success span.glyphicon.light {
  color: #5cb85c;
  opacity: 1.0;
}

/* line 71, app/features/activities/components/activity-edit/activity-edit-repair-status/_activity-edit-repair-status.scss */
.activity-edit-repair-status p.default, .activity-edit-repair-status .status-card.default {
  color: #003056;
}

/* line 75, app/features/activities/components/activity-edit/activity-edit-repair-status/_activity-edit-repair-status.scss */
.activity-edit-repair-status p.danger:not(.dark), .activity-edit-repair-status .status-card.danger:not(.dark) {
  color: #a02622;
}

/* line 79, app/features/activities/components/activity-edit/activity-edit-repair-status/_activity-edit-repair-status.scss */
.activity-edit-repair-status p.warning, .activity-edit-repair-status .status-card.warning {
  color: #c77c11;
}

/* line 83, app/features/activities/components/activity-edit/activity-edit-repair-status/_activity-edit-repair-status.scss */
.activity-edit-repair-status p.success, .activity-edit-repair-status .status-card.success {
  color: #357935;
}

/* line 88, app/features/activities/components/activity-edit/activity-edit-repair-status/_activity-edit-repair-status.scss */
.activity-edit-repair-status #status-bar {
  padding: 15px;
  border-radius: 5px;
  font-size: 120%;
  cursor: pointer;
}

/* line 3, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-car-part-form/_activity-edit-services-car-part-form.scss */
.activity-edit-services-car-part-form-container .view-container .form-separator {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 8, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-car-part-form/_activity-edit-services-car-part-form.scss */
.activity-edit-services-car-part-form-container .box-container {
  display: -ms-flexbox;
  display: flex;
  -ms-grid-column-align: center;
      justify-items: center;
  gap: 20px;
  padding: 0 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 14, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-car-part-form/_activity-edit-services-car-part-form.scss */
.activity-edit-services-car-part-form-container .box-container .box-item {
  -ms-flex: 1 1 19%;
      flex: 1 1 19%;
  background-color: white;
  color: #4E4957;
  padding: 10px 0;
  text-align: center;
}

/* line 20, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-car-part-form/_activity-edit-services-car-part-form.scss */
.activity-edit-services-car-part-form-container .box-container .box-item.active {
  background-color: #265291;
  color: white;
}

/* line 26, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-car-part-form/_activity-edit-services-car-part-form.scss */
.activity-edit-services-car-part-form-container .m-sticky-bottom-back-button {
  display: none;
}

@media only screen and (max-width: 600px) {
  /* line 26, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-car-part-form/_activity-edit-services-car-part-form.scss */
  .activity-edit-services-car-part-form-container .m-sticky-bottom-back-button {
    display: inherit;
    float: right;
    position: -webkit-sticky;
    position: sticky;
    bottom: -15px;
    z-index: 10;
  }
}

/* line 38, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-car-part-form/_activity-edit-services-car-part-form.scss */
.multiple-size-selector-container {
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 43, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-car-part-form/_activity-edit-services-car-part-form.scss */
.multiple-size-selector-container .multiple-size-selector {
  margin-left: 10px;
  margin-right: 10px;
}

/* line 48, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-car-part-form/_activity-edit-services-car-part-form.scss */
.multiple-size-selector-container .inactive-selector {
  background-color: #ccc;
}

/* line 53, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-car-part-form/_activity-edit-services-car-part-form.scss */
.size-selector-remover {
  margin-left: 10px;
}

/* line 56, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-car-part-form/_activity-edit-services-car-part-form.scss */
.size-selector-remover:hover {
  color: #b52b27;
  cursor: pointer;
}

/* line 62, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-car-part-form/_activity-edit-services-car-part-form.scss */
li > a > .size-selector-remover {
  color: #d9534f;
}

/* line 66, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-car-part-form/_activity-edit-services-car-part-form.scss */
li > a.active > .size-selector-remover {
  color: #fff;
}

@media only screen and (max-width: 600px) {
  /* line 71, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-car-part-form/_activity-edit-services-car-part-form.scss */
  .m-sticky-back-button {
    display: none;
    position: -webkit-sticky;
    position: sticky;
    top: -15px;
    z-index: 10;
  }
  /* line 78, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-car-part-form/_activity-edit-services-car-part-form.scss */
  .m-sticky-bottom-back-button {
    display: inherit;
    position: -webkit-sticky;
    position: sticky;
    bottom: -15px;
    z-index: 10;
  }
  /* line 87, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-car-part-form/_activity-edit-services-car-part-form.scss */
  .form-horizontal .form-group {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

/* line 1, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-car-part-select/_activity-edit-services-car-part-select.scss */
.vehicle-visual {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}

/* line 6, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-car-part-select/_activity-edit-services-car-part-select.scss */
.vehicle-visual .vehicle-svg, .vehicle-visual canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* line 13, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-car-part-select/_activity-edit-services-car-part-select.scss */
.vehicle-visual canvas {
  display: none;
}

/* line 18, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-car-part-select/_activity-edit-services-car-part-select.scss */
.vehicle-base {
  width: 100%;
}

/* line 23, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-car-part-select/_activity-edit-services-car-part-select.scss */
.vehicle-visual-interactive .vehicle-path {
  cursor: pointer;
}

/* line 29, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-car-part-select/_activity-edit-services-car-part-select.scss */
.printMode .vehicle-svg {
  display: none;
}

/* line 33, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-car-part-select/_activity-edit-services-car-part-select.scss */
.printMode .vehicle-visual canvas {
  display: inline;
}

/* line 3, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-car-rental/activity-edit-services-car-rental-details/_activity-edit-services-car-rental-details.scss */
.activity-edit-services-car-rental-details-container .rental-car-select-option .label {
  margin-left: 15px;
}

/* line 8, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-car-rental/activity-edit-services-car-rental-details/_activity-edit-services-car-rental-details.scss */
.activity-edit-services-car-rental-details-container #signature-toggle-button {
  margin-bottom: 30px;
}

/* line 3, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-pdr/_activity-edit-services-pdr.scss */
.activity-edit-services-pdr-container fieldset[disabled] span.switch {
  pointer-events: none;
  background: #eeeeee;
}

/* line 7, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-pdr/_activity-edit-services-pdr.scss */
.activity-edit-services-pdr-container fieldset[disabled] span.switch small {
  background: #d9d9d9;
}

/* line 12, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-pdr/_activity-edit-services-pdr.scss */
.activity-edit-services-pdr-container fieldset[disabled] activity-edit-services-car-part-select {
  pointer-events: none;
}

/* line 17, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-pdr/_activity-edit-services-pdr.scss */
.activity-edit-services-pdr-container .alert.service-locked {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

/* line 24, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-pdr/_activity-edit-services-pdr.scss */
.activity-edit-services-pdr-container #pdr-details-container {
  overflow-x: auto;
}

/* line 31, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-pdr/_activity-edit-services-pdr.scss */
.activity-edit-services-pdr-container table tbody tr.base-wu-row td {
  cursor: default !important;
}

/* line 36, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-pdr/_activity-edit-services-pdr.scss */
.activity-edit-services-pdr-container table tfoot {
  text-align: right;
  font-weight: 700;
}

/* line 41, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-pdr/_activity-edit-services-pdr.scss */
.activity-edit-services-pdr-container table tfoot tr .dent-total-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: left;
      justify-content: left;
}

/* line 48, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-pdr/_activity-edit-services-pdr.scss */
.activity-edit-services-pdr-container table tfoot tr:first-child td {
  border-top-width: 2px;
}

/* line 54, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-pdr/_activity-edit-services-pdr.scss */
.activity-edit-services-pdr-container table tfoot tr:last-child td {
  border-top-width: 3px;
  border-top-style: double;
}

/* line 62, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-pdr/_activity-edit-services-pdr.scss */
.activity-edit-services-pdr-container .pdr-settings-form .form-separator {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 68, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-pdr/_activity-edit-services-pdr.scss */
.activity-edit-services-pdr-container .pdr-settings-form .form-group .switch {
  top: 3px;
}

/* line 72, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-pdr/_activity-edit-services-pdr.scss */
.activity-edit-services-pdr-container .pdr-settings-form .form-group .input-group {
  top: 2px;
}

/* line 2, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-extras/_activity-edit-services-extras.scss */
.activity-edit-services-extras .extra-service-container {
  display: -ms-flexbox;
  display: flex;
  -ms-grid-column-align: center;
      justify-items: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 5px;
  padding: 10px;
  border: solid 1px #ddd;
}

/* line 10, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-extras/_activity-edit-services-extras.scss */
.activity-edit-services-extras .extra-service-container:last-of-type {
  margin-bottom: 0;
}

/* line 15, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-extras/_activity-edit-services-extras.scss */
.activity-edit-services-extras .extras-serice-icon-container {
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
}

/* line 20, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-extras/_activity-edit-services-extras.scss */
.activity-edit-services-extras .extras-service-content-container {
  -ms-flex-positive: 2;
      flex-grow: 2;
}

/* line 23, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-extras/_activity-edit-services-extras.scss */
.activity-edit-services-extras .extras-service-content-container .extra-service-title {
  font-weight: bold;
}

/* line 2, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-spare-parts/activity-edit-services-spare-parts-cart-modal/_activity-edit-services-spare-parts-cart-modal.scss */
.activity-edit-services-spare-parts-cart-modal ul {
  margin-left: 20px;
  list-style: circle;
}

/* line 7, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-spare-parts/activity-edit-services-spare-parts-cart-modal/_activity-edit-services-spare-parts-cart-modal.scss */
.activity-edit-services-spare-parts-cart-modal pre {
  white-space: pre-wrap;
}

/* line 12, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-spare-parts/activity-edit-services-spare-parts-cart-modal/_activity-edit-services-spare-parts-cart-modal.scss */
.activity-edit-services-spare-parts-cart-modal .part-desc::after {
  content: ',';
}

/* line 2, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-spare-parts/activity-edit-services-spare-part-general-message/activity-edit-services-spare-part-general-message-compose/_activity-edit-services-spare-part-general-message-compose.style.scss */
.activity-edit-services-spare-parts-general-message-compose ul {
  margin-left: 25px;
  margin-top: 15px;
  list-style-type: disc;
}

/* line 2, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-spare-parts/activity-edit-services-spare-part-general-message/activity-edit-services-spare-part-general-message-conclusion/_activity-edit-services-spare-part-general-message-conclusion.style.scss */
.activity-edit-services-spare-parts-general-message-conclusion pre {
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}

/* line 2, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-spare-parts/activity-edit-services-spare-parts-details/_activity-edit-services-spare-parts-details.scss */
.activity-edit-services-spare-parts-details input[type="checkbox"] {
  width: 34px;
}

/* line 7, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-spare-parts/_activity-edit-services-spare-parts.scss */
.activity-edit-services-spare-parts-container #sparePartForm {
  margin-top: 25px;
}

/* line 10, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-spare-parts/_activity-edit-services-spare-parts.scss */
.activity-edit-services-spare-parts-container #sparePartForm .controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  border-bottom: 0;
}

/* line 15, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-spare-parts/_activity-edit-services-spare-parts.scss */
.activity-edit-services-spare-parts-container #sparePartForm .controls .form-group {
  max-width: 33%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 20, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-spare-parts/_activity-edit-services-spare-parts.scss */
.activity-edit-services-spare-parts-container #sparePartForm .controls .form-group:not(:first-child) {
  padding-left: 15px !important;
}

/* line 24, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-spare-parts/_activity-edit-services-spare-parts.scss */
.activity-edit-services-spare-parts-container #sparePartForm .controls .form-group button {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 32, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-spare-parts/_activity-edit-services-spare-parts.scss */
.activity-edit-services-spare-parts-container #sparePartForm .table-scroll-container {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
}

/* line 37, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-spare-parts/_activity-edit-services-spare-parts.scss */
.activity-edit-services-spare-parts-container #sparePartForm .table-scroll-container::-webkit-scrollbar {
  -webkit-appearance: none;
          appearance: none;
  width: 14px;
  height: 14px;
}

/* line 43, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-spare-parts/_activity-edit-services-spare-parts.scss */
.activity-edit-services-spare-parts-container #sparePartForm .table-scroll-container::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 49, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-spare-parts/_activity-edit-services-spare-parts.scss */
.activity-edit-services-spare-parts-container #sparePartForm .table-scroll-container table {
  margin-bottom: 0;
  border: 0;
}

/* line 53, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-spare-parts/_activity-edit-services-spare-parts.scss */
.activity-edit-services-spare-parts-container #sparePartForm .table-scroll-container table tr > th,
.activity-edit-services-spare-parts-container #sparePartForm .table-scroll-container table tr > td {
  padding: 5px 8px;
  white-space: nowrap;
}

/* line 58, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-spare-parts/_activity-edit-services-spare-parts.scss */
.activity-edit-services-spare-parts-container #sparePartForm .table-scroll-container table tr > th.amount,
.activity-edit-services-spare-parts-container #sparePartForm .table-scroll-container table tr > th.amount > span,
.activity-edit-services-spare-parts-container #sparePartForm .table-scroll-container table tr > td.amount,
.activity-edit-services-spare-parts-container #sparePartForm .table-scroll-container table tr > td.amount > span {
  text-align: right;
}

/* line 64, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-spare-parts/_activity-edit-services-spare-parts.scss */
.activity-edit-services-spare-parts-container #sparePartForm .table-scroll-container table > thead > tr > th:first-child,
.activity-edit-services-spare-parts-container #sparePartForm .table-scroll-container table > tbody > tr > td:first-child,
.activity-edit-services-spare-parts-container #sparePartForm .table-scroll-container table > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 70, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-spare-parts/_activity-edit-services-spare-parts.scss */
.activity-edit-services-spare-parts-container #sparePartForm .table-scroll-container table tfoot > tr > td {
  font-weight: 700;
}

/* line 74, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-spare-parts/_activity-edit-services-spare-parts.scss */
.activity-edit-services-spare-parts-container #sparePartForm .table-scroll-container table td.actions,
.activity-edit-services-spare-parts-container #sparePartForm .table-scroll-container table th.actions {
  top: 0;
  right: 0;
  background-color: inherit;
}

/* line 81, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-spare-parts/_activity-edit-services-spare-parts.scss */
.activity-edit-services-spare-parts-container #sparePartForm .table-scroll-container table th.actions,
.activity-edit-services-spare-parts-container #sparePartForm .table-scroll-container table tfoot td.actions,
.activity-edit-services-spare-parts-container #sparePartForm .table-scroll-container table tr:nth-of-type(even) {
  background-color: #fff;
}

/* line 87, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-spare-parts/_activity-edit-services-spare-parts.scss */
.activity-edit-services-spare-parts-container #sparePartForm .table-scroll-container table tr > td {
  vertical-align: middle;
}

/* line 90, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-spare-parts/_activity-edit-services-spare-parts.scss */
.activity-edit-services-spare-parts-container #sparePartForm .table-scroll-container table tr > td > span {
  white-space: nowrap;
}

/* line 95, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-spare-parts/_activity-edit-services-spare-parts.scss */
.activity-edit-services-spare-parts-container #sparePartForm .table-scroll-container table tr > td input.form-control.single-price {
  min-width: 100px;
}

/* line 99, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-spare-parts/_activity-edit-services-spare-parts.scss */
.activity-edit-services-spare-parts-container #sparePartForm .table-scroll-container table tr > td input.form-control.part-description {
  min-width: 175px;
}

/* line 109, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-spare-parts/_activity-edit-services-spare-parts.scss */
.activity-edit-services-spare-parts-container .description-column {
  width: 30%;
}

/* line 113, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-spare-parts/_activity-edit-services-spare-parts.scss */
.activity-edit-services-spare-parts-container .spare-parts-price {
  width: 20%;
}

/* line 117, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-spare-parts/_activity-edit-services-spare-parts.scss */
.activity-edit-services-spare-parts-container ul {
  list-style: none;
}

/* line 121, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-spare-parts/_activity-edit-services-spare-parts.scss */
.activity-edit-services-spare-parts-container ul li button {
  margin-top: 3px;
  margin-bottom: 3px;
}

/* line 130, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-spare-parts/_activity-edit-services-spare-parts.scss */
.activity-edit-services-spare-parts-container .component-photo-guide {
  -ms-flex-positive: 2;
      flex-grow: 2;
  text-align: right;
}

/* line 135, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-spare-parts/_activity-edit-services-spare-parts.scss */
.activity-edit-services-spare-parts-container .palette-content-full-width {
  width: 100%;
}

/* line 139, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-spare-parts/_activity-edit-services-spare-parts.scss */
.activity-edit-services-spare-parts-container .edit-values-container {
  padding: 5px;
}

/* line 146, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-spare-parts/_activity-edit-services-spare-parts.scss */
.spare-part-collapse-wrapper table td {
  border-top: none !important;
  vertical-align: middle !important;
}

/* line 152, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-spare-parts/_activity-edit-services-spare-parts.scss */
.spare-part-collapse-wrapper .panel .panel-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
}

/* line 156, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-spare-parts/_activity-edit-services-spare-parts.scss */
.spare-part-collapse-wrapper .panel .panel-title .m-l-auto {
  margin-left: auto !important;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

/* line 161, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-spare-parts/_activity-edit-services-spare-parts.scss */
.spare-part-collapse-wrapper .panel .panel-title .glyphicon {
  cursor: pointer;
}

/* line 3, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-paint/main-doeuvre-service/main-doeuvre-component-form/_main-doeuvre-component-form.scss */
.activity-edit-services-main-doeuvre-component-form .repair-type-scope .radio-scope {
  width: 80px;
  margin-right: 15px;
}

/* line 7, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-paint/main-doeuvre-service/main-doeuvre-component-form/_main-doeuvre-component-form.scss */
.activity-edit-services-main-doeuvre-component-form .repair-type-scope .radio-scope:last-of-type {
  margin-right: 0;
}

/* line 5, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-paint/activity-edit-services-paint.scss */
.paint-collapse-wrapper table td {
  border-top: none !important;
  vertical-align: middle !important;
}

/* line 11, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-paint/activity-edit-services-paint.scss */
.paint-collapse-wrapper .panel .panel-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
}

/* line 15, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-paint/activity-edit-services-paint.scss */
.paint-collapse-wrapper .panel .panel-title .glyphicon {
  margin: auto 0 auto auto;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  /* line 23, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-paint/activity-edit-services-paint.scss */
  .flex-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  /* line 26, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-paint/activity-edit-services-paint.scss */
  .flex-group .btn-group {
    width: 100%;
    margin-bottom: 10px;
  }
  /* line 29, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-paint/activity-edit-services-paint.scss */
  .flex-group .btn-group button {
    border-radius: 0;
  }
}

/* line 3, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-car-window-repair/activity-edit-services-car-window-repair.scss */
.window-repair-collapse-wrapper table td {
  border-top: none !important;
  vertical-align: middle !important;
}

/* line 9, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-car-window-repair/activity-edit-services-car-window-repair.scss */
.window-repair-collapse-wrapper .panel .panel-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
}

/* line 13, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-car-window-repair/activity-edit-services-car-window-repair.scss */
.window-repair-collapse-wrapper .panel .panel-title .glyphicon {
  margin: auto 0 auto auto;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  /* line 21, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-car-window-repair/activity-edit-services-car-window-repair.scss */
  .repair-invoice-wrapper {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  /* line 23, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-car-window-repair/activity-edit-services-car-window-repair.scss */
  .repair-invoice-wrapper .palette-item {
    width: 100%;
    margin: 0 0 10px 0;
  }
  /* line 28, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-car-window-repair/activity-edit-services-car-window-repair.scss */
  .repair-button-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  /* line 31, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-car-window-repair/activity-edit-services-car-window-repair.scss */
  .repair-button-wrapper button {
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
  }
}

/* line 2, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-technicians-modal/_activity-edit-services-technicians-modal.scss */
.activity-edit-services-technicians-modal .modal-body {
  max-height: 70vh;
  overflow-y: auto;
}

/* line 7, app/features/activities/components/activity-edit/activity-edit-services/activity-edit-services-technicians-modal/_activity-edit-services-technicians-modal.scss */
.activity-edit-services-technicians-modal .working-group-container {
  margin-bottom: 25px;
  padding: 10px;
  border: solid 1px #ddd;
  border-radius: 4px;
}

/* line 12, app/features/activities/components/activity-edit/activity-edit-services/_activity-edit-services.scss */
.ui-select-container.ui-select-bootstrap div.comment {
  font-size: 80%;
  font-style: italic;
}

/* line 1, app/features/activities/components/activity-edit/activity-edit-previous-damage/_activity-edit-previous-damage.scss */
activity-edit-previous-damage .tab-content {
  padding-top: 30px;
}

/* line 1, app/features/activities/components/activity-edit/calculation-systems/_calculation-sytems.scss */
.activity-edit-calculation-systems {
  margin-top: 25px;
}

/* line 4, app/features/activities/components/activity-edit/calculation-systems/_calculation-sytems.scss */
.activity-edit-calculation-systems .title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 15px;
}

/* line 10, app/features/activities/components/activity-edit/calculation-systems/_calculation-sytems.scss */
.activity-edit-calculation-systems .body {
  overflow-x: auto;
  overflow-y: hidden;
}

/* line 2, app/features/activities/components/activity-edit/process-management/send-message/_send-message.scss */
.activity-edit-process-management-send-message #html-preview {
  border: solid 1px #ddd;
  border-radius: 3px;
  padding: 10px;
  background-color: #f8f8f8;
  overflow: auto;
  max-height: 60vh;
}

/* line 4, app/features/activities/components/activity-edit/process-management/_process-management.scss */
.activity-edit-process-management #interactions-container {
  margin-top: 25px;
}

/* line 7, app/features/activities/components/activity-edit/process-management/_process-management.scss */
.activity-edit-process-management #interactions-container .btn {
  margin-bottom: 15px;
}

/* line 3, app/features/activities/components/activity-edit/activity-edit-station-change-wizard/appointments/appointments.scss */
activity-edit-station-change-wizard-appointments .form-horizontal .form-group:not(:last-child) {
  margin-bottom: 0;
}

/* line 8, app/features/activities/components/activity-edit/activity-edit-station-change-wizard/appointments/appointments.scss */
activity-edit-station-change-wizard-appointments .list-group {
  margin: 0;
}

/* line 12, app/features/activities/components/activity-edit/activity-edit-station-change-wizard/appointments/appointments.scss */
activity-edit-station-change-wizard-appointments .list-group .list-group-item .info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
}

/* line 16, app/features/activities/components/activity-edit/activity-edit-station-change-wizard/appointments/appointments.scss */
activity-edit-station-change-wizard-appointments .list-group .list-group-item .info .text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: column;
      flex-flow: column;
}

/* line 22, app/features/activities/components/activity-edit/activity-edit-station-change-wizard/appointments/appointments.scss */
activity-edit-station-change-wizard-appointments .list-group .list-group-item .info .action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 16px;
}

/* line 29, app/features/activities/components/activity-edit/activity-edit-station-change-wizard/appointments/appointments.scss */
activity-edit-station-change-wizard-appointments .list-group .list-group-item .alerts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
}

/* line 33, app/features/activities/components/activity-edit/activity-edit-station-change-wizard/appointments/appointments.scss */
activity-edit-station-change-wizard-appointments .list-group .list-group-item .alerts .alert {
  margin-top: 16px;
  margin-bottom: 0;
  padding: 8px 16px;
  width: 100%;
}

/* line 39, app/features/activities/components/activity-edit/activity-edit-station-change-wizard/appointments/appointments.scss */
activity-edit-station-change-wizard-appointments .list-group .list-group-item .alerts .alert.action-alert {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: row;
      flex-flow: row;
}

/* line 44, app/features/activities/components/activity-edit/activity-edit-station-change-wizard/appointments/appointments.scss */
activity-edit-station-change-wizard-appointments .list-group .list-group-item .alerts .alert.action-alert .text {
  -ms-flex: 1;
      flex: 1;
}

/* line 48, app/features/activities/components/activity-edit/activity-edit-station-change-wizard/appointments/appointments.scss */
activity-edit-station-change-wizard-appointments .list-group .list-group-item .alerts .alert.action-alert .action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 16px;
}

/* line 1, app/features/activities/components/activity-edit/activity-damage-report/client-decisions/card/_card.scss */
.activity-edit-damage-report-client-decisions-card {
  margin-bottom: 60px;
}

/* line 6, app/features/activities/components/activity-edit/activity-damage-report/client-decisions/card/_card.scss */
.activity-edit-damage-report-client-decisions-card .details-table {
  margin-bottom: 0;
}

/* line 9, app/features/activities/components/activity-edit/activity-damage-report/client-decisions/card/_card.scss */
.activity-edit-damage-report-client-decisions-card .details-table .detail-title {
  font-weight: bold;
}

/* line 14, app/features/activities/components/activity-edit/activity-damage-report/client-decisions/card/_card.scss */
.activity-edit-damage-report-client-decisions-card .box-footer {
  padding: 10px;
  border: 3px solid #ceecda;
  border-top: none;
  min-height: 123px;
}

/* line 19, app/features/activities/components/activity-edit/activity-damage-report/client-decisions/card/_card.scss */
.activity-edit-damage-report-client-decisions-card .box-footer .status-item {
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

/* line 23, app/features/activities/components/activity-edit/activity-damage-report/client-decisions/card/_card.scss */
.activity-edit-damage-report-client-decisions-card .box-footer .status-item.fail .glyphicon {
  color: red;
}

/* line 28, app/features/activities/components/activity-edit/activity-damage-report/client-decisions/card/_card.scss */
.activity-edit-damage-report-client-decisions-card .box-footer .status-item.success .glyphicon {
  color: green;
}

/* line 31, app/features/activities/components/activity-edit/activity-damage-report/client-decisions/card/_card.scss */
.activity-edit-damage-report-client-decisions-card .box-footer .status-item.success .text {
  width: 182px;
}

/* line 34, app/features/activities/components/activity-edit/activity-damage-report/client-decisions/card/_card.scss */
.activity-edit-damage-report-client-decisions-card .box-footer .status-item.success .unit {
  width: 42px;
}

/* line 42, app/features/activities/components/activity-edit/activity-damage-report/client-decisions/card/_card.scss */
.activity-edit-damage-report-client-decisions-card .box-item .box-footer-info {
  display: block;
  text-align: center;
  padding: 8px;
  font-size: 18px;
  color: #00088b;
  background-color: #f1f2ff;
  cursor: pointer;
  border: solid 3px #f1f2ff;
  border-top: none;
}

/* line 56, app/features/activities/components/activity-edit/activity-damage-report/client-decisions/card/_card.scss */
.activity-edit-damage-report-client-decisions-card .box-item .box-footer-info.selected {
  color: #fff;
  background-color: #00088b;
  border: solid 3px #00088b;
  border-top: none;
}

/* line 67, app/features/activities/components/activity-edit/activity-damage-report/client-decisions/card/_card.scss */
.activity-edit-damage-report-client-decisions-card .row-items .bottom-separator td {
  border-bottom: 3px solid #ceecda !important;
}

/* line 4, app/features/activities/components/activity-edit/activity-damage-report/client-decisions/_client-decisions.scss */
.activity-edit-damage-report-client-decisions activity-edit-damage-report-client-decisions-card {
  margin-right: 15px;
  -ms-flex: 1;
      flex: 1;
}

/* line 8, app/features/activities/components/activity-edit/activity-damage-report/client-decisions/_client-decisions.scss */
.activity-edit-damage-report-client-decisions activity-edit-damage-report-client-decisions-card:last-of-type {
  margin-right: 0;
}

/* line 13, app/features/activities/components/activity-edit/activity-damage-report/client-decisions/_client-decisions.scss */
.activity-edit-damage-report-client-decisions .bvm-content {
  margin-top: 25px;
}

/* line 18, app/features/activities/components/activity-edit/activity-damage-report/client-decisions/_client-decisions.scss */
.activity-edit-damage-report-client-decisions .bvm-hints ul {
  list-style-type: circle;
  padding-left: 15px;
}

/* line 3, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container {
  color: black;
  margin-bottom: 20px;
}

/* line 7, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container #process-restart-button {
  margin-top: 15px;
}

/* line 12, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .general-info .item {
  display: -ms-flexbox;
  display: flex;
}

/* line 14, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .general-info .item .title {
  font-weight: bold;
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 21, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .general-info .item .text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -ms-flex: 1;
      flex: 1;
}

/* line 29, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .car-window-repair {
  background-color: #ceecda;
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

/* line 36, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .car-window-repair .form-check-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

/* line 39, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .car-window-repair .form-check-content .form-check {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 5px;
}

/* line 44, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .car-window-repair .form-check-content .title {
  font-weight: bold;
  color: black;
}

/* line 49, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .car-window-repair .description {
  font-size: 10px;
  color: black;
}

/* line 54, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .prd-service {
  margin-top: 20px;
}

/* line 56, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .prd-service .title {
  font-size: 16px;
  font-weight: bold;
  padding: 8px;
  background-color: #9ed9b4;
  color: #00088b;
}

/* line 63, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .prd-service .description {
  font-size: 10px;
  margin-top: 5px;
}

/* line 68, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .prd-service table thead {
  border: 3px solid #ceecda;
}

/* line 70, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .prd-service table thead tr {
  background-color: #ceecda;
}

/* line 72, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .prd-service table thead tr th:first-child {
  text-align: left;
  width: auto;
}

/* line 76, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .prd-service table thead tr th {
  text-align: center;
  width: 100px;
}

/* line 82, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .prd-service table tbody {
  border: 3px solid #ceecda;
}

/* line 85, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .prd-service table tbody tr td:first-child {
  background-color: #ceecda;
  text-align: left;
}

/* line 89, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .prd-service table tbody tr td:last-child {
  text-align: right;
}

/* line 92, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .prd-service table tbody tr td {
  border: 1px solid #ceecda;
  text-align: center;
}

/* line 99, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .prd-service table tfoot tr {
  background-color: #ceecda;
  border-right: 3px solid #ceecda;
}

/* line 102, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .prd-service table tfoot tr td {
  font-weight: bold;
}

/* line 104, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .prd-service table tfoot tr td.no-bg {
  background-color: white;
  border: none;
}

/* line 109, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .prd-service table tfoot tr.summary {
  background-color: #9ed9b4;
  border-right: 3px solid #9ed9b4;
}

/* line 112, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .prd-service table tfoot tr.summary td {
  color: #00088b;
}

/* line 114, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .prd-service table tfoot tr.summary td small {
  font-size: 10px;
}

/* line 123, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .table-group-item {
  margin-top: 20px;
}

/* line 125, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .table-group-item .title {
  font-size: 16px;
  font-weight: bold;
  padding: 8px;
  background-color: #9ed9b4;
  color: #00088b;
  margin-bottom: 10px;
}

/* line 134, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .table-group-item .box-content.normal {
  height: 438px;
}

/* line 136, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .table-group-item .box-content.normal.deductible {
  height: 458px;
}

/* line 139, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .table-group-item .box-content.normal .h-72 {
  height: 72px;
}

/* line 141, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .table-group-item .box-content.normal .h-72.deductible-changed {
  height: 92px;
}

/* line 146, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .table-group-item .box-content.total-loss {
  height: 280px;
}

/* line 149, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .table-group-item .box-content.border {
  border: 2px solid #9ed9b4;
  padding: 10px;
}

/* line 153, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .table-group-item .box-content .title-header {
  background-color: #ceecda;
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #00088b;
  gap: 5px;
  height: 60px;
}

/* line 165, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .table-group-item .box-content .title-header .sub-title {
  font-size: 10px;
  color: red;
}

/* line 170, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .table-group-item .box-content .box-item {
  -ms-flex: 1;
      flex: 1;
}

/* line 173, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .table-group-item .box-content .box-item:hover .box-footer-info {
  display: block;
}

/* line 178, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .table-group-item .box-content .box-item .row-items .table {
  margin-bottom: 0;
}

/* line 180, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .table-group-item .box-content .box-item .row-items .table tr td:first-child {
  white-space: nowrap;
  overflow: hidden;
}

/* line 186, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .table-group-item .box-content .box-item .box-footer {
  padding: 10px;
  border: 3px solid #ceecda;
  border-top: none;
  min-height: 123px;
}

/* line 191, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .table-group-item .box-content .box-item .box-footer .status-item {
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

/* line 202, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .table-group-item table.table-no-border tbody tr td {
  border: none;
}

/* line 209, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .table-group-item table thead tr {
  font-size: 16px;
  font-weight: bold;
  border: 3px solid #9ed9b4;
  background-color: #9ed9b4;
  color: #00088b;
}

/* line 217, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .table-group-item table tbody {
  border: 3px solid #ceecda;
}

/* line 220, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .table-group-item table tbody tr td {
  border: 1px solid #ceecda;
}

/* line 224, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .table-group-item table tbody.no-border-bottom {
  border-bottom: none;
}

/* line 229, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .table-group-item table tfoot tr {
  background-color: #ceecda;
  border-right: 3px solid #ceecda;
}

/* line 232, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .table-group-item table tfoot tr td {
  font-weight: bold;
}

/* line 234, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .table-group-item table tfoot tr td.no-bg {
  background-color: white;
  border: none;
}

/* line 238, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .table-group-item table tfoot tr td small {
  font-size: 10px;
}

/* line 242, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .table-group-item table tfoot tr.summary {
  background-color: #9ed9b4;
  border-right: 3px solid #9ed9b4;
}

/* line 245, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .table-group-item table tfoot tr.summary td {
  color: #00088b;
}

/* line 248, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .table-group-item table tfoot tr.summary.border-left {
  border-left: 3px solid #9ed9b4;
}

/* line 252, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .table-group-item table tfoot tr.summary-red {
  background-color: #da1c25;
  border-right: 3px solid #da1c25;
}

/* line 255, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .table-group-item table tfoot tr.summary-red td {
  color: white;
}

/* line 259, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .table-group-item table tfoot tr.summary-white {
  border-right: 3px solid #f9f9f9;
  background-color: #f9f9f9;
}

/* line 262, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .table-group-item table tfoot tr.summary-white td {
  color: #00088b;
}

/* line 273, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container table td.w-100,
.damage-report-container table th.w-100 {
  width: 100px;
}

/* line 276, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container table td.w-200,
.damage-report-container table th.w-200 {
  width: 200px;
}

/* line 279, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container table td.w-220,
.damage-report-container table th.w-220 {
  width: 220px;
}

/* line 282, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container table td.w-300,
.damage-report-container table th.w-300 {
  width: 300px;
}

/* line 285, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container table td.w-400,
.damage-report-container table th.w-400 {
  width: 400px;
}

/* line 288, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container table td.w-500,
.damage-report-container table th.w-500 {
  width: 500px;
}

/* line 293, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .next-container {
  margin-top: 20px;
  border: 3px solid #00088b;
}

/* line 296, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .next-container .title-header {
  padding: 10px;
  font-size: 20px;
  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #00088b;
  font-weight: bold;
}

/* line 306, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .next-container .item-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 10px;
}

/* line 310, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .next-container .item-content .title {
  font-weight: bold;
  text-align: center;
}

/* line 315, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .next-container .item-content .description a {
  font-weight: bold;
  color: #00088b;
}

/* line 321, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .next-container .next-selection {
  margin: 10px auto;
  width: 330px;
}

/* line 326, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .important-info {
  margin-top: 20px;
}

/* line 328, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .important-info .header {
  background-color: #ceecda;
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #00088b;
  margin-bottom: 10px;
}

/* line 339, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .important-info .description {
  border: 3px solid #ceecda;
  padding: 10px;
}

/* line 342, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .important-info .description a {
  font-weight: bold;
  color: #00088b;
}

/* line 348, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .red {
  color: red !important;
}

/* line 352, app/features/activities/components/activity-edit/activity-damage-report/activity-damage-report.scss */
.damage-report-container .iban-container {
  margin-top: 20px;
}

/* line 12, app/features/activities/components/activity-edit/_activity-edit.scss */
.vehicle-plate {
  border: 2px solid grey;
  display: table;
  margin: 0.5rem auto;
  padding: 0.2rem 1rem 0.2rem 2rem;
  position: relative;
}

/* line 19, app/features/activities/components/activity-edit/_activity-edit.scss */
.vehicle-plate:before {
  content: '';
  background-color: #0099ff;
  height: 100%;
  width: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

/* line 32, app/features/activities/components/activity-edit/_activity-edit.scss */
.pdr-report-table .unit-column {
  text-align: right;
}

/* line 36, app/features/activities/components/activity-edit/_activity-edit.scss */
.pdr-report-table tfoot {
  font-weight: bold;
}

/* line 40, app/features/activities/components/activity-edit/_activity-edit.scss */
.pdr-report-table tfoot tr td {
  border-top-style: dotted;
}

/* line 43, app/features/activities/components/activity-edit/_activity-edit.scss */
.pdr-report-table tfoot tr td:first-child {
  text-align: right;
}

/* line 45, app/features/activities/components/activity-edit/_activity-edit.scss */
.pdr-report-table tfoot tr td:first-child:after {
  content: ':';
  margin-right: 1em;
}

/* line 54, app/features/activities/components/activity-edit/_activity-edit.scss */
.well.white-bg {
  background-color: #fff;
}

/* line 59, app/features/activities/components/activity-edit/_activity-edit.scss */
li.list-group-item.services-container .row {
  margin-top: 15px;
}

/* line 64, app/features/activities/components/activity-edit/_activity-edit.scss */
.price-label {
  margin-right: 25px;
  margin-top: -3px;
  font-size: 90%;
  background-color: #fff;
  color: #444;
}

/* line 72, app/features/activities/components/activity-edit/_activity-edit.scss */
li.list-group-item.total-amount-item {
  border-top: 3px double #ddd !important;
}

/* line 77, app/features/activities/components/activity-edit/_activity-edit.scss */
ul.list-group.view-selection.no-hover .list-group-item:hover {
  background-color: #fff;
  cursor: default;
}

/* line 83, app/features/activities/components/activity-edit/_activity-edit.scss */
.service-selection {
  cursor: pointer !important;
}

/* line 87, app/features/activities/components/activity-edit/_activity-edit.scss */
.info-box {
  margin: 10px;
  padding: 10px;
}

/* line 92, app/features/activities/components/activity-edit/_activity-edit.scss */
.list-group.assessment-appointments .list-group-item,
.list-group.repair-appointments .list-group-item {
  cursor: pointer;
}

/* line 96, app/features/activities/components/activity-edit/_activity-edit.scss */
.list-group.assessment-appointments .list-group-item p,
.list-group.repair-appointments .list-group-item p {
  margin-bottom: 0;
}

/* line 100, app/features/activities/components/activity-edit/_activity-edit.scss */
.list-group.assessment-appointments .list-group-item .client-request,
.list-group.repair-appointments .list-group-item .client-request {
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
}

/* line 104, app/features/activities/components/activity-edit/_activity-edit.scss */
.list-group.assessment-appointments .list-group-item .client-request p,
.list-group.assessment-appointments .list-group-item .client-request label,
.list-group.repair-appointments .list-group-item .client-request p,
.list-group.repair-appointments .list-group-item .client-request label {
  margin: 0;
  font-size: 90%;
}

/* line 110, app/features/activities/components/activity-edit/_activity-edit.scss */
.list-group.assessment-appointments .list-group-item .client-request label,
.list-group.repair-appointments .list-group-item .client-request label {
  cursor: pointer;
  margin-right: 4px;
}

/* line 118, app/features/activities/components/activity-edit/_activity-edit.scss */
.activity-edit .badge-danger {
  background-color: #d9534f !important;
}

/* line 123, app/features/activities/components/activity-edit/_activity-edit.scss */
.category-indicator {
  display: -ms-flexbox;
  display: flex;
}

/* line 128, app/features/activities/components/activity-edit/_activity-edit.scss */
.category-indicator .activity-edit-damage-category-block {
  height: 34px;
  text-align: center;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  border-radius: 3px 0 0 3px;
}

/* line 136, app/features/activities/components/activity-edit/_activity-edit.scss */
.category-indicator .activity-edit-damage-category-block span {
  font-weight: bold;
  font-size: 16px;
  color: black;
}

/* line 143, app/features/activities/components/activity-edit/_activity-edit.scss */
.category-indicator .update-category {
  padding: 6px 12px;
  color: #555555;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0 3px 3px 0;
}

/* line 152, app/features/activities/components/activity-edit/_activity-edit.scss */
.d-flex {
  display: -ms-flexbox;
  display: flex;
}

/* line 156, app/features/activities/components/activity-edit/_activity-edit.scss */
#activity-edit-menu {
  margin-top: 15px;
}

/* line 160, app/features/activities/components/activity-edit/_activity-edit.scss */
.label-normal {
  margin-top: 5px;
  font-weight: unset;
}

/* line 1, app/features/activities/components/activity-quick-calculation/_activity-quick-calculation.scss */
.activity-quick-calculation-container {
  /* Wizard Step Indicator */
}

/* line 3, app/features/activities/components/activity-quick-calculation/_activity-quick-calculation.scss */
.activity-quick-calculation-container .step-indicator {
  width: 100%;
}

/* line 7, app/features/activities/components/activity-quick-calculation/_activity-quick-calculation.scss */
.activity-quick-calculation-container .step-indicator .step:first-child .step-label {
  margin-left: 0;
}

/* line 13, app/features/activities/components/activity-quick-calculation/_activity-quick-calculation.scss */
.activity-quick-calculation-container .step-indicator .step:last-child .step-label {
  margin-right: 0;
}

/* line 18, app/features/activities/components/activity-quick-calculation/_activity-quick-calculation.scss */
.activity-quick-calculation-container .step-indicator .step {
  text-align: center;
  float: left;
  padding: 0;
}

/* line 23, app/features/activities/components/activity-quick-calculation/_activity-quick-calculation.scss */
.activity-quick-calculation-container .step-indicator .step .connector {
  background: #ddd;
  width: 50%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 100;
}

/* line 32, app/features/activities/components/activity-quick-calculation/_activity-quick-calculation.scss */
.activity-quick-calculation-container .step-indicator .step .connector.right {
  right: 0;
}

/* line 36, app/features/activities/components/activity-quick-calculation/_activity-quick-calculation.scss */
.activity-quick-calculation-container .step-indicator .step .connector.left {
  left: 0;
}

/* line 40, app/features/activities/components/activity-quick-calculation/_activity-quick-calculation.scss */
.activity-quick-calculation-container .step-indicator .step .step-label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #777777;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 2px 3px;
  margin: 15px 5px;
}

/* line 53, app/features/activities/components/activity-quick-calculation/_activity-quick-calculation.scss */
.activity-quick-calculation-container .step-indicator .step span.glyphicon {
  font-size: 25px;
  padding: 18px;
  z-index: 150;
  background: #f8f8f8;
  border: 1px solid #ddd;
  color: #777777;
  border-radius: 50%;
  margin-left: 5px;
  /* Try to figure out why this is needed. "text-align: center" of .step class should do the trick, but the glyphicons are not being fully centered. */
}

/* line 65, app/features/activities/components/activity-quick-calculation/_activity-quick-calculation.scss */
.activity-quick-calculation-container .step-indicator .step:hover span.glyphicon {
  background: #e2e2e2;
  border-color: #cacaca;
}

/* line 70, app/features/activities/components/activity-quick-calculation/_activity-quick-calculation.scss */
.activity-quick-calculation-container .step-indicator .step:hover .step-label {
  background: #e2e2e2;
  border: 1px solid #cacaca;
}

/* line 78, app/features/activities/components/activity-quick-calculation/_activity-quick-calculation.scss */
.activity-quick-calculation-container .step-indicator .step.sub-step span.glyphicon {
  font-size: 17px;
  padding: 13px;
}

/* line 85, app/features/activities/components/activity-quick-calculation/_activity-quick-calculation.scss */
.activity-quick-calculation-container .step-indicator .step.active .glyphicon {
  background: #005191 !important;
  border-color: #00355e !important;
  color: #f8f8f8 !important;
}

/* line 91, app/features/activities/components/activity-quick-calculation/_activity-quick-calculation.scss */
.activity-quick-calculation-container .step-indicator .step.active .step-label {
  color: #f8f8f8;
  background-color: #005191;
  border: 1px solid #00355e;
}

/* line 98, app/features/activities/components/activity-quick-calculation/_activity-quick-calculation.scss */
.activity-quick-calculation-container .step-indicator > .step:first-child .connector.left {
  display: none;
}

/* line 102, app/features/activities/components/activity-quick-calculation/_activity-quick-calculation.scss */
.activity-quick-calculation-container .step-indicator > .step:last-child .connector.right {
  display: none;
}

/* line 107, app/features/activities/components/activity-quick-calculation/_activity-quick-calculation.scss */
.activity-quick-calculation-container .step-container {
  display: none;
  background: #f8f8f8;
  position: relative;
  padding-top: 20px;
}

/* line 113, app/features/activities/components/activity-quick-calculation/_activity-quick-calculation.scss */
.activity-quick-calculation-container .step-container .drag-drop-highlight {
  display: none;
  height: 100%;
  width: 100%;
  background: #f8f8f8;
  border: 5px dashed #ddd;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1500;
  text-align: center;
}

/* line 126, app/features/activities/components/activity-quick-calculation/_activity-quick-calculation.scss */
.activity-quick-calculation-container .step-container .drag-drop-highlight h1 {
  color: #ddd;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
}

/* line 133, app/features/activities/components/activity-quick-calculation/_activity-quick-calculation.scss */
.activity-quick-calculation-container .step-container .drag-drop-highlight h1.icon {
  margin-top: 40px;
  font-size: 50px;
}

/* line 139, app/features/activities/components/activity-quick-calculation/_activity-quick-calculation.scss */
.activity-quick-calculation-container .step-container.ng-invalid {
  border-color: #ddd !important;
}

/* line 143, app/features/activities/components/activity-quick-calculation/_activity-quick-calculation.scss */
.activity-quick-calculation-container .step-container.summary {
  padding-top: 10px;
}

/* line 146, app/features/activities/components/activity-quick-calculation/_activity-quick-calculation.scss */
.activity-quick-calculation-container .step-container.summary p.caption {
  background: #f8f8f8;
}

@media (min-width: 600px) {
  /* line 151, app/features/activities/components/activity-quick-calculation/_activity-quick-calculation.scss */
  .activity-quick-calculation-container .step-container.summary p.caption {
    margin-bottom: 5px;
  }
}

/* line 158, app/features/activities/components/activity-quick-calculation/_activity-quick-calculation.scss */
.activity-quick-calculation-container .step-container .list-group .list-group-item:hover {
  background: #fff;
}

/* line 163, app/features/activities/components/activity-quick-calculation/_activity-quick-calculation.scss */
.activity-quick-calculation-container .step-container .tab-pane {
  background: #fff;
}

/* line 171, app/features/activities/components/activity-quick-calculation/_activity-quick-calculation.scss */
.activity-quick-calculation-container .step-container activity-edit-services-assembly .view-container,
.activity-quick-calculation-container .step-container activity-edit-services-car-part-form .view-container,
.activity-quick-calculation-container .step-container activity-edit-services-spare-parts .view-container,
.activity-quick-calculation-container .step-container activity-edit-services-paint .view-container {
  background: #fff;
}

/* line 175, app/features/activities/components/activity-quick-calculation/_activity-quick-calculation.scss */
.activity-quick-calculation-container .step-container activity-edit-services-assembly form,
.activity-quick-calculation-container .step-container activity-edit-services-car-part-form form,
.activity-quick-calculation-container .step-container activity-edit-services-spare-parts form,
.activity-quick-calculation-container .step-container activity-edit-services-paint form {
  margin-top: 0;
}

/* line 181, app/features/activities/components/activity-quick-calculation/_activity-quick-calculation.scss */
.activity-quick-calculation-container .step-container activity-edit-services-extras .form-group {
  margin-bottom: 15px;
}

/* line 186, app/features/activities/components/activity-quick-calculation/_activity-quick-calculation.scss */
.activity-quick-calculation-container .step-container activity-edit-services-car-part-select {
  margin: 0 !important;
}

/* line 189, app/features/activities/components/activity-quick-calculation/_activity-quick-calculation.scss */
.activity-quick-calculation-container .step-container activity-edit-services-car-part-select img {
  border: 1px solid #ddd;
  border-radius: 4px;
}

/* line 195, app/features/activities/components/activity-quick-calculation/_activity-quick-calculation.scss */
.activity-quick-calculation-container .step-container.active {
  display: block;
}

/* line 199, app/features/activities/components/activity-quick-calculation/_activity-quick-calculation.scss */
.activity-quick-calculation-container .step-container .sub-step-container {
  display: none;
}

/* line 202, app/features/activities/components/activity-quick-calculation/_activity-quick-calculation.scss */
.activity-quick-calculation-container .step-container .sub-step-container.active {
  display: block;
}

/* line 207, app/features/activities/components/activity-quick-calculation/_activity-quick-calculation.scss */
.activity-quick-calculation-container .step-container .sub-step-container.dragging .drag-drop-highlight {
  display: block;
}

/* line 212, app/features/activities/components/activity-quick-calculation/_activity-quick-calculation.scss */
.activity-quick-calculation-container .step-container .sub-step-container label.full-size {
  width: 250px;
  height: 141px;
}

/* line 216, app/features/activities/components/activity-quick-calculation/_activity-quick-calculation.scss */
.activity-quick-calculation-container .step-container .sub-step-container label.full-size img {
  max-width: 250px;
  max-height: 141px;
  vertical-align: middle;
  overflow: hidden;
}

/* line 223, app/features/activities/components/activity-quick-calculation/_activity-quick-calculation.scss */
.activity-quick-calculation-container .step-container .sub-step-container label.full-size div {
  width: 30px;
  height: 30px;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 234, app/features/activities/components/activity-quick-calculation/_activity-quick-calculation.scss */
.activity-quick-calculation-container .step-container .sub-step-container .circle {
  border: 1px solid #000;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  position: relative;
  margin: 4px;
  display: inline-block;
  vertical-align: middle;
}

/* line 244, app/features/activities/components/activity-quick-calculation/_activity-quick-calculation.scss */
.activity-quick-calculation-container .step-container .sub-step-container .circle.plus:before,
.activity-quick-calculation-container .step-container .sub-step-container .circle.plus:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: green;
}

/* line 254, app/features/activities/components/activity-quick-calculation/_activity-quick-calculation.scss */
.activity-quick-calculation-container .step-container .sub-step-container .circle.plus:before {
  width: 2px;
  margin: 2px auto;
}

/* line 258, app/features/activities/components/activity-quick-calculation/_activity-quick-calculation.scss */
.activity-quick-calculation-container .step-container .sub-step-container .circle.plus:after {
  margin: auto 2px;
  height: 2px;
}

/* line 265, app/features/activities/components/activity-quick-calculation/_activity-quick-calculation.scss */
.activity-quick-calculation-container .switch-margin {
  margin-top: 5px;
}

/* line 269, app/features/activities/components/activity-quick-calculation/_activity-quick-calculation.scss */
.activity-quick-calculation-container .axa-ch-panel {
  margin-top: 15px;
}

/* line 1, app/features/activities/components/activity-smart-repair-quick-calculation/_activity-smart-repair-quick-calculation.scss */
.activity-smart-repair-quick-calculation-container {
  display: block;
  width: 100%;
  margin: 0 auto;
  /* Wizard Step Indicator */
}

/* line 6, app/features/activities/components/activity-smart-repair-quick-calculation/_activity-smart-repair-quick-calculation.scss */
.activity-smart-repair-quick-calculation-container .view-container p.caption {
  background: inherit;
}

/* line 11, app/features/activities/components/activity-smart-repair-quick-calculation/_activity-smart-repair-quick-calculation.scss */
.activity-smart-repair-quick-calculation-container .step-indicator {
  width: 100%;
}

/* line 15, app/features/activities/components/activity-smart-repair-quick-calculation/_activity-smart-repair-quick-calculation.scss */
.activity-smart-repair-quick-calculation-container .step-indicator .step:first-child .step-label {
  margin-left: 0;
}

/* line 21, app/features/activities/components/activity-smart-repair-quick-calculation/_activity-smart-repair-quick-calculation.scss */
.activity-smart-repair-quick-calculation-container .step-indicator .step:last-child .step-label {
  margin-right: 0;
}

/* line 26, app/features/activities/components/activity-smart-repair-quick-calculation/_activity-smart-repair-quick-calculation.scss */
.activity-smart-repair-quick-calculation-container .step-indicator .step {
  text-align: center;
  float: left;
  padding: 0;
}

/* line 31, app/features/activities/components/activity-smart-repair-quick-calculation/_activity-smart-repair-quick-calculation.scss */
.activity-smart-repair-quick-calculation-container .step-indicator .step .connector {
  background: #ddd;
  width: 50%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 100;
}

/* line 40, app/features/activities/components/activity-smart-repair-quick-calculation/_activity-smart-repair-quick-calculation.scss */
.activity-smart-repair-quick-calculation-container .step-indicator .step .connector.right {
  right: 0;
}

/* line 44, app/features/activities/components/activity-smart-repair-quick-calculation/_activity-smart-repair-quick-calculation.scss */
.activity-smart-repair-quick-calculation-container .step-indicator .step .connector.left {
  left: 0;
}

/* line 48, app/features/activities/components/activity-smart-repair-quick-calculation/_activity-smart-repair-quick-calculation.scss */
.activity-smart-repair-quick-calculation-container .step-indicator .step .step-label {
  margin: 15px auto !important;
  max-width: 250px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #777777;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 2px 3px;
  margin: 15px 5px;
}

/* line 64, app/features/activities/components/activity-smart-repair-quick-calculation/_activity-smart-repair-quick-calculation.scss */
.activity-smart-repair-quick-calculation-container .step-indicator .step span.glyphicon {
  font-size: 25px;
  padding: 18px;
  z-index: 150;
  background: #f8f8f8;
  border: 1px solid #ddd;
  color: #777777;
  border-radius: 50%;
  margin-left: 5px;
  /* Try to figure out why this is needed. "text-align: center" of .step class should do the trick, but the glyphicons are not being fully centered. */
}

/* line 76, app/features/activities/components/activity-smart-repair-quick-calculation/_activity-smart-repair-quick-calculation.scss */
.activity-smart-repair-quick-calculation-container .step-indicator .step:hover span.glyphicon {
  background: #e2e2e2;
  border-color: #cacaca;
}

/* line 81, app/features/activities/components/activity-smart-repair-quick-calculation/_activity-smart-repair-quick-calculation.scss */
.activity-smart-repair-quick-calculation-container .step-indicator .step:hover .step-label {
  background: #e2e2e2;
  border: 1px solid #cacaca;
}

/* line 89, app/features/activities/components/activity-smart-repair-quick-calculation/_activity-smart-repair-quick-calculation.scss */
.activity-smart-repair-quick-calculation-container .step-indicator .step.sub-step span.glyphicon {
  font-size: 17px;
  padding: 13px;
}

/* line 96, app/features/activities/components/activity-smart-repair-quick-calculation/_activity-smart-repair-quick-calculation.scss */
.activity-smart-repair-quick-calculation-container .step-indicator .step.active .glyphicon {
  background: #005191 !important;
  border-color: #00355e !important;
  color: #f8f8f8 !important;
}

/* line 102, app/features/activities/components/activity-smart-repair-quick-calculation/_activity-smart-repair-quick-calculation.scss */
.activity-smart-repair-quick-calculation-container .step-indicator .step.active .step-label {
  color: #f8f8f8;
  background-color: #005191;
  border: 1px solid #00355e;
}

/* line 109, app/features/activities/components/activity-smart-repair-quick-calculation/_activity-smart-repair-quick-calculation.scss */
.activity-smart-repair-quick-calculation-container .step-indicator > .step:first-child .connector.left {
  display: none;
}

/* line 113, app/features/activities/components/activity-smart-repair-quick-calculation/_activity-smart-repair-quick-calculation.scss */
.activity-smart-repair-quick-calculation-container .step-indicator > .step:last-child .connector.right {
  display: none;
}

/* line 118, app/features/activities/components/activity-smart-repair-quick-calculation/_activity-smart-repair-quick-calculation.scss */
.activity-smart-repair-quick-calculation-container .step-container {
  display: none;
  position: relative;
  padding-top: 20px;
}

/* line 123, app/features/activities/components/activity-smart-repair-quick-calculation/_activity-smart-repair-quick-calculation.scss */
.activity-smart-repair-quick-calculation-container .step-container.summary,
.activity-smart-repair-quick-calculation-container .step-container .view-container {
  background: #f8f8f8;
}

/* line 128, app/features/activities/components/activity-smart-repair-quick-calculation/_activity-smart-repair-quick-calculation.scss */
.activity-smart-repair-quick-calculation-container .step-container .drag-drop-highlight {
  display: none;
  height: 100%;
  width: 100%;
  background: #f8f8f8;
  border: 5px dashed #ddd;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1500;
  text-align: center;
}

/* line 141, app/features/activities/components/activity-smart-repair-quick-calculation/_activity-smart-repair-quick-calculation.scss */
.activity-smart-repair-quick-calculation-container .step-container .drag-drop-highlight h1 {
  color: #ddd;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
}

/* line 148, app/features/activities/components/activity-smart-repair-quick-calculation/_activity-smart-repair-quick-calculation.scss */
.activity-smart-repair-quick-calculation-container .step-container .drag-drop-highlight h1.icon {
  margin-top: 40px;
  font-size: 50px;
}

/* line 154, app/features/activities/components/activity-smart-repair-quick-calculation/_activity-smart-repair-quick-calculation.scss */
.activity-smart-repair-quick-calculation-container .step-container.ng-invalid {
  border-color: #ddd !important;
}

/* line 158, app/features/activities/components/activity-smart-repair-quick-calculation/_activity-smart-repair-quick-calculation.scss */
.activity-smart-repair-quick-calculation-container .step-container.summary {
  padding-top: 10px;
}

/* line 161, app/features/activities/components/activity-smart-repair-quick-calculation/_activity-smart-repair-quick-calculation.scss */
.activity-smart-repair-quick-calculation-container .step-container.summary p.caption {
  background: #f8f8f8;
}

@media (min-width: 600px) {
  /* line 166, app/features/activities/components/activity-smart-repair-quick-calculation/_activity-smart-repair-quick-calculation.scss */
  .activity-smart-repair-quick-calculation-container .step-container.summary p.caption {
    margin-bottom: 5px;
  }
}

/* line 173, app/features/activities/components/activity-smart-repair-quick-calculation/_activity-smart-repair-quick-calculation.scss */
.activity-smart-repair-quick-calculation-container .step-container .list-group .list-group-item:hover {
  background: #fff;
}

/* line 178, app/features/activities/components/activity-smart-repair-quick-calculation/_activity-smart-repair-quick-calculation.scss */
.activity-smart-repair-quick-calculation-container .step-container .tab-pane {
  background: #fff;
}

/* line 186, app/features/activities/components/activity-smart-repair-quick-calculation/_activity-smart-repair-quick-calculation.scss */
.activity-smart-repair-quick-calculation-container .step-container activity-edit-services-assembly .view-container,
.activity-smart-repair-quick-calculation-container .step-container activity-edit-services-car-part-form .view-container,
.activity-smart-repair-quick-calculation-container .step-container activity-edit-services-spare-parts .view-container,
.activity-smart-repair-quick-calculation-container .step-container activity-edit-services-paint .view-container {
  background: #fff;
}

/* line 190, app/features/activities/components/activity-smart-repair-quick-calculation/_activity-smart-repair-quick-calculation.scss */
.activity-smart-repair-quick-calculation-container .step-container activity-edit-services-assembly form,
.activity-smart-repair-quick-calculation-container .step-container activity-edit-services-car-part-form form,
.activity-smart-repair-quick-calculation-container .step-container activity-edit-services-spare-parts form,
.activity-smart-repair-quick-calculation-container .step-container activity-edit-services-paint form {
  margin-top: 0;
}

/* line 196, app/features/activities/components/activity-smart-repair-quick-calculation/_activity-smart-repair-quick-calculation.scss */
.activity-smart-repair-quick-calculation-container .step-container activity-edit-services-extras .form-group {
  margin-bottom: 15px;
}

/* line 201, app/features/activities/components/activity-smart-repair-quick-calculation/_activity-smart-repair-quick-calculation.scss */
.activity-smart-repair-quick-calculation-container .step-container activity-edit-services-car-part-select {
  margin: 0 !important;
}

/* line 204, app/features/activities/components/activity-smart-repair-quick-calculation/_activity-smart-repair-quick-calculation.scss */
.activity-smart-repair-quick-calculation-container .step-container activity-edit-services-car-part-select img {
  border: 1px solid #ddd;
  border-radius: 4px;
}

/* line 210, app/features/activities/components/activity-smart-repair-quick-calculation/_activity-smart-repair-quick-calculation.scss */
.activity-smart-repair-quick-calculation-container .step-container.active {
  display: block;
}

/* line 214, app/features/activities/components/activity-smart-repair-quick-calculation/_activity-smart-repair-quick-calculation.scss */
.activity-smart-repair-quick-calculation-container .step-container .sub-step-container {
  display: none;
}

/* line 217, app/features/activities/components/activity-smart-repair-quick-calculation/_activity-smart-repair-quick-calculation.scss */
.activity-smart-repair-quick-calculation-container .step-container .sub-step-container.active {
  display: block;
}

/* line 222, app/features/activities/components/activity-smart-repair-quick-calculation/_activity-smart-repair-quick-calculation.scss */
.activity-smart-repair-quick-calculation-container .step-container .sub-step-container.dragging .drag-drop-highlight {
  display: block;
}

/* line 2, app/features/activity-billing/components/billing-wizard/inital-billing-check/_initial-billing-check.scss */
.activity-billing-wizard-initial-billing-check .list-group-item {
  display: -ms-flexbox;
  display: flex;
}

/* line 5, app/features/activity-billing/components/billing-wizard/inital-billing-check/_initial-billing-check.scss */
.activity-billing-wizard-initial-billing-check .list-group-item .radio-container {
  width: 40px;
}

/* line 9, app/features/activity-billing/components/billing-wizard/inital-billing-check/_initial-billing-check.scss */
.activity-billing-wizard-initial-billing-check .list-group-item .title-container {
  -ms-flex-positive: 2;
      flex-grow: 2;
  font-size: 2em;
  font-weight: 150;
  padding-left: 15px;
}

/* line 2, app/features/activity-billing/components/billing-wizard/missing-data/_missing-data.scss */
.activity-billing-wizard-missing-data .list-group-item {
  display: -ms-flexbox;
  display: flex;
}

/* line 5, app/features/activity-billing/components/billing-wizard/missing-data/_missing-data.scss */
.activity-billing-wizard-missing-data .list-group-item .radio-container {
  width: 40px;
}

/* line 9, app/features/activity-billing/components/billing-wizard/missing-data/_missing-data.scss */
.activity-billing-wizard-missing-data .list-group-item .title-container {
  -ms-flex-positive: 2;
      flex-grow: 2;
  font-size: 2em;
  font-weight: 150;
  padding-left: 15px;
}

/* line 6, app/features/activity-billing/components/billing-wizard/_billing-wizard.scss */
.activity-billing-wizard .list-group.billing-options .list-group-item {
  display: -ms-flexbox;
  display: flex;
}

/* line 9, app/features/activity-billing/components/billing-wizard/_billing-wizard.scss */
.activity-billing-wizard .list-group.billing-options .list-group-item .radio-container {
  width: 40px;
}

/* line 13, app/features/activity-billing/components/billing-wizard/_billing-wizard.scss */
.activity-billing-wizard .list-group.billing-options .list-group-item .title-container {
  -ms-flex-positive: 2;
      flex-grow: 2;
  font-size: 2em;
  font-weight: 150;
  padding-left: 15px;
}

/* line 2, app/features/accounting/components/accounting-list/_accounting-list.scss */
table .unit-column {
  text-align: right;
}

/* line 6, app/features/accounting/components/accounting-list/_accounting-list.scss */
table .negative-amount {
  color: #d9534f;
}

/* line 9, app/features/accounting/components/accounting-list/_accounting-list.scss */
table .negative-amount::before {
  content: '-';
}

/* line 2, app/features/accounting/components/edit-accounting/edit-accounting-select-invoice-recipient-modal/_edit-accounting-select-invoice-recipient-modal.scss */
.edit-invoice-recipient-container hr {
  width: 90%;
}

/* line 5, app/features/accounting/components/edit-accounting/edit-accounting-select-invoice-recipient-modal/_edit-accounting-select-invoice-recipient-modal.scss */
.edit-invoice-recipient-container ul {
  list-style-type: none;
}

/* line 10, app/features/accounting/components/edit-accounting/edit-accounting-select-invoice-recipient-modal/_edit-accounting-select-invoice-recipient-modal.scss */
.edit-accounting-modal__cancel-btn {
  margin-top: 10px;
}

/* line 14, app/features/accounting/components/edit-accounting/edit-accounting-select-invoice-recipient-modal/_edit-accounting-select-invoice-recipient-modal.scss */
.edit-invoice-rec__edit-icon {
  margin: 5px 5px;
  font-size: 120%;
}

/* line 4, app/features/accounting/components/edit-accounting/_edit-accounting.scss */
.accounting-edit-container h4.inline {
  display: inline;
  margin-right: 10px;
}

/* line 9, app/features/accounting/components/edit-accounting/_edit-accounting.scss */
.accounting-edit-container .table {
  margin-bottom: 15px;
}

/* line 21, app/features/accounting/components/edit-accounting/_edit-accounting.scss */
.accounting-edit-container .table > thead > tr > th {
  padding: 0 15px 0 15px;
  border-bottom: 0;
}

/* line 29, app/features/accounting/components/edit-accounting/_edit-accounting.scss */
.accounting-edit-container .table > tbody > tr:first-of-type > td {
  padding-top: 0;
}

/* line 43, app/features/accounting/components/edit-accounting/_edit-accounting.scss */
.accounting-edit-container .table > tbody > tr > td {
  padding: 15px 15px 0 15px;
  border-top: 0;
}

/* line 1, app/features/current-activities/app/components/commons/job-inspector/job-progress/_job-progress.scss */
.job-progress {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 15, app/features/current-activities/app/components/commons/job-inspector/job-progress/_job-progress.scss */
.job-progress .progress-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  height: 40px;
  width: 40px;
  background-color: #fff;
  border-radius: 20px;
  border: solid 1px #ddd;
  text-align: center;
  box-shadow: 1.5px 3px 15px #ddd;
  font-size: 2em;
  background-color: #888;
  color: #888;
}

/* line 31, app/features/current-activities/app/components/commons/job-inspector/job-progress/_job-progress.scss */
.job-progress .progress-item.done {
  background-color: #5cb85c;
}

/* line 35, app/features/current-activities/app/components/commons/job-inspector/job-progress/_job-progress.scss */
.job-progress .progress-item.pending {
  background-color: #f0ad4e;
}

/* line 39, app/features/current-activities/app/components/commons/job-inspector/job-progress/_job-progress.scss */
.job-progress .progress-item.danger {
  background-color: #d9534f;
}

/* line 44, app/features/current-activities/app/components/commons/job-inspector/job-progress/_job-progress.scss */
.job-progress .item-title {
  position: relative;
  text-align: center;
  background-color: #ddd;
  padding: 5px;
  box-shadow: 1.5px 3px 15px #ddd;
  border-radius: 4px;
  font-size: 12px;
}

/* line 55, app/features/current-activities/app/components/commons/job-inspector/job-progress/_job-progress.scss */
.job-progress .item-title.top {
  top: -50px;
}

/* line 59, app/features/current-activities/app/components/commons/job-inspector/job-progress/_job-progress.scss */
.job-progress .item-title.bottom {
  bottom: -50px;
}

/* line 64, app/features/current-activities/app/components/commons/job-inspector/job-progress/_job-progress.scss */
.job-progress .progress-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}

/* line 69, app/features/current-activities/app/components/commons/job-inspector/job-progress/_job-progress.scss */
.job-progress .progress-line .line {
  width: 20px;
  height: 1px;
}

/* line 72, app/features/current-activities/app/components/commons/job-inspector/job-progress/_job-progress.scss */
.job-progress .progress-line .line.done {
  border-top: solid 1px #5cb85c;
}

/* line 76, app/features/current-activities/app/components/commons/job-inspector/job-progress/_job-progress.scss */
.job-progress .progress-line .line.pending {
  border-top: solid 1px #f0ad4e;
}

/* line 80, app/features/current-activities/app/components/commons/job-inspector/job-progress/_job-progress.scss */
.job-progress .progress-line .line.danger {
  border-top: solid 1px #d9534f;
}

@media only screen and (min-width: 1800px) {
  /* line 88, app/features/current-activities/app/components/commons/job-inspector/job-progress/_job-progress.scss */
  .job-progress .line {
    width: 60px;
    height: 1px;
  }
}

/* line 8, app/features/current-activities/app/components/commons/job-inspector/_job-inspector.scss */
.job-inspector #side-bar {
  padding: 20px;
  background-color: #f4f4f4;
  border-radius: 4px;
}

/* line 14, app/features/current-activities/app/components/commons/job-inspector/_job-inspector.scss */
.job-inspector #timeline {
  margin-left: 50px;
  border-left: solid 3.5px #2c699d;
}

/* line 18, app/features/current-activities/app/components/commons/job-inspector/_job-inspector.scss */
.job-inspector #timeline .timeline-item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0 4px 4px 0;
  box-shadow: 1.5px 3px 15px #ddd;
}

/* line 39, app/features/current-activities/app/components/commons/job-inspector/_job-inspector.scss */
.job-inspector #timeline .timeline-header {
  display: -ms-flexbox;
  display: flex;
}

/* line 42, app/features/current-activities/app/components/commons/job-inspector/_job-inspector.scss */
.job-inspector #timeline .timeline-header .header-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
}

/* line 49, app/features/current-activities/app/components/commons/job-inspector/_job-inspector.scss */
.job-inspector #timeline .timeline-header .timeline-badge {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  left: -33.5px;
  top: 15px;
  height: 60px;
  width: 60px;
  background-color: #fff;
  border-radius: 30px;
  border: solid 1px #ddd;
  text-align: center;
  box-shadow: 1.5px 3px 15px #ddd;
  font-size: 2em;
  color: #888;
}

/* line 66, app/features/current-activities/app/components/commons/job-inspector/_job-inspector.scss */
.job-inspector #timeline .timeline-header .timeline-badge .badge-icon {
  height: 28px;
}

/* line 69, app/features/current-activities/app/components/commons/job-inspector/_job-inspector.scss */
.job-inspector #timeline .timeline-header .timeline-badge .badge-icon .glyphicon {
  top: 0;
  bottom: 0;
}

/* line 76, app/features/current-activities/app/components/commons/job-inspector/_job-inspector.scss */
.job-inspector #timeline .timeline-header .timeline-title {
  padding: 20px;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: .75rem;
  line-height: 1.2;
}

/* line 84, app/features/current-activities/app/components/commons/job-inspector/_job-inspector.scss */
.job-inspector #timeline .timeline-header .toggle-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  padding: 20px;
  font-size: 2em;
  color: #888;
}

/* line 92, app/features/current-activities/app/components/commons/job-inspector/_job-inspector.scss */
.job-inspector #timeline .timeline-header .toggle-button:hover {
  background-color: #f8f8f8;
}

/* line 97, app/features/current-activities/app/components/commons/job-inspector/_job-inspector.scss */
.job-inspector #timeline .timeline-header .list-block-item {
  font-size: 0.8em;
  padding-top: 3px;
  padding-bottom: 3px;
}

/* line 104, app/features/current-activities/app/components/commons/job-inspector/_job-inspector.scss */
.job-inspector #timeline .timeline-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 20px 20px 20px;
}

/* line 3, app/features/current-activities/app/components/back-office/client-decision/_client-decision.scss */
.current-activities-back-office-client-decision .system-message-container i {
  margin-right: 5px;
}

/* line 4, app/features/current-activities/app/components/back-office/total-loss-processing/total-loss-processing.scss */
.total-loss-processing-table tbody tr td {
  vertical-align: middle;
}

/* line 1, app/features/current-activities/app/components/back-office/complaints/complaints.scss */
.circle {
  border: 1px solid;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

/* line 11, app/features/current-activities/app/components/back-office/complaints/complaints.scss */
.high {
  background-color: #d9534f;
}

/* line 15, app/features/current-activities/app/components/back-office/complaints/complaints.scss */
.middle {
  background-color: #f0ad4e;
}

/* line 19, app/features/current-activities/app/components/back-office/complaints/complaints.scss */
.low {
  background-color: green;
}

/* line 23, app/features/current-activities/app/components/back-office/complaints/complaints.scss */
.circle-text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

/* line 3, app/features/current-activities/app/components/billing/billing-wizard-step/_billing-wizard-step.scss */
.current-activities-billing-wizard-step .list-group.billing-options .list-group-item {
  display: -ms-flexbox;
  display: flex;
}

/* line 6, app/features/current-activities/app/components/billing/billing-wizard-step/_billing-wizard-step.scss */
.current-activities-billing-wizard-step .list-group.billing-options .list-group-item .radio-container {
  width: 40px;
}

/* line 10, app/features/current-activities/app/components/billing/billing-wizard-step/_billing-wizard-step.scss */
.current-activities-billing-wizard-step .list-group.billing-options .list-group-item .title-container {
  -ms-flex-positive: 2;
      flex-grow: 2;
  font-size: 2em;
  font-weight: 150;
  padding-left: 15px;
}

/* line 20, app/features/current-activities/app/components/billing/billing-wizard-step/_billing-wizard-step.scss */
.current-activities-billing-wizard-step .checkbox-label-container input[type=checkbox], .current-activities-billing-wizard-step .checkbox-label-container label {
  display: inline;
}

/* line 25, app/features/current-activities/app/components/billing/billing-wizard-step/_billing-wizard-step.scss */
.current-activities-billing-wizard-step .confirmation-container {
  margin-bottom: 15px;
}

/* line 1, app/features/current-activities/app/components/front-office/commons/components/calculation-summary/_calculation-summary.scss */
current-activities-front-office-commons-calculation-summary {
  margin-left: 25px;
  width: 350px;
}

/* line 5, app/features/current-activities/app/components/front-office/commons/components/calculation-summary/_calculation-summary.scss */
current-activities-front-office-commons-calculation-summary.full-width {
  width: 100%;
}

/* line 10, app/features/current-activities/app/components/front-office/commons/components/calculation-summary/_calculation-summary.scss */
current-activities-front-office-commons-calculation-summary #container-content {
  width: 350px;
  max-width: 33vw;
  transition: width 200ms;
}

/* line 15, app/features/current-activities/app/components/front-office/commons/components/calculation-summary/_calculation-summary.scss */
current-activities-front-office-commons-calculation-summary #container-content.hide-content {
  width: 20px;
}

/* line 20, app/features/current-activities/app/components/front-office/commons/components/calculation-summary/_calculation-summary.scss */
current-activities-front-office-commons-calculation-summary .content-section {
  padding: 15px;
  border-bottom: solid 1px #ddd;
}

/* line 24, app/features/current-activities/app/components/front-office/commons/components/calculation-summary/_calculation-summary.scss */
current-activities-front-office-commons-calculation-summary .content-section:last-of-type {
  border-bottom: none;
}

/* line 28, app/features/current-activities/app/components/front-office/commons/components/calculation-summary/_calculation-summary.scss */
current-activities-front-office-commons-calculation-summary .content-section .content-title {
  padding: 5px;
  font-weight: bold;
  font-size: 1.25em;
}

/* line 34, app/features/current-activities/app/components/front-office/commons/components/calculation-summary/_calculation-summary.scss */
current-activities-front-office-commons-calculation-summary .content-section .content-data-item {
  display: -ms-flexbox;
  display: flex;
}

/* line 37, app/features/current-activities/app/components/front-office/commons/components/calculation-summary/_calculation-summary.scss */
current-activities-front-office-commons-calculation-summary .content-section .content-data-item .data-icon {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}

/* line 44, app/features/current-activities/app/components/front-office/commons/components/calculation-summary/_calculation-summary.scss */
current-activities-front-office-commons-calculation-summary .content-section .content-data-item:first-of-type .data-value {
  font-weight: bold;
}

/* line 52, app/features/current-activities/app/components/front-office/commons/components/calculation-summary/_calculation-summary.scss */
current-activities-front-office-commons-calculation-summary #summary-table .amount-column {
  text-align: right;
}

/* line 56, app/features/current-activities/app/components/front-office/commons/components/calculation-summary/_calculation-summary.scss */
current-activities-front-office-commons-calculation-summary #summary-table tbody {
  border-bottom: 15px solid transparent;
}

/* line 60, app/features/current-activities/app/components/front-office/commons/components/calculation-summary/_calculation-summary.scss */
current-activities-front-office-commons-calculation-summary #summary-table tfoot {
  font-weight: bold;
  border-top: 1.5px solid 888;
}

/* line 66, app/features/current-activities/app/components/front-office/commons/components/calculation-summary/_calculation-summary.scss */
current-activities-front-office-commons-calculation-summary .spare-parts-description {
  padding-left: 10px;
}

/* line 7, app/features/current-activities/app/components/front-office/commons/components/external-calculation-tool/calculation-iframe/_calculation-iframe.scss */
.current-activities-front-offfice-commons-external-calculation-iframe .modal-header .header-container {
  display: -ms-flexbox;
  display: flex;
}

/* line 11, app/features/current-activities/app/components/front-office/commons/components/external-calculation-tool/calculation-iframe/_calculation-iframe.scss */
.current-activities-front-offfice-commons-external-calculation-iframe .modal-header .logo-container {
  margin-right: 15px;
}

/* line 13, app/features/current-activities/app/components/front-office/commons/components/external-calculation-tool/calculation-iframe/_calculation-iframe.scss */
.current-activities-front-offfice-commons-external-calculation-iframe .modal-header .logo-container img {
  height: 52px;
}

/* line 19, app/features/current-activities/app/components/front-office/commons/components/external-calculation-tool/calculation-iframe/_calculation-iframe.scss */
.current-activities-front-offfice-commons-external-calculation-iframe .modal-header .title-container h2 {
  margin-bottom: 0;
}

/* line 22, app/features/current-activities/app/components/front-office/commons/components/external-calculation-tool/calculation-iframe/_calculation-iframe.scss */
.current-activities-front-offfice-commons-external-calculation-iframe .modal-header .title-container .car-id {
  color: #888;
}

/* line 29, app/features/current-activities/app/components/front-office/commons/components/external-calculation-tool/calculation-iframe/_calculation-iframe.scss */
.current-activities-front-offfice-commons-external-calculation-iframe .modal-body iframe {
  height: 70vh;
  width: 100%;
}

/* line 35, app/features/current-activities/app/components/front-office/commons/components/external-calculation-tool/calculation-iframe/_calculation-iframe.scss */
.current-activities-front-offfice-commons-external-calculation-iframe .external-calculation-container {
  height: 70vh;
}

/* line 1, app/features/current-activities/app/components/front-office/commons/components/external-calculation-tool/result/service/_service.scss */
.current-activities-front-offfice-commons-external-result-service {
  border: solid 1px #ccc;
}

/* line 6, app/features/current-activities/app/components/front-office/commons/components/external-calculation-tool/result/service/_service.scss */
.current-activities-front-offfice-commons-external-result-service #title-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 10px;
  background-color: #ddd;
}

/* line 12, app/features/current-activities/app/components/front-office/commons/components/external-calculation-tool/result/service/_service.scss */
.current-activities-front-offfice-commons-external-result-service #title-container h4 {
  margin-bottom: 0;
}

/* line 17, app/features/current-activities/app/components/front-office/commons/components/external-calculation-tool/result/service/_service.scss */
.current-activities-front-offfice-commons-external-result-service #content-container {
  padding: 5px 10px;
}

/* line 20, app/features/current-activities/app/components/front-office/commons/components/external-calculation-tool/result/service/_service.scss */
.current-activities-front-offfice-commons-external-result-service #content-container #actions-container {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

/* line 24, app/features/current-activities/app/components/front-office/commons/components/external-calculation-tool/result/service/_service.scss */
.current-activities-front-offfice-commons-external-result-service #content-container #actions-container #check-all-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/* line 29, app/features/current-activities/app/components/front-office/commons/components/external-calculation-tool/result/service/_service.scss */
.current-activities-front-offfice-commons-external-result-service #content-container #actions-container .button-row {
  margin-left: 25px;
}

/* line 34, app/features/current-activities/app/components/front-office/commons/components/external-calculation-tool/result/service/_service.scss */
.current-activities-front-offfice-commons-external-result-service #content-container .data-container-heading {
  padding: 3px;
  background-color: #ddd;
  font-weight: bold;
  text-align: center;
}

/* line 41, app/features/current-activities/app/components/front-office/commons/components/external-calculation-tool/result/service/_service.scss */
.current-activities-front-offfice-commons-external-result-service #content-container .item-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-bottom: solid 0.5px #ddd;
}

/* line 48, app/features/current-activities/app/components/front-office/commons/components/external-calculation-tool/result/service/_service.scss */
.current-activities-front-offfice-commons-external-result-service .placeholder-no-service {
  margin-top: 25px;
  font-size: 2em;
  color: #888;
  text-align: center;
}

/* line 55, app/features/current-activities/app/components/front-office/commons/components/external-calculation-tool/result/service/_service.scss */
.current-activities-front-offfice-commons-external-result-service .service-amount {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 1.5em;
}

/* line 7, app/features/current-activities/app/components/front-office/commons/components/external-calculation-tool/result/_result.scss */
.current-activities-front-offfice-commons-external-result .modal-header .header-container {
  display: -ms-flexbox;
  display: flex;
}

/* line 11, app/features/current-activities/app/components/front-office/commons/components/external-calculation-tool/result/_result.scss */
.current-activities-front-offfice-commons-external-result .modal-header .logo-container {
  margin-right: 15px;
}

/* line 13, app/features/current-activities/app/components/front-office/commons/components/external-calculation-tool/result/_result.scss */
.current-activities-front-offfice-commons-external-result .modal-header .logo-container img {
  height: 52px;
}

/* line 19, app/features/current-activities/app/components/front-office/commons/components/external-calculation-tool/result/_result.scss */
.current-activities-front-offfice-commons-external-result .modal-header .title-container h2 {
  margin-bottom: 0;
}

/* line 22, app/features/current-activities/app/components/front-office/commons/components/external-calculation-tool/result/_result.scss */
.current-activities-front-offfice-commons-external-result .modal-header .title-container .car-id {
  color: #888;
}

/* line 28, app/features/current-activities/app/components/front-office/commons/components/external-calculation-tool/result/_result.scss */
.current-activities-front-offfice-commons-external-result .modal-body {
  max-height: 75vh;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 7, app/features/current-activities/app/components/front-office/commons/components/external-calculation-tool/_external-calculation-tool.scss */
.current-activities-front-offfice-commons-external-calculation #tool-list {
  display: -ms-flexbox;
  display: flex;
}

/* line 11, app/features/current-activities/app/components/front-office/commons/components/external-calculation-tool/_external-calculation-tool.scss */
.current-activities-front-offfice-commons-external-calculation .tool-container {
  border: solid 1px #ddd;
  border-radius: 3px;
  margin-left: 15px;
  margin-right: 15px;
  width: 250px;
}

/* line 19, app/features/current-activities/app/components/front-office/commons/components/external-calculation-tool/_external-calculation-tool.scss */
.current-activities-front-offfice-commons-external-calculation .tool-container .tool-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 250px;
}

/* line 25, app/features/current-activities/app/components/front-office/commons/components/external-calculation-tool/_external-calculation-tool.scss */
.current-activities-front-offfice-commons-external-calculation .tool-container .tool-icon img {
  padding: 3px;
  max-height: 244px;
  max-width: 244px;
}

/* line 32, app/features/current-activities/app/components/front-office/commons/components/external-calculation-tool/_external-calculation-tool.scss */
.current-activities-front-offfice-commons-external-calculation .tool-container .tool-title {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}

/* line 38, app/features/current-activities/app/components/front-office/commons/components/external-calculation-tool/_external-calculation-tool.scss */
.current-activities-front-offfice-commons-external-calculation .tool-container.is-selected {
  border: solid 2px green;
}

/* line 42, app/features/current-activities/app/components/front-office/commons/components/external-calculation-tool/_external-calculation-tool.scss */
.current-activities-front-offfice-commons-external-calculation .tool-container .start-calculation-container {
  border-top: solid 1px #ddd;
  padding: 5px;
}

/* line 2, app/features/current-activities/app/components/front-office/commons/components/predamage/general/renewal/_general.component.scss */
.car-reception-wizard-general .mileage-container {
  padding-left: 15px;
}

/* line 4, app/features/current-activities/app/components/front-office/commons/components/predamage/inside/_inside.scss */
.commons-inside .placeholder h2 {
  margin-top: 25px;
  text-align: center;
}

/* line 10, app/features/current-activities/app/components/front-office/commons/components/predamage/inside/_inside.scss */
.commons-inside ul:not(.pager) {
  padding-left: 15px;
  list-style-type: none;
  cursor: pointer;
}

/* line 17, app/features/current-activities/app/components/front-office/commons/components/predamage/inside/_inside.scss */
.commons-inside .new-layout .form-group.switch-label-inline-container {
  margin-bottom: 15px;
}

/* line 20, app/features/current-activities/app/components/front-office/commons/components/predamage/inside/_inside.scss */
.commons-inside .new-layout .form-group.switch-label-inline-container label {
  position: relative;
  top: -12px;
  left: 10px;
}

/* line 29, app/features/current-activities/app/components/front-office/commons/components/predamage/inside/_inside.scss */
.commons-inside ul.component-list li {
  height: 40px;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 35, app/features/current-activities/app/components/front-office/commons/components/predamage/inside/_inside.scss */
.commons-inside ul.component-list li .item-description {
  display: inline-block;
}

/* line 40, app/features/current-activities/app/components/front-office/commons/components/predamage/inside/_inside.scss */
.commons-inside ul.component-list li.is-selected {
  background: #337ab7 !important;
}

/* line 43, app/features/current-activities/app/components/front-office/commons/components/predamage/inside/_inside.scss */
.commons-inside ul.component-list li.is-selected label {
  color: #fff !important;
}

/* line 48, app/features/current-activities/app/components/front-office/commons/components/predamage/inside/_inside.scss */
.commons-inside ul.component-list li:nth-child(odd) {
  background: #f2f2f2;
}

/* line 53, app/features/current-activities/app/components/front-office/commons/components/predamage/inside/_inside.scss */
.commons-inside .photo-button {
  margin-bottom: 15px;
}

/* line 57, app/features/current-activities/app/components/front-office/commons/components/predamage/inside/_inside.scss */
.commons-inside .wrapper {
  position: relative;
  width: 300px;
  height: 550px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 67, app/features/current-activities/app/components/front-office/commons/components/predamage/inside/_inside.scss */
.commons-inside img {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 73, app/features/current-activities/app/components/front-office/commons/components/predamage/inside/_inside.scss */
.commons-inside .signature-pad {
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 550px;
}

/* line 84, app/features/current-activities/app/components/front-office/commons/components/predamage/inside/_inside.scss */
.outside-part .photo-button-container button {
  display: block;
  margin-bottom: 30px;
}

/* line 88, app/features/current-activities/app/components/front-office/commons/components/predamage/inside/_inside.scss */
.outside-part .photo-button-container button:last-of-type {
  margin-bottom: 0;
}

/* line 94, app/features/current-activities/app/components/front-office/commons/components/predamage/inside/_inside.scss */
.outside-part .photo-button {
  margin-bottom: 15px;
}

/* line 99, app/features/current-activities/app/components/front-office/commons/components/predamage/inside/_inside.scss */
.outside-part .image-container img {
  margin-top: 5px;
}

/* line 6, app/features/current-activities/app/components/front-office/commons/components/predamage/outside/_outside.scss */
.commons-outside .placeholder h2, .rental-car-details-container .placeholder h2 {
  margin-top: 25px;
  text-align: center;
}

/* line 12, app/features/current-activities/app/components/front-office/commons/components/predamage/outside/_outside.scss */
.commons-outside ul:not(.pager), .rental-car-details-container ul:not(.pager) {
  padding-left: 15px;
  list-style-type: none;
  cursor: pointer;
}

/* line 19, app/features/current-activities/app/components/front-office/commons/components/predamage/outside/_outside.scss */
.commons-outside .new-layout .form-group.switch-label-inline-container, .rental-car-details-container .new-layout .form-group.switch-label-inline-container {
  margin-bottom: 15px;
}

/* line 22, app/features/current-activities/app/components/front-office/commons/components/predamage/outside/_outside.scss */
.commons-outside .new-layout .form-group.switch-label-inline-container label, .rental-car-details-container .new-layout .form-group.switch-label-inline-container label {
  position: relative;
  top: -12px;
  left: 10px;
}

/* line 31, app/features/current-activities/app/components/front-office/commons/components/predamage/outside/_outside.scss */
.commons-outside ul.component-list li, .rental-car-details-container ul.component-list li {
  height: 40px;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 38, app/features/current-activities/app/components/front-office/commons/components/predamage/outside/_outside.scss */
.commons-outside ul.component-list li .item-description, .rental-car-details-container ul.component-list li .item-description {
  display: inline-block;
}

/* line 43, app/features/current-activities/app/components/front-office/commons/components/predamage/outside/_outside.scss */
.commons-outside ul.component-list li.is-selected, .rental-car-details-container ul.component-list li.is-selected {
  background: #337ab7 !important;
}

/* line 45, app/features/current-activities/app/components/front-office/commons/components/predamage/outside/_outside.scss */
.commons-outside ul.component-list li.is-selected label, .rental-car-details-container ul.component-list li.is-selected label {
  color: #fff !important;
}

/* line 50, app/features/current-activities/app/components/front-office/commons/components/predamage/outside/_outside.scss */
.commons-outside ul.component-list li:nth-child(odd), .rental-car-details-container ul.component-list li:nth-child(odd) {
  background: #f2f2f2;
}

/* line 55, app/features/current-activities/app/components/front-office/commons/components/predamage/outside/_outside.scss */
.commons-outside .photo-button, .rental-car-details-container .photo-button {
  margin-bottom: 15px;
}

/* line 59, app/features/current-activities/app/components/front-office/commons/components/predamage/outside/_outside.scss */
.commons-outside .wrapper, .rental-car-details-container .wrapper {
  position: relative;
  width: 300px;
  height: 550px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 75, app/features/current-activities/app/components/front-office/commons/components/predamage/outside/_outside.scss */
.commons-outside .signature-pad, .rental-car-details-container .signature-pad {
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 550px;
}

@media only screen and (max-width: 767px) {
  /* line 84, app/features/current-activities/app/components/front-office/commons/components/predamage/outside/_outside.scss */
  .commons-outside .canvas-wrapper, .rental-car-details-container .canvas-wrapper {
    width: 100%;
  }
  /* line 86, app/features/current-activities/app/components/front-office/commons/components/predamage/outside/_outside.scss */
  .commons-outside .canvas-wrapper canvas, .rental-car-details-container .canvas-wrapper canvas {
    width: 100%;
  }
}

/* line 95, app/features/current-activities/app/components/front-office/commons/components/predamage/outside/_outside.scss */
.outside-part .photo-button-container button {
  display: block;
  margin-bottom: 30px;
}

/* line 99, app/features/current-activities/app/components/front-office/commons/components/predamage/outside/_outside.scss */
.outside-part .photo-button-container button:last-of-type {
  margin-bottom: 0;
}

/* line 105, app/features/current-activities/app/components/front-office/commons/components/predamage/outside/_outside.scss */
.outside-part .photo-button {
  margin-bottom: 15px;
}

/* line 110, app/features/current-activities/app/components/front-office/commons/components/predamage/outside/_outside.scss */
.outside-part .image-container img {
  margin-top: 5px;
}

/* line 2, app/features/current-activities/app/components/front-office/commons/components/reception-summary/_reception-summary.scss */
.current-activities-front-office-commons-reception-summary .repair-duration {
  margin-left: 15px;
}

/* line 5, app/features/current-activities/app/components/front-office/commons/components/reception-summary/_reception-summary.scss */
.current-activities-front-office-commons-reception-summary .appointment-wrapper {
  margin-left: 15px;
  margin-bottom: 10px;
}

/* line 8, app/features/current-activities/app/components/front-office/commons/components/reception-summary/_reception-summary.scss */
.current-activities-front-office-commons-reception-summary .appointment-wrapper label {
  font-size: 1.25em;
}

/* line 11, app/features/current-activities/app/components/front-office/commons/components/reception-summary/_reception-summary.scss */
.current-activities-front-office-commons-reception-summary .appointment-wrapper .item {
  background-color: #f9f9f9;
  padding: 10px;
}

/* line 2, app/features/current-activities/app/components/front-office/commons/components/rental-car/rental-car-details/renewal/_rental-car-details.scss */
.rental-car-details-container .document-management-container {
  margin-bottom: 15px;
}

/* line 5, app/features/current-activities/app/components/front-office/commons/components/rental-car/rental-car-details/renewal/_rental-car-details.scss */
.rental-car-details-container .document-management-container.top-margin {
  margin-top: 15px;
}

/* line 10, app/features/current-activities/app/components/front-office/commons/components/rental-car/rental-car-details/renewal/_rental-car-details.scss */
.rental-car-details-container .mx--1 {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 5, app/features/current-activities/app/components/front-office/commons/components/rental-car/rental-car-details/_rental-car-details.scss */
.activity-edit-services-car-rental-details-container .rental-car-select-option .label {
  margin-left: 15px;
}

/* line 10, app/features/current-activities/app/components/front-office/commons/components/rental-car/rental-car-details/_rental-car-details.scss */
.activity-edit-services-car-rental-details-container #signature-toggle-button {
  margin-bottom: 30px;
}

/* line 16, app/features/current-activities/app/components/front-office/commons/components/rental-car/rental-car-details/_rental-car-details.scss */
.rental-car-details-container .flex-input {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/* line 20, app/features/current-activities/app/components/front-office/commons/components/rental-car/rental-car-details/_rental-car-details.scss */
.rental-car-details-container .flex-input .prefix-addon {
  width: auto;
  border: 1px solid #ccc;
  background: #fff;
}

/* line 26, app/features/current-activities/app/components/front-office/commons/components/rental-car/rental-car-details/_rental-car-details.scss */
.rental-car-details-container .flex-input .suffix-addon {
  width: auto;
  text-transform: lowercase;
}

/* line 31, app/features/current-activities/app/components/front-office/commons/components/rental-car/rental-car-details/_rental-car-details.scss */
.rental-car-details-container .flex-input .convert-arrow {
  margin: 0 12px;
}

/* line 2, app/features/current-activities/app/components/front-office/commons/components/wizard-photo-guide/_wizard-photo-guide.scss */
.current-activities-front-offfice-commons-wizard-photo-guide #step-overview {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 25px;
}

/* line 7, app/features/current-activities/app/components/front-office/commons/components/wizard-photo-guide/_wizard-photo-guide.scss */
.current-activities-front-offfice-commons-wizard-photo-guide #step-overview .step-preview {
  margin-top: 15px;
  margin-right: 15px;
  width: 200px;
  border: solid 1px #ddd;
}

@media (max-width: 462px) {
  /* line 7, app/features/current-activities/app/components/front-office/commons/components/wizard-photo-guide/_wizard-photo-guide.scss */
  .current-activities-front-offfice-commons-wizard-photo-guide #step-overview .step-preview {
    margin-top: 5px;
    margin-right: 2.5px;
    margin-left: 2.5px;
    -ms-flex: 1 1 40%;
        flex: 1 1 40%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

/* line 25, app/features/current-activities/app/components/front-office/commons/components/wizard-photo-guide/_wizard-photo-guide.scss */
.current-activities-front-offfice-commons-wizard-photo-guide #step-overview .step-preview:hover {
  background-color: #dedede;
}

/* line 29, app/features/current-activities/app/components/front-office/commons/components/wizard-photo-guide/_wizard-photo-guide.scss */
.current-activities-front-offfice-commons-wizard-photo-guide #step-overview .step-preview .step-photo-preview {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 200px;
}

@media (max-width: 462px) {
  /* line 29, app/features/current-activities/app/components/front-office/commons/components/wizard-photo-guide/_wizard-photo-guide.scss */
  .current-activities-front-offfice-commons-wizard-photo-guide #step-overview .step-preview .step-photo-preview {
    height: inherit;
  }
}

/* line 37, app/features/current-activities/app/components/front-office/commons/components/wizard-photo-guide/_wizard-photo-guide.scss */
.current-activities-front-offfice-commons-wizard-photo-guide #step-overview .step-preview .step-photo-preview img {
  max-height: 200px;
  max-width: 200px;
}

@media (max-width: 462px) {
  /* line 37, app/features/current-activities/app/components/front-office/commons/components/wizard-photo-guide/_wizard-photo-guide.scss */
  .current-activities-front-offfice-commons-wizard-photo-guide #step-overview .step-preview .step-photo-preview img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
  }
}

/* line 48, app/features/current-activities/app/components/front-office/commons/components/wizard-photo-guide/_wizard-photo-guide.scss */
.current-activities-front-offfice-commons-wizard-photo-guide #step-overview .step-preview .step-title {
  font-weight: bold;
  text-align: center;
  padding: 5px;
}

/* line 55, app/features/current-activities/app/components/front-office/commons/components/wizard-photo-guide/_wizard-photo-guide.scss */
.current-activities-front-offfice-commons-wizard-photo-guide #step-overview .photo-placeholder {
  text-align: center;
}

/* line 57, app/features/current-activities/app/components/front-office/commons/components/wizard-photo-guide/_wizard-photo-guide.scss */
.current-activities-front-offfice-commons-wizard-photo-guide #step-overview .photo-placeholder span {
  display: block;
  color: #888;
}

/* line 61, app/features/current-activities/app/components/front-office/commons/components/wizard-photo-guide/_wizard-photo-guide.scss */
.current-activities-front-offfice-commons-wizard-photo-guide #step-overview .photo-placeholder span.glyphicon {
  font-size: 40px;
  margin-bottom: 20px;
}

/* line 69, app/features/current-activities/app/components/front-office/commons/components/wizard-photo-guide/_wizard-photo-guide.scss */
.current-activities-front-offfice-commons-wizard-photo-guide .upload-container {
  margin-top: 3px;
  padding: 3px;
}

/* line 4, app/features/current-activities/app/components/front-office/commons/styles/_processing-status.scss */
.current-activities-front-office .processing-status {
  height: 1em;
  width: 1em;
  border-radius: 0.5em;
  border: solid 1px;
}

/* line 10, app/features/current-activities/app/components/front-office/commons/styles/_processing-status.scss */
.current-activities-front-office .processing-status.complaint, .current-activities-front-office .processing-status.high {
  background-color: #d9534f;
  border-color: #761c19;
}

/* line 16, app/features/current-activities/app/components/front-office/commons/styles/_processing-status.scss */
.current-activities-front-office .processing-status.canceled, .current-activities-front-office .processing-status.problem {
  background-color: #9037c0;
  border-color: #371549;
}

/* line 22, app/features/current-activities/app/components/front-office/commons/styles/_processing-status.scss */
.current-activities-front-office .processing-status.completed, .current-activities-front-office .processing-status.low {
  background-color: #5cb85c;
  border-color: #255625;
}

/* line 28, app/features/current-activities/app/components/front-office/commons/styles/_processing-status.scss */
.current-activities-front-office .processing-status.incomplete, .current-activities-front-office .processing-status.low {
  background-color: #d65f0b;
  border-color: #255625;
}

/* line 34, app/features/current-activities/app/components/front-office/commons/styles/_processing-status.scss */
.current-activities-front-office .processing-status.action-required {
  background-color: #5bc0de;
  border-color: #1b6d85;
}

/* line 39, app/features/current-activities/app/components/front-office/commons/styles/_processing-status.scss */
.current-activities-front-office .processing-status.overdue, .current-activities-front-office .processing-status.pending, .current-activities-front-office .processing-status.medium {
  background-color: #f0ad4e;
  border-color: #985f0d;
}

/* line 46, app/features/current-activities/app/components/front-office/commons/styles/_processing-status.scss */
.current-activities-front-office .processing-status.default {
  background-color: #555555;
  border-color: #090909;
}

/* line 51, app/features/current-activities/app/components/front-office/commons/styles/_processing-status.scss */
.current-activities-front-office .processing-status.in-progress {
  background-color: #0919ad;
  border-color: #01041c;
}

/* line 58, app/features/current-activities/app/components/front-office/commons/styles/_processing-status.scss */
.current-activities-front-office #processing-status-legend {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 10px;
  border: solid 1px #ddd;
  width: 100%;
  overflow: auto;
}

/* line 66, app/features/current-activities/app/components/front-office/commons/styles/_processing-status.scss */
.current-activities-front-office #processing-status-legend.no-border {
  border: none;
}

@media (max-width: 767px) {
  /* line 58, app/features/current-activities/app/components/front-office/commons/styles/_processing-status.scss */
  .current-activities-front-office #processing-status-legend {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

/* line 74, app/features/current-activities/app/components/front-office/commons/styles/_processing-status.scss */
.current-activities-front-office #processing-status-legend .legend-item {
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* line 79, app/features/current-activities/app/components/front-office/commons/styles/_processing-status.scss */
.current-activities-front-office #processing-status-legend .legend-item:last-of-type {
  margin-right: 0;
}

/* line 83, app/features/current-activities/app/components/front-office/commons/styles/_processing-status.scss */
.current-activities-front-office #processing-status-legend .legend-item .processing-status-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 89, app/features/current-activities/app/components/front-office/commons/styles/_processing-status.scss */
.current-activities-front-office #processing-status-legend .legend-item .processing-status {
  margin-right: 5px;
}

@media (max-width: 767px) {
  /* line 74, app/features/current-activities/app/components/front-office/commons/styles/_processing-status.scss */
  .current-activities-front-office #processing-status-legend .legend-item {
    padding-top: 10px;
  }
}

/* line 3, app/features/current-activities/app/components/front-office/overview/dashboard/evolution/_evolution.scss */
.current-activities-front-office-dashboard-evolution .modal-body.limited-height {
  max-height: 75vh;
  overflow-x: auto;
}

/* line 9, app/features/current-activities/app/components/front-office/overview/dashboard/evolution/_evolution.scss */
.current-activities-front-office-dashboard-evolution #date-range-quick-links {
  margin-bottom: 5px;
}

/* line 13, app/features/current-activities/app/components/front-office/overview/dashboard/evolution/_evolution.scss */
.current-activities-front-office-dashboard-evolution .quick-link-separator {
  margin-left: 15px;
  margin-right: 15px;
}

/* line 19, app/features/current-activities/app/components/front-office/overview/dashboard/evolution/_evolution.scss */
.current-activities-front-office-dashboard-evolution .quick-link-separator:last-of-type {
  display: none;
}

/* line 24, app/features/current-activities/app/components/front-office/overview/dashboard/evolution/_evolution.scss */
.current-activities-front-office-dashboard-evolution .service-metrics {
  overflow-x: auto;
}

/* line 27, app/features/current-activities/app/components/front-office/overview/dashboard/evolution/_evolution.scss */
.current-activities-front-office-dashboard-evolution .service-metrics .service-metrics-container {
  margin-right: 25px;
}

/* line 32, app/features/current-activities/app/components/front-office/overview/dashboard/evolution/_evolution.scss */
.current-activities-front-office-dashboard-evolution .service-title {
  font-size: 1.2;
  font-weight: bold;
}

/* line 37, app/features/current-activities/app/components/front-office/overview/dashboard/evolution/_evolution.scss */
.current-activities-front-office-dashboard-evolution .metrics-container {
  min-width: 250px;
  padding: 15px;
  border: solid 1px #ddd;
  border-right: none;
}

/* line 43, app/features/current-activities/app/components/front-office/overview/dashboard/evolution/_evolution.scss */
.current-activities-front-office-dashboard-evolution .metrics-container:last-of-type {
  border-right: solid 1px #ddd;
}

/* line 48, app/features/current-activities/app/components/front-office/overview/dashboard/evolution/_evolution.scss */
.current-activities-front-office-dashboard-evolution .avg {
  font-size: 1.5em;
}

/* line 52, app/features/current-activities/app/components/front-office/overview/dashboard/evolution/_evolution.scss */
.current-activities-front-office-dashboard-evolution canvas {
  min-height: 500px;
}

@media only screen and (max-width: 600px) {
  /* line 57, app/features/current-activities/app/components/front-office/overview/dashboard/evolution/_evolution.scss */
  .current-activities-front-office-dashboard-evolution canvas {
    width: 90% !important;
    height: 45% !important;
  }
}

/* line 4, app/features/current-activities/app/components/front-office/overview/dashboard/dashboard.scss */
.current-activities-front-office-dashboard .row .view-container {
  padding: 0;
}

/* line 7, app/features/current-activities/app/components/front-office/overview/dashboard/dashboard.scss */
.current-activities-front-office-dashboard .row .view-container table {
  border-collapse: separate;
  margin-bottom: 0;
}

/* line 11, app/features/current-activities/app/components/front-office/overview/dashboard/dashboard.scss */
.current-activities-front-office-dashboard .row .view-container table thead {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  background: #fff;
  z-index: 1000;
}

/* line 17, app/features/current-activities/app/components/front-office/overview/dashboard/dashboard.scss */
.current-activities-front-office-dashboard .row .view-container table thead tr th {
  padding-top: 15px;
}

/* line 37, app/features/current-activities/app/components/front-office/overview/dashboard/dashboard.scss */
.current-activities-front-office-dashboard .row .view-container table tr td {
  vertical-align: middle;
}

/* line 44, app/features/current-activities/app/components/front-office/overview/dashboard/dashboard.scss */
.current-activities-front-office-dashboard .processing-status {
  margin-left: 2px;
}

/* line 46, app/features/current-activities/app/components/front-office/overview/dashboard/dashboard.scss */
.current-activities-front-office-dashboard .processing-status.main {
  margin-left: 10px;
  margin-right: 10px;
}

/* line 50, app/features/current-activities/app/components/front-office/overview/dashboard/dashboard.scss */
.current-activities-front-office-dashboard .processing-status.main-left {
  margin-left: 10px;
}

/* line 54, app/features/current-activities/app/components/front-office/overview/dashboard/dashboard.scss */
.current-activities-front-office-dashboard .w-140 {
  width: 140px;
}

/* line 58, app/features/current-activities/app/components/front-office/overview/dashboard/dashboard.scss */
.current-activities-front-office-dashboard .status-indicator {
  display: -ms-flexbox;
  display: flex;
}

/* line 61, app/features/current-activities/app/components/front-office/overview/dashboard/dashboard.scss */
.current-activities-front-office-dashboard .status-indicator .color-indicator {
  width: 32px;
}

/* line 64, app/features/current-activities/app/components/front-office/overview/dashboard/dashboard.scss */
.current-activities-front-office-dashboard .status-indicator .color-indicator span {
  display: block;
  height: 18px;
  width: 18px;
  border-radius: 50%;
}

/* line 73, app/features/current-activities/app/components/front-office/overview/dashboard/dashboard.scss */
.current-activities-front-office-dashboard .category-indicator {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 5px 15px;
  width: 50px;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

/* line 84, app/features/current-activities/app/components/front-office/overview/dashboard/dashboard.scss */
.current-activities-front-office-dashboard .processing-status {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  border: solid 1px;
}

/* line 92, app/features/current-activities/app/components/front-office/overview/dashboard/dashboard.scss */
.current-activities-front-office-dashboard .info-tags .label {
  padding: 5px 8px;
  display: inline-block;
}

/* line 96, app/features/current-activities/app/components/front-office/overview/dashboard/dashboard.scss */
.current-activities-front-office-dashboard .info-tags .label:not(:first-child) {
  margin-left: 5px;
}

/* line 101, app/features/current-activities/app/components/front-office/overview/dashboard/dashboard.scss */
.current-activities-front-office-dashboard .info-tags .glyphicon {
  font-size: 85%;
  margin: 0 3px 0 0;
}

/* line 106, app/features/current-activities/app/components/front-office/overview/dashboard/dashboard.scss */
.current-activities-front-office-dashboard .info-tags .total-tag {
  background-color: #000;
}

/* line 111, app/features/current-activities/app/components/front-office/overview/dashboard/dashboard.scss */
.current-activities-front-office-dashboard .info-tags.overview {
  padding-bottom: 10px;
}

/* line 114, app/features/current-activities/app/components/front-office/overview/dashboard/dashboard.scss */
.current-activities-front-office-dashboard .info-tags.overview .label {
  font-size: 14px !important;
  margin: 0 8px 8px 0 !important;
}

/* line 121, app/features/current-activities/app/components/front-office/overview/dashboard/dashboard.scss */
.current-activities-front-office-dashboard .is-deselected span {
  text-decoration: line-through;
}

/* line 126, app/features/current-activities/app/components/front-office/overview/dashboard/dashboard.scss */
.current-activities-front-office-dashboard #main-table {
  position: -webkit-sticky;
  position: sticky;
}

/* line 131, app/features/current-activities/app/components/front-office/overview/dashboard/dashboard.scss */
.current-activities-front-office-dashboard .glyphicon.is-inactive {
  color: #888;
}

/* line 2, app/features/current-activities/app/components/front-office/overview/expertise-quick-calculation/_expertise-quick-calculation.scss */
.current-activities-front-office-expertise-quick-calculation #client-decision-container {
  margin-top: 10px;
}

/* line 5, app/features/current-activities/app/components/front-office/overview/expertise-quick-calculation/_expertise-quick-calculation.scss */
.current-activities-front-office-expertise-quick-calculation #client-decision-container h4 {
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {
  /* line 9, app/features/current-activities/app/components/front-office/overview/expertise-quick-calculation/_expertise-quick-calculation.scss */
  .current-activities-front-office-expertise-quick-calculation .pull-left-responsive {
    float: left !important;
    margin-bottom: 10px;
  }
}

/* line 16, app/features/current-activities/app/components/front-office/overview/expertise-quick-calculation/_expertise-quick-calculation.scss */
.current-activities-front-office-expertise-quick-calculation .client-tracking {
  border: solid 1px #ddd;
  border-radius: 1em;
}

/* line 22, app/features/current-activities/app/components/front-office/overview/expertise-quick-calculation/_expertise-quick-calculation.scss */
.current-activities-front-office-expertise-quick-calculation .client-tracking .tracking-item {
  padding: 3px;
}

/* line 25, app/features/current-activities/app/components/front-office/overview/expertise-quick-calculation/_expertise-quick-calculation.scss */
.current-activities-front-office-expertise-quick-calculation .client-tracking .tracking-item:first-of-type {
  padding-left: 1em;
}

/* line 28, app/features/current-activities/app/components/front-office/overview/expertise-quick-calculation/_expertise-quick-calculation.scss */
.current-activities-front-office-expertise-quick-calculation .client-tracking .tracking-item:last-of-type {
  padding-right: 1em;
}

/* line 33, app/features/current-activities/app/components/front-office/overview/expertise-quick-calculation/_expertise-quick-calculation.scss */
.current-activities-front-office-expertise-quick-calculation .client-tracking.timely {
  background-color: #5cb85c;
  color: #fff;
}

/* line 38, app/features/current-activities/app/components/front-office/overview/expertise-quick-calculation/_expertise-quick-calculation.scss */
.current-activities-front-office-expertise-quick-calculation .client-tracking.late {
  background-color: #f0ad4e;
  color: #fff;
}

/* line 43, app/features/current-activities/app/components/front-office/overview/expertise-quick-calculation/_expertise-quick-calculation.scss */
.current-activities-front-office-expertise-quick-calculation .client-tracking.overdue {
  background-color: #d65f0b;
  color: #fff;
}

/* line 51, app/features/current-activities/app/components/front-office/overview/expertise-quick-calculation/_expertise-quick-calculation.scss */
.current-activities-front-office-expertise-quick-calculation .table .dropdown:not(.open) .dropdown-menu {
  z-index: 0;
  display: block;
  max-height: 1px;
  overflow: hidden;
  opacity: 0;
}

@media screen and (max-width: 350px) {
  /* line 62, app/features/current-activities/app/components/front-office/overview/expertise-quick-calculation/_expertise-quick-calculation.scss */
  .current-activities-front-office-expertise-quick-calculation .table .row-data {
    position: relative;
  }
  /* line 65, app/features/current-activities/app/components/front-office/overview/expertise-quick-calculation/_expertise-quick-calculation.scss */
  .current-activities-front-office-expertise-quick-calculation .table .row-data.fix-safari {
    z-index: 1000;
    transform: scale(1, 1);
  }
  /* line 69, app/features/current-activities/app/components/front-office/overview/expertise-quick-calculation/_expertise-quick-calculation.scss */
  .current-activities-front-office-expertise-quick-calculation .table .row-data.fix-safari .dropdown .dropdown-menu {
    opacity: 1;
  }
  /* line 74, app/features/current-activities/app/components/front-office/overview/expertise-quick-calculation/_expertise-quick-calculation.scss */
  .current-activities-front-office-expertise-quick-calculation .table .row-data .dropdown {
    position: static;
  }
  /* line 77, app/features/current-activities/app/components/front-office/overview/expertise-quick-calculation/_expertise-quick-calculation.scss */
  .current-activities-front-office-expertise-quick-calculation .table .row-data .dropdown .dropdown-menu {
    left: 0;
    top: 49px;
    right: auto;
    opacity: 0;
  }
}

/* line 2, app/features/current-activities/app/components/front-office/overview/repairs/_repairs.scss */
.current-activities-front-office-repair-checklist #filter-dropdown {
  width: 100%;
  margin-top: 24.5px;
}

/* line 6, app/features/current-activities/app/components/front-office/overview/repairs/_repairs.scss */
.current-activities-front-office-repair-checklist #filter-dropdown .resource-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

/* line 12, app/features/current-activities/app/components/front-office/overview/repairs/_repairs.scss */
.current-activities-front-office-repair-checklist td.color-indicator {
  width: 32px;
}

/* line 15, app/features/current-activities/app/components/front-office/overview/repairs/_repairs.scss */
.current-activities-front-office-repair-checklist td.color-indicator span.category-color {
  display: inline-block;
  height: 12px !important;
  width: 12px !important;
  border-radius: 50%;
}

/* line 2, app/features/current-activities/app/components/front-office/overview/repair-flow/task-completion/_task-completion.scss */
.current-activities-front-office-repair-flow-task-completion .modal-body {
  max-height: 75vh;
  overflow-y: auto;
}

/* line 2, app/features/current-activities/app/components/front-office/overview/repair-flow/task-preview/_task-preview.scss */
.current-activities-front-office-repair-flow-task-preview document-tag {
  display: none !important;
}

/* line 6, app/features/current-activities/app/components/front-office/overview/repair-flow/task-preview/_task-preview.scss */
.current-activities-front-office-repair-flow-task-preview .photo-guide-start {
  margin-bottom: 0 !important;
}

/* line 2, app/features/current-activities/app/components/front-office/overview/repair-flow/task-start/_task-start.scss */
.current-activities-front-office-repair-flow-task-start .modal-body {
  max-height: 75vh;
  overflow-y: auto;
}

/* line 2, app/features/current-activities/app/components/front-office/overview/repair-flow/task-validation/_task-validation.scss */
.current-activities-front-office-repair-flow-task-validation .modal-body {
  max-height: 75vh;
  overflow-y: auto;
}

/* line 6, app/features/current-activities/app/components/front-office/overview/repair-flow/task-validation/_task-validation.scss */
.current-activities-front-office-repair-flow-task-validation .modal-body.max-expand {
  min-height: 75vh;
}

/* line 4, app/features/current-activities/app/components/front-office/overview/repair-flow/task-validation-wizard/_task-validation-wizard.scss */
.current-activities-front-office-repair-flow-task-validation-wizard .step {
  border: solid 1px #ddd;
  border-bottom: none;
}

/* line 11, app/features/current-activities/app/components/front-office/overview/repair-flow/task-validation-wizard/_task-validation-wizard.scss */
.current-activities-front-office-repair-flow-task-validation-wizard .step.is-selected .title {
  border-bottom: solid 1px #ddd;
}

/* line 16, app/features/current-activities/app/components/front-office/overview/repair-flow/task-validation-wizard/_task-validation-wizard.scss */
.current-activities-front-office-repair-flow-task-validation-wizard .step:last-of-type {
  border-bottom: solid 1px #ddd !important;
}

/* line 20, app/features/current-activities/app/components/front-office/overview/repair-flow/task-validation-wizard/_task-validation-wizard.scss */
.current-activities-front-office-repair-flow-task-validation-wizard .step .title {
  padding: 15px;
}

/* line 24, app/features/current-activities/app/components/front-office/overview/repair-flow/task-validation-wizard/_task-validation-wizard.scss */
.current-activities-front-office-repair-flow-task-validation-wizard .step .content {
  padding: 15px;
  max-height: 50vh;
  overflow-y: auto;
}

/* line 31, app/features/current-activities/app/components/front-office/overview/repair-flow/task-validation-wizard/_task-validation-wizard.scss */
.current-activities-front-office-repair-flow-task-validation-wizard .header {
  padding-bottom: 15px;
}

/* line 35, app/features/current-activities/app/components/front-office/overview/repair-flow/task-validation-wizard/_task-validation-wizard.scss */
.current-activities-front-office-repair-flow-task-validation-wizard .body {
  height: 75vh;
  overflow-y: auto;
}

/* line 39, app/features/current-activities/app/components/front-office/overview/repair-flow/task-validation-wizard/_task-validation-wizard.scss */
.current-activities-front-office-repair-flow-task-validation-wizard .body.max-expand {
  min-height: 75vh;
}

/* line 44, app/features/current-activities/app/components/front-office/overview/repair-flow/task-validation-wizard/_task-validation-wizard.scss */
.current-activities-front-office-repair-flow-task-validation-wizard .footer {
  padding: 15px;
  text-align: right;
  border-top: solid 1px #ddd;
}

/* line 10, app/features/current-activities/app/components/front-office/overview/repair-flow/_repair-flow.scss */
.current-activities-front-office-repair-flow .repair-flow-data {
  max-height: 65vh;
  overflow-y: auto;
}

/* line 15, app/features/current-activities/app/components/front-office/overview/repair-flow/_repair-flow.scss */
.current-activities-front-office-repair-flow a:hover {
  text-decoration: none;
}

/* line 18, app/features/current-activities/app/components/front-office/overview/repair-flow/_repair-flow.scss */
.current-activities-front-office-repair-flow a:hover .remarks {
  color: #888;
}

@media screen and (max-width: 450px) {
  /* line 25, app/features/current-activities/app/components/front-office/overview/repair-flow/_repair-flow.scss */
  #processing-status-legend .legend-item {
    margin-right: 20px !important;
  }
}

/* line 2, app/features/current-activities/app/components/front-office/overview/repairs-in-progress/_repairs-in-progress.scss */
.current-activities-front-office-repairs-in-progress #filter-dropdown {
  width: 100%;
  margin-top: 24.5px;
}

/* line 6, app/features/current-activities/app/components/front-office/overview/repairs-in-progress/_repairs-in-progress.scss */
.current-activities-front-office-repairs-in-progress #filter-dropdown .resource-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

/* line 2, app/features/current-activities/app/components/front-office/overview/restitutions/_restitutions.scss */
.current-activities-front-office-repair-checklist #filter-dropdown {
  width: 100%;
  margin-top: 24.5px;
}

/* line 6, app/features/current-activities/app/components/front-office/overview/restitutions/_restitutions.scss */
.current-activities-front-office-repair-checklist #filter-dropdown .resource-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

/* line 12, app/features/current-activities/app/components/front-office/overview/restitutions/_restitutions.scss */
.current-activities-front-office-repair-checklist td.color-indicator {
  width: 32px;
}

/* line 15, app/features/current-activities/app/components/front-office/overview/restitutions/_restitutions.scss */
.current-activities-front-office-repair-checklist td.color-indicator span.category-color {
  display: inline-block;
  height: 12px !important;
  width: 12px !important;
  border-radius: 50%;
}

/* line 23, app/features/current-activities/app/components/front-office/overview/restitutions/_restitutions.scss */
.current-activities-front-office-repair-checklist .status-alert {
  padding: 5px;
  border-radius: 0.5em;
}

/* line 29, app/features/current-activities/app/components/front-office/overview/restitutions/_restitutions.scss */
.current-activities-front-office-repair-checklist table td {
  vertical-align: middle !important;
}

/* line 4, app/features/current-activities/app/components/front-office/overview/task-filter/_task-filter.scss */
.current-activities-front-office-task-filter input[type='checkbox'] {
  width: 20px !important;
  height: 20px !important;
}

/* line 8, app/features/current-activities/app/components/front-office/overview/task-filter/_task-filter.scss */
.current-activities-front-office-task-filter .input-group-date {
  max-width: 300px;
}

/* line 12, app/features/current-activities/app/components/front-office/overview/task-filter/_task-filter.scss */
.current-activities-front-office-task-filter .date-range-checkbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/* line 16, app/features/current-activities/app/components/front-office/overview/task-filter/_task-filter.scss */
.current-activities-front-office-task-filter .date-range-checkbox label {
  margin-bottom: 0;
  white-space: nowrap;
}

/* line 21, app/features/current-activities/app/components/front-office/overview/task-filter/_task-filter.scss */
.current-activities-front-office-task-filter .date-range-checkbox input {
  margin-top: 0;
  margin-left: 4px;
}

@media (max-width: 767px) {
  /* line 29, app/features/current-activities/app/components/front-office/overview/task-filter/_task-filter.scss */
  .current-activities-front-office-task-filter .date-range:nth-child(1) {
    padding-right: 12px;
  }
  /* line 33, app/features/current-activities/app/components/front-office/overview/task-filter/_task-filter.scss */
  .current-activities-front-office-task-filter .date-range:nth-child(2) {
    padding-left: 12px;
  }
}

/* line 38, app/features/current-activities/app/components/front-office/overview/task-filter/_task-filter.scss */
.current-activities-front-office-task-filter .date-range .input-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/* line 43, app/features/current-activities/app/components/front-office/overview/task-filter/_task-filter.scss */
.current-activities-front-office-task-filter .date-range .input-group-addon {
  width: 39px;
  height: 34px;
}

/* line 47, app/features/current-activities/app/components/front-office/overview/task-filter/_task-filter.scss */
.current-activities-front-office-task-filter .date-range .input-group-addon .glyphicon {
  line-height: 20px;
}

/* line 53, app/features/current-activities/app/components/front-office/overview/task-filter/_task-filter.scss */
.current-activities-front-office-task-filter input[type='date'] {
  line-height: unset !important;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 2, app/features/current-activities/app/components/front-office/overview/waiting-for/waiting-for.scss */
.current-activities-front-office-waiting-for #filter-dropdown {
  width: 100%;
  margin-top: 24.5px;
}

/* line 6, app/features/current-activities/app/components/front-office/overview/waiting-for/waiting-for.scss */
.current-activities-front-office-waiting-for #filter-dropdown .resource-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

/* line 12, app/features/current-activities/app/components/front-office/overview/waiting-for/waiting-for.scss */
.current-activities-front-office-waiting-for .processing-status {
  margin-left: 2px;
}

/* line 14, app/features/current-activities/app/components/front-office/overview/waiting-for/waiting-for.scss */
.current-activities-front-office-waiting-for .processing-status.main {
  margin-left: 10px;
  margin-right: 10px;
}

/* line 18, app/features/current-activities/app/components/front-office/overview/waiting-for/waiting-for.scss */
.current-activities-front-office-waiting-for .processing-status.main-left {
  margin-left: 10px;
}

/* line 22, app/features/current-activities/app/components/front-office/overview/waiting-for/waiting-for.scss */
.current-activities-front-office-waiting-for .w-140 {
  width: 140px;
}

/* line 27, app/features/current-activities/app/components/front-office/overview/waiting-for/waiting-for.scss */
.current-activities-front-office-waiting-for .label-switch-container label {
  display: block !important;
}

/* line 31, app/features/current-activities/app/components/front-office/overview/waiting-for/waiting-for.scss */
.current-activities-front-office-waiting-for .label-switch-container input[type="checkbox"] {
  display: block !important;
}

/* line 10, app/features/current-activities/app/components/front-office/overview/_overview.scss */
.current-activities-front-office-overview {
  display: -ms-flexbox;
  display: flex;
}

/* line 15, app/features/current-activities/app/components/front-office/overview/_overview.scss */
.current-activities-front-office-overview #main-container {
  width: calc(100% - 60px);
}

/* line 19, app/features/current-activities/app/components/front-office/overview/_overview.scss */
.current-activities-front-office-overview #base-filter-bar {
  position: relative;
  left: 0;
  top: 0;
  margin-right: 35px;
  background-color: #f8f8f8;
  border: solid 1px #ddd;
}

/* line 28, app/features/current-activities/app/components/front-office/overview/_overview.scss */
.current-activities-front-office-overview #base-filter-bar-content {
  width: 350px;
  padding: 25px;
  max-width: 33vw;
  opacity: 1;
  transition: width 200ms, padding 200ms, opacity 200ms;
}

/* line 35, app/features/current-activities/app/components/front-office/overview/_overview.scss */
.current-activities-front-office-overview #base-filter-bar-content.hide-content {
  width: 20px;
  padding: 0;
  opacity: 0;
}

/* line 42, app/features/current-activities/app/components/front-office/overview/_overview.scss */
.current-activities-front-office-overview #base-filter-bar-toggler {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  right: -16px;
  top: 16px;
  height: 32px;
  width: 32px;
  border-radius: 16px;
  border: solid 1px #888;
  background-color: #fff;
  text-align: center;
}

/* line 59, app/features/current-activities/app/components/front-office/overview/_overview.scss */
.current-activities-front-office-overview #nav-bar {
  width: 100%;
}

/* line 63, app/features/current-activities/app/components/front-office/overview/_overview.scss */
.current-activities-front-office-overview #nav-bar #main-menu {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  border-bottom: solid 1px #2c699d;
  padding-right: 10px;
}

/* line 70, app/features/current-activities/app/components/front-office/overview/_overview.scss */
.current-activities-front-office-overview #nav-bar #sub-menu {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  overflow-x: auto;
}

/* line 75, app/features/current-activities/app/components/front-office/overview/_overview.scss */
.current-activities-front-office-overview #nav-bar #sub-menu .nav-item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

/* line 80, app/features/current-activities/app/components/front-office/overview/_overview.scss */
.current-activities-front-office-overview #nav-bar .nav-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  max-width: 200px;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 5px;
  height: 45px;
  text-align: center;
  background-color: #f5f5f5;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 0 5px;
}

/* line 95, app/features/current-activities/app/components/front-office/overview/_overview.scss */
.current-activities-front-office-overview #nav-bar .nav-item:last-of-type {
  margin-right: 0;
}

/* line 99, app/features/current-activities/app/components/front-office/overview/_overview.scss */
.current-activities-front-office-overview #nav-bar .nav-item.active {
  background-color: #2c699d;
  color: white;
}

/* line 106, app/features/current-activities/app/components/front-office/overview/_overview.scss */
.current-activities-front-office-overview .circle {
  border: 1px solid;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

/* line 116, app/features/current-activities/app/components/front-office/overview/_overview.scss */
.current-activities-front-office-overview .high {
  background-color: #d9534f;
}

/* line 120, app/features/current-activities/app/components/front-office/overview/_overview.scss */
.current-activities-front-office-overview .middle {
  background-color: #f0ad4e;
}

/* line 124, app/features/current-activities/app/components/front-office/overview/_overview.scss */
.current-activities-front-office-overview .low {
  background-color: green;
}

/* line 128, app/features/current-activities/app/components/front-office/overview/_overview.scss */
.current-activities-front-office-overview .circle-text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

/* line 135, app/features/current-activities/app/components/front-office/overview/_overview.scss */
.current-activities-front-office-overview .category-container.category-indicator {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 5px 15px;
  width: 50px;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

/* line 1, app/features/current-activities/app/components/front-office/wizard/repair-checklist/predamages-main/_predamages-main.scss */
.current-activities-front-office-repair-checklist-predamages-main {
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 992px) {
  /* line 1, app/features/current-activities/app/components/front-office/wizard/repair-checklist/predamages-main/_predamages-main.scss */
  .current-activities-front-office-repair-checklist-predamages-main {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  /* line 6, app/features/current-activities/app/components/front-office/wizard/repair-checklist/predamages-main/_predamages-main.scss */
  .current-activities-front-office-repair-checklist-predamages-main .car-reception-wizard-general .form-horizontal {
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  /* line 9, app/features/current-activities/app/components/front-office/wizard/repair-checklist/predamages-main/_predamages-main.scss */
  .current-activities-front-office-repair-checklist-predamages-main .car-reception-wizard-general .form-horizontal.normal-block {
    display: block;
  }
  /* line 13, app/features/current-activities/app/components/front-office/wizard/repair-checklist/predamages-main/_predamages-main.scss */
  .current-activities-front-office-repair-checklist-predamages-main .car-reception-wizard-general .col-100 {
    width: 100%;
    margin: auto;
  }
}

/* line 3, app/features/current-activities/app/components/front-office/wizard/repair-checklist/_repair-checklist.scss */
.current-activities-front-office-wizard-repair-checklist {
  display: -ms-flexbox;
  display: flex;
}

/* line 6, app/features/current-activities/app/components/front-office/wizard/repair-checklist/_repair-checklist.scss */
.current-activities-front-office-wizard-repair-checklist #main-container {
  position: relative;
  margin-right: 50px;
  background-color: #f8f8f8;
  border: solid 1px #ddd;
}

/* line 13, app/features/current-activities/app/components/front-office/wizard/repair-checklist/_repair-checklist.scss */
.current-activities-front-office-wizard-repair-checklist #main-container-toggler {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  right: -16px;
  top: 16px;
  height: 32px;
  width: 32px;
  border-radius: 16px;
  border: solid 1px #888;
  background-color: #fff;
  text-align: center;
}

/* line 30, app/features/current-activities/app/components/front-office/wizard/repair-checklist/_repair-checklist.scss */
.current-activities-front-office-wizard-repair-checklist #container-content {
  width: 350px;
  max-width: 33vw;
  transition: width 200ms;
}

/* line 35, app/features/current-activities/app/components/front-office/wizard/repair-checklist/_repair-checklist.scss */
.current-activities-front-office-wizard-repair-checklist #container-content.hide-content {
  width: 20px;
}

/* line 40, app/features/current-activities/app/components/front-office/wizard/repair-checklist/_repair-checklist.scss */
.current-activities-front-office-wizard-repair-checklist #checklist-content {
  -ms-flex-positive: 2;
      flex-grow: 2;
}

/* line 44, app/features/current-activities/app/components/front-office/wizard/repair-checklist/_repair-checklist.scss */
.current-activities-front-office-wizard-repair-checklist .content-section {
  padding: 15px;
  border-bottom: solid 1px #ddd;
}

/* line 48, app/features/current-activities/app/components/front-office/wizard/repair-checklist/_repair-checklist.scss */
.current-activities-front-office-wizard-repair-checklist .content-section:first-of-type {
  padding-right: 30px;
}

/* line 52, app/features/current-activities/app/components/front-office/wizard/repair-checklist/_repair-checklist.scss */
.current-activities-front-office-wizard-repair-checklist .content-section .content-title {
  padding: 5px;
  font-weight: bold;
  font-size: 1.25em;
}

/* line 58, app/features/current-activities/app/components/front-office/wizard/repair-checklist/_repair-checklist.scss */
.current-activities-front-office-wizard-repair-checklist .content-section .content-data-item {
  display: -ms-flexbox;
  display: flex;
}

/* line 61, app/features/current-activities/app/components/front-office/wizard/repair-checklist/_repair-checklist.scss */
.current-activities-front-office-wizard-repair-checklist .content-section .content-data-item .data-icon {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}

/* line 68, app/features/current-activities/app/components/front-office/wizard/repair-checklist/_repair-checklist.scss */
.current-activities-front-office-wizard-repair-checklist .content-section .content-data-item:first-of-type .data-value {
  font-weight: bold;
}

/* line 75, app/features/current-activities/app/components/front-office/wizard/repair-checklist/_repair-checklist.scss */
.current-activities-front-office-wizard-repair-checklist .edit-label {
  color: #888;
  font-size: 0.8em;
}

@media only screen and (max-width: 992px) {
  /* line 81, app/features/current-activities/app/components/front-office/wizard/repair-checklist/_repair-checklist.scss */
  .current-activities-front-office-wizard-repair-checklist.mobile-content {
    display: initial;
  }
  /* line 84, app/features/current-activities/app/components/front-office/wizard/repair-checklist/_repair-checklist.scss */
  .current-activities-front-office-wizard-repair-checklist #main-container {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  /* line 89, app/features/current-activities/app/components/front-office/wizard/repair-checklist/_repair-checklist.scss */
  .current-activities-front-office-wizard-repair-checklist .wap-sidenav-checklist {
    display: none !important;
  }
}

/* line 93, app/features/current-activities/app/components/front-office/wizard/repair-checklist/_repair-checklist.scss */
.current-activities-front-office-wizard-repair-checklist .menu-checklist-container {
  overflow: auto;
  border: 1px solid #ddd;
}

/* line 96, app/features/current-activities/app/components/front-office/wizard/repair-checklist/_repair-checklist.scss */
.current-activities-front-office-wizard-repair-checklist .menu-checklist-container .content-section {
  color: #f2f2f2;
}

/* line 98, app/features/current-activities/app/components/front-office/wizard/repair-checklist/_repair-checklist.scss */
.current-activities-front-office-wizard-repair-checklist .menu-checklist-container .content-section .data-value {
  font-weight: 500 !important;
}

/* line 101, app/features/current-activities/app/components/front-office/wizard/repair-checklist/_repair-checklist.scss */
.current-activities-front-office-wizard-repair-checklist .menu-checklist-container .content-section .edit-label {
  color: #f2f2f2 !important;
}

/* line 106, app/features/current-activities/app/components/front-office/wizard/repair-checklist/_repair-checklist.scss */
.current-activities-front-office-wizard-repair-checklist .menu-checklist-container .dispatching-communication-data-list .content-section {
  border-bottom: none;
}

/* line 108, app/features/current-activities/app/components/front-office/wizard/repair-checklist/_repair-checklist.scss */
.current-activities-front-office-wizard-repair-checklist .menu-checklist-container .dispatching-communication-data-list .content-section .list-group-item {
  color: black;
}

/* line 2, app/features/current-activities/app/components/front-office/wizard/quick-calculation/conclusion/_conclusion.scss */
.current-activities-front-office-quick-calculation-wizard-conclusion .selected-status {
  border: solid 1px #003e70 !important;
}

/* line 6, app/features/current-activities/app/components/front-office/wizard/quick-calculation/conclusion/_conclusion.scss */
.current-activities-front-office-quick-calculation-wizard-conclusion .list-group-item {
  padding: 0 !important;
}

/* line 10, app/features/current-activities/app/components/front-office/wizard/quick-calculation/conclusion/_conclusion.scss */
.current-activities-front-office-quick-calculation-wizard-conclusion .status-item {
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
}

/* line 14, app/features/current-activities/app/components/front-office/wizard/quick-calculation/conclusion/_conclusion.scss */
.current-activities-front-office-quick-calculation-wizard-conclusion .status-item .text-container {
  -ms-flex: 1;
      flex: 1;
}

/* line 17, app/features/current-activities/app/components/front-office/wizard/quick-calculation/conclusion/_conclusion.scss */
.current-activities-front-office-quick-calculation-wizard-conclusion .status-item .text-container > span {
  font-weight: 700;
}

/* line 21, app/features/current-activities/app/components/front-office/wizard/quick-calculation/conclusion/_conclusion.scss */
.current-activities-front-office-quick-calculation-wizard-conclusion .status-item .text-container .form-wrapper {
  -ms-flex: 1;
      flex: 1;
  margin-top: 15px;
}

/* line 28, app/features/current-activities/app/components/front-office/wizard/quick-calculation/conclusion/_conclusion.scss */
.current-activities-front-office-quick-calculation-wizard-conclusion .selector {
  height: 19.5px;
  width: 45px;
  padding: 0 15px;
}

/* line 33, app/features/current-activities/app/components/front-office/wizard/quick-calculation/conclusion/_conclusion.scss */
.current-activities-front-office-quick-calculation-wizard-conclusion .selector input {
  height: 15px;
}

/* line 38, app/features/current-activities/app/components/front-office/wizard/quick-calculation/conclusion/_conclusion.scss */
.current-activities-front-office-quick-calculation-wizard-conclusion .icon-container {
  margin-right: 15px;
}

/* line 2, app/features/current-activities/app/components/front-office/wizard/quick-calculation/contractor-steps/axa-ch/_axa-ch.scss */
.current-activities-front-office-quick-calculation-wizard-contractor-steps-axa-ch #waiting-for-expertise-container {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 2, app/features/current-activities/app/components/front-office/wizard/quick-calculation/general-data/_general-data.scss */
.current-activities-front-office-quick-calculation-wizard-general-data p.form-control-static {
  padding: 0;
}

/* line 2, app/features/current-activities/app/components/front-office/wizard/quick-calculation/tenant/fr/general-data/_general-data.scss */
.current-activities-front-office-quick-calculation-wizard-tenant-fr-general-data p.form-control-static {
  padding: 0;
}

/* line 1, app/features/current-activities/app/components/front-office/wizard/return-appointment/_return-appointment.scss */
.current-activities-front-office-wizard-return-appointment {
  margin-top: -15px;
}

/* line 6, app/features/current-activities/app/components/front-office/wizard/return-appointment/_return-appointment.scss */
.current-activities-front-office-wizard-return-appointment .suggestion-container .week-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  margin-bottom: 8px;
}

/* line 12, app/features/current-activities/app/components/front-office/wizard/return-appointment/_return-appointment.scss */
.current-activities-front-office-wizard-return-appointment .suggestion-container .week-container > * {
  display: -ms-flexbox;
  display: flex;
}

/* line 17, app/features/current-activities/app/components/front-office/wizard/return-appointment/_return-appointment.scss */
.current-activities-front-office-wizard-return-appointment .suggestion-container .week-container .action .btn {
  height: 38px;
  border: 0;
  outline: 0;
  background: inherit;
  box-shadow: none;
}

/* line 24, app/features/current-activities/app/components/front-office/wizard/return-appointment/_return-appointment.scss */
.current-activities-front-office-wizard-return-appointment .suggestion-container .week-container .action .btn:focus, .current-activities-front-office-wizard-return-appointment .suggestion-container .week-container .action .btn:active, .current-activities-front-office-wizard-return-appointment .suggestion-container .week-container .action .btn:hover {
  border: 0;
  background: inherit;
  box-shadow: none;
}

/* line 33, app/features/current-activities/app/components/front-office/wizard/return-appointment/_return-appointment.scss */
.current-activities-front-office-wizard-return-appointment .suggestion-container .week-container .action:first-child {
  margin-left: 5px;
}

/* line 37, app/features/current-activities/app/components/front-office/wizard/return-appointment/_return-appointment.scss */
.current-activities-front-office-wizard-return-appointment .suggestion-container .week-container .action:not(:first-child) {
  margin-right: 5px;
}

/* line 42, app/features/current-activities/app/components/front-office/wizard/return-appointment/_return-appointment.scss */
.current-activities-front-office-wizard-return-appointment .suggestion-container .week-container .content {
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  overflow-x: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

/* line 48, app/features/current-activities/app/components/front-office/wizard/return-appointment/_return-appointment.scss */
.current-activities-front-office-wizard-return-appointment .suggestion-container .week-container .content::-webkit-scrollbar {
  height: 7px;
  border-radius: 3px;
}

/* line 54, app/features/current-activities/app/components/front-office/wizard/return-appointment/_return-appointment.scss */
.current-activities-front-office-wizard-return-appointment .suggestion-container .week-container .content::-webkit-scrollbar-track {
  background: transparent;
}

/* line 59, app/features/current-activities/app/components/front-office/wizard/return-appointment/_return-appointment.scss */
.current-activities-front-office-wizard-return-appointment .suggestion-container .week-container .content::-webkit-scrollbar-thumb {
  background: #dddddd;
  border-radius: 4px;
}

/* line 65, app/features/current-activities/app/components/front-office/wizard/return-appointment/_return-appointment.scss */
.current-activities-front-office-wizard-return-appointment .suggestion-container .week-container .content::-webkit-scrollbar-thumb:hover {
  background: #d0d0d0;
}

/* line 69, app/features/current-activities/app/components/front-office/wizard/return-appointment/_return-appointment.scss */
.current-activities-front-office-wizard-return-appointment .suggestion-container .week-container .content .week {
  display: block;
  -ms-flex: 1;
      flex: 1;
  cursor: pointer;
  white-space: nowrap;
  font-size: 14px;
  padding: 10px 10px 5px 10px;
  text-transform: uppercase;
  text-align: center;
}

/* line 79, app/features/current-activities/app/components/front-office/wizard/return-appointment/_return-appointment.scss */
.current-activities-front-office-wizard-return-appointment .suggestion-container .week-container .content .week.active {
  color: #003e70;
  font-weight: bold;
}

/* line 87, app/features/current-activities/app/components/front-office/wizard/return-appointment/_return-appointment.scss */
.current-activities-front-office-wizard-return-appointment .suggestion-container .calendar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  min-width: 100%;
  -ms-flex-flow: column;
      flex-flow: column;
}

/* line 93, app/features/current-activities/app/components/front-office/wizard/return-appointment/_return-appointment.scss */
.current-activities-front-office-wizard-return-appointment .suggestion-container .calendar .weekday-headers {
  background: #e7e7e7;
}

/* line 97, app/features/current-activities/app/components/front-office/wizard/return-appointment/_return-appointment.scss */
.current-activities-front-office-wizard-return-appointment .suggestion-container .calendar .weekday-headers,
.current-activities-front-office-wizard-return-appointment .suggestion-container .calendar .week {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
}

/* line 103, app/features/current-activities/app/components/front-office/wizard/return-appointment/_return-appointment.scss */
.current-activities-front-office-wizard-return-appointment .suggestion-container .calendar .weekday-headers > div,
.current-activities-front-office-wizard-return-appointment .suggestion-container .calendar .week > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
}

/* line 109, app/features/current-activities/app/components/front-office/wizard/return-appointment/_return-appointment.scss */
.current-activities-front-office-wizard-return-appointment .suggestion-container .calendar .weekday-headers .header {
  font-weight: 700;
  padding: 15px;
  font-size: 14px;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 116, app/features/current-activities/app/components/front-office/wizard/return-appointment/_return-appointment.scss */
.current-activities-front-office-wizard-return-appointment .suggestion-container .calendar .week .weekday {
  padding: 10px 0;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  overflow: hidden;
  font-size: 12px;
  max-width: 14.2857%;
  border-radius: 4px;
}

/* line 127, app/features/current-activities/app/components/front-office/wizard/return-appointment/_return-appointment.scss */
.current-activities-front-office-wizard-return-appointment .suggestion-container .calendar .week .weekday:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.03);
}

/* line 132, app/features/current-activities/app/components/front-office/wizard/return-appointment/_return-appointment.scss */
.current-activities-front-office-wizard-return-appointment .suggestion-container .calendar .week .weekday.today .day {
  border: 1px solid #003e70;
}

/* line 136, app/features/current-activities/app/components/front-office/wizard/return-appointment/_return-appointment.scss */
.current-activities-front-office-wizard-return-appointment .suggestion-container .calendar .week .weekday.active .day {
  background: #003e70;
}

/* line 139, app/features/current-activities/app/components/front-office/wizard/return-appointment/_return-appointment.scss */
.current-activities-front-office-wizard-return-appointment .suggestion-container .calendar .week .weekday.active .day span {
  color: white;
}

/* line 144, app/features/current-activities/app/components/front-office/wizard/return-appointment/_return-appointment.scss */
.current-activities-front-office-wizard-return-appointment .suggestion-container .calendar .week .weekday:not(.disabled) .day span {
  font-weight: 700;
}

/* line 148, app/features/current-activities/app/components/front-office/wizard/return-appointment/_return-appointment.scss */
.current-activities-front-office-wizard-return-appointment .suggestion-container .calendar .week .weekday.disabled {
  pointer-events: none;
  opacity: 0.5;
}

/* line 152, app/features/current-activities/app/components/front-office/wizard/return-appointment/_return-appointment.scss */
.current-activities-front-office-wizard-return-appointment .suggestion-container .calendar .week .weekday.disabled .day span {
  color: inherit;
}

/* line 157, app/features/current-activities/app/components/front-office/wizard/return-appointment/_return-appointment.scss */
.current-activities-front-office-wizard-return-appointment .suggestion-container .calendar .week .weekday .day {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 32px;
  width: 32px;
  text-align: center;
  border-radius: 50%;
}

/* line 166, app/features/current-activities/app/components/front-office/wizard/return-appointment/_return-appointment.scss */
.current-activities-front-office-wizard-return-appointment .suggestion-container .calendar .week .weekday .day:hover {
  cursor: pointer;
}

/* line 171, app/features/current-activities/app/components/front-office/wizard/return-appointment/_return-appointment.scss */
.current-activities-front-office-wizard-return-appointment .suggestion-container .calendar .week .weekday .appointment-count,
.current-activities-front-office-wizard-return-appointment .suggestion-container .calendar .week .weekday .spacer {
  margin-top: 4px;
  max-width: 100%;
  padding: 0 4px;
  color: #818181;
  font-size: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 187, app/features/current-activities/app/components/front-office/wizard/return-appointment/_return-appointment.scss */
.current-activities-front-office-wizard-return-appointment .suggestion-container .next-available-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 15px;
}

/* line 195, app/features/current-activities/app/components/front-office/wizard/return-appointment/_return-appointment.scss */
.current-activities-front-office-wizard-return-appointment .suggestion-container .next-available-container .alert {
  margin-bottom: 15px;
  text-align: center;
}

/* line 199, app/features/current-activities/app/components/front-office/wizard/return-appointment/_return-appointment.scss */
.current-activities-front-office-wizard-return-appointment .suggestion-container .next-available-container .alert small {
  font-size: 70%;
  font-weight: 700;
  color: inherit;
  text-transform: uppercase;
}

/* line 208, app/features/current-activities/app/components/front-office/wizard/return-appointment/_return-appointment.scss */
.current-activities-front-office-wizard-return-appointment .suggestion-container .manual-creation-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: column;
      flex-flow: column;
}

/* line 214, app/features/current-activities/app/components/front-office/wizard/return-appointment/_return-appointment.scss */
.current-activities-front-office-wizard-return-appointment .suggestion-container .selection {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex: 1;
      flex: 1;
  padding: 0 15px;
}

/* line 220, app/features/current-activities/app/components/front-office/wizard/return-appointment/_return-appointment.scss */
.current-activities-front-office-wizard-return-appointment .suggestion-container .selection p.caption {
  color: #003e70;
  margin: 0 0 8px 0;
}

/* line 224, app/features/current-activities/app/components/front-office/wizard/return-appointment/_return-appointment.scss */
.current-activities-front-office-wizard-return-appointment .suggestion-container .selection p.caption:not(:first-of-type) {
  margin-top: 15px;
}

/* line 229, app/features/current-activities/app/components/front-office/wizard/return-appointment/_return-appointment.scss */
.current-activities-front-office-wizard-return-appointment .suggestion-container .selection .alert {
  text-align: center;
  margin-bottom: 0;
}

/* line 234, app/features/current-activities/app/components/front-office/wizard/return-appointment/_return-appointment.scss */
.current-activities-front-office-wizard-return-appointment .suggestion-container .selection .times {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

/* line 239, app/features/current-activities/app/components/front-office/wizard/return-appointment/_return-appointment.scss */
.current-activities-front-office-wizard-return-appointment .suggestion-container .selection .times .btn {
  margin: 6px 6px 0 0;
}

/* line 7, app/features/current-activities/app/components/front-office/welcome/_welcome.scss */
.current-activities-front-office-welcome .immediate-diff {
  background-color: #94ff8a;
}

/* line 11, app/features/current-activities/app/components/front-office/welcome/_welcome.scss */
.current-activities-front-office-welcome .mid-diff {
  background-color: #c7ffb9;
}

/* line 15, app/features/current-activities/app/components/front-office/welcome/_welcome.scss */
.current-activities-front-office-welcome .far-diff {
  background-color: #e7ffe7;
}

/* line 19, app/features/current-activities/app/components/front-office/welcome/_welcome.scss */
.current-activities-front-office-welcome .client-absent {
  background-color: #ff9494;
}

/* line 9, app/features/repair-triage/components/repair-triage-appointment-edit/_repair-triage-appointment-edit.scss */
.repair-triage-appointment-edit-container .suggestion-container {
  padding: 0;
  overflow: hidden;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 14, app/features/repair-triage/components/repair-triage-appointment-edit/_repair-triage-appointment-edit.scss */
.repair-triage-appointment-edit-container .suggestion-container .header-row {
  margin: 0;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 0 11px -1px rgba(0, 0, 0, 0.2);
}

/* line 20, app/features/repair-triage/components/repair-triage-appointment-edit/_repair-triage-appointment-edit.scss */
.repair-triage-appointment-edit-container .suggestion-container .header {
  color: #959595;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 15px 10px;
  text-align: center;
}

/* line 27, app/features/repair-triage/components/repair-triage-appointment-edit/_repair-triage-appointment-edit.scss */
.repair-triage-appointment-edit-container .suggestion-container .header span.day {
  display: block;
}

/* line 30, app/features/repair-triage/components/repair-triage-appointment-edit/_repair-triage-appointment-edit.scss */
.repair-triage-appointment-edit-container .suggestion-container .header span.day.abbreviation {
  text-transform: uppercase;
  font-size: 75%;
}

/* line 35, app/features/repair-triage/components/repair-triage-appointment-edit/_repair-triage-appointment-edit.scss */
.repair-triage-appointment-edit-container .suggestion-container .header span.day.station {
  text-transform: uppercase;
}

/* line 40, app/features/repair-triage/components/repair-triage-appointment-edit/_repair-triage-appointment-edit.scss */
.repair-triage-appointment-edit-container .suggestion-container .header.weekday.current {
  color: red;
  opacity: 0.7;
}

/* line 45, app/features/repair-triage/components/repair-triage-appointment-edit/_repair-triage-appointment-edit.scss */
.repair-triage-appointment-edit-container .suggestion-container .header.station {
  border-bottom: none;
  width: 20%;
}

/* line 49, app/features/repair-triage/components/repair-triage-appointment-edit/_repair-triage-appointment-edit.scss */
.repair-triage-appointment-edit-container .suggestion-container .header.station span.day {
  margin-top: 7px;
}

/* line 54, app/features/repair-triage/components/repair-triage-appointment-edit/_repair-triage-appointment-edit.scss */
.repair-triage-appointment-edit-container .suggestion-container .header:first-child {
  border-left: none;
}

/* line 59, app/features/repair-triage/components/repair-triage-appointment-edit/_repair-triage-appointment-edit.scss */
.repair-triage-appointment-edit-container .suggestion-container .station-row {
  margin: 0;
  border-bottom: 1px solid #ddd;
}

/* line 63, app/features/repair-triage/components/repair-triage-appointment-edit/_repair-triage-appointment-edit.scss */
.repair-triage-appointment-edit-container .suggestion-container .station-row:last-child {
  border-bottom: none;
}

/* line 68, app/features/repair-triage/components/repair-triage-appointment-edit/_repair-triage-appointment-edit.scss */
.repair-triage-appointment-edit-container .suggestion-container .column {
  color: #424242;
  font-weight: 700;
  padding: 7.5px 5px;
  text-align: center;
}

/* line 74, app/features/repair-triage/components/repair-triage-appointment-edit/_repair-triage-appointment-edit.scss */
.repair-triage-appointment-edit-container .suggestion-container .column.station {
  width: 20%;
}

/* line 77, app/features/repair-triage/components/repair-triage-appointment-edit/_repair-triage-appointment-edit.scss */
.repair-triage-appointment-edit-container .suggestion-container .column.station span {
  display: block;
  margin: 5px 0;
}

/* line 81, app/features/repair-triage/components/repair-triage-appointment-edit/_repair-triage-appointment-edit.scss */
.repair-triage-appointment-edit-container .suggestion-container .column.station span.alias {
  text-transform: uppercase;
}

/* line 85, app/features/repair-triage/components/repair-triage-appointment-edit/_repair-triage-appointment-edit.scss */
.repair-triage-appointment-edit-container .suggestion-container .column.station span.distance {
  font-size: 90%;
  font-weight: 400;
}

/* line 89, app/features/repair-triage/components/repair-triage-appointment-edit/_repair-triage-appointment-edit.scss */
.repair-triage-appointment-edit-container .suggestion-container .column.station span.distance a.availability {
  cursor: pointer;
}

/* line 95, app/features/repair-triage/components/repair-triage-appointment-edit/_repair-triage-appointment-edit.scss */
.repair-triage-appointment-edit-container .suggestion-container .column.station span.glyphicon {
  margin-top: 0;
  margin-right: 5px;
  display: inline-block !important;
  opacity: 0.75;
}

/* line 102, app/features/repair-triage/components/repair-triage-appointment-edit/_repair-triage-appointment-edit.scss */
.repair-triage-appointment-edit-container .suggestion-container .column.station span.glyphicon:not(:first-child) {
  margin-left: 15px;
}

/* line 107, app/features/repair-triage/components/repair-triage-appointment-edit/_repair-triage-appointment-edit.scss */
.repair-triage-appointment-edit-container .suggestion-container .column .no-vacancy-indicator {
  font-size: 350%;
  text-transform: uppercase;
  opacity: 0.05;
  margin-top: 15px;
}

/* line 113, app/features/repair-triage/components/repair-triage-appointment-edit/_repair-triage-appointment-edit.scss */
.repair-triage-appointment-edit-container .suggestion-container .column .no-vacancy-indicator.holiday {
  position: relative;
  font-size: 215%;
  opacity: 0.1;
  top: 15px;
}

/* line 121, app/features/repair-triage/components/repair-triage-appointment-edit/_repair-triage-appointment-edit.scss */
.repair-triage-appointment-edit-container .suggestion-container .column:first-child {
  border-left: none;
}

/* line 126, app/features/repair-triage/components/repair-triage-appointment-edit/_repair-triage-appointment-edit.scss */
.repair-triage-appointment-edit-container .suggestion-container .suggestion-box {
  margin-bottom: 0;
  cursor: pointer;
}

/* line 130, app/features/repair-triage/components/repair-triage-appointment-edit/_repair-triage-appointment-edit.scss */
.repair-triage-appointment-edit-container .suggestion-container .suggestion-box select {
  margin-bottom: 7px;
}

/* line 134, app/features/repair-triage/components/repair-triage-appointment-edit/_repair-triage-appointment-edit.scss */
.repair-triage-appointment-edit-container .suggestion-container .suggestion-box span.start {
  font-size: 150%;
}

/* line 137, app/features/repair-triage/components/repair-triage-appointment-edit/_repair-triage-appointment-edit.scss */
.repair-triage-appointment-edit-container .suggestion-container .suggestion-box span.start .glyphicon {
  top: 7px;
  font-size: 80%;
}

/* line 143, app/features/repair-triage/components/repair-triage-appointment-edit/_repair-triage-appointment-edit.scss */
.repair-triage-appointment-edit-container .suggestion-container .suggestion-box a.alt-times {
  font-size: 80%;
  cursor: pointer;
  text-decoration: underline;
}

/* line 149, app/features/repair-triage/components/repair-triage-appointment-edit/_repair-triage-appointment-edit.scss */
.repair-triage-appointment-edit-container .suggestion-container .suggestion-box .reservation-cta {
  margin-top: 15px;
}

/* line 153, app/features/repair-triage/components/repair-triage-appointment-edit/_repair-triage-appointment-edit.scss */
.repair-triage-appointment-edit-container .suggestion-container .suggestion-box.selected {
  cursor: default;
}

/* line 158, app/features/repair-triage/components/repair-triage-appointment-edit/_repair-triage-appointment-edit.scss */
.repair-triage-appointment-edit-container .suggestion-container .suggestion-box.alert-info:hover, .repair-triage-appointment-edit-container .suggestion-container .suggestion-box.alert-info.selected {
  background: #b3dbef;
  border-color: #7cd2e3;
  color: #25556d;
  box-shadow: 0 0 11px -1px rgba(0, 0, 0, 0.2);
}

/* line 168, app/features/repair-triage/components/repair-triage-appointment-edit/_repair-triage-appointment-edit.scss */
.repair-triage-appointment-edit-container .suggestion-container .suggestion-box.alert-success:hover, .repair-triage-appointment-edit-container .suggestion-container .suggestion-box.alert-success.selected {
  background: #c4e3b7;
  border-color: #aed48e;
  color: #2d582d;
  box-shadow: 0 0 11px -1px rgba(0, 0, 0, 0.2);
}

/* line 177, app/features/repair-triage/components/repair-triage-appointment-edit/_repair-triage-appointment-edit.scss */
.repair-triage-appointment-edit-container .suggestion-container .suggestion-box.alert-default {
  cursor: not-allowed !important;
  background: #f5f5f5;
  border-color: #e3e3e3;
  color: #777777;
}

/* line 189, app/features/repair-triage/components/repair-triage-appointment-edit/_repair-triage-appointment-edit.scss */
.repair-triage-appointment-edit-container .appointment-container > h4.modal-title span.label {
  margin-left: 7px;
  padding: 3px 7px;
}

/* line 195, app/features/repair-triage/components/repair-triage-appointment-edit/_repair-triage-appointment-edit.scss */
.repair-triage-appointment-edit-container .appointment-container button {
  margin-top: 15px;
}

/* line 2, app/features/repair-triage/components/repair-triage-activity-wizard/_repair-triage-activity-wizard.scss */
.repair-triage-activity-wizard-container .form-container {
  width: 450px;
  margin: 0 auto;
}

/* line 6, app/features/repair-triage/components/repair-triage-activity-wizard/_repair-triage-activity-wizard.scss */
.repair-triage-activity-wizard-container .form-container .view-container {
  background: #f8f8f8;
}

/* line 9, app/features/repair-triage/components/repair-triage-activity-wizard/_repair-triage-activity-wizard.scss */
.repair-triage-activity-wizard-container .form-container .view-container p.caption {
  color: #2c699d;
  background: inherit;
}

/* line 14, app/features/repair-triage/components/repair-triage-activity-wizard/_repair-triage-activity-wizard.scss */
.repair-triage-activity-wizard-container .form-container .view-container label.hint {
  display: block;
  opacity: 0.4;
  font-size: 90%;
  margin: -3px 0 5px 0;
}

@media (max-width: 480px) {
  /* line 24, app/features/repair-triage/components/repair-triage-activity-wizard/_repair-triage-activity-wizard.scss */
  .repair-triage-activity-wizard-container .form-container {
    width: 100%;
  }
}

/* line 1, app/features/reporting/app/components/overview/client-feedback/client-feedback.scss */
reporting-overview-client-feedback {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: column;
      flex-flow: column;
}

/* line 6, app/features/reporting/app/components/overview/client-feedback/client-feedback.scss */
reporting-overview-client-feedback #client-feedback-color-computation-container {
  opacity: 0;
}

/* line 9, app/features/reporting/app/components/overview/client-feedback/client-feedback.scss */
reporting-overview-client-feedback #client-feedback-color-computation-container ._-1 {
  color: rgba(0, 0, 0, 0.4);
}

/* line 13, app/features/reporting/app/components/overview/client-feedback/client-feedback.scss */
reporting-overview-client-feedback #client-feedback-color-computation-container ._1 {
  color: #a94442;
}

/* line 17, app/features/reporting/app/components/overview/client-feedback/client-feedback.scss */
reporting-overview-client-feedback #client-feedback-color-computation-container ._2 {
  color: #e17440;
}

/* line 21, app/features/reporting/app/components/overview/client-feedback/client-feedback.scss */
reporting-overview-client-feedback #client-feedback-color-computation-container ._3 {
  color: #f1d063;
}

/* line 25, app/features/reporting/app/components/overview/client-feedback/client-feedback.scss */
reporting-overview-client-feedback #client-feedback-color-computation-container ._4 {
  color: #56a957;
}

/* line 29, app/features/reporting/app/components/overview/client-feedback/client-feedback.scss */
reporting-overview-client-feedback #client-feedback-color-computation-container ._5 {
  color: #336534;
}

/* line 36, app/features/reporting/app/components/overview/client-feedback/client-feedback.scss */
reporting-overview-client-feedback .view-container .flex-container h5 {
  margin: 0;
  font-weight: 700;
  text-align: center;
}

/* line 1, app/features/reporting/app/components/overview/services/services.scss */
reporting-overview-services {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: column;
      flex-flow: column;
}

/* line 6, app/features/reporting/app/components/overview/services/services.scss */
reporting-overview-services #service-color-computation-container {
  opacity: 0;
}

/* line 9, app/features/reporting/app/components/overview/services/services.scss */
reporting-overview-services #service-color-computation-container .pdr {
  color: #003e70;
}

/* line 13, app/features/reporting/app/components/overview/services/services.scss */
reporting-overview-services #service-color-computation-container .assembly {
  color: #00796B;
}

/* line 17, app/features/reporting/app/components/overview/services/services.scss */
reporting-overview-services #service-color-computation-container .spareparts {
  color: #1565C0;
}

/* line 21, app/features/reporting/app/components/overview/services/services.scss */
reporting-overview-services #service-color-computation-container .paint {
  color: #dc3545;
}

/* line 26, app/features/reporting/app/components/overview/services/services.scss */
reporting-overview-services .general-data-stats-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin: 0 -8px 30px -8px;
}

/* line 32, app/features/reporting/app/components/overview/services/services.scss */
reporting-overview-services .general-data-stats-wrapper .view-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex: 1;
      flex: 1;
  min-width: 150px;
  height: 150px;
  margin: 8px;
}

/* line 40, app/features/reporting/app/components/overview/services/services.scss */
reporting-overview-services .general-data-stats-wrapper .view-container .spacer {
  -ms-flex: 1;
      flex: 1;
}

/* line 44, app/features/reporting/app/components/overview/services/services.scss */
reporting-overview-services .general-data-stats-wrapper .view-container h1 {
  text-align: center;
}

/* line 50, app/features/reporting/app/components/overview/services/services.scss */
reporting-overview-services .view-container {
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 1250px) {
  /* line 56, app/features/reporting/app/components/overview/services/services.scss */
  reporting-overview-services .flex-container.indicators {
    -ms-flex-flow: row nowrap !important;
        flex-flow: row nowrap !important;
  }
  /* line 59, app/features/reporting/app/components/overview/services/services.scss */
  reporting-overview-services .flex-container.indicators .view-container.indicator {
    margin: 0 8px 8px 8px;
    width: unset;
  }
  /* line 63, app/features/reporting/app/components/overview/services/services.scss */
  reporting-overview-services .flex-container.indicators .view-container.indicator:first-child {
    margin-left: 0;
  }
  /* line 67, app/features/reporting/app/components/overview/services/services.scss */
  reporting-overview-services .flex-container.indicators .view-container.indicator:last-child {
    margin-right: 0;
  }
}

/* line 74, app/features/reporting/app/components/overview/services/services.scss */
reporting-overview-services .view-container.indicator {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  margin: 8px 0;
}

/* line 82, app/features/reporting/app/components/overview/services/services.scss */
reporting-overview-services .view-container.indicator:first-child {
  margin-top: 0;
  margin-left: 0;
}

/* line 87, app/features/reporting/app/components/overview/services/services.scss */
reporting-overview-services .view-container.indicator:last-child {
  margin-right: 0;
}

/* line 91, app/features/reporting/app/components/overview/services/services.scss */
reporting-overview-services .view-container.indicator h1 {
  text-align: center;
}

/* line 94, app/features/reporting/app/components/overview/services/services.scss */
reporting-overview-services .view-container.indicator h1 span {
  font-size: 60%;
}

/* line 4, app/features/reporting/app/components/overview/overview.scss */
reporting-overview {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: row;
      flex-direction: row;
  max-width: 1500px;
  margin: 0 auto;
  margin-bottom: -185px;
}

/* line 13, app/features/reporting/app/components/overview/overview.scss */
reporting-overview .circle {
  border: 1px solid;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

/* line 23, app/features/reporting/app/components/overview/overview.scss */
reporting-overview .high {
  background-color: #d9534f;
}

/* line 27, app/features/reporting/app/components/overview/overview.scss */
reporting-overview .middle {
  background-color: #f0ad4e;
}

/* line 31, app/features/reporting/app/components/overview/overview.scss */
reporting-overview .low {
  background-color: green;
}

/* line 35, app/features/reporting/app/components/overview/overview.scss */
reporting-overview .circle-text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

/* line 41, app/features/reporting/app/components/overview/overview.scss */
reporting-overview .view-container p.caption {
  margin-bottom: 10px;
}

/* line 45, app/features/reporting/app/components/overview/overview.scss */
reporting-overview .alert,
reporting-overview *:not(wap-sidenav) > .view-container,
reporting-overview wap-sidenav.md-locked-open .view-selection .list-group {
  box-shadow: 2px 2px 4px -3px rgba(0, 0, 0, 0.35);
}

/* line 51, app/features/reporting/app/components/overview/overview.scss */
reporting-overview wap-sidenav.md-locked-open {
  min-height: 500px;
}

/* line 54, app/features/reporting/app/components/overview/overview.scss */
reporting-overview wap-sidenav.md-locked-open .view-container.filter p.caption {
  margin-bottom: 20px;
}

/* line 59, app/features/reporting/app/components/overview/overview.scss */
reporting-overview wap-sidenav:not(.md-locked-open) .view-container.filter {
  border: none;
  border-bottom: 1px solid #00477f;
  margin-bottom: 0;
  background: inherit;
}

/* line 65, app/features/reporting/app/components/overview/overview.scss */
reporting-overview wap-sidenav:not(.md-locked-open) .view-container.filter p.caption {
  display: none;
}

/* line 69, app/features/reporting/app/components/overview/overview.scss */
reporting-overview wap-sidenav:not(.md-locked-open) .view-container.filter .form-group label {
  background: inherit;
  color: #fff;
}

/* line 74, app/features/reporting/app/components/overview/overview.scss */
reporting-overview wap-sidenav:not(.md-locked-open) .view-container.filter .form-group:last-child {
  margin-bottom: 0;
}

/* line 79, app/features/reporting/app/components/overview/overview.scss */
reporting-overview .branch-selection {
  max-width: 400px;
  width: 400px;
  margin: 0 auto;
}

/* line 85, app/features/reporting/app/components/overview/overview.scss */
reporting-overview .content-container {
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: 100%;
  overflow: hidden;
}

/* line 94, app/features/reporting/app/components/overview/overview.scss */
reporting-overview > .content-container > * .flex-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  width: 100%;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

/* line 102, app/features/reporting/app/components/overview/overview.scss */
reporting-overview > .content-container > * .flex-container .chart-container {
  position: relative;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  margin-top: 15px;
}

/* line 109, app/features/reporting/app/components/overview/overview.scss */
reporting-overview > .content-container > * .flex-container .chart-container canvas {
  min-height: 500px;
}

/* line 114, app/features/reporting/app/components/overview/overview.scss */
reporting-overview > .content-container > * .flex-container .no-data-indicator,
reporting-overview > .content-container > * .flex-container .loading-indicator {
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
}

/* line 121, app/features/reporting/app/components/overview/overview.scss */
reporting-overview > .content-container > * .flex-container .no-data-indicator .progress,
reporting-overview > .content-container > * .flex-container .no-data-indicator .alert,
reporting-overview > .content-container > * .flex-container .loading-indicator .progress,
reporting-overview > .content-container > * .flex-container .loading-indicator .alert {
  width: 100%;
}

/* line 126, app/features/reporting/app/components/overview/overview.scss */
reporting-overview > .content-container > * .flex-container .no-data-indicator .alert,
reporting-overview > .content-container > * .flex-container .loading-indicator .alert {
  text-align: center;
}

/* line 131, app/features/reporting/app/components/overview/overview.scss */
reporting-overview > .content-container > * .flex-container .loading-indicator {
  margin: 75px 0;
}

/* line 135, app/features/reporting/app/components/overview/overview.scss */
reporting-overview > .content-container > * .flex-container .alert {
  margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
  /* line 141, app/features/reporting/app/components/overview/overview.scss */
  reporting-overview > .content-container > * canvas {
    width: 90% !important;
    height: 45% !important;
  }
}

/* line 2, app/features/repair-schedule/app/components/calendar/appointment-details-modal/appointment-details-modal.scss */
.repair-schedule-appointment-details-modal-container .modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
}

/* line 6, app/features/repair-schedule/app/components/calendar/appointment-details-modal/appointment-details-modal.scss */
.repair-schedule-appointment-details-modal-container .modal-header .title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: start;
      align-items: start;
  margin: 0 15px;
}

/* line 13, app/features/repair-schedule/app/components/calendar/appointment-details-modal/appointment-details-modal.scss */
.repair-schedule-appointment-details-modal-container .modal-header .title .top,
.repair-schedule-appointment-details-modal-container .modal-header .title .bottom {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: row;
      flex-flow: row;
}

/* line 20, app/features/repair-schedule/app/components/calendar/appointment-details-modal/appointment-details-modal.scss */
.repair-schedule-appointment-details-modal-container .modal-header .title .top h2,
.repair-schedule-appointment-details-modal-container .modal-header .title .bottom h2 {
  margin-bottom: 0;
}

/* line 26, app/features/repair-schedule/app/components/calendar/appointment-details-modal/appointment-details-modal.scss */
.repair-schedule-appointment-details-modal-container .modal-header .title .top span.label {
  font-size: 100%;
  margin-left: 15px;
}

/* line 31, app/features/repair-schedule/app/components/calendar/appointment-details-modal/appointment-details-modal.scss */
.repair-schedule-appointment-details-modal-container .modal-header .title .top a {
  font-size: 24px;
  margin-left: 15px;
}

/* line 37, app/features/repair-schedule/app/components/calendar/appointment-details-modal/appointment-details-modal.scss */
.repair-schedule-appointment-details-modal-container .modal-header .title .bottom {
  margin-top: 6px;
}

/* line 42, app/features/repair-schedule/app/components/calendar/appointment-details-modal/appointment-details-modal.scss */
.repair-schedule-appointment-details-modal-container .modal-header .category {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/* line 46, app/features/repair-schedule/app/components/calendar/appointment-details-modal/appointment-details-modal.scss */
.repair-schedule-appointment-details-modal-container .modal-header .category .category-container.category-indicator {
  height: 50px;
  width: unset;
  min-width: 50px;
  -ms-flex-flow: column;
      flex-flow: column;
  font-size: 30px;
}

/* line 53, app/features/repair-schedule/app/components/calendar/appointment-details-modal/appointment-details-modal.scss */
.repair-schedule-appointment-details-modal-container .modal-header .category .category-container.category-indicator .category-title {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.33);
}

/* line 61, app/features/repair-schedule/app/components/calendar/appointment-details-modal/appointment-details-modal.scss */
.repair-schedule-appointment-details-modal-container .modal-body .panel {
  margin-bottom: 15px;
}

/* line 64, app/features/repair-schedule/app/components/calendar/appointment-details-modal/appointment-details-modal.scss */
.repair-schedule-appointment-details-modal-container .modal-body .panel .panel-heading.clickable {
  cursor: pointer;
}

/* line 69, app/features/repair-schedule/app/components/calendar/appointment-details-modal/appointment-details-modal.scss */
.repair-schedule-appointment-details-modal-container .modal-body .panel.spare-parts-delivery-status h4 {
  text-align: center;
  margin-bottom: 15px;
}

/* line 74, app/features/repair-schedule/app/components/calendar/appointment-details-modal/appointment-details-modal.scss */
.repair-schedule-appointment-details-modal-container .modal-body .panel.spare-parts-delivery-status .progress {
  margin-bottom: 15px;
}

/* line 78, app/features/repair-schedule/app/components/calendar/appointment-details-modal/appointment-details-modal.scss */
.repair-schedule-appointment-details-modal-container .modal-body .panel.spare-parts-delivery-status.panel-danger h4 {
  color: #a94442;
}

/* line 82, app/features/repair-schedule/app/components/calendar/appointment-details-modal/appointment-details-modal.scss */
.repair-schedule-appointment-details-modal-container .modal-body .panel.spare-parts-delivery-status.panel-warning h4 {
  color: #8a6d3b;
}

/* line 86, app/features/repair-schedule/app/components/calendar/appointment-details-modal/appointment-details-modal.scss */
.repair-schedule-appointment-details-modal-container .modal-body .panel.spare-parts-delivery-status.panel-success h4 {
  color: #3c763d;
}

/* line 93, app/features/repair-schedule/app/components/calendar/appointment-details-modal/appointment-details-modal.scss */
.repair-schedule-appointment-details-modal-container .modal-body .dropdown-menu span.text-danger {
  cursor: pointer;
}

/* line 100, app/features/repair-schedule/app/components/calendar/appointment-details-modal/appointment-details-modal.scss */
.repair-schedule-appointment-details-modal-container .modal-body .notification-panel .badge,
.repair-schedule-appointment-details-modal-container .modal-body .memo-panel .badge {
  margin-top: -3px;
  margin-left: 5px;
}

/* line 105, app/features/repair-schedule/app/components/calendar/appointment-details-modal/appointment-details-modal.scss */
.repair-schedule-appointment-details-modal-container .modal-body .notification-panel .list-group-item,
.repair-schedule-appointment-details-modal-container .modal-body .memo-panel .list-group-item {
  cursor: default;
}

/* line 108, app/features/repair-schedule/app/components/calendar/appointment-details-modal/appointment-details-modal.scss */
.repair-schedule-appointment-details-modal-container .modal-body .notification-panel .list-group-item:hover,
.repair-schedule-appointment-details-modal-container .modal-body .memo-panel .list-group-item:hover {
  background: unset;
}

/* line 113, app/features/repair-schedule/app/components/calendar/appointment-details-modal/appointment-details-modal.scss */
.repair-schedule-appointment-details-modal-container .modal-body .notification-panel .formatted > em,
.repair-schedule-appointment-details-modal-container .modal-body .memo-panel .formatted > em {
  white-space: pre-wrap;
}

/* line 117, app/features/repair-schedule/app/components/calendar/appointment-details-modal/appointment-details-modal.scss */
.repair-schedule-appointment-details-modal-container .modal-body .notification-panel .repeat-button,
.repair-schedule-appointment-details-modal-container .modal-body .memo-panel .repeat-button {
  margin-top: 10px;
}

/* line 122, app/features/repair-schedule/app/components/calendar/appointment-details-modal/appointment-details-modal.scss */
.repair-schedule-appointment-details-modal-container .modal-body .well {
  margin-bottom: 15px;
}

/* line 125, app/features/repair-schedule/app/components/calendar/appointment-details-modal/appointment-details-modal.scss */
.repair-schedule-appointment-details-modal-container .modal-body .well .caption {
  margin-bottom: 10px;
}

/* line 129, app/features/repair-schedule/app/components/calendar/appointment-details-modal/appointment-details-modal.scss */
.repair-schedule-appointment-details-modal-container .modal-body .well .form-control-static.comment {
  font-size: 90%;
}

/* line 133, app/features/repair-schedule/app/components/calendar/appointment-details-modal/appointment-details-modal.scss */
.repair-schedule-appointment-details-modal-container .modal-body .well .form-control-static.rental-extra-requests {
  white-space: pre-wrap;
}

/* line 138, app/features/repair-schedule/app/components/calendar/appointment-details-modal/appointment-details-modal.scss */
.repair-schedule-appointment-details-modal-container .modal-body .alert {
  margin-bottom: 15px;
}

/* line 142, app/features/repair-schedule/app/components/calendar/appointment-details-modal/appointment-details-modal.scss */
.repair-schedule-appointment-details-modal-container .modal-body .info-tags {
  margin-bottom: 7px;
}

/* line 145, app/features/repair-schedule/app/components/calendar/appointment-details-modal/appointment-details-modal.scss */
.repair-schedule-appointment-details-modal-container .modal-body .info-tags .label {
  font-size: 14px;
  padding: 5px 8px;
  display: inline-block;
  margin: 0 8px 8px 0;
}

/* line 152, app/features/repair-schedule/app/components/calendar/appointment-details-modal/appointment-details-modal.scss */
.repair-schedule-appointment-details-modal-container .modal-body .info-tags .glyphicon {
  font-size: 85%;
  margin: 0 3px 0 0;
}

/* line 157, app/features/repair-schedule/app/components/calendar/appointment-details-modal/appointment-details-modal.scss */
.repair-schedule-appointment-details-modal-container .modal-body .info-tags .rental-car {
  background: #5cb85c;
}

/* line 161, app/features/repair-schedule/app/components/calendar/appointment-details-modal/appointment-details-modal.scss */
.repair-schedule-appointment-details-modal-container .modal-body .info-tags .paint {
  background: #dc3545;
}

/* line 165, app/features/repair-schedule/app/components/calendar/appointment-details-modal/appointment-details-modal.scss */
.repair-schedule-appointment-details-modal-container .modal-body .info-tags .windshield {
  background: #ffc107;
}

/* line 169, app/features/repair-schedule/app/components/calendar/appointment-details-modal/appointment-details-modal.scss */
.repair-schedule-appointment-details-modal-container .modal-body .info-tags .spareparts {
  background: #1565C0;
}

/* line 173, app/features/repair-schedule/app/components/calendar/appointment-details-modal/appointment-details-modal.scss */
.repair-schedule-appointment-details-modal-container .modal-body .info-tags .pickup-return {
  background: #6400a7;
}

/* line 179, app/features/repair-schedule/app/components/calendar/appointment-details-modal/appointment-details-modal.scss */
.repair-schedule-appointment-details-modal-container .comm-data-edit-link {
  margin-left: 15px;
}

/* line 184, app/features/repair-schedule/app/components/calendar/appointment-details-modal/appointment-details-modal.scss */
.repair-schedule-appointment-details-modal-container .client-info .control-label,
.repair-schedule-appointment-details-modal-container .client-info .form-control-static {
  font-size: 1.2em;
}

/* line 2, app/features/repair-schedule/app/components/calendar/appointment-edit-modal/appointment-edit-modal.scss */
.repair-schedule-appointment-edit-modal-container p.caption {
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  color: #959595;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 20px 0;
}

/* line 3, app/features/repair-schedule/app/components/calendar/rental-car-return-modal/rental-car-return-modal.scss */
.repair-schedule-calendar-rental-car-return-modal-container .form-group small:nth-child(2) {
  margin-top: -3px;
  margin-bottom: 5px;
  display: block;
}

/* line 2, app/features/repair-schedule/app/components/calendar/search-modal/search-modal.scss */
.repair-schedule-calendar-search-modal-container .btn-block {
  margin-top: 10px;
}

/* line 6, app/features/repair-schedule/app/components/calendar/search-modal/search-modal.scss */
.repair-schedule-calendar-search-modal-container .panel {
  margin-bottom: 0;
}

/* line 24, app/features/repair-schedule/app/components/calendar/calendar.scss */
#calendar-options-menu {
  right: 15px !important;
  left: auto !important;
}

/* line 30, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .controls-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #fff;
  opacity: 1;
  z-index: 700;
}

/* line 39, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .controls-row .add-buttons {
  width: 100%;
}

/* line 42, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .controls-row .add-buttons .btn:first-child {
  width: 85%;
}

/* line 46, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .controls-row .add-buttons .btn:not(:first-child) {
  width: 15%;
}

/* line 50, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .controls-row .add-buttons .dropdown-menu {
  left: unset !important;
  right: 0;
}

/* line 57, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .resources-container {
  display: block;
  width: 100%;
  margin: 0 -6px;
  padding: 0 0 9px 0;
}

/* line 63, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .resources-container .resources {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

/* line 68, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .resources-container .resources .resource {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  padding: 4px 8px;
  margin: 0 6px 6px 6px;
  border-radius: 4px;
  border: 1px solid #ddd;
  background: #f7f7f7;
  font-size: 90%;
}

/* line 80, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .resources-container .resources .resource .color {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 85, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .resources-container .resources .resource .color .circle {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: fuchsia;
}

/* line 93, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .resources-container .resources .resource .name,
.repair-schedule-calendar-container .resources-container .resources .resource .value {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: 700;
}

/* line 101, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .resources-container .resources .resource .name {
  margin: 0 6px;
}

/* line 105, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .resources-container .resources .resource.svc-1 .color .circle {
  background: #003e70;
}

/* line 109, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .resources-container .resources .resource.svc-8 .color .circle {
  background: #dc3545;
}

/* line 113, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .resources-container .resources .resource.svc-17 .color .circle {
  background: #dc3545;
}

/* line 117, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .resources-container .resources .resource.svc-18 .color .circle {
  background: #dc3545;
}

/* line 121, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .resources-container .resources .resource.svc-19 .color .circle {
  background: #dc3545;
}

/* line 125, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .resources-container .resources .resource.svc-28 .color .circle {
  background: #dc3545;
}

/* line 129, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .resources-container .resources .resource.svc-49 .color .circle {
  background: #dc3545;
}

/* line 137, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .assignment-mode .calendar-row {
  cursor: pointer;
}

/* line 140, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .assignment-mode .calendar-row .appointment {
  cursor: initial;
  pointer-events: none;
}

/* line 144, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .assignment-mode .calendar-row .appointment .service-assignment,
.repair-schedule-calendar-container .assignment-mode .calendar-row .appointment .title {
  display: none;
}

/* line 154, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .alert.selected-activity .form-group:first-of-type {
  margin-bottom: 6px;
}

/* line 158, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .alert.selected-activity .form-group p {
  display: inline;
}

/* line 166, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .edit-mode.slot-extension-mode .calendar-row .click-to-select {
  display: block;
}

/* line 170, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .edit-mode.slot-extension-mode .calendar-row .click-to-edit {
  display: none;
}

/* line 174, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .edit-mode.slot-extension-mode .calendar-row.creation-row {
  pointer-events: none;
}

/* line 181, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .edit-mode .calendar-row {
  cursor: pointer;
}

/* line 184, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .edit-mode .calendar-row .appointment {
  pointer-events: none;
  opacity: 0.5;
  background: #e7e7e7 !important;
  border: 1px solid #dddddd !important;
}

/* line 190, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .edit-mode .calendar-row .appointment .service-assignment,
.repair-schedule-calendar-container .edit-mode .calendar-row .appointment .title {
  display: none;
}

/* line 196, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .edit-mode .calendar-row .click-to-select {
  display: none;
}

/* line 200, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .edit-mode .calendar-row .click-to-edit {
  display: block;
}

/* line 204, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .edit-mode .calendar-row .click-to-edit,
.repair-schedule-calendar-container .edit-mode .calendar-row .click-to-select {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
  opacity: 0.3;
  z-index: 450;
  margin-top: 9px;
}

/* line 220, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .edit-mode .calendar-row:hover {
  background: rgba(166, 166, 166, 0.14902);
}

/* line 224, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .edit-mode .calendar-row.creation-row {
  display: block;
  background: rgba(242, 242, 242, 0.14902);
  border: 2px dashed #cccccc26;
  border-left: none;
  border-right: none;
}

/* line 231, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .edit-mode .calendar-row.creation-row .click-to-edit {
  margin-top: 7px;
}

/* line 235, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .edit-mode .calendar-row.creation-row:hover {
  background: #cccccc26;
  border-color: rgba(166, 166, 166, 0.14902);
}

/* line 243, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .edit-mode .header .edit-workday {
  display: inline-block !important;
  position: absolute;
  top: 9px;
  right: 9px;
}

/* line 251, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .edit-mode .time-indicator {
  display: none;
}

/* line 257, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .tabular-view .info-tags.overview {
  padding-bottom: 10px;
}

/* line 260, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .tabular-view .info-tags.overview .label {
  font-size: 14px !important;
  margin: 0 8px 8px 0 !important;
}

/* line 267, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .tabular-view .info-tags .label {
  padding: 5px 8px;
  display: inline-block;
}

/* line 271, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .tabular-view .info-tags .label:not(:first-child) {
  margin-left: 5px;
}

/* line 276, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .tabular-view .info-tags .glyphicon {
  font-size: 85%;
  margin: 0 3px 0 0;
}

/* line 281, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .tabular-view .info-tags .rental-car {
  background: #5cb85c;
}

/* line 285, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .tabular-view .info-tags .pickup-return {
  background: #6400a7;
}

/* line 289, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .tabular-view .info-tags .paint {
  background: #dc3545;
}

/* line 293, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .tabular-view .info-tags .windshield {
  background: #ffc107;
}

/* line 297, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .tabular-view .info-tags .spareparts {
  background: #1565C0;
}

/* line 303, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .tabular-view table td.rental-extra-requests {
  max-width: 300px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 304, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .tabular-view table td.rental-extra-requests.show-full-text {
  white-space: unset;
}

/* line 313, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .tabular-view table td.rental-extra-requests span.show-more {
  display: none;
}

/* line 318, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .tabular-view table td.rental-extra-requests:hover span.show-more {
  display: block;
}

/* line 325, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .tabular-view table tr td.color-indicator {
  width: 32px;
  vertical-align: middle;
}

/* line 329, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .tabular-view table tr td.color-indicator span.category-color {
  display: inline-block;
  height: 12px !important;
  width: 12px !important;
  border-radius: 50%;
}

/* line 338, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  padding: 0;
}

/* line 344, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container .calendar-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
}

/* line 359, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-50 .headers-container .header p:first-child,
.repair-schedule-calendar-container .content-container.zoom-50 .headers-container .header span:not(:first-child) {
  font-size: 5px;
}

/* line 364, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-50 .headers-container .header p:not(:first-child) {
  font-size: 7px;
}

/* line 369, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-50 .headers-container .indicator-column-spacer {
  width: 17px;
}

/* line 372, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-50 .headers-container .indicator-column-spacer span.glyphicon {
  font-size: 7px;
}

/* line 377, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-50 .headers-container .time-indicator.info.top span {
  font-size: 6px;
}

/* line 383, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-50 .calendar-container .rows-container .slot-section-caption {
  margin-left: -8.5px;
}

/* line 387, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-50 .calendar-container .rows-container .indicator-container {
  width: 17px;
}

/* line 391, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-50 .calendar-container .rows-container .indicator-container .indicators .indicator-caption-spacer {
  font-size: 6px;
  margin-left: -17px;
}

/* line 397, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-50 .calendar-container .rows-container .indicator-container .indicators .wrapper .type-indicator,
.repair-schedule-calendar-container .content-container.zoom-50 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  margin-top: 5px;
}

/* line 402, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-50 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  height: 19px;
  cursor: pointer;
}

/* line 406, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-50 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator:not(.disabled):hover, .repair-schedule-calendar-container .content-container.zoom-50 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator.highlight {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 2px solid rgba(166, 166, 166, 0.14902);
  border-left: 0;
  background: rgba(166, 166, 166, 0.14902);
}

/* line 415, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-50 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator .label {
  font-size: 42.5%;
}

/* line 424, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-50 .separator > div {
  border-left-width: 1px;
}

/* line 428, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-50 .slot-section-caption {
  font-size: 6px;
}

/* line 432, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-50 .calendar-row,
.repair-schedule-calendar-container .content-container.zoom-50 .calendar-row-indicator {
  margin-top: 5px;
  height: 19px;
}

/* line 437, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-50 .calendar-row.collapsed,
.repair-schedule-calendar-container .content-container.zoom-50 .calendar-row-indicator.collapsed {
  cursor: pointer;
  position: relative;
}

/* line 441, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-50 .calendar-row.collapsed .appointment,
.repair-schedule-calendar-container .content-container.zoom-50 .calendar-row-indicator.collapsed .appointment {
  opacity: 0.1;
}

/* line 445, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-50 .calendar-row.collapsed .click-to-expand,
.repair-schedule-calendar-container .content-container.zoom-50 .calendar-row-indicator.collapsed .click-to-expand {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  height: 100%;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 459, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-50 .calendar-row.collapsed .click-to-expand .hint,
.repair-schedule-calendar-container .content-container.zoom-50 .calendar-row-indicator.collapsed .click-to-expand .hint {
  margin: 0;
  color: #a2a2a2;
  font-weight: 700;
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 470, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-50 .calendar-row .appointment,
.repair-schedule-calendar-container .content-container.zoom-50 .calendar-row-indicator .appointment {
  padding-top: 5.5px;
}

/* line 473, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-50 .calendar-row .appointment .title,
.repair-schedule-calendar-container .content-container.zoom-50 .calendar-row-indicator .appointment .title {
  font-size: 42.5%;
}

/* line 476, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-50 .calendar-row .appointment .title .glyphicon,
.repair-schedule-calendar-container .content-container.zoom-50 .calendar-row-indicator .appointment .title .glyphicon {
  top: 1px;
}

/* line 481, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-50 .calendar-row .appointment.blocker,
.repair-schedule-calendar-container .content-container.zoom-50 .calendar-row-indicator .appointment.blocker {
  cursor: default;
  background: #939393;
  color: #e6e6e6;
}

/* line 486, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-50 .calendar-row .appointment.blocker .service-assignment,
.repair-schedule-calendar-container .content-container.zoom-50 .calendar-row-indicator .appointment.blocker .service-assignment {
  display: none;
}

/* line 490, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-50 .calendar-row .appointment.blocker:hover,
.repair-schedule-calendar-container .content-container.zoom-50 .calendar-row-indicator .appointment.blocker:hover {
  border-color: inherit;
}

/* line 495, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-50 .calendar-row .appointment .service-assignment,
.repair-schedule-calendar-container .content-container.zoom-50 .calendar-row-indicator .appointment .service-assignment {
  height: 2px;
}

/* line 359, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-60 .headers-container .header p:first-child,
.repair-schedule-calendar-container .content-container.zoom-60 .headers-container .header span:not(:first-child) {
  font-size: 6px;
}

/* line 364, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-60 .headers-container .header p:not(:first-child) {
  font-size: 8.4px;
}

/* line 369, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-60 .headers-container .indicator-column-spacer {
  width: 20.4px;
}

/* line 372, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-60 .headers-container .indicator-column-spacer span.glyphicon {
  font-size: 8.4px;
}

/* line 377, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-60 .headers-container .time-indicator.info.top span {
  font-size: 7.2px;
}

/* line 383, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-60 .calendar-container .rows-container .slot-section-caption {
  margin-left: -10.2px;
}

/* line 387, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-60 .calendar-container .rows-container .indicator-container {
  width: 20.4px;
}

/* line 391, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-60 .calendar-container .rows-container .indicator-container .indicators .indicator-caption-spacer {
  font-size: 7.2px;
  margin-left: -20.4px;
}

/* line 397, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-60 .calendar-container .rows-container .indicator-container .indicators .wrapper .type-indicator,
.repair-schedule-calendar-container .content-container.zoom-60 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  margin-top: 6px;
}

/* line 402, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-60 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  height: 22.8px;
  cursor: pointer;
}

/* line 406, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-60 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator:not(.disabled):hover, .repair-schedule-calendar-container .content-container.zoom-60 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator.highlight {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 2px solid rgba(166, 166, 166, 0.14902);
  border-left: 0;
  background: rgba(166, 166, 166, 0.14902);
}

/* line 415, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-60 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator .label {
  font-size: 51%;
}

/* line 424, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-60 .separator > div {
  border-left-width: 1.2px;
}

/* line 428, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-60 .slot-section-caption {
  font-size: 7.2px;
}

/* line 432, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-60 .calendar-row,
.repair-schedule-calendar-container .content-container.zoom-60 .calendar-row-indicator {
  margin-top: 6px;
  height: 22.8px;
}

/* line 437, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-60 .calendar-row.collapsed,
.repair-schedule-calendar-container .content-container.zoom-60 .calendar-row-indicator.collapsed {
  cursor: pointer;
  position: relative;
}

/* line 441, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-60 .calendar-row.collapsed .appointment,
.repair-schedule-calendar-container .content-container.zoom-60 .calendar-row-indicator.collapsed .appointment {
  opacity: 0.1;
}

/* line 445, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-60 .calendar-row.collapsed .click-to-expand,
.repair-schedule-calendar-container .content-container.zoom-60 .calendar-row-indicator.collapsed .click-to-expand {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  height: 100%;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 459, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-60 .calendar-row.collapsed .click-to-expand .hint,
.repair-schedule-calendar-container .content-container.zoom-60 .calendar-row-indicator.collapsed .click-to-expand .hint {
  margin: 0;
  color: #a2a2a2;
  font-weight: 700;
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 470, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-60 .calendar-row .appointment,
.repair-schedule-calendar-container .content-container.zoom-60 .calendar-row-indicator .appointment {
  padding-top: 6.6px;
}

/* line 473, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-60 .calendar-row .appointment .title,
.repair-schedule-calendar-container .content-container.zoom-60 .calendar-row-indicator .appointment .title {
  font-size: 51%;
}

/* line 476, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-60 .calendar-row .appointment .title .glyphicon,
.repair-schedule-calendar-container .content-container.zoom-60 .calendar-row-indicator .appointment .title .glyphicon {
  top: 1.2px;
}

/* line 481, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-60 .calendar-row .appointment.blocker,
.repair-schedule-calendar-container .content-container.zoom-60 .calendar-row-indicator .appointment.blocker {
  cursor: default;
  background: #939393;
  color: #e6e6e6;
}

/* line 486, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-60 .calendar-row .appointment.blocker .service-assignment,
.repair-schedule-calendar-container .content-container.zoom-60 .calendar-row-indicator .appointment.blocker .service-assignment {
  display: none;
}

/* line 490, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-60 .calendar-row .appointment.blocker:hover,
.repair-schedule-calendar-container .content-container.zoom-60 .calendar-row-indicator .appointment.blocker:hover {
  border-color: inherit;
}

/* line 495, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-60 .calendar-row .appointment .service-assignment,
.repair-schedule-calendar-container .content-container.zoom-60 .calendar-row-indicator .appointment .service-assignment {
  height: 2.4px;
}

/* line 359, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-70 .headers-container .header p:first-child,
.repair-schedule-calendar-container .content-container.zoom-70 .headers-container .header span:not(:first-child) {
  font-size: 7px;
}

/* line 364, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-70 .headers-container .header p:not(:first-child) {
  font-size: 9.8px;
}

/* line 369, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-70 .headers-container .indicator-column-spacer {
  width: 23.8px;
}

/* line 372, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-70 .headers-container .indicator-column-spacer span.glyphicon {
  font-size: 9.8px;
}

/* line 377, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-70 .headers-container .time-indicator.info.top span {
  font-size: 8.4px;
}

/* line 383, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-70 .calendar-container .rows-container .slot-section-caption {
  margin-left: -11.9px;
}

/* line 387, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-70 .calendar-container .rows-container .indicator-container {
  width: 23.8px;
}

/* line 391, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-70 .calendar-container .rows-container .indicator-container .indicators .indicator-caption-spacer {
  font-size: 8.4px;
  margin-left: -23.8px;
}

/* line 397, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-70 .calendar-container .rows-container .indicator-container .indicators .wrapper .type-indicator,
.repair-schedule-calendar-container .content-container.zoom-70 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  margin-top: 7px;
}

/* line 402, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-70 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  height: 26.6px;
  cursor: pointer;
}

/* line 406, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-70 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator:not(.disabled):hover, .repair-schedule-calendar-container .content-container.zoom-70 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator.highlight {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 2px solid rgba(166, 166, 166, 0.14902);
  border-left: 0;
  background: rgba(166, 166, 166, 0.14902);
}

/* line 415, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-70 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator .label {
  font-size: 59.5%;
}

/* line 424, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-70 .separator > div {
  border-left-width: 1.4px;
}

/* line 428, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-70 .slot-section-caption {
  font-size: 8.4px;
}

/* line 432, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-70 .calendar-row,
.repair-schedule-calendar-container .content-container.zoom-70 .calendar-row-indicator {
  margin-top: 7px;
  height: 26.6px;
}

/* line 437, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-70 .calendar-row.collapsed,
.repair-schedule-calendar-container .content-container.zoom-70 .calendar-row-indicator.collapsed {
  cursor: pointer;
  position: relative;
}

/* line 441, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-70 .calendar-row.collapsed .appointment,
.repair-schedule-calendar-container .content-container.zoom-70 .calendar-row-indicator.collapsed .appointment {
  opacity: 0.1;
}

/* line 445, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-70 .calendar-row.collapsed .click-to-expand,
.repair-schedule-calendar-container .content-container.zoom-70 .calendar-row-indicator.collapsed .click-to-expand {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  height: 100%;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 459, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-70 .calendar-row.collapsed .click-to-expand .hint,
.repair-schedule-calendar-container .content-container.zoom-70 .calendar-row-indicator.collapsed .click-to-expand .hint {
  margin: 0;
  color: #a2a2a2;
  font-weight: 700;
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 470, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-70 .calendar-row .appointment,
.repair-schedule-calendar-container .content-container.zoom-70 .calendar-row-indicator .appointment {
  padding-top: 7.7px;
}

/* line 473, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-70 .calendar-row .appointment .title,
.repair-schedule-calendar-container .content-container.zoom-70 .calendar-row-indicator .appointment .title {
  font-size: 59.5%;
}

/* line 476, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-70 .calendar-row .appointment .title .glyphicon,
.repair-schedule-calendar-container .content-container.zoom-70 .calendar-row-indicator .appointment .title .glyphicon {
  top: 1.4px;
}

/* line 481, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-70 .calendar-row .appointment.blocker,
.repair-schedule-calendar-container .content-container.zoom-70 .calendar-row-indicator .appointment.blocker {
  cursor: default;
  background: #939393;
  color: #e6e6e6;
}

/* line 486, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-70 .calendar-row .appointment.blocker .service-assignment,
.repair-schedule-calendar-container .content-container.zoom-70 .calendar-row-indicator .appointment.blocker .service-assignment {
  display: none;
}

/* line 490, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-70 .calendar-row .appointment.blocker:hover,
.repair-schedule-calendar-container .content-container.zoom-70 .calendar-row-indicator .appointment.blocker:hover {
  border-color: inherit;
}

/* line 495, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-70 .calendar-row .appointment .service-assignment,
.repair-schedule-calendar-container .content-container.zoom-70 .calendar-row-indicator .appointment .service-assignment {
  height: 2.8px;
}

/* line 359, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-80 .headers-container .header p:first-child,
.repair-schedule-calendar-container .content-container.zoom-80 .headers-container .header span:not(:first-child) {
  font-size: 8px;
}

/* line 364, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-80 .headers-container .header p:not(:first-child) {
  font-size: 11.2px;
}

/* line 369, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-80 .headers-container .indicator-column-spacer {
  width: 27.2px;
}

/* line 372, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-80 .headers-container .indicator-column-spacer span.glyphicon {
  font-size: 11.2px;
}

/* line 377, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-80 .headers-container .time-indicator.info.top span {
  font-size: 9.6px;
}

/* line 383, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-80 .calendar-container .rows-container .slot-section-caption {
  margin-left: -13.6px;
}

/* line 387, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-80 .calendar-container .rows-container .indicator-container {
  width: 27.2px;
}

/* line 391, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-80 .calendar-container .rows-container .indicator-container .indicators .indicator-caption-spacer {
  font-size: 9.6px;
  margin-left: -27.2px;
}

/* line 397, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-80 .calendar-container .rows-container .indicator-container .indicators .wrapper .type-indicator,
.repair-schedule-calendar-container .content-container.zoom-80 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  margin-top: 8px;
}

/* line 402, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-80 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  height: 30.4px;
  cursor: pointer;
}

/* line 406, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-80 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator:not(.disabled):hover, .repair-schedule-calendar-container .content-container.zoom-80 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator.highlight {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 2px solid rgba(166, 166, 166, 0.14902);
  border-left: 0;
  background: rgba(166, 166, 166, 0.14902);
}

/* line 415, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-80 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator .label {
  font-size: 68%;
}

/* line 424, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-80 .separator > div {
  border-left-width: 1.6px;
}

/* line 428, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-80 .slot-section-caption {
  font-size: 9.6px;
}

/* line 432, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-80 .calendar-row,
.repair-schedule-calendar-container .content-container.zoom-80 .calendar-row-indicator {
  margin-top: 8px;
  height: 30.4px;
}

/* line 437, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-80 .calendar-row.collapsed,
.repair-schedule-calendar-container .content-container.zoom-80 .calendar-row-indicator.collapsed {
  cursor: pointer;
  position: relative;
}

/* line 441, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-80 .calendar-row.collapsed .appointment,
.repair-schedule-calendar-container .content-container.zoom-80 .calendar-row-indicator.collapsed .appointment {
  opacity: 0.1;
}

/* line 445, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-80 .calendar-row.collapsed .click-to-expand,
.repair-schedule-calendar-container .content-container.zoom-80 .calendar-row-indicator.collapsed .click-to-expand {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  height: 100%;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 459, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-80 .calendar-row.collapsed .click-to-expand .hint,
.repair-schedule-calendar-container .content-container.zoom-80 .calendar-row-indicator.collapsed .click-to-expand .hint {
  margin: 0;
  color: #a2a2a2;
  font-weight: 700;
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 470, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-80 .calendar-row .appointment,
.repair-schedule-calendar-container .content-container.zoom-80 .calendar-row-indicator .appointment {
  padding-top: 8.8px;
}

/* line 473, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-80 .calendar-row .appointment .title,
.repair-schedule-calendar-container .content-container.zoom-80 .calendar-row-indicator .appointment .title {
  font-size: 68%;
}

/* line 476, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-80 .calendar-row .appointment .title .glyphicon,
.repair-schedule-calendar-container .content-container.zoom-80 .calendar-row-indicator .appointment .title .glyphicon {
  top: 1.6px;
}

/* line 481, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-80 .calendar-row .appointment.blocker,
.repair-schedule-calendar-container .content-container.zoom-80 .calendar-row-indicator .appointment.blocker {
  cursor: default;
  background: #939393;
  color: #e6e6e6;
}

/* line 486, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-80 .calendar-row .appointment.blocker .service-assignment,
.repair-schedule-calendar-container .content-container.zoom-80 .calendar-row-indicator .appointment.blocker .service-assignment {
  display: none;
}

/* line 490, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-80 .calendar-row .appointment.blocker:hover,
.repair-schedule-calendar-container .content-container.zoom-80 .calendar-row-indicator .appointment.blocker:hover {
  border-color: inherit;
}

/* line 495, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-80 .calendar-row .appointment .service-assignment,
.repair-schedule-calendar-container .content-container.zoom-80 .calendar-row-indicator .appointment .service-assignment {
  height: 3.2px;
}

/* line 359, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-90 .headers-container .header p:first-child,
.repair-schedule-calendar-container .content-container.zoom-90 .headers-container .header span:not(:first-child) {
  font-size: 9px;
}

/* line 364, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-90 .headers-container .header p:not(:first-child) {
  font-size: 12.6px;
}

/* line 369, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-90 .headers-container .indicator-column-spacer {
  width: 30.6px;
}

/* line 372, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-90 .headers-container .indicator-column-spacer span.glyphicon {
  font-size: 12.6px;
}

/* line 377, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-90 .headers-container .time-indicator.info.top span {
  font-size: 10.8px;
}

/* line 383, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-90 .calendar-container .rows-container .slot-section-caption {
  margin-left: -15.3px;
}

/* line 387, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-90 .calendar-container .rows-container .indicator-container {
  width: 30.6px;
}

/* line 391, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-90 .calendar-container .rows-container .indicator-container .indicators .indicator-caption-spacer {
  font-size: 10.8px;
  margin-left: -30.6px;
}

/* line 397, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-90 .calendar-container .rows-container .indicator-container .indicators .wrapper .type-indicator,
.repair-schedule-calendar-container .content-container.zoom-90 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  margin-top: 9px;
}

/* line 402, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-90 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  height: 34.2px;
  cursor: pointer;
}

/* line 406, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-90 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator:not(.disabled):hover, .repair-schedule-calendar-container .content-container.zoom-90 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator.highlight {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 2px solid rgba(166, 166, 166, 0.14902);
  border-left: 0;
  background: rgba(166, 166, 166, 0.14902);
}

/* line 415, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-90 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator .label {
  font-size: 76.5%;
}

/* line 424, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-90 .separator > div {
  border-left-width: 1.8px;
}

/* line 428, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-90 .slot-section-caption {
  font-size: 10.8px;
}

/* line 432, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-90 .calendar-row,
.repair-schedule-calendar-container .content-container.zoom-90 .calendar-row-indicator {
  margin-top: 9px;
  height: 34.2px;
}

/* line 437, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-90 .calendar-row.collapsed,
.repair-schedule-calendar-container .content-container.zoom-90 .calendar-row-indicator.collapsed {
  cursor: pointer;
  position: relative;
}

/* line 441, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-90 .calendar-row.collapsed .appointment,
.repair-schedule-calendar-container .content-container.zoom-90 .calendar-row-indicator.collapsed .appointment {
  opacity: 0.1;
}

/* line 445, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-90 .calendar-row.collapsed .click-to-expand,
.repair-schedule-calendar-container .content-container.zoom-90 .calendar-row-indicator.collapsed .click-to-expand {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  height: 100%;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 459, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-90 .calendar-row.collapsed .click-to-expand .hint,
.repair-schedule-calendar-container .content-container.zoom-90 .calendar-row-indicator.collapsed .click-to-expand .hint {
  margin: 0;
  color: #a2a2a2;
  font-weight: 700;
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 470, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-90 .calendar-row .appointment,
.repair-schedule-calendar-container .content-container.zoom-90 .calendar-row-indicator .appointment {
  padding-top: 9.9px;
}

/* line 473, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-90 .calendar-row .appointment .title,
.repair-schedule-calendar-container .content-container.zoom-90 .calendar-row-indicator .appointment .title {
  font-size: 76.5%;
}

/* line 476, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-90 .calendar-row .appointment .title .glyphicon,
.repair-schedule-calendar-container .content-container.zoom-90 .calendar-row-indicator .appointment .title .glyphicon {
  top: 1.8px;
}

/* line 481, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-90 .calendar-row .appointment.blocker,
.repair-schedule-calendar-container .content-container.zoom-90 .calendar-row-indicator .appointment.blocker {
  cursor: default;
  background: #939393;
  color: #e6e6e6;
}

/* line 486, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-90 .calendar-row .appointment.blocker .service-assignment,
.repair-schedule-calendar-container .content-container.zoom-90 .calendar-row-indicator .appointment.blocker .service-assignment {
  display: none;
}

/* line 490, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-90 .calendar-row .appointment.blocker:hover,
.repair-schedule-calendar-container .content-container.zoom-90 .calendar-row-indicator .appointment.blocker:hover {
  border-color: inherit;
}

/* line 495, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-90 .calendar-row .appointment .service-assignment,
.repair-schedule-calendar-container .content-container.zoom-90 .calendar-row-indicator .appointment .service-assignment {
  height: 3.6px;
}

/* line 359, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-100 .headers-container .header p:first-child,
.repair-schedule-calendar-container .content-container.zoom-100 .headers-container .header span:not(:first-child) {
  font-size: 10px;
}

/* line 364, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-100 .headers-container .header p:not(:first-child) {
  font-size: 14px;
}

/* line 369, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-100 .headers-container .indicator-column-spacer {
  width: 34px;
}

/* line 372, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-100 .headers-container .indicator-column-spacer span.glyphicon {
  font-size: 14px;
}

/* line 377, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-100 .headers-container .time-indicator.info.top span {
  font-size: 12px;
}

/* line 383, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-100 .calendar-container .rows-container .slot-section-caption {
  margin-left: -17px;
}

/* line 387, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-100 .calendar-container .rows-container .indicator-container {
  width: 34px;
}

/* line 391, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-100 .calendar-container .rows-container .indicator-container .indicators .indicator-caption-spacer {
  font-size: 12px;
  margin-left: -34px;
}

/* line 397, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-100 .calendar-container .rows-container .indicator-container .indicators .wrapper .type-indicator,
.repair-schedule-calendar-container .content-container.zoom-100 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  margin-top: 10px;
}

/* line 402, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-100 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  height: 38px;
  cursor: pointer;
}

/* line 406, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-100 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator:not(.disabled):hover, .repair-schedule-calendar-container .content-container.zoom-100 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator.highlight {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 2px solid rgba(166, 166, 166, 0.14902);
  border-left: 0;
  background: rgba(166, 166, 166, 0.14902);
}

/* line 415, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-100 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator .label {
  font-size: 85%;
}

/* line 424, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-100 .separator > div {
  border-left-width: 2px;
}

/* line 428, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-100 .slot-section-caption {
  font-size: 12px;
}

/* line 432, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-100 .calendar-row,
.repair-schedule-calendar-container .content-container.zoom-100 .calendar-row-indicator {
  margin-top: 10px;
  height: 38px;
}

/* line 437, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-100 .calendar-row.collapsed,
.repair-schedule-calendar-container .content-container.zoom-100 .calendar-row-indicator.collapsed {
  cursor: pointer;
  position: relative;
}

/* line 441, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-100 .calendar-row.collapsed .appointment,
.repair-schedule-calendar-container .content-container.zoom-100 .calendar-row-indicator.collapsed .appointment {
  opacity: 0.1;
}

/* line 445, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-100 .calendar-row.collapsed .click-to-expand,
.repair-schedule-calendar-container .content-container.zoom-100 .calendar-row-indicator.collapsed .click-to-expand {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  height: 100%;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 459, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-100 .calendar-row.collapsed .click-to-expand .hint,
.repair-schedule-calendar-container .content-container.zoom-100 .calendar-row-indicator.collapsed .click-to-expand .hint {
  margin: 0;
  color: #a2a2a2;
  font-weight: 700;
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 470, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-100 .calendar-row .appointment,
.repair-schedule-calendar-container .content-container.zoom-100 .calendar-row-indicator .appointment {
  padding-top: 11px;
}

/* line 473, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-100 .calendar-row .appointment .title,
.repair-schedule-calendar-container .content-container.zoom-100 .calendar-row-indicator .appointment .title {
  font-size: 85%;
}

/* line 476, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-100 .calendar-row .appointment .title .glyphicon,
.repair-schedule-calendar-container .content-container.zoom-100 .calendar-row-indicator .appointment .title .glyphicon {
  top: 2px;
}

/* line 481, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-100 .calendar-row .appointment.blocker,
.repair-schedule-calendar-container .content-container.zoom-100 .calendar-row-indicator .appointment.blocker {
  cursor: default;
  background: #939393;
  color: #e6e6e6;
}

/* line 486, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-100 .calendar-row .appointment.blocker .service-assignment,
.repair-schedule-calendar-container .content-container.zoom-100 .calendar-row-indicator .appointment.blocker .service-assignment {
  display: none;
}

/* line 490, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-100 .calendar-row .appointment.blocker:hover,
.repair-schedule-calendar-container .content-container.zoom-100 .calendar-row-indicator .appointment.blocker:hover {
  border-color: inherit;
}

/* line 495, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-100 .calendar-row .appointment .service-assignment,
.repair-schedule-calendar-container .content-container.zoom-100 .calendar-row-indicator .appointment .service-assignment {
  height: 4px;
}

/* line 359, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-110 .headers-container .header p:first-child,
.repair-schedule-calendar-container .content-container.zoom-110 .headers-container .header span:not(:first-child) {
  font-size: 11px;
}

/* line 364, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-110 .headers-container .header p:not(:first-child) {
  font-size: 15.4px;
}

/* line 369, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-110 .headers-container .indicator-column-spacer {
  width: 37.4px;
}

/* line 372, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-110 .headers-container .indicator-column-spacer span.glyphicon {
  font-size: 15.4px;
}

/* line 377, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-110 .headers-container .time-indicator.info.top span {
  font-size: 13.2px;
}

/* line 383, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-110 .calendar-container .rows-container .slot-section-caption {
  margin-left: -18.7px;
}

/* line 387, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-110 .calendar-container .rows-container .indicator-container {
  width: 37.4px;
}

/* line 391, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-110 .calendar-container .rows-container .indicator-container .indicators .indicator-caption-spacer {
  font-size: 13.2px;
  margin-left: -37.4px;
}

/* line 397, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-110 .calendar-container .rows-container .indicator-container .indicators .wrapper .type-indicator,
.repair-schedule-calendar-container .content-container.zoom-110 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  margin-top: 11px;
}

/* line 402, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-110 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  height: 41.8px;
  cursor: pointer;
}

/* line 406, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-110 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator:not(.disabled):hover, .repair-schedule-calendar-container .content-container.zoom-110 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator.highlight {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 2px solid rgba(166, 166, 166, 0.14902);
  border-left: 0;
  background: rgba(166, 166, 166, 0.14902);
}

/* line 415, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-110 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator .label {
  font-size: 93.5%;
}

/* line 424, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-110 .separator > div {
  border-left-width: 2.2px;
}

/* line 428, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-110 .slot-section-caption {
  font-size: 13.2px;
}

/* line 432, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-110 .calendar-row,
.repair-schedule-calendar-container .content-container.zoom-110 .calendar-row-indicator {
  margin-top: 11px;
  height: 41.8px;
}

/* line 437, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-110 .calendar-row.collapsed,
.repair-schedule-calendar-container .content-container.zoom-110 .calendar-row-indicator.collapsed {
  cursor: pointer;
  position: relative;
}

/* line 441, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-110 .calendar-row.collapsed .appointment,
.repair-schedule-calendar-container .content-container.zoom-110 .calendar-row-indicator.collapsed .appointment {
  opacity: 0.1;
}

/* line 445, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-110 .calendar-row.collapsed .click-to-expand,
.repair-schedule-calendar-container .content-container.zoom-110 .calendar-row-indicator.collapsed .click-to-expand {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  height: 100%;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 459, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-110 .calendar-row.collapsed .click-to-expand .hint,
.repair-schedule-calendar-container .content-container.zoom-110 .calendar-row-indicator.collapsed .click-to-expand .hint {
  margin: 0;
  color: #a2a2a2;
  font-weight: 700;
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 470, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-110 .calendar-row .appointment,
.repair-schedule-calendar-container .content-container.zoom-110 .calendar-row-indicator .appointment {
  padding-top: 12.1px;
}

/* line 473, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-110 .calendar-row .appointment .title,
.repair-schedule-calendar-container .content-container.zoom-110 .calendar-row-indicator .appointment .title {
  font-size: 93.5%;
}

/* line 476, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-110 .calendar-row .appointment .title .glyphicon,
.repair-schedule-calendar-container .content-container.zoom-110 .calendar-row-indicator .appointment .title .glyphicon {
  top: 2.2px;
}

/* line 481, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-110 .calendar-row .appointment.blocker,
.repair-schedule-calendar-container .content-container.zoom-110 .calendar-row-indicator .appointment.blocker {
  cursor: default;
  background: #939393;
  color: #e6e6e6;
}

/* line 486, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-110 .calendar-row .appointment.blocker .service-assignment,
.repair-schedule-calendar-container .content-container.zoom-110 .calendar-row-indicator .appointment.blocker .service-assignment {
  display: none;
}

/* line 490, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-110 .calendar-row .appointment.blocker:hover,
.repair-schedule-calendar-container .content-container.zoom-110 .calendar-row-indicator .appointment.blocker:hover {
  border-color: inherit;
}

/* line 495, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-110 .calendar-row .appointment .service-assignment,
.repair-schedule-calendar-container .content-container.zoom-110 .calendar-row-indicator .appointment .service-assignment {
  height: 4.4px;
}

/* line 359, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-120 .headers-container .header p:first-child,
.repair-schedule-calendar-container .content-container.zoom-120 .headers-container .header span:not(:first-child) {
  font-size: 12px;
}

/* line 364, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-120 .headers-container .header p:not(:first-child) {
  font-size: 16.8px;
}

/* line 369, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-120 .headers-container .indicator-column-spacer {
  width: 40.8px;
}

/* line 372, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-120 .headers-container .indicator-column-spacer span.glyphicon {
  font-size: 16.8px;
}

/* line 377, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-120 .headers-container .time-indicator.info.top span {
  font-size: 14.4px;
}

/* line 383, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-120 .calendar-container .rows-container .slot-section-caption {
  margin-left: -20.4px;
}

/* line 387, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-120 .calendar-container .rows-container .indicator-container {
  width: 40.8px;
}

/* line 391, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-120 .calendar-container .rows-container .indicator-container .indicators .indicator-caption-spacer {
  font-size: 14.4px;
  margin-left: -40.8px;
}

/* line 397, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-120 .calendar-container .rows-container .indicator-container .indicators .wrapper .type-indicator,
.repair-schedule-calendar-container .content-container.zoom-120 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  margin-top: 12px;
}

/* line 402, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-120 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  height: 45.6px;
  cursor: pointer;
}

/* line 406, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-120 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator:not(.disabled):hover, .repair-schedule-calendar-container .content-container.zoom-120 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator.highlight {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 2px solid rgba(166, 166, 166, 0.14902);
  border-left: 0;
  background: rgba(166, 166, 166, 0.14902);
}

/* line 415, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-120 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator .label {
  font-size: 102%;
}

/* line 424, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-120 .separator > div {
  border-left-width: 2.4px;
}

/* line 428, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-120 .slot-section-caption {
  font-size: 14.4px;
}

/* line 432, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-120 .calendar-row,
.repair-schedule-calendar-container .content-container.zoom-120 .calendar-row-indicator {
  margin-top: 12px;
  height: 45.6px;
}

/* line 437, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-120 .calendar-row.collapsed,
.repair-schedule-calendar-container .content-container.zoom-120 .calendar-row-indicator.collapsed {
  cursor: pointer;
  position: relative;
}

/* line 441, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-120 .calendar-row.collapsed .appointment,
.repair-schedule-calendar-container .content-container.zoom-120 .calendar-row-indicator.collapsed .appointment {
  opacity: 0.1;
}

/* line 445, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-120 .calendar-row.collapsed .click-to-expand,
.repair-schedule-calendar-container .content-container.zoom-120 .calendar-row-indicator.collapsed .click-to-expand {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  height: 100%;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 459, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-120 .calendar-row.collapsed .click-to-expand .hint,
.repair-schedule-calendar-container .content-container.zoom-120 .calendar-row-indicator.collapsed .click-to-expand .hint {
  margin: 0;
  color: #a2a2a2;
  font-weight: 700;
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 470, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-120 .calendar-row .appointment,
.repair-schedule-calendar-container .content-container.zoom-120 .calendar-row-indicator .appointment {
  padding-top: 13.2px;
}

/* line 473, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-120 .calendar-row .appointment .title,
.repair-schedule-calendar-container .content-container.zoom-120 .calendar-row-indicator .appointment .title {
  font-size: 102%;
}

/* line 476, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-120 .calendar-row .appointment .title .glyphicon,
.repair-schedule-calendar-container .content-container.zoom-120 .calendar-row-indicator .appointment .title .glyphicon {
  top: 2.4px;
}

/* line 481, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-120 .calendar-row .appointment.blocker,
.repair-schedule-calendar-container .content-container.zoom-120 .calendar-row-indicator .appointment.blocker {
  cursor: default;
  background: #939393;
  color: #e6e6e6;
}

/* line 486, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-120 .calendar-row .appointment.blocker .service-assignment,
.repair-schedule-calendar-container .content-container.zoom-120 .calendar-row-indicator .appointment.blocker .service-assignment {
  display: none;
}

/* line 490, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-120 .calendar-row .appointment.blocker:hover,
.repair-schedule-calendar-container .content-container.zoom-120 .calendar-row-indicator .appointment.blocker:hover {
  border-color: inherit;
}

/* line 495, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-120 .calendar-row .appointment .service-assignment,
.repair-schedule-calendar-container .content-container.zoom-120 .calendar-row-indicator .appointment .service-assignment {
  height: 4.8px;
}

/* line 359, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-130 .headers-container .header p:first-child,
.repair-schedule-calendar-container .content-container.zoom-130 .headers-container .header span:not(:first-child) {
  font-size: 13px;
}

/* line 364, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-130 .headers-container .header p:not(:first-child) {
  font-size: 18.2px;
}

/* line 369, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-130 .headers-container .indicator-column-spacer {
  width: 44.2px;
}

/* line 372, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-130 .headers-container .indicator-column-spacer span.glyphicon {
  font-size: 18.2px;
}

/* line 377, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-130 .headers-container .time-indicator.info.top span {
  font-size: 15.6px;
}

/* line 383, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-130 .calendar-container .rows-container .slot-section-caption {
  margin-left: -22.1px;
}

/* line 387, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-130 .calendar-container .rows-container .indicator-container {
  width: 44.2px;
}

/* line 391, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-130 .calendar-container .rows-container .indicator-container .indicators .indicator-caption-spacer {
  font-size: 15.6px;
  margin-left: -44.2px;
}

/* line 397, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-130 .calendar-container .rows-container .indicator-container .indicators .wrapper .type-indicator,
.repair-schedule-calendar-container .content-container.zoom-130 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  margin-top: 13px;
}

/* line 402, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-130 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  height: 49.4px;
  cursor: pointer;
}

/* line 406, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-130 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator:not(.disabled):hover, .repair-schedule-calendar-container .content-container.zoom-130 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator.highlight {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 2px solid rgba(166, 166, 166, 0.14902);
  border-left: 0;
  background: rgba(166, 166, 166, 0.14902);
}

/* line 415, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-130 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator .label {
  font-size: 110.5%;
}

/* line 424, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-130 .separator > div {
  border-left-width: 2.6px;
}

/* line 428, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-130 .slot-section-caption {
  font-size: 15.6px;
}

/* line 432, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-130 .calendar-row,
.repair-schedule-calendar-container .content-container.zoom-130 .calendar-row-indicator {
  margin-top: 13px;
  height: 49.4px;
}

/* line 437, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-130 .calendar-row.collapsed,
.repair-schedule-calendar-container .content-container.zoom-130 .calendar-row-indicator.collapsed {
  cursor: pointer;
  position: relative;
}

/* line 441, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-130 .calendar-row.collapsed .appointment,
.repair-schedule-calendar-container .content-container.zoom-130 .calendar-row-indicator.collapsed .appointment {
  opacity: 0.1;
}

/* line 445, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-130 .calendar-row.collapsed .click-to-expand,
.repair-schedule-calendar-container .content-container.zoom-130 .calendar-row-indicator.collapsed .click-to-expand {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  height: 100%;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 459, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-130 .calendar-row.collapsed .click-to-expand .hint,
.repair-schedule-calendar-container .content-container.zoom-130 .calendar-row-indicator.collapsed .click-to-expand .hint {
  margin: 0;
  color: #a2a2a2;
  font-weight: 700;
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 470, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-130 .calendar-row .appointment,
.repair-schedule-calendar-container .content-container.zoom-130 .calendar-row-indicator .appointment {
  padding-top: 14.3px;
}

/* line 473, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-130 .calendar-row .appointment .title,
.repair-schedule-calendar-container .content-container.zoom-130 .calendar-row-indicator .appointment .title {
  font-size: 110.5%;
}

/* line 476, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-130 .calendar-row .appointment .title .glyphicon,
.repair-schedule-calendar-container .content-container.zoom-130 .calendar-row-indicator .appointment .title .glyphicon {
  top: 2.6px;
}

/* line 481, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-130 .calendar-row .appointment.blocker,
.repair-schedule-calendar-container .content-container.zoom-130 .calendar-row-indicator .appointment.blocker {
  cursor: default;
  background: #939393;
  color: #e6e6e6;
}

/* line 486, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-130 .calendar-row .appointment.blocker .service-assignment,
.repair-schedule-calendar-container .content-container.zoom-130 .calendar-row-indicator .appointment.blocker .service-assignment {
  display: none;
}

/* line 490, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-130 .calendar-row .appointment.blocker:hover,
.repair-schedule-calendar-container .content-container.zoom-130 .calendar-row-indicator .appointment.blocker:hover {
  border-color: inherit;
}

/* line 495, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-130 .calendar-row .appointment .service-assignment,
.repair-schedule-calendar-container .content-container.zoom-130 .calendar-row-indicator .appointment .service-assignment {
  height: 5.2px;
}

/* line 359, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-140 .headers-container .header p:first-child,
.repair-schedule-calendar-container .content-container.zoom-140 .headers-container .header span:not(:first-child) {
  font-size: 14px;
}

/* line 364, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-140 .headers-container .header p:not(:first-child) {
  font-size: 19.6px;
}

/* line 369, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-140 .headers-container .indicator-column-spacer {
  width: 47.6px;
}

/* line 372, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-140 .headers-container .indicator-column-spacer span.glyphicon {
  font-size: 19.6px;
}

/* line 377, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-140 .headers-container .time-indicator.info.top span {
  font-size: 16.8px;
}

/* line 383, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-140 .calendar-container .rows-container .slot-section-caption {
  margin-left: -23.8px;
}

/* line 387, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-140 .calendar-container .rows-container .indicator-container {
  width: 47.6px;
}

/* line 391, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-140 .calendar-container .rows-container .indicator-container .indicators .indicator-caption-spacer {
  font-size: 16.8px;
  margin-left: -47.6px;
}

/* line 397, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-140 .calendar-container .rows-container .indicator-container .indicators .wrapper .type-indicator,
.repair-schedule-calendar-container .content-container.zoom-140 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  margin-top: 14px;
}

/* line 402, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-140 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  height: 53.2px;
  cursor: pointer;
}

/* line 406, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-140 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator:not(.disabled):hover, .repair-schedule-calendar-container .content-container.zoom-140 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator.highlight {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 2px solid rgba(166, 166, 166, 0.14902);
  border-left: 0;
  background: rgba(166, 166, 166, 0.14902);
}

/* line 415, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-140 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator .label {
  font-size: 119%;
}

/* line 424, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-140 .separator > div {
  border-left-width: 2.8px;
}

/* line 428, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-140 .slot-section-caption {
  font-size: 16.8px;
}

/* line 432, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-140 .calendar-row,
.repair-schedule-calendar-container .content-container.zoom-140 .calendar-row-indicator {
  margin-top: 14px;
  height: 53.2px;
}

/* line 437, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-140 .calendar-row.collapsed,
.repair-schedule-calendar-container .content-container.zoom-140 .calendar-row-indicator.collapsed {
  cursor: pointer;
  position: relative;
}

/* line 441, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-140 .calendar-row.collapsed .appointment,
.repair-schedule-calendar-container .content-container.zoom-140 .calendar-row-indicator.collapsed .appointment {
  opacity: 0.1;
}

/* line 445, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-140 .calendar-row.collapsed .click-to-expand,
.repair-schedule-calendar-container .content-container.zoom-140 .calendar-row-indicator.collapsed .click-to-expand {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  height: 100%;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 459, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-140 .calendar-row.collapsed .click-to-expand .hint,
.repair-schedule-calendar-container .content-container.zoom-140 .calendar-row-indicator.collapsed .click-to-expand .hint {
  margin: 0;
  color: #a2a2a2;
  font-weight: 700;
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 470, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-140 .calendar-row .appointment,
.repair-schedule-calendar-container .content-container.zoom-140 .calendar-row-indicator .appointment {
  padding-top: 15.4px;
}

/* line 473, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-140 .calendar-row .appointment .title,
.repair-schedule-calendar-container .content-container.zoom-140 .calendar-row-indicator .appointment .title {
  font-size: 119%;
}

/* line 476, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-140 .calendar-row .appointment .title .glyphicon,
.repair-schedule-calendar-container .content-container.zoom-140 .calendar-row-indicator .appointment .title .glyphicon {
  top: 2.8px;
}

/* line 481, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-140 .calendar-row .appointment.blocker,
.repair-schedule-calendar-container .content-container.zoom-140 .calendar-row-indicator .appointment.blocker {
  cursor: default;
  background: #939393;
  color: #e6e6e6;
}

/* line 486, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-140 .calendar-row .appointment.blocker .service-assignment,
.repair-schedule-calendar-container .content-container.zoom-140 .calendar-row-indicator .appointment.blocker .service-assignment {
  display: none;
}

/* line 490, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-140 .calendar-row .appointment.blocker:hover,
.repair-schedule-calendar-container .content-container.zoom-140 .calendar-row-indicator .appointment.blocker:hover {
  border-color: inherit;
}

/* line 495, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-140 .calendar-row .appointment .service-assignment,
.repair-schedule-calendar-container .content-container.zoom-140 .calendar-row-indicator .appointment .service-assignment {
  height: 5.6px;
}

/* line 359, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-150 .headers-container .header p:first-child,
.repair-schedule-calendar-container .content-container.zoom-150 .headers-container .header span:not(:first-child) {
  font-size: 15px;
}

/* line 364, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-150 .headers-container .header p:not(:first-child) {
  font-size: 21px;
}

/* line 369, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-150 .headers-container .indicator-column-spacer {
  width: 51px;
}

/* line 372, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-150 .headers-container .indicator-column-spacer span.glyphicon {
  font-size: 21px;
}

/* line 377, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-150 .headers-container .time-indicator.info.top span {
  font-size: 18px;
}

/* line 383, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-150 .calendar-container .rows-container .slot-section-caption {
  margin-left: -25.5px;
}

/* line 387, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-150 .calendar-container .rows-container .indicator-container {
  width: 51px;
}

/* line 391, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-150 .calendar-container .rows-container .indicator-container .indicators .indicator-caption-spacer {
  font-size: 18px;
  margin-left: -51px;
}

/* line 397, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-150 .calendar-container .rows-container .indicator-container .indicators .wrapper .type-indicator,
.repair-schedule-calendar-container .content-container.zoom-150 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  margin-top: 15px;
}

/* line 402, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-150 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  height: 57px;
  cursor: pointer;
}

/* line 406, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-150 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator:not(.disabled):hover, .repair-schedule-calendar-container .content-container.zoom-150 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator.highlight {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 2px solid rgba(166, 166, 166, 0.14902);
  border-left: 0;
  background: rgba(166, 166, 166, 0.14902);
}

/* line 415, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-150 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator .label {
  font-size: 127.5%;
}

/* line 424, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-150 .separator > div {
  border-left-width: 3px;
}

/* line 428, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-150 .slot-section-caption {
  font-size: 18px;
}

/* line 432, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-150 .calendar-row,
.repair-schedule-calendar-container .content-container.zoom-150 .calendar-row-indicator {
  margin-top: 15px;
  height: 57px;
}

/* line 437, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-150 .calendar-row.collapsed,
.repair-schedule-calendar-container .content-container.zoom-150 .calendar-row-indicator.collapsed {
  cursor: pointer;
  position: relative;
}

/* line 441, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-150 .calendar-row.collapsed .appointment,
.repair-schedule-calendar-container .content-container.zoom-150 .calendar-row-indicator.collapsed .appointment {
  opacity: 0.1;
}

/* line 445, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-150 .calendar-row.collapsed .click-to-expand,
.repair-schedule-calendar-container .content-container.zoom-150 .calendar-row-indicator.collapsed .click-to-expand {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  height: 100%;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 459, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-150 .calendar-row.collapsed .click-to-expand .hint,
.repair-schedule-calendar-container .content-container.zoom-150 .calendar-row-indicator.collapsed .click-to-expand .hint {
  margin: 0;
  color: #a2a2a2;
  font-weight: 700;
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 470, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-150 .calendar-row .appointment,
.repair-schedule-calendar-container .content-container.zoom-150 .calendar-row-indicator .appointment {
  padding-top: 16.5px;
}

/* line 473, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-150 .calendar-row .appointment .title,
.repair-schedule-calendar-container .content-container.zoom-150 .calendar-row-indicator .appointment .title {
  font-size: 127.5%;
}

/* line 476, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-150 .calendar-row .appointment .title .glyphicon,
.repair-schedule-calendar-container .content-container.zoom-150 .calendar-row-indicator .appointment .title .glyphicon {
  top: 3px;
}

/* line 481, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-150 .calendar-row .appointment.blocker,
.repair-schedule-calendar-container .content-container.zoom-150 .calendar-row-indicator .appointment.blocker {
  cursor: default;
  background: #939393;
  color: #e6e6e6;
}

/* line 486, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-150 .calendar-row .appointment.blocker .service-assignment,
.repair-schedule-calendar-container .content-container.zoom-150 .calendar-row-indicator .appointment.blocker .service-assignment {
  display: none;
}

/* line 490, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-150 .calendar-row .appointment.blocker:hover,
.repair-schedule-calendar-container .content-container.zoom-150 .calendar-row-indicator .appointment.blocker:hover {
  border-color: inherit;
}

/* line 495, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-150 .calendar-row .appointment .service-assignment,
.repair-schedule-calendar-container .content-container.zoom-150 .calendar-row-indicator .appointment .service-assignment {
  height: 6px;
}

/* line 359, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-160 .headers-container .header p:first-child,
.repair-schedule-calendar-container .content-container.zoom-160 .headers-container .header span:not(:first-child) {
  font-size: 16px;
}

/* line 364, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-160 .headers-container .header p:not(:first-child) {
  font-size: 22.4px;
}

/* line 369, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-160 .headers-container .indicator-column-spacer {
  width: 54.4px;
}

/* line 372, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-160 .headers-container .indicator-column-spacer span.glyphicon {
  font-size: 22.4px;
}

/* line 377, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-160 .headers-container .time-indicator.info.top span {
  font-size: 19.2px;
}

/* line 383, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-160 .calendar-container .rows-container .slot-section-caption {
  margin-left: -27.2px;
}

/* line 387, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-160 .calendar-container .rows-container .indicator-container {
  width: 54.4px;
}

/* line 391, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-160 .calendar-container .rows-container .indicator-container .indicators .indicator-caption-spacer {
  font-size: 19.2px;
  margin-left: -54.4px;
}

/* line 397, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-160 .calendar-container .rows-container .indicator-container .indicators .wrapper .type-indicator,
.repair-schedule-calendar-container .content-container.zoom-160 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  margin-top: 16px;
}

/* line 402, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-160 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  height: 60.8px;
  cursor: pointer;
}

/* line 406, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-160 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator:not(.disabled):hover, .repair-schedule-calendar-container .content-container.zoom-160 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator.highlight {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 2px solid rgba(166, 166, 166, 0.14902);
  border-left: 0;
  background: rgba(166, 166, 166, 0.14902);
}

/* line 415, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-160 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator .label {
  font-size: 136%;
}

/* line 424, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-160 .separator > div {
  border-left-width: 3.2px;
}

/* line 428, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-160 .slot-section-caption {
  font-size: 19.2px;
}

/* line 432, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-160 .calendar-row,
.repair-schedule-calendar-container .content-container.zoom-160 .calendar-row-indicator {
  margin-top: 16px;
  height: 60.8px;
}

/* line 437, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-160 .calendar-row.collapsed,
.repair-schedule-calendar-container .content-container.zoom-160 .calendar-row-indicator.collapsed {
  cursor: pointer;
  position: relative;
}

/* line 441, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-160 .calendar-row.collapsed .appointment,
.repair-schedule-calendar-container .content-container.zoom-160 .calendar-row-indicator.collapsed .appointment {
  opacity: 0.1;
}

/* line 445, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-160 .calendar-row.collapsed .click-to-expand,
.repair-schedule-calendar-container .content-container.zoom-160 .calendar-row-indicator.collapsed .click-to-expand {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  height: 100%;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 459, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-160 .calendar-row.collapsed .click-to-expand .hint,
.repair-schedule-calendar-container .content-container.zoom-160 .calendar-row-indicator.collapsed .click-to-expand .hint {
  margin: 0;
  color: #a2a2a2;
  font-weight: 700;
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 470, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-160 .calendar-row .appointment,
.repair-schedule-calendar-container .content-container.zoom-160 .calendar-row-indicator .appointment {
  padding-top: 17.6px;
}

/* line 473, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-160 .calendar-row .appointment .title,
.repair-schedule-calendar-container .content-container.zoom-160 .calendar-row-indicator .appointment .title {
  font-size: 136%;
}

/* line 476, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-160 .calendar-row .appointment .title .glyphicon,
.repair-schedule-calendar-container .content-container.zoom-160 .calendar-row-indicator .appointment .title .glyphicon {
  top: 3.2px;
}

/* line 481, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-160 .calendar-row .appointment.blocker,
.repair-schedule-calendar-container .content-container.zoom-160 .calendar-row-indicator .appointment.blocker {
  cursor: default;
  background: #939393;
  color: #e6e6e6;
}

/* line 486, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-160 .calendar-row .appointment.blocker .service-assignment,
.repair-schedule-calendar-container .content-container.zoom-160 .calendar-row-indicator .appointment.blocker .service-assignment {
  display: none;
}

/* line 490, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-160 .calendar-row .appointment.blocker:hover,
.repair-schedule-calendar-container .content-container.zoom-160 .calendar-row-indicator .appointment.blocker:hover {
  border-color: inherit;
}

/* line 495, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-160 .calendar-row .appointment .service-assignment,
.repair-schedule-calendar-container .content-container.zoom-160 .calendar-row-indicator .appointment .service-assignment {
  height: 6.4px;
}

/* line 359, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-170 .headers-container .header p:first-child,
.repair-schedule-calendar-container .content-container.zoom-170 .headers-container .header span:not(:first-child) {
  font-size: 17px;
}

/* line 364, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-170 .headers-container .header p:not(:first-child) {
  font-size: 23.8px;
}

/* line 369, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-170 .headers-container .indicator-column-spacer {
  width: 57.8px;
}

/* line 372, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-170 .headers-container .indicator-column-spacer span.glyphicon {
  font-size: 23.8px;
}

/* line 377, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-170 .headers-container .time-indicator.info.top span {
  font-size: 20.4px;
}

/* line 383, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-170 .calendar-container .rows-container .slot-section-caption {
  margin-left: -28.9px;
}

/* line 387, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-170 .calendar-container .rows-container .indicator-container {
  width: 57.8px;
}

/* line 391, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-170 .calendar-container .rows-container .indicator-container .indicators .indicator-caption-spacer {
  font-size: 20.4px;
  margin-left: -57.8px;
}

/* line 397, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-170 .calendar-container .rows-container .indicator-container .indicators .wrapper .type-indicator,
.repair-schedule-calendar-container .content-container.zoom-170 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  margin-top: 17px;
}

/* line 402, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-170 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  height: 64.6px;
  cursor: pointer;
}

/* line 406, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-170 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator:not(.disabled):hover, .repair-schedule-calendar-container .content-container.zoom-170 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator.highlight {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 2px solid rgba(166, 166, 166, 0.14902);
  border-left: 0;
  background: rgba(166, 166, 166, 0.14902);
}

/* line 415, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-170 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator .label {
  font-size: 144.5%;
}

/* line 424, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-170 .separator > div {
  border-left-width: 3.4px;
}

/* line 428, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-170 .slot-section-caption {
  font-size: 20.4px;
}

/* line 432, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-170 .calendar-row,
.repair-schedule-calendar-container .content-container.zoom-170 .calendar-row-indicator {
  margin-top: 17px;
  height: 64.6px;
}

/* line 437, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-170 .calendar-row.collapsed,
.repair-schedule-calendar-container .content-container.zoom-170 .calendar-row-indicator.collapsed {
  cursor: pointer;
  position: relative;
}

/* line 441, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-170 .calendar-row.collapsed .appointment,
.repair-schedule-calendar-container .content-container.zoom-170 .calendar-row-indicator.collapsed .appointment {
  opacity: 0.1;
}

/* line 445, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-170 .calendar-row.collapsed .click-to-expand,
.repair-schedule-calendar-container .content-container.zoom-170 .calendar-row-indicator.collapsed .click-to-expand {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  height: 100%;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 459, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-170 .calendar-row.collapsed .click-to-expand .hint,
.repair-schedule-calendar-container .content-container.zoom-170 .calendar-row-indicator.collapsed .click-to-expand .hint {
  margin: 0;
  color: #a2a2a2;
  font-weight: 700;
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 470, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-170 .calendar-row .appointment,
.repair-schedule-calendar-container .content-container.zoom-170 .calendar-row-indicator .appointment {
  padding-top: 18.7px;
}

/* line 473, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-170 .calendar-row .appointment .title,
.repair-schedule-calendar-container .content-container.zoom-170 .calendar-row-indicator .appointment .title {
  font-size: 144.5%;
}

/* line 476, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-170 .calendar-row .appointment .title .glyphicon,
.repair-schedule-calendar-container .content-container.zoom-170 .calendar-row-indicator .appointment .title .glyphicon {
  top: 3.4px;
}

/* line 481, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-170 .calendar-row .appointment.blocker,
.repair-schedule-calendar-container .content-container.zoom-170 .calendar-row-indicator .appointment.blocker {
  cursor: default;
  background: #939393;
  color: #e6e6e6;
}

/* line 486, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-170 .calendar-row .appointment.blocker .service-assignment,
.repair-schedule-calendar-container .content-container.zoom-170 .calendar-row-indicator .appointment.blocker .service-assignment {
  display: none;
}

/* line 490, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-170 .calendar-row .appointment.blocker:hover,
.repair-schedule-calendar-container .content-container.zoom-170 .calendar-row-indicator .appointment.blocker:hover {
  border-color: inherit;
}

/* line 495, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-170 .calendar-row .appointment .service-assignment,
.repair-schedule-calendar-container .content-container.zoom-170 .calendar-row-indicator .appointment .service-assignment {
  height: 6.8px;
}

/* line 359, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-180 .headers-container .header p:first-child,
.repair-schedule-calendar-container .content-container.zoom-180 .headers-container .header span:not(:first-child) {
  font-size: 18px;
}

/* line 364, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-180 .headers-container .header p:not(:first-child) {
  font-size: 25.2px;
}

/* line 369, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-180 .headers-container .indicator-column-spacer {
  width: 61.2px;
}

/* line 372, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-180 .headers-container .indicator-column-spacer span.glyphicon {
  font-size: 25.2px;
}

/* line 377, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-180 .headers-container .time-indicator.info.top span {
  font-size: 21.6px;
}

/* line 383, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-180 .calendar-container .rows-container .slot-section-caption {
  margin-left: -30.6px;
}

/* line 387, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-180 .calendar-container .rows-container .indicator-container {
  width: 61.2px;
}

/* line 391, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-180 .calendar-container .rows-container .indicator-container .indicators .indicator-caption-spacer {
  font-size: 21.6px;
  margin-left: -61.2px;
}

/* line 397, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-180 .calendar-container .rows-container .indicator-container .indicators .wrapper .type-indicator,
.repair-schedule-calendar-container .content-container.zoom-180 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  margin-top: 18px;
}

/* line 402, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-180 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  height: 68.4px;
  cursor: pointer;
}

/* line 406, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-180 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator:not(.disabled):hover, .repair-schedule-calendar-container .content-container.zoom-180 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator.highlight {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 2px solid rgba(166, 166, 166, 0.14902);
  border-left: 0;
  background: rgba(166, 166, 166, 0.14902);
}

/* line 415, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-180 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator .label {
  font-size: 153%;
}

/* line 424, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-180 .separator > div {
  border-left-width: 3.6px;
}

/* line 428, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-180 .slot-section-caption {
  font-size: 21.6px;
}

/* line 432, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-180 .calendar-row,
.repair-schedule-calendar-container .content-container.zoom-180 .calendar-row-indicator {
  margin-top: 18px;
  height: 68.4px;
}

/* line 437, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-180 .calendar-row.collapsed,
.repair-schedule-calendar-container .content-container.zoom-180 .calendar-row-indicator.collapsed {
  cursor: pointer;
  position: relative;
}

/* line 441, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-180 .calendar-row.collapsed .appointment,
.repair-schedule-calendar-container .content-container.zoom-180 .calendar-row-indicator.collapsed .appointment {
  opacity: 0.1;
}

/* line 445, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-180 .calendar-row.collapsed .click-to-expand,
.repair-schedule-calendar-container .content-container.zoom-180 .calendar-row-indicator.collapsed .click-to-expand {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  height: 100%;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 459, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-180 .calendar-row.collapsed .click-to-expand .hint,
.repair-schedule-calendar-container .content-container.zoom-180 .calendar-row-indicator.collapsed .click-to-expand .hint {
  margin: 0;
  color: #a2a2a2;
  font-weight: 700;
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 470, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-180 .calendar-row .appointment,
.repair-schedule-calendar-container .content-container.zoom-180 .calendar-row-indicator .appointment {
  padding-top: 19.8px;
}

/* line 473, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-180 .calendar-row .appointment .title,
.repair-schedule-calendar-container .content-container.zoom-180 .calendar-row-indicator .appointment .title {
  font-size: 153%;
}

/* line 476, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-180 .calendar-row .appointment .title .glyphicon,
.repair-schedule-calendar-container .content-container.zoom-180 .calendar-row-indicator .appointment .title .glyphicon {
  top: 3.6px;
}

/* line 481, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-180 .calendar-row .appointment.blocker,
.repair-schedule-calendar-container .content-container.zoom-180 .calendar-row-indicator .appointment.blocker {
  cursor: default;
  background: #939393;
  color: #e6e6e6;
}

/* line 486, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-180 .calendar-row .appointment.blocker .service-assignment,
.repair-schedule-calendar-container .content-container.zoom-180 .calendar-row-indicator .appointment.blocker .service-assignment {
  display: none;
}

/* line 490, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-180 .calendar-row .appointment.blocker:hover,
.repair-schedule-calendar-container .content-container.zoom-180 .calendar-row-indicator .appointment.blocker:hover {
  border-color: inherit;
}

/* line 495, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-180 .calendar-row .appointment .service-assignment,
.repair-schedule-calendar-container .content-container.zoom-180 .calendar-row-indicator .appointment .service-assignment {
  height: 7.2px;
}

/* line 359, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-190 .headers-container .header p:first-child,
.repair-schedule-calendar-container .content-container.zoom-190 .headers-container .header span:not(:first-child) {
  font-size: 19px;
}

/* line 364, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-190 .headers-container .header p:not(:first-child) {
  font-size: 26.6px;
}

/* line 369, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-190 .headers-container .indicator-column-spacer {
  width: 64.6px;
}

/* line 372, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-190 .headers-container .indicator-column-spacer span.glyphicon {
  font-size: 26.6px;
}

/* line 377, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-190 .headers-container .time-indicator.info.top span {
  font-size: 22.8px;
}

/* line 383, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-190 .calendar-container .rows-container .slot-section-caption {
  margin-left: -32.3px;
}

/* line 387, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-190 .calendar-container .rows-container .indicator-container {
  width: 64.6px;
}

/* line 391, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-190 .calendar-container .rows-container .indicator-container .indicators .indicator-caption-spacer {
  font-size: 22.8px;
  margin-left: -64.6px;
}

/* line 397, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-190 .calendar-container .rows-container .indicator-container .indicators .wrapper .type-indicator,
.repair-schedule-calendar-container .content-container.zoom-190 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  margin-top: 19px;
}

/* line 402, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-190 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  height: 72.2px;
  cursor: pointer;
}

/* line 406, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-190 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator:not(.disabled):hover, .repair-schedule-calendar-container .content-container.zoom-190 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator.highlight {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 2px solid rgba(166, 166, 166, 0.14902);
  border-left: 0;
  background: rgba(166, 166, 166, 0.14902);
}

/* line 415, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-190 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator .label {
  font-size: 161.5%;
}

/* line 424, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-190 .separator > div {
  border-left-width: 3.8px;
}

/* line 428, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-190 .slot-section-caption {
  font-size: 22.8px;
}

/* line 432, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-190 .calendar-row,
.repair-schedule-calendar-container .content-container.zoom-190 .calendar-row-indicator {
  margin-top: 19px;
  height: 72.2px;
}

/* line 437, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-190 .calendar-row.collapsed,
.repair-schedule-calendar-container .content-container.zoom-190 .calendar-row-indicator.collapsed {
  cursor: pointer;
  position: relative;
}

/* line 441, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-190 .calendar-row.collapsed .appointment,
.repair-schedule-calendar-container .content-container.zoom-190 .calendar-row-indicator.collapsed .appointment {
  opacity: 0.1;
}

/* line 445, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-190 .calendar-row.collapsed .click-to-expand,
.repair-schedule-calendar-container .content-container.zoom-190 .calendar-row-indicator.collapsed .click-to-expand {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  height: 100%;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 459, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-190 .calendar-row.collapsed .click-to-expand .hint,
.repair-schedule-calendar-container .content-container.zoom-190 .calendar-row-indicator.collapsed .click-to-expand .hint {
  margin: 0;
  color: #a2a2a2;
  font-weight: 700;
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 470, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-190 .calendar-row .appointment,
.repair-schedule-calendar-container .content-container.zoom-190 .calendar-row-indicator .appointment {
  padding-top: 20.9px;
}

/* line 473, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-190 .calendar-row .appointment .title,
.repair-schedule-calendar-container .content-container.zoom-190 .calendar-row-indicator .appointment .title {
  font-size: 161.5%;
}

/* line 476, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-190 .calendar-row .appointment .title .glyphicon,
.repair-schedule-calendar-container .content-container.zoom-190 .calendar-row-indicator .appointment .title .glyphicon {
  top: 3.8px;
}

/* line 481, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-190 .calendar-row .appointment.blocker,
.repair-schedule-calendar-container .content-container.zoom-190 .calendar-row-indicator .appointment.blocker {
  cursor: default;
  background: #939393;
  color: #e6e6e6;
}

/* line 486, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-190 .calendar-row .appointment.blocker .service-assignment,
.repair-schedule-calendar-container .content-container.zoom-190 .calendar-row-indicator .appointment.blocker .service-assignment {
  display: none;
}

/* line 490, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-190 .calendar-row .appointment.blocker:hover,
.repair-schedule-calendar-container .content-container.zoom-190 .calendar-row-indicator .appointment.blocker:hover {
  border-color: inherit;
}

/* line 495, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-190 .calendar-row .appointment .service-assignment,
.repair-schedule-calendar-container .content-container.zoom-190 .calendar-row-indicator .appointment .service-assignment {
  height: 7.6px;
}

/* line 359, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-200 .headers-container .header p:first-child,
.repair-schedule-calendar-container .content-container.zoom-200 .headers-container .header span:not(:first-child) {
  font-size: 20px;
}

/* line 364, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-200 .headers-container .header p:not(:first-child) {
  font-size: 28px;
}

/* line 369, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-200 .headers-container .indicator-column-spacer {
  width: 68px;
}

/* line 372, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-200 .headers-container .indicator-column-spacer span.glyphicon {
  font-size: 28px;
}

/* line 377, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-200 .headers-container .time-indicator.info.top span {
  font-size: 24px;
}

/* line 383, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-200 .calendar-container .rows-container .slot-section-caption {
  margin-left: -34px;
}

/* line 387, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-200 .calendar-container .rows-container .indicator-container {
  width: 68px;
}

/* line 391, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-200 .calendar-container .rows-container .indicator-container .indicators .indicator-caption-spacer {
  font-size: 24px;
  margin-left: -68px;
}

/* line 397, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-200 .calendar-container .rows-container .indicator-container .indicators .wrapper .type-indicator,
.repair-schedule-calendar-container .content-container.zoom-200 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  margin-top: 20px;
}

/* line 402, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-200 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  height: 76px;
  cursor: pointer;
}

/* line 406, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-200 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator:not(.disabled):hover, .repair-schedule-calendar-container .content-container.zoom-200 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator.highlight {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 2px solid rgba(166, 166, 166, 0.14902);
  border-left: 0;
  background: rgba(166, 166, 166, 0.14902);
}

/* line 415, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-200 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator .label {
  font-size: 170%;
}

/* line 424, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-200 .separator > div {
  border-left-width: 4px;
}

/* line 428, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-200 .slot-section-caption {
  font-size: 24px;
}

/* line 432, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-200 .calendar-row,
.repair-schedule-calendar-container .content-container.zoom-200 .calendar-row-indicator {
  margin-top: 20px;
  height: 76px;
}

/* line 437, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-200 .calendar-row.collapsed,
.repair-schedule-calendar-container .content-container.zoom-200 .calendar-row-indicator.collapsed {
  cursor: pointer;
  position: relative;
}

/* line 441, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-200 .calendar-row.collapsed .appointment,
.repair-schedule-calendar-container .content-container.zoom-200 .calendar-row-indicator.collapsed .appointment {
  opacity: 0.1;
}

/* line 445, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-200 .calendar-row.collapsed .click-to-expand,
.repair-schedule-calendar-container .content-container.zoom-200 .calendar-row-indicator.collapsed .click-to-expand {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  height: 100%;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 459, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-200 .calendar-row.collapsed .click-to-expand .hint,
.repair-schedule-calendar-container .content-container.zoom-200 .calendar-row-indicator.collapsed .click-to-expand .hint {
  margin: 0;
  color: #a2a2a2;
  font-weight: 700;
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 470, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-200 .calendar-row .appointment,
.repair-schedule-calendar-container .content-container.zoom-200 .calendar-row-indicator .appointment {
  padding-top: 22px;
}

/* line 473, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-200 .calendar-row .appointment .title,
.repair-schedule-calendar-container .content-container.zoom-200 .calendar-row-indicator .appointment .title {
  font-size: 170%;
}

/* line 476, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-200 .calendar-row .appointment .title .glyphicon,
.repair-schedule-calendar-container .content-container.zoom-200 .calendar-row-indicator .appointment .title .glyphicon {
  top: 4px;
}

/* line 481, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-200 .calendar-row .appointment.blocker,
.repair-schedule-calendar-container .content-container.zoom-200 .calendar-row-indicator .appointment.blocker {
  cursor: default;
  background: #939393;
  color: #e6e6e6;
}

/* line 486, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-200 .calendar-row .appointment.blocker .service-assignment,
.repair-schedule-calendar-container .content-container.zoom-200 .calendar-row-indicator .appointment.blocker .service-assignment {
  display: none;
}

/* line 490, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-200 .calendar-row .appointment.blocker:hover,
.repair-schedule-calendar-container .content-container.zoom-200 .calendar-row-indicator .appointment.blocker:hover {
  border-color: inherit;
}

/* line 495, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.zoom-200 .calendar-row .appointment .service-assignment,
.repair-schedule-calendar-container .content-container.zoom-200 .calendar-row-indicator .appointment .service-assignment {
  height: 8px;
}

/* line 505, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view .calendar-container .rows-container .calendar-row {
  background: #cccccc19;
}

/* line 511, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view .calendar-container .rows-container .calendar-row .appointment,
.repair-schedule-calendar-container .content-container.week-view .calendar-container .rows-container .calendar-row-indicator .appointment {
  pointer-events: none;
  padding: 0;
}

/* line 515, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view .calendar-container .rows-container .calendar-row .appointment .title,
.repair-schedule-calendar-container .content-container.week-view .calendar-container .rows-container .calendar-row-indicator .appointment .title {
  display: none;
}

/* line 519, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view .calendar-container .rows-container .calendar-row .appointment .service-assignment,
.repair-schedule-calendar-container .content-container.week-view .calendar-container .rows-container .calendar-row-indicator .appointment .service-assignment {
  display: none;
}

/* line 527, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator .label {
  padding: 0.1em 0.2em;
}

/* line 537, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view.zoom-50 .calendar-row,
.repair-schedule-calendar-container .content-container.week-view.zoom-50 .calendar-row-indicator {
  margin-top: 1.5px;
  height: 7.5px;
}

/* line 544, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view.zoom-50 .calendar-container .rows-container .indicator-container .indicators .wrapper .type-indicator,
.repair-schedule-calendar-container .content-container.week-view.zoom-50 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  margin-top: 1.5px;
}

/* line 549, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view.zoom-50 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  height: 7.5px;
}

/* line 537, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view.zoom-60 .calendar-row,
.repair-schedule-calendar-container .content-container.week-view.zoom-60 .calendar-row-indicator {
  margin-top: 1.8px;
  height: 9px;
}

/* line 544, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view.zoom-60 .calendar-container .rows-container .indicator-container .indicators .wrapper .type-indicator,
.repair-schedule-calendar-container .content-container.week-view.zoom-60 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  margin-top: 1.8px;
}

/* line 549, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view.zoom-60 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  height: 9px;
}

/* line 537, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view.zoom-70 .calendar-row,
.repair-schedule-calendar-container .content-container.week-view.zoom-70 .calendar-row-indicator {
  margin-top: 2.1px;
  height: 10.5px;
}

/* line 544, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view.zoom-70 .calendar-container .rows-container .indicator-container .indicators .wrapper .type-indicator,
.repair-schedule-calendar-container .content-container.week-view.zoom-70 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  margin-top: 2.1px;
}

/* line 549, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view.zoom-70 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  height: 10.5px;
}

/* line 537, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view.zoom-80 .calendar-row,
.repair-schedule-calendar-container .content-container.week-view.zoom-80 .calendar-row-indicator {
  margin-top: 2.4px;
  height: 12px;
}

/* line 544, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view.zoom-80 .calendar-container .rows-container .indicator-container .indicators .wrapper .type-indicator,
.repair-schedule-calendar-container .content-container.week-view.zoom-80 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  margin-top: 2.4px;
}

/* line 549, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view.zoom-80 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  height: 12px;
}

/* line 537, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view.zoom-90 .calendar-row,
.repair-schedule-calendar-container .content-container.week-view.zoom-90 .calendar-row-indicator {
  margin-top: 2.7px;
  height: 13.5px;
}

/* line 544, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view.zoom-90 .calendar-container .rows-container .indicator-container .indicators .wrapper .type-indicator,
.repair-schedule-calendar-container .content-container.week-view.zoom-90 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  margin-top: 2.7px;
}

/* line 549, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view.zoom-90 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  height: 13.5px;
}

/* line 537, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view.zoom-100 .calendar-row,
.repair-schedule-calendar-container .content-container.week-view.zoom-100 .calendar-row-indicator {
  margin-top: 3px;
  height: 15px;
}

/* line 544, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view.zoom-100 .calendar-container .rows-container .indicator-container .indicators .wrapper .type-indicator,
.repair-schedule-calendar-container .content-container.week-view.zoom-100 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  margin-top: 3px;
}

/* line 549, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view.zoom-100 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  height: 15px;
}

/* line 537, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view.zoom-110 .calendar-row,
.repair-schedule-calendar-container .content-container.week-view.zoom-110 .calendar-row-indicator {
  margin-top: 3.3px;
  height: 16.5px;
}

/* line 544, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view.zoom-110 .calendar-container .rows-container .indicator-container .indicators .wrapper .type-indicator,
.repair-schedule-calendar-container .content-container.week-view.zoom-110 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  margin-top: 3.3px;
}

/* line 549, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view.zoom-110 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  height: 16.5px;
}

/* line 537, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view.zoom-120 .calendar-row,
.repair-schedule-calendar-container .content-container.week-view.zoom-120 .calendar-row-indicator {
  margin-top: 3.6px;
  height: 18px;
}

/* line 544, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view.zoom-120 .calendar-container .rows-container .indicator-container .indicators .wrapper .type-indicator,
.repair-schedule-calendar-container .content-container.week-view.zoom-120 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  margin-top: 3.6px;
}

/* line 549, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view.zoom-120 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  height: 18px;
}

/* line 537, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view.zoom-130 .calendar-row,
.repair-schedule-calendar-container .content-container.week-view.zoom-130 .calendar-row-indicator {
  margin-top: 3.9px;
  height: 19.5px;
}

/* line 544, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view.zoom-130 .calendar-container .rows-container .indicator-container .indicators .wrapper .type-indicator,
.repair-schedule-calendar-container .content-container.week-view.zoom-130 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  margin-top: 3.9px;
}

/* line 549, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view.zoom-130 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  height: 19.5px;
}

/* line 537, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view.zoom-140 .calendar-row,
.repair-schedule-calendar-container .content-container.week-view.zoom-140 .calendar-row-indicator {
  margin-top: 4.2px;
  height: 21px;
}

/* line 544, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view.zoom-140 .calendar-container .rows-container .indicator-container .indicators .wrapper .type-indicator,
.repair-schedule-calendar-container .content-container.week-view.zoom-140 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  margin-top: 4.2px;
}

/* line 549, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view.zoom-140 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  height: 21px;
}

/* line 537, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view.zoom-150 .calendar-row,
.repair-schedule-calendar-container .content-container.week-view.zoom-150 .calendar-row-indicator {
  margin-top: 4.5px;
  height: 22.5px;
}

/* line 544, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view.zoom-150 .calendar-container .rows-container .indicator-container .indicators .wrapper .type-indicator,
.repair-schedule-calendar-container .content-container.week-view.zoom-150 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  margin-top: 4.5px;
}

/* line 549, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view.zoom-150 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  height: 22.5px;
}

/* line 537, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view.zoom-160 .calendar-row,
.repair-schedule-calendar-container .content-container.week-view.zoom-160 .calendar-row-indicator {
  margin-top: 4.8px;
  height: 24px;
}

/* line 544, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view.zoom-160 .calendar-container .rows-container .indicator-container .indicators .wrapper .type-indicator,
.repair-schedule-calendar-container .content-container.week-view.zoom-160 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  margin-top: 4.8px;
}

/* line 549, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view.zoom-160 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  height: 24px;
}

/* line 537, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view.zoom-170 .calendar-row,
.repair-schedule-calendar-container .content-container.week-view.zoom-170 .calendar-row-indicator {
  margin-top: 5.1px;
  height: 25.5px;
}

/* line 544, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view.zoom-170 .calendar-container .rows-container .indicator-container .indicators .wrapper .type-indicator,
.repair-schedule-calendar-container .content-container.week-view.zoom-170 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  margin-top: 5.1px;
}

/* line 549, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view.zoom-170 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  height: 25.5px;
}

/* line 537, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view.zoom-180 .calendar-row,
.repair-schedule-calendar-container .content-container.week-view.zoom-180 .calendar-row-indicator {
  margin-top: 5.4px;
  height: 27px;
}

/* line 544, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view.zoom-180 .calendar-container .rows-container .indicator-container .indicators .wrapper .type-indicator,
.repair-schedule-calendar-container .content-container.week-view.zoom-180 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  margin-top: 5.4px;
}

/* line 549, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view.zoom-180 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  height: 27px;
}

/* line 537, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view.zoom-190 .calendar-row,
.repair-schedule-calendar-container .content-container.week-view.zoom-190 .calendar-row-indicator {
  margin-top: 5.7px;
  height: 28.5px;
}

/* line 544, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view.zoom-190 .calendar-container .rows-container .indicator-container .indicators .wrapper .type-indicator,
.repair-schedule-calendar-container .content-container.week-view.zoom-190 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  margin-top: 5.7px;
}

/* line 549, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view.zoom-190 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  height: 28.5px;
}

/* line 537, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view.zoom-200 .calendar-row,
.repair-schedule-calendar-container .content-container.week-view.zoom-200 .calendar-row-indicator {
  margin-top: 6px;
  height: 30px;
}

/* line 544, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view.zoom-200 .calendar-container .rows-container .indicator-container .indicators .wrapper .type-indicator,
.repair-schedule-calendar-container .content-container.week-view.zoom-200 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  margin-top: 6px;
}

/* line 549, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .content-container.week-view.zoom-200 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  height: 30px;
}

/* line 556, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .calendar-row {
  background: #cccccc26;
  position: relative;
  margin: 10px 0 0 0;
}

/* line 561, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .calendar-row.selected {
  background: rgba(0, 62, 112, 0.23);
}

/* line 564, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .calendar-row.selected:hover {
  background: rgba(0, 62, 112, 0.33);
}

/* line 569, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .calendar-row .click-to-edit,
.repair-schedule-calendar-container .calendar-row .click-to-select {
  display: none;
}

/* line 574, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .calendar-row.creation-row {
  display: none;
}

/* line 578, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .calendar-row.regular {
  background: repeating-linear-gradient(45deg, #cccccc26, #cccccc26 10px, #cccccc36 10px, #cccccc36 20px);
}

/* line 583, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .view-container > .calendar-row:nth-child(2) {
  margin-top: 0;
}

/* line 587, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .week-range-selection-row {
  position: -webkit-sticky;
  position: sticky;
  bottom: 20px;
  margin-top: 15px;
  z-index: 750;
  pointer-events: none;
}

/* line 594, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .week-range-selection-row ul.pagination {
  pointer-events: all;
}

/* line 597, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .week-range-selection-row ul.pagination:nth-child(2) {
  margin-left: 30px;
}

/* line 602, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .week-range-selection-row ul.pagination li > a {
  cursor: pointer;
}

/* line 606, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .week-range-selection-row ul.pagination li.disabled {
  pointer-events: none;
}

/* line 613, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .appointment {
  cursor: pointer;
  pointer-events: all;
  z-index: 400;
  position: absolute;
  height: 100%;
  margin: 0;
  padding: 11px 8px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  box-shadow: 0 0 4px -1px rgba(0, 0, 0, 0.2);
  border: 1px solid transparent;
  border-radius: 4px;
  background: #e7e7e7;
  border: 1px solid #ddd;
  border-radius: 4px;
}

/* line 636, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .appointment:hover {
  background: #c1c1c1;
  border-color: #b7b7b7;
}

/* line 640, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .appointment:hover > .title {
  opacity: 0.9;
}

/* line 644, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .appointment:hover .service-assignment {
  opacity: 0.9;
}

/* line 649, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .appointment.accepted {
  color: #fff;
  background-color: #77acd9;
  border-color: #64a0d4;
}

/* line 654, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .appointment.accepted:hover {
  background: #2d6da3;
  border-color: #286090;
}

/* line 660, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .appointment.completed {
  background-color: #a3d7a3;
  border-color: #91cf91;
  color: #fff;
}

/* line 665, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .appointment.completed:hover {
  background: #4cae4c;
  border-color: #449c44;
}

/* line 671, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .appointment.returned {
  background-color: #388e3c;
  border-color: #348337;
  color: #fff;
}

/* line 676, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .appointment.returned:hover {
  background: #317c34;
  border-color: #2c7130;
}

/* line 682, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .appointment.action-required {
  background-color: #f2b866;
  border-color: #f0ad4e;
  color: #444;
}

/* line 687, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .appointment.action-required:hover {
  background: #efa945;
  border-color: #ed9e2d;
}

/* line 693, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .appointment.no-repair, .repair-schedule-calendar-container .appointment.cancelled, .repair-schedule-calendar-container .appointment.complaint {
  background-color: #e7908e;
  border-color: #e27c79;
  color: #fff;
}

/* line 700, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .appointment.no-repair:hover, .repair-schedule-calendar-container .appointment.cancelled:hover, .repair-schedule-calendar-container .appointment.complaint:hover {
  background-color: #de6764;
  border-color: #d9534f;
}

/* line 707, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .appointment.damageCategory .service-assignment {
  display: none;
}

/* line 713, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .appointment > .title {
  display: block;
  z-index: 1500;
  opacity: 0.85;
  width: 100%;
  text-align: center;
}

/* line 720, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .appointment > .title > .glyphicon {
  margin-right: 7px;
}

/* line 725, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .slot-section-caption,
.repair-schedule-calendar-container .indicator-caption-spacer {
  margin-left: -17px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #959595;
}

/* line 734, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .slot-section-caption:not(:first-of-type),
.repair-schedule-calendar-container .indicator-caption-spacer:not(:first-of-type) {
  margin-top: 20px;
}

/* line 739, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  color: #959595;
  border-left: 1px solid #ddd;
  padding: 8px;
  height: 100%;
}

/* line 755, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .header .block-day,
.repair-schedule-calendar-container .header .unblock-day,
.repair-schedule-calendar-container .header .blocker-hint,
.repair-schedule-calendar-container .header .odd-monday-hint {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 765, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .header .odd-monday-hint {
  z-index: 100;
}

/* line 769, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .header .block-day,
.repair-schedule-calendar-container .header .unblock-day {
  margin: 5px 0;
  font-size: 80%;
  text-transform: none !important;
}

/* line 775, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .header .block-day:not(.placeholder),
.repair-schedule-calendar-container .header .unblock-day:not(.placeholder) {
  cursor: pointer !important;
}

/* line 779, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .header .block-day.placeholder,
.repair-schedule-calendar-container .header .unblock-day.placeholder {
  opacity: 0;
}

/* line 788, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .header.blocked .label, .repair-schedule-calendar-container .header.full-blocker .label, .repair-schedule-calendar-container .header.acceptance-blocker .label, .repair-schedule-calendar-container .header.return-blocker .label {
  padding: 3px 4px;
  font-size: 70%;
  background: inherit;
  color: inherit;
}

/* line 796, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .header.blocked, .repair-schedule-calendar-container .header.full-blocker {
  color: #a94442;
  background: #f2dede;
}

/* line 802, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .header.acceptance-blocker, .repair-schedule-calendar-container .header.return-blocker {
  color: #8a6d3b;
  background: #fcf8e3;
}

/* line 808, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .header .edit-workday {
  display: none;
}

/* line 812, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .header .date {
  display: block;
}

/* line 816, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .header .short-date {
  display: none;
}

/* line 821, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container button.block-day,
.repair-schedule-calendar-container button.unblock-day {
  background: transparent;
  color: #959595;
  opacity: 0.5;
  border: unset;
  font-size: 150%;
  position: absolute;
  top: 10px;
  right: 10px;
}

/* line 834, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container button.block-day:hover {
  opacity: 1;
  color: #a94442;
}

/* line 839, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container button.unblock-day:hover {
  opacity: 1;
  color: #3c763d;
}

/* line 844, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .headers-container {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  background-color: #fff;
  z-index: 700;
}

/* line 852, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .headers-container .wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
}

/* line 857, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .headers-container .wrapper:nth-child(2) {
  margin-left: 34px;
  position: relative;
}

/* line 862, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .headers-container .wrapper .time-indicator-container {
  -ms-flex: 1;
      flex: 1;
}

/* line 866, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .headers-container .wrapper .headers {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  border-bottom: 1px solid #ddd;
}

/* line 872, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .headers-container .wrapper .indicator-column-spacer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 34px;
  border-bottom: 1px solid #ddd;
  height: 100%;
}

/* line 880, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .headers-container .wrapper .indicator-column-spacer span.glyphicon {
  font-size: 14px;
  cursor: pointer;
}

/* line 888, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .headers-container > .header:first-child {
  border-left: none;
}

/* line 892, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .header > p {
  margin: 0;
}

/* line 896, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .header > .partial-block {
  height: 100%;
  background: #a30000;
  opacity: 0.14;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 907, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .header > p:first-child {
  font-size: 10px;
}

/* line 911, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .calendar-container > p.caption {
  margin: 0 0 10px 0;
}

/* line 915, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .calendar-container {
  position: relative;
  margin-bottom: 0;
  margin: 0;
}

/* line 920, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .calendar-container.edit-mode .rows-container .indicator-container .indicators .wrapper .indicator.creation-row-spacer {
  display: block;
}

/* line 924, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .calendar-container .rows-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
}

/* line 929, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .calendar-container .rows-container .indicator-container,
.repair-schedule-calendar-container .calendar-container .rows-container .rows {
  padding: 10px 0 20px 0;
}

/* line 934, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .calendar-container .rows-container .indicator-container {
  width: 34px;
  height: 100%;
}

/* line 939, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .calendar-container .rows-container .indicator-container .indicators .indicator-caption-spacer {
  color: rgba(0, 0, 0, 0);
}

/* line 944, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .calendar-container .rows-container .indicator-container .indicators:not(:first-child) .indicator-caption-spacer {
  margin-top: 20px;
}

/* line 949, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .calendar-container .rows-container .indicator-container .indicators.rental-cars .wrapper .type-indicator {
  background: #5cb85c;
}

/* line 953, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .calendar-container .rows-container .indicator-container .indicators.triage .wrapper .type-indicator {
  background: burlywood;
}

/* line 957, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .calendar-container .rows-container .indicator-container .indicators .wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  padding-right: 6px;
}

/* line 963, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .calendar-container .rows-container .indicator-container .indicators .wrapper .type-indicator {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin-top: 10px;
  width: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #ddd;
}

/* line 976, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 38px;
  margin-top: 10px;
}

/* line 984, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator.disabled {
  pointer-events: none;
}

/* line 988, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator .label {
  font-size: 85%;
  padding: 0.3em 0.4em;
}

/* line 993, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator.creation-row-spacer {
  display: none;
}

/* line 1001, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .calendar-container .rows-container .rows {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
}

/* line 1007, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .calendar-container .rows-container .rows .separator-container {
  display: -ms-flexbox;
  display: flex;
  margin: -10px 0 -20px 0;
  height: 100%;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  pointer-events: none;
  position: absolute;
  right: 0;
  left: 0;
}

/* line 1017, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .calendar-container .rows-container .rows .separator-container .separator {
  pointer-events: none;
  right: 0;
  top: 0;
  bottom: 0;
  border-left-width: 1px;
  border-left-style: dashed;
  border-left-color: #f2dede;
}

/* line 1026, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .calendar-container .rows-container .rows .separator-container .separator:first-child {
  border: none !important;
}

/* line 1035, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .appointment > .rental-car-indicator:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 1040, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .tooltip-inner {
  max-width: 400px;
}

/* line 1044, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .time-indicator {
  position: absolute;
  left: 113px;
  opacity: 0.6;
  z-index: 900;
}

/* line 1051, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .time-indicator.vertical-line {
  top: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 690;
  border-left: 1px solid red;
}

/* line 1059, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .time-indicator.info {
  z-index: 900;
  padding: 0.2em 0.3em;
  background-color: rgba(255, 0, 0, 0.65);
  border: 1px solid red;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* line 1068, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .time-indicator.info > span {
  color: white;
  font-weight: 700;
  font-size: 12px;
}

/* line 1074, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .time-indicator.info.bottom {
  bottom: 0;
}

/* line 1078, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .service-assignment {
  z-index: 500;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* line 1085, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .service-assignment:nth-of-type(1) {
  top: 0px;
}

/* line 1089, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .service-assignment:nth-of-type(2) {
  top: 4px;
}

/* line 1093, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .service-assignment:nth-of-type(3) {
  top: 8px;
}

/* line 1097, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .service-assignment:nth-of-type(4) {
  top: 12px;
}

/* line 1101, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .service-assignment:nth-of-type(5) {
  top: 16px;
}

/* line 1105, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .service-assignment.rental-car {
  background: #5cb85c;
}

/* line 1109, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .service-assignment.spareparts {
  background: #1565C0;
}

/* line 1113, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .service-assignment.windshield {
  background: #ffc107;
}

/* line 1117, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .service-assignment.paint {
  background: #dc3545;
}

/* line 1122, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .service-tags > .service-tag:first-child {
  margin-left: 0;
}

/* line 1126, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .service-tags > .service-tag {
  margin-left: 10px;
}

/* line 1130, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .main-info-row,
.repair-schedule-calendar-container .service-info-row {
  margin-bottom: 8px;
}

/* line 1135, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .glyphicon-cargo {
  margin-right: 3px;
}

/* line 1139, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .appointment-suggestion {
  cursor: pointer;
  margin-right: 10px;
}

/* line 1144, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .appointment-suggestion > .glyphicon {
  top: 6px;
}

/* line 1149, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-calendar-container .is-deselected span {
  text-decoration: line-through;
}

/* line 1156, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-explanations-modal .section {
  margin: 18px -15px;
  padding: 0 15px;
  border-bottom: 1px solid #ddd;
}

/* line 1161, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-explanations-modal .section:first-child {
  margin-top: 0;
}

/* line 1165, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-explanations-modal .section:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

/* line 1170, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-explanations-modal .section h4:not(.list-group-item-heading) {
  margin-top: 16px;
}

/* line 1174, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-explanations-modal .section ul.list-group > * {
  pointer-events: none;
}

/* line 1180, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-explanations-modal .list-group.appointment-indicators .illustration {
  min-width: 25px;
}

/* line 1185, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-explanations-modal .list-group .list-group-item > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: stretch;
      align-items: stretch;
}

/* line 1191, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-explanations-modal .list-group .list-group-item > div .illustration {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-right: 16px;
}

/* line 1198, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-explanations-modal .list-group .list-group-item > div .illustration .label {
  font-size: 90%;
  padding: 4px 6px;
}

/* line 1203, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-explanations-modal .list-group .list-group-item > div .illustration .type-indicator {
  height: 100%;
  width: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #ddd;
}

/* line 1210, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-explanations-modal .list-group .list-group-item > div .illustration .type-indicator.rental-cars {
  background: #5cb85c;
}

/* line 1214, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-explanations-modal .list-group .list-group-item > div .illustration .type-indicator.triage {
  background: burlywood;
}

/* line 1219, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-explanations-modal .list-group .list-group-item > div .illustration .color-indicator {
  height: 5px;
  width: 20px;
  border-radius: 4px;
}

/* line 1224, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-explanations-modal .list-group .list-group-item > div .illustration .color-indicator.spare-parts {
  background: #1565C0;
}

/* line 1228, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-explanations-modal .list-group .list-group-item > div .illustration .color-indicator.paint {
  background: #dc3545;
}

/* line 1232, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-explanations-modal .list-group .list-group-item > div .illustration .color-indicator.windshield {
  background: #ffc107;
}

/* line 1238, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-explanations-modal .list-group .list-group-item > div .explanation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 1244, app/features/repair-schedule/app/components/calendar/calendar.scss */
.repair-schedule-explanations-modal .list-group .list-group-item > div .explanation h4 {
  font-size: 16px;
}

@media (max-width: 751px) {
  /* line 1253, app/features/repair-schedule/app/components/calendar/calendar.scss */
  .content-container .calendar-container .headers-container .headers .header .date {
    display: none;
  }
  /* line 1257, app/features/repair-schedule/app/components/calendar/calendar.scss */
  .content-container .calendar-container .headers-container .headers .header .short-date {
    display: block;
  }
  /* line 1261, app/features/repair-schedule/app/components/calendar/calendar.scss */
  .content-container .calendar-container .headers-container .headers .header .blocker-hint {
    display: none;
  }
}

/* line 1, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.repair-schedule-appointment-creation-quick-container .view-container .suggestions-container,
.wizard-container .suggestions-container {
  margin-top: -15px;
}

/* line 5, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.repair-schedule-appointment-creation-quick-container .view-container .suggestions-container .month-container,
.wizard-container .suggestions-container .month-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  margin-bottom: 8px;
}

/* line 11, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.repair-schedule-appointment-creation-quick-container .view-container .suggestions-container .month-container > *,
.wizard-container .suggestions-container .month-container > * {
  display: -ms-flexbox;
  display: flex;
}

/* line 16, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.repair-schedule-appointment-creation-quick-container .view-container .suggestions-container .month-container .action .btn,
.wizard-container .suggestions-container .month-container .action .btn {
  height: 38px;
  border: 0;
  outline: 0;
  background: inherit;
  box-shadow: none;
}

/* line 23, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.repair-schedule-appointment-creation-quick-container .view-container .suggestions-container .month-container .action .btn:focus, .repair-schedule-appointment-creation-quick-container .view-container .suggestions-container .month-container .action .btn:active, .repair-schedule-appointment-creation-quick-container .view-container .suggestions-container .month-container .action .btn:hover,
.wizard-container .suggestions-container .month-container .action .btn:focus,
.wizard-container .suggestions-container .month-container .action .btn:active,
.wizard-container .suggestions-container .month-container .action .btn:hover {
  border: 0;
  background: inherit;
  box-shadow: none;
}

/* line 32, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.repair-schedule-appointment-creation-quick-container .view-container .suggestions-container .month-container .action:first-child,
.wizard-container .suggestions-container .month-container .action:first-child {
  margin-left: 5px;
}

/* line 36, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.repair-schedule-appointment-creation-quick-container .view-container .suggestions-container .month-container .action:not(:first-child),
.wizard-container .suggestions-container .month-container .action:not(:first-child) {
  margin-right: 5px;
}

/* line 41, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.repair-schedule-appointment-creation-quick-container .view-container .suggestions-container .month-container .content,
.wizard-container .suggestions-container .month-container .content {
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  overflow-x: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

/* line 47, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.repair-schedule-appointment-creation-quick-container .view-container .suggestions-container .month-container .content::-webkit-scrollbar,
.wizard-container .suggestions-container .month-container .content::-webkit-scrollbar {
  height: 7px;
  border-radius: 3px;
}

/* line 53, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.repair-schedule-appointment-creation-quick-container .view-container .suggestions-container .month-container .content::-webkit-scrollbar-track,
.wizard-container .suggestions-container .month-container .content::-webkit-scrollbar-track {
  background: transparent;
}

/* line 58, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.repair-schedule-appointment-creation-quick-container .view-container .suggestions-container .month-container .content::-webkit-scrollbar-thumb,
.wizard-container .suggestions-container .month-container .content::-webkit-scrollbar-thumb {
  background: #dddddd;
  border-radius: 4px;
}

/* line 64, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.repair-schedule-appointment-creation-quick-container .view-container .suggestions-container .month-container .content::-webkit-scrollbar-thumb:hover,
.wizard-container .suggestions-container .month-container .content::-webkit-scrollbar-thumb:hover {
  background: #d0d0d0;
}

/* line 68, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.repair-schedule-appointment-creation-quick-container .view-container .suggestions-container .month-container .content .month,
.wizard-container .suggestions-container .month-container .content .month {
  display: block;
  -ms-flex: 1;
      flex: 1;
  cursor: pointer;
  white-space: nowrap;
  font-size: 14px;
  padding: 10px 10px 5px 10px;
  text-transform: uppercase;
  text-align: center;
}

/* line 78, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.repair-schedule-appointment-creation-quick-container .view-container .suggestions-container .month-container .content .month.active,
.wizard-container .suggestions-container .month-container .content .month.active {
  color: #003e70;
  font-weight: bold;
}

/* line 86, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.repair-schedule-appointment-creation-quick-container .view-container .suggestions-container .calendar,
.wizard-container .suggestions-container .calendar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  min-width: 100%;
  -ms-flex-flow: column;
      flex-flow: column;
}

/* line 92, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.repair-schedule-appointment-creation-quick-container .view-container .suggestions-container .calendar .weekday-headers,
.wizard-container .suggestions-container .calendar .weekday-headers {
  background: #e7e7e7;
}

/* line 96, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.repair-schedule-appointment-creation-quick-container .view-container .suggestions-container .calendar .weekday-headers,
.repair-schedule-appointment-creation-quick-container .view-container .suggestions-container .calendar .week,
.wizard-container .suggestions-container .calendar .weekday-headers,
.wizard-container .suggestions-container .calendar .week {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
}

/* line 102, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.repair-schedule-appointment-creation-quick-container .view-container .suggestions-container .calendar .weekday-headers > div,
.repair-schedule-appointment-creation-quick-container .view-container .suggestions-container .calendar .week > div,
.wizard-container .suggestions-container .calendar .weekday-headers > div,
.wizard-container .suggestions-container .calendar .week > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
}

/* line 108, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.repair-schedule-appointment-creation-quick-container .view-container .suggestions-container .calendar .weekday-headers .header,
.wizard-container .suggestions-container .calendar .weekday-headers .header {
  font-weight: 700;
  padding: 15px;
  font-size: 14px;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 115, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.repair-schedule-appointment-creation-quick-container .view-container .suggestions-container .calendar .week .weekday,
.wizard-container .suggestions-container .calendar .week .weekday {
  padding: 10px 0;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  overflow: hidden;
  font-size: 12px;
  max-width: 14.2857%;
  border-radius: 4px;
}

/* line 126, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.repair-schedule-appointment-creation-quick-container .view-container .suggestions-container .calendar .week .weekday:hover,
.wizard-container .suggestions-container .calendar .week .weekday:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.03);
}

/* line 131, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.repair-schedule-appointment-creation-quick-container .view-container .suggestions-container .calendar .week .weekday.today .day,
.wizard-container .suggestions-container .calendar .week .weekday.today .day {
  border: 1px solid #003e70;
}

/* line 135, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.repair-schedule-appointment-creation-quick-container .view-container .suggestions-container .calendar .week .weekday.active .day,
.wizard-container .suggestions-container .calendar .week .weekday.active .day {
  background: #003e70;
}

/* line 138, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.repair-schedule-appointment-creation-quick-container .view-container .suggestions-container .calendar .week .weekday.active .day span,
.wizard-container .suggestions-container .calendar .week .weekday.active .day span {
  color: white;
}

/* line 143, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.repair-schedule-appointment-creation-quick-container .view-container .suggestions-container .calendar .week .weekday:not(.disabled) .day span,
.wizard-container .suggestions-container .calendar .week .weekday:not(.disabled) .day span {
  font-weight: 700;
}

/* line 147, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.repair-schedule-appointment-creation-quick-container .view-container .suggestions-container .calendar .week .weekday.disabled,
.wizard-container .suggestions-container .calendar .week .weekday.disabled {
  pointer-events: none;
  opacity: 0.5;
}

/* line 151, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.repair-schedule-appointment-creation-quick-container .view-container .suggestions-container .calendar .week .weekday.disabled .day span,
.wizard-container .suggestions-container .calendar .week .weekday.disabled .day span {
  color: inherit;
}

/* line 156, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.repair-schedule-appointment-creation-quick-container .view-container .suggestions-container .calendar .week .weekday .day,
.wizard-container .suggestions-container .calendar .week .weekday .day {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 32px;
  width: 32px;
  text-align: center;
  border-radius: 50%;
}

/* line 165, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.repair-schedule-appointment-creation-quick-container .view-container .suggestions-container .calendar .week .weekday .day:hover,
.wizard-container .suggestions-container .calendar .week .weekday .day:hover {
  cursor: pointer;
}

/* line 170, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.repair-schedule-appointment-creation-quick-container .view-container .suggestions-container .calendar .week .weekday .appointment-count,
.repair-schedule-appointment-creation-quick-container .view-container .suggestions-container .calendar .week .weekday .spacer,
.wizard-container .suggestions-container .calendar .week .weekday .appointment-count,
.wizard-container .suggestions-container .calendar .week .weekday .spacer {
  margin-top: 4px;
  max-width: 100%;
  padding: 0 4px;
  color: #818181;
  font-size: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 185, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.repair-schedule-appointment-creation-quick-container .view-container .suggestions-container .calendar p.hint,
.wizard-container .suggestions-container .calendar p.hint {
  padding: 0 15px;
  font-size: 85%;
  color: #ddd;
}

/* line 192, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.repair-schedule-appointment-creation-quick-container .view-container .suggestions-container .next-available-container,
.wizard-container .suggestions-container .next-available-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 15px;
}

/* line 200, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.repair-schedule-appointment-creation-quick-container .view-container .suggestions-container .next-available-container .alert,
.wizard-container .suggestions-container .next-available-container .alert {
  margin-bottom: 15px;
  text-align: center;
}

/* line 204, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.repair-schedule-appointment-creation-quick-container .view-container .suggestions-container .next-available-container .alert small,
.wizard-container .suggestions-container .next-available-container .alert small {
  font-size: 70%;
  font-weight: 700;
  color: inherit;
  text-transform: uppercase;
}

/* line 213, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.repair-schedule-appointment-creation-quick-container .view-container .suggestions-container .manual-creation-container,
.repair-schedule-appointment-creation-quick-container .view-container .suggestions-container .hint-container,
.wizard-container .suggestions-container .manual-creation-container,
.wizard-container .suggestions-container .hint-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: column;
      flex-flow: column;
}

/* line 219, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.repair-schedule-appointment-creation-quick-container .view-container .suggestions-container .manual-creation-container p.hint,
.repair-schedule-appointment-creation-quick-container .view-container .suggestions-container .hint-container p.hint,
.wizard-container .suggestions-container .manual-creation-container p.hint,
.wizard-container .suggestions-container .hint-container p.hint {
  font-size: 80%;
  margin: 0;
  color: #333;
  padding: 0 15px;
}

/* line 227, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.repair-schedule-appointment-creation-quick-container .view-container .suggestions-container .selection,
.wizard-container .suggestions-container .selection {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex: 1;
      flex: 1;
  padding: 0 15px;
}

/* line 233, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.repair-schedule-appointment-creation-quick-container .view-container .suggestions-container .selection p.caption,
.wizard-container .suggestions-container .selection p.caption {
  color: #003e70;
  margin: 0 0 8px 0;
}

/* line 237, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.repair-schedule-appointment-creation-quick-container .view-container .suggestions-container .selection p.caption:not(:first-of-type),
.wizard-container .suggestions-container .selection p.caption:not(:first-of-type) {
  margin-top: 15px;
}

/* line 242, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.repair-schedule-appointment-creation-quick-container .view-container .suggestions-container .selection .alert,
.wizard-container .suggestions-container .selection .alert {
  text-align: center;
  margin-bottom: 0;
}

/* line 247, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.repair-schedule-appointment-creation-quick-container .view-container .suggestions-container .selection .times,
.wizard-container .suggestions-container .selection .times {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

/* line 252, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.repair-schedule-appointment-creation-quick-container .view-container .suggestions-container .selection .times .btn,
.wizard-container .suggestions-container .selection .times .btn {
  margin: 6px 6px 0 0;
}

/* line 262, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.suggestions-container .alert:not(.suggestion):last-of-type {
  margin-bottom: 0;
}

/* line 267, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.suggestions-container .view-container p.caption:first-of-type {
  margin-top: unset !important;
}

/* line 272, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.suggestions-container .sub-container {
  max-height: 500px;
  overflow: auto;
}

/* line 277, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.suggestions-container label.switch-container {
  cursor: pointer;
  font-size: 85%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 282, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.suggestions-container label.switch-container .switch {
  margin-bottom: -5px;
}

/* line 285, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.suggestions-container label.switch-container .switch small::before {
  content: none !important;
}

/* line 291, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.suggestions-container .suggestion {
  font-weight: 700;
  margin-bottom: 15px;
}

/* line 292, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.suggestions-container .suggestion.alert-info {
  cursor: pointer;
}

/* line 299, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.suggestions-container .suggestion .date-caption {
  font-size: 115%;
  margin-bottom: 3px;
}

/* line 304, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.suggestions-container .suggestion .end-caption {
  height: 34px;
  line-height: 34px;
  font-size: 75%;
}

/* line 310, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.suggestions-container .suggestion .time-caption {
  font-size: 140%;
}

/* line 313, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.suggestions-container .suggestion .time-caption .glyphicon {
  font-size: 90%;
  top: 5px;
}

/* line 319, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.suggestions-container .suggestion .alert-link {
  cursor: pointer;
}

/* line 323, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.suggestions-container .suggestion .no-alt-times,
.suggestions-container .suggestion .alt-times {
  font-size: 80%;
}

/* line 328, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.suggestions-container .suggestion .no-alt-times {
  color: rgba(0, 0, 0, 0.35);
  margin: 0;
}

/* line 333, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.suggestions-container .suggestion.alert-info:hover {
  background: #b3dbef;
  border-color: #7cd2e3;
  color: #25556d;
  box-shadow: 0 0 11px -1px rgba(0, 0, 0, 0.2);
}

/* line 340, app/features/repair-schedule/app/components/appointment-creation/suggestions/suggestions.scss */
.suggestions-container .suggestion.alert-info.active {
  background: #9ed1eb;
  border-color: #67cbdf;
  color: #25556d;
  box-shadow: 0 0 11px -1px rgba(0, 0, 0, 0.2);
}

/* line 2, app/features/repair-schedule/app/components/appointment-creation/rebook/rebook.scss */
repair-schedule-appointment-creation-rebook-summary .form-control-static.rental-extra-requests {
  white-space: pre-wrap;
}

/* line 2, app/features/repair-schedule/app/components/appointment-creation/summary/summary.scss */
repair-schedule-appointment-creation-summary .form-control-static.rental-extra-requests {
  white-space: pre-wrap;
}

/* line 4, app/features/repair-schedule/app/components/appointment-creation/suggestion-settings/suggestion-settings.scss */
.repair-schedule-appointment-creation-quick-container .view-container .suggestion-settings-container .form-group .radio:first-of-type {
  margin-top: 0;
}

/* Wizard Step Indicator */
/* line 10, app/features/repair-schedule/app/components/appointment-creation/appointment-creation.scss */
.repair-schedule-appointment-creation-quick-container > div.row > div > div.form-row > div > div.view-container,
.activity-edit-station-change-wizard-container > div.row > div > div.form-row > div > div.view-container {
  padding-top: 20px;
}

/* line 13, app/features/repair-schedule/app/components/appointment-creation/appointment-creation.scss */
.repair-schedule-appointment-creation-quick-container > div.row > div > div.form-row > div > div.view-container p.caption:first-of-type,
.activity-edit-station-change-wizard-container > div.row > div > div.form-row > div > div.view-container p.caption:first-of-type {
  margin-top: -10px;
}

/* line 21, app/features/repair-schedule/app/components/appointment-creation/appointment-creation.scss */
.repair-schedule-appointment-creation-quick-container p.form-control-static span.svc:not(:last-of-type)::after,
.activity-edit-station-change-wizard-container p.form-control-static span.svc:not(:last-of-type)::after {
  content: ', ';
}

/* line 28, app/features/repair-schedule/app/components/appointment-creation/appointment-creation.scss */
.repair-schedule-appointment-creation-quick-container .view-container,
.activity-edit-station-change-wizard-container .view-container {
  background: #f8f8f8;
}

/* line 32, app/features/repair-schedule/app/components/appointment-creation/appointment-creation.scss */
.repair-schedule-appointment-creation-quick-container .step-indicator,
.activity-edit-station-change-wizard-container .step-indicator {
  display: block;
}

/* line 36, app/features/repair-schedule/app/components/appointment-creation/appointment-creation.scss */
.repair-schedule-appointment-creation-quick-container .step-indicator .step,
.activity-edit-station-change-wizard-container .step-indicator .step {
  text-align: center;
  float: left;
}

/* line 41, app/features/repair-schedule/app/components/appointment-creation/appointment-creation.scss */
.repair-schedule-appointment-creation-quick-container .step-indicator.step-count-1 .step,
.activity-edit-station-change-wizard-container .step-indicator.step-count-1 .step {
  width: 100%;
}

/* line 45, app/features/repair-schedule/app/components/appointment-creation/appointment-creation.scss */
.repair-schedule-appointment-creation-quick-container .step-indicator.step-count-2 .step,
.activity-edit-station-change-wizard-container .step-indicator.step-count-2 .step {
  width: 50%;
}

/* line 49, app/features/repair-schedule/app/components/appointment-creation/appointment-creation.scss */
.repair-schedule-appointment-creation-quick-container .step-indicator.step-count-3 .step,
.activity-edit-station-change-wizard-container .step-indicator.step-count-3 .step {
  width: 33.333%;
}

/* line 53, app/features/repair-schedule/app/components/appointment-creation/appointment-creation.scss */
.repair-schedule-appointment-creation-quick-container .step-indicator.step-count-4 .step,
.activity-edit-station-change-wizard-container .step-indicator.step-count-4 .step {
  width: 25%;
}

/* line 57, app/features/repair-schedule/app/components/appointment-creation/appointment-creation.scss */
.repair-schedule-appointment-creation-quick-container .step-indicator.step-count-5 .step,
.activity-edit-station-change-wizard-container .step-indicator.step-count-5 .step {
  width: 20%;
}

/* line 61, app/features/repair-schedule/app/components/appointment-creation/appointment-creation.scss */
.repair-schedule-appointment-creation-quick-container .step-indicator.step-count-6 .step,
.activity-edit-station-change-wizard-container .step-indicator.step-count-6 .step {
  width: 16.667%;
}

/* line 65, app/features/repair-schedule/app/components/appointment-creation/appointment-creation.scss */
.repair-schedule-appointment-creation-quick-container .step-indicator.step-count-7 .step,
.activity-edit-station-change-wizard-container .step-indicator.step-count-7 .step {
  width: 14.28%;
}

/* line 69, app/features/repair-schedule/app/components/appointment-creation/appointment-creation.scss */
.repair-schedule-appointment-creation-quick-container .step-indicator .step .connector,
.activity-edit-station-change-wizard-container .step-indicator .step .connector {
  background: #ddd;
  width: 50%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 100;
}

/* line 78, app/features/repair-schedule/app/components/appointment-creation/appointment-creation.scss */
.repair-schedule-appointment-creation-quick-container .step-indicator .step .connector.right,
.activity-edit-station-change-wizard-container .step-indicator .step .connector.right {
  right: 0;
}

/* line 82, app/features/repair-schedule/app/components/appointment-creation/appointment-creation.scss */
.repair-schedule-appointment-creation-quick-container .step-indicator .step .connector.left,
.activity-edit-station-change-wizard-container .step-indicator .step .connector.left {
  left: 0;
}

/* line 86, app/features/repair-schedule/app/components/appointment-creation/appointment-creation.scss */
.repair-schedule-appointment-creation-quick-container .step-indicator .step .step-label,
.activity-edit-station-change-wizard-container .step-indicator .step .step-label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #777777;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 2px 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 15px auto;
}

/* line 104, app/features/repair-schedule/app/components/appointment-creation/appointment-creation.scss */
.repair-schedule-appointment-creation-quick-container .step-indicator .step,
.activity-edit-station-change-wizard-container .step-indicator .step {
  padding: 0;
}

/* line 108, app/features/repair-schedule/app/components/appointment-creation/appointment-creation.scss */
.repair-schedule-appointment-creation-quick-container .step-indicator > .step:first-child .connector.left,
.activity-edit-station-change-wizard-container .step-indicator > .step:first-child .connector.left {
  display: none;
}

/* line 112, app/features/repair-schedule/app/components/appointment-creation/appointment-creation.scss */
.repair-schedule-appointment-creation-quick-container .step-indicator > .step:last-child .connector.right,
.activity-edit-station-change-wizard-container .step-indicator > .step:last-child .connector.right {
  display: none;
}

/* line 116, app/features/repair-schedule/app/components/appointment-creation/appointment-creation.scss */
.repair-schedule-appointment-creation-quick-container .step-indicator .step span.glyphicon,
.activity-edit-station-change-wizard-container .step-indicator .step span.glyphicon {
  z-index: 150;
  background: #f8f8f8;
  border: 1px solid #ddd;
  color: #777777;
  border-radius: 50%;
  margin-left: 5px;
  /* Try to figure out why this is needed. "text-align: center" of .step class should do the trick, but the glyphicons are not being fully centered. */
}

/* line 125, app/features/repair-schedule/app/components/appointment-creation/appointment-creation.scss */
.repair-schedule-appointment-creation-quick-container .step-indicator .step span.glyphicon,
.activity-edit-station-change-wizard-container .step-indicator .step span.glyphicon {
  font-size: 25px;
  padding: 18px;
}

/* line 130, app/features/repair-schedule/app/components/appointment-creation/appointment-creation.scss */
.repair-schedule-appointment-creation-quick-container .step-indicator .step.active .glyphicon,
.activity-edit-station-change-wizard-container .step-indicator .step.active .glyphicon {
  background: #005191 !important;
  border-color: #00355e !important;
  color: #f8f8f8 !important;
}

/* line 136, app/features/repair-schedule/app/components/appointment-creation/appointment-creation.scss */
.repair-schedule-appointment-creation-quick-container .step-indicator .step.active .step-label,
.activity-edit-station-change-wizard-container .step-indicator .step.active .step-label {
  color: #f8f8f8;
  background-color: #005191;
  border: 1px solid #00355e;
}

/* line 142, app/features/repair-schedule/app/components/appointment-creation/appointment-creation.scss */
.repair-schedule-appointment-creation-quick-container .abort,
.activity-edit-station-change-wizard-container .abort {
  margin-top: 20px;
}

/* line 146, app/features/repair-schedule/app/components/appointment-creation/appointment-creation.scss */
.repair-schedule-appointment-creation-quick-container label.hint,
.activity-edit-station-change-wizard-container label.hint {
  display: block;
  opacity: 0.5;
  font-size: 90%;
  margin: -3px 0 5px 0;
}

/* line 153, app/features/repair-schedule/app/components/appointment-creation/appointment-creation.scss */
.repair-schedule-appointment-creation-quick-container p.error-msg,
.activity-edit-station-change-wizard-container p.error-msg {
  font-size: 90%;
  margin: 3px 0 7px 0;
  font-weight: bold;
}

/* line 159, app/features/repair-schedule/app/components/appointment-creation/appointment-creation.scss */
.repair-schedule-appointment-creation-quick-container .label.optional,
.activity-edit-station-change-wizard-container .label.optional {
  margin-left: 5px;
  padding: 2px 3px;
  opacity: 0.5;
}

/* line 165, app/features/repair-schedule/app/components/appointment-creation/appointment-creation.scss */
.repair-schedule-appointment-creation-quick-container label.required:after,
.activity-edit-station-change-wizard-container label.required:after {
  color: #a94442;
}

/* line 169, app/features/repair-schedule/app/components/appointment-creation/appointment-creation.scss */
.repair-schedule-appointment-creation-quick-container .checkbox,
.activity-edit-station-change-wizard-container .checkbox {
  margin-top: 18px;
}

/* line 173, app/features/repair-schedule/app/components/appointment-creation/appointment-creation.scss */
.repair-schedule-appointment-creation-quick-container .checkbox input[type='checkbox'],
.activity-edit-station-change-wizard-container .checkbox input[type='checkbox'] {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 0 0 -24px;
}

/* line 180, app/features/repair-schedule/app/components/appointment-creation/appointment-creation.scss */
.repair-schedule-appointment-creation-quick-container .checkbox label,
.activity-edit-station-change-wizard-container .checkbox label {
  padding-left: 24px;
  font-weight: bold;
  zoom: 1.01;
}

/* line 186, app/features/repair-schedule/app/components/appointment-creation/appointment-creation.scss */
.repair-schedule-appointment-creation-quick-container .form-chunk p.caption,
.activity-edit-station-change-wizard-container .form-chunk p.caption {
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  color: #959595;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 10px 0;
}

/* line 196, app/features/repair-schedule/app/components/appointment-creation/appointment-creation.scss */
.repair-schedule-appointment-creation-quick-container .form-chunk .form-chunk-heading,
.activity-edit-station-change-wizard-container .form-chunk .form-chunk-heading {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #959595;
  letter-spacing: 1px;
  padding: 10px 15px;
  margin: -15px -15px 15px -15px;
  border-bottom: 1px solid #ddd;
  background: #f5f5f5;
}

/* line 210, app/features/repair-schedule/app/components/appointment-creation/appointment-creation.scss */
.repair-schedule-appointment-creation-quick-container .form-chunk .form-group:last-child,
.activity-edit-station-change-wizard-container .form-chunk .form-group:last-child {
  margin-bottom: 30px;
}

/* line 214, app/features/repair-schedule/app/components/appointment-creation/appointment-creation.scss */
.repair-schedule-appointment-creation-quick-container .view-container,
.activity-edit-station-change-wizard-container .view-container {
  background: #f8f8f8;
}

/* line 218, app/features/repair-schedule/app/components/appointment-creation/appointment-creation.scss */
.repair-schedule-appointment-creation-quick-container .view-container p.caption,
.activity-edit-station-change-wizard-container .view-container p.caption {
  color: #2c699d;
  background: inherit;
}

/* line 223, app/features/repair-schedule/app/components/appointment-creation/appointment-creation.scss */
.repair-schedule-appointment-creation-quick-container .form-container,
.activity-edit-station-change-wizard-container .form-container {
  width: 450px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  /* line 229, app/features/repair-schedule/app/components/appointment-creation/appointment-creation.scss */
  .repair-schedule-appointment-creation-quick-container .form-container,
  .activity-edit-station-change-wizard-container .form-container {
    width: 100%;
  }
}

/* line 234, app/features/repair-schedule/app/components/appointment-creation/appointment-creation.scss */
.repair-schedule-appointment-creation-quick-container h4.guidance,
.activity-edit-station-change-wizard-container h4.guidance {
  color: #777777;
  margin-top: 15px;
  margin-bottom: 25px;
}

/* line 240, app/features/repair-schedule/app/components/appointment-creation/appointment-creation.scss */
.repair-schedule-appointment-creation-quick-container .guidance-container,
.activity-edit-station-change-wizard-container .guidance-container {
  position: relative;
  text-align: center;
  margin-top: -5px;
  margin-bottom: 10px;
}

/* line 247, app/features/repair-schedule/app/components/appointment-creation/appointment-creation.scss */
.repair-schedule-appointment-creation-quick-container .guidance-container h4.info,
.activity-edit-station-change-wizard-container .guidance-container h4.info {
  color: #777777;
  z-index: 150;
  margin: 0;
  font-size: 95%;
}

/* line 254, app/features/repair-schedule/app/components/appointment-creation/appointment-creation.scss */
.repair-schedule-appointment-creation-quick-container .guidance-container .line-through,
.activity-edit-station-change-wizard-container .guidance-container .line-through {
  background: #ddd;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 100;
}

/* line 262, app/features/repair-schedule/app/components/appointment-creation/appointment-creation.scss */
.repair-schedule-appointment-creation-quick-container .guidance-container .line-through.left,
.activity-edit-station-change-wizard-container .guidance-container .line-through.left {
  width: 40%;
  left: 0;
}

/* line 267, app/features/repair-schedule/app/components/appointment-creation/appointment-creation.scss */
.repair-schedule-appointment-creation-quick-container .guidance-container .line-through.right,
.activity-edit-station-change-wizard-container .guidance-container .line-through.right {
  width: 40%;
  right: 0;
}

/* line 272, app/features/repair-schedule/app/components/appointment-creation/appointment-creation.scss */
.repair-schedule-appointment-creation-quick-container .view-container.sub-container,
.activity-edit-station-change-wizard-container .view-container.sub-container {
  background: #fff;
  margin-top: 15px;
}

/* line 277, app/features/repair-schedule/app/components/appointment-creation/appointment-creation.scss */
.repair-schedule-appointment-creation-quick-container .view-container.sub-container h4,
.activity-edit-station-change-wizard-container .view-container.sub-container h4 {
  margin-bottom: 15px;
}

/* line 281, app/features/repair-schedule/app/components/appointment-creation/appointment-creation.scss */
.repair-schedule-appointment-creation-quick-container .view-container.sub-container p.caption,
.activity-edit-station-change-wizard-container .view-container.sub-container p.caption {
  color: #959595;
}

/* line 285, app/features/repair-schedule/app/components/appointment-creation/appointment-creation.scss */
.repair-schedule-appointment-creation-quick-container .appointment-suggestion,
.activity-edit-station-change-wizard-container .appointment-suggestion {
  padding: 3px 8px;
  background: #777777;
  color: #f8f8f8;
  border-radius: 4px;
  margin-bottom: 10px;
  font-weight: bold;
}

/* line 294, app/features/repair-schedule/app/components/appointment-creation/appointment-creation.scss */
.repair-schedule-appointment-creation-quick-container .appointment-suggestion.active,
.activity-edit-station-change-wizard-container .appointment-suggestion.active {
  background: #005191;
  color: #fff;
}

/* line 299, app/features/repair-schedule/app/components/appointment-creation/appointment-creation.scss */
.repair-schedule-appointment-creation-quick-container .appointment-suggestion span.glyphicon,
.activity-edit-station-change-wizard-container .appointment-suggestion span.glyphicon {
  top: 2px;
}

/* line 2, app/features/repair-schedule/app/components/appointment-times/appointment-times.scss */
.appointment-times-container .form-group:last-of-type {
  margin-bottom: 0;
}

/* line 6, app/features/repair-schedule/app/components/appointment-times/appointment-times.scss */
.appointment-times-container .alert:last-of-type {
  margin-bottom: 0;
}

/* line 2, app/features/repair-schedule/app/components/blocker-modal/blocker-modal.scss */
.modal-body#blockerModalBody .actions {
  margin-top: 24px;
}

/* line 6, app/features/repair-schedule/app/components/blocker-modal/blocker-modal.scss */
.modal-body#blockerModalBody form > .form-group > .checkbox {
  margin-left: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 10, app/features/repair-schedule/app/components/blocker-modal/blocker-modal.scss */
.modal-body#blockerModalBody form > .form-group > .checkbox > label {
  line-height: 28px;
  padding-left: 28px;
}

/* line 14, app/features/repair-schedule/app/components/blocker-modal/blocker-modal.scss */
.modal-body#blockerModalBody form > .form-group > .checkbox > label input[type='checkbox'] {
  margin-left: -28px;
}

/* line 20, app/features/repair-schedule/app/components/blocker-modal/blocker-modal.scss */
.modal-body#blockerModalBody .help-block.validation {
  opacity: 0;
  color: #a94442;
  margin-bottom: 0;
}

/* line 25, app/features/repair-schedule/app/components/blocker-modal/blocker-modal.scss */
.modal-body#blockerModalBody .help-block.validation.active {
  opacity: 1;
}

/* line 31, app/features/repair-schedule/app/components/blocker-modal/blocker-modal.scss */
.modal-footer#blockerModalFooter > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: row;
      flex-flow: row;
}

/* line 36, app/features/repair-schedule/app/components/blocker-modal/blocker-modal.scss */
.modal-footer#blockerModalFooter > div span.spacer {
  -ms-flex: 1;
      flex: 1;
}

/* line 2, app/features/repair-schedule/app/components/calendar-settings/blockers/blockers.scss */
.repair-schedule-calendar-settings-blockers-container .actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  margin-bottom: 15px;
}

/* line 8, app/features/repair-schedule/app/components/calendar-settings/blockers/blockers.scss */
.repair-schedule-calendar-settings-blockers-container .actions .filters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
}

/* line 12, app/features/repair-schedule/app/components/calendar-settings/blockers/blockers.scss */
.repair-schedule-calendar-settings-blockers-container .actions .filters .form-group {
  -ms-flex: 1;
      flex: 1;
  margin: 0 15px;
}

/* line 16, app/features/repair-schedule/app/components/calendar-settings/blockers/blockers.scss */
.repair-schedule-calendar-settings-blockers-container .actions .filters .form-group:first-child {
  margin-left: 0;
}

/* line 20, app/features/repair-schedule/app/components/calendar-settings/blockers/blockers.scss */
.repair-schedule-calendar-settings-blockers-container .actions .filters .form-group:last-child {
  margin-right: 0;
}

/* line 26, app/features/repair-schedule/app/components/calendar-settings/blockers/blockers.scss */
.repair-schedule-calendar-settings-blockers-container .actions .buttons {
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-left: 30px;
  -ms-flex-align: end;
      align-items: end;
}

/* line 32, app/features/repair-schedule/app/components/calendar-settings/blockers/blockers.scss */
.repair-schedule-calendar-settings-blockers-container .actions .buttons .btn-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex: 1;
      flex: 1;
}

/* line 37, app/features/repair-schedule/app/components/calendar-settings/blockers/blockers.scss */
.repair-schedule-calendar-settings-blockers-container .actions .buttons .btn-group > button:first-child {
  -ms-flex: 1;
      flex: 1;
}

/* line 45, app/features/repair-schedule/app/components/calendar-settings/blockers/blockers.scss */
.repair-schedule-calendar-settings-blockers-container .table-container table tr td span:not(.glyphicon) {
  margin: 0 8px;
  opacity: 0;
}

/* line 49, app/features/repair-schedule/app/components/calendar-settings/blockers/blockers.scss */
.repair-schedule-calendar-settings-blockers-container .table-container table tr td span:not(.glyphicon).visible {
  opacity: 1;
}

/* line 53, app/features/repair-schedule/app/components/calendar-settings/blockers/blockers.scss */
.repair-schedule-calendar-settings-blockers-container .table-container table tr td span:not(.glyphicon):first-child {
  margin-left: 0;
}

/* line 57, app/features/repair-schedule/app/components/calendar-settings/blockers/blockers.scss */
.repair-schedule-calendar-settings-blockers-container .table-container table tr td span:not(.glyphicon):last-child {
  margin-right: 0;
}

/* line 62, app/features/repair-schedule/app/components/calendar-settings/blockers/blockers.scss */
.repair-schedule-calendar-settings-blockers-container .table-container table tr td .table-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: end;
}

/* line 69, app/features/repair-schedule/app/components/calendar-settings/blockers/blockers.scss */
.repair-schedule-calendar-settings-blockers-container .table-container table tr td .table-actions button.btn {
  margin: 0 4px;
}

/* line 72, app/features/repair-schedule/app/components/calendar-settings/blockers/blockers.scss */
.repair-schedule-calendar-settings-blockers-container .table-container table tr td .table-actions button.btn:first-child {
  margin-left: 0;
}

/* line 76, app/features/repair-schedule/app/components/calendar-settings/blockers/blockers.scss */
.repair-schedule-calendar-settings-blockers-container .table-container table tr td .table-actions button.btn:last-child {
  margin-right: 0;
}

/* line 3, app/features/repair-schedule/app/components/calendar-settings/appointment-suggestions/appointment-suggestions.scss */
repair-schedule-calendar-settings-appointment-suggestions .repair-schedule-calendar-settings-appointment-suggestions-container div.checkbox {
  line-height: 34px;
  margin: 0 0 15px 0;
}

/* line 7, app/features/repair-schedule/app/components/calendar-settings/appointment-suggestions/appointment-suggestions.scss */
repair-schedule-calendar-settings-appointment-suggestions .repair-schedule-calendar-settings-appointment-suggestions-container div.checkbox span.small {
  display: block;
  font-weight: 100;
  font-size: 12px;
  line-height: 12px;
}

/* line 14, app/features/repair-schedule/app/components/calendar-settings/appointment-suggestions/appointment-suggestions.scss */
repair-schedule-calendar-settings-appointment-suggestions .repair-schedule-calendar-settings-appointment-suggestions-container div.checkbox label {
  font-weight: bold;
  padding-left: 27px;
}

/* line 18, app/features/repair-schedule/app/components/calendar-settings/appointment-suggestions/appointment-suggestions.scss */
repair-schedule-calendar-settings-appointment-suggestions .repair-schedule-calendar-settings-appointment-suggestions-container div.checkbox label > input[type='checkbox'] {
  margin: 7px 0 0 -27px;
}

/* line 3, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/breakdown/breakdown.scss */
repair-schedule-calendar-settings-calendar-planning-breakdown .calendar-settings-container-calendar-planning-breakdown .alert.alert-info.disclaimer p {
  -ms-flex: 1;
      flex: 1;
}

/* line 8, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/breakdown/breakdown.scss */
repair-schedule-calendar-settings-calendar-planning-breakdown .calendar-settings-container-calendar-planning-breakdown span.tooltip-toggle {
  margin-left: 5px;
  color: #003e70;
  cursor: pointer;
}

/* line 14, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/breakdown/breakdown.scss */
repair-schedule-calendar-settings-calendar-planning-breakdown .calendar-settings-container-calendar-planning-breakdown .controls,
repair-schedule-calendar-settings-calendar-planning-breakdown .calendar-settings-container-calendar-planning-breakdown .alert.disclaimer,
repair-schedule-calendar-settings-calendar-planning-breakdown .calendar-settings-container-calendar-planning-breakdown td > .alert {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  gap: 15px;
}

/* line 24, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/breakdown/breakdown.scss */
repair-schedule-calendar-settings-calendar-planning-breakdown .calendar-settings-container-calendar-planning-breakdown td > .alert {
  margin-bottom: 0;
  text-align: left;
}

/* line 29, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/breakdown/breakdown.scss */
repair-schedule-calendar-settings-calendar-planning-breakdown .calendar-settings-container-calendar-planning-breakdown .controls {
  margin-bottom: 15px;
}

/* line 32, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/breakdown/breakdown.scss */
repair-schedule-calendar-settings-calendar-planning-breakdown .calendar-settings-container-calendar-planning-breakdown .controls .form-group {
  -ms-flex: 1;
      flex: 1;
  margin-bottom: 0;
}

/* line 39, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/breakdown/breakdown.scss */
repair-schedule-calendar-settings-calendar-planning-breakdown .calendar-settings-container-calendar-planning-breakdown .controls button.btn:last-child span {
  margin-right: 5px;
}

/* line 45, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/breakdown/breakdown.scss */
repair-schedule-calendar-settings-calendar-planning-breakdown .calendar-settings-container-calendar-planning-breakdown .controls button.btn:first-child span {
  margin-left: 5px;
}

/* line 56, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/breakdown/breakdown.scss */
repair-schedule-calendar-settings-calendar-planning-breakdown .calendar-settings-container-calendar-planning-breakdown .breakdown .breakdown-wrapper table {
  border-collapse: separate;
  border: 1px solid #ddd;
}

/* line 57, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/breakdown/breakdown.scss */
repair-schedule-calendar-settings-calendar-planning-breakdown .calendar-settings-container-calendar-planning-breakdown .breakdown .breakdown-wrapper table,
repair-schedule-calendar-settings-calendar-planning-breakdown .calendar-settings-container-calendar-planning-breakdown .breakdown .breakdown-wrapper table tbody td {
  cursor: default;
}

/* line 64, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/breakdown/breakdown.scss */
repair-schedule-calendar-settings-calendar-planning-breakdown .calendar-settings-container-calendar-planning-breakdown .breakdown .breakdown-wrapper table thead.week-days {
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  z-index: 100;
}

/* line 70, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/breakdown/breakdown.scss */
repair-schedule-calendar-settings-calendar-planning-breakdown .calendar-settings-container-calendar-planning-breakdown .breakdown .breakdown-wrapper table thead.week-days tr > th > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  font-size: 110%;
}

/* line 77, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/breakdown/breakdown.scss */
repair-schedule-calendar-settings-calendar-planning-breakdown .calendar-settings-container-calendar-planning-breakdown .breakdown .breakdown-wrapper table thead.week-days tr > th > div small {
  min-width: 130px;
  min-height: 1px;
}

/* line 84, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/breakdown/breakdown.scss */
repair-schedule-calendar-settings-calendar-planning-breakdown .calendar-settings-container-calendar-planning-breakdown .breakdown .breakdown-wrapper table thead:nth-child(2), repair-schedule-calendar-settings-calendar-planning-breakdown .calendar-settings-container-calendar-planning-breakdown .breakdown .breakdown-wrapper table thead:nth-child(4), repair-schedule-calendar-settings-calendar-planning-breakdown .calendar-settings-container-calendar-planning-breakdown .breakdown .breakdown-wrapper table thead:nth-child(6) {
  position: -webkit-sticky;
  position: sticky;
  top: 77px;
}

/* line 91, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/breakdown/breakdown.scss */
repair-schedule-calendar-settings-calendar-planning-breakdown .calendar-settings-container-calendar-planning-breakdown .breakdown .breakdown-wrapper table thead:nth-child(2) {
  z-index: 50;
}

/* line 95, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/breakdown/breakdown.scss */
repair-schedule-calendar-settings-calendar-planning-breakdown .calendar-settings-container-calendar-planning-breakdown .breakdown .breakdown-wrapper table thead:nth-child(4) {
  z-index: 60;
}

/* line 99, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/breakdown/breakdown.scss */
repair-schedule-calendar-settings-calendar-planning-breakdown .calendar-settings-container-calendar-planning-breakdown .breakdown .breakdown-wrapper table thead:nth-child(6) {
  z-index: 70;
}

/* line 105, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/breakdown/breakdown.scss */
repair-schedule-calendar-settings-calendar-planning-breakdown .calendar-settings-container-calendar-planning-breakdown .breakdown .breakdown-wrapper table thead tr th {
  vertical-align: middle;
}

/* line 109, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/breakdown/breakdown.scss */
repair-schedule-calendar-settings-calendar-planning-breakdown .calendar-settings-container-calendar-planning-breakdown .breakdown .breakdown-wrapper table thead tr.section-header {
  background: #f9f9f9;
}

/* line 112, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/breakdown/breakdown.scss */
repair-schedule-calendar-settings-calendar-planning-breakdown .calendar-settings-container-calendar-planning-breakdown .breakdown .breakdown-wrapper table thead tr.section-header small {
  color: #00000075;
}

/* line 115, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/breakdown/breakdown.scss */
repair-schedule-calendar-settings-calendar-planning-breakdown .calendar-settings-container-calendar-planning-breakdown .breakdown .breakdown-wrapper table thead tr.section-header small:nth-child(3) {
  display: block;
}

/* line 122, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/breakdown/breakdown.scss */
repair-schedule-calendar-settings-calendar-planning-breakdown .calendar-settings-container-calendar-planning-breakdown .breakdown .breakdown-wrapper table thead.week-days tr th,
repair-schedule-calendar-settings-calendar-planning-breakdown .calendar-settings-container-calendar-planning-breakdown .breakdown .breakdown-wrapper table tbody tr.days td:not(:first-child),
repair-schedule-calendar-settings-calendar-planning-breakdown .calendar-settings-container-calendar-planning-breakdown .breakdown .breakdown-wrapper table tbody tr:not(.days) td {
  text-align: center;
}

/* line 130, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/breakdown/breakdown.scss */
repair-schedule-calendar-settings-calendar-planning-breakdown .calendar-settings-container-calendar-planning-breakdown .breakdown .breakdown-wrapper table tbody tr td span.glyphicon.glyphicon-ok {
  opacity: 0.65;
}

/* line 134, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/breakdown/breakdown.scss */
repair-schedule-calendar-settings-calendar-planning-breakdown .calendar-settings-container-calendar-planning-breakdown .breakdown .breakdown-wrapper table tbody tr td:first-child:not([colspan]) {
  padding-left: 24px;
  vertical-align: middle;
}

/* line 138, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/breakdown/breakdown.scss */
repair-schedule-calendar-settings-calendar-planning-breakdown .calendar-settings-container-calendar-planning-breakdown .breakdown .breakdown-wrapper table tbody tr td:first-child:not([colspan]) div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: center;
      align-items: center;
  gap: 5px;
}

/* line 144, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/breakdown/breakdown.scss */
repair-schedule-calendar-settings-calendar-planning-breakdown .calendar-settings-container-calendar-planning-breakdown .breakdown .breakdown-wrapper table tbody tr td:first-child:not([colspan]) div.has-hint {
  -ms-flex: 1;
      flex: 1;
}

/* line 147, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/breakdown/breakdown.scss */
repair-schedule-calendar-settings-calendar-planning-breakdown .calendar-settings-container-calendar-planning-breakdown .breakdown .breakdown-wrapper table tbody tr td:first-child:not([colspan]) div.has-hint span.glyphicon {
  top: 0;
  margin-left: 0;
}

/* line 153, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/breakdown/breakdown.scss */
repair-schedule-calendar-settings-calendar-planning-breakdown .calendar-settings-container-calendar-planning-breakdown .breakdown .breakdown-wrapper table tbody tr td:first-child:not([colspan]) div span.category-color {
  display: inline-block;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #003e70;
}

/* line 171, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/breakdown/breakdown.scss */
repair-schedule-calendar-settings-calendar-planning-breakdown .calendar-settings-container-calendar-planning-breakdown .breakdown .breakdown-wrapper table thead tr th,
repair-schedule-calendar-settings-calendar-planning-breakdown .calendar-settings-container-calendar-planning-breakdown .breakdown .breakdown-wrapper table thead tr td,
repair-schedule-calendar-settings-calendar-planning-breakdown .calendar-settings-container-calendar-planning-breakdown .breakdown .breakdown-wrapper table tbody tr th,
repair-schedule-calendar-settings-calendar-planning-breakdown .calendar-settings-container-calendar-planning-breakdown .breakdown .breakdown-wrapper table tbody tr td {
  border-top: 0;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 0;
}

/* line 178, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/breakdown/breakdown.scss */
repair-schedule-calendar-settings-calendar-planning-breakdown .calendar-settings-container-calendar-planning-breakdown .breakdown .breakdown-wrapper table thead tr th:last-child,
repair-schedule-calendar-settings-calendar-planning-breakdown .calendar-settings-container-calendar-planning-breakdown .breakdown .breakdown-wrapper table thead tr td:last-child,
repair-schedule-calendar-settings-calendar-planning-breakdown .calendar-settings-container-calendar-planning-breakdown .breakdown .breakdown-wrapper table tbody tr th:last-child,
repair-schedule-calendar-settings-calendar-planning-breakdown .calendar-settings-container-calendar-planning-breakdown .breakdown .breakdown-wrapper table tbody tr td:last-child {
  border-right: 0;
}

/* line 184, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/breakdown/breakdown.scss */
repair-schedule-calendar-settings-calendar-planning-breakdown .calendar-settings-container-calendar-planning-breakdown .breakdown .breakdown-wrapper table thead:last-child tr:last-child th,
repair-schedule-calendar-settings-calendar-planning-breakdown .calendar-settings-container-calendar-planning-breakdown .breakdown .breakdown-wrapper table thead:last-child tr:last-child td,
repair-schedule-calendar-settings-calendar-planning-breakdown .calendar-settings-container-calendar-planning-breakdown .breakdown .breakdown-wrapper table tbody:last-child tr:last-child th,
repair-schedule-calendar-settings-calendar-planning-breakdown .calendar-settings-container-calendar-planning-breakdown .breakdown .breakdown-wrapper table tbody:last-child tr:last-child td {
  border-bottom: 0;
}

/* line 3, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/chart/_chart.scss */
.calendar-settings-container-calendar-planning-chart #display-options .display-option {
  margin-top: 15px;
}

/* line 6, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/chart/_chart.scss */
.calendar-settings-container-calendar-planning-chart #display-options .display-option:first-of-type {
  margin-top: 0;
}

/* line 13, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/chart/_chart.scss */
.calendar-settings-container-calendar-planning-chart .indent {
  margin-left: 30px;
}

/* line 17, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/chart/_chart.scss */
.calendar-settings-container-calendar-planning-chart #cat-series,
.calendar-settings-container-calendar-planning-chart .selection-container {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

/* line 22, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/chart/_chart.scss */
.calendar-settings-container-calendar-planning-chart #cat-series .cat-series-toggle,
.calendar-settings-container-calendar-planning-chart #cat-series .selection-toggle,
.calendar-settings-container-calendar-planning-chart .selection-container .cat-series-toggle,
.calendar-settings-container-calendar-planning-chart .selection-container .selection-toggle {
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  padding: 10px;
  margin-right: 15px;
  border-radius: 4px;
  border-style: solid;
  border-width: 5px;
}

/* line 32, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/chart/_chart.scss */
.calendar-settings-container-calendar-planning-chart #cat-series .cat-series-toggle .cat-series-cb,
.calendar-settings-container-calendar-planning-chart #cat-series .cat-series-toggle .selection-cb,
.calendar-settings-container-calendar-planning-chart #cat-series .selection-toggle .cat-series-cb,
.calendar-settings-container-calendar-planning-chart #cat-series .selection-toggle .selection-cb,
.calendar-settings-container-calendar-planning-chart .selection-container .cat-series-toggle .cat-series-cb,
.calendar-settings-container-calendar-planning-chart .selection-container .cat-series-toggle .selection-cb,
.calendar-settings-container-calendar-planning-chart .selection-container .selection-toggle .cat-series-cb,
.calendar-settings-container-calendar-planning-chart .selection-container .selection-toggle .selection-cb {
  margin-right: 5px;
}

/* line 37, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/chart/_chart.scss */
.calendar-settings-container-calendar-planning-chart #cat-series .cat-series-toggle:last-of-type,
.calendar-settings-container-calendar-planning-chart #cat-series .selection-toggle:last-of-type,
.calendar-settings-container-calendar-planning-chart .selection-container .cat-series-toggle:last-of-type,
.calendar-settings-container-calendar-planning-chart .selection-container .selection-toggle:last-of-type {
  margin-right: 0;
}

/* line 43, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/chart/_chart.scss */
.calendar-settings-container-calendar-planning-chart .data-series-selection {
  border-color: '#888';
}

/* line 8, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/limits/_limits.scss */
.calendar-settings-container-calendar-planning-limits #options-container {
  margin-left: 150px;
  margin-bottom: 15px;
}

/* line 13, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/limits/_limits.scss */
.calendar-settings-container-calendar-planning-limits #label-container {
  padding-top: 30px;
}

/* line 17, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/limits/_limits.scss */
.calendar-settings-container-calendar-planning-limits #planning-container {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 25px;
}

/* line 23, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/limits/_limits.scss */
.calendar-settings-container-calendar-planning-limits #label-container .label-item {
  border: solid 1px #ddd;
}

/* line 28, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/limits/_limits.scss */
.calendar-settings-container-calendar-planning-limits #planning-content-container {
  overflow-x: auto;
  padding-bottom: 25px;
}

/* line 32, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/limits/_limits.scss */
.calendar-settings-container-calendar-planning-limits #planning-content-container #header {
  display: -ms-flexbox;
  display: flex;
}

/* line 35, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/limits/_limits.scss */
.calendar-settings-container-calendar-planning-limits #planning-content-container #header #date-range {
  font-weight: lighter;
  color: #888;
}

/* line 41, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/limits/_limits.scss */
.calendar-settings-container-calendar-planning-limits #planning-content-container .header-row {
  height: 30px;
  font-weight: bold;
}

/* line 45, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/limits/_limits.scss */
.calendar-settings-container-calendar-planning-limits #planning-content-container .header-row .week {
  width: 100px;
}

/* line 50, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/limits/_limits.scss */
.calendar-settings-container-calendar-planning-limits #planning-content-container .year-weeks {
  display: -ms-flexbox;
  display: flex;
}

/* line 55, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/limits/_limits.scss */
.calendar-settings-container-calendar-planning-limits #planning-content-container .resource-container .resource-item {
  background-color: #eee;
}

/* line 61, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/limits/_limits.scss */
.calendar-settings-container-calendar-planning-limits #header-container {
  display: -ms-flexbox;
  display: flex;
  padding-left: 150px;
}

/* line 66, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/limits/_limits.scss */
.calendar-settings-container-calendar-planning-limits .header-row {
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
}

/* line 74, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/limits/_limits.scss */
.calendar-settings-container-calendar-planning-limits .year {
  width: 500px;
  text-align: center;
}

/* line 79, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/limits/_limits.scss */
.calendar-settings-container-calendar-planning-limits .planning-column {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 5px;
  border: solid 1px #ddd;
  text-align: center;
}

/* line 87, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/limits/_limits.scss */
.calendar-settings-container-calendar-planning-limits .lane-container,
.calendar-settings-container-calendar-planning-limits .resource-container {
  display: -ms-flexbox;
  display: flex;
}

/* line 92, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/limits/_limits.scss */
.calendar-settings-container-calendar-planning-limits .single-top-row-margin {
  margin-top: 30px;
  padding-top: 0.1px;
}

/* line 98, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/limits/_limits.scss */
.calendar-settings-container-calendar-planning-limits .resource-container:first-of-type {
  margin-top: 3px;
}

/* line 103, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/limits/_limits.scss */
.calendar-settings-container-calendar-planning-limits .resource {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  width: 150px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 5px;
}

/* line 110, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/limits/_limits.scss */
.calendar-settings-container-calendar-planning-limits .resource.multi-line {
  display: block;
}

/* line 115, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/limits/_limits.scss */
.calendar-settings-container-calendar-planning-limits .title {
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 122, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/limits/_limits.scss */
.calendar-settings-container-calendar-planning-limits .sub-title {
  display: block;
  color: #888;
}

/* line 127, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/limits/_limits.scss */
.calendar-settings-container-calendar-planning-limits .is-focussed {
  background-color: #b6bdff;
}

/* line 131, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/limits/_limits.scss */
.calendar-settings-container-calendar-planning-limits .item-container:hover {
  background-color: #b6bdff;
}

/* line 135, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/limits/_limits.scss */
.calendar-settings-container-calendar-planning-limits .color-indicator {
  width: 32px;
}

/* line 138, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/limits/_limits.scss */
.calendar-settings-container-calendar-planning-limits .color-indicator span {
  display: block;
  height: 18px;
  width: 18px;
  border-radius: 50%;
}

/* line 146, app/features/repair-schedule/app/components/calendar-settings/calendar-planning/limits/_limits.scss */
.calendar-settings-container-calendar-planning-limits .top-margin {
  margin-top: 25px;
}

/* line 4, app/features/repair-schedule/app/components/calendar-settings/configuration-assistant/configuration-assistant.scss */
repair-schedule-calendar-settings-configuration-assistant .view-container form h4 {
  font-size: 12px;
  color: #959595;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}

/* line 12, app/features/repair-schedule/app/components/calendar-settings/configuration-assistant/configuration-assistant.scss */
repair-schedule-calendar-settings-configuration-assistant .view-container form div.option.configurable {
  margin-bottom: 15px;
}

/* line 15, app/features/repair-schedule/app/components/calendar-settings/configuration-assistant/configuration-assistant.scss */
repair-schedule-calendar-settings-configuration-assistant .view-container form div.option.configurable .form-horizontal {
  max-width: 375px;
  padding-left: 27px;
}

/* line 21, app/features/repair-schedule/app/components/calendar-settings/configuration-assistant/configuration-assistant.scss */
repair-schedule-calendar-settings-configuration-assistant .view-container form div.checkbox {
  line-height: 34px;
  margin: 0;
}

/* line 25, app/features/repair-schedule/app/components/calendar-settings/configuration-assistant/configuration-assistant.scss */
repair-schedule-calendar-settings-configuration-assistant .view-container form div.checkbox label {
  font-weight: bold;
  padding-left: 27px;
}

/* line 29, app/features/repair-schedule/app/components/calendar-settings/configuration-assistant/configuration-assistant.scss */
repair-schedule-calendar-settings-configuration-assistant .view-container form div.checkbox label > input[type='checkbox'] {
  margin: 7px 0 0 -27px;
}

/* line 2, app/features/repair-schedule/app/components/resource-load-evolution/_resource-load-evolution.scss */
.repair-schedule-calendar-container-resource-load-evolution #reload-btn-container {
  display: -ms-flexbox;
  display: flex;
}

/* line 2, app/features/repair-schedule/app/components/order-assignment/assignment-form/_assignment-form.scss */
.repair-schedule-order-assignment-form #header {
  display: -ms-flexbox;
  display: flex;
}

/* line 6, app/features/repair-schedule/app/components/order-assignment/assignment-form/_assignment-form.scss */
.repair-schedule-order-assignment-form .color-indicator {
  width: 32px;
}

/* line 9, app/features/repair-schedule/app/components/order-assignment/assignment-form/_assignment-form.scss */
.repair-schedule-order-assignment-form .color-indicator span {
  display: block;
  height: 18px;
  width: 18px;
  border-radius: 50%;
}

/* line 17, app/features/repair-schedule/app/components/order-assignment/assignment-form/_assignment-form.scss */
.repair-schedule-order-assignment-form .check {
  width: 40px;
}

/* line 21, app/features/repair-schedule/app/components/order-assignment/assignment-form/_assignment-form.scss */
.repair-schedule-order-assignment-form .team-entry {
  display: -ms-flexbox;
  display: flex;
}

/* line 25, app/features/repair-schedule/app/components/order-assignment/assignment-form/_assignment-form.scss */
.repair-schedule-order-assignment-form .team-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

/* line 30, app/features/repair-schedule/app/components/order-assignment/assignment-form/_assignment-form.scss */
.repair-schedule-order-assignment-form .team-name {
  margin-right: 5px;
}

/* line 34, app/features/repair-schedule/app/components/order-assignment/assignment-form/_assignment-form.scss */
.repair-schedule-order-assignment-form .service-list {
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  margin-top: 5px;
  margin-left: 40px;
}

/* line 40, app/features/repair-schedule/app/components/order-assignment/assignment-form/_assignment-form.scss */
.repair-schedule-order-assignment-form .service-list .service {
  margin-right: 5px;
  padding: 5px;
  min-width: 100px;
  width: 100px;
  border-radius: 4px;
  border: solid 1px #ddd;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 53, app/features/repair-schedule/app/components/order-assignment/assignment-form/_assignment-form.scss */
.repair-schedule-order-assignment-form .service-list .service .glyphicon {
  margin-right: 3px;
}

/* line 57, app/features/repair-schedule/app/components/order-assignment/assignment-form/_assignment-form.scss */
.repair-schedule-order-assignment-form .service-list .service:last-of-type {
  margin-right: 0;
}

/* line 5, app/features/repair-schedule/app/components/order-assignment/team-list/_team-list.scss */
.repair-schedule-order-assignment-team-list .repair-schedule-order-assignment-team-list-container {
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

/* line 12, app/features/repair-schedule/app/components/order-assignment/team-list/_team-list.scss */
.repair-schedule-order-assignment-team-list .team {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 5px;
  border-bottom: solid 1px #ddd;
}

/* line 18, app/features/repair-schedule/app/components/order-assignment/team-list/_team-list.scss */
.repair-schedule-order-assignment-team-list .team:last-of-type {
  border-bottom: none;
}

/* line 23, app/features/repair-schedule/app/components/order-assignment/team-list/_team-list.scss */
.repair-schedule-order-assignment-team-list .team-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1.1em;
}

/* line 30, app/features/repair-schedule/app/components/order-assignment/team-list/_team-list.scss */
.repair-schedule-order-assignment-team-list .team-cat-container {
  display: -ms-flexbox;
  display: flex;
}

/* line 33, app/features/repair-schedule/app/components/order-assignment/team-list/_team-list.scss */
.repair-schedule-order-assignment-team-list .team-cat-container.center {
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 38, app/features/repair-schedule/app/components/order-assignment/team-list/_team-list.scss */
.repair-schedule-order-assignment-team-list #add-team-button {
  margin-top: 25px;
}

/* line 42, app/features/repair-schedule/app/components/order-assignment/team-list/_team-list.scss */
.repair-schedule-order-assignment-team-list .teams {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 250px;
  border-right: 1px solid #ddd;
  overflow-x: hidden;
  z-index: 10;
}

/* line 50, app/features/repair-schedule/app/components/order-assignment/team-list/_team-list.scss */
.repair-schedule-order-assignment-team-list .team-col {
  height: 35px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 5px 15px;
  border-bottom: solid 0.5px #ddd;
}

/* line 57, app/features/repair-schedule/app/components/order-assignment/team-list/_team-list.scss */
.repair-schedule-order-assignment-team-list .team-col:first-of-type {
  border-bottom: none;
}

/* line 61, app/features/repair-schedule/app/components/order-assignment/team-list/_team-list.scss */
.repair-schedule-order-assignment-team-list .team-col:last-of-type {
  border-bottom: none;
}

/* line 67, app/features/repair-schedule/app/components/order-assignment/team-list/_team-list.scss */
.repair-schedule-order-assignment-team-list .actions button.btn {
  margin-left: 5px;
}

/* line 70, app/features/repair-schedule/app/components/order-assignment/team-list/_team-list.scss */
.repair-schedule-order-assignment-team-list .actions button.btn span.glyphicon {
  top: 0px;
}

/* line 76, app/features/repair-schedule/app/components/order-assignment/team-list/_team-list.scss */
.repair-schedule-order-assignment-team-list .availabilities {
  padding-bottom: 5px;
  overflow-x: auto;
  z-index: 1;
}

/* line 82, app/features/repair-schedule/app/components/order-assignment/team-list/_team-list.scss */
.repair-schedule-order-assignment-team-list .team-col {
  height: 35px;
}

/* line 85, app/features/repair-schedule/app/components/order-assignment/team-list/_team-list.scss */
.repair-schedule-order-assignment-team-list .team-col.no-bottom-border {
  border-bottom: none;
}

/* line 90, app/features/repair-schedule/app/components/order-assignment/team-list/_team-list.scss */
.repair-schedule-order-assignment-team-list .avail-col {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 35px !important;
  width: 50px !important;
  text-align: center;
  border: solid 0.5px #ddd;
}

/* line 97, app/features/repair-schedule/app/components/order-assignment/team-list/_team-list.scss */
.repair-schedule-order-assignment-team-list .avail-col.no-top-border {
  border-top: none;
}

/* line 101, app/features/repair-schedule/app/components/order-assignment/team-list/_team-list.scss */
.repair-schedule-order-assignment-team-list .avail-col.no-border {
  border: none;
}

/* line 105, app/features/repair-schedule/app/components/order-assignment/team-list/_team-list.scss */
.repair-schedule-order-assignment-team-list .avail-col.current-week {
  border: solid 0.5px #ddd;
  border-bottom: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 4, app/features/repair-schedule/app/components/order-assignment/matrix/_matrix.scss */
.repair-schedule-order-assignment-matrix .assignment-column {
  min-width: 200px;
}

/* line 8, app/features/repair-schedule/app/components/order-assignment/matrix/_matrix.scss */
.repair-schedule-order-assignment-matrix .team {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 5px;
  border-bottom: solid 1px #ddd;
}

/* line 14, app/features/repair-schedule/app/components/order-assignment/matrix/_matrix.scss */
.repair-schedule-order-assignment-matrix .team:last-of-type {
  border-bottom: none;
}

/* line 19, app/features/repair-schedule/app/components/order-assignment/matrix/_matrix.scss */
.repair-schedule-order-assignment-matrix .team-name {
  font-size: 1.1em;
}

/* line 23, app/features/repair-schedule/app/components/order-assignment/matrix/_matrix.scss */
.repair-schedule-order-assignment-matrix .team-cat-container {
  display: -ms-flexbox;
  display: flex;
}

/* line 26, app/features/repair-schedule/app/components/order-assignment/matrix/_matrix.scss */
.repair-schedule-order-assignment-matrix .team-cat-container.center {
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 31, app/features/repair-schedule/app/components/order-assignment/matrix/_matrix.scss */
.repair-schedule-order-assignment-matrix #add-team-button {
  margin-top: 25px;
}

/* line 35, app/features/repair-schedule/app/components/order-assignment/matrix/_matrix.scss */
.repair-schedule-order-assignment-matrix #order-container {
  margin-top: 25px;
}

/* line 39, app/features/repair-schedule/app/components/order-assignment/matrix/_matrix.scss */
.repair-schedule-order-assignment-matrix .order-actions-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 15px;
}

/* line 45, app/features/repair-schedule/app/components/order-assignment/matrix/_matrix.scss */
.repair-schedule-order-assignment-matrix .order-actions-container > *:not(:last-child) {
  margin-right: 5px;
}

/* line 49, app/features/repair-schedule/app/components/order-assignment/matrix/_matrix.scss */
.repair-schedule-order-assignment-matrix .order-actions-container > button.btn,
.repair-schedule-order-assignment-matrix .order-actions-container > div.btn-group:not(.tabs) {
  margin-top: 15px;
}

/* line 54, app/features/repair-schedule/app/components/order-assignment/matrix/_matrix.scss */
.repair-schedule-order-assignment-matrix .order-actions-container .form-group {
  margin-top: 15px;
  margin-bottom: 0;
}

/* line 60, app/features/repair-schedule/app/components/order-assignment/matrix/_matrix.scss */
.repair-schedule-order-assignment-matrix .color-indicator {
  width: 32px;
}

/* line 63, app/features/repair-schedule/app/components/order-assignment/matrix/_matrix.scss */
.repair-schedule-order-assignment-matrix .color-indicator span {
  display: block;
  height: 18px;
  width: 18px;
  border-radius: 50%;
}

/* line 71, app/features/repair-schedule/app/components/order-assignment/matrix/_matrix.scss */
.repair-schedule-order-assignment-matrix .category-container {
  display: -ms-flexbox;
  display: flex;
}

/* line 75, app/features/repair-schedule/app/components/order-assignment/matrix/_matrix.scss */
.repair-schedule-order-assignment-matrix .assignment-matrix {
  border: solid 1px #ddd;
  border-radius: 4px;
  overflow-x: auto;
}

/* line 81, app/features/repair-schedule/app/components/order-assignment/matrix/_matrix.scss */
.repair-schedule-order-assignment-matrix .assignment-matrix .matrix-row {
  display: -ms-flexbox;
  display: flex;
  -ms-grid-column-align: center;
      justify-items: center;
}

/* line 86, app/features/repair-schedule/app/components/order-assignment/matrix/_matrix.scss */
.repair-schedule-order-assignment-matrix .assignment-matrix .body {
  display: -ms-flexbox;
  display: flex;
}

/* line 91, app/features/repair-schedule/app/components/order-assignment/matrix/_matrix.scss */
.repair-schedule-order-assignment-matrix .assignment-matrix #team-name-row .header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  height: 80px;
}

/* line 97, app/features/repair-schedule/app/components/order-assignment/matrix/_matrix.scss */
.repair-schedule-order-assignment-matrix .assignment-matrix #team-name-row .header .flex-break {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 0;
}

/* line 104, app/features/repair-schedule/app/components/order-assignment/matrix/_matrix.scss */
.repair-schedule-order-assignment-matrix .assignment-matrix .drag-indicator {
  width: 32px;
}

/* line 107, app/features/repair-schedule/app/components/order-assignment/matrix/_matrix.scss */
.repair-schedule-order-assignment-matrix .assignment-matrix .drag-indicator span {
  cursor: pointer;
  color: #ccc;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 1px;
  position: relative;
}

/* line 115, app/features/repair-schedule/app/components/order-assignment/matrix/_matrix.scss */
.repair-schedule-order-assignment-matrix .assignment-matrix .drag-indicator span::before {
  content: ':::';
}

/* line 121, app/features/repair-schedule/app/components/order-assignment/matrix/_matrix.scss */
.repair-schedule-order-assignment-matrix .assignment-matrix .team-container {
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: 220px;
  border-top: 0;
  border-bottom: solid 1px #ddd;
  border-right: solid 1px #ddd;
}

/* line 129, app/features/repair-schedule/app/components/order-assignment/matrix/_matrix.scss */
.repair-schedule-order-assignment-matrix .assignment-matrix .team-container:last-of-type {
  border-right: 0;
}

/* line 133, app/features/repair-schedule/app/components/order-assignment/matrix/_matrix.scss */
.repair-schedule-order-assignment-matrix .assignment-matrix .team-container#matrix-header-row {
  position: -webkit-sticky;
  position: sticky;
}

/* line 137, app/features/repair-schedule/app/components/order-assignment/matrix/_matrix.scss */
.repair-schedule-order-assignment-matrix .assignment-matrix .team-container#team-name-row {
  border-bottom: none;
}

/* line 141, app/features/repair-schedule/app/components/order-assignment/matrix/_matrix.scss */
.repair-schedule-order-assignment-matrix .assignment-matrix .team-container#team-description-row {
  border-top: none;
  border-bottom: solid 1.5px #ddd;
}

/* line 146, app/features/repair-schedule/app/components/order-assignment/matrix/_matrix.scss */
.repair-schedule-order-assignment-matrix .assignment-matrix .team-container.order-column {
  height: 60vh;
  overflow: auto;
}

/* line 151, app/features/repair-schedule/app/components/order-assignment/matrix/_matrix.scss */
.repair-schedule-order-assignment-matrix .assignment-matrix .team-container .header {
  padding: 15px;
  border-bottom: solid 1px #ddd;
  text-align: center;
}

/* line 156, app/features/repair-schedule/app/components/order-assignment/matrix/_matrix.scss */
.repair-schedule-order-assignment-matrix .assignment-matrix .team-container .header .team-name {
  font-weight: bold;
  margin-bottom: 3px;
}

/* line 161, app/features/repair-schedule/app/components/order-assignment/matrix/_matrix.scss */
.repair-schedule-order-assignment-matrix .assignment-matrix .team-container .header .team-cat-container {
  margin-bottom: 5px;
  min-height: 18px;
}

/* line 166, app/features/repair-schedule/app/components/order-assignment/matrix/_matrix.scss */
.repair-schedule-order-assignment-matrix .assignment-matrix .team-container .header .service-hrs {
  min-height: 32px;
}

/* line 171, app/features/repair-schedule/app/components/order-assignment/matrix/_matrix.scss */
.repair-schedule-order-assignment-matrix .assignment-matrix .team-container .order-container {
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  height: 110px;
  border-bottom: solid 0.25px #ddd;
  cursor: pointer;
}

/* line 178, app/features/repair-schedule/app/components/order-assignment/matrix/_matrix.scss */
.repair-schedule-order-assignment-matrix .assignment-matrix .team-container .order-container:hover {
  background-color: #eee;
}

/* line 182, app/features/repair-schedule/app/components/order-assignment/matrix/_matrix.scss */
.repair-schedule-order-assignment-matrix .assignment-matrix .team-container .order-container.is-selected {
  background-color: #cfd3ff;
}

/* line 186, app/features/repair-schedule/app/components/order-assignment/matrix/_matrix.scss */
.repair-schedule-order-assignment-matrix .assignment-matrix .team-container .order-container:last-of-type {
  border-bottom: none;
}

/* line 190, app/features/repair-schedule/app/components/order-assignment/matrix/_matrix.scss */
.repair-schedule-order-assignment-matrix .assignment-matrix .team-container .order-container .category-container,
.repair-schedule-order-assignment-matrix .assignment-matrix .team-container .order-container .order-data {
  margin-top: 3px;
  margin-bottom: 3px;
}

/* line 196, app/features/repair-schedule/app/components/order-assignment/matrix/_matrix.scss */
.repair-schedule-order-assignment-matrix .assignment-matrix .team-container .order-container .category-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-right: solid 0.5px #efefef;
  margin-right: 25px;
}

/* line 206, app/features/repair-schedule/app/components/order-assignment/matrix/_matrix.scss */
.repair-schedule-order-assignment-matrix .assignment-matrix .team-container .remarks.service-hrs span {
  margin-right: 5px;
}

/* line 209, app/features/repair-schedule/app/components/order-assignment/matrix/_matrix.scss */
.repair-schedule-order-assignment-matrix .assignment-matrix .team-container .remarks.service-hrs span:last-of-type {
  margin-right: 0;
}

/* line 2, app/features/repair-schedule/app/components/order-assignment/team-form/_team-form.scss */
.repair-schedule-order-assignment-team-form #header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

/* line 7, app/features/repair-schedule/app/components/order-assignment/team-form/_team-form.scss */
.repair-schedule-order-assignment-team-form .category-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 5px;
  border-bottom: solid 1px #ddd;
}

/* line 13, app/features/repair-schedule/app/components/order-assignment/team-form/_team-form.scss */
.repair-schedule-order-assignment-team-form .category-container:last-of-type {
  border-bottom: none;
}

/* line 18, app/features/repair-schedule/app/components/order-assignment/team-form/_team-form.scss */
.repair-schedule-order-assignment-team-form .category-description {
  display: -ms-flexbox;
  display: flex;
}

/* line 22, app/features/repair-schedule/app/components/order-assignment/team-form/_team-form.scss */
.repair-schedule-order-assignment-team-form .color-indicator {
  width: 32px;
}

/* line 25, app/features/repair-schedule/app/components/order-assignment/team-form/_team-form.scss */
.repair-schedule-order-assignment-team-form .color-indicator span {
  display: block;
  height: 18px;
  width: 18px;
  border-radius: 50%;
}

/* line 33, app/features/repair-schedule/app/components/order-assignment/team-form/_team-form.scss */
.repair-schedule-order-assignment-team-form #service-selectors {
  margin-top: 25px;
}

/* line 7, app/features/repair-schedule/app/components/order-assignment/_order-assignment.scss */
.repair-schedule-order-assignment > .navigation,
.repair-schedule-order-assignment > .actions-container {
  display: -ms-flexbox;
  display: flex;
}

/* line 12, app/features/repair-schedule/app/components/order-assignment/_order-assignment.scss */
.repair-schedule-order-assignment > .navigation {
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 15px;
}

/* line 17, app/features/repair-schedule/app/components/order-assignment/_order-assignment.scss */
.repair-schedule-order-assignment .team {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 5px;
  border-bottom: solid 1px #ddd;
}

/* line 23, app/features/repair-schedule/app/components/order-assignment/_order-assignment.scss */
.repair-schedule-order-assignment .team:last-of-type {
  border-bottom: none;
}

/* line 28, app/features/repair-schedule/app/components/order-assignment/_order-assignment.scss */
.repair-schedule-order-assignment .team-name {
  font-size: 1.1em;
}

/* line 32, app/features/repair-schedule/app/components/order-assignment/_order-assignment.scss */
.repair-schedule-order-assignment .team-cat-container {
  display: -ms-flexbox;
  display: flex;
}

/* line 35, app/features/repair-schedule/app/components/order-assignment/_order-assignment.scss */
.repair-schedule-order-assignment .team-cat-container.center {
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 40, app/features/repair-schedule/app/components/order-assignment/_order-assignment.scss */
.repair-schedule-order-assignment #add-team-button {
  margin-top: 25px;
}

/* line 44, app/features/repair-schedule/app/components/order-assignment/_order-assignment.scss */
.repair-schedule-order-assignment #order-container {
  margin-top: 25px;
}

/* line 48, app/features/repair-schedule/app/components/order-assignment/_order-assignment.scss */
.repair-schedule-order-assignment .color-indicator {
  width: 32px;
}

/* line 51, app/features/repair-schedule/app/components/order-assignment/_order-assignment.scss */
.repair-schedule-order-assignment .color-indicator span {
  display: block;
  height: 18px;
  width: 18px;
  border-radius: 50%;
}

/* line 59, app/features/repair-schedule/app/components/order-assignment/_order-assignment.scss */
.repair-schedule-order-assignment .category-container {
  display: -ms-flexbox;
  display: flex;
}

/* line 63, app/features/repair-schedule/app/components/order-assignment/_order-assignment.scss */
.repair-schedule-order-assignment #assignment-matrix {
  overflow-x: auto;
}

/* line 66, app/features/repair-schedule/app/components/order-assignment/_order-assignment.scss */
.repair-schedule-order-assignment #assignment-matrix .matrix-row {
  display: -ms-flexbox;
  display: flex;
  -ms-grid-column-align: center;
      justify-items: center;
}

/* line 71, app/features/repair-schedule/app/components/order-assignment/_order-assignment.scss */
.repair-schedule-order-assignment #assignment-matrix .body {
  display: -ms-flexbox;
  display: flex;
}

/* line 76, app/features/repair-schedule/app/components/order-assignment/_order-assignment.scss */
.repair-schedule-order-assignment #assignment-matrix#team-name-row .header {
  height: 80px;
}

/* line 81, app/features/repair-schedule/app/components/order-assignment/_order-assignment.scss */
.repair-schedule-order-assignment #assignment-matrix .team-container {
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: 220px;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  border-right: solid 1px #ddd;
}

/* line 89, app/features/repair-schedule/app/components/order-assignment/_order-assignment.scss */
.repair-schedule-order-assignment #assignment-matrix .team-container:first-of-type {
  border-left: solid 1px #ddd;
}

/* line 93, app/features/repair-schedule/app/components/order-assignment/_order-assignment.scss */
.repair-schedule-order-assignment #assignment-matrix .team-container#matrix-header-row {
  position: -webkit-sticky;
  position: sticky;
}

/* line 97, app/features/repair-schedule/app/components/order-assignment/_order-assignment.scss */
.repair-schedule-order-assignment #assignment-matrix .team-container#team-name-row {
  border-bottom: none;
}

/* line 101, app/features/repair-schedule/app/components/order-assignment/_order-assignment.scss */
.repair-schedule-order-assignment #assignment-matrix .team-container#team-description-row {
  border-top: none;
  border-bottom: solid 1.5px #ddd;
}

/* line 106, app/features/repair-schedule/app/components/order-assignment/_order-assignment.scss */
.repair-schedule-order-assignment #assignment-matrix .team-container .header {
  padding: 15px;
  border-bottom: solid 1px #ddd;
  text-align: center;
}

/* line 111, app/features/repair-schedule/app/components/order-assignment/_order-assignment.scss */
.repair-schedule-order-assignment #assignment-matrix .team-container .header .team-name {
  font-weight: bold;
  margin-bottom: 3px;
}

/* line 116, app/features/repair-schedule/app/components/order-assignment/_order-assignment.scss */
.repair-schedule-order-assignment #assignment-matrix .team-container .header .team-cat-container {
  margin-bottom: 5px;
  min-height: 18px;
}

/* line 121, app/features/repair-schedule/app/components/order-assignment/_order-assignment.scss */
.repair-schedule-order-assignment #assignment-matrix .team-container .header .service-hrs {
  min-height: 32px;
}

/* line 126, app/features/repair-schedule/app/components/order-assignment/_order-assignment.scss */
.repair-schedule-order-assignment #assignment-matrix .team-container .order-container {
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  height: 110px;
  border-bottom: solid 0.25px #ddd;
  cursor: pointer;
}

/* line 133, app/features/repair-schedule/app/components/order-assignment/_order-assignment.scss */
.repair-schedule-order-assignment #assignment-matrix .team-container .order-container:hover {
  background-color: #eee;
}

/* line 137, app/features/repair-schedule/app/components/order-assignment/_order-assignment.scss */
.repair-schedule-order-assignment #assignment-matrix .team-container .order-container.is-selected {
  background-color: #cfd3ff;
}

/* line 141, app/features/repair-schedule/app/components/order-assignment/_order-assignment.scss */
.repair-schedule-order-assignment #assignment-matrix .team-container .order-container:last-of-type {
  border-bottom: none;
}

/* line 145, app/features/repair-schedule/app/components/order-assignment/_order-assignment.scss */
.repair-schedule-order-assignment #assignment-matrix .team-container .order-container .category-container,
.repair-schedule-order-assignment #assignment-matrix .team-container .order-container .order-data {
  margin-top: 3px;
  margin-bottom: 3px;
}

/* line 151, app/features/repair-schedule/app/components/order-assignment/_order-assignment.scss */
.repair-schedule-order-assignment #assignment-matrix .team-container .order-container .category-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/* line 159, app/features/repair-schedule/app/components/order-assignment/_order-assignment.scss */
.repair-schedule-order-assignment #assignment-matrix .team-container .remarks.service-hrs span {
  margin-right: 5px;
}

/* line 162, app/features/repair-schedule/app/components/order-assignment/_order-assignment.scss */
.repair-schedule-order-assignment #assignment-matrix .team-container .remarks.service-hrs span:last-of-type {
  margin-right: 0;
}

/* line 20, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable #calendar-options-menu {
  right: 15px !important;
  left: auto !important;
}

/* line 26, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .controls-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #fff;
  opacity: 1;
  z-index: 700;
}

/* line 35, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .controls-row .add-buttons {
  width: 100%;
}

/* line 38, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .controls-row .add-buttons .btn:first-child {
  width: 85%;
}

/* line 42, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .controls-row .add-buttons .btn:not(:first-child) {
  width: 15%;
}

/* line 46, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .controls-row .add-buttons .dropdown-menu {
  left: unset !important;
  right: 0;
}

/* line 53, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .resources-container {
  display: block;
  width: 100%;
  margin: 0 -6px;
  padding: 0 0 9px 0;
}

/* line 59, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .resources-container .resources {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

/* line 64, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .resources-container .resources .resource {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  padding: 4px 8px;
  margin: 0 6px 6px 6px;
  border-radius: 4px;
  border: 1px solid #ddd;
  background: #f7f7f7;
  font-size: 90%;
}

/* line 76, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .resources-container .resources .resource .color {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 81, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .resources-container .resources .resource .color .circle {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: fuchsia;
}

/* line 89, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .resources-container .resources .resource .name,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .resources-container .resources .resource .value {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: 700;
}

/* line 97, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .resources-container .resources .resource .name {
  margin: 0 6px;
}

/* line 101, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .resources-container .resources .resource.svc-1 .color .circle {
  background: #003e70;
}

/* line 105, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .resources-container .resources .resource.svc-8 .color .circle {
  background: #dc3545;
}

/* line 109, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .resources-container .resources .resource.svc-17 .color .circle {
  background: #dc3545;
}

/* line 113, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .resources-container .resources .resource.svc-18 .color .circle {
  background: #dc3545;
}

/* line 117, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .resources-container .resources .resource.svc-19 .color .circle {
  background: #dc3545;
}

/* line 121, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .resources-container .resources .resource.svc-28 .color .circle {
  background: #dc3545;
}

/* line 125, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .resources-container .resources .resource.svc-49 .color .circle {
  background: #dc3545;
}

/* line 133, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .assignment-mode .calendar-row {
  cursor: pointer;
}

/* line 136, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .assignment-mode .calendar-row .appointment {
  cursor: initial;
  pointer-events: none;
}

/* line 140, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .assignment-mode .calendar-row .appointment .service-assignment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .assignment-mode .calendar-row .appointment .title {
  display: none;
}

/* line 150, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .alert.selected-activity .form-group:first-of-type {
  margin-bottom: 6px;
}

/* line 154, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .alert.selected-activity .form-group p {
  display: inline;
}

/* line 161, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .edit-mode .calendar-row {
  cursor: pointer;
}

/* line 164, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .edit-mode .calendar-row .appointment {
  pointer-events: none;
  opacity: 0.5;
  background: #e7e7e7 !important;
  border: 1px solid #dddddd !important;
}

/* line 170, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .edit-mode .calendar-row .appointment .service-assignment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .edit-mode .calendar-row .appointment .title {
  display: none;
}

/* line 176, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .edit-mode .calendar-row .click-to-edit {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
  opacity: 0.3;
  z-index: 450;
  margin-top: 9px;
}

/* line 192, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .edit-mode .calendar-row:hover {
  background: rgba(166, 166, 166, 0.14902);
}

/* line 196, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .edit-mode .calendar-row.creation-row {
  display: block;
  background: rgba(242, 242, 242, 0.14902);
  border: 2px dashed #cccccc26;
  border-left: none;
  border-right: none;
}

/* line 203, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .edit-mode .calendar-row.creation-row .click-to-edit {
  margin-top: 7px;
}

/* line 207, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .edit-mode .calendar-row.creation-row:hover {
  background: #cccccc26;
  border-color: rgba(166, 166, 166, 0.14902);
}

/* line 215, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .edit-mode .header .edit-workday {
  display: inline-block !important;
  position: absolute;
  top: 9px;
  right: 9px;
}

/* line 223, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .edit-mode .time-indicator {
  display: none;
}

/* line 229, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .tabular-view .info-tags.overview {
  padding-bottom: 10px;
}

/* line 232, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .tabular-view .info-tags.overview .label {
  font-size: 14px !important;
  margin: 0 8px 8px 0 !important;
}

/* line 239, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .tabular-view .info-tags .label {
  padding: 5px 8px;
  display: inline-block;
}

/* line 243, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .tabular-view .info-tags .label:not(:first-child) {
  margin-left: 5px;
}

/* line 248, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .tabular-view .info-tags .glyphicon {
  font-size: 85%;
  margin: 0 3px 0 0;
}

/* line 253, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .tabular-view .info-tags .rental-car {
  background: #5cb85c;
}

/* line 257, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .tabular-view .info-tags .pickup-return {
  background: #6400a7;
}

/* line 261, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .tabular-view .info-tags .paint {
  background: #dc3545;
}

/* line 265, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .tabular-view .info-tags .windshield {
  background: #ffc107;
}

/* line 269, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .tabular-view .info-tags .spareparts {
  background: #1565C0;
}

/* line 275, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .tabular-view table td.rental-extra-requests {
  max-width: 300px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 276, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .tabular-view table td.rental-extra-requests.show-full-text {
  white-space: unset;
}

/* line 285, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .tabular-view table td.rental-extra-requests span.show-more {
  display: none;
}

/* line 290, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .tabular-view table td.rental-extra-requests:hover span.show-more {
  display: block;
}

/* line 297, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .tabular-view table tr td.color-indicator {
  width: 32px;
  vertical-align: middle;
}

/* line 301, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .tabular-view table tr td.color-indicator span.category-color {
  display: inline-block;
  height: 12px !important;
  width: 12px !important;
  border-radius: 50%;
}

/* line 310, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  padding: 0;
}

/* line 316, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container .calendar-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
}

/* line 331, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-50 .headers-container .header p:first-child,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-50 .headers-container .header span:not(:first-child) {
  font-size: 5px;
}

/* line 336, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-50 .headers-container .header p:not(:first-child) {
  font-size: 7px;
}

/* line 341, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-50 .headers-container .indicator-column-spacer {
  width: 17px;
}

/* line 344, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-50 .headers-container .indicator-column-spacer span.glyphicon {
  font-size: 7px;
}

/* line 349, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-50 .headers-container .time-indicator.info.top span {
  font-size: 6px;
}

/* line 354, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-50 .separator > div {
  border-left-width: 1px;
}

/* line 358, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-50 .slot-section-caption {
  font-size: 6px;
}

/* line 362, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-50 .calendar-row,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-50 .calendar-row-indicator {
  margin-top: 5px;
  height: 19px;
}

/* line 367, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-50 .calendar-row.collapsed,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-50 .calendar-row-indicator.collapsed {
  cursor: pointer;
  position: relative;
}

/* line 371, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-50 .calendar-row.collapsed .appointment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-50 .calendar-row-indicator.collapsed .appointment {
  opacity: 0.1;
}

/* line 375, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-50 .calendar-row.collapsed .click-to-expand,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-50 .calendar-row-indicator.collapsed .click-to-expand {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  height: 100%;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 389, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-50 .calendar-row.collapsed .click-to-expand .hint,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-50 .calendar-row-indicator.collapsed .click-to-expand .hint {
  margin: 0;
  color: #a2a2a2;
  font-weight: 700;
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 400, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-50 .calendar-row .appointment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-50 .calendar-row-indicator .appointment {
  padding-top: 5.5px;
}

/* line 403, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-50 .calendar-row .appointment .title,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-50 .calendar-row-indicator .appointment .title {
  font-size: 42.5%;
}

/* line 406, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-50 .calendar-row .appointment .title .glyphicon,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-50 .calendar-row-indicator .appointment .title .glyphicon {
  top: 1px;
}

/* line 411, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-50 .calendar-row .appointment.blocker,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-50 .calendar-row-indicator .appointment.blocker {
  cursor: default;
  background: #939393;
  color: #e6e6e6;
}

/* line 416, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-50 .calendar-row .appointment.blocker .service-assignment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-50 .calendar-row-indicator .appointment.blocker .service-assignment {
  display: none;
}

/* line 420, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-50 .calendar-row .appointment.blocker:hover,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-50 .calendar-row-indicator .appointment.blocker:hover {
  border-color: inherit;
}

/* line 425, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-50 .calendar-row .appointment .service-assignment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-50 .calendar-row-indicator .appointment .service-assignment {
  height: 2px;
}

/* line 331, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-60 .headers-container .header p:first-child,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-60 .headers-container .header span:not(:first-child) {
  font-size: 6px;
}

/* line 336, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-60 .headers-container .header p:not(:first-child) {
  font-size: 8.4px;
}

/* line 341, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-60 .headers-container .indicator-column-spacer {
  width: 20.4px;
}

/* line 344, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-60 .headers-container .indicator-column-spacer span.glyphicon {
  font-size: 8.4px;
}

/* line 349, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-60 .headers-container .time-indicator.info.top span {
  font-size: 7.2px;
}

/* line 354, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-60 .separator > div {
  border-left-width: 1.2px;
}

/* line 358, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-60 .slot-section-caption {
  font-size: 7.2px;
}

/* line 362, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-60 .calendar-row,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-60 .calendar-row-indicator {
  margin-top: 6px;
  height: 22.8px;
}

/* line 367, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-60 .calendar-row.collapsed,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-60 .calendar-row-indicator.collapsed {
  cursor: pointer;
  position: relative;
}

/* line 371, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-60 .calendar-row.collapsed .appointment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-60 .calendar-row-indicator.collapsed .appointment {
  opacity: 0.1;
}

/* line 375, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-60 .calendar-row.collapsed .click-to-expand,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-60 .calendar-row-indicator.collapsed .click-to-expand {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  height: 100%;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 389, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-60 .calendar-row.collapsed .click-to-expand .hint,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-60 .calendar-row-indicator.collapsed .click-to-expand .hint {
  margin: 0;
  color: #a2a2a2;
  font-weight: 700;
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 400, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-60 .calendar-row .appointment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-60 .calendar-row-indicator .appointment {
  padding-top: 6.6px;
}

/* line 403, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-60 .calendar-row .appointment .title,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-60 .calendar-row-indicator .appointment .title {
  font-size: 51%;
}

/* line 406, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-60 .calendar-row .appointment .title .glyphicon,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-60 .calendar-row-indicator .appointment .title .glyphicon {
  top: 1.2px;
}

/* line 411, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-60 .calendar-row .appointment.blocker,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-60 .calendar-row-indicator .appointment.blocker {
  cursor: default;
  background: #939393;
  color: #e6e6e6;
}

/* line 416, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-60 .calendar-row .appointment.blocker .service-assignment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-60 .calendar-row-indicator .appointment.blocker .service-assignment {
  display: none;
}

/* line 420, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-60 .calendar-row .appointment.blocker:hover,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-60 .calendar-row-indicator .appointment.blocker:hover {
  border-color: inherit;
}

/* line 425, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-60 .calendar-row .appointment .service-assignment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-60 .calendar-row-indicator .appointment .service-assignment {
  height: 2.4px;
}

/* line 331, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-70 .headers-container .header p:first-child,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-70 .headers-container .header span:not(:first-child) {
  font-size: 7px;
}

/* line 336, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-70 .headers-container .header p:not(:first-child) {
  font-size: 9.8px;
}

/* line 341, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-70 .headers-container .indicator-column-spacer {
  width: 23.8px;
}

/* line 344, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-70 .headers-container .indicator-column-spacer span.glyphicon {
  font-size: 9.8px;
}

/* line 349, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-70 .headers-container .time-indicator.info.top span {
  font-size: 8.4px;
}

/* line 354, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-70 .separator > div {
  border-left-width: 1.4px;
}

/* line 358, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-70 .slot-section-caption {
  font-size: 8.4px;
}

/* line 362, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-70 .calendar-row,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-70 .calendar-row-indicator {
  margin-top: 7px;
  height: 26.6px;
}

/* line 367, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-70 .calendar-row.collapsed,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-70 .calendar-row-indicator.collapsed {
  cursor: pointer;
  position: relative;
}

/* line 371, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-70 .calendar-row.collapsed .appointment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-70 .calendar-row-indicator.collapsed .appointment {
  opacity: 0.1;
}

/* line 375, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-70 .calendar-row.collapsed .click-to-expand,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-70 .calendar-row-indicator.collapsed .click-to-expand {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  height: 100%;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 389, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-70 .calendar-row.collapsed .click-to-expand .hint,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-70 .calendar-row-indicator.collapsed .click-to-expand .hint {
  margin: 0;
  color: #a2a2a2;
  font-weight: 700;
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 400, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-70 .calendar-row .appointment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-70 .calendar-row-indicator .appointment {
  padding-top: 7.7px;
}

/* line 403, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-70 .calendar-row .appointment .title,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-70 .calendar-row-indicator .appointment .title {
  font-size: 59.5%;
}

/* line 406, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-70 .calendar-row .appointment .title .glyphicon,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-70 .calendar-row-indicator .appointment .title .glyphicon {
  top: 1.4px;
}

/* line 411, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-70 .calendar-row .appointment.blocker,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-70 .calendar-row-indicator .appointment.blocker {
  cursor: default;
  background: #939393;
  color: #e6e6e6;
}

/* line 416, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-70 .calendar-row .appointment.blocker .service-assignment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-70 .calendar-row-indicator .appointment.blocker .service-assignment {
  display: none;
}

/* line 420, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-70 .calendar-row .appointment.blocker:hover,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-70 .calendar-row-indicator .appointment.blocker:hover {
  border-color: inherit;
}

/* line 425, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-70 .calendar-row .appointment .service-assignment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-70 .calendar-row-indicator .appointment .service-assignment {
  height: 2.8px;
}

/* line 331, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-80 .headers-container .header p:first-child,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-80 .headers-container .header span:not(:first-child) {
  font-size: 8px;
}

/* line 336, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-80 .headers-container .header p:not(:first-child) {
  font-size: 11.2px;
}

/* line 341, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-80 .headers-container .indicator-column-spacer {
  width: 27.2px;
}

/* line 344, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-80 .headers-container .indicator-column-spacer span.glyphicon {
  font-size: 11.2px;
}

/* line 349, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-80 .headers-container .time-indicator.info.top span {
  font-size: 9.6px;
}

/* line 354, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-80 .separator > div {
  border-left-width: 1.6px;
}

/* line 358, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-80 .slot-section-caption {
  font-size: 9.6px;
}

/* line 362, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-80 .calendar-row,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-80 .calendar-row-indicator {
  margin-top: 8px;
  height: 30.4px;
}

/* line 367, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-80 .calendar-row.collapsed,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-80 .calendar-row-indicator.collapsed {
  cursor: pointer;
  position: relative;
}

/* line 371, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-80 .calendar-row.collapsed .appointment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-80 .calendar-row-indicator.collapsed .appointment {
  opacity: 0.1;
}

/* line 375, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-80 .calendar-row.collapsed .click-to-expand,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-80 .calendar-row-indicator.collapsed .click-to-expand {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  height: 100%;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 389, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-80 .calendar-row.collapsed .click-to-expand .hint,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-80 .calendar-row-indicator.collapsed .click-to-expand .hint {
  margin: 0;
  color: #a2a2a2;
  font-weight: 700;
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 400, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-80 .calendar-row .appointment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-80 .calendar-row-indicator .appointment {
  padding-top: 8.8px;
}

/* line 403, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-80 .calendar-row .appointment .title,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-80 .calendar-row-indicator .appointment .title {
  font-size: 68%;
}

/* line 406, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-80 .calendar-row .appointment .title .glyphicon,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-80 .calendar-row-indicator .appointment .title .glyphicon {
  top: 1.6px;
}

/* line 411, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-80 .calendar-row .appointment.blocker,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-80 .calendar-row-indicator .appointment.blocker {
  cursor: default;
  background: #939393;
  color: #e6e6e6;
}

/* line 416, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-80 .calendar-row .appointment.blocker .service-assignment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-80 .calendar-row-indicator .appointment.blocker .service-assignment {
  display: none;
}

/* line 420, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-80 .calendar-row .appointment.blocker:hover,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-80 .calendar-row-indicator .appointment.blocker:hover {
  border-color: inherit;
}

/* line 425, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-80 .calendar-row .appointment .service-assignment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-80 .calendar-row-indicator .appointment .service-assignment {
  height: 3.2px;
}

/* line 331, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-90 .headers-container .header p:first-child,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-90 .headers-container .header span:not(:first-child) {
  font-size: 9px;
}

/* line 336, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-90 .headers-container .header p:not(:first-child) {
  font-size: 12.6px;
}

/* line 341, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-90 .headers-container .indicator-column-spacer {
  width: 30.6px;
}

/* line 344, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-90 .headers-container .indicator-column-spacer span.glyphicon {
  font-size: 12.6px;
}

/* line 349, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-90 .headers-container .time-indicator.info.top span {
  font-size: 10.8px;
}

/* line 354, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-90 .separator > div {
  border-left-width: 1.8px;
}

/* line 358, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-90 .slot-section-caption {
  font-size: 10.8px;
}

/* line 362, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-90 .calendar-row,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-90 .calendar-row-indicator {
  margin-top: 9px;
  height: 34.2px;
}

/* line 367, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-90 .calendar-row.collapsed,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-90 .calendar-row-indicator.collapsed {
  cursor: pointer;
  position: relative;
}

/* line 371, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-90 .calendar-row.collapsed .appointment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-90 .calendar-row-indicator.collapsed .appointment {
  opacity: 0.1;
}

/* line 375, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-90 .calendar-row.collapsed .click-to-expand,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-90 .calendar-row-indicator.collapsed .click-to-expand {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  height: 100%;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 389, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-90 .calendar-row.collapsed .click-to-expand .hint,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-90 .calendar-row-indicator.collapsed .click-to-expand .hint {
  margin: 0;
  color: #a2a2a2;
  font-weight: 700;
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 400, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-90 .calendar-row .appointment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-90 .calendar-row-indicator .appointment {
  padding-top: 9.9px;
}

/* line 403, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-90 .calendar-row .appointment .title,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-90 .calendar-row-indicator .appointment .title {
  font-size: 76.5%;
}

/* line 406, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-90 .calendar-row .appointment .title .glyphicon,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-90 .calendar-row-indicator .appointment .title .glyphicon {
  top: 1.8px;
}

/* line 411, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-90 .calendar-row .appointment.blocker,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-90 .calendar-row-indicator .appointment.blocker {
  cursor: default;
  background: #939393;
  color: #e6e6e6;
}

/* line 416, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-90 .calendar-row .appointment.blocker .service-assignment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-90 .calendar-row-indicator .appointment.blocker .service-assignment {
  display: none;
}

/* line 420, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-90 .calendar-row .appointment.blocker:hover,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-90 .calendar-row-indicator .appointment.blocker:hover {
  border-color: inherit;
}

/* line 425, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-90 .calendar-row .appointment .service-assignment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-90 .calendar-row-indicator .appointment .service-assignment {
  height: 3.6px;
}

/* line 331, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-100 .headers-container .header p:first-child,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-100 .headers-container .header span:not(:first-child) {
  font-size: 10px;
}

/* line 336, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-100 .headers-container .header p:not(:first-child) {
  font-size: 14px;
}

/* line 341, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-100 .headers-container .indicator-column-spacer {
  width: 34px;
}

/* line 344, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-100 .headers-container .indicator-column-spacer span.glyphicon {
  font-size: 14px;
}

/* line 349, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-100 .headers-container .time-indicator.info.top span {
  font-size: 12px;
}

/* line 354, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-100 .separator > div {
  border-left-width: 2px;
}

/* line 358, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-100 .slot-section-caption {
  font-size: 12px;
}

/* line 362, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-100 .calendar-row,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-100 .calendar-row-indicator {
  margin-top: 10px;
  height: 38px;
}

/* line 367, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-100 .calendar-row.collapsed,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-100 .calendar-row-indicator.collapsed {
  cursor: pointer;
  position: relative;
}

/* line 371, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-100 .calendar-row.collapsed .appointment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-100 .calendar-row-indicator.collapsed .appointment {
  opacity: 0.1;
}

/* line 375, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-100 .calendar-row.collapsed .click-to-expand,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-100 .calendar-row-indicator.collapsed .click-to-expand {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  height: 100%;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 389, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-100 .calendar-row.collapsed .click-to-expand .hint,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-100 .calendar-row-indicator.collapsed .click-to-expand .hint {
  margin: 0;
  color: #a2a2a2;
  font-weight: 700;
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 400, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-100 .calendar-row .appointment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-100 .calendar-row-indicator .appointment {
  padding-top: 11px;
}

/* line 403, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-100 .calendar-row .appointment .title,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-100 .calendar-row-indicator .appointment .title {
  font-size: 85%;
}

/* line 406, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-100 .calendar-row .appointment .title .glyphicon,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-100 .calendar-row-indicator .appointment .title .glyphicon {
  top: 2px;
}

/* line 411, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-100 .calendar-row .appointment.blocker,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-100 .calendar-row-indicator .appointment.blocker {
  cursor: default;
  background: #939393;
  color: #e6e6e6;
}

/* line 416, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-100 .calendar-row .appointment.blocker .service-assignment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-100 .calendar-row-indicator .appointment.blocker .service-assignment {
  display: none;
}

/* line 420, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-100 .calendar-row .appointment.blocker:hover,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-100 .calendar-row-indicator .appointment.blocker:hover {
  border-color: inherit;
}

/* line 425, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-100 .calendar-row .appointment .service-assignment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-100 .calendar-row-indicator .appointment .service-assignment {
  height: 4px;
}

/* line 331, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-110 .headers-container .header p:first-child,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-110 .headers-container .header span:not(:first-child) {
  font-size: 11px;
}

/* line 336, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-110 .headers-container .header p:not(:first-child) {
  font-size: 15.4px;
}

/* line 341, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-110 .headers-container .indicator-column-spacer {
  width: 37.4px;
}

/* line 344, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-110 .headers-container .indicator-column-spacer span.glyphicon {
  font-size: 15.4px;
}

/* line 349, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-110 .headers-container .time-indicator.info.top span {
  font-size: 13.2px;
}

/* line 354, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-110 .separator > div {
  border-left-width: 2.2px;
}

/* line 358, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-110 .slot-section-caption {
  font-size: 13.2px;
}

/* line 362, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-110 .calendar-row,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-110 .calendar-row-indicator {
  margin-top: 11px;
  height: 41.8px;
}

/* line 367, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-110 .calendar-row.collapsed,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-110 .calendar-row-indicator.collapsed {
  cursor: pointer;
  position: relative;
}

/* line 371, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-110 .calendar-row.collapsed .appointment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-110 .calendar-row-indicator.collapsed .appointment {
  opacity: 0.1;
}

/* line 375, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-110 .calendar-row.collapsed .click-to-expand,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-110 .calendar-row-indicator.collapsed .click-to-expand {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  height: 100%;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 389, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-110 .calendar-row.collapsed .click-to-expand .hint,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-110 .calendar-row-indicator.collapsed .click-to-expand .hint {
  margin: 0;
  color: #a2a2a2;
  font-weight: 700;
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 400, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-110 .calendar-row .appointment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-110 .calendar-row-indicator .appointment {
  padding-top: 12.1px;
}

/* line 403, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-110 .calendar-row .appointment .title,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-110 .calendar-row-indicator .appointment .title {
  font-size: 93.5%;
}

/* line 406, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-110 .calendar-row .appointment .title .glyphicon,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-110 .calendar-row-indicator .appointment .title .glyphicon {
  top: 2.2px;
}

/* line 411, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-110 .calendar-row .appointment.blocker,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-110 .calendar-row-indicator .appointment.blocker {
  cursor: default;
  background: #939393;
  color: #e6e6e6;
}

/* line 416, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-110 .calendar-row .appointment.blocker .service-assignment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-110 .calendar-row-indicator .appointment.blocker .service-assignment {
  display: none;
}

/* line 420, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-110 .calendar-row .appointment.blocker:hover,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-110 .calendar-row-indicator .appointment.blocker:hover {
  border-color: inherit;
}

/* line 425, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-110 .calendar-row .appointment .service-assignment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-110 .calendar-row-indicator .appointment .service-assignment {
  height: 4.4px;
}

/* line 331, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-120 .headers-container .header p:first-child,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-120 .headers-container .header span:not(:first-child) {
  font-size: 12px;
}

/* line 336, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-120 .headers-container .header p:not(:first-child) {
  font-size: 16.8px;
}

/* line 341, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-120 .headers-container .indicator-column-spacer {
  width: 40.8px;
}

/* line 344, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-120 .headers-container .indicator-column-spacer span.glyphicon {
  font-size: 16.8px;
}

/* line 349, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-120 .headers-container .time-indicator.info.top span {
  font-size: 14.4px;
}

/* line 354, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-120 .separator > div {
  border-left-width: 2.4px;
}

/* line 358, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-120 .slot-section-caption {
  font-size: 14.4px;
}

/* line 362, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-120 .calendar-row,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-120 .calendar-row-indicator {
  margin-top: 12px;
  height: 45.6px;
}

/* line 367, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-120 .calendar-row.collapsed,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-120 .calendar-row-indicator.collapsed {
  cursor: pointer;
  position: relative;
}

/* line 371, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-120 .calendar-row.collapsed .appointment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-120 .calendar-row-indicator.collapsed .appointment {
  opacity: 0.1;
}

/* line 375, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-120 .calendar-row.collapsed .click-to-expand,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-120 .calendar-row-indicator.collapsed .click-to-expand {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  height: 100%;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 389, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-120 .calendar-row.collapsed .click-to-expand .hint,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-120 .calendar-row-indicator.collapsed .click-to-expand .hint {
  margin: 0;
  color: #a2a2a2;
  font-weight: 700;
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 400, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-120 .calendar-row .appointment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-120 .calendar-row-indicator .appointment {
  padding-top: 13.2px;
}

/* line 403, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-120 .calendar-row .appointment .title,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-120 .calendar-row-indicator .appointment .title {
  font-size: 102%;
}

/* line 406, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-120 .calendar-row .appointment .title .glyphicon,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-120 .calendar-row-indicator .appointment .title .glyphicon {
  top: 2.4px;
}

/* line 411, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-120 .calendar-row .appointment.blocker,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-120 .calendar-row-indicator .appointment.blocker {
  cursor: default;
  background: #939393;
  color: #e6e6e6;
}

/* line 416, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-120 .calendar-row .appointment.blocker .service-assignment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-120 .calendar-row-indicator .appointment.blocker .service-assignment {
  display: none;
}

/* line 420, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-120 .calendar-row .appointment.blocker:hover,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-120 .calendar-row-indicator .appointment.blocker:hover {
  border-color: inherit;
}

/* line 425, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-120 .calendar-row .appointment .service-assignment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-120 .calendar-row-indicator .appointment .service-assignment {
  height: 4.8px;
}

/* line 331, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-130 .headers-container .header p:first-child,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-130 .headers-container .header span:not(:first-child) {
  font-size: 13px;
}

/* line 336, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-130 .headers-container .header p:not(:first-child) {
  font-size: 18.2px;
}

/* line 341, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-130 .headers-container .indicator-column-spacer {
  width: 44.2px;
}

/* line 344, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-130 .headers-container .indicator-column-spacer span.glyphicon {
  font-size: 18.2px;
}

/* line 349, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-130 .headers-container .time-indicator.info.top span {
  font-size: 15.6px;
}

/* line 354, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-130 .separator > div {
  border-left-width: 2.6px;
}

/* line 358, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-130 .slot-section-caption {
  font-size: 15.6px;
}

/* line 362, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-130 .calendar-row,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-130 .calendar-row-indicator {
  margin-top: 13px;
  height: 49.4px;
}

/* line 367, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-130 .calendar-row.collapsed,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-130 .calendar-row-indicator.collapsed {
  cursor: pointer;
  position: relative;
}

/* line 371, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-130 .calendar-row.collapsed .appointment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-130 .calendar-row-indicator.collapsed .appointment {
  opacity: 0.1;
}

/* line 375, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-130 .calendar-row.collapsed .click-to-expand,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-130 .calendar-row-indicator.collapsed .click-to-expand {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  height: 100%;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 389, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-130 .calendar-row.collapsed .click-to-expand .hint,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-130 .calendar-row-indicator.collapsed .click-to-expand .hint {
  margin: 0;
  color: #a2a2a2;
  font-weight: 700;
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 400, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-130 .calendar-row .appointment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-130 .calendar-row-indicator .appointment {
  padding-top: 14.3px;
}

/* line 403, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-130 .calendar-row .appointment .title,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-130 .calendar-row-indicator .appointment .title {
  font-size: 110.5%;
}

/* line 406, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-130 .calendar-row .appointment .title .glyphicon,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-130 .calendar-row-indicator .appointment .title .glyphicon {
  top: 2.6px;
}

/* line 411, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-130 .calendar-row .appointment.blocker,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-130 .calendar-row-indicator .appointment.blocker {
  cursor: default;
  background: #939393;
  color: #e6e6e6;
}

/* line 416, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-130 .calendar-row .appointment.blocker .service-assignment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-130 .calendar-row-indicator .appointment.blocker .service-assignment {
  display: none;
}

/* line 420, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-130 .calendar-row .appointment.blocker:hover,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-130 .calendar-row-indicator .appointment.blocker:hover {
  border-color: inherit;
}

/* line 425, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-130 .calendar-row .appointment .service-assignment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-130 .calendar-row-indicator .appointment .service-assignment {
  height: 5.2px;
}

/* line 331, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-140 .headers-container .header p:first-child,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-140 .headers-container .header span:not(:first-child) {
  font-size: 14px;
}

/* line 336, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-140 .headers-container .header p:not(:first-child) {
  font-size: 19.6px;
}

/* line 341, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-140 .headers-container .indicator-column-spacer {
  width: 47.6px;
}

/* line 344, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-140 .headers-container .indicator-column-spacer span.glyphicon {
  font-size: 19.6px;
}

/* line 349, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-140 .headers-container .time-indicator.info.top span {
  font-size: 16.8px;
}

/* line 354, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-140 .separator > div {
  border-left-width: 2.8px;
}

/* line 358, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-140 .slot-section-caption {
  font-size: 16.8px;
}

/* line 362, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-140 .calendar-row,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-140 .calendar-row-indicator {
  margin-top: 14px;
  height: 53.2px;
}

/* line 367, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-140 .calendar-row.collapsed,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-140 .calendar-row-indicator.collapsed {
  cursor: pointer;
  position: relative;
}

/* line 371, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-140 .calendar-row.collapsed .appointment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-140 .calendar-row-indicator.collapsed .appointment {
  opacity: 0.1;
}

/* line 375, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-140 .calendar-row.collapsed .click-to-expand,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-140 .calendar-row-indicator.collapsed .click-to-expand {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  height: 100%;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 389, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-140 .calendar-row.collapsed .click-to-expand .hint,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-140 .calendar-row-indicator.collapsed .click-to-expand .hint {
  margin: 0;
  color: #a2a2a2;
  font-weight: 700;
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 400, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-140 .calendar-row .appointment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-140 .calendar-row-indicator .appointment {
  padding-top: 15.4px;
}

/* line 403, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-140 .calendar-row .appointment .title,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-140 .calendar-row-indicator .appointment .title {
  font-size: 119%;
}

/* line 406, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-140 .calendar-row .appointment .title .glyphicon,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-140 .calendar-row-indicator .appointment .title .glyphicon {
  top: 2.8px;
}

/* line 411, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-140 .calendar-row .appointment.blocker,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-140 .calendar-row-indicator .appointment.blocker {
  cursor: default;
  background: #939393;
  color: #e6e6e6;
}

/* line 416, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-140 .calendar-row .appointment.blocker .service-assignment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-140 .calendar-row-indicator .appointment.blocker .service-assignment {
  display: none;
}

/* line 420, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-140 .calendar-row .appointment.blocker:hover,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-140 .calendar-row-indicator .appointment.blocker:hover {
  border-color: inherit;
}

/* line 425, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-140 .calendar-row .appointment .service-assignment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-140 .calendar-row-indicator .appointment .service-assignment {
  height: 5.6px;
}

/* line 331, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-150 .headers-container .header p:first-child,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-150 .headers-container .header span:not(:first-child) {
  font-size: 15px;
}

/* line 336, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-150 .headers-container .header p:not(:first-child) {
  font-size: 21px;
}

/* line 341, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-150 .headers-container .indicator-column-spacer {
  width: 51px;
}

/* line 344, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-150 .headers-container .indicator-column-spacer span.glyphicon {
  font-size: 21px;
}

/* line 349, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-150 .headers-container .time-indicator.info.top span {
  font-size: 18px;
}

/* line 354, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-150 .separator > div {
  border-left-width: 3px;
}

/* line 358, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-150 .slot-section-caption {
  font-size: 18px;
}

/* line 362, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-150 .calendar-row,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-150 .calendar-row-indicator {
  margin-top: 15px;
  height: 57px;
}

/* line 367, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-150 .calendar-row.collapsed,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-150 .calendar-row-indicator.collapsed {
  cursor: pointer;
  position: relative;
}

/* line 371, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-150 .calendar-row.collapsed .appointment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-150 .calendar-row-indicator.collapsed .appointment {
  opacity: 0.1;
}

/* line 375, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-150 .calendar-row.collapsed .click-to-expand,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-150 .calendar-row-indicator.collapsed .click-to-expand {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  height: 100%;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 389, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-150 .calendar-row.collapsed .click-to-expand .hint,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-150 .calendar-row-indicator.collapsed .click-to-expand .hint {
  margin: 0;
  color: #a2a2a2;
  font-weight: 700;
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 400, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-150 .calendar-row .appointment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-150 .calendar-row-indicator .appointment {
  padding-top: 16.5px;
}

/* line 403, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-150 .calendar-row .appointment .title,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-150 .calendar-row-indicator .appointment .title {
  font-size: 127.5%;
}

/* line 406, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-150 .calendar-row .appointment .title .glyphicon,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-150 .calendar-row-indicator .appointment .title .glyphicon {
  top: 3px;
}

/* line 411, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-150 .calendar-row .appointment.blocker,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-150 .calendar-row-indicator .appointment.blocker {
  cursor: default;
  background: #939393;
  color: #e6e6e6;
}

/* line 416, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-150 .calendar-row .appointment.blocker .service-assignment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-150 .calendar-row-indicator .appointment.blocker .service-assignment {
  display: none;
}

/* line 420, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-150 .calendar-row .appointment.blocker:hover,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-150 .calendar-row-indicator .appointment.blocker:hover {
  border-color: inherit;
}

/* line 425, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-150 .calendar-row .appointment .service-assignment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-150 .calendar-row-indicator .appointment .service-assignment {
  height: 6px;
}

/* line 331, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-160 .headers-container .header p:first-child,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-160 .headers-container .header span:not(:first-child) {
  font-size: 16px;
}

/* line 336, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-160 .headers-container .header p:not(:first-child) {
  font-size: 22.4px;
}

/* line 341, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-160 .headers-container .indicator-column-spacer {
  width: 54.4px;
}

/* line 344, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-160 .headers-container .indicator-column-spacer span.glyphicon {
  font-size: 22.4px;
}

/* line 349, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-160 .headers-container .time-indicator.info.top span {
  font-size: 19.2px;
}

/* line 354, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-160 .separator > div {
  border-left-width: 3.2px;
}

/* line 358, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-160 .slot-section-caption {
  font-size: 19.2px;
}

/* line 362, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-160 .calendar-row,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-160 .calendar-row-indicator {
  margin-top: 16px;
  height: 60.8px;
}

/* line 367, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-160 .calendar-row.collapsed,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-160 .calendar-row-indicator.collapsed {
  cursor: pointer;
  position: relative;
}

/* line 371, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-160 .calendar-row.collapsed .appointment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-160 .calendar-row-indicator.collapsed .appointment {
  opacity: 0.1;
}

/* line 375, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-160 .calendar-row.collapsed .click-to-expand,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-160 .calendar-row-indicator.collapsed .click-to-expand {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  height: 100%;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 389, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-160 .calendar-row.collapsed .click-to-expand .hint,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-160 .calendar-row-indicator.collapsed .click-to-expand .hint {
  margin: 0;
  color: #a2a2a2;
  font-weight: 700;
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 400, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-160 .calendar-row .appointment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-160 .calendar-row-indicator .appointment {
  padding-top: 17.6px;
}

/* line 403, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-160 .calendar-row .appointment .title,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-160 .calendar-row-indicator .appointment .title {
  font-size: 136%;
}

/* line 406, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-160 .calendar-row .appointment .title .glyphicon,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-160 .calendar-row-indicator .appointment .title .glyphicon {
  top: 3.2px;
}

/* line 411, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-160 .calendar-row .appointment.blocker,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-160 .calendar-row-indicator .appointment.blocker {
  cursor: default;
  background: #939393;
  color: #e6e6e6;
}

/* line 416, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-160 .calendar-row .appointment.blocker .service-assignment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-160 .calendar-row-indicator .appointment.blocker .service-assignment {
  display: none;
}

/* line 420, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-160 .calendar-row .appointment.blocker:hover,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-160 .calendar-row-indicator .appointment.blocker:hover {
  border-color: inherit;
}

/* line 425, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-160 .calendar-row .appointment .service-assignment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-160 .calendar-row-indicator .appointment .service-assignment {
  height: 6.4px;
}

/* line 331, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-170 .headers-container .header p:first-child,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-170 .headers-container .header span:not(:first-child) {
  font-size: 17px;
}

/* line 336, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-170 .headers-container .header p:not(:first-child) {
  font-size: 23.8px;
}

/* line 341, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-170 .headers-container .indicator-column-spacer {
  width: 57.8px;
}

/* line 344, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-170 .headers-container .indicator-column-spacer span.glyphicon {
  font-size: 23.8px;
}

/* line 349, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-170 .headers-container .time-indicator.info.top span {
  font-size: 20.4px;
}

/* line 354, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-170 .separator > div {
  border-left-width: 3.4px;
}

/* line 358, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-170 .slot-section-caption {
  font-size: 20.4px;
}

/* line 362, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-170 .calendar-row,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-170 .calendar-row-indicator {
  margin-top: 17px;
  height: 64.6px;
}

/* line 367, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-170 .calendar-row.collapsed,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-170 .calendar-row-indicator.collapsed {
  cursor: pointer;
  position: relative;
}

/* line 371, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-170 .calendar-row.collapsed .appointment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-170 .calendar-row-indicator.collapsed .appointment {
  opacity: 0.1;
}

/* line 375, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-170 .calendar-row.collapsed .click-to-expand,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-170 .calendar-row-indicator.collapsed .click-to-expand {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  height: 100%;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 389, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-170 .calendar-row.collapsed .click-to-expand .hint,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-170 .calendar-row-indicator.collapsed .click-to-expand .hint {
  margin: 0;
  color: #a2a2a2;
  font-weight: 700;
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 400, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-170 .calendar-row .appointment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-170 .calendar-row-indicator .appointment {
  padding-top: 18.7px;
}

/* line 403, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-170 .calendar-row .appointment .title,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-170 .calendar-row-indicator .appointment .title {
  font-size: 144.5%;
}

/* line 406, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-170 .calendar-row .appointment .title .glyphicon,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-170 .calendar-row-indicator .appointment .title .glyphicon {
  top: 3.4px;
}

/* line 411, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-170 .calendar-row .appointment.blocker,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-170 .calendar-row-indicator .appointment.blocker {
  cursor: default;
  background: #939393;
  color: #e6e6e6;
}

/* line 416, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-170 .calendar-row .appointment.blocker .service-assignment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-170 .calendar-row-indicator .appointment.blocker .service-assignment {
  display: none;
}

/* line 420, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-170 .calendar-row .appointment.blocker:hover,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-170 .calendar-row-indicator .appointment.blocker:hover {
  border-color: inherit;
}

/* line 425, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-170 .calendar-row .appointment .service-assignment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-170 .calendar-row-indicator .appointment .service-assignment {
  height: 6.8px;
}

/* line 331, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-180 .headers-container .header p:first-child,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-180 .headers-container .header span:not(:first-child) {
  font-size: 18px;
}

/* line 336, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-180 .headers-container .header p:not(:first-child) {
  font-size: 25.2px;
}

/* line 341, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-180 .headers-container .indicator-column-spacer {
  width: 61.2px;
}

/* line 344, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-180 .headers-container .indicator-column-spacer span.glyphicon {
  font-size: 25.2px;
}

/* line 349, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-180 .headers-container .time-indicator.info.top span {
  font-size: 21.6px;
}

/* line 354, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-180 .separator > div {
  border-left-width: 3.6px;
}

/* line 358, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-180 .slot-section-caption {
  font-size: 21.6px;
}

/* line 362, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-180 .calendar-row,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-180 .calendar-row-indicator {
  margin-top: 18px;
  height: 68.4px;
}

/* line 367, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-180 .calendar-row.collapsed,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-180 .calendar-row-indicator.collapsed {
  cursor: pointer;
  position: relative;
}

/* line 371, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-180 .calendar-row.collapsed .appointment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-180 .calendar-row-indicator.collapsed .appointment {
  opacity: 0.1;
}

/* line 375, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-180 .calendar-row.collapsed .click-to-expand,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-180 .calendar-row-indicator.collapsed .click-to-expand {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  height: 100%;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 389, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-180 .calendar-row.collapsed .click-to-expand .hint,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-180 .calendar-row-indicator.collapsed .click-to-expand .hint {
  margin: 0;
  color: #a2a2a2;
  font-weight: 700;
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 400, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-180 .calendar-row .appointment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-180 .calendar-row-indicator .appointment {
  padding-top: 19.8px;
}

/* line 403, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-180 .calendar-row .appointment .title,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-180 .calendar-row-indicator .appointment .title {
  font-size: 153%;
}

/* line 406, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-180 .calendar-row .appointment .title .glyphicon,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-180 .calendar-row-indicator .appointment .title .glyphicon {
  top: 3.6px;
}

/* line 411, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-180 .calendar-row .appointment.blocker,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-180 .calendar-row-indicator .appointment.blocker {
  cursor: default;
  background: #939393;
  color: #e6e6e6;
}

/* line 416, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-180 .calendar-row .appointment.blocker .service-assignment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-180 .calendar-row-indicator .appointment.blocker .service-assignment {
  display: none;
}

/* line 420, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-180 .calendar-row .appointment.blocker:hover,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-180 .calendar-row-indicator .appointment.blocker:hover {
  border-color: inherit;
}

/* line 425, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-180 .calendar-row .appointment .service-assignment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-180 .calendar-row-indicator .appointment .service-assignment {
  height: 7.2px;
}

/* line 331, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-190 .headers-container .header p:first-child,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-190 .headers-container .header span:not(:first-child) {
  font-size: 19px;
}

/* line 336, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-190 .headers-container .header p:not(:first-child) {
  font-size: 26.6px;
}

/* line 341, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-190 .headers-container .indicator-column-spacer {
  width: 64.6px;
}

/* line 344, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-190 .headers-container .indicator-column-spacer span.glyphicon {
  font-size: 26.6px;
}

/* line 349, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-190 .headers-container .time-indicator.info.top span {
  font-size: 22.8px;
}

/* line 354, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-190 .separator > div {
  border-left-width: 3.8px;
}

/* line 358, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-190 .slot-section-caption {
  font-size: 22.8px;
}

/* line 362, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-190 .calendar-row,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-190 .calendar-row-indicator {
  margin-top: 19px;
  height: 72.2px;
}

/* line 367, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-190 .calendar-row.collapsed,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-190 .calendar-row-indicator.collapsed {
  cursor: pointer;
  position: relative;
}

/* line 371, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-190 .calendar-row.collapsed .appointment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-190 .calendar-row-indicator.collapsed .appointment {
  opacity: 0.1;
}

/* line 375, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-190 .calendar-row.collapsed .click-to-expand,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-190 .calendar-row-indicator.collapsed .click-to-expand {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  height: 100%;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 389, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-190 .calendar-row.collapsed .click-to-expand .hint,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-190 .calendar-row-indicator.collapsed .click-to-expand .hint {
  margin: 0;
  color: #a2a2a2;
  font-weight: 700;
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 400, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-190 .calendar-row .appointment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-190 .calendar-row-indicator .appointment {
  padding-top: 20.9px;
}

/* line 403, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-190 .calendar-row .appointment .title,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-190 .calendar-row-indicator .appointment .title {
  font-size: 161.5%;
}

/* line 406, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-190 .calendar-row .appointment .title .glyphicon,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-190 .calendar-row-indicator .appointment .title .glyphicon {
  top: 3.8px;
}

/* line 411, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-190 .calendar-row .appointment.blocker,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-190 .calendar-row-indicator .appointment.blocker {
  cursor: default;
  background: #939393;
  color: #e6e6e6;
}

/* line 416, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-190 .calendar-row .appointment.blocker .service-assignment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-190 .calendar-row-indicator .appointment.blocker .service-assignment {
  display: none;
}

/* line 420, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-190 .calendar-row .appointment.blocker:hover,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-190 .calendar-row-indicator .appointment.blocker:hover {
  border-color: inherit;
}

/* line 425, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-190 .calendar-row .appointment .service-assignment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-190 .calendar-row-indicator .appointment .service-assignment {
  height: 7.6px;
}

/* line 331, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-200 .headers-container .header p:first-child,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-200 .headers-container .header span:not(:first-child) {
  font-size: 20px;
}

/* line 336, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-200 .headers-container .header p:not(:first-child) {
  font-size: 28px;
}

/* line 341, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-200 .headers-container .indicator-column-spacer {
  width: 68px;
}

/* line 344, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-200 .headers-container .indicator-column-spacer span.glyphicon {
  font-size: 28px;
}

/* line 349, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-200 .headers-container .time-indicator.info.top span {
  font-size: 24px;
}

/* line 354, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-200 .separator > div {
  border-left-width: 4px;
}

/* line 358, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-200 .slot-section-caption {
  font-size: 24px;
}

/* line 362, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-200 .calendar-row,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-200 .calendar-row-indicator {
  margin-top: 20px;
  height: 76px;
}

/* line 367, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-200 .calendar-row.collapsed,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-200 .calendar-row-indicator.collapsed {
  cursor: pointer;
  position: relative;
}

/* line 371, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-200 .calendar-row.collapsed .appointment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-200 .calendar-row-indicator.collapsed .appointment {
  opacity: 0.1;
}

/* line 375, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-200 .calendar-row.collapsed .click-to-expand,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-200 .calendar-row-indicator.collapsed .click-to-expand {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  height: 100%;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 389, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-200 .calendar-row.collapsed .click-to-expand .hint,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-200 .calendar-row-indicator.collapsed .click-to-expand .hint {
  margin: 0;
  color: #a2a2a2;
  font-weight: 700;
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 400, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-200 .calendar-row .appointment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-200 .calendar-row-indicator .appointment {
  padding-top: 22px;
}

/* line 403, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-200 .calendar-row .appointment .title,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-200 .calendar-row-indicator .appointment .title {
  font-size: 170%;
}

/* line 406, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-200 .calendar-row .appointment .title .glyphicon,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-200 .calendar-row-indicator .appointment .title .glyphicon {
  top: 4px;
}

/* line 411, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-200 .calendar-row .appointment.blocker,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-200 .calendar-row-indicator .appointment.blocker {
  cursor: default;
  background: #939393;
  color: #e6e6e6;
}

/* line 416, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-200 .calendar-row .appointment.blocker .service-assignment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-200 .calendar-row-indicator .appointment.blocker .service-assignment {
  display: none;
}

/* line 420, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-200 .calendar-row .appointment.blocker:hover,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-200 .calendar-row-indicator .appointment.blocker:hover {
  border-color: inherit;
}

/* line 425, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-200 .calendar-row .appointment .service-assignment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.zoom-200 .calendar-row-indicator .appointment .service-assignment {
  height: 8px;
}

/* line 435, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view .calendar-container .rows-container .calendar-row {
  background: #cccccc19;
}

/* line 441, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view .calendar-container .rows-container .calendar-row .appointment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view .calendar-container .rows-container .calendar-row-indicator .appointment {
  pointer-events: none;
  padding: 0;
}

/* line 445, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view .calendar-container .rows-container .calendar-row .appointment .title,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view .calendar-container .rows-container .calendar-row-indicator .appointment .title {
  display: none;
}

/* line 449, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view .calendar-container .rows-container .calendar-row .appointment .service-assignment,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view .calendar-container .rows-container .calendar-row-indicator .appointment .service-assignment {
  display: none;
}

/* line 457, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator .label {
  padding: 0.1em 0.2em;
}

/* line 467, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-50 .calendar-row,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-50 .calendar-row-indicator {
  margin-top: 1.5px;
  height: 7.5px;
}

/* line 474, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-50 .calendar-container .rows-container .indicator-container .indicators .wrapper .type-indicator,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-50 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  margin-top: 1.5px;
}

/* line 479, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-50 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  height: 7.5px;
}

/* line 467, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-60 .calendar-row,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-60 .calendar-row-indicator {
  margin-top: 1.8px;
  height: 9px;
}

/* line 474, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-60 .calendar-container .rows-container .indicator-container .indicators .wrapper .type-indicator,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-60 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  margin-top: 1.8px;
}

/* line 479, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-60 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  height: 9px;
}

/* line 467, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-70 .calendar-row,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-70 .calendar-row-indicator {
  margin-top: 2.1px;
  height: 10.5px;
}

/* line 474, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-70 .calendar-container .rows-container .indicator-container .indicators .wrapper .type-indicator,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-70 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  margin-top: 2.1px;
}

/* line 479, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-70 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  height: 10.5px;
}

/* line 467, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-80 .calendar-row,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-80 .calendar-row-indicator {
  margin-top: 2.4px;
  height: 12px;
}

/* line 474, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-80 .calendar-container .rows-container .indicator-container .indicators .wrapper .type-indicator,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-80 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  margin-top: 2.4px;
}

/* line 479, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-80 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  height: 12px;
}

/* line 467, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-90 .calendar-row,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-90 .calendar-row-indicator {
  margin-top: 2.7px;
  height: 13.5px;
}

/* line 474, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-90 .calendar-container .rows-container .indicator-container .indicators .wrapper .type-indicator,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-90 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  margin-top: 2.7px;
}

/* line 479, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-90 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  height: 13.5px;
}

/* line 467, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-100 .calendar-row,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-100 .calendar-row-indicator {
  margin-top: 3px;
  height: 15px;
}

/* line 474, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-100 .calendar-container .rows-container .indicator-container .indicators .wrapper .type-indicator,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-100 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  margin-top: 3px;
}

/* line 479, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-100 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  height: 15px;
}

/* line 467, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-110 .calendar-row,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-110 .calendar-row-indicator {
  margin-top: 3.3px;
  height: 16.5px;
}

/* line 474, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-110 .calendar-container .rows-container .indicator-container .indicators .wrapper .type-indicator,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-110 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  margin-top: 3.3px;
}

/* line 479, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-110 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  height: 16.5px;
}

/* line 467, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-120 .calendar-row,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-120 .calendar-row-indicator {
  margin-top: 3.6px;
  height: 18px;
}

/* line 474, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-120 .calendar-container .rows-container .indicator-container .indicators .wrapper .type-indicator,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-120 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  margin-top: 3.6px;
}

/* line 479, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-120 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  height: 18px;
}

/* line 467, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-130 .calendar-row,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-130 .calendar-row-indicator {
  margin-top: 3.9px;
  height: 19.5px;
}

/* line 474, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-130 .calendar-container .rows-container .indicator-container .indicators .wrapper .type-indicator,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-130 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  margin-top: 3.9px;
}

/* line 479, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-130 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  height: 19.5px;
}

/* line 467, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-140 .calendar-row,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-140 .calendar-row-indicator {
  margin-top: 4.2px;
  height: 21px;
}

/* line 474, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-140 .calendar-container .rows-container .indicator-container .indicators .wrapper .type-indicator,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-140 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  margin-top: 4.2px;
}

/* line 479, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-140 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  height: 21px;
}

/* line 467, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-150 .calendar-row,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-150 .calendar-row-indicator {
  margin-top: 4.5px;
  height: 22.5px;
}

/* line 474, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-150 .calendar-container .rows-container .indicator-container .indicators .wrapper .type-indicator,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-150 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  margin-top: 4.5px;
}

/* line 479, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-150 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  height: 22.5px;
}

/* line 467, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-160 .calendar-row,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-160 .calendar-row-indicator {
  margin-top: 4.8px;
  height: 24px;
}

/* line 474, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-160 .calendar-container .rows-container .indicator-container .indicators .wrapper .type-indicator,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-160 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  margin-top: 4.8px;
}

/* line 479, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-160 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  height: 24px;
}

/* line 467, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-170 .calendar-row,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-170 .calendar-row-indicator {
  margin-top: 5.1px;
  height: 25.5px;
}

/* line 474, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-170 .calendar-container .rows-container .indicator-container .indicators .wrapper .type-indicator,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-170 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  margin-top: 5.1px;
}

/* line 479, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-170 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  height: 25.5px;
}

/* line 467, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-180 .calendar-row,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-180 .calendar-row-indicator {
  margin-top: 5.4px;
  height: 27px;
}

/* line 474, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-180 .calendar-container .rows-container .indicator-container .indicators .wrapper .type-indicator,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-180 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  margin-top: 5.4px;
}

/* line 479, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-180 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  height: 27px;
}

/* line 467, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-190 .calendar-row,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-190 .calendar-row-indicator {
  margin-top: 5.7px;
  height: 28.5px;
}

/* line 474, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-190 .calendar-container .rows-container .indicator-container .indicators .wrapper .type-indicator,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-190 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  margin-top: 5.7px;
}

/* line 479, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-190 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  height: 28.5px;
}

/* line 467, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-200 .calendar-row,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-200 .calendar-row-indicator {
  margin-top: 6px;
  height: 30px;
}

/* line 474, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-200 .calendar-container .rows-container .indicator-container .indicators .wrapper .type-indicator,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-200 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  margin-top: 6px;
}

/* line 479, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .content-container.week-view.zoom-200 .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  height: 30px;
}

/* line 486, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .calendar-row {
  background: #cccccc26;
  position: relative;
  margin: 10px 0 0 0;
}

/* line 491, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .calendar-row .click-to-edit {
  display: none;
}

/* line 495, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .calendar-row.creation-row {
  display: none;
}

/* line 499, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .calendar-row.regular {
  background: repeating-linear-gradient(45deg, #cccccc26, #cccccc26 10px, #cccccc36 10px, #cccccc36 20px);
}

/* line 510, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .view-container > .calendar-row:nth-child(2) {
  margin-top: 0;
}

/* line 514, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .week-range-selection-row {
  position: -webkit-sticky;
  position: sticky;
  bottom: 20px;
  margin-top: 15px;
  z-index: 750;
  pointer-events: none;
}

/* line 521, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .week-range-selection-row ul.pagination {
  pointer-events: all;
}

/* line 524, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .week-range-selection-row ul.pagination:nth-child(2) {
  margin-left: 30px;
}

/* line 529, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .week-range-selection-row ul.pagination li > a {
  cursor: pointer;
}

/* line 533, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .week-range-selection-row ul.pagination li.disabled {
  pointer-events: none;
}

/* line 540, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .appointment {
  cursor: pointer;
  pointer-events: all;
  z-index: 400;
  position: absolute;
  height: 100%;
  margin: 0;
  padding: 11px 8px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  box-shadow: 0 0 4px -1px rgba(0, 0, 0, 0.2);
  border: 1px solid transparent;
  border-radius: 4px;
  background: #e7e7e7;
  border: 1px solid #ddd;
  border-radius: 4px;
}

/* line 563, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .appointment:hover {
  background: #c1c1c1;
  border-color: #b7b7b7;
}

/* line 567, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .appointment:hover > .title {
  opacity: 0.9;
}

/* line 571, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .appointment:hover .service-assignment {
  opacity: 0.9;
}

/* line 576, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .appointment.accepted {
  color: #fff;
  background-color: #77acd9;
  border-color: #64a0d4;
}

/* line 581, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .appointment.accepted:hover {
  background: #2d6da3;
  border-color: #286090;
}

/* line 587, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .appointment.completed {
  background-color: #a3d7a3;
  border-color: #91cf91;
  color: #fff;
}

/* line 592, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .appointment.completed:hover {
  background: #4cae4c;
  border-color: #449c44;
}

/* line 598, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .appointment.returned {
  background-color: #388e3c;
  border-color: #348337;
  color: #fff;
}

/* line 603, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .appointment.returned:hover {
  background: #317c34;
  border-color: #2c7130;
}

/* line 609, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .appointment.action-required {
  background-color: #f2b866;
  border-color: #f0ad4e;
  color: #444;
}

/* line 614, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .appointment.action-required:hover {
  background: #efa945;
  border-color: #ed9e2d;
}

/* line 620, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .appointment.no-repair, .repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .appointment.cancelled, .repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .appointment.complaint {
  background-color: #e7908e;
  border-color: #e27c79;
  color: #fff;
}

/* line 627, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .appointment.no-repair:hover, .repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .appointment.cancelled:hover, .repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .appointment.complaint:hover {
  background-color: #de6764;
  border-color: #d9534f;
}

/* line 634, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .appointment > .title {
  display: block;
  z-index: 1500;
  opacity: 0.85;
  width: 100%;
  text-align: center;
}

/* line 641, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .appointment > .title > .glyphicon {
  margin-right: 7px;
}

/* line 646, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .slot-section-caption,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .indicator-caption-spacer {
  margin-left: -17px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #959595;
}

/* line 655, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .slot-section-caption:not(:first-of-type),
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .indicator-caption-spacer:not(:first-of-type) {
  margin-top: 20px;
}

/* line 660, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  color: #959595;
  border-left: 1px solid #ddd;
  padding: 8px;
  height: 100%;
}

/* line 676, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .header .block-day,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .header .unblock-day,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .header .blocker-hint {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 685, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .header .block-day,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .header .unblock-day {
  margin: 5px 0;
  font-size: 80%;
  text-transform: none !important;
}

/* line 691, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .header .block-day:not(.placeholder),
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .header .unblock-day:not(.placeholder) {
  cursor: pointer !important;
}

/* line 695, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .header .block-day.placeholder,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .header .unblock-day.placeholder {
  opacity: 0;
}

/* line 704, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .header.blocked .label, .repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .header.full-blocker .label, .repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .header.acceptance-blocker .label, .repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .header.return-blocker .label {
  padding: 3px 4px;
  font-size: 70%;
  background: inherit;
  color: inherit;
}

/* line 712, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .header.blocked, .repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .header.full-blocker {
  color: #a94442;
  background: #f2dede;
}

/* line 718, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .header.acceptance-blocker, .repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .header.return-blocker {
  color: #8a6d3b;
  background: #fcf8e3;
}

/* line 724, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .header .edit-workday {
  display: none;
}

/* line 728, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .header .date {
  display: block;
}

/* line 732, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .header .short-date {
  display: none;
}

/* line 737, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container button.block-day,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container button.unblock-day {
  background: transparent;
  color: #959595;
  opacity: 0.5;
  border: unset;
  font-size: 150%;
  position: absolute;
  top: 10px;
  right: 10px;
}

/* line 750, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container button.block-day:hover {
  opacity: 1;
  color: #a94442;
}

/* line 755, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container button.unblock-day:hover {
  opacity: 1;
  color: #3c763d;
}

/* line 760, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .headers-container {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  background-color: #fff;
  z-index: 700;
}

/* line 768, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .headers-container .wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
}

/* line 773, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .headers-container .wrapper:nth-child(2) {
  margin-left: 34px;
  position: relative;
}

/* line 778, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .headers-container .wrapper .time-indicator-container {
  -ms-flex: 1;
      flex: 1;
}

/* line 782, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .headers-container .wrapper .headers {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  border-bottom: 1px solid #ddd;
}

/* line 788, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .headers-container .wrapper .indicator-column-spacer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 34px;
  border-bottom: 1px solid #ddd;
  height: 100%;
}

/* line 796, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .headers-container .wrapper .indicator-column-spacer span.glyphicon {
  font-size: 14px;
  cursor: pointer;
}

/* line 804, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .headers-container > .header:first-child {
  border-left: none;
}

/* line 808, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .header > p {
  margin: 0;
}

/* line 812, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .header > .partial-block {
  height: 100%;
  background: #a30000;
  opacity: 0.14;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 823, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .header > p:first-child {
  font-size: 10px;
}

/* line 827, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .calendar-container > p.caption {
  margin: 0 0 10px 0;
}

/* line 831, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .calendar-container {
  position: relative;
  margin-bottom: 0;
  margin: 0;
}

/* line 836, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .calendar-container.edit-mode .rows-container .indicator-container .indicators .wrapper .indicator.creation-row-spacer {
  display: block;
}

/* line 845, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .calendar-container .rows-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
}

/* line 850, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .calendar-container .rows-container .indicator-container,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .calendar-container .rows-container .rows {
  padding: 10px 0 20px 0;
}

/* line 855, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .calendar-container .rows-container .indicator-container {
  width: 34px;
  height: 100%;
}

/* line 860, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .calendar-container .rows-container .indicator-container .indicators .indicator-caption-spacer {
  color: rgba(0, 0, 0, 0);
}

/* line 865, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .calendar-container .rows-container .indicator-container .indicators:not(:first-child) .indicator-caption-spacer {
  margin-top: 20px;
}

/* line 870, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .calendar-container .rows-container .indicator-container .indicators.rental-cars .wrapper .type-indicator {
  background: #5cb85c;
}

/* line 874, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .calendar-container .rows-container .indicator-container .indicators.triage .wrapper .type-indicator {
  background: burlywood;
}

/* line 878, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .calendar-container .rows-container .indicator-container .indicators .wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  padding-right: 6px;
}

/* line 884, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .calendar-container .rows-container .indicator-container .indicators .wrapper .type-indicator {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin-top: 10px;
  width: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #ddd;
}

/* line 897, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 38px;
  margin-top: 10px;
}

/* line 905, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator.disabled {
  pointer-events: none;
}

/* line 909, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator .label {
  font-size: 85%;
  padding: 0.3em 0.4em;
}

/* line 914, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .calendar-container .rows-container .indicator-container .indicators .wrapper .indicator.creation-row-spacer {
  display: none;
}

/* line 922, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .calendar-container .rows-container .rows {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
}

/* line 928, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .calendar-container .rows-container .rows .separator-container {
  display: -ms-flexbox;
  display: flex;
  margin: -10px 0 -20px 0;
  height: 100%;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  pointer-events: none;
  position: absolute;
  right: 0;
  left: 0;
}

/* line 938, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .calendar-container .rows-container .rows .separator-container .separator {
  pointer-events: none;
  right: 0;
  top: 0;
  bottom: 0;
  border-left-width: 1px;
  border-left-style: dashed;
  border-left-color: #f2dede;
}

/* line 947, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .calendar-container .rows-container .rows .separator-container .separator:first-child {
  border: none !important;
}

/* line 956, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .appointment > .rental-car-indicator:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 961, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .tooltip-inner {
  max-width: 400px;
}

/* line 965, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .time-indicator {
  position: absolute;
  left: 113px;
  opacity: 0.6;
  z-index: 900;
}

/* line 972, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .time-indicator.vertical-line {
  top: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 690;
  border-left: 1px solid red;
}

/* line 980, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .time-indicator.info {
  z-index: 900;
  padding: 0.2em 0.3em;
  background-color: rgba(255, 0, 0, 0.65);
  border: 1px solid red;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* line 989, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .time-indicator.info > span {
  color: white;
  font-weight: 700;
  font-size: 12px;
}

/* line 995, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .time-indicator.info.bottom {
  bottom: 0;
}

/* line 999, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .service-assignment {
  z-index: 500;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* line 1006, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .service-assignment:nth-of-type(1) {
  top: 0px;
}

/* line 1010, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .service-assignment:nth-of-type(2) {
  top: 4px;
}

/* line 1014, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .service-assignment:nth-of-type(3) {
  top: 8px;
}

/* line 1018, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .service-assignment:nth-of-type(4) {
  top: 12px;
}

/* line 1022, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .service-assignment:nth-of-type(5) {
  top: 16px;
}

/* line 1026, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .service-assignment.rental-car {
  background: #5cb85c;
}

/* line 1030, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .service-assignment.spareparts {
  background: #1565C0;
}

/* line 1034, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .service-assignment.windshield {
  background: #ffc107;
}

/* line 1038, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .service-assignment.paint {
  background: #dc3545;
}

/* line 1043, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .service-tags > .service-tag:first-child {
  margin-left: 0;
}

/* line 1047, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .service-tags > .service-tag {
  margin-left: 10px;
}

/* line 1051, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .main-info-row,
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .service-info-row {
  margin-bottom: 8px;
}

/* line 1056, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .glyphicon-cargo {
  margin-right: 3px;
}

/* line 1060, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .appointment-suggestion {
  cursor: pointer;
  margin-right: 10px;
}

/* line 1065, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .appointment-suggestion > .glyphicon {
  top: 6px;
}

/* line 1070, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
.repair-schedule-reschedule-reschedulable .repair-schedule-reschedule-container .is-deselected span {
  text-decoration: line-through;
}

@media (max-width: 751px) {
  /* line 1078, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
  .repair-schedule-reschedule-reschedulable .content-container .calendar-container .headers-container .headers .header .date {
    display: none;
  }
  /* line 1082, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
  .repair-schedule-reschedule-reschedulable .content-container .calendar-container .headers-container .headers .header .short-date {
    display: block;
  }
  /* line 1086, app/features/repair-schedule/app/components/reschedule/reschedulable/_reschedulable.scss */
  .repair-schedule-reschedule-reschedulable .content-container .calendar-container .headers-container .headers .header .blocker-hint {
    display: none;
  }
}

/* line 6, app/features/repair-schedule/app/components/reschedule/_reschedule.scss */
.repair-schedule-reschedule-container #nav {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

/* line 10, app/features/repair-schedule/app/components/reschedule/_reschedule.scss */
.repair-schedule-reschedule-container #nav .nav-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-positive: 1;
      flex-grow: 1;
  height: 2em;
  margin-right: 15px;
  font-size: 1.5em;
  text-align: center;
  border: solid 1px #ddd;
  border-radius: 4px;
}

/* line 22, app/features/repair-schedule/app/components/reschedule/_reschedule.scss */
.repair-schedule-reschedule-container #nav .nav-item:last-of-type {
  margin-right: 0;
}

/* line 26, app/features/repair-schedule/app/components/reschedule/_reschedule.scss */
.repair-schedule-reschedule-container #nav .nav-item.active {
  background-color: #2c699d;
  color: white;
}

/* line 2, app/features/car-rental/app/components/activity-edit/parent/child/data/data.scss */
car-rental-activity-edit-parent-child-data .list-group.cars {
  margin-bottom: 15px !important;
}

/* line 8, app/features/car-rental/app/components/activity-edit/parent/child/data/data.scss */
.car-rental-activity-edit-rental-car-modal p.caption {
  display: none;
}

/* line 14, app/features/car-rental/app/components/activity-edit/parent/child/data/data.scss */
.car-rental-activity-edit-conditions-modal p.caption {
  color: #2c699d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}

/* line 2, app/features/car-rental/app/components/activity-edit/parent/child/status-modal/status-modal.scss */
.car-rental-status-modal-container .modal-body.status-selection {
  padding: 0;
}

/* line 5, app/features/car-rental/app/components/activity-edit/parent/child/status-modal/status-modal.scss */
.car-rental-status-modal-container .modal-body.status-selection ul.list-group {
  margin-bottom: 0;
}

/* line 8, app/features/car-rental/app/components/activity-edit/parent/child/status-modal/status-modal.scss */
.car-rental-status-modal-container .modal-body.status-selection ul.list-group .list-group-item {
  cursor: pointer;
  padding: 20px 30px;
}

/* line 12, app/features/car-rental/app/components/activity-edit/parent/child/status-modal/status-modal.scss */
.car-rental-status-modal-container .modal-body.status-selection ul.list-group .list-group-item.active {
  cursor: not-allowed;
}

/* line 16, app/features/car-rental/app/components/activity-edit/parent/child/status-modal/status-modal.scss */
.car-rental-status-modal-container .modal-body.status-selection ul.list-group .list-group-item h4 > .glyphicon {
  margin-right: 15px;
}

/* line 6, app/features/car-rental/app/components/activity-edit/parent/child/child.scss */
car-rental-activity-edit-parent-child h2 {
  margin-bottom: 18px;
}

/* line 10, app/features/car-rental/app/components/activity-edit/parent/child/child.scss */
car-rental-activity-edit-parent-child ul.nav.nav-pills.nav-justified ul.nav.nav-pills.nav-justified {
  margin-bottom: 0;
}

/* line 4, app/features/car-rental/app/components/activity-edit/parent/parent.scss */
car-rental-activity-edit-parent .pager {
  text-align: left;
}

/* line 9, app/features/car-rental/app/components/activity-edit/parent/parent.scss */
car-rental-activity-edit-parent .view-container .list-group {
  margin-bottom: 0;
}

/* line 12, app/features/car-rental/app/components/activity-edit/parent/parent.scss */
car-rental-activity-edit-parent .view-container .list-group .list-group-item .list-group-item-heading small {
  display: block;
}

/* line 16, app/features/car-rental/app/components/activity-edit/parent/parent.scss */
car-rental-activity-edit-parent .view-container .list-group:not(.no-select) .list-group-item:hover {
  cursor: pointer;
}

/* line 21, app/features/car-rental/app/components/activity-edit/parent/parent.scss */
car-rental-activity-edit-parent .view-container .list-group .list-group-item.active {
  cursor: default;
}

/* line 24, app/features/car-rental/app/components/activity-edit/parent/parent.scss */
car-rental-activity-edit-parent .view-container .list-group .list-group-item.active .list-group-item-text {
  color: #c7ddef;
}

/* line 29, app/features/car-rental/app/components/activity-edit/parent/parent.scss */
car-rental-activity-edit-parent .view-container .list-group .list-group-item .content {
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

/* line 33, app/features/car-rental/app/components/activity-edit/parent/parent.scss */
car-rental-activity-edit-parent .view-container .list-group .list-group-item .content .icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 8px 20px 8px 0;
  font-size: 2.5em;
  color: #959595;
}

/* line 41, app/features/car-rental/app/components/activity-edit/parent/parent.scss */
car-rental-activity-edit-parent .view-container .list-group .list-group-item .content .text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* line 46, app/features/car-rental/app/components/activity-edit/parent/parent.scss */
car-rental-activity-edit-parent .view-container .list-group .list-group-item .content .text .list-group-item-text {
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

/* line 50, app/features/car-rental/app/components/activity-edit/parent/parent.scss */
car-rental-activity-edit-parent .view-container .list-group .list-group-item .content .text .list-group-item-text p {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 56, app/features/car-rental/app/components/activity-edit/parent/parent.scss */
car-rental-activity-edit-parent .view-container .list-group .list-group-item .content .text .glyphicon {
  color: #959595;
  margin: 0 8px 0 0;
}

/* line 62, app/features/car-rental/app/components/activity-edit/parent/parent.scss */
car-rental-activity-edit-parent .view-container .list-group .list-group-item .content .actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/* line 2, app/features/car-rental/app/components/drivers/drivers.scss */
car-rental-drivers .list-group.drivers {
  margin-bottom: 0;
}

/* line 5, app/features/car-rental/app/components/drivers/drivers.scss */
car-rental-drivers .list-group.drivers.embedded {
  margin-bottom: 15px;
}

/* line 9, app/features/car-rental/app/components/drivers/drivers.scss */
car-rental-drivers .list-group.drivers .list-group-item .list-group-item-heading small {
  display: block;
}

/* line 13, app/features/car-rental/app/components/drivers/drivers.scss */
car-rental-drivers .list-group.drivers:not(.no-select) .list-group-item:hover {
  cursor: pointer;
}

/* line 18, app/features/car-rental/app/components/drivers/drivers.scss */
car-rental-drivers .list-group.drivers .list-group-item.active {
  cursor: default;
  pointer-events: none;
}

/* line 22, app/features/car-rental/app/components/drivers/drivers.scss */
car-rental-drivers .list-group.drivers .list-group-item.active .list-group-item-text {
  color: #c7ddef;
}

/* line 27, app/features/car-rental/app/components/drivers/drivers.scss */
car-rental-drivers .list-group.drivers .list-group-item .content {
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

/* line 31, app/features/car-rental/app/components/drivers/drivers.scss */
car-rental-drivers .list-group.drivers .list-group-item .content .text {
  -ms-flex: 1;
      flex: 1;
}

/* line 34, app/features/car-rental/app/components/drivers/drivers.scss */
car-rental-drivers .list-group.drivers .list-group-item .content .text .list-group-item-text {
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

/* line 38, app/features/car-rental/app/components/drivers/drivers.scss */
car-rental-drivers .list-group.drivers .list-group-item .content .text .list-group-item-text p {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 44, app/features/car-rental/app/components/drivers/drivers.scss */
car-rental-drivers .list-group.drivers .list-group-item .content .text .glyphicon {
  color: #959595;
  margin: 0 8px 0 0;
}

/* line 50, app/features/car-rental/app/components/drivers/drivers.scss */
car-rental-drivers .list-group.drivers .list-group-item .content .actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 2, app/features/car-rental/app/components/overview/_overview.scss */
car-rental-overview .selector-container {
  max-width: 360px;
  margin: 0 auto;
  padding: 0 0 16px 0;
}

/* line 8, app/features/car-rental/app/components/overview/_overview.scss */
car-rental-overview .tile.loading {
  background: #848788;
  border-color: #777a7b;
  cursor: not-allowed;
}

/* line 13, app/features/car-rental/app/components/overview/_overview.scss */
car-rental-overview .tile.loading:hover {
  background: #848788;
  border-color: #777a7b;
}

/* line 2, app/features/car-rental/app/components/lists/list/list.scss */
car-rental-lists-list .table-scroll-container {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow-y: auto;
  margin: 0 0 1em;
}

/* line 9, app/features/car-rental/app/components/lists/list/list.scss */
car-rental-lists-list .table-scroll-container > table {
  margin-bottom: 0;
  border: 0;
}

/* line 13, app/features/car-rental/app/components/lists/list/list.scss */
car-rental-lists-list .table-scroll-container > table th, car-rental-lists-list .table-scroll-container > table td {
  white-space: nowrap;
}

/* line 17, app/features/car-rental/app/components/lists/list/list.scss */
car-rental-lists-list .table-scroll-container > table > thead > tr > th:first-child,
car-rental-lists-list .table-scroll-container > table > tbody > tr > td:first-child {
  border-left: 0;
}

/* line 23, app/features/car-rental/app/components/lists/list/list.scss */
car-rental-lists-list .table-scroll-container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

/* line 29, app/features/car-rental/app/components/lists/list/list.scss */
car-rental-lists-list .table-scroll-container::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 2, app/features/car-rental/app/components/rental-car-selection/rental-car-selection.scss */
car-rental-rental-car-selection .list-group-scroll-container {
  width: 100%;
  max-height: 300px;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow-x: auto;
  margin: 0 0 1em;
  background: #fff;
}

/* line 11, app/features/car-rental/app/components/rental-car-selection/rental-car-selection.scss */
car-rental-rental-car-selection .list-group-scroll-container > .list-group {
  margin-bottom: 0;
}

/* line 14, app/features/car-rental/app/components/rental-car-selection/rental-car-selection.scss */
car-rental-rental-car-selection .list-group-scroll-container > .list-group > .list-group-item {
  border-left: none;
}

/* line 17, app/features/car-rental/app/components/rental-car-selection/rental-car-selection.scss */
car-rental-rental-car-selection .list-group-scroll-container > .list-group > .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top: none;
}

/* line 22, app/features/car-rental/app/components/rental-car-selection/rental-car-selection.scss */
car-rental-rental-car-selection .list-group-scroll-container > .list-group > .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom: none;
}

/* line 29, app/features/car-rental/app/components/rental-car-selection/rental-car-selection.scss */
car-rental-rental-car-selection .list-group-scroll-container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

/* line 35, app/features/car-rental/app/components/rental-car-selection/rental-car-selection.scss */
car-rental-rental-car-selection .list-group-scroll-container::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 8, app/features/car-rental/app/components/_components.scss */
.list-group.cars .list-group-item .list-group-item-heading small {
  display: block;
}

/* line 12, app/features/car-rental/app/components/_components.scss */
.list-group.cars:not(.no-select) .list-group-item:hover {
  cursor: pointer;
}

/* line 17, app/features/car-rental/app/components/_components.scss */
.list-group.cars .list-group-item.active {
  cursor: default;
}

/* line 20, app/features/car-rental/app/components/_components.scss */
.list-group.cars .list-group-item.active .list-group-item-text,
.list-group.cars .list-group-item.active .list-group-item-text .glyphicon {
  color: #c7ddef !important;
}

/* line 26, app/features/car-rental/app/components/_components.scss */
.list-group.cars .list-group-item .content {
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

/* line 30, app/features/car-rental/app/components/_components.scss */
.list-group.cars .list-group-item .content .text {
  -ms-flex: 1;
      flex: 1;
}

/* line 33, app/features/car-rental/app/components/_components.scss */
.list-group.cars .list-group-item .content .text .list-group-item-text {
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

/* line 37, app/features/car-rental/app/components/_components.scss */
.list-group.cars .list-group-item .content .text .list-group-item-text p {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 43, app/features/car-rental/app/components/_components.scss */
.list-group.cars .list-group-item .content .text .glyphicon {
  color: #959595;
  margin: 0 8px 0 0;
}

/* line 49, app/features/car-rental/app/components/_components.scss */
.list-group.cars .list-group-item .content .actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 4, app/features/car-rental/app/_app.scss */
ui-view.car-rental .alert,
ui-view.car-rental .view-container,
ui-view.car-rental .view-selection,
ui-view.car-rental .table-scroll-container,
ui-view.car-rental .list-group.services,
ui-view.car-rental .document-container,
ui-view.car-rental .document-group-preview {
  box-shadow: 3px 3px 3px #f2f2f2;
}

/* line 2, app/features/rental-cars-management/app/components/overview/find-driver/find-driver.scss */
.find-driver-modal-container table {
  border-collapse: collapse;
}

/* line 5, app/features/rental-cars-management/app/components/overview/find-driver/find-driver.scss */
.find-driver-modal-container table td[rowspan] {
  vertical-align: middle;
}

/* line 9, app/features/rental-cars-management/app/components/overview/find-driver/find-driver.scss */
.find-driver-modal-container table tr > td {
  cursor: default !important;
}

/* line 13, app/features/rental-cars-management/app/components/overview/find-driver/find-driver.scss */
.find-driver-modal-container table tr.total-amount-row {
  font-weight: 700;
}

/* line 16, app/features/rental-cars-management/app/components/overview/find-driver/find-driver.scss */
.find-driver-modal-container table tr.total-amount-row td {
  border-top: 3px double #ddd;
}

/* line 21, app/features/rental-cars-management/app/components/overview/find-driver/find-driver.scss */
.find-driver-modal-container table tfoot {
  font-weight: 700;
}

/* line 24, app/features/rental-cars-management/app/components/overview/find-driver/find-driver.scss */
.find-driver-modal-container table tfoot td:first-child {
  border-right: none;
}

/* line 28, app/features/rental-cars-management/app/components/overview/find-driver/find-driver.scss */
.find-driver-modal-container table tfoot td.unit-column {
  border-left: none;
}

/* line 32, app/features/rental-cars-management/app/components/overview/find-driver/find-driver.scss */
.find-driver-modal-container table tfoot td {
  border-top: 3px double #ddd !important;
}

/* line 1, app/features/rental-cars-management/app/components/detail/detail.scss */
rcm-detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: row;
      flex-direction: row;
  max-width: 1500px;
  margin: 0 auto;
  margin-bottom: -185px;
}

/* line 9, app/features/rental-cars-management/app/components/detail/detail.scss */
rcm-detail .content-container {
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: 100%;
  overflow: hidden;
}

/* line 17, app/features/rental-cars-management/app/components/detail/detail.scss */
rcm-detail .rental-info .detail-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 21, app/features/rental-cars-management/app/components/detail/detail.scss */
rcm-detail .rental-info .detail-wrapper .item {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -ms-flex: 50%;
      flex: 50%;
}

/* line 26, app/features/rental-cars-management/app/components/detail/detail.scss */
rcm-detail .rental-info .detail-wrapper .item .label-name {
  font-weight: bold;
  text-align: left;
  width: 170px;
}

/* line 32, app/features/rental-cars-management/app/components/detail/detail.scss */
rcm-detail .rental-info .detail-wrapper .item .description {
  text-align: left;
}

/* line 38, app/features/rental-cars-management/app/components/detail/detail.scss */
rcm-detail .rental-info .edit-ic {
  font-size: 14px;
  top: 1px;
  cursor: pointer;
}

@media (min-width: 992px) {
  /* line 45, app/features/rental-cars-management/app/components/detail/detail.scss */
  rcm-detail .rental-info .detail-wrapper {
    width: 750px;
  }
}

/* line 52, app/features/rental-cars-management/app/components/detail/detail.scss */
rcm-detail .damage-history .row {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

/* line 56, app/features/rental-cars-management/app/components/detail/detail.scss */
rcm-detail .damage-history .row .col {
  -ms-flex: 1;
      flex: 1;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 61, app/features/rental-cars-management/app/components/detail/detail.scss */
rcm-detail .damage-history .row .col .view-container {
  height: 100%;
  margin-bottom: 0;
}

/* line 65, app/features/rental-cars-management/app/components/detail/detail.scss */
rcm-detail .damage-history .row .col .view-container .item {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}

/* line 69, app/features/rental-cars-management/app/components/detail/detail.scss */
rcm-detail .damage-history .row .col .view-container .item .label-name {
  margin: auto 10px auto 0;
  font-weight: bold;
  width: 40%;
  min-width: 200px;
}

/* line 76, app/features/rental-cars-management/app/components/detail/detail.scss */
rcm-detail .damage-history .row .col .view-container .item .description {
  text-align: left;
}

/* line 87, app/features/rental-cars-management/app/components/detail/detail.scss */
rcm-detail .view-group-button ul,
rcm-detail .view-group-button-small-screen ul {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

/* line 92, app/features/rental-cars-management/app/components/detail/detail.scss */
rcm-detail .view-group-button ul li a,
rcm-detail .view-group-button-small-screen ul li a {
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
}

/* line 99, app/features/rental-cars-management/app/components/detail/detail.scss */
rcm-detail .view-group-button ul .back,
rcm-detail .view-group-button-small-screen ul .back {
  margin: auto auto auto 0;
}

/* line 105, app/features/rental-cars-management/app/components/detail/detail.scss */
rcm-detail .view-group-button-small-screen {
  display: none;
}

@media (max-width: 992px) {
  /* line 110, app/features/rental-cars-management/app/components/detail/detail.scss */
  rcm-detail .view-group-button-small-screen {
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 117, app/features/rental-cars-management/app/components/detail/detail.scss */
wap-sidenav:not(.md-locked-open):not(.md-locked-open-remove) .view-group-button {
  display: none;
}

/* line 2, app/features/assessment-v2/app/components/calendar/appointment-details-dialog/appointment-details-dialog.scss */
.appointment-details-dialog .info-tags {
  margin-bottom: 7px;
}

/* line 5, app/features/assessment-v2/app/components/calendar/appointment-details-dialog/appointment-details-dialog.scss */
.appointment-details-dialog .info-tags .label {
  font-size: 14px;
  padding: 5px 8px;
  display: inline-block;
  margin: 0 8px 8px 0;
}

/* line 11, app/features/assessment-v2/app/components/calendar/appointment-details-dialog/appointment-details-dialog.scss */
.appointment-details-dialog .info-tags .label.status-2 {
  background: #616161;
  color: rgba(255, 255, 255, 0.87);
}

/* line 15, app/features/assessment-v2/app/components/calendar/appointment-details-dialog/appointment-details-dialog.scss */
.appointment-details-dialog .info-tags .label.status-2:hover {
  background: #424242;
  color: rgba(255, 255, 255, 0.87);
}

/* line 21, app/features/assessment-v2/app/components/calendar/appointment-details-dialog/appointment-details-dialog.scss */
.appointment-details-dialog .info-tags .label.status-3 {
  background: #0097a7;
  color: white;
}

/* line 25, app/features/assessment-v2/app/components/calendar/appointment-details-dialog/appointment-details-dialog.scss */
.appointment-details-dialog .info-tags .label.status-3:hover {
  background: #00838f;
  color: white;
}

/* line 31, app/features/assessment-v2/app/components/calendar/appointment-details-dialog/appointment-details-dialog.scss */
.appointment-details-dialog .info-tags .label.status-4 {
  background: #4caf50;
  color: white;
}

/* line 35, app/features/assessment-v2/app/components/calendar/appointment-details-dialog/appointment-details-dialog.scss */
.appointment-details-dialog .info-tags .label.status-4:hover {
  background: #388e3c;
  color: white;
}

/* line 41, app/features/assessment-v2/app/components/calendar/appointment-details-dialog/appointment-details-dialog.scss */
.appointment-details-dialog .info-tags .label.status-5 {
  background: #f44336;
  color: white;
}

/* line 45, app/features/assessment-v2/app/components/calendar/appointment-details-dialog/appointment-details-dialog.scss */
.appointment-details-dialog .info-tags .label.status-5:hover {
  background: #d32f2f;
  color: white;
}

/* line 51, app/features/assessment-v2/app/components/calendar/appointment-details-dialog/appointment-details-dialog.scss */
.appointment-details-dialog .info-tags .label.status-6 {
  background: #ffc107;
  color: white;
}

/* line 55, app/features/assessment-v2/app/components/calendar/appointment-details-dialog/appointment-details-dialog.scss */
.appointment-details-dialog .info-tags .label.status-6:hover {
  background: #ffa000;
  color: white;
}

/* line 62, app/features/assessment-v2/app/components/calendar/appointment-details-dialog/appointment-details-dialog.scss */
.appointment-details-dialog .info-tags .glyphicon {
  font-size: 85%;
  margin: 0 3px 0 0;
}

/* line 69, app/features/assessment-v2/app/components/calendar/appointment-details-dialog/appointment-details-dialog.scss */
.appointment-details-dialog activity-related-fields .form-group {
  margin-bottom: 5px;
}

/* line 2, app/features/assessment-v2/app/components/calendar/booking-dialog/booking-dialog.scss */
.booking-dialog .modal-body form label.btn {
  text-align: left;
}

/* line 5, app/features/assessment-v2/app/components/calendar/booking-dialog/booking-dialog.scss */
.booking-dialog .modal-body form label.btn .glyphicon {
  margin-right: 8px;
}

@media (min-width: 600px) {
  /* line 11, app/features/assessment-v2/app/components/calendar/booking-dialog/booking-dialog.scss */
  .booking-dialog .modal-body form label.btn {
    padding-left: 75px;
  }
}

/* line 2, app/features/assessment-v2/app/components/calendar/search-modal/search-modal.scss */
.assessment-calendar-search-modal-container .btn-block {
  margin-top: 10px;
}

/* line 6, app/features/assessment-v2/app/components/calendar/search-modal/search-modal.scss */
.assessment-calendar-search-modal-container .panel {
  margin-bottom: 0;
}

/* line 10, app/features/assessment-v2/app/components/calendar/search-modal/search-modal.scss */
.assessment-calendar-search-modal-container .list-group-item {
  cursor: pointer;
}

/* line 1, app/features/assessment-v2/app/components/calendar/column-options-dialog/column-options-dialog.scss */
.modal-body .list-group.columns .list-group-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  cursor: pointer;
}

/* line 7, app/features/assessment-v2/app/components/calendar/column-options-dialog/column-options-dialog.scss */
.modal-body .list-group.columns .list-group-item.main:hover {
  background: inherit;
}

/* line 11, app/features/assessment-v2/app/components/calendar/column-options-dialog/column-options-dialog.scss */
.modal-body .list-group.columns .list-group-item.main .actions {
  -ms-flex: 1;
      flex: 1;
  margin-left: 0;
  -ms-flex-pack: end;
      justify-content: end;
}

/* line 16, app/features/assessment-v2/app/components/calendar/column-options-dialog/column-options-dialog.scss */
.modal-body .list-group.columns .list-group-item.main .actions button.btn {
  margin: 0 4px;
}

/* line 19, app/features/assessment-v2/app/components/calendar/column-options-dialog/column-options-dialog.scss */
.modal-body .list-group.columns .list-group-item.main .actions button.btn:first-child {
  margin-left: 0;
}

/* line 23, app/features/assessment-v2/app/components/calendar/column-options-dialog/column-options-dialog.scss */
.modal-body .list-group.columns .list-group-item.main .actions button.btn:last-child {
  margin-right: 0;
}

/* line 30, app/features/assessment-v2/app/components/calendar/column-options-dialog/column-options-dialog.scss */
.modal-body .list-group.columns .list-group-item .selection {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 14px;
}

/* line 35, app/features/assessment-v2/app/components/calendar/column-options-dialog/column-options-dialog.scss */
.modal-body .list-group.columns .list-group-item .selection input[type='checkbox'] {
  position: unset;
  height: 18px;
  width: 18px;
  margin: 0;
  padding: 0;
}

/* line 44, app/features/assessment-v2/app/components/calendar/column-options-dialog/column-options-dialog.scss */
.modal-body .list-group.columns .list-group-item .description {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: column;
      flex-flow: column;
}

/* line 49, app/features/assessment-v2/app/components/calendar/column-options-dialog/column-options-dialog.scss */
.modal-body .list-group.columns .list-group-item .description .title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 8px;
}

/* line 56, app/features/assessment-v2/app/components/calendar/column-options-dialog/column-options-dialog.scss */
.modal-body .list-group.columns .list-group-item .description .title h4 {
  margin: 0;
}

/* line 60, app/features/assessment-v2/app/components/calendar/column-options-dialog/column-options-dialog.scss */
.modal-body .list-group.columns .list-group-item .description .title span.label {
  margin-left: 8px;
  padding: 6px 8px;
}

/* line 67, app/features/assessment-v2/app/components/calendar/column-options-dialog/column-options-dialog.scss */
.modal-body .list-group.columns .list-group-item .actions {
  display: -ms-flexbox;
  display: flex;
  margin-left: 14px;
  -ms-flex-align: center;
      align-items: center;
}

/* line 72, app/features/assessment-v2/app/components/calendar/column-options-dialog/column-options-dialog.scss */
.modal-body .list-group.columns .list-group-item .actions button.btn {
  margin: 0 4px;
}

/* line 75, app/features/assessment-v2/app/components/calendar/column-options-dialog/column-options-dialog.scss */
.modal-body .list-group.columns .list-group-item .actions button.btn:first-child {
  margin-left: 0;
}

/* line 79, app/features/assessment-v2/app/components/calendar/column-options-dialog/column-options-dialog.scss */
.modal-body .list-group.columns .list-group-item .actions button.btn:last-child {
  margin-right: 0;
}

/* line 2, app/features/assessment-v2/app/components/calendar/column-edit-dialog/column-edit-dialog.scss */
.modal-footer#columnEditDialogFooter .action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
}

/* line 7, app/features/assessment-v2/app/components/calendar/column-edit-dialog/column-edit-dialog.scss */
.modal-footer#columnEditDialogFooter .action.extra {
  -ms-flex-pack: end;
      justify-content: end;
  margin-bottom: 16px;
}

/* line 12, app/features/assessment-v2/app/components/calendar/column-edit-dialog/column-edit-dialog.scss */
.modal-footer#columnEditDialogFooter .action span.spacer {
  -ms-flex: 1;
      flex: 1;
}

/* line 18, app/features/assessment-v2/app/components/calendar/column-edit-dialog/column-edit-dialog.scss */
.modal-body#columnEditDialogBody > form > div > .form-group > .checkbox > label {
  line-height: 28px;
  padding-left: 28px;
  font-weight: 700;
}

/* line 23, app/features/assessment-v2/app/components/calendar/column-edit-dialog/column-edit-dialog.scss */
.modal-body#columnEditDialogBody > form > div > .form-group > .checkbox > label input[type='checkbox'] {
  margin-left: -28px;
}

/* line 8, app/features/assessment-v2/app/components/calendar/calendar.scss */
.dd-pos-fix {
  right: 0 !important;
  left: auto !important;
}

/* line 13, app/features/assessment-v2/app/components/calendar/calendar.scss */
.add-buttons {
  width: 100%;
}

/* line 16, app/features/assessment-v2/app/components/calendar/calendar.scss */
.add-buttons .btn:first-child {
  width: 85%;
}

/* line 20, app/features/assessment-v2/app/components/calendar/calendar.scss */
.add-buttons .btn:not(:first-child) {
  width: 15%;
}

/* line 24, app/features/assessment-v2/app/components/calendar/calendar.scss */
.add-buttons .dropdown-menu {
  left: unset !important;
  right: 0;
}

/* line 31, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content > .panel > .panel-body {
  padding: 0;
}

/* line 35, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .panel.calendar-body {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

/* line 39, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .panel.calendar-body.day column-content {
  overflow-x: auto;
}

/* line 43, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .panel.calendar-body.day sub-column {
  min-width: 35px;
}

@media (min-width: 1366px) {
  /* line 49, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar-content .panel.calendar-body.week {
    min-width: 940px;
  }
}

/* line 55, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .flex {
  -ms-flex: 1;
      flex: 1;
  box-sizing: border-box;
}

/* line 60, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout,
assessment-calendar-content .layout-column,
assessment-calendar-content .layout-row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

/* line 68, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-column {
  -ms-flex-direction: column;
      flex-direction: column;
}

/* line 72, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row {
  -ms-flex-direction: row;
      flex-direction: row;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-1 {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-2 {
  -ms-flex: 1 1 200%;
      flex: 1 1 200%;
  max-width: 200%;
  max-height: 200%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-3 {
  -ms-flex: 1 1 300%;
      flex: 1 1 300%;
  max-width: 300%;
  max-height: 300%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-4 {
  -ms-flex: 1 1 400%;
      flex: 1 1 400%;
  max-width: 400%;
  max-height: 400%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-5 {
  -ms-flex: 1 1 500%;
      flex: 1 1 500%;
  max-width: 500%;
  max-height: 500%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-6 {
  -ms-flex: 1 1 600%;
      flex: 1 1 600%;
  max-width: 600%;
  max-height: 600%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-7 {
  -ms-flex: 1 1 700%;
      flex: 1 1 700%;
  max-width: 700%;
  max-height: 700%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-8 {
  -ms-flex: 1 1 800%;
      flex: 1 1 800%;
  max-width: 800%;
  max-height: 800%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-9 {
  -ms-flex: 1 1 900%;
      flex: 1 1 900%;
  max-width: 900%;
  max-height: 900%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-10 {
  -ms-flex: 1 1 1000%;
      flex: 1 1 1000%;
  max-width: 1000%;
  max-height: 1000%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-11 {
  -ms-flex: 1 1 1100%;
      flex: 1 1 1100%;
  max-width: 1100%;
  max-height: 1100%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-12 {
  -ms-flex: 1 1 1200%;
      flex: 1 1 1200%;
  max-width: 1200%;
  max-height: 1200%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-13 {
  -ms-flex: 1 1 1300%;
      flex: 1 1 1300%;
  max-width: 1300%;
  max-height: 1300%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-14 {
  -ms-flex: 1 1 1400%;
      flex: 1 1 1400%;
  max-width: 1400%;
  max-height: 1400%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-15 {
  -ms-flex: 1 1 1500%;
      flex: 1 1 1500%;
  max-width: 1500%;
  max-height: 1500%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-16 {
  -ms-flex: 1 1 1600%;
      flex: 1 1 1600%;
  max-width: 1600%;
  max-height: 1600%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-17 {
  -ms-flex: 1 1 1700%;
      flex: 1 1 1700%;
  max-width: 1700%;
  max-height: 1700%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-18 {
  -ms-flex: 1 1 1800%;
      flex: 1 1 1800%;
  max-width: 1800%;
  max-height: 1800%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-19 {
  -ms-flex: 1 1 1900%;
      flex: 1 1 1900%;
  max-width: 1900%;
  max-height: 1900%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-20 {
  -ms-flex: 1 1 2000%;
      flex: 1 1 2000%;
  max-width: 2000%;
  max-height: 2000%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-21 {
  -ms-flex: 1 1 2100%;
      flex: 1 1 2100%;
  max-width: 2100%;
  max-height: 2100%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-22 {
  -ms-flex: 1 1 2200%;
      flex: 1 1 2200%;
  max-width: 2200%;
  max-height: 2200%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-23 {
  -ms-flex: 1 1 2300%;
      flex: 1 1 2300%;
  max-width: 2300%;
  max-height: 2300%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-24 {
  -ms-flex: 1 1 2400%;
      flex: 1 1 2400%;
  max-width: 2400%;
  max-height: 2400%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-25 {
  -ms-flex: 1 1 2500%;
      flex: 1 1 2500%;
  max-width: 2500%;
  max-height: 2500%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-26 {
  -ms-flex: 1 1 2600%;
      flex: 1 1 2600%;
  max-width: 2600%;
  max-height: 2600%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-27 {
  -ms-flex: 1 1 2700%;
      flex: 1 1 2700%;
  max-width: 2700%;
  max-height: 2700%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-28 {
  -ms-flex: 1 1 2800%;
      flex: 1 1 2800%;
  max-width: 2800%;
  max-height: 2800%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-29 {
  -ms-flex: 1 1 2900%;
      flex: 1 1 2900%;
  max-width: 2900%;
  max-height: 2900%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-30 {
  -ms-flex: 1 1 3000%;
      flex: 1 1 3000%;
  max-width: 3000%;
  max-height: 3000%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-31 {
  -ms-flex: 1 1 3100%;
      flex: 1 1 3100%;
  max-width: 3100%;
  max-height: 3100%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-32 {
  -ms-flex: 1 1 3200%;
      flex: 1 1 3200%;
  max-width: 3200%;
  max-height: 3200%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-33 {
  -ms-flex: 1 1 3300%;
      flex: 1 1 3300%;
  max-width: 3300%;
  max-height: 3300%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-34 {
  -ms-flex: 1 1 3400%;
      flex: 1 1 3400%;
  max-width: 3400%;
  max-height: 3400%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-35 {
  -ms-flex: 1 1 3500%;
      flex: 1 1 3500%;
  max-width: 3500%;
  max-height: 3500%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-36 {
  -ms-flex: 1 1 3600%;
      flex: 1 1 3600%;
  max-width: 3600%;
  max-height: 3600%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-37 {
  -ms-flex: 1 1 3700%;
      flex: 1 1 3700%;
  max-width: 3700%;
  max-height: 3700%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-38 {
  -ms-flex: 1 1 3800%;
      flex: 1 1 3800%;
  max-width: 3800%;
  max-height: 3800%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-39 {
  -ms-flex: 1 1 3900%;
      flex: 1 1 3900%;
  max-width: 3900%;
  max-height: 3900%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-40 {
  -ms-flex: 1 1 4000%;
      flex: 1 1 4000%;
  max-width: 4000%;
  max-height: 4000%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-41 {
  -ms-flex: 1 1 4100%;
      flex: 1 1 4100%;
  max-width: 4100%;
  max-height: 4100%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-42 {
  -ms-flex: 1 1 4200%;
      flex: 1 1 4200%;
  max-width: 4200%;
  max-height: 4200%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-43 {
  -ms-flex: 1 1 4300%;
      flex: 1 1 4300%;
  max-width: 4300%;
  max-height: 4300%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-44 {
  -ms-flex: 1 1 4400%;
      flex: 1 1 4400%;
  max-width: 4400%;
  max-height: 4400%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-45 {
  -ms-flex: 1 1 4500%;
      flex: 1 1 4500%;
  max-width: 4500%;
  max-height: 4500%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-46 {
  -ms-flex: 1 1 4600%;
      flex: 1 1 4600%;
  max-width: 4600%;
  max-height: 4600%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-47 {
  -ms-flex: 1 1 4700%;
      flex: 1 1 4700%;
  max-width: 4700%;
  max-height: 4700%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-48 {
  -ms-flex: 1 1 4800%;
      flex: 1 1 4800%;
  max-width: 4800%;
  max-height: 4800%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-49 {
  -ms-flex: 1 1 4900%;
      flex: 1 1 4900%;
  max-width: 4900%;
  max-height: 4900%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-50 {
  -ms-flex: 1 1 5000%;
      flex: 1 1 5000%;
  max-width: 5000%;
  max-height: 5000%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-51 {
  -ms-flex: 1 1 5100%;
      flex: 1 1 5100%;
  max-width: 5100%;
  max-height: 5100%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-52 {
  -ms-flex: 1 1 5200%;
      flex: 1 1 5200%;
  max-width: 5200%;
  max-height: 5200%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-53 {
  -ms-flex: 1 1 5300%;
      flex: 1 1 5300%;
  max-width: 5300%;
  max-height: 5300%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-54 {
  -ms-flex: 1 1 5400%;
      flex: 1 1 5400%;
  max-width: 5400%;
  max-height: 5400%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-55 {
  -ms-flex: 1 1 5500%;
      flex: 1 1 5500%;
  max-width: 5500%;
  max-height: 5500%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-56 {
  -ms-flex: 1 1 5600%;
      flex: 1 1 5600%;
  max-width: 5600%;
  max-height: 5600%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-57 {
  -ms-flex: 1 1 5700%;
      flex: 1 1 5700%;
  max-width: 5700%;
  max-height: 5700%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-58 {
  -ms-flex: 1 1 5800%;
      flex: 1 1 5800%;
  max-width: 5800%;
  max-height: 5800%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-59 {
  -ms-flex: 1 1 5900%;
      flex: 1 1 5900%;
  max-width: 5900%;
  max-height: 5900%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-60 {
  -ms-flex: 1 1 6000%;
      flex: 1 1 6000%;
  max-width: 6000%;
  max-height: 6000%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-61 {
  -ms-flex: 1 1 6100%;
      flex: 1 1 6100%;
  max-width: 6100%;
  max-height: 6100%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-62 {
  -ms-flex: 1 1 6200%;
      flex: 1 1 6200%;
  max-width: 6200%;
  max-height: 6200%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-63 {
  -ms-flex: 1 1 6300%;
      flex: 1 1 6300%;
  max-width: 6300%;
  max-height: 6300%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-64 {
  -ms-flex: 1 1 6400%;
      flex: 1 1 6400%;
  max-width: 6400%;
  max-height: 6400%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-65 {
  -ms-flex: 1 1 6500%;
      flex: 1 1 6500%;
  max-width: 6500%;
  max-height: 6500%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-66 {
  -ms-flex: 1 1 6600%;
      flex: 1 1 6600%;
  max-width: 6600%;
  max-height: 6600%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-67 {
  -ms-flex: 1 1 6700%;
      flex: 1 1 6700%;
  max-width: 6700%;
  max-height: 6700%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-68 {
  -ms-flex: 1 1 6800%;
      flex: 1 1 6800%;
  max-width: 6800%;
  max-height: 6800%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-69 {
  -ms-flex: 1 1 6900%;
      flex: 1 1 6900%;
  max-width: 6900%;
  max-height: 6900%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-70 {
  -ms-flex: 1 1 7000%;
      flex: 1 1 7000%;
  max-width: 7000%;
  max-height: 7000%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-71 {
  -ms-flex: 1 1 7100%;
      flex: 1 1 7100%;
  max-width: 7100%;
  max-height: 7100%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-72 {
  -ms-flex: 1 1 7200%;
      flex: 1 1 7200%;
  max-width: 7200%;
  max-height: 7200%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-73 {
  -ms-flex: 1 1 7300%;
      flex: 1 1 7300%;
  max-width: 7300%;
  max-height: 7300%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-74 {
  -ms-flex: 1 1 7400%;
      flex: 1 1 7400%;
  max-width: 7400%;
  max-height: 7400%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-75 {
  -ms-flex: 1 1 7500%;
      flex: 1 1 7500%;
  max-width: 7500%;
  max-height: 7500%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-76 {
  -ms-flex: 1 1 7600%;
      flex: 1 1 7600%;
  max-width: 7600%;
  max-height: 7600%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-77 {
  -ms-flex: 1 1 7700%;
      flex: 1 1 7700%;
  max-width: 7700%;
  max-height: 7700%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-78 {
  -ms-flex: 1 1 7800%;
      flex: 1 1 7800%;
  max-width: 7800%;
  max-height: 7800%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-79 {
  -ms-flex: 1 1 7900%;
      flex: 1 1 7900%;
  max-width: 7900%;
  max-height: 7900%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-80 {
  -ms-flex: 1 1 8000%;
      flex: 1 1 8000%;
  max-width: 8000%;
  max-height: 8000%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-81 {
  -ms-flex: 1 1 8100%;
      flex: 1 1 8100%;
  max-width: 8100%;
  max-height: 8100%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-82 {
  -ms-flex: 1 1 8200%;
      flex: 1 1 8200%;
  max-width: 8200%;
  max-height: 8200%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-83 {
  -ms-flex: 1 1 8300%;
      flex: 1 1 8300%;
  max-width: 8300%;
  max-height: 8300%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-84 {
  -ms-flex: 1 1 8400%;
      flex: 1 1 8400%;
  max-width: 8400%;
  max-height: 8400%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-85 {
  -ms-flex: 1 1 8500%;
      flex: 1 1 8500%;
  max-width: 8500%;
  max-height: 8500%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-86 {
  -ms-flex: 1 1 8600%;
      flex: 1 1 8600%;
  max-width: 8600%;
  max-height: 8600%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-87 {
  -ms-flex: 1 1 8700%;
      flex: 1 1 8700%;
  max-width: 8700%;
  max-height: 8700%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-88 {
  -ms-flex: 1 1 8800%;
      flex: 1 1 8800%;
  max-width: 8800%;
  max-height: 8800%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-89 {
  -ms-flex: 1 1 8900%;
      flex: 1 1 8900%;
  max-width: 8900%;
  max-height: 8900%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-90 {
  -ms-flex: 1 1 9000%;
      flex: 1 1 9000%;
  max-width: 9000%;
  max-height: 9000%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-91 {
  -ms-flex: 1 1 9100%;
      flex: 1 1 9100%;
  max-width: 9100%;
  max-height: 9100%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-92 {
  -ms-flex: 1 1 9200%;
      flex: 1 1 9200%;
  max-width: 9200%;
  max-height: 9200%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-93 {
  -ms-flex: 1 1 9300%;
      flex: 1 1 9300%;
  max-width: 9300%;
  max-height: 9300%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-94 {
  -ms-flex: 1 1 9400%;
      flex: 1 1 9400%;
  max-width: 9400%;
  max-height: 9400%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-95 {
  -ms-flex: 1 1 9500%;
      flex: 1 1 9500%;
  max-width: 9500%;
  max-height: 9500%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-96 {
  -ms-flex: 1 1 9600%;
      flex: 1 1 9600%;
  max-width: 9600%;
  max-height: 9600%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-97 {
  -ms-flex: 1 1 9700%;
      flex: 1 1 9700%;
  max-width: 9700%;
  max-height: 9700%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-98 {
  -ms-flex: 1 1 9800%;
      flex: 1 1 9800%;
  max-width: 9800%;
  max-height: 9800%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-99 {
  -ms-flex: 1 1 9900%;
      flex: 1 1 9900%;
  max-width: 9900%;
  max-height: 9900%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-100 {
  -ms-flex: 1 1 10000%;
      flex: 1 1 10000%;
  max-width: 10000%;
  max-height: 10000%;
  box-sizing: border-box;
}

/* line 85, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .calendar-content-items {
  min-width: 1px;
}

/* line 89, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-fill {
  margin: 0;
  width: 100%;
  min-height: 100%;
  height: 100%;
}

/* line 96, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-align-start-center,
assessment-calendar-content .layout-align-center-center,
assessment-calendar-content .layout-align-end-center,
assessment-calendar-content .layout-align-space-between-center,
assessment-calendar-content .layout-align-space-around-center {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  max-width: 100%;
}

/* line 106, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-align-center-center {
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 110, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-align-end-center {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

/* line 114, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .md-whiteframe-2dp {
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
}

/* line 119, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .md-body-1 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.01em;
}

/* line 125, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .md-caption {
  font-size: 12px;
  letter-spacing: 0.02em;
}

/* line 268, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar .calendar-container {
  padding: 0;
}

/* line 272, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar .header-container {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  z-index: 1;
  background: white;
}

/* line 279, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar button.close {
  height: 40px;
  margin: 0 6px;
  line-height: 24px;
  padding: 8px;
  width: 40px;
  border-radius: 50%;
}

@media (min-width: 600px) {
  /* line 289, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time {
    min-width: 100px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 289, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time {
    min-width: 65px;
  }
}

@media (min-width: 600px) {
  /* line 242, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time .time-offset-1 time-container {
    height: 26px;
    min-height: 26px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 249, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time .time-offset-1 time-container {
    height: 26px;
    min-height: 26px;
  }
}

@media (min-width: 600px) {
  /* line 242, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time .time-offset-2 time-container {
    height: 52px;
    min-height: 52px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 249, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time .time-offset-2 time-container {
    height: 52px;
    min-height: 52px;
  }
}

@media (min-width: 600px) {
  /* line 242, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time .time-offset-3 time-container {
    height: 78px;
    min-height: 78px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 249, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time .time-offset-3 time-container {
    height: 78px;
    min-height: 78px;
  }
}

@media (min-width: 600px) {
  /* line 242, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time .time-offset-4 time-container {
    height: 104px;
    min-height: 104px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 249, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time .time-offset-4 time-container {
    height: 104px;
    min-height: 104px;
  }
}

@media (min-width: 600px) {
  /* line 242, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time .time-offset-5 time-container {
    height: 130px;
    min-height: 130px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 249, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time .time-offset-5 time-container {
    height: 130px;
    min-height: 130px;
  }
}

@media (min-width: 600px) {
  /* line 242, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time .time-offset-6 time-container {
    height: 156px;
    min-height: 156px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 249, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time .time-offset-6 time-container {
    height: 156px;
    min-height: 156px;
  }
}

@media (min-width: 600px) {
  /* line 242, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time .time-offset-7 time-container {
    height: 182px;
    min-height: 182px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 249, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time .time-offset-7 time-container {
    height: 182px;
    min-height: 182px;
  }
}

@media (min-width: 600px) {
  /* line 242, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time .time-offset-8 time-container {
    height: 208px;
    min-height: 208px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 249, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time .time-offset-8 time-container {
    height: 208px;
    min-height: 208px;
  }
}

@media (min-width: 600px) {
  /* line 242, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time .time-offset-9 time-container {
    height: 234px;
    min-height: 234px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 249, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time .time-offset-9 time-container {
    height: 234px;
    min-height: 234px;
  }
}

@media (min-width: 600px) {
  /* line 242, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time .time-offset-10 time-container {
    height: 260px;
    min-height: 260px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 249, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time .time-offset-10 time-container {
    height: 260px;
    min-height: 260px;
  }
}

@media (min-width: 600px) {
  /* line 242, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time .time-offset-11 time-container {
    height: 286px;
    min-height: 286px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 249, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time .time-offset-11 time-container {
    height: 286px;
    min-height: 286px;
  }
}

@media (min-width: 600px) {
  /* line 242, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time .time-offset-12 time-container {
    height: 312px;
    min-height: 312px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 249, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time .time-offset-12 time-container {
    height: 312px;
    min-height: 312px;
  }
}

/* line 299, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.time time-container {
  text-align: center;
  padding: 2px;
}

/* line 303, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.time time-container time {
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.6);
  white-space: nowrap;
  font-weight: bold;
  font-size: 12px;
  margin: 0;
}

/* line 308, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.time time-container:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

/* line 313, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.time time-container.active time {
  background: #005191;
  color: #fff;
}

/* line 320, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.time time-container-spacer {
  height: 26px;
  display: block;
}

@media (min-width: 1366px) {
  /* line 328, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content {
    min-width: 100px !important;
  }
}

/* line 333, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content {
  overflow: hidden;
}

/* line 336, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content column-header .day-container[ng-dblclick] {
  cursor: pointer;
}

/* line 339, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content column-header .day-container[ng-dblclick]:hover p {
  color: #005191;
}

/* line 344, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content column-content {
  border-left: 2px solid rgba(0, 0, 0, 0.12);
}

/* line 260, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content column-content.columns-1 sub-column {
  max-width: 100%;
}

/* line 260, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content column-content.columns-2 sub-column {
  max-width: 50%;
}

/* line 260, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content column-content.columns-3 sub-column {
  max-width: 33.33333%;
}

/* line 260, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content column-content.columns-4 sub-column {
  max-width: 25%;
}

/* line 260, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content column-content.columns-5 sub-column {
  max-width: 20%;
}

/* line 260, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content column-content.columns-6 sub-column {
  max-width: 16.66667%;
}

/* line 260, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content column-content.columns-7 sub-column {
  max-width: 14.28571%;
}

/* line 260, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content column-content.columns-8 sub-column {
  max-width: 12.5%;
}

/* line 260, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content column-content.columns-9 sub-column {
  max-width: 11.11111%;
}

/* line 260, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content column-content.columns-10 sub-column {
  max-width: 10%;
}

/* line 260, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content column-content.columns-11 sub-column {
  max-width: 9.09091%;
}

/* line 260, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content column-content.columns-12 sub-column {
  max-width: 8.33333%;
}

/* line 260, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content column-content.columns-13 sub-column {
  max-width: 7.69231%;
}

/* line 260, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content column-content.columns-14 sub-column {
  max-width: 7.14286%;
}

/* line 260, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content column-content.columns-15 sub-column {
  max-width: 6.66667%;
}

/* line 260, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content column-content.columns-16 sub-column {
  max-width: 6.25%;
}

/* line 260, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content column-content.columns-17 sub-column {
  max-width: 5.88235%;
}

/* line 260, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content column-content.columns-18 sub-column {
  max-width: 5.55556%;
}

/* line 260, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content column-content.columns-19 sub-column {
  max-width: 5.26316%;
}

/* line 260, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content column-content.columns-20 sub-column {
  max-width: 5%;
}

/* line 351, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content appointment-booking:hover {
  background: rgba(158, 158, 158, 0.2);
}

/* line 355, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content appointment-booking:focus {
  outline: none;
}

/* line 360, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content appointment-content:focus {
  outline: none;
}

@media (min-width: 600px) {
  /* line 242, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content .time-offset-1 appointment-container {
    height: 26px;
    min-height: 26px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 249, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content .time-offset-1 appointment-container {
    height: 26px;
    min-height: 26px;
  }
}

@media (min-width: 600px) {
  /* line 242, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content .time-offset-2 appointment-container {
    height: 52px;
    min-height: 52px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 249, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content .time-offset-2 appointment-container {
    height: 52px;
    min-height: 52px;
  }
}

@media (min-width: 600px) {
  /* line 242, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content .time-offset-3 appointment-container {
    height: 78px;
    min-height: 78px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 249, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content .time-offset-3 appointment-container {
    height: 78px;
    min-height: 78px;
  }
}

@media (min-width: 600px) {
  /* line 242, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content .time-offset-4 appointment-container {
    height: 104px;
    min-height: 104px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 249, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content .time-offset-4 appointment-container {
    height: 104px;
    min-height: 104px;
  }
}

@media (min-width: 600px) {
  /* line 242, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content .time-offset-5 appointment-container {
    height: 130px;
    min-height: 130px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 249, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content .time-offset-5 appointment-container {
    height: 130px;
    min-height: 130px;
  }
}

@media (min-width: 600px) {
  /* line 242, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content .time-offset-6 appointment-container {
    height: 156px;
    min-height: 156px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 249, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content .time-offset-6 appointment-container {
    height: 156px;
    min-height: 156px;
  }
}

@media (min-width: 600px) {
  /* line 242, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content .time-offset-7 appointment-container {
    height: 182px;
    min-height: 182px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 249, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content .time-offset-7 appointment-container {
    height: 182px;
    min-height: 182px;
  }
}

@media (min-width: 600px) {
  /* line 242, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content .time-offset-8 appointment-container {
    height: 208px;
    min-height: 208px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 249, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content .time-offset-8 appointment-container {
    height: 208px;
    min-height: 208px;
  }
}

@media (min-width: 600px) {
  /* line 242, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content .time-offset-9 appointment-container {
    height: 234px;
    min-height: 234px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 249, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content .time-offset-9 appointment-container {
    height: 234px;
    min-height: 234px;
  }
}

@media (min-width: 600px) {
  /* line 242, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content .time-offset-10 appointment-container {
    height: 260px;
    min-height: 260px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 249, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content .time-offset-10 appointment-container {
    height: 260px;
    min-height: 260px;
  }
}

@media (min-width: 600px) {
  /* line 242, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content .time-offset-11 appointment-container {
    height: 286px;
    min-height: 286px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 249, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content .time-offset-11 appointment-container {
    height: 286px;
    min-height: 286px;
  }
}

@media (min-width: 600px) {
  /* line 242, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content .time-offset-12 appointment-container {
    height: 312px;
    min-height: 312px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 249, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content .time-offset-12 appointment-container {
    height: 312px;
    min-height: 312px;
  }
}

/* line 365, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content appointment-container {
  display: block;
  border-collapse: collapse;
  padding: 2px;
  text-align: center;
  cursor: pointer;
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-1 {
    height: 26px;
    min-height: 26px;
    max-height: 26px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-1 {
    height: 26px;
    min-height: 26px;
    max-height: 26px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-2 {
    height: 52px;
    min-height: 52px;
    max-height: 52px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-2 {
    height: 52px;
    min-height: 52px;
    max-height: 52px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-3 {
    height: 78px;
    min-height: 78px;
    max-height: 78px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-3 {
    height: 78px;
    min-height: 78px;
    max-height: 78px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-4 {
    height: 104px;
    min-height: 104px;
    max-height: 104px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-4 {
    height: 104px;
    min-height: 104px;
    max-height: 104px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-5 {
    height: 130px;
    min-height: 130px;
    max-height: 130px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-5 {
    height: 130px;
    min-height: 130px;
    max-height: 130px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-6 {
    height: 156px;
    min-height: 156px;
    max-height: 156px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-6 {
    height: 156px;
    min-height: 156px;
    max-height: 156px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-7 {
    height: 182px;
    min-height: 182px;
    max-height: 182px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-7 {
    height: 182px;
    min-height: 182px;
    max-height: 182px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-8 {
    height: 208px;
    min-height: 208px;
    max-height: 208px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-8 {
    height: 208px;
    min-height: 208px;
    max-height: 208px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-9 {
    height: 234px;
    min-height: 234px;
    max-height: 234px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-9 {
    height: 234px;
    min-height: 234px;
    max-height: 234px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-10 {
    height: 260px;
    min-height: 260px;
    max-height: 260px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-10 {
    height: 260px;
    min-height: 260px;
    max-height: 260px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-11 {
    height: 286px;
    min-height: 286px;
    max-height: 286px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-11 {
    height: 286px;
    min-height: 286px;
    max-height: 286px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-12 {
    height: 312px;
    min-height: 312px;
    max-height: 312px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-12 {
    height: 312px;
    min-height: 312px;
    max-height: 312px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-13 {
    height: 338px;
    min-height: 338px;
    max-height: 338px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-13 {
    height: 338px;
    min-height: 338px;
    max-height: 338px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-14 {
    height: 364px;
    min-height: 364px;
    max-height: 364px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-14 {
    height: 364px;
    min-height: 364px;
    max-height: 364px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-15 {
    height: 390px;
    min-height: 390px;
    max-height: 390px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-15 {
    height: 390px;
    min-height: 390px;
    max-height: 390px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-16 {
    height: 416px;
    min-height: 416px;
    max-height: 416px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-16 {
    height: 416px;
    min-height: 416px;
    max-height: 416px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-17 {
    height: 442px;
    min-height: 442px;
    max-height: 442px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-17 {
    height: 442px;
    min-height: 442px;
    max-height: 442px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-18 {
    height: 468px;
    min-height: 468px;
    max-height: 468px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-18 {
    height: 468px;
    min-height: 468px;
    max-height: 468px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-19 {
    height: 494px;
    min-height: 494px;
    max-height: 494px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-19 {
    height: 494px;
    min-height: 494px;
    max-height: 494px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-20 {
    height: 520px;
    min-height: 520px;
    max-height: 520px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-20 {
    height: 520px;
    min-height: 520px;
    max-height: 520px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-21 {
    height: 546px;
    min-height: 546px;
    max-height: 546px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-21 {
    height: 546px;
    min-height: 546px;
    max-height: 546px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-22 {
    height: 572px;
    min-height: 572px;
    max-height: 572px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-22 {
    height: 572px;
    min-height: 572px;
    max-height: 572px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-23 {
    height: 598px;
    min-height: 598px;
    max-height: 598px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-23 {
    height: 598px;
    min-height: 598px;
    max-height: 598px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-24 {
    height: 624px;
    min-height: 624px;
    max-height: 624px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-24 {
    height: 624px;
    min-height: 624px;
    max-height: 624px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-25 {
    height: 650px;
    min-height: 650px;
    max-height: 650px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-25 {
    height: 650px;
    min-height: 650px;
    max-height: 650px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-26 {
    height: 676px;
    min-height: 676px;
    max-height: 676px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-26 {
    height: 676px;
    min-height: 676px;
    max-height: 676px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-27 {
    height: 702px;
    min-height: 702px;
    max-height: 702px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-27 {
    height: 702px;
    min-height: 702px;
    max-height: 702px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-28 {
    height: 728px;
    min-height: 728px;
    max-height: 728px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-28 {
    height: 728px;
    min-height: 728px;
    max-height: 728px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-29 {
    height: 754px;
    min-height: 754px;
    max-height: 754px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-29 {
    height: 754px;
    min-height: 754px;
    max-height: 754px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-30 {
    height: 780px;
    min-height: 780px;
    max-height: 780px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-30 {
    height: 780px;
    min-height: 780px;
    max-height: 780px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-31 {
    height: 806px;
    min-height: 806px;
    max-height: 806px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-31 {
    height: 806px;
    min-height: 806px;
    max-height: 806px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-32 {
    height: 832px;
    min-height: 832px;
    max-height: 832px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-32 {
    height: 832px;
    min-height: 832px;
    max-height: 832px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-33 {
    height: 858px;
    min-height: 858px;
    max-height: 858px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-33 {
    height: 858px;
    min-height: 858px;
    max-height: 858px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-34 {
    height: 884px;
    min-height: 884px;
    max-height: 884px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-34 {
    height: 884px;
    min-height: 884px;
    max-height: 884px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-35 {
    height: 910px;
    min-height: 910px;
    max-height: 910px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-35 {
    height: 910px;
    min-height: 910px;
    max-height: 910px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-36 {
    height: 936px;
    min-height: 936px;
    max-height: 936px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-36 {
    height: 936px;
    min-height: 936px;
    max-height: 936px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-37 {
    height: 962px;
    min-height: 962px;
    max-height: 962px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-37 {
    height: 962px;
    min-height: 962px;
    max-height: 962px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-38 {
    height: 988px;
    min-height: 988px;
    max-height: 988px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-38 {
    height: 988px;
    min-height: 988px;
    max-height: 988px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-39 {
    height: 1014px;
    min-height: 1014px;
    max-height: 1014px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-39 {
    height: 1014px;
    min-height: 1014px;
    max-height: 1014px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-40 {
    height: 1040px;
    min-height: 1040px;
    max-height: 1040px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-40 {
    height: 1040px;
    min-height: 1040px;
    max-height: 1040px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-41 {
    height: 1066px;
    min-height: 1066px;
    max-height: 1066px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-41 {
    height: 1066px;
    min-height: 1066px;
    max-height: 1066px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-42 {
    height: 1092px;
    min-height: 1092px;
    max-height: 1092px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-42 {
    height: 1092px;
    min-height: 1092px;
    max-height: 1092px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-43 {
    height: 1118px;
    min-height: 1118px;
    max-height: 1118px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-43 {
    height: 1118px;
    min-height: 1118px;
    max-height: 1118px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-44 {
    height: 1144px;
    min-height: 1144px;
    max-height: 1144px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-44 {
    height: 1144px;
    min-height: 1144px;
    max-height: 1144px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-45 {
    height: 1170px;
    min-height: 1170px;
    max-height: 1170px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-45 {
    height: 1170px;
    min-height: 1170px;
    max-height: 1170px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-46 {
    height: 1196px;
    min-height: 1196px;
    max-height: 1196px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-46 {
    height: 1196px;
    min-height: 1196px;
    max-height: 1196px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-47 {
    height: 1222px;
    min-height: 1222px;
    max-height: 1222px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-47 {
    height: 1222px;
    min-height: 1222px;
    max-height: 1222px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-48 {
    height: 1248px;
    min-height: 1248px;
    max-height: 1248px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-48 {
    height: 1248px;
    min-height: 1248px;
    max-height: 1248px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-49 {
    height: 1274px;
    min-height: 1274px;
    max-height: 1274px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-49 {
    height: 1274px;
    min-height: 1274px;
    max-height: 1274px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-50 {
    height: 1300px;
    min-height: 1300px;
    max-height: 1300px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-50 {
    height: 1300px;
    min-height: 1300px;
    max-height: 1300px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-51 {
    height: 1326px;
    min-height: 1326px;
    max-height: 1326px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-51 {
    height: 1326px;
    min-height: 1326px;
    max-height: 1326px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-52 {
    height: 1352px;
    min-height: 1352px;
    max-height: 1352px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-52 {
    height: 1352px;
    min-height: 1352px;
    max-height: 1352px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-53 {
    height: 1378px;
    min-height: 1378px;
    max-height: 1378px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-53 {
    height: 1378px;
    min-height: 1378px;
    max-height: 1378px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-54 {
    height: 1404px;
    min-height: 1404px;
    max-height: 1404px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-54 {
    height: 1404px;
    min-height: 1404px;
    max-height: 1404px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-55 {
    height: 1430px;
    min-height: 1430px;
    max-height: 1430px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-55 {
    height: 1430px;
    min-height: 1430px;
    max-height: 1430px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-56 {
    height: 1456px;
    min-height: 1456px;
    max-height: 1456px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-56 {
    height: 1456px;
    min-height: 1456px;
    max-height: 1456px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-57 {
    height: 1482px;
    min-height: 1482px;
    max-height: 1482px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-57 {
    height: 1482px;
    min-height: 1482px;
    max-height: 1482px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-58 {
    height: 1508px;
    min-height: 1508px;
    max-height: 1508px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-58 {
    height: 1508px;
    min-height: 1508px;
    max-height: 1508px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-59 {
    height: 1534px;
    min-height: 1534px;
    max-height: 1534px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-59 {
    height: 1534px;
    min-height: 1534px;
    max-height: 1534px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-60 {
    height: 1560px;
    min-height: 1560px;
    max-height: 1560px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-60 {
    height: 1560px;
    min-height: 1560px;
    max-height: 1560px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-61 {
    height: 1586px;
    min-height: 1586px;
    max-height: 1586px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-61 {
    height: 1586px;
    min-height: 1586px;
    max-height: 1586px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-62 {
    height: 1612px;
    min-height: 1612px;
    max-height: 1612px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-62 {
    height: 1612px;
    min-height: 1612px;
    max-height: 1612px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-63 {
    height: 1638px;
    min-height: 1638px;
    max-height: 1638px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-63 {
    height: 1638px;
    min-height: 1638px;
    max-height: 1638px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-64 {
    height: 1664px;
    min-height: 1664px;
    max-height: 1664px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-64 {
    height: 1664px;
    min-height: 1664px;
    max-height: 1664px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-65 {
    height: 1690px;
    min-height: 1690px;
    max-height: 1690px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-65 {
    height: 1690px;
    min-height: 1690px;
    max-height: 1690px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-66 {
    height: 1716px;
    min-height: 1716px;
    max-height: 1716px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-66 {
    height: 1716px;
    min-height: 1716px;
    max-height: 1716px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-67 {
    height: 1742px;
    min-height: 1742px;
    max-height: 1742px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-67 {
    height: 1742px;
    min-height: 1742px;
    max-height: 1742px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-68 {
    height: 1768px;
    min-height: 1768px;
    max-height: 1768px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-68 {
    height: 1768px;
    min-height: 1768px;
    max-height: 1768px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-69 {
    height: 1794px;
    min-height: 1794px;
    max-height: 1794px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-69 {
    height: 1794px;
    min-height: 1794px;
    max-height: 1794px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-70 {
    height: 1820px;
    min-height: 1820px;
    max-height: 1820px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-70 {
    height: 1820px;
    min-height: 1820px;
    max-height: 1820px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-71 {
    height: 1846px;
    min-height: 1846px;
    max-height: 1846px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-71 {
    height: 1846px;
    min-height: 1846px;
    max-height: 1846px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-72 {
    height: 1872px;
    min-height: 1872px;
    max-height: 1872px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-72 {
    height: 1872px;
    min-height: 1872px;
    max-height: 1872px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-73 {
    height: 1898px;
    min-height: 1898px;
    max-height: 1898px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-73 {
    height: 1898px;
    min-height: 1898px;
    max-height: 1898px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-74 {
    height: 1924px;
    min-height: 1924px;
    max-height: 1924px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-74 {
    height: 1924px;
    min-height: 1924px;
    max-height: 1924px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-75 {
    height: 1950px;
    min-height: 1950px;
    max-height: 1950px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-75 {
    height: 1950px;
    min-height: 1950px;
    max-height: 1950px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-76 {
    height: 1976px;
    min-height: 1976px;
    max-height: 1976px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-76 {
    height: 1976px;
    min-height: 1976px;
    max-height: 1976px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-77 {
    height: 2002px;
    min-height: 2002px;
    max-height: 2002px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-77 {
    height: 2002px;
    min-height: 2002px;
    max-height: 2002px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-78 {
    height: 2028px;
    min-height: 2028px;
    max-height: 2028px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-78 {
    height: 2028px;
    min-height: 2028px;
    max-height: 2028px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-79 {
    height: 2054px;
    min-height: 2054px;
    max-height: 2054px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-79 {
    height: 2054px;
    min-height: 2054px;
    max-height: 2054px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-80 {
    height: 2080px;
    min-height: 2080px;
    max-height: 2080px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-80 {
    height: 2080px;
    min-height: 2080px;
    max-height: 2080px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-81 {
    height: 2106px;
    min-height: 2106px;
    max-height: 2106px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-81 {
    height: 2106px;
    min-height: 2106px;
    max-height: 2106px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-82 {
    height: 2132px;
    min-height: 2132px;
    max-height: 2132px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-82 {
    height: 2132px;
    min-height: 2132px;
    max-height: 2132px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-83 {
    height: 2158px;
    min-height: 2158px;
    max-height: 2158px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-83 {
    height: 2158px;
    min-height: 2158px;
    max-height: 2158px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-84 {
    height: 2184px;
    min-height: 2184px;
    max-height: 2184px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-84 {
    height: 2184px;
    min-height: 2184px;
    max-height: 2184px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-85 {
    height: 2210px;
    min-height: 2210px;
    max-height: 2210px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-85 {
    height: 2210px;
    min-height: 2210px;
    max-height: 2210px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-86 {
    height: 2236px;
    min-height: 2236px;
    max-height: 2236px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-86 {
    height: 2236px;
    min-height: 2236px;
    max-height: 2236px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-87 {
    height: 2262px;
    min-height: 2262px;
    max-height: 2262px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-87 {
    height: 2262px;
    min-height: 2262px;
    max-height: 2262px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-88 {
    height: 2288px;
    min-height: 2288px;
    max-height: 2288px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-88 {
    height: 2288px;
    min-height: 2288px;
    max-height: 2288px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-89 {
    height: 2314px;
    min-height: 2314px;
    max-height: 2314px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-89 {
    height: 2314px;
    min-height: 2314px;
    max-height: 2314px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-90 {
    height: 2340px;
    min-height: 2340px;
    max-height: 2340px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-90 {
    height: 2340px;
    min-height: 2340px;
    max-height: 2340px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-91 {
    height: 2366px;
    min-height: 2366px;
    max-height: 2366px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-91 {
    height: 2366px;
    min-height: 2366px;
    max-height: 2366px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-92 {
    height: 2392px;
    min-height: 2392px;
    max-height: 2392px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-92 {
    height: 2392px;
    min-height: 2392px;
    max-height: 2392px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-93 {
    height: 2418px;
    min-height: 2418px;
    max-height: 2418px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-93 {
    height: 2418px;
    min-height: 2418px;
    max-height: 2418px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-94 {
    height: 2444px;
    min-height: 2444px;
    max-height: 2444px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-94 {
    height: 2444px;
    min-height: 2444px;
    max-height: 2444px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-95 {
    height: 2470px;
    min-height: 2470px;
    max-height: 2470px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-95 {
    height: 2470px;
    min-height: 2470px;
    max-height: 2470px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-96 {
    height: 2496px;
    min-height: 2496px;
    max-height: 2496px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-96 {
    height: 2496px;
    min-height: 2496px;
    max-height: 2496px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-97 {
    height: 2522px;
    min-height: 2522px;
    max-height: 2522px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-97 {
    height: 2522px;
    min-height: 2522px;
    max-height: 2522px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-98 {
    height: 2548px;
    min-height: 2548px;
    max-height: 2548px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-98 {
    height: 2548px;
    min-height: 2548px;
    max-height: 2548px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-99 {
    height: 2574px;
    min-height: 2574px;
    max-height: 2574px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-99 {
    height: 2574px;
    min-height: 2574px;
    max-height: 2574px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-100 {
    height: 2600px;
    min-height: 2600px;
    max-height: 2600px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-100 {
    height: 2600px;
    min-height: 2600px;
    max-height: 2600px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-101 {
    height: 2626px;
    min-height: 2626px;
    max-height: 2626px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-101 {
    height: 2626px;
    min-height: 2626px;
    max-height: 2626px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-102 {
    height: 2652px;
    min-height: 2652px;
    max-height: 2652px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-102 {
    height: 2652px;
    min-height: 2652px;
    max-height: 2652px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-103 {
    height: 2678px;
    min-height: 2678px;
    max-height: 2678px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-103 {
    height: 2678px;
    min-height: 2678px;
    max-height: 2678px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-104 {
    height: 2704px;
    min-height: 2704px;
    max-height: 2704px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-104 {
    height: 2704px;
    min-height: 2704px;
    max-height: 2704px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-105 {
    height: 2730px;
    min-height: 2730px;
    max-height: 2730px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-105 {
    height: 2730px;
    min-height: 2730px;
    max-height: 2730px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-106 {
    height: 2756px;
    min-height: 2756px;
    max-height: 2756px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-106 {
    height: 2756px;
    min-height: 2756px;
    max-height: 2756px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-107 {
    height: 2782px;
    min-height: 2782px;
    max-height: 2782px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-107 {
    height: 2782px;
    min-height: 2782px;
    max-height: 2782px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-108 {
    height: 2808px;
    min-height: 2808px;
    max-height: 2808px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-108 {
    height: 2808px;
    min-height: 2808px;
    max-height: 2808px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-109 {
    height: 2834px;
    min-height: 2834px;
    max-height: 2834px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-109 {
    height: 2834px;
    min-height: 2834px;
    max-height: 2834px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-110 {
    height: 2860px;
    min-height: 2860px;
    max-height: 2860px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-110 {
    height: 2860px;
    min-height: 2860px;
    max-height: 2860px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-111 {
    height: 2886px;
    min-height: 2886px;
    max-height: 2886px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-111 {
    height: 2886px;
    min-height: 2886px;
    max-height: 2886px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-112 {
    height: 2912px;
    min-height: 2912px;
    max-height: 2912px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-112 {
    height: 2912px;
    min-height: 2912px;
    max-height: 2912px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-113 {
    height: 2938px;
    min-height: 2938px;
    max-height: 2938px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-113 {
    height: 2938px;
    min-height: 2938px;
    max-height: 2938px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-114 {
    height: 2964px;
    min-height: 2964px;
    max-height: 2964px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-114 {
    height: 2964px;
    min-height: 2964px;
    max-height: 2964px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-115 {
    height: 2990px;
    min-height: 2990px;
    max-height: 2990px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-115 {
    height: 2990px;
    min-height: 2990px;
    max-height: 2990px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-116 {
    height: 3016px;
    min-height: 3016px;
    max-height: 3016px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-116 {
    height: 3016px;
    min-height: 3016px;
    max-height: 3016px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-117 {
    height: 3042px;
    min-height: 3042px;
    max-height: 3042px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-117 {
    height: 3042px;
    min-height: 3042px;
    max-height: 3042px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-118 {
    height: 3068px;
    min-height: 3068px;
    max-height: 3068px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-118 {
    height: 3068px;
    min-height: 3068px;
    max-height: 3068px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-119 {
    height: 3094px;
    min-height: 3094px;
    max-height: 3094px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-119 {
    height: 3094px;
    min-height: 3094px;
    max-height: 3094px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-120 {
    height: 3120px;
    min-height: 3120px;
    max-height: 3120px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-120 {
    height: 3120px;
    min-height: 3120px;
    max-height: 3120px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-121 {
    height: 3146px;
    min-height: 3146px;
    max-height: 3146px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-121 {
    height: 3146px;
    min-height: 3146px;
    max-height: 3146px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-122 {
    height: 3172px;
    min-height: 3172px;
    max-height: 3172px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-122 {
    height: 3172px;
    min-height: 3172px;
    max-height: 3172px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-123 {
    height: 3198px;
    min-height: 3198px;
    max-height: 3198px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-123 {
    height: 3198px;
    min-height: 3198px;
    max-height: 3198px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-124 {
    height: 3224px;
    min-height: 3224px;
    max-height: 3224px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-124 {
    height: 3224px;
    min-height: 3224px;
    max-height: 3224px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-125 {
    height: 3250px;
    min-height: 3250px;
    max-height: 3250px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-125 {
    height: 3250px;
    min-height: 3250px;
    max-height: 3250px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-126 {
    height: 3276px;
    min-height: 3276px;
    max-height: 3276px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-126 {
    height: 3276px;
    min-height: 3276px;
    max-height: 3276px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-127 {
    height: 3302px;
    min-height: 3302px;
    max-height: 3302px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-127 {
    height: 3302px;
    min-height: 3302px;
    max-height: 3302px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-128 {
    height: 3328px;
    min-height: 3328px;
    max-height: 3328px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-128 {
    height: 3328px;
    min-height: 3328px;
    max-height: 3328px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-129 {
    height: 3354px;
    min-height: 3354px;
    max-height: 3354px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-129 {
    height: 3354px;
    min-height: 3354px;
    max-height: 3354px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-130 {
    height: 3380px;
    min-height: 3380px;
    max-height: 3380px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-130 {
    height: 3380px;
    min-height: 3380px;
    max-height: 3380px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-131 {
    height: 3406px;
    min-height: 3406px;
    max-height: 3406px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-131 {
    height: 3406px;
    min-height: 3406px;
    max-height: 3406px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-132 {
    height: 3432px;
    min-height: 3432px;
    max-height: 3432px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-132 {
    height: 3432px;
    min-height: 3432px;
    max-height: 3432px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-133 {
    height: 3458px;
    min-height: 3458px;
    max-height: 3458px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-133 {
    height: 3458px;
    min-height: 3458px;
    max-height: 3458px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-134 {
    height: 3484px;
    min-height: 3484px;
    max-height: 3484px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-134 {
    height: 3484px;
    min-height: 3484px;
    max-height: 3484px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-135 {
    height: 3510px;
    min-height: 3510px;
    max-height: 3510px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-135 {
    height: 3510px;
    min-height: 3510px;
    max-height: 3510px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-136 {
    height: 3536px;
    min-height: 3536px;
    max-height: 3536px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-136 {
    height: 3536px;
    min-height: 3536px;
    max-height: 3536px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-137 {
    height: 3562px;
    min-height: 3562px;
    max-height: 3562px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-137 {
    height: 3562px;
    min-height: 3562px;
    max-height: 3562px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-138 {
    height: 3588px;
    min-height: 3588px;
    max-height: 3588px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-138 {
    height: 3588px;
    min-height: 3588px;
    max-height: 3588px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-139 {
    height: 3614px;
    min-height: 3614px;
    max-height: 3614px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-139 {
    height: 3614px;
    min-height: 3614px;
    max-height: 3614px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-140 {
    height: 3640px;
    min-height: 3640px;
    max-height: 3640px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-140 {
    height: 3640px;
    min-height: 3640px;
    max-height: 3640px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-141 {
    height: 3666px;
    min-height: 3666px;
    max-height: 3666px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-141 {
    height: 3666px;
    min-height: 3666px;
    max-height: 3666px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-142 {
    height: 3692px;
    min-height: 3692px;
    max-height: 3692px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-142 {
    height: 3692px;
    min-height: 3692px;
    max-height: 3692px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-143 {
    height: 3718px;
    min-height: 3718px;
    max-height: 3718px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-143 {
    height: 3718px;
    min-height: 3718px;
    max-height: 3718px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-144 {
    height: 3744px;
    min-height: 3744px;
    max-height: 3744px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-144 {
    height: 3744px;
    min-height: 3744px;
    max-height: 3744px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-145 {
    height: 3770px;
    min-height: 3770px;
    max-height: 3770px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-145 {
    height: 3770px;
    min-height: 3770px;
    max-height: 3770px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-146 {
    height: 3796px;
    min-height: 3796px;
    max-height: 3796px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-146 {
    height: 3796px;
    min-height: 3796px;
    max-height: 3796px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-147 {
    height: 3822px;
    min-height: 3822px;
    max-height: 3822px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-147 {
    height: 3822px;
    min-height: 3822px;
    max-height: 3822px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-148 {
    height: 3848px;
    min-height: 3848px;
    max-height: 3848px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-148 {
    height: 3848px;
    min-height: 3848px;
    max-height: 3848px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-149 {
    height: 3874px;
    min-height: 3874px;
    max-height: 3874px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-149 {
    height: 3874px;
    min-height: 3874px;
    max-height: 3874px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-150 {
    height: 3900px;
    min-height: 3900px;
    max-height: 3900px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-150 {
    height: 3900px;
    min-height: 3900px;
    max-height: 3900px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-151 {
    height: 3926px;
    min-height: 3926px;
    max-height: 3926px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-151 {
    height: 3926px;
    min-height: 3926px;
    max-height: 3926px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-152 {
    height: 3952px;
    min-height: 3952px;
    max-height: 3952px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-152 {
    height: 3952px;
    min-height: 3952px;
    max-height: 3952px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-153 {
    height: 3978px;
    min-height: 3978px;
    max-height: 3978px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-153 {
    height: 3978px;
    min-height: 3978px;
    max-height: 3978px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-154 {
    height: 4004px;
    min-height: 4004px;
    max-height: 4004px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-154 {
    height: 4004px;
    min-height: 4004px;
    max-height: 4004px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-155 {
    height: 4030px;
    min-height: 4030px;
    max-height: 4030px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-155 {
    height: 4030px;
    min-height: 4030px;
    max-height: 4030px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-156 {
    height: 4056px;
    min-height: 4056px;
    max-height: 4056px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-156 {
    height: 4056px;
    min-height: 4056px;
    max-height: 4056px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-157 {
    height: 4082px;
    min-height: 4082px;
    max-height: 4082px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-157 {
    height: 4082px;
    min-height: 4082px;
    max-height: 4082px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-158 {
    height: 4108px;
    min-height: 4108px;
    max-height: 4108px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-158 {
    height: 4108px;
    min-height: 4108px;
    max-height: 4108px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-159 {
    height: 4134px;
    min-height: 4134px;
    max-height: 4134px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-159 {
    height: 4134px;
    min-height: 4134px;
    max-height: 4134px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-160 {
    height: 4160px;
    min-height: 4160px;
    max-height: 4160px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-160 {
    height: 4160px;
    min-height: 4160px;
    max-height: 4160px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-161 {
    height: 4186px;
    min-height: 4186px;
    max-height: 4186px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-161 {
    height: 4186px;
    min-height: 4186px;
    max-height: 4186px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-162 {
    height: 4212px;
    min-height: 4212px;
    max-height: 4212px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-162 {
    height: 4212px;
    min-height: 4212px;
    max-height: 4212px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-163 {
    height: 4238px;
    min-height: 4238px;
    max-height: 4238px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-163 {
    height: 4238px;
    min-height: 4238px;
    max-height: 4238px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-164 {
    height: 4264px;
    min-height: 4264px;
    max-height: 4264px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-164 {
    height: 4264px;
    min-height: 4264px;
    max-height: 4264px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-165 {
    height: 4290px;
    min-height: 4290px;
    max-height: 4290px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-165 {
    height: 4290px;
    min-height: 4290px;
    max-height: 4290px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-166 {
    height: 4316px;
    min-height: 4316px;
    max-height: 4316px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-166 {
    height: 4316px;
    min-height: 4316px;
    max-height: 4316px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-167 {
    height: 4342px;
    min-height: 4342px;
    max-height: 4342px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-167 {
    height: 4342px;
    min-height: 4342px;
    max-height: 4342px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-168 {
    height: 4368px;
    min-height: 4368px;
    max-height: 4368px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-168 {
    height: 4368px;
    min-height: 4368px;
    max-height: 4368px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-169 {
    height: 4394px;
    min-height: 4394px;
    max-height: 4394px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-169 {
    height: 4394px;
    min-height: 4394px;
    max-height: 4394px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-170 {
    height: 4420px;
    min-height: 4420px;
    max-height: 4420px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-170 {
    height: 4420px;
    min-height: 4420px;
    max-height: 4420px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-171 {
    height: 4446px;
    min-height: 4446px;
    max-height: 4446px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-171 {
    height: 4446px;
    min-height: 4446px;
    max-height: 4446px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-172 {
    height: 4472px;
    min-height: 4472px;
    max-height: 4472px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-172 {
    height: 4472px;
    min-height: 4472px;
    max-height: 4472px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-173 {
    height: 4498px;
    min-height: 4498px;
    max-height: 4498px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-173 {
    height: 4498px;
    min-height: 4498px;
    max-height: 4498px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-174 {
    height: 4524px;
    min-height: 4524px;
    max-height: 4524px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-174 {
    height: 4524px;
    min-height: 4524px;
    max-height: 4524px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-175 {
    height: 4550px;
    min-height: 4550px;
    max-height: 4550px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-175 {
    height: 4550px;
    min-height: 4550px;
    max-height: 4550px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-176 {
    height: 4576px;
    min-height: 4576px;
    max-height: 4576px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-176 {
    height: 4576px;
    min-height: 4576px;
    max-height: 4576px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-177 {
    height: 4602px;
    min-height: 4602px;
    max-height: 4602px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-177 {
    height: 4602px;
    min-height: 4602px;
    max-height: 4602px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-178 {
    height: 4628px;
    min-height: 4628px;
    max-height: 4628px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-178 {
    height: 4628px;
    min-height: 4628px;
    max-height: 4628px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-179 {
    height: 4654px;
    min-height: 4654px;
    max-height: 4654px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-179 {
    height: 4654px;
    min-height: 4654px;
    max-height: 4654px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-180 {
    height: 4680px;
    min-height: 4680px;
    max-height: 4680px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-180 {
    height: 4680px;
    min-height: 4680px;
    max-height: 4680px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-181 {
    height: 4706px;
    min-height: 4706px;
    max-height: 4706px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-181 {
    height: 4706px;
    min-height: 4706px;
    max-height: 4706px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-182 {
    height: 4732px;
    min-height: 4732px;
    max-height: 4732px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-182 {
    height: 4732px;
    min-height: 4732px;
    max-height: 4732px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-183 {
    height: 4758px;
    min-height: 4758px;
    max-height: 4758px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-183 {
    height: 4758px;
    min-height: 4758px;
    max-height: 4758px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-184 {
    height: 4784px;
    min-height: 4784px;
    max-height: 4784px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-184 {
    height: 4784px;
    min-height: 4784px;
    max-height: 4784px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-185 {
    height: 4810px;
    min-height: 4810px;
    max-height: 4810px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-185 {
    height: 4810px;
    min-height: 4810px;
    max-height: 4810px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-186 {
    height: 4836px;
    min-height: 4836px;
    max-height: 4836px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-186 {
    height: 4836px;
    min-height: 4836px;
    max-height: 4836px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-187 {
    height: 4862px;
    min-height: 4862px;
    max-height: 4862px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-187 {
    height: 4862px;
    min-height: 4862px;
    max-height: 4862px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-188 {
    height: 4888px;
    min-height: 4888px;
    max-height: 4888px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-188 {
    height: 4888px;
    min-height: 4888px;
    max-height: 4888px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-189 {
    height: 4914px;
    min-height: 4914px;
    max-height: 4914px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-189 {
    height: 4914px;
    min-height: 4914px;
    max-height: 4914px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-190 {
    height: 4940px;
    min-height: 4940px;
    max-height: 4940px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-190 {
    height: 4940px;
    min-height: 4940px;
    max-height: 4940px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-191 {
    height: 4966px;
    min-height: 4966px;
    max-height: 4966px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-191 {
    height: 4966px;
    min-height: 4966px;
    max-height: 4966px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-192 {
    height: 4992px;
    min-height: 4992px;
    max-height: 4992px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-192 {
    height: 4992px;
    min-height: 4992px;
    max-height: 4992px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-193 {
    height: 5018px;
    min-height: 5018px;
    max-height: 5018px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-193 {
    height: 5018px;
    min-height: 5018px;
    max-height: 5018px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-194 {
    height: 5044px;
    min-height: 5044px;
    max-height: 5044px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-194 {
    height: 5044px;
    min-height: 5044px;
    max-height: 5044px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-195 {
    height: 5070px;
    min-height: 5070px;
    max-height: 5070px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-195 {
    height: 5070px;
    min-height: 5070px;
    max-height: 5070px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-196 {
    height: 5096px;
    min-height: 5096px;
    max-height: 5096px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-196 {
    height: 5096px;
    min-height: 5096px;
    max-height: 5096px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-197 {
    height: 5122px;
    min-height: 5122px;
    max-height: 5122px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-197 {
    height: 5122px;
    min-height: 5122px;
    max-height: 5122px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-198 {
    height: 5148px;
    min-height: 5148px;
    max-height: 5148px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-198 {
    height: 5148px;
    min-height: 5148px;
    max-height: 5148px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-199 {
    height: 5174px;
    min-height: 5174px;
    max-height: 5174px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-199 {
    height: 5174px;
    min-height: 5174px;
    max-height: 5174px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-200 {
    height: 5200px;
    min-height: 5200px;
    max-height: 5200px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-200 {
    height: 5200px;
    min-height: 5200px;
    max-height: 5200px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-201 {
    height: 5226px;
    min-height: 5226px;
    max-height: 5226px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-201 {
    height: 5226px;
    min-height: 5226px;
    max-height: 5226px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-202 {
    height: 5252px;
    min-height: 5252px;
    max-height: 5252px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-202 {
    height: 5252px;
    min-height: 5252px;
    max-height: 5252px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-203 {
    height: 5278px;
    min-height: 5278px;
    max-height: 5278px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-203 {
    height: 5278px;
    min-height: 5278px;
    max-height: 5278px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-204 {
    height: 5304px;
    min-height: 5304px;
    max-height: 5304px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-204 {
    height: 5304px;
    min-height: 5304px;
    max-height: 5304px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-205 {
    height: 5330px;
    min-height: 5330px;
    max-height: 5330px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-205 {
    height: 5330px;
    min-height: 5330px;
    max-height: 5330px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-206 {
    height: 5356px;
    min-height: 5356px;
    max-height: 5356px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-206 {
    height: 5356px;
    min-height: 5356px;
    max-height: 5356px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-207 {
    height: 5382px;
    min-height: 5382px;
    max-height: 5382px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-207 {
    height: 5382px;
    min-height: 5382px;
    max-height: 5382px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-208 {
    height: 5408px;
    min-height: 5408px;
    max-height: 5408px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-208 {
    height: 5408px;
    min-height: 5408px;
    max-height: 5408px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-209 {
    height: 5434px;
    min-height: 5434px;
    max-height: 5434px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-209 {
    height: 5434px;
    min-height: 5434px;
    max-height: 5434px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-210 {
    height: 5460px;
    min-height: 5460px;
    max-height: 5460px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-210 {
    height: 5460px;
    min-height: 5460px;
    max-height: 5460px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-211 {
    height: 5486px;
    min-height: 5486px;
    max-height: 5486px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-211 {
    height: 5486px;
    min-height: 5486px;
    max-height: 5486px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-212 {
    height: 5512px;
    min-height: 5512px;
    max-height: 5512px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-212 {
    height: 5512px;
    min-height: 5512px;
    max-height: 5512px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-213 {
    height: 5538px;
    min-height: 5538px;
    max-height: 5538px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-213 {
    height: 5538px;
    min-height: 5538px;
    max-height: 5538px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-214 {
    height: 5564px;
    min-height: 5564px;
    max-height: 5564px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-214 {
    height: 5564px;
    min-height: 5564px;
    max-height: 5564px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-215 {
    height: 5590px;
    min-height: 5590px;
    max-height: 5590px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-215 {
    height: 5590px;
    min-height: 5590px;
    max-height: 5590px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-216 {
    height: 5616px;
    min-height: 5616px;
    max-height: 5616px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-216 {
    height: 5616px;
    min-height: 5616px;
    max-height: 5616px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-217 {
    height: 5642px;
    min-height: 5642px;
    max-height: 5642px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-217 {
    height: 5642px;
    min-height: 5642px;
    max-height: 5642px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-218 {
    height: 5668px;
    min-height: 5668px;
    max-height: 5668px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-218 {
    height: 5668px;
    min-height: 5668px;
    max-height: 5668px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-219 {
    height: 5694px;
    min-height: 5694px;
    max-height: 5694px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-219 {
    height: 5694px;
    min-height: 5694px;
    max-height: 5694px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-220 {
    height: 5720px;
    min-height: 5720px;
    max-height: 5720px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-220 {
    height: 5720px;
    min-height: 5720px;
    max-height: 5720px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-221 {
    height: 5746px;
    min-height: 5746px;
    max-height: 5746px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-221 {
    height: 5746px;
    min-height: 5746px;
    max-height: 5746px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-222 {
    height: 5772px;
    min-height: 5772px;
    max-height: 5772px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-222 {
    height: 5772px;
    min-height: 5772px;
    max-height: 5772px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-223 {
    height: 5798px;
    min-height: 5798px;
    max-height: 5798px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-223 {
    height: 5798px;
    min-height: 5798px;
    max-height: 5798px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-224 {
    height: 5824px;
    min-height: 5824px;
    max-height: 5824px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-224 {
    height: 5824px;
    min-height: 5824px;
    max-height: 5824px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-225 {
    height: 5850px;
    min-height: 5850px;
    max-height: 5850px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-225 {
    height: 5850px;
    min-height: 5850px;
    max-height: 5850px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-226 {
    height: 5876px;
    min-height: 5876px;
    max-height: 5876px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-226 {
    height: 5876px;
    min-height: 5876px;
    max-height: 5876px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-227 {
    height: 5902px;
    min-height: 5902px;
    max-height: 5902px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-227 {
    height: 5902px;
    min-height: 5902px;
    max-height: 5902px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-228 {
    height: 5928px;
    min-height: 5928px;
    max-height: 5928px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-228 {
    height: 5928px;
    min-height: 5928px;
    max-height: 5928px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-229 {
    height: 5954px;
    min-height: 5954px;
    max-height: 5954px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-229 {
    height: 5954px;
    min-height: 5954px;
    max-height: 5954px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-230 {
    height: 5980px;
    min-height: 5980px;
    max-height: 5980px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-230 {
    height: 5980px;
    min-height: 5980px;
    max-height: 5980px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-231 {
    height: 6006px;
    min-height: 6006px;
    max-height: 6006px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-231 {
    height: 6006px;
    min-height: 6006px;
    max-height: 6006px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-232 {
    height: 6032px;
    min-height: 6032px;
    max-height: 6032px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-232 {
    height: 6032px;
    min-height: 6032px;
    max-height: 6032px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-233 {
    height: 6058px;
    min-height: 6058px;
    max-height: 6058px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-233 {
    height: 6058px;
    min-height: 6058px;
    max-height: 6058px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-234 {
    height: 6084px;
    min-height: 6084px;
    max-height: 6084px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-234 {
    height: 6084px;
    min-height: 6084px;
    max-height: 6084px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-235 {
    height: 6110px;
    min-height: 6110px;
    max-height: 6110px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-235 {
    height: 6110px;
    min-height: 6110px;
    max-height: 6110px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-236 {
    height: 6136px;
    min-height: 6136px;
    max-height: 6136px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-236 {
    height: 6136px;
    min-height: 6136px;
    max-height: 6136px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-237 {
    height: 6162px;
    min-height: 6162px;
    max-height: 6162px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-237 {
    height: 6162px;
    min-height: 6162px;
    max-height: 6162px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-238 {
    height: 6188px;
    min-height: 6188px;
    max-height: 6188px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-238 {
    height: 6188px;
    min-height: 6188px;
    max-height: 6188px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-239 {
    height: 6214px;
    min-height: 6214px;
    max-height: 6214px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-239 {
    height: 6214px;
    min-height: 6214px;
    max-height: 6214px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-240 {
    height: 6240px;
    min-height: 6240px;
    max-height: 6240px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-240 {
    height: 6240px;
    min-height: 6240px;
    max-height: 6240px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-241 {
    height: 6266px;
    min-height: 6266px;
    max-height: 6266px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-241 {
    height: 6266px;
    min-height: 6266px;
    max-height: 6266px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-242 {
    height: 6292px;
    min-height: 6292px;
    max-height: 6292px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-242 {
    height: 6292px;
    min-height: 6292px;
    max-height: 6292px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-243 {
    height: 6318px;
    min-height: 6318px;
    max-height: 6318px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-243 {
    height: 6318px;
    min-height: 6318px;
    max-height: 6318px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-244 {
    height: 6344px;
    min-height: 6344px;
    max-height: 6344px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-244 {
    height: 6344px;
    min-height: 6344px;
    max-height: 6344px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-245 {
    height: 6370px;
    min-height: 6370px;
    max-height: 6370px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-245 {
    height: 6370px;
    min-height: 6370px;
    max-height: 6370px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-246 {
    height: 6396px;
    min-height: 6396px;
    max-height: 6396px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-246 {
    height: 6396px;
    min-height: 6396px;
    max-height: 6396px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-247 {
    height: 6422px;
    min-height: 6422px;
    max-height: 6422px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-247 {
    height: 6422px;
    min-height: 6422px;
    max-height: 6422px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-248 {
    height: 6448px;
    min-height: 6448px;
    max-height: 6448px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-248 {
    height: 6448px;
    min-height: 6448px;
    max-height: 6448px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-249 {
    height: 6474px;
    min-height: 6474px;
    max-height: 6474px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-249 {
    height: 6474px;
    min-height: 6474px;
    max-height: 6474px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-250 {
    height: 6500px;
    min-height: 6500px;
    max-height: 6500px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-250 {
    height: 6500px;
    min-height: 6500px;
    max-height: 6500px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-251 {
    height: 6526px;
    min-height: 6526px;
    max-height: 6526px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-251 {
    height: 6526px;
    min-height: 6526px;
    max-height: 6526px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-252 {
    height: 6552px;
    min-height: 6552px;
    max-height: 6552px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-252 {
    height: 6552px;
    min-height: 6552px;
    max-height: 6552px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-253 {
    height: 6578px;
    min-height: 6578px;
    max-height: 6578px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-253 {
    height: 6578px;
    min-height: 6578px;
    max-height: 6578px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-254 {
    height: 6604px;
    min-height: 6604px;
    max-height: 6604px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-254 {
    height: 6604px;
    min-height: 6604px;
    max-height: 6604px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-255 {
    height: 6630px;
    min-height: 6630px;
    max-height: 6630px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-255 {
    height: 6630px;
    min-height: 6630px;
    max-height: 6630px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-256 {
    height: 6656px;
    min-height: 6656px;
    max-height: 6656px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-256 {
    height: 6656px;
    min-height: 6656px;
    max-height: 6656px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-257 {
    height: 6682px;
    min-height: 6682px;
    max-height: 6682px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-257 {
    height: 6682px;
    min-height: 6682px;
    max-height: 6682px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-258 {
    height: 6708px;
    min-height: 6708px;
    max-height: 6708px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-258 {
    height: 6708px;
    min-height: 6708px;
    max-height: 6708px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-259 {
    height: 6734px;
    min-height: 6734px;
    max-height: 6734px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-259 {
    height: 6734px;
    min-height: 6734px;
    max-height: 6734px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-260 {
    height: 6760px;
    min-height: 6760px;
    max-height: 6760px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-260 {
    height: 6760px;
    min-height: 6760px;
    max-height: 6760px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-261 {
    height: 6786px;
    min-height: 6786px;
    max-height: 6786px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-261 {
    height: 6786px;
    min-height: 6786px;
    max-height: 6786px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-262 {
    height: 6812px;
    min-height: 6812px;
    max-height: 6812px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-262 {
    height: 6812px;
    min-height: 6812px;
    max-height: 6812px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-263 {
    height: 6838px;
    min-height: 6838px;
    max-height: 6838px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-263 {
    height: 6838px;
    min-height: 6838px;
    max-height: 6838px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-264 {
    height: 6864px;
    min-height: 6864px;
    max-height: 6864px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-264 {
    height: 6864px;
    min-height: 6864px;
    max-height: 6864px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-265 {
    height: 6890px;
    min-height: 6890px;
    max-height: 6890px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-265 {
    height: 6890px;
    min-height: 6890px;
    max-height: 6890px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-266 {
    height: 6916px;
    min-height: 6916px;
    max-height: 6916px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-266 {
    height: 6916px;
    min-height: 6916px;
    max-height: 6916px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-267 {
    height: 6942px;
    min-height: 6942px;
    max-height: 6942px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-267 {
    height: 6942px;
    min-height: 6942px;
    max-height: 6942px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-268 {
    height: 6968px;
    min-height: 6968px;
    max-height: 6968px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-268 {
    height: 6968px;
    min-height: 6968px;
    max-height: 6968px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-269 {
    height: 6994px;
    min-height: 6994px;
    max-height: 6994px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-269 {
    height: 6994px;
    min-height: 6994px;
    max-height: 6994px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-270 {
    height: 7020px;
    min-height: 7020px;
    max-height: 7020px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-270 {
    height: 7020px;
    min-height: 7020px;
    max-height: 7020px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-271 {
    height: 7046px;
    min-height: 7046px;
    max-height: 7046px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-271 {
    height: 7046px;
    min-height: 7046px;
    max-height: 7046px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-272 {
    height: 7072px;
    min-height: 7072px;
    max-height: 7072px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-272 {
    height: 7072px;
    min-height: 7072px;
    max-height: 7072px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-273 {
    height: 7098px;
    min-height: 7098px;
    max-height: 7098px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-273 {
    height: 7098px;
    min-height: 7098px;
    max-height: 7098px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-274 {
    height: 7124px;
    min-height: 7124px;
    max-height: 7124px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-274 {
    height: 7124px;
    min-height: 7124px;
    max-height: 7124px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-275 {
    height: 7150px;
    min-height: 7150px;
    max-height: 7150px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-275 {
    height: 7150px;
    min-height: 7150px;
    max-height: 7150px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-276 {
    height: 7176px;
    min-height: 7176px;
    max-height: 7176px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-276 {
    height: 7176px;
    min-height: 7176px;
    max-height: 7176px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-277 {
    height: 7202px;
    min-height: 7202px;
    max-height: 7202px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-277 {
    height: 7202px;
    min-height: 7202px;
    max-height: 7202px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-278 {
    height: 7228px;
    min-height: 7228px;
    max-height: 7228px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-278 {
    height: 7228px;
    min-height: 7228px;
    max-height: 7228px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-279 {
    height: 7254px;
    min-height: 7254px;
    max-height: 7254px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-279 {
    height: 7254px;
    min-height: 7254px;
    max-height: 7254px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-280 {
    height: 7280px;
    min-height: 7280px;
    max-height: 7280px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-280 {
    height: 7280px;
    min-height: 7280px;
    max-height: 7280px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-281 {
    height: 7306px;
    min-height: 7306px;
    max-height: 7306px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-281 {
    height: 7306px;
    min-height: 7306px;
    max-height: 7306px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-282 {
    height: 7332px;
    min-height: 7332px;
    max-height: 7332px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-282 {
    height: 7332px;
    min-height: 7332px;
    max-height: 7332px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-283 {
    height: 7358px;
    min-height: 7358px;
    max-height: 7358px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-283 {
    height: 7358px;
    min-height: 7358px;
    max-height: 7358px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-284 {
    height: 7384px;
    min-height: 7384px;
    max-height: 7384px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-284 {
    height: 7384px;
    min-height: 7384px;
    max-height: 7384px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-285 {
    height: 7410px;
    min-height: 7410px;
    max-height: 7410px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-285 {
    height: 7410px;
    min-height: 7410px;
    max-height: 7410px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-286 {
    height: 7436px;
    min-height: 7436px;
    max-height: 7436px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-286 {
    height: 7436px;
    min-height: 7436px;
    max-height: 7436px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-287 {
    height: 7462px;
    min-height: 7462px;
    max-height: 7462px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-287 {
    height: 7462px;
    min-height: 7462px;
    max-height: 7462px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-288 {
    height: 7488px;
    min-height: 7488px;
    max-height: 7488px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-288 {
    height: 7488px;
    min-height: 7488px;
    max-height: 7488px;
  }
}

/* line 373, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content appointment-container.is-expired > appointment-content {
  opacity: 0.5 !important;
}

/* line 377, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content appointment-container:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

/* line 381, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content appointment-container appointment-content {
  border-radius: 2px;
  width: 100%;
  height: 100%;
  padding: 0 4px;
}

/* line 387, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content appointment-container appointment-content p {
  margin: 0;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 395, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content appointment-container appointment-content md-icon {
  color: inherit;
}

/* line 399, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content appointment-container appointment-content.status {
  cursor: pointer;
}

/* line 402, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content appointment-container appointment-content.status.status-2, assessment-calendar calendar-column.content appointment-container appointment-content.status.status-7, assessment-calendar calendar-column.content appointment-container appointment-content.status.status-8 {
  background: #616161;
  color: rgba(255, 255, 255, 0.87);
}

/* line 409, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content appointment-container appointment-content.status.status-2:hover, assessment-calendar calendar-column.content appointment-container appointment-content.status.status-7:hover, assessment-calendar calendar-column.content appointment-container appointment-content.status.status-8:hover {
  background: #424242;
  color: rgba(255, 255, 255, 0.87);
}

/* line 415, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content appointment-container appointment-content.status.blocked {
  color: rgba(255, 255, 255, 0.87);
  background: repeating-linear-gradient(45deg, #a47b00, #a47b00 5px, #616161 5px, #616161 20px);
}

/* line 426, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content appointment-container appointment-content.status.blocked:hover {
  color: rgba(255, 255, 255, 0.87);
  background: repeating-linear-gradient(45deg, #b28600, #b28600 5px, #424242 5px, #424242 20px);
}

/* line 438, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content appointment-container appointment-content.status.status-3 {
  background: #0097a7;
  color: white;
}

/* line 443, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content appointment-container appointment-content.status.status-3:hover {
  background: #00838f;
  color: white;
}

/* line 449, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content appointment-container appointment-content.status.status-4 {
  background: #4caf50;
  color: white;
}

/* line 454, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content appointment-container appointment-content.status.status-4:hover {
  background: #388e3c;
  color: white;
}

/* line 460, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content appointment-container appointment-content.status.status-5 {
  background: #f44336;
  color: white;
}

/* line 465, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content appointment-container appointment-content.status.status-5:hover {
  background: #d32f2f;
  color: white;
}

/* line 471, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content appointment-container appointment-content.status.status-6 {
  background: #ffc107;
  color: white;
}

/* line 476, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content appointment-container appointment-content.status.status-6:hover {
  background: #ffa000;
  color: white;
}

/* line 484, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content appointment-container .md-button {
  min-width: unset;
}

/* line 491, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column column-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  text-align: center;
  height: 64px;
}

@media (max-width: 959px) and (orientation: landscape) {
  /* line 491, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column column-header {
    height: 48px;
  }
}

/* line 500, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column column-header p {
  color: rgba(0, 0, 0, 0.6);
  white-space: nowrap;
  font-weight: bold;
  font-size: 12px;
  margin: 0;
  display: block;
}

/* line 505, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column column-header.blocked {
  background: #f2dede;
}

/* line 508, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column column-header.blocked p {
  color: #a94442;
}

/* line 515, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column {
  position: relative;
  overflow: hidden;
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-1 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-1.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-1 {
    height: 26px;
    min-height: 26px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-1 {
    height: 26px;
    min-height: 26px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-2 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-2.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-2 {
    height: 52px;
    min-height: 52px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-2 {
    height: 52px;
    min-height: 52px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-3 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-3.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-3 {
    height: 78px;
    min-height: 78px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-3 {
    height: 78px;
    min-height: 78px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-4 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-4.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-4 {
    height: 104px;
    min-height: 104px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-4 {
    height: 104px;
    min-height: 104px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-5 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-5.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-5 {
    height: 130px;
    min-height: 130px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-5 {
    height: 130px;
    min-height: 130px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-6 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-6.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-6 {
    height: 156px;
    min-height: 156px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-6 {
    height: 156px;
    min-height: 156px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-7 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-7.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-7 {
    height: 182px;
    min-height: 182px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-7 {
    height: 182px;
    min-height: 182px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-8 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-8.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-8 {
    height: 208px;
    min-height: 208px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-8 {
    height: 208px;
    min-height: 208px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-9 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-9.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-9 {
    height: 234px;
    min-height: 234px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-9 {
    height: 234px;
    min-height: 234px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-10 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-10.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-10 {
    height: 260px;
    min-height: 260px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-10 {
    height: 260px;
    min-height: 260px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-11 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-11.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-11 {
    height: 286px;
    min-height: 286px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-11 {
    height: 286px;
    min-height: 286px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-12 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-12.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-12 {
    height: 312px;
    min-height: 312px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-12 {
    height: 312px;
    min-height: 312px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-13 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-13.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-13 {
    height: 338px;
    min-height: 338px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-13 {
    height: 338px;
    min-height: 338px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-14 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-14.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-14 {
    height: 364px;
    min-height: 364px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-14 {
    height: 364px;
    min-height: 364px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-15 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-15.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-15 {
    height: 390px;
    min-height: 390px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-15 {
    height: 390px;
    min-height: 390px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-16 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-16.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-16 {
    height: 416px;
    min-height: 416px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-16 {
    height: 416px;
    min-height: 416px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-17 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-17.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-17 {
    height: 442px;
    min-height: 442px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-17 {
    height: 442px;
    min-height: 442px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-18 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-18.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-18 {
    height: 468px;
    min-height: 468px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-18 {
    height: 468px;
    min-height: 468px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-19 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-19.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-19 {
    height: 494px;
    min-height: 494px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-19 {
    height: 494px;
    min-height: 494px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-20 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-20.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-20 {
    height: 520px;
    min-height: 520px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-20 {
    height: 520px;
    min-height: 520px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-21 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-21.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-21 {
    height: 546px;
    min-height: 546px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-21 {
    height: 546px;
    min-height: 546px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-22 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-22.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-22 {
    height: 572px;
    min-height: 572px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-22 {
    height: 572px;
    min-height: 572px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-23 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-23.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-23 {
    height: 598px;
    min-height: 598px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-23 {
    height: 598px;
    min-height: 598px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-24 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-24.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-24 {
    height: 624px;
    min-height: 624px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-24 {
    height: 624px;
    min-height: 624px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-25 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-25.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-25 {
    height: 650px;
    min-height: 650px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-25 {
    height: 650px;
    min-height: 650px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-26 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-26.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-26 {
    height: 676px;
    min-height: 676px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-26 {
    height: 676px;
    min-height: 676px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-27 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-27.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-27 {
    height: 702px;
    min-height: 702px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-27 {
    height: 702px;
    min-height: 702px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-28 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-28.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-28 {
    height: 728px;
    min-height: 728px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-28 {
    height: 728px;
    min-height: 728px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-29 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-29.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-29 {
    height: 754px;
    min-height: 754px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-29 {
    height: 754px;
    min-height: 754px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-30 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-30.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-30 {
    height: 780px;
    min-height: 780px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-30 {
    height: 780px;
    min-height: 780px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-31 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-31.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-31 {
    height: 806px;
    min-height: 806px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-31 {
    height: 806px;
    min-height: 806px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-32 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-32.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-32 {
    height: 832px;
    min-height: 832px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-32 {
    height: 832px;
    min-height: 832px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-33 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-33.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-33 {
    height: 858px;
    min-height: 858px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-33 {
    height: 858px;
    min-height: 858px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-34 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-34.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-34 {
    height: 884px;
    min-height: 884px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-34 {
    height: 884px;
    min-height: 884px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-35 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-35.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-35 {
    height: 910px;
    min-height: 910px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-35 {
    height: 910px;
    min-height: 910px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-36 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-36.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-36 {
    height: 936px;
    min-height: 936px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-36 {
    height: 936px;
    min-height: 936px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-37 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-37.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-37 {
    height: 962px;
    min-height: 962px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-37 {
    height: 962px;
    min-height: 962px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-38 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-38.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-38 {
    height: 988px;
    min-height: 988px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-38 {
    height: 988px;
    min-height: 988px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-39 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-39.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-39 {
    height: 1014px;
    min-height: 1014px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-39 {
    height: 1014px;
    min-height: 1014px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-40 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-40.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-40 {
    height: 1040px;
    min-height: 1040px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-40 {
    height: 1040px;
    min-height: 1040px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-41 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-41.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-41 {
    height: 1066px;
    min-height: 1066px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-41 {
    height: 1066px;
    min-height: 1066px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-42 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-42.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-42 {
    height: 1092px;
    min-height: 1092px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-42 {
    height: 1092px;
    min-height: 1092px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-43 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-43.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-43 {
    height: 1118px;
    min-height: 1118px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-43 {
    height: 1118px;
    min-height: 1118px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-44 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-44.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-44 {
    height: 1144px;
    min-height: 1144px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-44 {
    height: 1144px;
    min-height: 1144px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-45 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-45.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-45 {
    height: 1170px;
    min-height: 1170px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-45 {
    height: 1170px;
    min-height: 1170px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-46 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-46.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-46 {
    height: 1196px;
    min-height: 1196px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-46 {
    height: 1196px;
    min-height: 1196px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-47 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-47.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-47 {
    height: 1222px;
    min-height: 1222px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-47 {
    height: 1222px;
    min-height: 1222px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-48 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-48.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-48 {
    height: 1248px;
    min-height: 1248px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-48 {
    height: 1248px;
    min-height: 1248px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-49 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-49.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-49 {
    height: 1274px;
    min-height: 1274px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-49 {
    height: 1274px;
    min-height: 1274px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-50 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-50.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-50 {
    height: 1300px;
    min-height: 1300px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-50 {
    height: 1300px;
    min-height: 1300px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-51 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-51.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-51 {
    height: 1326px;
    min-height: 1326px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-51 {
    height: 1326px;
    min-height: 1326px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-52 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-52.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-52 {
    height: 1352px;
    min-height: 1352px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-52 {
    height: 1352px;
    min-height: 1352px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-53 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-53.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-53 {
    height: 1378px;
    min-height: 1378px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-53 {
    height: 1378px;
    min-height: 1378px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-54 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-54.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-54 {
    height: 1404px;
    min-height: 1404px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-54 {
    height: 1404px;
    min-height: 1404px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-55 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-55.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-55 {
    height: 1430px;
    min-height: 1430px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-55 {
    height: 1430px;
    min-height: 1430px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-56 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-56.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-56 {
    height: 1456px;
    min-height: 1456px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-56 {
    height: 1456px;
    min-height: 1456px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-57 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-57.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-57 {
    height: 1482px;
    min-height: 1482px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-57 {
    height: 1482px;
    min-height: 1482px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-58 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-58.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-58 {
    height: 1508px;
    min-height: 1508px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-58 {
    height: 1508px;
    min-height: 1508px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-59 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-59.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-59 {
    height: 1534px;
    min-height: 1534px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-59 {
    height: 1534px;
    min-height: 1534px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-60 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-60.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-60 {
    height: 1560px;
    min-height: 1560px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-60 {
    height: 1560px;
    min-height: 1560px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-61 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-61.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-61 {
    height: 1586px;
    min-height: 1586px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-61 {
    height: 1586px;
    min-height: 1586px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-62 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-62.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-62 {
    height: 1612px;
    min-height: 1612px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-62 {
    height: 1612px;
    min-height: 1612px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-63 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-63.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-63 {
    height: 1638px;
    min-height: 1638px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-63 {
    height: 1638px;
    min-height: 1638px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-64 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-64.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-64 {
    height: 1664px;
    min-height: 1664px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-64 {
    height: 1664px;
    min-height: 1664px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-65 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-65.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-65 {
    height: 1690px;
    min-height: 1690px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-65 {
    height: 1690px;
    min-height: 1690px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-66 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-66.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-66 {
    height: 1716px;
    min-height: 1716px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-66 {
    height: 1716px;
    min-height: 1716px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-67 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-67.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-67 {
    height: 1742px;
    min-height: 1742px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-67 {
    height: 1742px;
    min-height: 1742px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-68 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-68.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-68 {
    height: 1768px;
    min-height: 1768px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-68 {
    height: 1768px;
    min-height: 1768px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-69 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-69.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-69 {
    height: 1794px;
    min-height: 1794px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-69 {
    height: 1794px;
    min-height: 1794px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-70 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-70.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-70 {
    height: 1820px;
    min-height: 1820px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-70 {
    height: 1820px;
    min-height: 1820px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-71 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-71.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-71 {
    height: 1846px;
    min-height: 1846px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-71 {
    height: 1846px;
    min-height: 1846px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-72 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-72.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-72 {
    height: 1872px;
    min-height: 1872px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-72 {
    height: 1872px;
    min-height: 1872px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-73 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-73.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-73 {
    height: 1898px;
    min-height: 1898px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-73 {
    height: 1898px;
    min-height: 1898px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-74 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-74.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-74 {
    height: 1924px;
    min-height: 1924px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-74 {
    height: 1924px;
    min-height: 1924px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-75 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-75.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-75 {
    height: 1950px;
    min-height: 1950px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-75 {
    height: 1950px;
    min-height: 1950px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-76 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-76.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-76 {
    height: 1976px;
    min-height: 1976px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-76 {
    height: 1976px;
    min-height: 1976px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-77 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-77.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-77 {
    height: 2002px;
    min-height: 2002px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-77 {
    height: 2002px;
    min-height: 2002px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-78 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-78.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-78 {
    height: 2028px;
    min-height: 2028px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-78 {
    height: 2028px;
    min-height: 2028px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-79 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-79.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-79 {
    height: 2054px;
    min-height: 2054px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-79 {
    height: 2054px;
    min-height: 2054px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-80 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-80.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-80 {
    height: 2080px;
    min-height: 2080px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-80 {
    height: 2080px;
    min-height: 2080px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-81 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-81.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-81 {
    height: 2106px;
    min-height: 2106px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-81 {
    height: 2106px;
    min-height: 2106px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-82 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-82.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-82 {
    height: 2132px;
    min-height: 2132px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-82 {
    height: 2132px;
    min-height: 2132px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-83 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-83.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-83 {
    height: 2158px;
    min-height: 2158px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-83 {
    height: 2158px;
    min-height: 2158px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-84 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-84.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-84 {
    height: 2184px;
    min-height: 2184px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-84 {
    height: 2184px;
    min-height: 2184px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-85 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-85.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-85 {
    height: 2210px;
    min-height: 2210px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-85 {
    height: 2210px;
    min-height: 2210px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-86 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-86.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-86 {
    height: 2236px;
    min-height: 2236px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-86 {
    height: 2236px;
    min-height: 2236px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-87 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-87.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-87 {
    height: 2262px;
    min-height: 2262px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-87 {
    height: 2262px;
    min-height: 2262px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-88 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-88.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-88 {
    height: 2288px;
    min-height: 2288px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-88 {
    height: 2288px;
    min-height: 2288px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-89 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-89.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-89 {
    height: 2314px;
    min-height: 2314px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-89 {
    height: 2314px;
    min-height: 2314px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-90 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-90.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-90 {
    height: 2340px;
    min-height: 2340px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-90 {
    height: 2340px;
    min-height: 2340px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-91 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-91.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-91 {
    height: 2366px;
    min-height: 2366px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-91 {
    height: 2366px;
    min-height: 2366px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-92 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-92.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-92 {
    height: 2392px;
    min-height: 2392px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-92 {
    height: 2392px;
    min-height: 2392px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-93 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-93.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-93 {
    height: 2418px;
    min-height: 2418px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-93 {
    height: 2418px;
    min-height: 2418px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-94 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-94.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-94 {
    height: 2444px;
    min-height: 2444px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-94 {
    height: 2444px;
    min-height: 2444px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-95 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-95.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-95 {
    height: 2470px;
    min-height: 2470px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-95 {
    height: 2470px;
    min-height: 2470px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-96 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-96.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-96 {
    height: 2496px;
    min-height: 2496px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-96 {
    height: 2496px;
    min-height: 2496px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-97 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-97.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-97 {
    height: 2522px;
    min-height: 2522px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-97 {
    height: 2522px;
    min-height: 2522px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-98 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-98.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-98 {
    height: 2548px;
    min-height: 2548px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-98 {
    height: 2548px;
    min-height: 2548px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-99 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-99.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-99 {
    height: 2574px;
    min-height: 2574px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-99 {
    height: 2574px;
    min-height: 2574px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-100 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-100.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-100 {
    height: 2600px;
    min-height: 2600px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-100 {
    height: 2600px;
    min-height: 2600px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-101 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-101.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-101 {
    height: 2626px;
    min-height: 2626px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-101 {
    height: 2626px;
    min-height: 2626px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-102 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-102.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-102 {
    height: 2652px;
    min-height: 2652px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-102 {
    height: 2652px;
    min-height: 2652px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-103 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-103.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-103 {
    height: 2678px;
    min-height: 2678px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-103 {
    height: 2678px;
    min-height: 2678px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-104 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-104.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-104 {
    height: 2704px;
    min-height: 2704px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-104 {
    height: 2704px;
    min-height: 2704px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-105 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-105.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-105 {
    height: 2730px;
    min-height: 2730px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-105 {
    height: 2730px;
    min-height: 2730px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-106 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-106.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-106 {
    height: 2756px;
    min-height: 2756px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-106 {
    height: 2756px;
    min-height: 2756px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-107 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-107.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-107 {
    height: 2782px;
    min-height: 2782px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-107 {
    height: 2782px;
    min-height: 2782px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-108 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-108.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-108 {
    height: 2808px;
    min-height: 2808px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-108 {
    height: 2808px;
    min-height: 2808px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-109 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-109.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-109 {
    height: 2834px;
    min-height: 2834px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-109 {
    height: 2834px;
    min-height: 2834px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-110 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-110.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-110 {
    height: 2860px;
    min-height: 2860px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-110 {
    height: 2860px;
    min-height: 2860px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-111 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-111.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-111 {
    height: 2886px;
    min-height: 2886px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-111 {
    height: 2886px;
    min-height: 2886px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-112 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-112.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-112 {
    height: 2912px;
    min-height: 2912px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-112 {
    height: 2912px;
    min-height: 2912px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-113 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-113.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-113 {
    height: 2938px;
    min-height: 2938px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-113 {
    height: 2938px;
    min-height: 2938px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-114 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-114.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-114 {
    height: 2964px;
    min-height: 2964px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-114 {
    height: 2964px;
    min-height: 2964px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-115 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-115.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-115 {
    height: 2990px;
    min-height: 2990px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-115 {
    height: 2990px;
    min-height: 2990px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-116 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-116.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-116 {
    height: 3016px;
    min-height: 3016px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-116 {
    height: 3016px;
    min-height: 3016px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-117 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-117.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-117 {
    height: 3042px;
    min-height: 3042px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-117 {
    height: 3042px;
    min-height: 3042px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-118 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-118.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-118 {
    height: 3068px;
    min-height: 3068px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-118 {
    height: 3068px;
    min-height: 3068px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-119 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-119.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-119 {
    height: 3094px;
    min-height: 3094px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-119 {
    height: 3094px;
    min-height: 3094px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-120 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-120.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-120 {
    height: 3120px;
    min-height: 3120px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-120 {
    height: 3120px;
    min-height: 3120px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-121 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-121.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-121 {
    height: 3146px;
    min-height: 3146px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-121 {
    height: 3146px;
    min-height: 3146px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-122 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-122.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-122 {
    height: 3172px;
    min-height: 3172px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-122 {
    height: 3172px;
    min-height: 3172px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-123 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-123.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-123 {
    height: 3198px;
    min-height: 3198px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-123 {
    height: 3198px;
    min-height: 3198px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-124 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-124.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-124 {
    height: 3224px;
    min-height: 3224px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-124 {
    height: 3224px;
    min-height: 3224px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-125 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-125.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-125 {
    height: 3250px;
    min-height: 3250px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-125 {
    height: 3250px;
    min-height: 3250px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-126 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-126.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-126 {
    height: 3276px;
    min-height: 3276px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-126 {
    height: 3276px;
    min-height: 3276px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-127 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-127.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-127 {
    height: 3302px;
    min-height: 3302px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-127 {
    height: 3302px;
    min-height: 3302px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-128 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-128.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-128 {
    height: 3328px;
    min-height: 3328px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-128 {
    height: 3328px;
    min-height: 3328px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-129 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-129.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-129 {
    height: 3354px;
    min-height: 3354px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-129 {
    height: 3354px;
    min-height: 3354px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-130 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-130.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-130 {
    height: 3380px;
    min-height: 3380px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-130 {
    height: 3380px;
    min-height: 3380px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-131 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-131.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-131 {
    height: 3406px;
    min-height: 3406px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-131 {
    height: 3406px;
    min-height: 3406px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-132 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-132.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-132 {
    height: 3432px;
    min-height: 3432px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-132 {
    height: 3432px;
    min-height: 3432px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-133 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-133.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-133 {
    height: 3458px;
    min-height: 3458px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-133 {
    height: 3458px;
    min-height: 3458px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-134 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-134.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-134 {
    height: 3484px;
    min-height: 3484px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-134 {
    height: 3484px;
    min-height: 3484px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-135 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-135.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-135 {
    height: 3510px;
    min-height: 3510px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-135 {
    height: 3510px;
    min-height: 3510px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-136 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-136.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-136 {
    height: 3536px;
    min-height: 3536px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-136 {
    height: 3536px;
    min-height: 3536px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-137 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-137.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-137 {
    height: 3562px;
    min-height: 3562px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-137 {
    height: 3562px;
    min-height: 3562px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-138 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-138.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-138 {
    height: 3588px;
    min-height: 3588px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-138 {
    height: 3588px;
    min-height: 3588px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-139 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-139.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-139 {
    height: 3614px;
    min-height: 3614px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-139 {
    height: 3614px;
    min-height: 3614px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-140 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-140.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-140 {
    height: 3640px;
    min-height: 3640px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-140 {
    height: 3640px;
    min-height: 3640px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-141 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-141.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-141 {
    height: 3666px;
    min-height: 3666px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-141 {
    height: 3666px;
    min-height: 3666px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-142 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-142.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-142 {
    height: 3692px;
    min-height: 3692px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-142 {
    height: 3692px;
    min-height: 3692px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-143 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-143.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-143 {
    height: 3718px;
    min-height: 3718px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-143 {
    height: 3718px;
    min-height: 3718px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-144 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-144.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-144 {
    height: 3744px;
    min-height: 3744px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-144 {
    height: 3744px;
    min-height: 3744px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-145 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-145.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-145 {
    height: 3770px;
    min-height: 3770px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-145 {
    height: 3770px;
    min-height: 3770px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-146 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-146.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-146 {
    height: 3796px;
    min-height: 3796px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-146 {
    height: 3796px;
    min-height: 3796px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-147 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-147.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-147 {
    height: 3822px;
    min-height: 3822px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-147 {
    height: 3822px;
    min-height: 3822px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-148 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-148.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-148 {
    height: 3848px;
    min-height: 3848px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-148 {
    height: 3848px;
    min-height: 3848px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-149 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-149.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-149 {
    height: 3874px;
    min-height: 3874px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-149 {
    height: 3874px;
    min-height: 3874px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-150 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-150.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-150 {
    height: 3900px;
    min-height: 3900px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-150 {
    height: 3900px;
    min-height: 3900px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-151 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-151.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-151 {
    height: 3926px;
    min-height: 3926px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-151 {
    height: 3926px;
    min-height: 3926px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-152 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-152.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-152 {
    height: 3952px;
    min-height: 3952px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-152 {
    height: 3952px;
    min-height: 3952px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-153 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-153.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-153 {
    height: 3978px;
    min-height: 3978px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-153 {
    height: 3978px;
    min-height: 3978px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-154 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-154.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-154 {
    height: 4004px;
    min-height: 4004px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-154 {
    height: 4004px;
    min-height: 4004px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-155 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-155.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-155 {
    height: 4030px;
    min-height: 4030px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-155 {
    height: 4030px;
    min-height: 4030px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-156 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-156.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-156 {
    height: 4056px;
    min-height: 4056px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-156 {
    height: 4056px;
    min-height: 4056px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-157 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-157.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-157 {
    height: 4082px;
    min-height: 4082px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-157 {
    height: 4082px;
    min-height: 4082px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-158 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-158.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-158 {
    height: 4108px;
    min-height: 4108px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-158 {
    height: 4108px;
    min-height: 4108px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-159 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-159.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-159 {
    height: 4134px;
    min-height: 4134px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-159 {
    height: 4134px;
    min-height: 4134px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-160 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-160.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-160 {
    height: 4160px;
    min-height: 4160px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-160 {
    height: 4160px;
    min-height: 4160px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-161 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-161.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-161 {
    height: 4186px;
    min-height: 4186px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-161 {
    height: 4186px;
    min-height: 4186px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-162 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-162.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-162 {
    height: 4212px;
    min-height: 4212px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-162 {
    height: 4212px;
    min-height: 4212px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-163 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-163.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-163 {
    height: 4238px;
    min-height: 4238px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-163 {
    height: 4238px;
    min-height: 4238px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-164 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-164.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-164 {
    height: 4264px;
    min-height: 4264px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-164 {
    height: 4264px;
    min-height: 4264px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-165 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-165.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-165 {
    height: 4290px;
    min-height: 4290px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-165 {
    height: 4290px;
    min-height: 4290px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-166 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-166.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-166 {
    height: 4316px;
    min-height: 4316px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-166 {
    height: 4316px;
    min-height: 4316px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-167 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-167.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-167 {
    height: 4342px;
    min-height: 4342px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-167 {
    height: 4342px;
    min-height: 4342px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-168 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-168.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-168 {
    height: 4368px;
    min-height: 4368px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-168 {
    height: 4368px;
    min-height: 4368px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-169 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-169.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-169 {
    height: 4394px;
    min-height: 4394px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-169 {
    height: 4394px;
    min-height: 4394px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-170 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-170.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-170 {
    height: 4420px;
    min-height: 4420px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-170 {
    height: 4420px;
    min-height: 4420px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-171 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-171.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-171 {
    height: 4446px;
    min-height: 4446px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-171 {
    height: 4446px;
    min-height: 4446px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-172 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-172.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-172 {
    height: 4472px;
    min-height: 4472px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-172 {
    height: 4472px;
    min-height: 4472px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-173 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-173.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-173 {
    height: 4498px;
    min-height: 4498px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-173 {
    height: 4498px;
    min-height: 4498px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-174 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-174.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-174 {
    height: 4524px;
    min-height: 4524px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-174 {
    height: 4524px;
    min-height: 4524px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-175 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-175.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-175 {
    height: 4550px;
    min-height: 4550px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-175 {
    height: 4550px;
    min-height: 4550px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-176 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-176.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-176 {
    height: 4576px;
    min-height: 4576px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-176 {
    height: 4576px;
    min-height: 4576px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-177 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-177.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-177 {
    height: 4602px;
    min-height: 4602px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-177 {
    height: 4602px;
    min-height: 4602px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-178 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-178.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-178 {
    height: 4628px;
    min-height: 4628px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-178 {
    height: 4628px;
    min-height: 4628px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-179 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-179.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-179 {
    height: 4654px;
    min-height: 4654px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-179 {
    height: 4654px;
    min-height: 4654px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-180 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-180.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-180 {
    height: 4680px;
    min-height: 4680px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-180 {
    height: 4680px;
    min-height: 4680px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-181 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-181.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-181 {
    height: 4706px;
    min-height: 4706px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-181 {
    height: 4706px;
    min-height: 4706px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-182 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-182.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-182 {
    height: 4732px;
    min-height: 4732px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-182 {
    height: 4732px;
    min-height: 4732px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-183 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-183.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-183 {
    height: 4758px;
    min-height: 4758px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-183 {
    height: 4758px;
    min-height: 4758px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-184 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-184.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-184 {
    height: 4784px;
    min-height: 4784px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-184 {
    height: 4784px;
    min-height: 4784px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-185 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-185.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-185 {
    height: 4810px;
    min-height: 4810px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-185 {
    height: 4810px;
    min-height: 4810px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-186 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-186.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-186 {
    height: 4836px;
    min-height: 4836px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-186 {
    height: 4836px;
    min-height: 4836px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-187 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-187.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-187 {
    height: 4862px;
    min-height: 4862px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-187 {
    height: 4862px;
    min-height: 4862px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-188 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-188.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-188 {
    height: 4888px;
    min-height: 4888px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-188 {
    height: 4888px;
    min-height: 4888px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-189 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-189.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-189 {
    height: 4914px;
    min-height: 4914px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-189 {
    height: 4914px;
    min-height: 4914px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-190 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-190.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-190 {
    height: 4940px;
    min-height: 4940px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-190 {
    height: 4940px;
    min-height: 4940px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-191 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-191.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-191 {
    height: 4966px;
    min-height: 4966px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-191 {
    height: 4966px;
    min-height: 4966px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-192 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-192.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-192 {
    height: 4992px;
    min-height: 4992px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-192 {
    height: 4992px;
    min-height: 4992px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-193 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-193.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-193 {
    height: 5018px;
    min-height: 5018px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-193 {
    height: 5018px;
    min-height: 5018px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-194 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-194.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-194 {
    height: 5044px;
    min-height: 5044px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-194 {
    height: 5044px;
    min-height: 5044px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-195 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-195.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-195 {
    height: 5070px;
    min-height: 5070px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-195 {
    height: 5070px;
    min-height: 5070px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-196 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-196.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-196 {
    height: 5096px;
    min-height: 5096px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-196 {
    height: 5096px;
    min-height: 5096px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-197 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-197.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-197 {
    height: 5122px;
    min-height: 5122px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-197 {
    height: 5122px;
    min-height: 5122px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-198 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-198.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-198 {
    height: 5148px;
    min-height: 5148px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-198 {
    height: 5148px;
    min-height: 5148px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-199 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-199.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-199 {
    height: 5174px;
    min-height: 5174px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-199 {
    height: 5174px;
    min-height: 5174px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-200 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-200.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-200 {
    height: 5200px;
    min-height: 5200px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-200 {
    height: 5200px;
    min-height: 5200px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-201 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-201.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-201 {
    height: 5226px;
    min-height: 5226px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-201 {
    height: 5226px;
    min-height: 5226px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-202 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-202.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-202 {
    height: 5252px;
    min-height: 5252px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-202 {
    height: 5252px;
    min-height: 5252px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-203 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-203.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-203 {
    height: 5278px;
    min-height: 5278px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-203 {
    height: 5278px;
    min-height: 5278px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-204 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-204.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-204 {
    height: 5304px;
    min-height: 5304px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-204 {
    height: 5304px;
    min-height: 5304px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-205 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-205.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-205 {
    height: 5330px;
    min-height: 5330px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-205 {
    height: 5330px;
    min-height: 5330px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-206 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-206.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-206 {
    height: 5356px;
    min-height: 5356px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-206 {
    height: 5356px;
    min-height: 5356px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-207 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-207.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-207 {
    height: 5382px;
    min-height: 5382px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-207 {
    height: 5382px;
    min-height: 5382px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-208 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-208.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-208 {
    height: 5408px;
    min-height: 5408px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-208 {
    height: 5408px;
    min-height: 5408px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-209 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-209.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-209 {
    height: 5434px;
    min-height: 5434px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-209 {
    height: 5434px;
    min-height: 5434px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-210 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-210.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-210 {
    height: 5460px;
    min-height: 5460px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-210 {
    height: 5460px;
    min-height: 5460px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-211 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-211.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-211 {
    height: 5486px;
    min-height: 5486px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-211 {
    height: 5486px;
    min-height: 5486px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-212 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-212.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-212 {
    height: 5512px;
    min-height: 5512px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-212 {
    height: 5512px;
    min-height: 5512px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-213 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-213.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-213 {
    height: 5538px;
    min-height: 5538px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-213 {
    height: 5538px;
    min-height: 5538px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-214 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-214.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-214 {
    height: 5564px;
    min-height: 5564px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-214 {
    height: 5564px;
    min-height: 5564px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-215 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-215.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-215 {
    height: 5590px;
    min-height: 5590px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-215 {
    height: 5590px;
    min-height: 5590px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-216 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-216.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-216 {
    height: 5616px;
    min-height: 5616px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-216 {
    height: 5616px;
    min-height: 5616px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-217 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-217.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-217 {
    height: 5642px;
    min-height: 5642px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-217 {
    height: 5642px;
    min-height: 5642px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-218 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-218.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-218 {
    height: 5668px;
    min-height: 5668px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-218 {
    height: 5668px;
    min-height: 5668px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-219 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-219.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-219 {
    height: 5694px;
    min-height: 5694px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-219 {
    height: 5694px;
    min-height: 5694px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-220 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-220.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-220 {
    height: 5720px;
    min-height: 5720px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-220 {
    height: 5720px;
    min-height: 5720px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-221 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-221.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-221 {
    height: 5746px;
    min-height: 5746px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-221 {
    height: 5746px;
    min-height: 5746px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-222 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-222.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-222 {
    height: 5772px;
    min-height: 5772px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-222 {
    height: 5772px;
    min-height: 5772px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-223 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-223.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-223 {
    height: 5798px;
    min-height: 5798px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-223 {
    height: 5798px;
    min-height: 5798px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-224 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-224.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-224 {
    height: 5824px;
    min-height: 5824px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-224 {
    height: 5824px;
    min-height: 5824px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-225 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-225.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-225 {
    height: 5850px;
    min-height: 5850px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-225 {
    height: 5850px;
    min-height: 5850px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-226 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-226.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-226 {
    height: 5876px;
    min-height: 5876px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-226 {
    height: 5876px;
    min-height: 5876px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-227 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-227.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-227 {
    height: 5902px;
    min-height: 5902px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-227 {
    height: 5902px;
    min-height: 5902px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-228 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-228.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-228 {
    height: 5928px;
    min-height: 5928px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-228 {
    height: 5928px;
    min-height: 5928px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-229 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-229.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-229 {
    height: 5954px;
    min-height: 5954px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-229 {
    height: 5954px;
    min-height: 5954px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-230 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-230.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-230 {
    height: 5980px;
    min-height: 5980px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-230 {
    height: 5980px;
    min-height: 5980px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-231 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-231.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-231 {
    height: 6006px;
    min-height: 6006px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-231 {
    height: 6006px;
    min-height: 6006px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-232 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-232.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-232 {
    height: 6032px;
    min-height: 6032px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-232 {
    height: 6032px;
    min-height: 6032px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-233 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-233.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-233 {
    height: 6058px;
    min-height: 6058px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-233 {
    height: 6058px;
    min-height: 6058px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-234 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-234.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-234 {
    height: 6084px;
    min-height: 6084px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-234 {
    height: 6084px;
    min-height: 6084px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-235 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-235.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-235 {
    height: 6110px;
    min-height: 6110px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-235 {
    height: 6110px;
    min-height: 6110px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-236 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-236.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-236 {
    height: 6136px;
    min-height: 6136px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-236 {
    height: 6136px;
    min-height: 6136px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-237 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-237.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-237 {
    height: 6162px;
    min-height: 6162px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-237 {
    height: 6162px;
    min-height: 6162px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-238 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-238.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-238 {
    height: 6188px;
    min-height: 6188px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-238 {
    height: 6188px;
    min-height: 6188px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-239 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-239.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-239 {
    height: 6214px;
    min-height: 6214px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-239 {
    height: 6214px;
    min-height: 6214px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-240 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-240.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-240 {
    height: 6240px;
    min-height: 6240px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-240 {
    height: 6240px;
    min-height: 6240px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-241 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-241.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-241 {
    height: 6266px;
    min-height: 6266px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-241 {
    height: 6266px;
    min-height: 6266px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-242 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-242.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-242 {
    height: 6292px;
    min-height: 6292px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-242 {
    height: 6292px;
    min-height: 6292px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-243 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-243.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-243 {
    height: 6318px;
    min-height: 6318px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-243 {
    height: 6318px;
    min-height: 6318px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-244 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-244.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-244 {
    height: 6344px;
    min-height: 6344px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-244 {
    height: 6344px;
    min-height: 6344px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-245 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-245.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-245 {
    height: 6370px;
    min-height: 6370px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-245 {
    height: 6370px;
    min-height: 6370px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-246 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-246.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-246 {
    height: 6396px;
    min-height: 6396px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-246 {
    height: 6396px;
    min-height: 6396px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-247 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-247.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-247 {
    height: 6422px;
    min-height: 6422px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-247 {
    height: 6422px;
    min-height: 6422px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-248 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-248.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-248 {
    height: 6448px;
    min-height: 6448px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-248 {
    height: 6448px;
    min-height: 6448px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-249 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-249.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-249 {
    height: 6474px;
    min-height: 6474px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-249 {
    height: 6474px;
    min-height: 6474px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-250 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-250.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-250 {
    height: 6500px;
    min-height: 6500px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-250 {
    height: 6500px;
    min-height: 6500px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-251 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-251.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-251 {
    height: 6526px;
    min-height: 6526px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-251 {
    height: 6526px;
    min-height: 6526px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-252 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-252.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-252 {
    height: 6552px;
    min-height: 6552px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-252 {
    height: 6552px;
    min-height: 6552px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-253 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-253.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-253 {
    height: 6578px;
    min-height: 6578px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-253 {
    height: 6578px;
    min-height: 6578px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-254 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-254.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-254 {
    height: 6604px;
    min-height: 6604px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-254 {
    height: 6604px;
    min-height: 6604px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-255 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-255.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-255 {
    height: 6630px;
    min-height: 6630px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-255 {
    height: 6630px;
    min-height: 6630px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-256 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-256.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-256 {
    height: 6656px;
    min-height: 6656px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-256 {
    height: 6656px;
    min-height: 6656px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-257 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-257.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-257 {
    height: 6682px;
    min-height: 6682px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-257 {
    height: 6682px;
    min-height: 6682px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-258 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-258.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-258 {
    height: 6708px;
    min-height: 6708px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-258 {
    height: 6708px;
    min-height: 6708px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-259 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-259.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-259 {
    height: 6734px;
    min-height: 6734px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-259 {
    height: 6734px;
    min-height: 6734px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-260 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-260.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-260 {
    height: 6760px;
    min-height: 6760px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-260 {
    height: 6760px;
    min-height: 6760px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-261 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-261.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-261 {
    height: 6786px;
    min-height: 6786px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-261 {
    height: 6786px;
    min-height: 6786px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-262 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-262.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-262 {
    height: 6812px;
    min-height: 6812px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-262 {
    height: 6812px;
    min-height: 6812px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-263 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-263.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-263 {
    height: 6838px;
    min-height: 6838px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-263 {
    height: 6838px;
    min-height: 6838px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-264 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-264.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-264 {
    height: 6864px;
    min-height: 6864px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-264 {
    height: 6864px;
    min-height: 6864px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-265 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-265.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-265 {
    height: 6890px;
    min-height: 6890px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-265 {
    height: 6890px;
    min-height: 6890px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-266 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-266.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-266 {
    height: 6916px;
    min-height: 6916px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-266 {
    height: 6916px;
    min-height: 6916px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-267 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-267.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-267 {
    height: 6942px;
    min-height: 6942px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-267 {
    height: 6942px;
    min-height: 6942px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-268 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-268.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-268 {
    height: 6968px;
    min-height: 6968px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-268 {
    height: 6968px;
    min-height: 6968px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-269 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-269.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-269 {
    height: 6994px;
    min-height: 6994px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-269 {
    height: 6994px;
    min-height: 6994px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-270 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-270.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-270 {
    height: 7020px;
    min-height: 7020px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-270 {
    height: 7020px;
    min-height: 7020px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-271 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-271.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-271 {
    height: 7046px;
    min-height: 7046px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-271 {
    height: 7046px;
    min-height: 7046px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-272 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-272.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-272 {
    height: 7072px;
    min-height: 7072px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-272 {
    height: 7072px;
    min-height: 7072px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-273 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-273.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-273 {
    height: 7098px;
    min-height: 7098px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-273 {
    height: 7098px;
    min-height: 7098px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-274 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-274.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-274 {
    height: 7124px;
    min-height: 7124px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-274 {
    height: 7124px;
    min-height: 7124px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-275 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-275.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-275 {
    height: 7150px;
    min-height: 7150px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-275 {
    height: 7150px;
    min-height: 7150px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-276 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-276.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-276 {
    height: 7176px;
    min-height: 7176px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-276 {
    height: 7176px;
    min-height: 7176px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-277 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-277.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-277 {
    height: 7202px;
    min-height: 7202px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-277 {
    height: 7202px;
    min-height: 7202px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-278 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-278.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-278 {
    height: 7228px;
    min-height: 7228px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-278 {
    height: 7228px;
    min-height: 7228px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-279 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-279.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-279 {
    height: 7254px;
    min-height: 7254px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-279 {
    height: 7254px;
    min-height: 7254px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-280 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-280.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-280 {
    height: 7280px;
    min-height: 7280px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-280 {
    height: 7280px;
    min-height: 7280px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-281 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-281.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-281 {
    height: 7306px;
    min-height: 7306px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-281 {
    height: 7306px;
    min-height: 7306px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-282 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-282.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-282 {
    height: 7332px;
    min-height: 7332px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-282 {
    height: 7332px;
    min-height: 7332px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-283 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-283.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-283 {
    height: 7358px;
    min-height: 7358px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-283 {
    height: 7358px;
    min-height: 7358px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-284 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-284.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-284 {
    height: 7384px;
    min-height: 7384px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-284 {
    height: 7384px;
    min-height: 7384px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-285 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-285.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-285 {
    height: 7410px;
    min-height: 7410px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-285 {
    height: 7410px;
    min-height: 7410px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-286 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-286.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-286 {
    height: 7436px;
    min-height: 7436px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-286 {
    height: 7436px;
    min-height: 7436px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-287 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-287.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-287 {
    height: 7462px;
    min-height: 7462px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-287 {
    height: 7462px;
    min-height: 7462px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-288 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-288.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-288 {
    height: 7488px;
    min-height: 7488px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-288 {
    height: 7488px;
    min-height: 7488px;
  }
}

/* line 191, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-fraction-spacer-1 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

@media (min-width: 600px) {
  /* line 202, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-fraction-spacer-1 {
    height: 2.16667px;
    min-height: 2.16667px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 209, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-fraction-spacer-1 {
    height: 2.16667px;
    min-height: 2.16667px;
  }
}

/* line 191, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-fraction-spacer-2 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

@media (min-width: 600px) {
  /* line 202, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-fraction-spacer-2 {
    height: 4.33333px;
    min-height: 4.33333px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 209, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-fraction-spacer-2 {
    height: 4.33333px;
    min-height: 4.33333px;
  }
}

/* line 191, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-fraction-spacer-3 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

@media (min-width: 600px) {
  /* line 202, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-fraction-spacer-3 {
    height: 6.5px;
    min-height: 6.5px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 209, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-fraction-spacer-3 {
    height: 6.5px;
    min-height: 6.5px;
  }
}

/* line 191, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-fraction-spacer-4 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

@media (min-width: 600px) {
  /* line 202, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-fraction-spacer-4 {
    height: 8.66667px;
    min-height: 8.66667px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 209, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-fraction-spacer-4 {
    height: 8.66667px;
    min-height: 8.66667px;
  }
}

/* line 191, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-fraction-spacer-5 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

@media (min-width: 600px) {
  /* line 202, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-fraction-spacer-5 {
    height: 10.83333px;
    min-height: 10.83333px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 209, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-fraction-spacer-5 {
    height: 10.83333px;
    min-height: 10.83333px;
  }
}

/* line 191, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-fraction-spacer-6 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

@media (min-width: 600px) {
  /* line 202, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-fraction-spacer-6 {
    height: 13px;
    min-height: 13px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 209, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-fraction-spacer-6 {
    height: 13px;
    min-height: 13px;
  }
}

/* line 191, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-fraction-spacer-7 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

@media (min-width: 600px) {
  /* line 202, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-fraction-spacer-7 {
    height: 15.16667px;
    min-height: 15.16667px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 209, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-fraction-spacer-7 {
    height: 15.16667px;
    min-height: 15.16667px;
  }
}

/* line 191, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-fraction-spacer-8 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

@media (min-width: 600px) {
  /* line 202, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-fraction-spacer-8 {
    height: 17.33333px;
    min-height: 17.33333px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 209, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-fraction-spacer-8 {
    height: 17.33333px;
    min-height: 17.33333px;
  }
}

/* line 191, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-fraction-spacer-9 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

@media (min-width: 600px) {
  /* line 202, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-fraction-spacer-9 {
    height: 19.5px;
    min-height: 19.5px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 209, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-fraction-spacer-9 {
    height: 19.5px;
    min-height: 19.5px;
  }
}

/* line 191, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-fraction-spacer-10 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

@media (min-width: 600px) {
  /* line 202, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-fraction-spacer-10 {
    height: 21.66667px;
    min-height: 21.66667px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 209, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-fraction-spacer-10 {
    height: 21.66667px;
    min-height: 21.66667px;
  }
}

/* line 191, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-fraction-spacer-11 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

@media (min-width: 600px) {
  /* line 202, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-fraction-spacer-11 {
    height: 23.83333px;
    min-height: 23.83333px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 209, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-fraction-spacer-11 {
    height: 23.83333px;
    min-height: 23.83333px;
  }
}

/* line 521, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column column-label {
  height: 26px;
  min-height: 26px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background-color: rgba(191, 191, 191, 0.12);
}

/* line 527, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column column-label p {
  color: rgba(0, 0, 0, 0.6);
  white-space: nowrap;
  font-weight: bold;
  font-size: 11px;
  margin: 0;
  opacity: 0.3;
  width: 100%;
  text-align: center;
  padding: 9px 0;
  opacity: 0.64;
  padding: 0;
}

/* line 534, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column blocker-indicator {
  pointer-events: none;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: center;
      align-items: center;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

/* line 549, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column blocker-indicator p {
  margin-top: 50px;
  font-weight: 700;
  font-size: 30px;
  text-orientation: mixed;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
}

/* line 558, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}

/* line 564, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column no-sub-columns-indicator {
  background-color: rgba(191, 191, 191, 0.12);
}

/* line 567, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column no-sub-columns-indicator p {
  color: rgba(0, 0, 0, 0.6);
  white-space: nowrap;
  font-weight: bold;
  font-size: 12px;
  margin: 0;
  opacity: 0.3;
  width: 100%;
  text-align: center;
  padding: 9px 0;
}

/* line 574, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column offset-spacer p {
  color: rgba(0, 0, 0, 0.6);
  white-space: nowrap;
  font-weight: bold;
  font-size: 12px;
  margin: 0;
  opacity: 0.3;
  width: 100%;
  text-align: center;
  padding: 9px 0;
}

/* line 578, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column offset-spacer[class*='offset-spacer'] {
  background-color: rgba(191, 191, 191, 0.12);
}

/* line 588, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.time time-container.highlight {
  background: rgba(255, 255, 255, 0.12);
}

/* line 592, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content {
  border-left-color: rgba(255, 255, 255, 0.12);
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-1 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-1.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-1 {
    height: 26px;
    min-height: 26px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-1 {
    height: 26px;
    min-height: 26px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-2 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-2.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-2 {
    height: 52px;
    min-height: 52px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-2 {
    height: 52px;
    min-height: 52px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-3 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-3.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-3 {
    height: 78px;
    min-height: 78px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-3 {
    height: 78px;
    min-height: 78px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-4 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-4.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-4 {
    height: 104px;
    min-height: 104px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-4 {
    height: 104px;
    min-height: 104px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-5 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-5.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-5 {
    height: 130px;
    min-height: 130px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-5 {
    height: 130px;
    min-height: 130px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-6 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-6.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-6 {
    height: 156px;
    min-height: 156px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-6 {
    height: 156px;
    min-height: 156px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-7 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-7.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-7 {
    height: 182px;
    min-height: 182px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-7 {
    height: 182px;
    min-height: 182px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-8 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-8.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-8 {
    height: 208px;
    min-height: 208px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-8 {
    height: 208px;
    min-height: 208px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-9 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-9.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-9 {
    height: 234px;
    min-height: 234px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-9 {
    height: 234px;
    min-height: 234px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-10 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-10.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-10 {
    height: 260px;
    min-height: 260px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-10 {
    height: 260px;
    min-height: 260px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-11 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-11.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-11 {
    height: 286px;
    min-height: 286px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-11 {
    height: 286px;
    min-height: 286px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-12 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-12.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-12 {
    height: 312px;
    min-height: 312px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-12 {
    height: 312px;
    min-height: 312px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-13 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-13.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-13 {
    height: 338px;
    min-height: 338px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-13 {
    height: 338px;
    min-height: 338px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-14 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-14.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-14 {
    height: 364px;
    min-height: 364px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-14 {
    height: 364px;
    min-height: 364px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-15 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-15.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-15 {
    height: 390px;
    min-height: 390px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-15 {
    height: 390px;
    min-height: 390px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-16 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-16.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-16 {
    height: 416px;
    min-height: 416px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-16 {
    height: 416px;
    min-height: 416px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-17 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-17.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-17 {
    height: 442px;
    min-height: 442px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-17 {
    height: 442px;
    min-height: 442px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-18 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-18.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-18 {
    height: 468px;
    min-height: 468px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-18 {
    height: 468px;
    min-height: 468px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-19 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-19.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-19 {
    height: 494px;
    min-height: 494px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-19 {
    height: 494px;
    min-height: 494px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-20 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-20.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-20 {
    height: 520px;
    min-height: 520px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-20 {
    height: 520px;
    min-height: 520px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-21 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-21.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-21 {
    height: 546px;
    min-height: 546px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-21 {
    height: 546px;
    min-height: 546px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-22 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-22.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-22 {
    height: 572px;
    min-height: 572px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-22 {
    height: 572px;
    min-height: 572px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-23 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-23.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-23 {
    height: 598px;
    min-height: 598px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-23 {
    height: 598px;
    min-height: 598px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-24 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-24.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-24 {
    height: 624px;
    min-height: 624px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-24 {
    height: 624px;
    min-height: 624px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-25 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-25.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-25 {
    height: 650px;
    min-height: 650px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-25 {
    height: 650px;
    min-height: 650px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-26 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-26.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-26 {
    height: 676px;
    min-height: 676px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-26 {
    height: 676px;
    min-height: 676px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-27 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-27.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-27 {
    height: 702px;
    min-height: 702px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-27 {
    height: 702px;
    min-height: 702px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-28 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-28.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-28 {
    height: 728px;
    min-height: 728px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-28 {
    height: 728px;
    min-height: 728px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-29 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-29.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-29 {
    height: 754px;
    min-height: 754px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-29 {
    height: 754px;
    min-height: 754px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-30 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-30.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-30 {
    height: 780px;
    min-height: 780px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-30 {
    height: 780px;
    min-height: 780px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-31 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-31.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-31 {
    height: 806px;
    min-height: 806px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-31 {
    height: 806px;
    min-height: 806px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-32 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-32.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-32 {
    height: 832px;
    min-height: 832px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-32 {
    height: 832px;
    min-height: 832px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-33 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-33.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-33 {
    height: 858px;
    min-height: 858px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-33 {
    height: 858px;
    min-height: 858px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-34 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-34.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-34 {
    height: 884px;
    min-height: 884px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-34 {
    height: 884px;
    min-height: 884px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-35 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-35.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-35 {
    height: 910px;
    min-height: 910px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-35 {
    height: 910px;
    min-height: 910px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-36 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-36.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-36 {
    height: 936px;
    min-height: 936px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-36 {
    height: 936px;
    min-height: 936px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-37 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-37.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-37 {
    height: 962px;
    min-height: 962px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-37 {
    height: 962px;
    min-height: 962px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-38 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-38.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-38 {
    height: 988px;
    min-height: 988px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-38 {
    height: 988px;
    min-height: 988px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-39 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-39.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-39 {
    height: 1014px;
    min-height: 1014px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-39 {
    height: 1014px;
    min-height: 1014px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-40 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-40.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-40 {
    height: 1040px;
    min-height: 1040px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-40 {
    height: 1040px;
    min-height: 1040px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-41 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-41.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-41 {
    height: 1066px;
    min-height: 1066px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-41 {
    height: 1066px;
    min-height: 1066px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-42 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-42.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-42 {
    height: 1092px;
    min-height: 1092px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-42 {
    height: 1092px;
    min-height: 1092px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-43 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-43.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-43 {
    height: 1118px;
    min-height: 1118px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-43 {
    height: 1118px;
    min-height: 1118px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-44 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-44.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-44 {
    height: 1144px;
    min-height: 1144px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-44 {
    height: 1144px;
    min-height: 1144px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-45 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-45.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-45 {
    height: 1170px;
    min-height: 1170px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-45 {
    height: 1170px;
    min-height: 1170px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-46 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-46.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-46 {
    height: 1196px;
    min-height: 1196px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-46 {
    height: 1196px;
    min-height: 1196px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-47 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-47.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-47 {
    height: 1222px;
    min-height: 1222px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-47 {
    height: 1222px;
    min-height: 1222px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-48 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-48.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-48 {
    height: 1248px;
    min-height: 1248px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-48 {
    height: 1248px;
    min-height: 1248px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-49 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-49.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-49 {
    height: 1274px;
    min-height: 1274px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-49 {
    height: 1274px;
    min-height: 1274px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-50 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-50.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-50 {
    height: 1300px;
    min-height: 1300px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-50 {
    height: 1300px;
    min-height: 1300px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-51 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-51.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-51 {
    height: 1326px;
    min-height: 1326px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-51 {
    height: 1326px;
    min-height: 1326px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-52 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-52.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-52 {
    height: 1352px;
    min-height: 1352px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-52 {
    height: 1352px;
    min-height: 1352px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-53 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-53.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-53 {
    height: 1378px;
    min-height: 1378px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-53 {
    height: 1378px;
    min-height: 1378px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-54 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-54.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-54 {
    height: 1404px;
    min-height: 1404px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-54 {
    height: 1404px;
    min-height: 1404px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-55 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-55.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-55 {
    height: 1430px;
    min-height: 1430px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-55 {
    height: 1430px;
    min-height: 1430px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-56 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-56.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-56 {
    height: 1456px;
    min-height: 1456px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-56 {
    height: 1456px;
    min-height: 1456px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-57 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-57.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-57 {
    height: 1482px;
    min-height: 1482px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-57 {
    height: 1482px;
    min-height: 1482px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-58 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-58.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-58 {
    height: 1508px;
    min-height: 1508px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-58 {
    height: 1508px;
    min-height: 1508px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-59 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-59.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-59 {
    height: 1534px;
    min-height: 1534px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-59 {
    height: 1534px;
    min-height: 1534px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-60 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-60.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-60 {
    height: 1560px;
    min-height: 1560px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-60 {
    height: 1560px;
    min-height: 1560px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-61 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-61.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-61 {
    height: 1586px;
    min-height: 1586px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-61 {
    height: 1586px;
    min-height: 1586px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-62 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-62.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-62 {
    height: 1612px;
    min-height: 1612px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-62 {
    height: 1612px;
    min-height: 1612px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-63 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-63.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-63 {
    height: 1638px;
    min-height: 1638px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-63 {
    height: 1638px;
    min-height: 1638px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-64 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-64.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-64 {
    height: 1664px;
    min-height: 1664px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-64 {
    height: 1664px;
    min-height: 1664px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-65 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-65.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-65 {
    height: 1690px;
    min-height: 1690px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-65 {
    height: 1690px;
    min-height: 1690px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-66 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-66.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-66 {
    height: 1716px;
    min-height: 1716px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-66 {
    height: 1716px;
    min-height: 1716px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-67 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-67.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-67 {
    height: 1742px;
    min-height: 1742px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-67 {
    height: 1742px;
    min-height: 1742px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-68 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-68.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-68 {
    height: 1768px;
    min-height: 1768px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-68 {
    height: 1768px;
    min-height: 1768px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-69 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-69.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-69 {
    height: 1794px;
    min-height: 1794px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-69 {
    height: 1794px;
    min-height: 1794px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-70 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-70.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-70 {
    height: 1820px;
    min-height: 1820px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-70 {
    height: 1820px;
    min-height: 1820px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-71 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-71.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-71 {
    height: 1846px;
    min-height: 1846px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-71 {
    height: 1846px;
    min-height: 1846px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-72 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-72.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-72 {
    height: 1872px;
    min-height: 1872px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-72 {
    height: 1872px;
    min-height: 1872px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-73 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-73.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-73 {
    height: 1898px;
    min-height: 1898px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-73 {
    height: 1898px;
    min-height: 1898px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-74 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-74.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-74 {
    height: 1924px;
    min-height: 1924px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-74 {
    height: 1924px;
    min-height: 1924px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-75 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-75.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-75 {
    height: 1950px;
    min-height: 1950px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-75 {
    height: 1950px;
    min-height: 1950px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-76 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-76.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-76 {
    height: 1976px;
    min-height: 1976px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-76 {
    height: 1976px;
    min-height: 1976px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-77 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-77.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-77 {
    height: 2002px;
    min-height: 2002px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-77 {
    height: 2002px;
    min-height: 2002px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-78 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-78.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-78 {
    height: 2028px;
    min-height: 2028px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-78 {
    height: 2028px;
    min-height: 2028px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-79 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-79.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-79 {
    height: 2054px;
    min-height: 2054px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-79 {
    height: 2054px;
    min-height: 2054px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-80 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-80.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-80 {
    height: 2080px;
    min-height: 2080px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-80 {
    height: 2080px;
    min-height: 2080px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-81 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-81.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-81 {
    height: 2106px;
    min-height: 2106px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-81 {
    height: 2106px;
    min-height: 2106px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-82 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-82.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-82 {
    height: 2132px;
    min-height: 2132px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-82 {
    height: 2132px;
    min-height: 2132px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-83 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-83.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-83 {
    height: 2158px;
    min-height: 2158px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-83 {
    height: 2158px;
    min-height: 2158px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-84 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-84.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-84 {
    height: 2184px;
    min-height: 2184px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-84 {
    height: 2184px;
    min-height: 2184px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-85 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-85.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-85 {
    height: 2210px;
    min-height: 2210px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-85 {
    height: 2210px;
    min-height: 2210px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-86 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-86.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-86 {
    height: 2236px;
    min-height: 2236px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-86 {
    height: 2236px;
    min-height: 2236px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-87 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-87.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-87 {
    height: 2262px;
    min-height: 2262px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-87 {
    height: 2262px;
    min-height: 2262px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-88 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-88.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-88 {
    height: 2288px;
    min-height: 2288px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-88 {
    height: 2288px;
    min-height: 2288px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-89 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-89.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-89 {
    height: 2314px;
    min-height: 2314px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-89 {
    height: 2314px;
    min-height: 2314px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-90 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-90.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-90 {
    height: 2340px;
    min-height: 2340px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-90 {
    height: 2340px;
    min-height: 2340px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-91 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-91.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-91 {
    height: 2366px;
    min-height: 2366px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-91 {
    height: 2366px;
    min-height: 2366px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-92 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-92.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-92 {
    height: 2392px;
    min-height: 2392px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-92 {
    height: 2392px;
    min-height: 2392px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-93 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-93.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-93 {
    height: 2418px;
    min-height: 2418px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-93 {
    height: 2418px;
    min-height: 2418px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-94 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-94.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-94 {
    height: 2444px;
    min-height: 2444px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-94 {
    height: 2444px;
    min-height: 2444px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-95 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-95.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-95 {
    height: 2470px;
    min-height: 2470px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-95 {
    height: 2470px;
    min-height: 2470px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-96 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-96.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-96 {
    height: 2496px;
    min-height: 2496px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-96 {
    height: 2496px;
    min-height: 2496px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-97 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-97.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-97 {
    height: 2522px;
    min-height: 2522px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-97 {
    height: 2522px;
    min-height: 2522px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-98 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-98.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-98 {
    height: 2548px;
    min-height: 2548px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-98 {
    height: 2548px;
    min-height: 2548px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-99 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-99.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-99 {
    height: 2574px;
    min-height: 2574px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-99 {
    height: 2574px;
    min-height: 2574px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-100 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-100.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-100 {
    height: 2600px;
    min-height: 2600px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-100 {
    height: 2600px;
    min-height: 2600px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-101 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-101.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-101 {
    height: 2626px;
    min-height: 2626px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-101 {
    height: 2626px;
    min-height: 2626px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-102 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-102.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-102 {
    height: 2652px;
    min-height: 2652px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-102 {
    height: 2652px;
    min-height: 2652px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-103 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-103.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-103 {
    height: 2678px;
    min-height: 2678px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-103 {
    height: 2678px;
    min-height: 2678px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-104 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-104.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-104 {
    height: 2704px;
    min-height: 2704px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-104 {
    height: 2704px;
    min-height: 2704px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-105 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-105.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-105 {
    height: 2730px;
    min-height: 2730px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-105 {
    height: 2730px;
    min-height: 2730px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-106 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-106.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-106 {
    height: 2756px;
    min-height: 2756px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-106 {
    height: 2756px;
    min-height: 2756px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-107 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-107.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-107 {
    height: 2782px;
    min-height: 2782px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-107 {
    height: 2782px;
    min-height: 2782px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-108 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-108.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-108 {
    height: 2808px;
    min-height: 2808px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-108 {
    height: 2808px;
    min-height: 2808px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-109 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-109.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-109 {
    height: 2834px;
    min-height: 2834px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-109 {
    height: 2834px;
    min-height: 2834px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-110 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-110.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-110 {
    height: 2860px;
    min-height: 2860px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-110 {
    height: 2860px;
    min-height: 2860px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-111 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-111.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-111 {
    height: 2886px;
    min-height: 2886px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-111 {
    height: 2886px;
    min-height: 2886px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-112 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-112.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-112 {
    height: 2912px;
    min-height: 2912px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-112 {
    height: 2912px;
    min-height: 2912px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-113 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-113.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-113 {
    height: 2938px;
    min-height: 2938px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-113 {
    height: 2938px;
    min-height: 2938px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-114 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-114.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-114 {
    height: 2964px;
    min-height: 2964px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-114 {
    height: 2964px;
    min-height: 2964px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-115 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-115.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-115 {
    height: 2990px;
    min-height: 2990px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-115 {
    height: 2990px;
    min-height: 2990px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-116 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-116.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-116 {
    height: 3016px;
    min-height: 3016px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-116 {
    height: 3016px;
    min-height: 3016px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-117 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-117.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-117 {
    height: 3042px;
    min-height: 3042px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-117 {
    height: 3042px;
    min-height: 3042px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-118 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-118.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-118 {
    height: 3068px;
    min-height: 3068px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-118 {
    height: 3068px;
    min-height: 3068px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-119 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-119.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-119 {
    height: 3094px;
    min-height: 3094px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-119 {
    height: 3094px;
    min-height: 3094px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-120 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-120.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-120 {
    height: 3120px;
    min-height: 3120px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-120 {
    height: 3120px;
    min-height: 3120px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-121 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-121.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-121 {
    height: 3146px;
    min-height: 3146px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-121 {
    height: 3146px;
    min-height: 3146px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-122 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-122.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-122 {
    height: 3172px;
    min-height: 3172px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-122 {
    height: 3172px;
    min-height: 3172px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-123 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-123.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-123 {
    height: 3198px;
    min-height: 3198px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-123 {
    height: 3198px;
    min-height: 3198px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-124 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-124.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-124 {
    height: 3224px;
    min-height: 3224px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-124 {
    height: 3224px;
    min-height: 3224px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-125 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-125.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-125 {
    height: 3250px;
    min-height: 3250px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-125 {
    height: 3250px;
    min-height: 3250px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-126 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-126.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-126 {
    height: 3276px;
    min-height: 3276px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-126 {
    height: 3276px;
    min-height: 3276px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-127 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-127.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-127 {
    height: 3302px;
    min-height: 3302px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-127 {
    height: 3302px;
    min-height: 3302px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-128 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-128.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-128 {
    height: 3328px;
    min-height: 3328px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-128 {
    height: 3328px;
    min-height: 3328px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-129 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-129.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-129 {
    height: 3354px;
    min-height: 3354px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-129 {
    height: 3354px;
    min-height: 3354px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-130 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-130.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-130 {
    height: 3380px;
    min-height: 3380px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-130 {
    height: 3380px;
    min-height: 3380px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-131 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-131.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-131 {
    height: 3406px;
    min-height: 3406px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-131 {
    height: 3406px;
    min-height: 3406px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-132 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-132.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-132 {
    height: 3432px;
    min-height: 3432px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-132 {
    height: 3432px;
    min-height: 3432px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-133 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-133.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-133 {
    height: 3458px;
    min-height: 3458px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-133 {
    height: 3458px;
    min-height: 3458px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-134 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-134.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-134 {
    height: 3484px;
    min-height: 3484px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-134 {
    height: 3484px;
    min-height: 3484px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-135 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-135.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-135 {
    height: 3510px;
    min-height: 3510px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-135 {
    height: 3510px;
    min-height: 3510px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-136 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-136.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-136 {
    height: 3536px;
    min-height: 3536px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-136 {
    height: 3536px;
    min-height: 3536px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-137 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-137.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-137 {
    height: 3562px;
    min-height: 3562px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-137 {
    height: 3562px;
    min-height: 3562px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-138 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-138.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-138 {
    height: 3588px;
    min-height: 3588px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-138 {
    height: 3588px;
    min-height: 3588px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-139 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-139.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-139 {
    height: 3614px;
    min-height: 3614px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-139 {
    height: 3614px;
    min-height: 3614px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-140 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-140.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-140 {
    height: 3640px;
    min-height: 3640px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-140 {
    height: 3640px;
    min-height: 3640px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-141 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-141.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-141 {
    height: 3666px;
    min-height: 3666px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-141 {
    height: 3666px;
    min-height: 3666px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-142 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-142.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-142 {
    height: 3692px;
    min-height: 3692px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-142 {
    height: 3692px;
    min-height: 3692px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-143 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-143.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-143 {
    height: 3718px;
    min-height: 3718px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-143 {
    height: 3718px;
    min-height: 3718px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-144 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-144.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-144 {
    height: 3744px;
    min-height: 3744px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-144 {
    height: 3744px;
    min-height: 3744px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-145 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-145.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-145 {
    height: 3770px;
    min-height: 3770px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-145 {
    height: 3770px;
    min-height: 3770px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-146 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-146.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-146 {
    height: 3796px;
    min-height: 3796px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-146 {
    height: 3796px;
    min-height: 3796px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-147 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-147.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-147 {
    height: 3822px;
    min-height: 3822px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-147 {
    height: 3822px;
    min-height: 3822px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-148 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-148.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-148 {
    height: 3848px;
    min-height: 3848px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-148 {
    height: 3848px;
    min-height: 3848px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-149 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-149.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-149 {
    height: 3874px;
    min-height: 3874px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-149 {
    height: 3874px;
    min-height: 3874px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-150 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-150.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-150 {
    height: 3900px;
    min-height: 3900px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-150 {
    height: 3900px;
    min-height: 3900px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-151 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-151.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-151 {
    height: 3926px;
    min-height: 3926px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-151 {
    height: 3926px;
    min-height: 3926px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-152 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-152.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-152 {
    height: 3952px;
    min-height: 3952px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-152 {
    height: 3952px;
    min-height: 3952px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-153 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-153.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-153 {
    height: 3978px;
    min-height: 3978px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-153 {
    height: 3978px;
    min-height: 3978px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-154 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-154.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-154 {
    height: 4004px;
    min-height: 4004px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-154 {
    height: 4004px;
    min-height: 4004px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-155 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-155.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-155 {
    height: 4030px;
    min-height: 4030px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-155 {
    height: 4030px;
    min-height: 4030px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-156 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-156.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-156 {
    height: 4056px;
    min-height: 4056px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-156 {
    height: 4056px;
    min-height: 4056px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-157 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-157.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-157 {
    height: 4082px;
    min-height: 4082px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-157 {
    height: 4082px;
    min-height: 4082px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-158 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-158.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-158 {
    height: 4108px;
    min-height: 4108px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-158 {
    height: 4108px;
    min-height: 4108px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-159 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-159.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-159 {
    height: 4134px;
    min-height: 4134px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-159 {
    height: 4134px;
    min-height: 4134px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-160 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-160.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-160 {
    height: 4160px;
    min-height: 4160px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-160 {
    height: 4160px;
    min-height: 4160px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-161 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-161.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-161 {
    height: 4186px;
    min-height: 4186px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-161 {
    height: 4186px;
    min-height: 4186px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-162 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-162.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-162 {
    height: 4212px;
    min-height: 4212px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-162 {
    height: 4212px;
    min-height: 4212px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-163 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-163.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-163 {
    height: 4238px;
    min-height: 4238px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-163 {
    height: 4238px;
    min-height: 4238px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-164 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-164.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-164 {
    height: 4264px;
    min-height: 4264px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-164 {
    height: 4264px;
    min-height: 4264px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-165 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-165.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-165 {
    height: 4290px;
    min-height: 4290px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-165 {
    height: 4290px;
    min-height: 4290px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-166 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-166.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-166 {
    height: 4316px;
    min-height: 4316px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-166 {
    height: 4316px;
    min-height: 4316px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-167 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-167.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-167 {
    height: 4342px;
    min-height: 4342px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-167 {
    height: 4342px;
    min-height: 4342px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-168 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-168.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-168 {
    height: 4368px;
    min-height: 4368px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-168 {
    height: 4368px;
    min-height: 4368px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-169 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-169.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-169 {
    height: 4394px;
    min-height: 4394px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-169 {
    height: 4394px;
    min-height: 4394px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-170 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-170.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-170 {
    height: 4420px;
    min-height: 4420px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-170 {
    height: 4420px;
    min-height: 4420px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-171 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-171.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-171 {
    height: 4446px;
    min-height: 4446px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-171 {
    height: 4446px;
    min-height: 4446px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-172 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-172.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-172 {
    height: 4472px;
    min-height: 4472px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-172 {
    height: 4472px;
    min-height: 4472px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-173 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-173.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-173 {
    height: 4498px;
    min-height: 4498px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-173 {
    height: 4498px;
    min-height: 4498px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-174 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-174.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-174 {
    height: 4524px;
    min-height: 4524px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-174 {
    height: 4524px;
    min-height: 4524px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-175 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-175.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-175 {
    height: 4550px;
    min-height: 4550px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-175 {
    height: 4550px;
    min-height: 4550px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-176 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-176.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-176 {
    height: 4576px;
    min-height: 4576px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-176 {
    height: 4576px;
    min-height: 4576px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-177 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-177.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-177 {
    height: 4602px;
    min-height: 4602px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-177 {
    height: 4602px;
    min-height: 4602px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-178 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-178.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-178 {
    height: 4628px;
    min-height: 4628px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-178 {
    height: 4628px;
    min-height: 4628px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-179 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-179.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-179 {
    height: 4654px;
    min-height: 4654px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-179 {
    height: 4654px;
    min-height: 4654px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-180 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-180.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-180 {
    height: 4680px;
    min-height: 4680px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-180 {
    height: 4680px;
    min-height: 4680px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-181 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-181.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-181 {
    height: 4706px;
    min-height: 4706px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-181 {
    height: 4706px;
    min-height: 4706px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-182 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-182.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-182 {
    height: 4732px;
    min-height: 4732px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-182 {
    height: 4732px;
    min-height: 4732px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-183 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-183.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-183 {
    height: 4758px;
    min-height: 4758px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-183 {
    height: 4758px;
    min-height: 4758px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-184 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-184.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-184 {
    height: 4784px;
    min-height: 4784px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-184 {
    height: 4784px;
    min-height: 4784px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-185 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-185.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-185 {
    height: 4810px;
    min-height: 4810px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-185 {
    height: 4810px;
    min-height: 4810px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-186 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-186.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-186 {
    height: 4836px;
    min-height: 4836px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-186 {
    height: 4836px;
    min-height: 4836px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-187 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-187.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-187 {
    height: 4862px;
    min-height: 4862px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-187 {
    height: 4862px;
    min-height: 4862px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-188 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-188.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-188 {
    height: 4888px;
    min-height: 4888px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-188 {
    height: 4888px;
    min-height: 4888px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-189 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-189.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-189 {
    height: 4914px;
    min-height: 4914px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-189 {
    height: 4914px;
    min-height: 4914px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-190 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-190.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-190 {
    height: 4940px;
    min-height: 4940px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-190 {
    height: 4940px;
    min-height: 4940px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-191 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-191.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-191 {
    height: 4966px;
    min-height: 4966px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-191 {
    height: 4966px;
    min-height: 4966px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-192 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-192.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-192 {
    height: 4992px;
    min-height: 4992px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-192 {
    height: 4992px;
    min-height: 4992px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-193 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-193.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-193 {
    height: 5018px;
    min-height: 5018px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-193 {
    height: 5018px;
    min-height: 5018px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-194 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-194.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-194 {
    height: 5044px;
    min-height: 5044px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-194 {
    height: 5044px;
    min-height: 5044px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-195 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-195.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-195 {
    height: 5070px;
    min-height: 5070px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-195 {
    height: 5070px;
    min-height: 5070px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-196 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-196.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-196 {
    height: 5096px;
    min-height: 5096px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-196 {
    height: 5096px;
    min-height: 5096px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-197 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-197.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-197 {
    height: 5122px;
    min-height: 5122px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-197 {
    height: 5122px;
    min-height: 5122px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-198 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-198.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-198 {
    height: 5148px;
    min-height: 5148px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-198 {
    height: 5148px;
    min-height: 5148px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-199 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-199.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-199 {
    height: 5174px;
    min-height: 5174px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-199 {
    height: 5174px;
    min-height: 5174px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-200 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-200.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-200 {
    height: 5200px;
    min-height: 5200px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-200 {
    height: 5200px;
    min-height: 5200px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-201 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-201.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-201 {
    height: 5226px;
    min-height: 5226px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-201 {
    height: 5226px;
    min-height: 5226px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-202 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-202.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-202 {
    height: 5252px;
    min-height: 5252px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-202 {
    height: 5252px;
    min-height: 5252px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-203 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-203.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-203 {
    height: 5278px;
    min-height: 5278px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-203 {
    height: 5278px;
    min-height: 5278px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-204 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-204.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-204 {
    height: 5304px;
    min-height: 5304px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-204 {
    height: 5304px;
    min-height: 5304px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-205 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-205.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-205 {
    height: 5330px;
    min-height: 5330px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-205 {
    height: 5330px;
    min-height: 5330px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-206 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-206.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-206 {
    height: 5356px;
    min-height: 5356px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-206 {
    height: 5356px;
    min-height: 5356px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-207 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-207.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-207 {
    height: 5382px;
    min-height: 5382px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-207 {
    height: 5382px;
    min-height: 5382px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-208 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-208.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-208 {
    height: 5408px;
    min-height: 5408px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-208 {
    height: 5408px;
    min-height: 5408px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-209 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-209.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-209 {
    height: 5434px;
    min-height: 5434px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-209 {
    height: 5434px;
    min-height: 5434px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-210 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-210.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-210 {
    height: 5460px;
    min-height: 5460px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-210 {
    height: 5460px;
    min-height: 5460px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-211 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-211.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-211 {
    height: 5486px;
    min-height: 5486px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-211 {
    height: 5486px;
    min-height: 5486px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-212 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-212.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-212 {
    height: 5512px;
    min-height: 5512px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-212 {
    height: 5512px;
    min-height: 5512px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-213 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-213.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-213 {
    height: 5538px;
    min-height: 5538px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-213 {
    height: 5538px;
    min-height: 5538px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-214 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-214.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-214 {
    height: 5564px;
    min-height: 5564px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-214 {
    height: 5564px;
    min-height: 5564px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-215 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-215.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-215 {
    height: 5590px;
    min-height: 5590px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-215 {
    height: 5590px;
    min-height: 5590px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-216 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-216.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-216 {
    height: 5616px;
    min-height: 5616px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-216 {
    height: 5616px;
    min-height: 5616px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-217 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-217.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-217 {
    height: 5642px;
    min-height: 5642px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-217 {
    height: 5642px;
    min-height: 5642px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-218 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-218.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-218 {
    height: 5668px;
    min-height: 5668px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-218 {
    height: 5668px;
    min-height: 5668px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-219 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-219.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-219 {
    height: 5694px;
    min-height: 5694px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-219 {
    height: 5694px;
    min-height: 5694px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-220 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-220.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-220 {
    height: 5720px;
    min-height: 5720px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-220 {
    height: 5720px;
    min-height: 5720px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-221 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-221.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-221 {
    height: 5746px;
    min-height: 5746px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-221 {
    height: 5746px;
    min-height: 5746px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-222 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-222.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-222 {
    height: 5772px;
    min-height: 5772px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-222 {
    height: 5772px;
    min-height: 5772px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-223 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-223.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-223 {
    height: 5798px;
    min-height: 5798px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-223 {
    height: 5798px;
    min-height: 5798px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-224 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-224.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-224 {
    height: 5824px;
    min-height: 5824px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-224 {
    height: 5824px;
    min-height: 5824px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-225 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-225.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-225 {
    height: 5850px;
    min-height: 5850px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-225 {
    height: 5850px;
    min-height: 5850px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-226 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-226.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-226 {
    height: 5876px;
    min-height: 5876px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-226 {
    height: 5876px;
    min-height: 5876px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-227 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-227.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-227 {
    height: 5902px;
    min-height: 5902px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-227 {
    height: 5902px;
    min-height: 5902px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-228 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-228.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-228 {
    height: 5928px;
    min-height: 5928px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-228 {
    height: 5928px;
    min-height: 5928px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-229 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-229.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-229 {
    height: 5954px;
    min-height: 5954px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-229 {
    height: 5954px;
    min-height: 5954px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-230 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-230.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-230 {
    height: 5980px;
    min-height: 5980px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-230 {
    height: 5980px;
    min-height: 5980px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-231 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-231.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-231 {
    height: 6006px;
    min-height: 6006px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-231 {
    height: 6006px;
    min-height: 6006px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-232 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-232.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-232 {
    height: 6032px;
    min-height: 6032px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-232 {
    height: 6032px;
    min-height: 6032px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-233 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-233.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-233 {
    height: 6058px;
    min-height: 6058px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-233 {
    height: 6058px;
    min-height: 6058px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-234 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-234.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-234 {
    height: 6084px;
    min-height: 6084px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-234 {
    height: 6084px;
    min-height: 6084px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-235 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-235.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-235 {
    height: 6110px;
    min-height: 6110px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-235 {
    height: 6110px;
    min-height: 6110px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-236 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-236.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-236 {
    height: 6136px;
    min-height: 6136px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-236 {
    height: 6136px;
    min-height: 6136px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-237 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-237.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-237 {
    height: 6162px;
    min-height: 6162px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-237 {
    height: 6162px;
    min-height: 6162px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-238 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-238.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-238 {
    height: 6188px;
    min-height: 6188px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-238 {
    height: 6188px;
    min-height: 6188px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-239 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-239.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-239 {
    height: 6214px;
    min-height: 6214px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-239 {
    height: 6214px;
    min-height: 6214px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-240 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-240.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-240 {
    height: 6240px;
    min-height: 6240px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-240 {
    height: 6240px;
    min-height: 6240px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-241 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-241.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-241 {
    height: 6266px;
    min-height: 6266px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-241 {
    height: 6266px;
    min-height: 6266px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-242 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-242.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-242 {
    height: 6292px;
    min-height: 6292px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-242 {
    height: 6292px;
    min-height: 6292px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-243 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-243.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-243 {
    height: 6318px;
    min-height: 6318px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-243 {
    height: 6318px;
    min-height: 6318px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-244 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-244.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-244 {
    height: 6344px;
    min-height: 6344px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-244 {
    height: 6344px;
    min-height: 6344px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-245 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-245.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-245 {
    height: 6370px;
    min-height: 6370px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-245 {
    height: 6370px;
    min-height: 6370px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-246 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-246.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-246 {
    height: 6396px;
    min-height: 6396px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-246 {
    height: 6396px;
    min-height: 6396px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-247 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-247.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-247 {
    height: 6422px;
    min-height: 6422px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-247 {
    height: 6422px;
    min-height: 6422px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-248 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-248.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-248 {
    height: 6448px;
    min-height: 6448px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-248 {
    height: 6448px;
    min-height: 6448px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-249 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-249.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-249 {
    height: 6474px;
    min-height: 6474px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-249 {
    height: 6474px;
    min-height: 6474px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-250 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-250.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-250 {
    height: 6500px;
    min-height: 6500px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-250 {
    height: 6500px;
    min-height: 6500px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-251 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-251.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-251 {
    height: 6526px;
    min-height: 6526px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-251 {
    height: 6526px;
    min-height: 6526px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-252 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-252.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-252 {
    height: 6552px;
    min-height: 6552px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-252 {
    height: 6552px;
    min-height: 6552px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-253 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-253.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-253 {
    height: 6578px;
    min-height: 6578px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-253 {
    height: 6578px;
    min-height: 6578px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-254 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-254.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-254 {
    height: 6604px;
    min-height: 6604px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-254 {
    height: 6604px;
    min-height: 6604px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-255 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-255.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-255 {
    height: 6630px;
    min-height: 6630px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-255 {
    height: 6630px;
    min-height: 6630px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-256 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-256.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-256 {
    height: 6656px;
    min-height: 6656px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-256 {
    height: 6656px;
    min-height: 6656px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-257 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-257.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-257 {
    height: 6682px;
    min-height: 6682px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-257 {
    height: 6682px;
    min-height: 6682px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-258 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-258.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-258 {
    height: 6708px;
    min-height: 6708px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-258 {
    height: 6708px;
    min-height: 6708px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-259 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-259.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-259 {
    height: 6734px;
    min-height: 6734px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-259 {
    height: 6734px;
    min-height: 6734px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-260 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-260.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-260 {
    height: 6760px;
    min-height: 6760px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-260 {
    height: 6760px;
    min-height: 6760px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-261 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-261.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-261 {
    height: 6786px;
    min-height: 6786px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-261 {
    height: 6786px;
    min-height: 6786px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-262 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-262.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-262 {
    height: 6812px;
    min-height: 6812px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-262 {
    height: 6812px;
    min-height: 6812px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-263 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-263.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-263 {
    height: 6838px;
    min-height: 6838px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-263 {
    height: 6838px;
    min-height: 6838px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-264 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-264.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-264 {
    height: 6864px;
    min-height: 6864px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-264 {
    height: 6864px;
    min-height: 6864px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-265 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-265.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-265 {
    height: 6890px;
    min-height: 6890px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-265 {
    height: 6890px;
    min-height: 6890px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-266 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-266.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-266 {
    height: 6916px;
    min-height: 6916px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-266 {
    height: 6916px;
    min-height: 6916px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-267 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-267.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-267 {
    height: 6942px;
    min-height: 6942px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-267 {
    height: 6942px;
    min-height: 6942px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-268 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-268.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-268 {
    height: 6968px;
    min-height: 6968px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-268 {
    height: 6968px;
    min-height: 6968px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-269 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-269.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-269 {
    height: 6994px;
    min-height: 6994px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-269 {
    height: 6994px;
    min-height: 6994px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-270 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-270.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-270 {
    height: 7020px;
    min-height: 7020px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-270 {
    height: 7020px;
    min-height: 7020px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-271 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-271.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-271 {
    height: 7046px;
    min-height: 7046px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-271 {
    height: 7046px;
    min-height: 7046px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-272 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-272.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-272 {
    height: 7072px;
    min-height: 7072px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-272 {
    height: 7072px;
    min-height: 7072px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-273 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-273.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-273 {
    height: 7098px;
    min-height: 7098px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-273 {
    height: 7098px;
    min-height: 7098px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-274 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-274.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-274 {
    height: 7124px;
    min-height: 7124px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-274 {
    height: 7124px;
    min-height: 7124px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-275 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-275.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-275 {
    height: 7150px;
    min-height: 7150px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-275 {
    height: 7150px;
    min-height: 7150px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-276 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-276.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-276 {
    height: 7176px;
    min-height: 7176px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-276 {
    height: 7176px;
    min-height: 7176px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-277 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-277.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-277 {
    height: 7202px;
    min-height: 7202px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-277 {
    height: 7202px;
    min-height: 7202px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-278 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-278.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-278 {
    height: 7228px;
    min-height: 7228px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-278 {
    height: 7228px;
    min-height: 7228px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-279 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-279.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-279 {
    height: 7254px;
    min-height: 7254px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-279 {
    height: 7254px;
    min-height: 7254px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-280 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-280.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-280 {
    height: 7280px;
    min-height: 7280px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-280 {
    height: 7280px;
    min-height: 7280px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-281 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-281.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-281 {
    height: 7306px;
    min-height: 7306px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-281 {
    height: 7306px;
    min-height: 7306px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-282 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-282.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-282 {
    height: 7332px;
    min-height: 7332px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-282 {
    height: 7332px;
    min-height: 7332px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-283 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-283.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-283 {
    height: 7358px;
    min-height: 7358px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-283 {
    height: 7358px;
    min-height: 7358px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-284 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-284.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-284 {
    height: 7384px;
    min-height: 7384px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-284 {
    height: 7384px;
    min-height: 7384px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-285 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-285.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-285 {
    height: 7410px;
    min-height: 7410px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-285 {
    height: 7410px;
    min-height: 7410px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-286 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-286.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-286 {
    height: 7436px;
    min-height: 7436px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-286 {
    height: 7436px;
    min-height: 7436px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-287 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-287.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-287 {
    height: 7462px;
    min-height: 7462px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-287 {
    height: 7462px;
    min-height: 7462px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-288 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-288.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-288 {
    height: 7488px;
    min-height: 7488px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-288 {
    height: 7488px;
    min-height: 7488px;
  }
}

/* line 191, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-1 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

@media (min-width: 600px) {
  /* line 202, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-1 {
    height: 2.16667px;
    min-height: 2.16667px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 209, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-1 {
    height: 2.16667px;
    min-height: 2.16667px;
  }
}

/* line 191, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-2 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

@media (min-width: 600px) {
  /* line 202, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-2 {
    height: 4.33333px;
    min-height: 4.33333px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 209, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-2 {
    height: 4.33333px;
    min-height: 4.33333px;
  }
}

/* line 191, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-3 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

@media (min-width: 600px) {
  /* line 202, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-3 {
    height: 6.5px;
    min-height: 6.5px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 209, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-3 {
    height: 6.5px;
    min-height: 6.5px;
  }
}

/* line 191, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-4 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

@media (min-width: 600px) {
  /* line 202, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-4 {
    height: 8.66667px;
    min-height: 8.66667px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 209, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-4 {
    height: 8.66667px;
    min-height: 8.66667px;
  }
}

/* line 191, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-5 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

@media (min-width: 600px) {
  /* line 202, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-5 {
    height: 10.83333px;
    min-height: 10.83333px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 209, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-5 {
    height: 10.83333px;
    min-height: 10.83333px;
  }
}

/* line 191, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-6 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

@media (min-width: 600px) {
  /* line 202, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-6 {
    height: 13px;
    min-height: 13px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 209, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-6 {
    height: 13px;
    min-height: 13px;
  }
}

/* line 191, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-7 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

@media (min-width: 600px) {
  /* line 202, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-7 {
    height: 15.16667px;
    min-height: 15.16667px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 209, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-7 {
    height: 15.16667px;
    min-height: 15.16667px;
  }
}

/* line 191, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-8 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

@media (min-width: 600px) {
  /* line 202, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-8 {
    height: 17.33333px;
    min-height: 17.33333px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 209, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-8 {
    height: 17.33333px;
    min-height: 17.33333px;
  }
}

/* line 191, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-9 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

@media (min-width: 600px) {
  /* line 202, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-9 {
    height: 19.5px;
    min-height: 19.5px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 209, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-9 {
    height: 19.5px;
    min-height: 19.5px;
  }
}

/* line 191, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-10 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

@media (min-width: 600px) {
  /* line 202, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-10 {
    height: 21.66667px;
    min-height: 21.66667px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 209, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-10 {
    height: 21.66667px;
    min-height: 21.66667px;
  }
}

/* line 191, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-11 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

@media (min-width: 600px) {
  /* line 202, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-11 {
    height: 23.83333px;
    min-height: 23.83333px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 209, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-11 {
    height: 23.83333px;
    min-height: 23.83333px;
  }
}

/* line 598, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column column-label {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 603, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column offset-spacer[class*='offset-spacer'] {
  background-color: rgba(255, 255, 255, 0.12);
}

/* line 607, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column offset-spacer.offset-spacer-0 {
  border-top-color: rgba(255, 255, 255, 0.12);
}

/* line 611, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column offset-spacer:not(:first-child) {
  border-left-color: rgba(255, 255, 255, 0.12);
}

/* line 617, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content no-sub-columns-indicator {
  background-color: rgba(255, 255, 255, 0.12);
}

/* line 622, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column column-header {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 626, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column time-container.hovered,
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column appointment-container.hovered {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

/* line 635, app/features/assessment-v2/app/components/calendar/calendar.scss */
appointment-container {
  min-height: 2.6rem;
}

/* line 639, app/features/assessment-v2/app/components/calendar/calendar.scss */
.dropdown-menu {
  min-width: 1px;
}

/* line 2, app/features/assessment-v2/app/components/edit/edit.scss */
.assessment-calendar-edit-container div.view-container > div.checkbox {
  line-height: 34px;
  margin: 0 0 15px 0;
}

/* line 6, app/features/assessment-v2/app/components/edit/edit.scss */
.assessment-calendar-edit-container div.view-container > div.checkbox label {
  font-weight: bold;
  padding-left: 27px;
}

/* line 10, app/features/assessment-v2/app/components/edit/edit.scss */
.assessment-calendar-edit-container div.view-container > div.checkbox label > input[type='checkbox'] {
  margin: 7px 0 0 -27px;
}

/* line 6, app/features/assessment-v2/app/components/components.scss */
.modal-body > div.list-group {
  margin: -15px;
  border: 0;
}

/* line 10, app/features/assessment-v2/app/components/components.scss */
.modal-body > div.list-group > .list-group-item {
  border-left: 0;
  border-right: 0;
}

/* line 15, app/features/assessment-v2/app/components/components.scss */
.modal-body > div.list-group > .list-group-item:first-child {
  border-radius: 0;
  border-top: 0;
}

/* line 20, app/features/assessment-v2/app/components/components.scss */
.modal-body > div.list-group > .list-group-item:last-child {
  border-radius: 0;
  border-bottom: 0;
}

/* line 1, app/features/masterdata/app/components/overview/overview.scss */
master-data-overview {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: row;
      flex-direction: row;
  max-width: 1500px;
  margin: 0 auto;
  margin-bottom: -185px;
}

/* line 8, app/features/masterdata/app/components/overview/overview.scss */
master-data-overview .content-container {
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: 100%;
  overflow: hidden;
}

/* line 14, app/features/masterdata/app/components/overview/overview.scss */
master-data-overview .mb-15 {
  margin-bottom: 15px;
}

/* line 17, app/features/masterdata/app/components/overview/overview.scss */
master-data-overview rental-car-list .csv-export button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 21, app/features/masterdata/app/components/overview/overview.scss */
master-data-overview .no-data {
  text-align: center;
}

/* line 25, app/features/masterdata/app/components/overview/overview.scss */
.dropdown-menu {
  padding: 0;
  border: 0;
  min-width: 100%;
}

/* line 29, app/features/masterdata/app/components/overview/overview.scss */
.dropdown-menu .menu-item {
  padding: 0;
}

/* line 31, app/features/masterdata/app/components/overview/overview.scss */
.dropdown-menu .menu-item .btn {
  width: 100%;
  border-radius: 0;
}

/* line 37, app/features/masterdata/app/components/overview/overview.scss */
.rental-car-form-group {
  display: -ms-flexbox;
  display: flex;
}

/* line 39, app/features/masterdata/app/components/overview/overview.scss */
.rental-car-form-group .form-group {
  width: 100%;
  margin-right: 15px;
  margin-bottom: 0;
}

/* line 44, app/features/masterdata/app/components/overview/overview.scss */
.rental-car-form-group .split-button-group {
  width: 175px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: end;
}

/* line 2, app/features/masterdata/app/components/service-provider-edit/legal-documents/list/_list.scss */
.master-data-service-provider-edit-legal-documents-list .actions {
  margin-left: 15px;
}

/* line 6, app/features/masterdata/app/components/service-provider-edit/legal-documents/list/_list.scss */
.master-data-service-provider-edit-legal-documents-list .preview {
  margin-left: 25px;
}

/* line 9, app/features/masterdata/app/components/service-provider-edit/legal-documents/list/_list.scss */
.master-data-service-provider-edit-legal-documents-list .preview img {
  height: 100px;
  border: solid 1px #ddd;
}

/* line 15, app/features/masterdata/app/components/service-provider-edit/legal-documents/list/_list.scss */
.master-data-service-provider-edit-legal-documents-list .status-indicator {
  width: 32px;
}

/* line 18, app/features/masterdata/app/components/service-provider-edit/legal-documents/list/_list.scss */
.master-data-service-provider-edit-legal-documents-list .status-indicator span {
  display: block;
  height: 18px;
  width: 18px;
  border-radius: 50%;
}

/* line 2, app/features/masterdata/app/components/service-provider-edit/team-location-group-form/members/add/_add.scss */
.master-data-service-provider-edit-location-groups-form-members-add .ax-list {
  max-height: 30vh;
  overflow-y: auto;
}

/* line 2, app/features/masterdata/app/components/service-provider-edit/team-location-group-form/members/working-group-list/_working-group-list.scss */
.master-data-service-provider-edit-team-settings-location-groups-form-working-groups .member-name {
  margin-right: 10px;
  max-width: 33%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 9, app/features/masterdata/app/components/service-provider-edit/team-location-group-form/members/working-group-list/_working-group-list.scss */
.master-data-service-provider-edit-team-settings-location-groups-form-working-groups .member-name:last-of-type {
  margin-right: 0;
}

/* line 2, app/features/masterdata/app/components/service-provider-edit/team-location-group-form/members/working-groups-form/_working.groups-form.scss */
.master-data-service-provider-edit-team-settings-location-groups-form-working-groups-form .progress {
  margin-top: 15px;
}

/* line 7, app/features/masterdata/app/components/service-provider-edit/team-location-group-form/members/working-groups-form/_working.groups-form.scss */
.master-data-service-provider-edit-team-settings-location-groups-form-working-groups-form .member-list .supplier-name {
  width: 40%;
}

/* line 6, app/features/masterdata/app/components/service-provider-edit/team-location-group-form/members/_members.scss */
.master-data-service-provider-edit-location-groups-form-members .tabs {
  margin-bottom: 15px;
}

/* line 2, app/features/masterdata/app/components/service-provider-edit/team-location-group-form/services/_services.scss */
.master-data-service-provider-edit-team-settings-location-groups-form-services table.table td {
  vertical-align: middle;
}

/* line 5, app/features/masterdata/app/components/service-provider-edit/team-location-group-form/services/_services.scss */
.master-data-service-provider-edit-team-settings-location-groups-form-services table.table td:first-child {
  width: 50px;
  max-width: 50px;
}

/* line 11, app/features/masterdata/app/components/service-provider-edit/team-location-group-form/services/_services.scss */
.master-data-service-provider-edit-team-settings-location-groups-form-services .category-details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
}

/* line 15, app/features/masterdata/app/components/service-provider-edit/team-location-group-form/services/_services.scss */
.master-data-service-provider-edit-team-settings-location-groups-form-services .category-details span.color-indicator {
  display: block;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  margin-right: 15px;
}

/* line 5, app/features/masterdata/app/components/service-provider-edit/team-location-group-form/_team-location-group-form.scss */
.master-data-service-provider-edit-team-settings-location-groups-add .actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: start;
      align-items: start;
}

/* line 10, app/features/masterdata/app/components/service-provider-edit/team-location-group-form/_team-location-group-form.scss */
.master-data-service-provider-edit-team-settings-location-groups-add .actions span.spacer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
}

/* line 15, app/features/masterdata/app/components/service-provider-edit/team-location-group-form/_team-location-group-form.scss */
.master-data-service-provider-edit-team-settings-location-groups-add .actions .form-group {
  min-width: 250px;
}

/* line 19, app/features/masterdata/app/components/service-provider-edit/team-location-group-form/_team-location-group-form.scss */
.master-data-service-provider-edit-team-settings-location-groups-add .actions > .form-group:not(:last-child) {
  margin-right: 30px;
}

/* line 23, app/features/masterdata/app/components/service-provider-edit/team-location-group-form/_team-location-group-form.scss */
.master-data-service-provider-edit-team-settings-location-groups-add .actions > button:not(:last-child) {
  margin-right: 15px;
}

/* line 29, app/features/masterdata/app/components/service-provider-edit/team-location-group-form/_team-location-group-form.scss */
.master-data-service-provider-edit-team-settings-location-groups-add table thead tr th,
.master-data-service-provider-edit-team-settings-location-groups-add table tbody tr td {
  vertical-align: middle;
}

/* line 2, app/features/masterdata/app/components/service-provider-edit/team-settings/members/add/_add.scss */
.master-data-service-provider-edit-team-settings-members-add .ax-list {
  max-height: 30vh;
  overflow-y: auto;
}

/* line 4, app/features/masterdata/app/components/service-provider-edit/team-settings/_team-settings.scss */
.master-data-service-provider-edit-team-settings .actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: start;
      align-items: start;
}

/* line 9, app/features/masterdata/app/components/service-provider-edit/team-settings/_team-settings.scss */
.master-data-service-provider-edit-team-settings .actions span.spacer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
}

/* line 14, app/features/masterdata/app/components/service-provider-edit/team-settings/_team-settings.scss */
.master-data-service-provider-edit-team-settings .actions .form-group {
  min-width: 250px;
}

/* line 18, app/features/masterdata/app/components/service-provider-edit/team-settings/_team-settings.scss */
.master-data-service-provider-edit-team-settings .actions > .form-group:not(:last-child) {
  margin-right: 30px;
}

/* line 22, app/features/masterdata/app/components/service-provider-edit/team-settings/_team-settings.scss */
.master-data-service-provider-edit-team-settings .actions > button:not(:last-child) {
  margin-right: 15px;
}

/* line 28, app/features/masterdata/app/components/service-provider-edit/team-settings/_team-settings.scss */
.master-data-service-provider-edit-team-settings table thead tr th,
.master-data-service-provider-edit-team-settings table tbody tr td {
  vertical-align: middle;
}

/* line 6, app/features/masterdata/app/components/service-provider-edit/_service-provider-edit.scss */
.service-provider-container .quick-auth-status {
  padding: 3px;
  border-radius: 3px;
}

/* line 13, app/features/masterdata/app/components/service-provider-edit/_service-provider-edit.scss */
.services-provided .switch-btn-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/* line 16, app/features/masterdata/app/components/service-provider-edit/_service-provider-edit.scss */
.services-provided .switch-btn-wrapper .control-label {
  margin-right: 15px;
}

/* line 23, app/features/masterdata/app/components/service-provider-edit/_service-provider-edit.scss */
service-provider-edit .content-container {
  overflow: initial !important;
}

/* line 27, app/features/masterdata/app/components/service-provider-edit/_service-provider-edit.scss */
service-provider-edit .main-button-row {
  margin-top: 25px;
}

/* line 3, app/features/masterdata/app/components/station-edit/station-edit-exp-cal-params/_station-edit-exp-cal-params.scss */
.station-edit-exp-cal-params fieldset:last-of-type {
  margin-bottom: 25px;
}

/* line 7, app/features/masterdata/app/components/station-edit/station-edit-exp-cal-params/_station-edit-exp-cal-params.scss */
.station-edit-exp-cal-params fieldset legend {
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2em;
}

/* line 14, app/features/masterdata/app/components/station-edit/station-edit-exp-cal-params/_station-edit-exp-cal-params.scss */
.station-edit-exp-cal-params fieldset .form-group {
  padding-left: 10px;
}

/* line 19, app/features/masterdata/app/components/station-edit/station-edit-exp-cal-params/_station-edit-exp-cal-params.scss */
.station-edit-exp-cal-params #explain-container {
  margin-top: 37px;
  margin-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ddd;
}

@media (max-width: 768px) {
  /* line 3, app/features/masterdata/app/components/insurance-edit/insurance-edit-general/_insurance-edit-general.scss */
  .col-xs-10 {
    width: 100%;
  }
  /* line 7, app/features/masterdata/app/components/insurance-edit/insurance-edit-general/_insurance-edit-general.scss */
  .col-xs-2 {
    width: 50%;
  }
}

/* line 6, app/features/masterdata/app/components/components.scss */
.nav-pills {
  margin-bottom: 10px;
}

/* line 8, app/features/masterdata/app/components/components.scss */
.nav-pills li {
  cursor: pointer;
}

/* line 10, app/features/masterdata/app/components/components.scss */
.nav-pills li span {
  position: relative;
  display: block;
  padding: 10px 15px;
  border-radius: 4px;
}

/* line 17, app/features/masterdata/app/components/components.scss */
.nav-pills li.disabled {
  color: #777;
  cursor: not-allowed;
  background-color: transparent;
}

/* line 24, app/features/masterdata/app/components/components.scss */
.nav-pills li.active span {
  color: #fff;
  background-color: #003e70;
}

/* line 31, app/features/masterdata/app/components/components.scss */
station-edit,
service-provider-edit,
insurance-edit,
workshop-edit,
middleman-edit,
expert-group-edit,
contractor-edit,
rental-car-edit,
rental-car-company-edit,
employee-edit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: row;
      flex-direction: row;
  max-width: 1500px;
  margin: 0 auto;
  margin-bottom: -185px;
}

/* line 47, app/features/masterdata/app/components/components.scss */
station-edit .content-container,
service-provider-edit .content-container,
insurance-edit .content-container,
workshop-edit .content-container,
middleman-edit .content-container,
expert-group-edit .content-container,
contractor-edit .content-container,
rental-car-edit .content-container,
rental-car-company-edit .content-container,
employee-edit .content-container {
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: 100%;
  overflow: hidden;
}

/* line 3, app/features/masterdata/styles/_index.scss */
.icon-small .wap-icon {
  height: 25px;
  padding: 5px 0;
  width: 25px;
}

/* line 9, app/features/masterdata/styles/_index.scss */
.icon--inline {
  height: 10px;
  width: 10px;
  padding: 5px 0;
}

/* line 18, app/features/masterdata/styles/_index.scss */
.wizard__step,
.wizard__inner,
.wizard__form {
  margin: 30px 0;
}

/* line 24, app/features/masterdata/styles/_index.scss */
.input-group .ui-select-bootstrap.dropdown {
  position: static;
}

/* line 28, app/features/masterdata/styles/_index.scss */
.modal-map {
  width: 95%;
}

/* line 32, app/features/masterdata/styles/_index.scss */
.report-identifier-success {
  color: #5cb85c;
}

/* line 36, app/features/masterdata/styles/_index.scss */
.report-identifier-danger {
  color: #d9534f;
}

/* line 1, app/features/users/app/components/users-overview/users-list/_users-list.scss */
#users-list__username {
  width: 300px;
}

/* line 5, app/features/users/app/components/users-overview/users-list/_users-list.scss */
.users-list__name {
  width: 400px;
}

/* line 9, app/features/users/app/components/users-overview/users-list/_users-list.scss */
#users-list__user-role {
  width: 200px;
}

/* line 13, app/features/users/app/components/users-overview/users-list/_users-list.scss */
#users-list__inactive {
  width: 50px;
}

/* line 17, app/features/users/app/components/users-overview/users-list/_users-list.scss */
.users-list__search-row {
  padding-bottom: 15px;
}

@media only screen and (max-width: 750px) {
  /* line 22, app/features/users/app/components/users-overview/users-list/_users-list.scss */
  #users-list__username {
    width: auto;
  }
}

/* line 27, app/features/users/app/components/users-overview/users-list/_users-list.scss */
.scroll-table {
  overflow-y: scroll;
}

/* line 1, app/features/users/app/components/users-overview/user-roles-list/_user-roles-list.scss */
#user-roles-list__copy {
  padding-left: 20px;
  width: 30px;
}

/* line 6, app/features/users/app/components/users-overview/user-roles-list/_user-roles-list.scss */
.user-roles-list__role-name {
  min-width: 300px;
  padding-left: 20px;
}

/* line 11, app/features/users/app/components/users-overview/user-roles-list/_user-roles-list.scss */
.user-roles-list__table-row {
  width: 100%;
}

/* line 15, app/features/users/app/components/users-overview/user-roles-list/_user-roles-list.scss */
.user-roles-list__edit-col {
  background-color: #eeeeee;
  width: 36px;
}

/* line 23, app/features/users/app/components/users-overview/user-roles-list/_user-roles-list.scss */
.user-roles-list__thead {
  width: 100%;
}

/* line 1, app/features/users/app/components/users-overview/user-groups-list/_user-groups-list.scss */
#user-groups-list__copy {
  padding-left: 20px;
  width: 30px;
}

/* line 6, app/features/users/app/components/users-overview/user-groups-list/_user-groups-list.scss */
.user-groups-list__role-name {
  min-width: 300px;
  padding-left: 20px;
}

/* line 11, app/features/users/app/components/users-overview/user-groups-list/_user-groups-list.scss */
.user-groups-list__table-row {
  width: 100%;
}

/* line 15, app/features/users/app/components/users-overview/user-groups-list/_user-groups-list.scss */
.user-groups-list__edit-col {
  background-color: #eeeeee;
  width: 36px;
}

/* line 23, app/features/users/app/components/users-overview/user-groups-list/_user-groups-list.scss */
.user-groups-list__thead {
  width: 100%;
}

/* line 1, app/features/users/app/components/user-role-edit/role-right-edit/_role-right-edit.scss */
.role-right-edit__container {
  margin-bottom: 0px !important;
  background: #f8f8f8 !important;
  min-width: 300px;
}

/* line 6, app/features/users/app/components/user-role-edit/role-right-edit/_role-right-edit.scss */
.role-right-edit__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

/* line 12, app/features/users/app/components/user-role-edit/role-right-edit/_role-right-edit.scss */
#role-right-edit__heading-submodules {
  padding-bottom: 6px !important;
  margin-bottom: 0px !important;
}

/* line 17, app/features/users/app/components/user-role-edit/role-right-edit/_role-right-edit.scss */
.role-right-edit__label {
  margin-bottom: 0px !important;
  font-size: 16px;
}

/* line 22, app/features/users/app/components/user-role-edit/role-right-edit/_role-right-edit.scss */
#role-right-edit__right-selector {
  padding-bottom: 30px;
}

/* line 4, app/features/users/app/components/user-role-edit/_user-role-edit.scss */
.user-role-edit__container {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* line 11, app/features/users/app/components/user-role-edit/_user-role-edit.scss */
.user-role-edit__container .user-edit__nav,
.user-role-edit__container form {
  width: 600px;
  display: -ms-flexbox;
  display: flex;
}

/* line 18, app/features/users/app/components/user-role-edit/_user-role-edit.scss */
.user-edit__nav  {
  -ms-flex-pack: start !important;
      justify-content: start !important;
}

@media only screen and (max-width: 1200px) {
  /* line 25, app/features/users/app/components/user-role-edit/_user-role-edit.scss */
  .user-role-edit__container form {
    width: 90%;
  }
  /* line 30, app/features/users/app/components/user-role-edit/_user-role-edit.scss */
  .user-edit__nav {
    width: 90% !important;
  }
}

@media only screen and (max-width: 750px) {
  /* line 37, app/features/users/app/components/user-role-edit/_user-role-edit.scss */
  .user-role-edit__container form {
    width: 100%;
  }
  /* line 42, app/features/users/app/components/user-role-edit/_user-role-edit.scss */
  .user-edit__nav {
    width: 100% !important;
  }
}

/* line 48, app/features/users/app/components/user-role-edit/_user-role-edit.scss */
.user-role-edit__view-container {
  background: #f8f8f8;
  box-shadow: 3px 3px 3px #f2f2f2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
}

/* line 59, app/features/users/app/components/user-role-edit/_user-role-edit.scss */
.user-role-edit__caption {
  padding-top: 5px;
  background: #f8f8f8 !important;
  color: #2c699d !important;
  border-bottom: solid #434343 1px;
  font-size: 16px !important;
}

/* line 67, app/features/users/app/components/user-role-edit/_user-role-edit.scss */
.user-role-edit__section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 73, app/features/users/app/components/user-role-edit/_user-role-edit.scss */
.user-role-edit__row {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 10px;
}

/* line 80, app/features/users/app/components/user-role-edit/_user-role-edit.scss */
.user-role-edit__name {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

/* line 84, app/features/users/app/components/user-role-edit/_user-role-edit.scss */
.user-role-edit__admin {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* line 89, app/features/users/app/components/user-role-edit/_user-role-edit.scss */
.user-role-edit__module {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 0px !important;
}

/* line 96, app/features/users/app/components/user-role-edit/_user-role-edit.scss */
.user-role-edit__module-rights {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

/* line 101, app/features/users/app/components/user-role-edit/_user-role-edit.scss */
.user-role-edit__fill {
  width: 100%;
}

/* line 105, app/features/users/app/components/user-role-edit/_user-role-edit.scss */
#user-role-edit__second-section {
  padding-top: 10px;
}

/* line 109, app/features/users/app/components/user-role-edit/_user-role-edit.scss */
.user-role-edit__icon {
  padding-left: 8px;
  padding-right: 8px;
  top: 0px !important;
}

/* line 115, app/features/users/app/components/user-role-edit/_user-role-edit.scss */
.user-role-edit__icon-box {
  padding-right: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/* line 121, app/features/users/app/components/user-role-edit/_user-role-edit.scss */
.user-role-edit__no-margin {
  margin: 0px !important;
}

/* line 125, app/features/users/app/components/user-role-edit/_user-role-edit.scss */
.user-role-edit__button-group {
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: end;
      align-items: flex-end;
}

/* line 128, app/features/users/app/components/user-role-edit/_user-role-edit.scss */
.user-role-edit__button-group button {
  margin-top: 15px;
}

/* line 133, app/features/users/app/components/user-role-edit/_user-role-edit.scss */
.user-role-edit__delete-button {
  width: 100%;
  margin-top: 5px;
}

/* line 138, app/features/users/app/components/user-role-edit/_user-role-edit.scss */
.user-role-edit__spacer {
  width: 100%;
  margin-top: 15px;
  border-bottom: 1px solid black;
}

/* line 144, app/features/users/app/components/user-role-edit/_user-role-edit.scss */
.user-role-edit__center {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 2, app/features/users/app/components/user-group-edit/_user-group-edit.scss */
.user-group-edit__container {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* line 9, app/features/users/app/components/user-group-edit/_user-group-edit.scss */
.user-group-edit__container .user-edit__nav,
.user-group-edit__container form {
  width: 600px;
  display: -ms-flexbox;
  display: flex;
}

/* line 16, app/features/users/app/components/user-group-edit/_user-group-edit.scss */
.user-edit__nav  {
  -ms-flex-pack: start !important;
      justify-content: start !important;
}

/* line 20, app/features/users/app/components/user-group-edit/_user-group-edit.scss */
.pager > li > a {
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  /* line 27, app/features/users/app/components/user-group-edit/_user-group-edit.scss */
  .user-group-edit__container form {
    width: 90%;
  }
  /* line 32, app/features/users/app/components/user-group-edit/_user-group-edit.scss */
  .user-edit__nav {
    width: 90% !important;
  }
}

@media only screen and (max-width: 750px) {
  /* line 39, app/features/users/app/components/user-group-edit/_user-group-edit.scss */
  .user-group-edit__container form {
    width: 100%;
  }
  /* line 44, app/features/users/app/components/user-group-edit/_user-group-edit.scss */
  .user-edit__nav {
    width: 100% !important;
  }
}

/* line 50, app/features/users/app/components/user-group-edit/_user-group-edit.scss */
.user-group-edit__view-container {
  background: #f8f8f8;
  box-shadow: 3px 3px 3px #f2f2f2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
}

/* line 61, app/features/users/app/components/user-group-edit/_user-group-edit.scss */
.user-group-edit__caption {
  padding-top: 5px;
  background: #f8f8f8 !important;
  color: #2c699d !important;
  border-bottom: solid #434343 1px;
  font-size: 16px !important;
}

/* line 69, app/features/users/app/components/user-group-edit/_user-group-edit.scss */
.user-group-edit__section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 75, app/features/users/app/components/user-group-edit/_user-group-edit.scss */
.user-group-edit__row {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 10px;
}

/* line 82, app/features/users/app/components/user-group-edit/_user-group-edit.scss */
.user-group-edit__name {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

/* line 86, app/features/users/app/components/user-group-edit/_user-group-edit.scss */
.user-group-edit__admin {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* line 91, app/features/users/app/components/user-group-edit/_user-group-edit.scss */
.user-group-edit__module {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 0px !important;
}

/* line 98, app/features/users/app/components/user-group-edit/_user-group-edit.scss */
.user-group-edit__module-rights {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

/* line 103, app/features/users/app/components/user-group-edit/_user-group-edit.scss */
.user-group-edit__fill {
  width: 100%;
}

/* line 107, app/features/users/app/components/user-group-edit/_user-group-edit.scss */
#user-group-edit__second-section {
  padding-top: 10px;
}

/* line 111, app/features/users/app/components/user-group-edit/_user-group-edit.scss */
.user-group-edit__icon {
  padding-left: 8px;
  padding-right: 8px;
  top: 0px !important;
}

/* line 117, app/features/users/app/components/user-group-edit/_user-group-edit.scss */
.user-group-edit__icon-box {
  padding-right: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/* line 123, app/features/users/app/components/user-group-edit/_user-group-edit.scss */
.user-group-edit__no-margin {
  margin: 0px !important;
}

/* line 127, app/features/users/app/components/user-group-edit/_user-group-edit.scss */
.user-group-edit__button-group {
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: end;
      align-items: flex-end;
}

/* line 130, app/features/users/app/components/user-group-edit/_user-group-edit.scss */
.user-group-edit__button-group button {
  margin-top: 15px;
}

/* line 135, app/features/users/app/components/user-group-edit/_user-group-edit.scss */
.user-group-edit__delete-button {
  width: 100%;
  margin-top: 5px;
}

/* line 140, app/features/users/app/components/user-group-edit/_user-group-edit.scss */
.user-group-edit__spacer {
  width: 100%;
  margin-top: 15px;
  border-bottom: 1px solid black;
}

/* line 146, app/features/users/app/components/user-group-edit/_user-group-edit.scss */
.user-group-edit__center {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 2, app/features/users/app/components/user-edit/_user-edit.scss */
.user-edit__container {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* line 9, app/features/users/app/components/user-edit/_user-edit.scss */
.user-edit__container .user-edit__nav,
.user-edit__container form {
  width: 600px;
  display: -ms-flexbox;
  display: flex;
}

/* line 16, app/features/users/app/components/user-edit/_user-edit.scss */
.user-edit__nav  {
  -ms-flex-pack: start !important;
      justify-content: start !important;
}

@media only screen and (max-width: 1200px) {
  /* line 23, app/features/users/app/components/user-edit/_user-edit.scss */
  .user-edit__container form {
    width: 90%;
  }
  /* line 28, app/features/users/app/components/user-edit/_user-edit.scss */
  .user-edit__nav {
    width: 90% !important;
  }
}

@media only screen and (max-width: 750px) {
  /* line 35, app/features/users/app/components/user-edit/_user-edit.scss */
  .user-edit__container form {
    width: 100%;
  }
  /* line 40, app/features/users/app/components/user-edit/_user-edit.scss */
  .user-edit__nav {
    width: 100% !important;
  }
}

/* line 45, app/features/users/app/components/user-edit/_user-edit.scss */
#user-edit_title-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-bottom: solid #434343 1px;
  margin-bottom: 20px;
}

/* line 53, app/features/users/app/components/user-edit/_user-edit.scss */
.user-edit__view-container {
  background: #f8f8f8;
  box-shadow: 3px 3px 3px #f2f2f2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
}

/* line 64, app/features/users/app/components/user-edit/_user-edit.scss */
.user-edit__caption {
  padding-top: 5px;
  background: #f8f8f8 !important;
  color: #2c699d !important;
  font-size: 16px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}

/* line 74, app/features/users/app/components/user-edit/_user-edit.scss */
.user-edit__section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 80, app/features/users/app/components/user-edit/_user-edit.scss */
.user-edit__row {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 10px;
}

/* line 87, app/features/users/app/components/user-edit/_user-edit.scss */
.user-edit__name {
  max-width: 400px;
  padding-right: 10px;
}

/* line 92, app/features/users/app/components/user-edit/_user-edit.scss */
.user-edit__inactive {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* line 97, app/features/users/app/components/user-edit/_user-edit.scss */
.user-edit__module {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 0px !important;
}

/* line 104, app/features/users/app/components/user-edit/_user-edit.scss */
.user-edit__module-rights {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

/* line 109, app/features/users/app/components/user-edit/_user-edit.scss */
.user-edit__fill {
  width: 100%;
}

/* line 113, app/features/users/app/components/user-edit/_user-edit.scss */
#user-edit__second-section {
  padding-top: 10px;
}

/* line 117, app/features/users/app/components/user-edit/_user-edit.scss */
.user-edit__icon {
  padding-left: 8px;
  padding-right: 8px;
  top: 0px !important;
}

/* line 123, app/features/users/app/components/user-edit/_user-edit.scss */
.user-edit__icon-box {
  padding-right: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/* line 129, app/features/users/app/components/user-edit/_user-edit.scss */
.user-edit__no-margin {
  margin: 0px !important;
}

/* line 133, app/features/users/app/components/user-edit/_user-edit.scss */
.user-edit__button-group {
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

/* line 136, app/features/users/app/components/user-edit/_user-edit.scss */
.user-edit__button-group button {
  margin-top: 15px;
}

/* line 141, app/features/users/app/components/user-edit/_user-edit.scss */
.user-edit__inactive  {
  padding-left: 20px;
}

/* line 145, app/features/users/app/components/user-edit/_user-edit.scss */
.user-edit__panel-heading {
  font-size: 16px !important;
}

/* line 149, app/features/users/app/components/user-edit/_user-edit.scss */
.user-edit__flex {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}

/* line 3, app/features/users/app/_app.scss */
.user__error-message {
  color: red;
}

/* line 3, app/features/users/_users.scss */
.tablelist {
  margin-bottom: 50px;
}

/* line 9, app/features/users/_users.scss */
.tablelist__head th,
.tablelist__head td,
.tablelist__item th,
.tablelist__item td {
  padding: 5px;
}

/* line 15, app/features/users/_users.scss */
.tablelist__head {
  background-color: #ddd;
  font-weight: 700;
}

/* line 20, app/features/users/_users.scss */
.tablelist__item {
  background-color: #efefef;
}

/* line 23, app/features/users/_users.scss */
.tablelist__item:hover {
  background-color: #d6e3fa;
}

/* line 27, app/features/users/_users.scss */
.tablelist__item a {
  transition: none;
  color: cornflowerblue;
}

/* line 31, app/features/users/_users.scss */
.tablelist__item a:hover {
  color: #1651bc;
}

/* line 37, app/features/users/_users.scss */
.tablelist__item--odd {
  background-color: #fefefe;
}

/* line 50, app/features/users/_users.scss */
.items-list__item {
  background-color: #efefef;
}

/* line 54, app/features/users/_users.scss */
.items-list__item--even {
  background-color: #dedede;
}

/* line 60, app/features/users/_users.scss */
.some-class-name-here input.ng-valid,
.some-class-name-here input.ng-valid:hover {
  border: 1px solid LightGreen;
}

/* line 65, app/features/users/_users.scss */
.some-class-name-here input.ng-invalid,
.some-class-name-here input.ng-invalid:hover,
.some-class-name-here input.ng-invalid-minlength {
  border: 1px solid LightCoral;
}

/* line 72, app/features/users/_users.scss */
.ng-messages {
  color: LightCoral;
}

/* line 2, app/features/assessment-v2/app/components/calendar/appointment-details-dialog/appointment-details-dialog.scss */
.appointment-details-dialog .info-tags {
  margin-bottom: 7px;
}

/* line 5, app/features/assessment-v2/app/components/calendar/appointment-details-dialog/appointment-details-dialog.scss */
.appointment-details-dialog .info-tags .label {
  font-size: 14px;
  padding: 5px 8px;
  display: inline-block;
  margin: 0 8px 8px 0;
}

/* line 11, app/features/assessment-v2/app/components/calendar/appointment-details-dialog/appointment-details-dialog.scss */
.appointment-details-dialog .info-tags .label.status-2 {
  background: #616161;
  color: rgba(255, 255, 255, 0.87);
}

/* line 15, app/features/assessment-v2/app/components/calendar/appointment-details-dialog/appointment-details-dialog.scss */
.appointment-details-dialog .info-tags .label.status-2:hover {
  background: #424242;
  color: rgba(255, 255, 255, 0.87);
}

/* line 21, app/features/assessment-v2/app/components/calendar/appointment-details-dialog/appointment-details-dialog.scss */
.appointment-details-dialog .info-tags .label.status-3 {
  background: #0097a7;
  color: white;
}

/* line 25, app/features/assessment-v2/app/components/calendar/appointment-details-dialog/appointment-details-dialog.scss */
.appointment-details-dialog .info-tags .label.status-3:hover {
  background: #00838f;
  color: white;
}

/* line 31, app/features/assessment-v2/app/components/calendar/appointment-details-dialog/appointment-details-dialog.scss */
.appointment-details-dialog .info-tags .label.status-4 {
  background: #4caf50;
  color: white;
}

/* line 35, app/features/assessment-v2/app/components/calendar/appointment-details-dialog/appointment-details-dialog.scss */
.appointment-details-dialog .info-tags .label.status-4:hover {
  background: #388e3c;
  color: white;
}

/* line 41, app/features/assessment-v2/app/components/calendar/appointment-details-dialog/appointment-details-dialog.scss */
.appointment-details-dialog .info-tags .label.status-5 {
  background: #f44336;
  color: white;
}

/* line 45, app/features/assessment-v2/app/components/calendar/appointment-details-dialog/appointment-details-dialog.scss */
.appointment-details-dialog .info-tags .label.status-5:hover {
  background: #d32f2f;
  color: white;
}

/* line 51, app/features/assessment-v2/app/components/calendar/appointment-details-dialog/appointment-details-dialog.scss */
.appointment-details-dialog .info-tags .label.status-6 {
  background: #ffc107;
  color: white;
}

/* line 55, app/features/assessment-v2/app/components/calendar/appointment-details-dialog/appointment-details-dialog.scss */
.appointment-details-dialog .info-tags .label.status-6:hover {
  background: #ffa000;
  color: white;
}

/* line 62, app/features/assessment-v2/app/components/calendar/appointment-details-dialog/appointment-details-dialog.scss */
.appointment-details-dialog .info-tags .glyphicon {
  font-size: 85%;
  margin: 0 3px 0 0;
}

/* line 69, app/features/assessment-v2/app/components/calendar/appointment-details-dialog/appointment-details-dialog.scss */
.appointment-details-dialog activity-related-fields .form-group {
  margin-bottom: 5px;
}

/* line 2, app/features/assessment-v2/app/components/calendar/booking-dialog/booking-dialog.scss */
.booking-dialog .modal-body form label.btn {
  text-align: left;
}

/* line 5, app/features/assessment-v2/app/components/calendar/booking-dialog/booking-dialog.scss */
.booking-dialog .modal-body form label.btn .glyphicon {
  margin-right: 8px;
}

@media (min-width: 600px) {
  /* line 11, app/features/assessment-v2/app/components/calendar/booking-dialog/booking-dialog.scss */
  .booking-dialog .modal-body form label.btn {
    padding-left: 75px;
  }
}

/* line 2, app/features/assessment-v2/app/components/calendar/search-modal/search-modal.scss */
.assessment-calendar-search-modal-container .btn-block {
  margin-top: 10px;
}

/* line 6, app/features/assessment-v2/app/components/calendar/search-modal/search-modal.scss */
.assessment-calendar-search-modal-container .panel {
  margin-bottom: 0;
}

/* line 10, app/features/assessment-v2/app/components/calendar/search-modal/search-modal.scss */
.assessment-calendar-search-modal-container .list-group-item {
  cursor: pointer;
}

/* line 1, app/features/assessment-v2/app/components/calendar/column-options-dialog/column-options-dialog.scss */
.modal-body .list-group.columns .list-group-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  cursor: pointer;
}

/* line 7, app/features/assessment-v2/app/components/calendar/column-options-dialog/column-options-dialog.scss */
.modal-body .list-group.columns .list-group-item.main:hover {
  background: inherit;
}

/* line 11, app/features/assessment-v2/app/components/calendar/column-options-dialog/column-options-dialog.scss */
.modal-body .list-group.columns .list-group-item.main .actions {
  -ms-flex: 1;
      flex: 1;
  margin-left: 0;
  -ms-flex-pack: end;
      justify-content: end;
}

/* line 16, app/features/assessment-v2/app/components/calendar/column-options-dialog/column-options-dialog.scss */
.modal-body .list-group.columns .list-group-item.main .actions button.btn {
  margin: 0 4px;
}

/* line 19, app/features/assessment-v2/app/components/calendar/column-options-dialog/column-options-dialog.scss */
.modal-body .list-group.columns .list-group-item.main .actions button.btn:first-child {
  margin-left: 0;
}

/* line 23, app/features/assessment-v2/app/components/calendar/column-options-dialog/column-options-dialog.scss */
.modal-body .list-group.columns .list-group-item.main .actions button.btn:last-child {
  margin-right: 0;
}

/* line 30, app/features/assessment-v2/app/components/calendar/column-options-dialog/column-options-dialog.scss */
.modal-body .list-group.columns .list-group-item .selection {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 14px;
}

/* line 35, app/features/assessment-v2/app/components/calendar/column-options-dialog/column-options-dialog.scss */
.modal-body .list-group.columns .list-group-item .selection input[type='checkbox'] {
  position: unset;
  height: 18px;
  width: 18px;
  margin: 0;
  padding: 0;
}

/* line 44, app/features/assessment-v2/app/components/calendar/column-options-dialog/column-options-dialog.scss */
.modal-body .list-group.columns .list-group-item .description {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: column;
      flex-flow: column;
}

/* line 49, app/features/assessment-v2/app/components/calendar/column-options-dialog/column-options-dialog.scss */
.modal-body .list-group.columns .list-group-item .description .title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 8px;
}

/* line 56, app/features/assessment-v2/app/components/calendar/column-options-dialog/column-options-dialog.scss */
.modal-body .list-group.columns .list-group-item .description .title h4 {
  margin: 0;
}

/* line 60, app/features/assessment-v2/app/components/calendar/column-options-dialog/column-options-dialog.scss */
.modal-body .list-group.columns .list-group-item .description .title span.label {
  margin-left: 8px;
  padding: 6px 8px;
}

/* line 67, app/features/assessment-v2/app/components/calendar/column-options-dialog/column-options-dialog.scss */
.modal-body .list-group.columns .list-group-item .actions {
  display: -ms-flexbox;
  display: flex;
  margin-left: 14px;
  -ms-flex-align: center;
      align-items: center;
}

/* line 72, app/features/assessment-v2/app/components/calendar/column-options-dialog/column-options-dialog.scss */
.modal-body .list-group.columns .list-group-item .actions button.btn {
  margin: 0 4px;
}

/* line 75, app/features/assessment-v2/app/components/calendar/column-options-dialog/column-options-dialog.scss */
.modal-body .list-group.columns .list-group-item .actions button.btn:first-child {
  margin-left: 0;
}

/* line 79, app/features/assessment-v2/app/components/calendar/column-options-dialog/column-options-dialog.scss */
.modal-body .list-group.columns .list-group-item .actions button.btn:last-child {
  margin-right: 0;
}

/* line 2, app/features/assessment-v2/app/components/calendar/column-edit-dialog/column-edit-dialog.scss */
.modal-footer#columnEditDialogFooter .action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
}

/* line 7, app/features/assessment-v2/app/components/calendar/column-edit-dialog/column-edit-dialog.scss */
.modal-footer#columnEditDialogFooter .action.extra {
  -ms-flex-pack: end;
      justify-content: end;
  margin-bottom: 16px;
}

/* line 12, app/features/assessment-v2/app/components/calendar/column-edit-dialog/column-edit-dialog.scss */
.modal-footer#columnEditDialogFooter .action span.spacer {
  -ms-flex: 1;
      flex: 1;
}

/* line 18, app/features/assessment-v2/app/components/calendar/column-edit-dialog/column-edit-dialog.scss */
.modal-body#columnEditDialogBody > form > div > .form-group > .checkbox > label {
  line-height: 28px;
  padding-left: 28px;
  font-weight: 700;
}

/* line 23, app/features/assessment-v2/app/components/calendar/column-edit-dialog/column-edit-dialog.scss */
.modal-body#columnEditDialogBody > form > div > .form-group > .checkbox > label input[type='checkbox'] {
  margin-left: -28px;
}

/* line 8, app/features/assessment-v2/app/components/calendar/calendar.scss */
.dd-pos-fix {
  right: 0 !important;
  left: auto !important;
}

/* line 13, app/features/assessment-v2/app/components/calendar/calendar.scss */
.add-buttons {
  width: 100%;
}

/* line 16, app/features/assessment-v2/app/components/calendar/calendar.scss */
.add-buttons .btn:first-child {
  width: 85%;
}

/* line 20, app/features/assessment-v2/app/components/calendar/calendar.scss */
.add-buttons .btn:not(:first-child) {
  width: 15%;
}

/* line 24, app/features/assessment-v2/app/components/calendar/calendar.scss */
.add-buttons .dropdown-menu {
  left: unset !important;
  right: 0;
}

/* line 31, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content > .panel > .panel-body {
  padding: 0;
}

/* line 35, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .panel.calendar-body {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

/* line 39, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .panel.calendar-body.day column-content {
  overflow-x: auto;
}

/* line 43, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .panel.calendar-body.day sub-column {
  min-width: 35px;
}

@media (min-width: 1366px) {
  /* line 49, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar-content .panel.calendar-body.week {
    min-width: 940px;
  }
}

/* line 55, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .flex {
  -ms-flex: 1;
      flex: 1;
  box-sizing: border-box;
}

/* line 60, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout,
assessment-calendar-content .layout-column,
assessment-calendar-content .layout-row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

/* line 68, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-column {
  -ms-flex-direction: column;
      flex-direction: column;
}

/* line 72, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row {
  -ms-flex-direction: row;
      flex-direction: row;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-1 {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-2 {
  -ms-flex: 1 1 200%;
      flex: 1 1 200%;
  max-width: 200%;
  max-height: 200%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-3 {
  -ms-flex: 1 1 300%;
      flex: 1 1 300%;
  max-width: 300%;
  max-height: 300%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-4 {
  -ms-flex: 1 1 400%;
      flex: 1 1 400%;
  max-width: 400%;
  max-height: 400%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-5 {
  -ms-flex: 1 1 500%;
      flex: 1 1 500%;
  max-width: 500%;
  max-height: 500%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-6 {
  -ms-flex: 1 1 600%;
      flex: 1 1 600%;
  max-width: 600%;
  max-height: 600%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-7 {
  -ms-flex: 1 1 700%;
      flex: 1 1 700%;
  max-width: 700%;
  max-height: 700%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-8 {
  -ms-flex: 1 1 800%;
      flex: 1 1 800%;
  max-width: 800%;
  max-height: 800%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-9 {
  -ms-flex: 1 1 900%;
      flex: 1 1 900%;
  max-width: 900%;
  max-height: 900%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-10 {
  -ms-flex: 1 1 1000%;
      flex: 1 1 1000%;
  max-width: 1000%;
  max-height: 1000%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-11 {
  -ms-flex: 1 1 1100%;
      flex: 1 1 1100%;
  max-width: 1100%;
  max-height: 1100%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-12 {
  -ms-flex: 1 1 1200%;
      flex: 1 1 1200%;
  max-width: 1200%;
  max-height: 1200%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-13 {
  -ms-flex: 1 1 1300%;
      flex: 1 1 1300%;
  max-width: 1300%;
  max-height: 1300%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-14 {
  -ms-flex: 1 1 1400%;
      flex: 1 1 1400%;
  max-width: 1400%;
  max-height: 1400%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-15 {
  -ms-flex: 1 1 1500%;
      flex: 1 1 1500%;
  max-width: 1500%;
  max-height: 1500%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-16 {
  -ms-flex: 1 1 1600%;
      flex: 1 1 1600%;
  max-width: 1600%;
  max-height: 1600%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-17 {
  -ms-flex: 1 1 1700%;
      flex: 1 1 1700%;
  max-width: 1700%;
  max-height: 1700%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-18 {
  -ms-flex: 1 1 1800%;
      flex: 1 1 1800%;
  max-width: 1800%;
  max-height: 1800%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-19 {
  -ms-flex: 1 1 1900%;
      flex: 1 1 1900%;
  max-width: 1900%;
  max-height: 1900%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-20 {
  -ms-flex: 1 1 2000%;
      flex: 1 1 2000%;
  max-width: 2000%;
  max-height: 2000%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-21 {
  -ms-flex: 1 1 2100%;
      flex: 1 1 2100%;
  max-width: 2100%;
  max-height: 2100%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-22 {
  -ms-flex: 1 1 2200%;
      flex: 1 1 2200%;
  max-width: 2200%;
  max-height: 2200%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-23 {
  -ms-flex: 1 1 2300%;
      flex: 1 1 2300%;
  max-width: 2300%;
  max-height: 2300%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-24 {
  -ms-flex: 1 1 2400%;
      flex: 1 1 2400%;
  max-width: 2400%;
  max-height: 2400%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-25 {
  -ms-flex: 1 1 2500%;
      flex: 1 1 2500%;
  max-width: 2500%;
  max-height: 2500%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-26 {
  -ms-flex: 1 1 2600%;
      flex: 1 1 2600%;
  max-width: 2600%;
  max-height: 2600%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-27 {
  -ms-flex: 1 1 2700%;
      flex: 1 1 2700%;
  max-width: 2700%;
  max-height: 2700%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-28 {
  -ms-flex: 1 1 2800%;
      flex: 1 1 2800%;
  max-width: 2800%;
  max-height: 2800%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-29 {
  -ms-flex: 1 1 2900%;
      flex: 1 1 2900%;
  max-width: 2900%;
  max-height: 2900%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-30 {
  -ms-flex: 1 1 3000%;
      flex: 1 1 3000%;
  max-width: 3000%;
  max-height: 3000%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-31 {
  -ms-flex: 1 1 3100%;
      flex: 1 1 3100%;
  max-width: 3100%;
  max-height: 3100%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-32 {
  -ms-flex: 1 1 3200%;
      flex: 1 1 3200%;
  max-width: 3200%;
  max-height: 3200%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-33 {
  -ms-flex: 1 1 3300%;
      flex: 1 1 3300%;
  max-width: 3300%;
  max-height: 3300%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-34 {
  -ms-flex: 1 1 3400%;
      flex: 1 1 3400%;
  max-width: 3400%;
  max-height: 3400%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-35 {
  -ms-flex: 1 1 3500%;
      flex: 1 1 3500%;
  max-width: 3500%;
  max-height: 3500%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-36 {
  -ms-flex: 1 1 3600%;
      flex: 1 1 3600%;
  max-width: 3600%;
  max-height: 3600%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-37 {
  -ms-flex: 1 1 3700%;
      flex: 1 1 3700%;
  max-width: 3700%;
  max-height: 3700%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-38 {
  -ms-flex: 1 1 3800%;
      flex: 1 1 3800%;
  max-width: 3800%;
  max-height: 3800%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-39 {
  -ms-flex: 1 1 3900%;
      flex: 1 1 3900%;
  max-width: 3900%;
  max-height: 3900%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-40 {
  -ms-flex: 1 1 4000%;
      flex: 1 1 4000%;
  max-width: 4000%;
  max-height: 4000%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-41 {
  -ms-flex: 1 1 4100%;
      flex: 1 1 4100%;
  max-width: 4100%;
  max-height: 4100%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-42 {
  -ms-flex: 1 1 4200%;
      flex: 1 1 4200%;
  max-width: 4200%;
  max-height: 4200%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-43 {
  -ms-flex: 1 1 4300%;
      flex: 1 1 4300%;
  max-width: 4300%;
  max-height: 4300%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-44 {
  -ms-flex: 1 1 4400%;
      flex: 1 1 4400%;
  max-width: 4400%;
  max-height: 4400%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-45 {
  -ms-flex: 1 1 4500%;
      flex: 1 1 4500%;
  max-width: 4500%;
  max-height: 4500%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-46 {
  -ms-flex: 1 1 4600%;
      flex: 1 1 4600%;
  max-width: 4600%;
  max-height: 4600%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-47 {
  -ms-flex: 1 1 4700%;
      flex: 1 1 4700%;
  max-width: 4700%;
  max-height: 4700%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-48 {
  -ms-flex: 1 1 4800%;
      flex: 1 1 4800%;
  max-width: 4800%;
  max-height: 4800%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-49 {
  -ms-flex: 1 1 4900%;
      flex: 1 1 4900%;
  max-width: 4900%;
  max-height: 4900%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-50 {
  -ms-flex: 1 1 5000%;
      flex: 1 1 5000%;
  max-width: 5000%;
  max-height: 5000%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-51 {
  -ms-flex: 1 1 5100%;
      flex: 1 1 5100%;
  max-width: 5100%;
  max-height: 5100%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-52 {
  -ms-flex: 1 1 5200%;
      flex: 1 1 5200%;
  max-width: 5200%;
  max-height: 5200%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-53 {
  -ms-flex: 1 1 5300%;
      flex: 1 1 5300%;
  max-width: 5300%;
  max-height: 5300%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-54 {
  -ms-flex: 1 1 5400%;
      flex: 1 1 5400%;
  max-width: 5400%;
  max-height: 5400%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-55 {
  -ms-flex: 1 1 5500%;
      flex: 1 1 5500%;
  max-width: 5500%;
  max-height: 5500%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-56 {
  -ms-flex: 1 1 5600%;
      flex: 1 1 5600%;
  max-width: 5600%;
  max-height: 5600%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-57 {
  -ms-flex: 1 1 5700%;
      flex: 1 1 5700%;
  max-width: 5700%;
  max-height: 5700%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-58 {
  -ms-flex: 1 1 5800%;
      flex: 1 1 5800%;
  max-width: 5800%;
  max-height: 5800%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-59 {
  -ms-flex: 1 1 5900%;
      flex: 1 1 5900%;
  max-width: 5900%;
  max-height: 5900%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-60 {
  -ms-flex: 1 1 6000%;
      flex: 1 1 6000%;
  max-width: 6000%;
  max-height: 6000%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-61 {
  -ms-flex: 1 1 6100%;
      flex: 1 1 6100%;
  max-width: 6100%;
  max-height: 6100%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-62 {
  -ms-flex: 1 1 6200%;
      flex: 1 1 6200%;
  max-width: 6200%;
  max-height: 6200%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-63 {
  -ms-flex: 1 1 6300%;
      flex: 1 1 6300%;
  max-width: 6300%;
  max-height: 6300%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-64 {
  -ms-flex: 1 1 6400%;
      flex: 1 1 6400%;
  max-width: 6400%;
  max-height: 6400%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-65 {
  -ms-flex: 1 1 6500%;
      flex: 1 1 6500%;
  max-width: 6500%;
  max-height: 6500%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-66 {
  -ms-flex: 1 1 6600%;
      flex: 1 1 6600%;
  max-width: 6600%;
  max-height: 6600%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-67 {
  -ms-flex: 1 1 6700%;
      flex: 1 1 6700%;
  max-width: 6700%;
  max-height: 6700%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-68 {
  -ms-flex: 1 1 6800%;
      flex: 1 1 6800%;
  max-width: 6800%;
  max-height: 6800%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-69 {
  -ms-flex: 1 1 6900%;
      flex: 1 1 6900%;
  max-width: 6900%;
  max-height: 6900%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-70 {
  -ms-flex: 1 1 7000%;
      flex: 1 1 7000%;
  max-width: 7000%;
  max-height: 7000%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-71 {
  -ms-flex: 1 1 7100%;
      flex: 1 1 7100%;
  max-width: 7100%;
  max-height: 7100%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-72 {
  -ms-flex: 1 1 7200%;
      flex: 1 1 7200%;
  max-width: 7200%;
  max-height: 7200%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-73 {
  -ms-flex: 1 1 7300%;
      flex: 1 1 7300%;
  max-width: 7300%;
  max-height: 7300%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-74 {
  -ms-flex: 1 1 7400%;
      flex: 1 1 7400%;
  max-width: 7400%;
  max-height: 7400%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-75 {
  -ms-flex: 1 1 7500%;
      flex: 1 1 7500%;
  max-width: 7500%;
  max-height: 7500%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-76 {
  -ms-flex: 1 1 7600%;
      flex: 1 1 7600%;
  max-width: 7600%;
  max-height: 7600%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-77 {
  -ms-flex: 1 1 7700%;
      flex: 1 1 7700%;
  max-width: 7700%;
  max-height: 7700%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-78 {
  -ms-flex: 1 1 7800%;
      flex: 1 1 7800%;
  max-width: 7800%;
  max-height: 7800%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-79 {
  -ms-flex: 1 1 7900%;
      flex: 1 1 7900%;
  max-width: 7900%;
  max-height: 7900%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-80 {
  -ms-flex: 1 1 8000%;
      flex: 1 1 8000%;
  max-width: 8000%;
  max-height: 8000%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-81 {
  -ms-flex: 1 1 8100%;
      flex: 1 1 8100%;
  max-width: 8100%;
  max-height: 8100%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-82 {
  -ms-flex: 1 1 8200%;
      flex: 1 1 8200%;
  max-width: 8200%;
  max-height: 8200%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-83 {
  -ms-flex: 1 1 8300%;
      flex: 1 1 8300%;
  max-width: 8300%;
  max-height: 8300%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-84 {
  -ms-flex: 1 1 8400%;
      flex: 1 1 8400%;
  max-width: 8400%;
  max-height: 8400%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-85 {
  -ms-flex: 1 1 8500%;
      flex: 1 1 8500%;
  max-width: 8500%;
  max-height: 8500%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-86 {
  -ms-flex: 1 1 8600%;
      flex: 1 1 8600%;
  max-width: 8600%;
  max-height: 8600%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-87 {
  -ms-flex: 1 1 8700%;
      flex: 1 1 8700%;
  max-width: 8700%;
  max-height: 8700%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-88 {
  -ms-flex: 1 1 8800%;
      flex: 1 1 8800%;
  max-width: 8800%;
  max-height: 8800%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-89 {
  -ms-flex: 1 1 8900%;
      flex: 1 1 8900%;
  max-width: 8900%;
  max-height: 8900%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-90 {
  -ms-flex: 1 1 9000%;
      flex: 1 1 9000%;
  max-width: 9000%;
  max-height: 9000%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-91 {
  -ms-flex: 1 1 9100%;
      flex: 1 1 9100%;
  max-width: 9100%;
  max-height: 9100%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-92 {
  -ms-flex: 1 1 9200%;
      flex: 1 1 9200%;
  max-width: 9200%;
  max-height: 9200%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-93 {
  -ms-flex: 1 1 9300%;
      flex: 1 1 9300%;
  max-width: 9300%;
  max-height: 9300%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-94 {
  -ms-flex: 1 1 9400%;
      flex: 1 1 9400%;
  max-width: 9400%;
  max-height: 9400%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-95 {
  -ms-flex: 1 1 9500%;
      flex: 1 1 9500%;
  max-width: 9500%;
  max-height: 9500%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-96 {
  -ms-flex: 1 1 9600%;
      flex: 1 1 9600%;
  max-width: 9600%;
  max-height: 9600%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-97 {
  -ms-flex: 1 1 9700%;
      flex: 1 1 9700%;
  max-width: 9700%;
  max-height: 9700%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-98 {
  -ms-flex: 1 1 9800%;
      flex: 1 1 9800%;
  max-width: 9800%;
  max-height: 9800%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-99 {
  -ms-flex: 1 1 9900%;
      flex: 1 1 9900%;
  max-width: 9900%;
  max-height: 9900%;
  box-sizing: border-box;
}

/* line 76, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-row .flex-100 {
  -ms-flex: 1 1 10000%;
      flex: 1 1 10000%;
  max-width: 10000%;
  max-height: 10000%;
  box-sizing: border-box;
}

/* line 85, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .calendar-content-items {
  min-width: 1px;
}

/* line 89, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-fill {
  margin: 0;
  width: 100%;
  min-height: 100%;
  height: 100%;
}

/* line 96, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-align-start-center,
assessment-calendar-content .layout-align-center-center,
assessment-calendar-content .layout-align-end-center,
assessment-calendar-content .layout-align-space-between-center,
assessment-calendar-content .layout-align-space-around-center {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  max-width: 100%;
}

/* line 106, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-align-center-center {
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 110, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .layout-align-end-center {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

/* line 114, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .md-whiteframe-2dp {
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
}

/* line 119, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .md-body-1 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.01em;
}

/* line 125, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar-content .md-caption {
  font-size: 12px;
  letter-spacing: 0.02em;
}

/* line 268, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar .calendar-container {
  padding: 0;
}

/* line 272, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar .header-container {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  z-index: 1;
  background: white;
}

/* line 279, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar button.close {
  height: 40px;
  margin: 0 6px;
  line-height: 24px;
  padding: 8px;
  width: 40px;
  border-radius: 50%;
}

@media (min-width: 600px) {
  /* line 289, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time {
    min-width: 100px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 289, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time {
    min-width: 65px;
  }
}

@media (min-width: 600px) {
  /* line 242, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time .time-offset-1 time-container {
    height: 26px;
    min-height: 26px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 249, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time .time-offset-1 time-container {
    height: 26px;
    min-height: 26px;
  }
}

@media (min-width: 600px) {
  /* line 242, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time .time-offset-2 time-container {
    height: 52px;
    min-height: 52px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 249, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time .time-offset-2 time-container {
    height: 52px;
    min-height: 52px;
  }
}

@media (min-width: 600px) {
  /* line 242, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time .time-offset-3 time-container {
    height: 78px;
    min-height: 78px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 249, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time .time-offset-3 time-container {
    height: 78px;
    min-height: 78px;
  }
}

@media (min-width: 600px) {
  /* line 242, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time .time-offset-4 time-container {
    height: 104px;
    min-height: 104px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 249, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time .time-offset-4 time-container {
    height: 104px;
    min-height: 104px;
  }
}

@media (min-width: 600px) {
  /* line 242, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time .time-offset-5 time-container {
    height: 130px;
    min-height: 130px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 249, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time .time-offset-5 time-container {
    height: 130px;
    min-height: 130px;
  }
}

@media (min-width: 600px) {
  /* line 242, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time .time-offset-6 time-container {
    height: 156px;
    min-height: 156px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 249, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time .time-offset-6 time-container {
    height: 156px;
    min-height: 156px;
  }
}

@media (min-width: 600px) {
  /* line 242, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time .time-offset-7 time-container {
    height: 182px;
    min-height: 182px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 249, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time .time-offset-7 time-container {
    height: 182px;
    min-height: 182px;
  }
}

@media (min-width: 600px) {
  /* line 242, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time .time-offset-8 time-container {
    height: 208px;
    min-height: 208px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 249, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time .time-offset-8 time-container {
    height: 208px;
    min-height: 208px;
  }
}

@media (min-width: 600px) {
  /* line 242, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time .time-offset-9 time-container {
    height: 234px;
    min-height: 234px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 249, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time .time-offset-9 time-container {
    height: 234px;
    min-height: 234px;
  }
}

@media (min-width: 600px) {
  /* line 242, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time .time-offset-10 time-container {
    height: 260px;
    min-height: 260px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 249, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time .time-offset-10 time-container {
    height: 260px;
    min-height: 260px;
  }
}

@media (min-width: 600px) {
  /* line 242, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time .time-offset-11 time-container {
    height: 286px;
    min-height: 286px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 249, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time .time-offset-11 time-container {
    height: 286px;
    min-height: 286px;
  }
}

@media (min-width: 600px) {
  /* line 242, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time .time-offset-12 time-container {
    height: 312px;
    min-height: 312px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 249, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.time .time-offset-12 time-container {
    height: 312px;
    min-height: 312px;
  }
}

/* line 299, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.time time-container {
  text-align: center;
  padding: 2px;
}

/* line 303, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.time time-container time {
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.6);
  white-space: nowrap;
  font-weight: bold;
  font-size: 12px;
  margin: 0;
}

/* line 308, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.time time-container:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

/* line 313, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.time time-container.active time {
  background: #005191;
  color: #fff;
}

/* line 320, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.time time-container-spacer {
  height: 26px;
  display: block;
}

@media (min-width: 1366px) {
  /* line 328, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content {
    min-width: 100px !important;
  }
}

/* line 333, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content {
  overflow: hidden;
}

/* line 336, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content column-header .day-container[ng-dblclick] {
  cursor: pointer;
}

/* line 339, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content column-header .day-container[ng-dblclick]:hover p {
  color: #005191;
}

/* line 344, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content column-content {
  border-left: 2px solid rgba(0, 0, 0, 0.12);
}

/* line 260, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content column-content.columns-1 sub-column {
  max-width: 100%;
}

/* line 260, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content column-content.columns-2 sub-column {
  max-width: 50%;
}

/* line 260, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content column-content.columns-3 sub-column {
  max-width: 33.33333%;
}

/* line 260, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content column-content.columns-4 sub-column {
  max-width: 25%;
}

/* line 260, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content column-content.columns-5 sub-column {
  max-width: 20%;
}

/* line 260, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content column-content.columns-6 sub-column {
  max-width: 16.66667%;
}

/* line 260, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content column-content.columns-7 sub-column {
  max-width: 14.28571%;
}

/* line 260, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content column-content.columns-8 sub-column {
  max-width: 12.5%;
}

/* line 260, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content column-content.columns-9 sub-column {
  max-width: 11.11111%;
}

/* line 260, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content column-content.columns-10 sub-column {
  max-width: 10%;
}

/* line 260, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content column-content.columns-11 sub-column {
  max-width: 9.09091%;
}

/* line 260, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content column-content.columns-12 sub-column {
  max-width: 8.33333%;
}

/* line 260, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content column-content.columns-13 sub-column {
  max-width: 7.69231%;
}

/* line 260, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content column-content.columns-14 sub-column {
  max-width: 7.14286%;
}

/* line 260, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content column-content.columns-15 sub-column {
  max-width: 6.66667%;
}

/* line 260, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content column-content.columns-16 sub-column {
  max-width: 6.25%;
}

/* line 260, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content column-content.columns-17 sub-column {
  max-width: 5.88235%;
}

/* line 260, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content column-content.columns-18 sub-column {
  max-width: 5.55556%;
}

/* line 260, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content column-content.columns-19 sub-column {
  max-width: 5.26316%;
}

/* line 260, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content column-content.columns-20 sub-column {
  max-width: 5%;
}

/* line 351, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content appointment-booking:hover {
  background: rgba(158, 158, 158, 0.2);
}

/* line 355, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content appointment-booking:focus {
  outline: none;
}

/* line 360, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content appointment-content:focus {
  outline: none;
}

@media (min-width: 600px) {
  /* line 242, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content .time-offset-1 appointment-container {
    height: 26px;
    min-height: 26px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 249, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content .time-offset-1 appointment-container {
    height: 26px;
    min-height: 26px;
  }
}

@media (min-width: 600px) {
  /* line 242, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content .time-offset-2 appointment-container {
    height: 52px;
    min-height: 52px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 249, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content .time-offset-2 appointment-container {
    height: 52px;
    min-height: 52px;
  }
}

@media (min-width: 600px) {
  /* line 242, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content .time-offset-3 appointment-container {
    height: 78px;
    min-height: 78px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 249, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content .time-offset-3 appointment-container {
    height: 78px;
    min-height: 78px;
  }
}

@media (min-width: 600px) {
  /* line 242, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content .time-offset-4 appointment-container {
    height: 104px;
    min-height: 104px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 249, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content .time-offset-4 appointment-container {
    height: 104px;
    min-height: 104px;
  }
}

@media (min-width: 600px) {
  /* line 242, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content .time-offset-5 appointment-container {
    height: 130px;
    min-height: 130px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 249, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content .time-offset-5 appointment-container {
    height: 130px;
    min-height: 130px;
  }
}

@media (min-width: 600px) {
  /* line 242, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content .time-offset-6 appointment-container {
    height: 156px;
    min-height: 156px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 249, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content .time-offset-6 appointment-container {
    height: 156px;
    min-height: 156px;
  }
}

@media (min-width: 600px) {
  /* line 242, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content .time-offset-7 appointment-container {
    height: 182px;
    min-height: 182px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 249, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content .time-offset-7 appointment-container {
    height: 182px;
    min-height: 182px;
  }
}

@media (min-width: 600px) {
  /* line 242, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content .time-offset-8 appointment-container {
    height: 208px;
    min-height: 208px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 249, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content .time-offset-8 appointment-container {
    height: 208px;
    min-height: 208px;
  }
}

@media (min-width: 600px) {
  /* line 242, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content .time-offset-9 appointment-container {
    height: 234px;
    min-height: 234px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 249, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content .time-offset-9 appointment-container {
    height: 234px;
    min-height: 234px;
  }
}

@media (min-width: 600px) {
  /* line 242, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content .time-offset-10 appointment-container {
    height: 260px;
    min-height: 260px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 249, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content .time-offset-10 appointment-container {
    height: 260px;
    min-height: 260px;
  }
}

@media (min-width: 600px) {
  /* line 242, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content .time-offset-11 appointment-container {
    height: 286px;
    min-height: 286px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 249, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content .time-offset-11 appointment-container {
    height: 286px;
    min-height: 286px;
  }
}

@media (min-width: 600px) {
  /* line 242, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content .time-offset-12 appointment-container {
    height: 312px;
    min-height: 312px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 249, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content .time-offset-12 appointment-container {
    height: 312px;
    min-height: 312px;
  }
}

/* line 365, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content appointment-container {
  display: block;
  border-collapse: collapse;
  padding: 2px;
  text-align: center;
  cursor: pointer;
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-1 {
    height: 26px;
    min-height: 26px;
    max-height: 26px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-1 {
    height: 26px;
    min-height: 26px;
    max-height: 26px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-2 {
    height: 52px;
    min-height: 52px;
    max-height: 52px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-2 {
    height: 52px;
    min-height: 52px;
    max-height: 52px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-3 {
    height: 78px;
    min-height: 78px;
    max-height: 78px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-3 {
    height: 78px;
    min-height: 78px;
    max-height: 78px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-4 {
    height: 104px;
    min-height: 104px;
    max-height: 104px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-4 {
    height: 104px;
    min-height: 104px;
    max-height: 104px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-5 {
    height: 130px;
    min-height: 130px;
    max-height: 130px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-5 {
    height: 130px;
    min-height: 130px;
    max-height: 130px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-6 {
    height: 156px;
    min-height: 156px;
    max-height: 156px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-6 {
    height: 156px;
    min-height: 156px;
    max-height: 156px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-7 {
    height: 182px;
    min-height: 182px;
    max-height: 182px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-7 {
    height: 182px;
    min-height: 182px;
    max-height: 182px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-8 {
    height: 208px;
    min-height: 208px;
    max-height: 208px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-8 {
    height: 208px;
    min-height: 208px;
    max-height: 208px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-9 {
    height: 234px;
    min-height: 234px;
    max-height: 234px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-9 {
    height: 234px;
    min-height: 234px;
    max-height: 234px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-10 {
    height: 260px;
    min-height: 260px;
    max-height: 260px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-10 {
    height: 260px;
    min-height: 260px;
    max-height: 260px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-11 {
    height: 286px;
    min-height: 286px;
    max-height: 286px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-11 {
    height: 286px;
    min-height: 286px;
    max-height: 286px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-12 {
    height: 312px;
    min-height: 312px;
    max-height: 312px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-12 {
    height: 312px;
    min-height: 312px;
    max-height: 312px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-13 {
    height: 338px;
    min-height: 338px;
    max-height: 338px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-13 {
    height: 338px;
    min-height: 338px;
    max-height: 338px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-14 {
    height: 364px;
    min-height: 364px;
    max-height: 364px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-14 {
    height: 364px;
    min-height: 364px;
    max-height: 364px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-15 {
    height: 390px;
    min-height: 390px;
    max-height: 390px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-15 {
    height: 390px;
    min-height: 390px;
    max-height: 390px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-16 {
    height: 416px;
    min-height: 416px;
    max-height: 416px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-16 {
    height: 416px;
    min-height: 416px;
    max-height: 416px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-17 {
    height: 442px;
    min-height: 442px;
    max-height: 442px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-17 {
    height: 442px;
    min-height: 442px;
    max-height: 442px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-18 {
    height: 468px;
    min-height: 468px;
    max-height: 468px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-18 {
    height: 468px;
    min-height: 468px;
    max-height: 468px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-19 {
    height: 494px;
    min-height: 494px;
    max-height: 494px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-19 {
    height: 494px;
    min-height: 494px;
    max-height: 494px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-20 {
    height: 520px;
    min-height: 520px;
    max-height: 520px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-20 {
    height: 520px;
    min-height: 520px;
    max-height: 520px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-21 {
    height: 546px;
    min-height: 546px;
    max-height: 546px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-21 {
    height: 546px;
    min-height: 546px;
    max-height: 546px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-22 {
    height: 572px;
    min-height: 572px;
    max-height: 572px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-22 {
    height: 572px;
    min-height: 572px;
    max-height: 572px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-23 {
    height: 598px;
    min-height: 598px;
    max-height: 598px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-23 {
    height: 598px;
    min-height: 598px;
    max-height: 598px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-24 {
    height: 624px;
    min-height: 624px;
    max-height: 624px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-24 {
    height: 624px;
    min-height: 624px;
    max-height: 624px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-25 {
    height: 650px;
    min-height: 650px;
    max-height: 650px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-25 {
    height: 650px;
    min-height: 650px;
    max-height: 650px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-26 {
    height: 676px;
    min-height: 676px;
    max-height: 676px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-26 {
    height: 676px;
    min-height: 676px;
    max-height: 676px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-27 {
    height: 702px;
    min-height: 702px;
    max-height: 702px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-27 {
    height: 702px;
    min-height: 702px;
    max-height: 702px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-28 {
    height: 728px;
    min-height: 728px;
    max-height: 728px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-28 {
    height: 728px;
    min-height: 728px;
    max-height: 728px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-29 {
    height: 754px;
    min-height: 754px;
    max-height: 754px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-29 {
    height: 754px;
    min-height: 754px;
    max-height: 754px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-30 {
    height: 780px;
    min-height: 780px;
    max-height: 780px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-30 {
    height: 780px;
    min-height: 780px;
    max-height: 780px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-31 {
    height: 806px;
    min-height: 806px;
    max-height: 806px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-31 {
    height: 806px;
    min-height: 806px;
    max-height: 806px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-32 {
    height: 832px;
    min-height: 832px;
    max-height: 832px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-32 {
    height: 832px;
    min-height: 832px;
    max-height: 832px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-33 {
    height: 858px;
    min-height: 858px;
    max-height: 858px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-33 {
    height: 858px;
    min-height: 858px;
    max-height: 858px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-34 {
    height: 884px;
    min-height: 884px;
    max-height: 884px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-34 {
    height: 884px;
    min-height: 884px;
    max-height: 884px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-35 {
    height: 910px;
    min-height: 910px;
    max-height: 910px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-35 {
    height: 910px;
    min-height: 910px;
    max-height: 910px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-36 {
    height: 936px;
    min-height: 936px;
    max-height: 936px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-36 {
    height: 936px;
    min-height: 936px;
    max-height: 936px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-37 {
    height: 962px;
    min-height: 962px;
    max-height: 962px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-37 {
    height: 962px;
    min-height: 962px;
    max-height: 962px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-38 {
    height: 988px;
    min-height: 988px;
    max-height: 988px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-38 {
    height: 988px;
    min-height: 988px;
    max-height: 988px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-39 {
    height: 1014px;
    min-height: 1014px;
    max-height: 1014px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-39 {
    height: 1014px;
    min-height: 1014px;
    max-height: 1014px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-40 {
    height: 1040px;
    min-height: 1040px;
    max-height: 1040px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-40 {
    height: 1040px;
    min-height: 1040px;
    max-height: 1040px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-41 {
    height: 1066px;
    min-height: 1066px;
    max-height: 1066px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-41 {
    height: 1066px;
    min-height: 1066px;
    max-height: 1066px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-42 {
    height: 1092px;
    min-height: 1092px;
    max-height: 1092px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-42 {
    height: 1092px;
    min-height: 1092px;
    max-height: 1092px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-43 {
    height: 1118px;
    min-height: 1118px;
    max-height: 1118px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-43 {
    height: 1118px;
    min-height: 1118px;
    max-height: 1118px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-44 {
    height: 1144px;
    min-height: 1144px;
    max-height: 1144px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-44 {
    height: 1144px;
    min-height: 1144px;
    max-height: 1144px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-45 {
    height: 1170px;
    min-height: 1170px;
    max-height: 1170px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-45 {
    height: 1170px;
    min-height: 1170px;
    max-height: 1170px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-46 {
    height: 1196px;
    min-height: 1196px;
    max-height: 1196px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-46 {
    height: 1196px;
    min-height: 1196px;
    max-height: 1196px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-47 {
    height: 1222px;
    min-height: 1222px;
    max-height: 1222px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-47 {
    height: 1222px;
    min-height: 1222px;
    max-height: 1222px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-48 {
    height: 1248px;
    min-height: 1248px;
    max-height: 1248px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-48 {
    height: 1248px;
    min-height: 1248px;
    max-height: 1248px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-49 {
    height: 1274px;
    min-height: 1274px;
    max-height: 1274px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-49 {
    height: 1274px;
    min-height: 1274px;
    max-height: 1274px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-50 {
    height: 1300px;
    min-height: 1300px;
    max-height: 1300px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-50 {
    height: 1300px;
    min-height: 1300px;
    max-height: 1300px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-51 {
    height: 1326px;
    min-height: 1326px;
    max-height: 1326px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-51 {
    height: 1326px;
    min-height: 1326px;
    max-height: 1326px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-52 {
    height: 1352px;
    min-height: 1352px;
    max-height: 1352px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-52 {
    height: 1352px;
    min-height: 1352px;
    max-height: 1352px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-53 {
    height: 1378px;
    min-height: 1378px;
    max-height: 1378px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-53 {
    height: 1378px;
    min-height: 1378px;
    max-height: 1378px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-54 {
    height: 1404px;
    min-height: 1404px;
    max-height: 1404px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-54 {
    height: 1404px;
    min-height: 1404px;
    max-height: 1404px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-55 {
    height: 1430px;
    min-height: 1430px;
    max-height: 1430px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-55 {
    height: 1430px;
    min-height: 1430px;
    max-height: 1430px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-56 {
    height: 1456px;
    min-height: 1456px;
    max-height: 1456px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-56 {
    height: 1456px;
    min-height: 1456px;
    max-height: 1456px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-57 {
    height: 1482px;
    min-height: 1482px;
    max-height: 1482px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-57 {
    height: 1482px;
    min-height: 1482px;
    max-height: 1482px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-58 {
    height: 1508px;
    min-height: 1508px;
    max-height: 1508px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-58 {
    height: 1508px;
    min-height: 1508px;
    max-height: 1508px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-59 {
    height: 1534px;
    min-height: 1534px;
    max-height: 1534px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-59 {
    height: 1534px;
    min-height: 1534px;
    max-height: 1534px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-60 {
    height: 1560px;
    min-height: 1560px;
    max-height: 1560px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-60 {
    height: 1560px;
    min-height: 1560px;
    max-height: 1560px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-61 {
    height: 1586px;
    min-height: 1586px;
    max-height: 1586px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-61 {
    height: 1586px;
    min-height: 1586px;
    max-height: 1586px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-62 {
    height: 1612px;
    min-height: 1612px;
    max-height: 1612px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-62 {
    height: 1612px;
    min-height: 1612px;
    max-height: 1612px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-63 {
    height: 1638px;
    min-height: 1638px;
    max-height: 1638px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-63 {
    height: 1638px;
    min-height: 1638px;
    max-height: 1638px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-64 {
    height: 1664px;
    min-height: 1664px;
    max-height: 1664px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-64 {
    height: 1664px;
    min-height: 1664px;
    max-height: 1664px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-65 {
    height: 1690px;
    min-height: 1690px;
    max-height: 1690px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-65 {
    height: 1690px;
    min-height: 1690px;
    max-height: 1690px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-66 {
    height: 1716px;
    min-height: 1716px;
    max-height: 1716px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-66 {
    height: 1716px;
    min-height: 1716px;
    max-height: 1716px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-67 {
    height: 1742px;
    min-height: 1742px;
    max-height: 1742px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-67 {
    height: 1742px;
    min-height: 1742px;
    max-height: 1742px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-68 {
    height: 1768px;
    min-height: 1768px;
    max-height: 1768px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-68 {
    height: 1768px;
    min-height: 1768px;
    max-height: 1768px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-69 {
    height: 1794px;
    min-height: 1794px;
    max-height: 1794px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-69 {
    height: 1794px;
    min-height: 1794px;
    max-height: 1794px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-70 {
    height: 1820px;
    min-height: 1820px;
    max-height: 1820px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-70 {
    height: 1820px;
    min-height: 1820px;
    max-height: 1820px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-71 {
    height: 1846px;
    min-height: 1846px;
    max-height: 1846px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-71 {
    height: 1846px;
    min-height: 1846px;
    max-height: 1846px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-72 {
    height: 1872px;
    min-height: 1872px;
    max-height: 1872px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-72 {
    height: 1872px;
    min-height: 1872px;
    max-height: 1872px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-73 {
    height: 1898px;
    min-height: 1898px;
    max-height: 1898px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-73 {
    height: 1898px;
    min-height: 1898px;
    max-height: 1898px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-74 {
    height: 1924px;
    min-height: 1924px;
    max-height: 1924px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-74 {
    height: 1924px;
    min-height: 1924px;
    max-height: 1924px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-75 {
    height: 1950px;
    min-height: 1950px;
    max-height: 1950px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-75 {
    height: 1950px;
    min-height: 1950px;
    max-height: 1950px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-76 {
    height: 1976px;
    min-height: 1976px;
    max-height: 1976px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-76 {
    height: 1976px;
    min-height: 1976px;
    max-height: 1976px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-77 {
    height: 2002px;
    min-height: 2002px;
    max-height: 2002px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-77 {
    height: 2002px;
    min-height: 2002px;
    max-height: 2002px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-78 {
    height: 2028px;
    min-height: 2028px;
    max-height: 2028px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-78 {
    height: 2028px;
    min-height: 2028px;
    max-height: 2028px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-79 {
    height: 2054px;
    min-height: 2054px;
    max-height: 2054px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-79 {
    height: 2054px;
    min-height: 2054px;
    max-height: 2054px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-80 {
    height: 2080px;
    min-height: 2080px;
    max-height: 2080px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-80 {
    height: 2080px;
    min-height: 2080px;
    max-height: 2080px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-81 {
    height: 2106px;
    min-height: 2106px;
    max-height: 2106px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-81 {
    height: 2106px;
    min-height: 2106px;
    max-height: 2106px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-82 {
    height: 2132px;
    min-height: 2132px;
    max-height: 2132px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-82 {
    height: 2132px;
    min-height: 2132px;
    max-height: 2132px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-83 {
    height: 2158px;
    min-height: 2158px;
    max-height: 2158px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-83 {
    height: 2158px;
    min-height: 2158px;
    max-height: 2158px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-84 {
    height: 2184px;
    min-height: 2184px;
    max-height: 2184px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-84 {
    height: 2184px;
    min-height: 2184px;
    max-height: 2184px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-85 {
    height: 2210px;
    min-height: 2210px;
    max-height: 2210px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-85 {
    height: 2210px;
    min-height: 2210px;
    max-height: 2210px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-86 {
    height: 2236px;
    min-height: 2236px;
    max-height: 2236px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-86 {
    height: 2236px;
    min-height: 2236px;
    max-height: 2236px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-87 {
    height: 2262px;
    min-height: 2262px;
    max-height: 2262px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-87 {
    height: 2262px;
    min-height: 2262px;
    max-height: 2262px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-88 {
    height: 2288px;
    min-height: 2288px;
    max-height: 2288px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-88 {
    height: 2288px;
    min-height: 2288px;
    max-height: 2288px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-89 {
    height: 2314px;
    min-height: 2314px;
    max-height: 2314px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-89 {
    height: 2314px;
    min-height: 2314px;
    max-height: 2314px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-90 {
    height: 2340px;
    min-height: 2340px;
    max-height: 2340px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-90 {
    height: 2340px;
    min-height: 2340px;
    max-height: 2340px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-91 {
    height: 2366px;
    min-height: 2366px;
    max-height: 2366px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-91 {
    height: 2366px;
    min-height: 2366px;
    max-height: 2366px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-92 {
    height: 2392px;
    min-height: 2392px;
    max-height: 2392px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-92 {
    height: 2392px;
    min-height: 2392px;
    max-height: 2392px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-93 {
    height: 2418px;
    min-height: 2418px;
    max-height: 2418px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-93 {
    height: 2418px;
    min-height: 2418px;
    max-height: 2418px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-94 {
    height: 2444px;
    min-height: 2444px;
    max-height: 2444px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-94 {
    height: 2444px;
    min-height: 2444px;
    max-height: 2444px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-95 {
    height: 2470px;
    min-height: 2470px;
    max-height: 2470px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-95 {
    height: 2470px;
    min-height: 2470px;
    max-height: 2470px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-96 {
    height: 2496px;
    min-height: 2496px;
    max-height: 2496px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-96 {
    height: 2496px;
    min-height: 2496px;
    max-height: 2496px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-97 {
    height: 2522px;
    min-height: 2522px;
    max-height: 2522px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-97 {
    height: 2522px;
    min-height: 2522px;
    max-height: 2522px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-98 {
    height: 2548px;
    min-height: 2548px;
    max-height: 2548px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-98 {
    height: 2548px;
    min-height: 2548px;
    max-height: 2548px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-99 {
    height: 2574px;
    min-height: 2574px;
    max-height: 2574px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-99 {
    height: 2574px;
    min-height: 2574px;
    max-height: 2574px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-100 {
    height: 2600px;
    min-height: 2600px;
    max-height: 2600px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-100 {
    height: 2600px;
    min-height: 2600px;
    max-height: 2600px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-101 {
    height: 2626px;
    min-height: 2626px;
    max-height: 2626px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-101 {
    height: 2626px;
    min-height: 2626px;
    max-height: 2626px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-102 {
    height: 2652px;
    min-height: 2652px;
    max-height: 2652px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-102 {
    height: 2652px;
    min-height: 2652px;
    max-height: 2652px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-103 {
    height: 2678px;
    min-height: 2678px;
    max-height: 2678px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-103 {
    height: 2678px;
    min-height: 2678px;
    max-height: 2678px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-104 {
    height: 2704px;
    min-height: 2704px;
    max-height: 2704px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-104 {
    height: 2704px;
    min-height: 2704px;
    max-height: 2704px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-105 {
    height: 2730px;
    min-height: 2730px;
    max-height: 2730px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-105 {
    height: 2730px;
    min-height: 2730px;
    max-height: 2730px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-106 {
    height: 2756px;
    min-height: 2756px;
    max-height: 2756px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-106 {
    height: 2756px;
    min-height: 2756px;
    max-height: 2756px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-107 {
    height: 2782px;
    min-height: 2782px;
    max-height: 2782px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-107 {
    height: 2782px;
    min-height: 2782px;
    max-height: 2782px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-108 {
    height: 2808px;
    min-height: 2808px;
    max-height: 2808px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-108 {
    height: 2808px;
    min-height: 2808px;
    max-height: 2808px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-109 {
    height: 2834px;
    min-height: 2834px;
    max-height: 2834px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-109 {
    height: 2834px;
    min-height: 2834px;
    max-height: 2834px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-110 {
    height: 2860px;
    min-height: 2860px;
    max-height: 2860px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-110 {
    height: 2860px;
    min-height: 2860px;
    max-height: 2860px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-111 {
    height: 2886px;
    min-height: 2886px;
    max-height: 2886px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-111 {
    height: 2886px;
    min-height: 2886px;
    max-height: 2886px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-112 {
    height: 2912px;
    min-height: 2912px;
    max-height: 2912px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-112 {
    height: 2912px;
    min-height: 2912px;
    max-height: 2912px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-113 {
    height: 2938px;
    min-height: 2938px;
    max-height: 2938px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-113 {
    height: 2938px;
    min-height: 2938px;
    max-height: 2938px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-114 {
    height: 2964px;
    min-height: 2964px;
    max-height: 2964px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-114 {
    height: 2964px;
    min-height: 2964px;
    max-height: 2964px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-115 {
    height: 2990px;
    min-height: 2990px;
    max-height: 2990px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-115 {
    height: 2990px;
    min-height: 2990px;
    max-height: 2990px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-116 {
    height: 3016px;
    min-height: 3016px;
    max-height: 3016px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-116 {
    height: 3016px;
    min-height: 3016px;
    max-height: 3016px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-117 {
    height: 3042px;
    min-height: 3042px;
    max-height: 3042px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-117 {
    height: 3042px;
    min-height: 3042px;
    max-height: 3042px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-118 {
    height: 3068px;
    min-height: 3068px;
    max-height: 3068px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-118 {
    height: 3068px;
    min-height: 3068px;
    max-height: 3068px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-119 {
    height: 3094px;
    min-height: 3094px;
    max-height: 3094px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-119 {
    height: 3094px;
    min-height: 3094px;
    max-height: 3094px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-120 {
    height: 3120px;
    min-height: 3120px;
    max-height: 3120px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-120 {
    height: 3120px;
    min-height: 3120px;
    max-height: 3120px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-121 {
    height: 3146px;
    min-height: 3146px;
    max-height: 3146px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-121 {
    height: 3146px;
    min-height: 3146px;
    max-height: 3146px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-122 {
    height: 3172px;
    min-height: 3172px;
    max-height: 3172px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-122 {
    height: 3172px;
    min-height: 3172px;
    max-height: 3172px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-123 {
    height: 3198px;
    min-height: 3198px;
    max-height: 3198px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-123 {
    height: 3198px;
    min-height: 3198px;
    max-height: 3198px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-124 {
    height: 3224px;
    min-height: 3224px;
    max-height: 3224px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-124 {
    height: 3224px;
    min-height: 3224px;
    max-height: 3224px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-125 {
    height: 3250px;
    min-height: 3250px;
    max-height: 3250px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-125 {
    height: 3250px;
    min-height: 3250px;
    max-height: 3250px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-126 {
    height: 3276px;
    min-height: 3276px;
    max-height: 3276px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-126 {
    height: 3276px;
    min-height: 3276px;
    max-height: 3276px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-127 {
    height: 3302px;
    min-height: 3302px;
    max-height: 3302px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-127 {
    height: 3302px;
    min-height: 3302px;
    max-height: 3302px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-128 {
    height: 3328px;
    min-height: 3328px;
    max-height: 3328px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-128 {
    height: 3328px;
    min-height: 3328px;
    max-height: 3328px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-129 {
    height: 3354px;
    min-height: 3354px;
    max-height: 3354px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-129 {
    height: 3354px;
    min-height: 3354px;
    max-height: 3354px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-130 {
    height: 3380px;
    min-height: 3380px;
    max-height: 3380px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-130 {
    height: 3380px;
    min-height: 3380px;
    max-height: 3380px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-131 {
    height: 3406px;
    min-height: 3406px;
    max-height: 3406px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-131 {
    height: 3406px;
    min-height: 3406px;
    max-height: 3406px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-132 {
    height: 3432px;
    min-height: 3432px;
    max-height: 3432px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-132 {
    height: 3432px;
    min-height: 3432px;
    max-height: 3432px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-133 {
    height: 3458px;
    min-height: 3458px;
    max-height: 3458px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-133 {
    height: 3458px;
    min-height: 3458px;
    max-height: 3458px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-134 {
    height: 3484px;
    min-height: 3484px;
    max-height: 3484px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-134 {
    height: 3484px;
    min-height: 3484px;
    max-height: 3484px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-135 {
    height: 3510px;
    min-height: 3510px;
    max-height: 3510px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-135 {
    height: 3510px;
    min-height: 3510px;
    max-height: 3510px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-136 {
    height: 3536px;
    min-height: 3536px;
    max-height: 3536px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-136 {
    height: 3536px;
    min-height: 3536px;
    max-height: 3536px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-137 {
    height: 3562px;
    min-height: 3562px;
    max-height: 3562px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-137 {
    height: 3562px;
    min-height: 3562px;
    max-height: 3562px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-138 {
    height: 3588px;
    min-height: 3588px;
    max-height: 3588px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-138 {
    height: 3588px;
    min-height: 3588px;
    max-height: 3588px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-139 {
    height: 3614px;
    min-height: 3614px;
    max-height: 3614px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-139 {
    height: 3614px;
    min-height: 3614px;
    max-height: 3614px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-140 {
    height: 3640px;
    min-height: 3640px;
    max-height: 3640px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-140 {
    height: 3640px;
    min-height: 3640px;
    max-height: 3640px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-141 {
    height: 3666px;
    min-height: 3666px;
    max-height: 3666px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-141 {
    height: 3666px;
    min-height: 3666px;
    max-height: 3666px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-142 {
    height: 3692px;
    min-height: 3692px;
    max-height: 3692px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-142 {
    height: 3692px;
    min-height: 3692px;
    max-height: 3692px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-143 {
    height: 3718px;
    min-height: 3718px;
    max-height: 3718px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-143 {
    height: 3718px;
    min-height: 3718px;
    max-height: 3718px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-144 {
    height: 3744px;
    min-height: 3744px;
    max-height: 3744px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-144 {
    height: 3744px;
    min-height: 3744px;
    max-height: 3744px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-145 {
    height: 3770px;
    min-height: 3770px;
    max-height: 3770px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-145 {
    height: 3770px;
    min-height: 3770px;
    max-height: 3770px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-146 {
    height: 3796px;
    min-height: 3796px;
    max-height: 3796px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-146 {
    height: 3796px;
    min-height: 3796px;
    max-height: 3796px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-147 {
    height: 3822px;
    min-height: 3822px;
    max-height: 3822px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-147 {
    height: 3822px;
    min-height: 3822px;
    max-height: 3822px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-148 {
    height: 3848px;
    min-height: 3848px;
    max-height: 3848px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-148 {
    height: 3848px;
    min-height: 3848px;
    max-height: 3848px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-149 {
    height: 3874px;
    min-height: 3874px;
    max-height: 3874px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-149 {
    height: 3874px;
    min-height: 3874px;
    max-height: 3874px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-150 {
    height: 3900px;
    min-height: 3900px;
    max-height: 3900px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-150 {
    height: 3900px;
    min-height: 3900px;
    max-height: 3900px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-151 {
    height: 3926px;
    min-height: 3926px;
    max-height: 3926px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-151 {
    height: 3926px;
    min-height: 3926px;
    max-height: 3926px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-152 {
    height: 3952px;
    min-height: 3952px;
    max-height: 3952px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-152 {
    height: 3952px;
    min-height: 3952px;
    max-height: 3952px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-153 {
    height: 3978px;
    min-height: 3978px;
    max-height: 3978px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-153 {
    height: 3978px;
    min-height: 3978px;
    max-height: 3978px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-154 {
    height: 4004px;
    min-height: 4004px;
    max-height: 4004px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-154 {
    height: 4004px;
    min-height: 4004px;
    max-height: 4004px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-155 {
    height: 4030px;
    min-height: 4030px;
    max-height: 4030px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-155 {
    height: 4030px;
    min-height: 4030px;
    max-height: 4030px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-156 {
    height: 4056px;
    min-height: 4056px;
    max-height: 4056px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-156 {
    height: 4056px;
    min-height: 4056px;
    max-height: 4056px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-157 {
    height: 4082px;
    min-height: 4082px;
    max-height: 4082px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-157 {
    height: 4082px;
    min-height: 4082px;
    max-height: 4082px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-158 {
    height: 4108px;
    min-height: 4108px;
    max-height: 4108px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-158 {
    height: 4108px;
    min-height: 4108px;
    max-height: 4108px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-159 {
    height: 4134px;
    min-height: 4134px;
    max-height: 4134px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-159 {
    height: 4134px;
    min-height: 4134px;
    max-height: 4134px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-160 {
    height: 4160px;
    min-height: 4160px;
    max-height: 4160px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-160 {
    height: 4160px;
    min-height: 4160px;
    max-height: 4160px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-161 {
    height: 4186px;
    min-height: 4186px;
    max-height: 4186px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-161 {
    height: 4186px;
    min-height: 4186px;
    max-height: 4186px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-162 {
    height: 4212px;
    min-height: 4212px;
    max-height: 4212px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-162 {
    height: 4212px;
    min-height: 4212px;
    max-height: 4212px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-163 {
    height: 4238px;
    min-height: 4238px;
    max-height: 4238px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-163 {
    height: 4238px;
    min-height: 4238px;
    max-height: 4238px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-164 {
    height: 4264px;
    min-height: 4264px;
    max-height: 4264px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-164 {
    height: 4264px;
    min-height: 4264px;
    max-height: 4264px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-165 {
    height: 4290px;
    min-height: 4290px;
    max-height: 4290px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-165 {
    height: 4290px;
    min-height: 4290px;
    max-height: 4290px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-166 {
    height: 4316px;
    min-height: 4316px;
    max-height: 4316px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-166 {
    height: 4316px;
    min-height: 4316px;
    max-height: 4316px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-167 {
    height: 4342px;
    min-height: 4342px;
    max-height: 4342px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-167 {
    height: 4342px;
    min-height: 4342px;
    max-height: 4342px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-168 {
    height: 4368px;
    min-height: 4368px;
    max-height: 4368px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-168 {
    height: 4368px;
    min-height: 4368px;
    max-height: 4368px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-169 {
    height: 4394px;
    min-height: 4394px;
    max-height: 4394px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-169 {
    height: 4394px;
    min-height: 4394px;
    max-height: 4394px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-170 {
    height: 4420px;
    min-height: 4420px;
    max-height: 4420px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-170 {
    height: 4420px;
    min-height: 4420px;
    max-height: 4420px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-171 {
    height: 4446px;
    min-height: 4446px;
    max-height: 4446px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-171 {
    height: 4446px;
    min-height: 4446px;
    max-height: 4446px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-172 {
    height: 4472px;
    min-height: 4472px;
    max-height: 4472px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-172 {
    height: 4472px;
    min-height: 4472px;
    max-height: 4472px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-173 {
    height: 4498px;
    min-height: 4498px;
    max-height: 4498px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-173 {
    height: 4498px;
    min-height: 4498px;
    max-height: 4498px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-174 {
    height: 4524px;
    min-height: 4524px;
    max-height: 4524px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-174 {
    height: 4524px;
    min-height: 4524px;
    max-height: 4524px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-175 {
    height: 4550px;
    min-height: 4550px;
    max-height: 4550px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-175 {
    height: 4550px;
    min-height: 4550px;
    max-height: 4550px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-176 {
    height: 4576px;
    min-height: 4576px;
    max-height: 4576px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-176 {
    height: 4576px;
    min-height: 4576px;
    max-height: 4576px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-177 {
    height: 4602px;
    min-height: 4602px;
    max-height: 4602px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-177 {
    height: 4602px;
    min-height: 4602px;
    max-height: 4602px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-178 {
    height: 4628px;
    min-height: 4628px;
    max-height: 4628px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-178 {
    height: 4628px;
    min-height: 4628px;
    max-height: 4628px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-179 {
    height: 4654px;
    min-height: 4654px;
    max-height: 4654px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-179 {
    height: 4654px;
    min-height: 4654px;
    max-height: 4654px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-180 {
    height: 4680px;
    min-height: 4680px;
    max-height: 4680px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-180 {
    height: 4680px;
    min-height: 4680px;
    max-height: 4680px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-181 {
    height: 4706px;
    min-height: 4706px;
    max-height: 4706px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-181 {
    height: 4706px;
    min-height: 4706px;
    max-height: 4706px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-182 {
    height: 4732px;
    min-height: 4732px;
    max-height: 4732px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-182 {
    height: 4732px;
    min-height: 4732px;
    max-height: 4732px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-183 {
    height: 4758px;
    min-height: 4758px;
    max-height: 4758px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-183 {
    height: 4758px;
    min-height: 4758px;
    max-height: 4758px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-184 {
    height: 4784px;
    min-height: 4784px;
    max-height: 4784px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-184 {
    height: 4784px;
    min-height: 4784px;
    max-height: 4784px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-185 {
    height: 4810px;
    min-height: 4810px;
    max-height: 4810px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-185 {
    height: 4810px;
    min-height: 4810px;
    max-height: 4810px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-186 {
    height: 4836px;
    min-height: 4836px;
    max-height: 4836px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-186 {
    height: 4836px;
    min-height: 4836px;
    max-height: 4836px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-187 {
    height: 4862px;
    min-height: 4862px;
    max-height: 4862px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-187 {
    height: 4862px;
    min-height: 4862px;
    max-height: 4862px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-188 {
    height: 4888px;
    min-height: 4888px;
    max-height: 4888px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-188 {
    height: 4888px;
    min-height: 4888px;
    max-height: 4888px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-189 {
    height: 4914px;
    min-height: 4914px;
    max-height: 4914px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-189 {
    height: 4914px;
    min-height: 4914px;
    max-height: 4914px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-190 {
    height: 4940px;
    min-height: 4940px;
    max-height: 4940px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-190 {
    height: 4940px;
    min-height: 4940px;
    max-height: 4940px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-191 {
    height: 4966px;
    min-height: 4966px;
    max-height: 4966px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-191 {
    height: 4966px;
    min-height: 4966px;
    max-height: 4966px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-192 {
    height: 4992px;
    min-height: 4992px;
    max-height: 4992px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-192 {
    height: 4992px;
    min-height: 4992px;
    max-height: 4992px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-193 {
    height: 5018px;
    min-height: 5018px;
    max-height: 5018px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-193 {
    height: 5018px;
    min-height: 5018px;
    max-height: 5018px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-194 {
    height: 5044px;
    min-height: 5044px;
    max-height: 5044px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-194 {
    height: 5044px;
    min-height: 5044px;
    max-height: 5044px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-195 {
    height: 5070px;
    min-height: 5070px;
    max-height: 5070px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-195 {
    height: 5070px;
    min-height: 5070px;
    max-height: 5070px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-196 {
    height: 5096px;
    min-height: 5096px;
    max-height: 5096px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-196 {
    height: 5096px;
    min-height: 5096px;
    max-height: 5096px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-197 {
    height: 5122px;
    min-height: 5122px;
    max-height: 5122px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-197 {
    height: 5122px;
    min-height: 5122px;
    max-height: 5122px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-198 {
    height: 5148px;
    min-height: 5148px;
    max-height: 5148px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-198 {
    height: 5148px;
    min-height: 5148px;
    max-height: 5148px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-199 {
    height: 5174px;
    min-height: 5174px;
    max-height: 5174px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-199 {
    height: 5174px;
    min-height: 5174px;
    max-height: 5174px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-200 {
    height: 5200px;
    min-height: 5200px;
    max-height: 5200px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-200 {
    height: 5200px;
    min-height: 5200px;
    max-height: 5200px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-201 {
    height: 5226px;
    min-height: 5226px;
    max-height: 5226px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-201 {
    height: 5226px;
    min-height: 5226px;
    max-height: 5226px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-202 {
    height: 5252px;
    min-height: 5252px;
    max-height: 5252px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-202 {
    height: 5252px;
    min-height: 5252px;
    max-height: 5252px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-203 {
    height: 5278px;
    min-height: 5278px;
    max-height: 5278px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-203 {
    height: 5278px;
    min-height: 5278px;
    max-height: 5278px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-204 {
    height: 5304px;
    min-height: 5304px;
    max-height: 5304px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-204 {
    height: 5304px;
    min-height: 5304px;
    max-height: 5304px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-205 {
    height: 5330px;
    min-height: 5330px;
    max-height: 5330px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-205 {
    height: 5330px;
    min-height: 5330px;
    max-height: 5330px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-206 {
    height: 5356px;
    min-height: 5356px;
    max-height: 5356px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-206 {
    height: 5356px;
    min-height: 5356px;
    max-height: 5356px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-207 {
    height: 5382px;
    min-height: 5382px;
    max-height: 5382px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-207 {
    height: 5382px;
    min-height: 5382px;
    max-height: 5382px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-208 {
    height: 5408px;
    min-height: 5408px;
    max-height: 5408px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-208 {
    height: 5408px;
    min-height: 5408px;
    max-height: 5408px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-209 {
    height: 5434px;
    min-height: 5434px;
    max-height: 5434px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-209 {
    height: 5434px;
    min-height: 5434px;
    max-height: 5434px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-210 {
    height: 5460px;
    min-height: 5460px;
    max-height: 5460px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-210 {
    height: 5460px;
    min-height: 5460px;
    max-height: 5460px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-211 {
    height: 5486px;
    min-height: 5486px;
    max-height: 5486px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-211 {
    height: 5486px;
    min-height: 5486px;
    max-height: 5486px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-212 {
    height: 5512px;
    min-height: 5512px;
    max-height: 5512px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-212 {
    height: 5512px;
    min-height: 5512px;
    max-height: 5512px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-213 {
    height: 5538px;
    min-height: 5538px;
    max-height: 5538px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-213 {
    height: 5538px;
    min-height: 5538px;
    max-height: 5538px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-214 {
    height: 5564px;
    min-height: 5564px;
    max-height: 5564px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-214 {
    height: 5564px;
    min-height: 5564px;
    max-height: 5564px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-215 {
    height: 5590px;
    min-height: 5590px;
    max-height: 5590px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-215 {
    height: 5590px;
    min-height: 5590px;
    max-height: 5590px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-216 {
    height: 5616px;
    min-height: 5616px;
    max-height: 5616px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-216 {
    height: 5616px;
    min-height: 5616px;
    max-height: 5616px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-217 {
    height: 5642px;
    min-height: 5642px;
    max-height: 5642px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-217 {
    height: 5642px;
    min-height: 5642px;
    max-height: 5642px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-218 {
    height: 5668px;
    min-height: 5668px;
    max-height: 5668px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-218 {
    height: 5668px;
    min-height: 5668px;
    max-height: 5668px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-219 {
    height: 5694px;
    min-height: 5694px;
    max-height: 5694px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-219 {
    height: 5694px;
    min-height: 5694px;
    max-height: 5694px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-220 {
    height: 5720px;
    min-height: 5720px;
    max-height: 5720px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-220 {
    height: 5720px;
    min-height: 5720px;
    max-height: 5720px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-221 {
    height: 5746px;
    min-height: 5746px;
    max-height: 5746px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-221 {
    height: 5746px;
    min-height: 5746px;
    max-height: 5746px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-222 {
    height: 5772px;
    min-height: 5772px;
    max-height: 5772px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-222 {
    height: 5772px;
    min-height: 5772px;
    max-height: 5772px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-223 {
    height: 5798px;
    min-height: 5798px;
    max-height: 5798px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-223 {
    height: 5798px;
    min-height: 5798px;
    max-height: 5798px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-224 {
    height: 5824px;
    min-height: 5824px;
    max-height: 5824px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-224 {
    height: 5824px;
    min-height: 5824px;
    max-height: 5824px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-225 {
    height: 5850px;
    min-height: 5850px;
    max-height: 5850px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-225 {
    height: 5850px;
    min-height: 5850px;
    max-height: 5850px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-226 {
    height: 5876px;
    min-height: 5876px;
    max-height: 5876px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-226 {
    height: 5876px;
    min-height: 5876px;
    max-height: 5876px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-227 {
    height: 5902px;
    min-height: 5902px;
    max-height: 5902px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-227 {
    height: 5902px;
    min-height: 5902px;
    max-height: 5902px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-228 {
    height: 5928px;
    min-height: 5928px;
    max-height: 5928px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-228 {
    height: 5928px;
    min-height: 5928px;
    max-height: 5928px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-229 {
    height: 5954px;
    min-height: 5954px;
    max-height: 5954px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-229 {
    height: 5954px;
    min-height: 5954px;
    max-height: 5954px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-230 {
    height: 5980px;
    min-height: 5980px;
    max-height: 5980px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-230 {
    height: 5980px;
    min-height: 5980px;
    max-height: 5980px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-231 {
    height: 6006px;
    min-height: 6006px;
    max-height: 6006px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-231 {
    height: 6006px;
    min-height: 6006px;
    max-height: 6006px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-232 {
    height: 6032px;
    min-height: 6032px;
    max-height: 6032px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-232 {
    height: 6032px;
    min-height: 6032px;
    max-height: 6032px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-233 {
    height: 6058px;
    min-height: 6058px;
    max-height: 6058px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-233 {
    height: 6058px;
    min-height: 6058px;
    max-height: 6058px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-234 {
    height: 6084px;
    min-height: 6084px;
    max-height: 6084px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-234 {
    height: 6084px;
    min-height: 6084px;
    max-height: 6084px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-235 {
    height: 6110px;
    min-height: 6110px;
    max-height: 6110px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-235 {
    height: 6110px;
    min-height: 6110px;
    max-height: 6110px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-236 {
    height: 6136px;
    min-height: 6136px;
    max-height: 6136px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-236 {
    height: 6136px;
    min-height: 6136px;
    max-height: 6136px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-237 {
    height: 6162px;
    min-height: 6162px;
    max-height: 6162px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-237 {
    height: 6162px;
    min-height: 6162px;
    max-height: 6162px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-238 {
    height: 6188px;
    min-height: 6188px;
    max-height: 6188px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-238 {
    height: 6188px;
    min-height: 6188px;
    max-height: 6188px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-239 {
    height: 6214px;
    min-height: 6214px;
    max-height: 6214px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-239 {
    height: 6214px;
    min-height: 6214px;
    max-height: 6214px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-240 {
    height: 6240px;
    min-height: 6240px;
    max-height: 6240px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-240 {
    height: 6240px;
    min-height: 6240px;
    max-height: 6240px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-241 {
    height: 6266px;
    min-height: 6266px;
    max-height: 6266px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-241 {
    height: 6266px;
    min-height: 6266px;
    max-height: 6266px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-242 {
    height: 6292px;
    min-height: 6292px;
    max-height: 6292px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-242 {
    height: 6292px;
    min-height: 6292px;
    max-height: 6292px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-243 {
    height: 6318px;
    min-height: 6318px;
    max-height: 6318px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-243 {
    height: 6318px;
    min-height: 6318px;
    max-height: 6318px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-244 {
    height: 6344px;
    min-height: 6344px;
    max-height: 6344px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-244 {
    height: 6344px;
    min-height: 6344px;
    max-height: 6344px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-245 {
    height: 6370px;
    min-height: 6370px;
    max-height: 6370px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-245 {
    height: 6370px;
    min-height: 6370px;
    max-height: 6370px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-246 {
    height: 6396px;
    min-height: 6396px;
    max-height: 6396px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-246 {
    height: 6396px;
    min-height: 6396px;
    max-height: 6396px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-247 {
    height: 6422px;
    min-height: 6422px;
    max-height: 6422px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-247 {
    height: 6422px;
    min-height: 6422px;
    max-height: 6422px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-248 {
    height: 6448px;
    min-height: 6448px;
    max-height: 6448px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-248 {
    height: 6448px;
    min-height: 6448px;
    max-height: 6448px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-249 {
    height: 6474px;
    min-height: 6474px;
    max-height: 6474px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-249 {
    height: 6474px;
    min-height: 6474px;
    max-height: 6474px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-250 {
    height: 6500px;
    min-height: 6500px;
    max-height: 6500px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-250 {
    height: 6500px;
    min-height: 6500px;
    max-height: 6500px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-251 {
    height: 6526px;
    min-height: 6526px;
    max-height: 6526px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-251 {
    height: 6526px;
    min-height: 6526px;
    max-height: 6526px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-252 {
    height: 6552px;
    min-height: 6552px;
    max-height: 6552px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-252 {
    height: 6552px;
    min-height: 6552px;
    max-height: 6552px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-253 {
    height: 6578px;
    min-height: 6578px;
    max-height: 6578px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-253 {
    height: 6578px;
    min-height: 6578px;
    max-height: 6578px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-254 {
    height: 6604px;
    min-height: 6604px;
    max-height: 6604px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-254 {
    height: 6604px;
    min-height: 6604px;
    max-height: 6604px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-255 {
    height: 6630px;
    min-height: 6630px;
    max-height: 6630px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-255 {
    height: 6630px;
    min-height: 6630px;
    max-height: 6630px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-256 {
    height: 6656px;
    min-height: 6656px;
    max-height: 6656px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-256 {
    height: 6656px;
    min-height: 6656px;
    max-height: 6656px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-257 {
    height: 6682px;
    min-height: 6682px;
    max-height: 6682px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-257 {
    height: 6682px;
    min-height: 6682px;
    max-height: 6682px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-258 {
    height: 6708px;
    min-height: 6708px;
    max-height: 6708px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-258 {
    height: 6708px;
    min-height: 6708px;
    max-height: 6708px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-259 {
    height: 6734px;
    min-height: 6734px;
    max-height: 6734px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-259 {
    height: 6734px;
    min-height: 6734px;
    max-height: 6734px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-260 {
    height: 6760px;
    min-height: 6760px;
    max-height: 6760px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-260 {
    height: 6760px;
    min-height: 6760px;
    max-height: 6760px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-261 {
    height: 6786px;
    min-height: 6786px;
    max-height: 6786px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-261 {
    height: 6786px;
    min-height: 6786px;
    max-height: 6786px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-262 {
    height: 6812px;
    min-height: 6812px;
    max-height: 6812px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-262 {
    height: 6812px;
    min-height: 6812px;
    max-height: 6812px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-263 {
    height: 6838px;
    min-height: 6838px;
    max-height: 6838px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-263 {
    height: 6838px;
    min-height: 6838px;
    max-height: 6838px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-264 {
    height: 6864px;
    min-height: 6864px;
    max-height: 6864px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-264 {
    height: 6864px;
    min-height: 6864px;
    max-height: 6864px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-265 {
    height: 6890px;
    min-height: 6890px;
    max-height: 6890px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-265 {
    height: 6890px;
    min-height: 6890px;
    max-height: 6890px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-266 {
    height: 6916px;
    min-height: 6916px;
    max-height: 6916px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-266 {
    height: 6916px;
    min-height: 6916px;
    max-height: 6916px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-267 {
    height: 6942px;
    min-height: 6942px;
    max-height: 6942px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-267 {
    height: 6942px;
    min-height: 6942px;
    max-height: 6942px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-268 {
    height: 6968px;
    min-height: 6968px;
    max-height: 6968px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-268 {
    height: 6968px;
    min-height: 6968px;
    max-height: 6968px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-269 {
    height: 6994px;
    min-height: 6994px;
    max-height: 6994px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-269 {
    height: 6994px;
    min-height: 6994px;
    max-height: 6994px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-270 {
    height: 7020px;
    min-height: 7020px;
    max-height: 7020px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-270 {
    height: 7020px;
    min-height: 7020px;
    max-height: 7020px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-271 {
    height: 7046px;
    min-height: 7046px;
    max-height: 7046px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-271 {
    height: 7046px;
    min-height: 7046px;
    max-height: 7046px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-272 {
    height: 7072px;
    min-height: 7072px;
    max-height: 7072px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-272 {
    height: 7072px;
    min-height: 7072px;
    max-height: 7072px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-273 {
    height: 7098px;
    min-height: 7098px;
    max-height: 7098px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-273 {
    height: 7098px;
    min-height: 7098px;
    max-height: 7098px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-274 {
    height: 7124px;
    min-height: 7124px;
    max-height: 7124px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-274 {
    height: 7124px;
    min-height: 7124px;
    max-height: 7124px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-275 {
    height: 7150px;
    min-height: 7150px;
    max-height: 7150px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-275 {
    height: 7150px;
    min-height: 7150px;
    max-height: 7150px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-276 {
    height: 7176px;
    min-height: 7176px;
    max-height: 7176px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-276 {
    height: 7176px;
    min-height: 7176px;
    max-height: 7176px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-277 {
    height: 7202px;
    min-height: 7202px;
    max-height: 7202px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-277 {
    height: 7202px;
    min-height: 7202px;
    max-height: 7202px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-278 {
    height: 7228px;
    min-height: 7228px;
    max-height: 7228px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-278 {
    height: 7228px;
    min-height: 7228px;
    max-height: 7228px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-279 {
    height: 7254px;
    min-height: 7254px;
    max-height: 7254px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-279 {
    height: 7254px;
    min-height: 7254px;
    max-height: 7254px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-280 {
    height: 7280px;
    min-height: 7280px;
    max-height: 7280px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-280 {
    height: 7280px;
    min-height: 7280px;
    max-height: 7280px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-281 {
    height: 7306px;
    min-height: 7306px;
    max-height: 7306px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-281 {
    height: 7306px;
    min-height: 7306px;
    max-height: 7306px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-282 {
    height: 7332px;
    min-height: 7332px;
    max-height: 7332px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-282 {
    height: 7332px;
    min-height: 7332px;
    max-height: 7332px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-283 {
    height: 7358px;
    min-height: 7358px;
    max-height: 7358px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-283 {
    height: 7358px;
    min-height: 7358px;
    max-height: 7358px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-284 {
    height: 7384px;
    min-height: 7384px;
    max-height: 7384px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-284 {
    height: 7384px;
    min-height: 7384px;
    max-height: 7384px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-285 {
    height: 7410px;
    min-height: 7410px;
    max-height: 7410px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-285 {
    height: 7410px;
    min-height: 7410px;
    max-height: 7410px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-286 {
    height: 7436px;
    min-height: 7436px;
    max-height: 7436px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-286 {
    height: 7436px;
    min-height: 7436px;
    max-height: 7436px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-287 {
    height: 7462px;
    min-height: 7462px;
    max-height: 7462px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-287 {
    height: 7462px;
    min-height: 7462px;
    max-height: 7462px;
  }
}

@media (min-width: 600px) {
  /* line 221, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-288 {
    height: 7488px;
    min-height: 7488px;
    max-height: 7488px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 229, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column.content appointment-container.merged-288 {
    height: 7488px;
    min-height: 7488px;
    max-height: 7488px;
  }
}

/* line 373, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content appointment-container.is-expired > appointment-content {
  opacity: 0.5 !important;
}

/* line 377, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content appointment-container:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

/* line 381, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content appointment-container appointment-content {
  border-radius: 2px;
  width: 100%;
  height: 100%;
  padding: 0 4px;
}

/* line 387, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content appointment-container appointment-content p {
  margin: 0;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 395, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content appointment-container appointment-content md-icon {
  color: inherit;
}

/* line 399, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content appointment-container appointment-content.status {
  cursor: pointer;
}

/* line 402, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content appointment-container appointment-content.status.status-2, assessment-calendar calendar-column.content appointment-container appointment-content.status.status-7, assessment-calendar calendar-column.content appointment-container appointment-content.status.status-8 {
  background: #616161;
  color: rgba(255, 255, 255, 0.87);
}

/* line 409, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content appointment-container appointment-content.status.status-2:hover, assessment-calendar calendar-column.content appointment-container appointment-content.status.status-7:hover, assessment-calendar calendar-column.content appointment-container appointment-content.status.status-8:hover {
  background: #424242;
  color: rgba(255, 255, 255, 0.87);
}

/* line 415, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content appointment-container appointment-content.status.blocked {
  color: rgba(255, 255, 255, 0.87);
  background: repeating-linear-gradient(45deg, #a47b00, #a47b00 5px, #616161 5px, #616161 20px);
}

/* line 426, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content appointment-container appointment-content.status.blocked:hover {
  color: rgba(255, 255, 255, 0.87);
  background: repeating-linear-gradient(45deg, #b28600, #b28600 5px, #424242 5px, #424242 20px);
}

/* line 438, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content appointment-container appointment-content.status.status-3 {
  background: #0097a7;
  color: white;
}

/* line 443, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content appointment-container appointment-content.status.status-3:hover {
  background: #00838f;
  color: white;
}

/* line 449, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content appointment-container appointment-content.status.status-4 {
  background: #4caf50;
  color: white;
}

/* line 454, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content appointment-container appointment-content.status.status-4:hover {
  background: #388e3c;
  color: white;
}

/* line 460, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content appointment-container appointment-content.status.status-5 {
  background: #f44336;
  color: white;
}

/* line 465, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content appointment-container appointment-content.status.status-5:hover {
  background: #d32f2f;
  color: white;
}

/* line 471, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content appointment-container appointment-content.status.status-6 {
  background: #ffc107;
  color: white;
}

/* line 476, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content appointment-container appointment-content.status.status-6:hover {
  background: #ffa000;
  color: white;
}

/* line 484, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column.content appointment-container .md-button {
  min-width: unset;
}

/* line 491, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column column-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  text-align: center;
  height: 64px;
}

@media (max-width: 959px) and (orientation: landscape) {
  /* line 491, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column column-header {
    height: 48px;
  }
}

/* line 500, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column column-header p {
  color: rgba(0, 0, 0, 0.6);
  white-space: nowrap;
  font-weight: bold;
  font-size: 12px;
  margin: 0;
  display: block;
}

/* line 505, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column column-header.blocked {
  background: #f2dede;
}

/* line 508, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column column-header.blocked p {
  color: #a94442;
}

/* line 515, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column {
  position: relative;
  overflow: hidden;
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-1 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-1.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-1 {
    height: 26px;
    min-height: 26px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-1 {
    height: 26px;
    min-height: 26px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-2 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-2.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-2 {
    height: 52px;
    min-height: 52px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-2 {
    height: 52px;
    min-height: 52px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-3 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-3.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-3 {
    height: 78px;
    min-height: 78px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-3 {
    height: 78px;
    min-height: 78px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-4 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-4.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-4 {
    height: 104px;
    min-height: 104px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-4 {
    height: 104px;
    min-height: 104px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-5 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-5.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-5 {
    height: 130px;
    min-height: 130px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-5 {
    height: 130px;
    min-height: 130px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-6 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-6.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-6 {
    height: 156px;
    min-height: 156px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-6 {
    height: 156px;
    min-height: 156px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-7 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-7.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-7 {
    height: 182px;
    min-height: 182px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-7 {
    height: 182px;
    min-height: 182px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-8 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-8.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-8 {
    height: 208px;
    min-height: 208px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-8 {
    height: 208px;
    min-height: 208px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-9 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-9.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-9 {
    height: 234px;
    min-height: 234px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-9 {
    height: 234px;
    min-height: 234px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-10 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-10.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-10 {
    height: 260px;
    min-height: 260px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-10 {
    height: 260px;
    min-height: 260px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-11 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-11.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-11 {
    height: 286px;
    min-height: 286px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-11 {
    height: 286px;
    min-height: 286px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-12 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-12.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-12 {
    height: 312px;
    min-height: 312px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-12 {
    height: 312px;
    min-height: 312px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-13 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-13.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-13 {
    height: 338px;
    min-height: 338px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-13 {
    height: 338px;
    min-height: 338px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-14 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-14.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-14 {
    height: 364px;
    min-height: 364px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-14 {
    height: 364px;
    min-height: 364px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-15 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-15.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-15 {
    height: 390px;
    min-height: 390px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-15 {
    height: 390px;
    min-height: 390px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-16 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-16.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-16 {
    height: 416px;
    min-height: 416px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-16 {
    height: 416px;
    min-height: 416px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-17 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-17.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-17 {
    height: 442px;
    min-height: 442px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-17 {
    height: 442px;
    min-height: 442px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-18 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-18.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-18 {
    height: 468px;
    min-height: 468px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-18 {
    height: 468px;
    min-height: 468px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-19 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-19.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-19 {
    height: 494px;
    min-height: 494px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-19 {
    height: 494px;
    min-height: 494px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-20 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-20.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-20 {
    height: 520px;
    min-height: 520px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-20 {
    height: 520px;
    min-height: 520px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-21 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-21.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-21 {
    height: 546px;
    min-height: 546px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-21 {
    height: 546px;
    min-height: 546px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-22 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-22.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-22 {
    height: 572px;
    min-height: 572px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-22 {
    height: 572px;
    min-height: 572px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-23 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-23.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-23 {
    height: 598px;
    min-height: 598px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-23 {
    height: 598px;
    min-height: 598px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-24 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-24.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-24 {
    height: 624px;
    min-height: 624px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-24 {
    height: 624px;
    min-height: 624px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-25 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-25.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-25 {
    height: 650px;
    min-height: 650px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-25 {
    height: 650px;
    min-height: 650px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-26 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-26.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-26 {
    height: 676px;
    min-height: 676px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-26 {
    height: 676px;
    min-height: 676px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-27 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-27.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-27 {
    height: 702px;
    min-height: 702px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-27 {
    height: 702px;
    min-height: 702px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-28 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-28.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-28 {
    height: 728px;
    min-height: 728px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-28 {
    height: 728px;
    min-height: 728px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-29 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-29.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-29 {
    height: 754px;
    min-height: 754px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-29 {
    height: 754px;
    min-height: 754px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-30 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-30.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-30 {
    height: 780px;
    min-height: 780px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-30 {
    height: 780px;
    min-height: 780px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-31 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-31.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-31 {
    height: 806px;
    min-height: 806px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-31 {
    height: 806px;
    min-height: 806px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-32 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-32.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-32 {
    height: 832px;
    min-height: 832px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-32 {
    height: 832px;
    min-height: 832px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-33 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-33.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-33 {
    height: 858px;
    min-height: 858px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-33 {
    height: 858px;
    min-height: 858px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-34 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-34.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-34 {
    height: 884px;
    min-height: 884px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-34 {
    height: 884px;
    min-height: 884px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-35 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-35.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-35 {
    height: 910px;
    min-height: 910px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-35 {
    height: 910px;
    min-height: 910px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-36 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-36.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-36 {
    height: 936px;
    min-height: 936px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-36 {
    height: 936px;
    min-height: 936px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-37 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-37.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-37 {
    height: 962px;
    min-height: 962px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-37 {
    height: 962px;
    min-height: 962px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-38 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-38.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-38 {
    height: 988px;
    min-height: 988px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-38 {
    height: 988px;
    min-height: 988px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-39 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-39.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-39 {
    height: 1014px;
    min-height: 1014px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-39 {
    height: 1014px;
    min-height: 1014px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-40 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-40.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-40 {
    height: 1040px;
    min-height: 1040px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-40 {
    height: 1040px;
    min-height: 1040px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-41 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-41.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-41 {
    height: 1066px;
    min-height: 1066px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-41 {
    height: 1066px;
    min-height: 1066px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-42 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-42.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-42 {
    height: 1092px;
    min-height: 1092px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-42 {
    height: 1092px;
    min-height: 1092px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-43 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-43.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-43 {
    height: 1118px;
    min-height: 1118px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-43 {
    height: 1118px;
    min-height: 1118px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-44 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-44.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-44 {
    height: 1144px;
    min-height: 1144px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-44 {
    height: 1144px;
    min-height: 1144px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-45 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-45.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-45 {
    height: 1170px;
    min-height: 1170px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-45 {
    height: 1170px;
    min-height: 1170px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-46 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-46.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-46 {
    height: 1196px;
    min-height: 1196px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-46 {
    height: 1196px;
    min-height: 1196px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-47 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-47.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-47 {
    height: 1222px;
    min-height: 1222px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-47 {
    height: 1222px;
    min-height: 1222px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-48 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-48.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-48 {
    height: 1248px;
    min-height: 1248px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-48 {
    height: 1248px;
    min-height: 1248px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-49 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-49.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-49 {
    height: 1274px;
    min-height: 1274px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-49 {
    height: 1274px;
    min-height: 1274px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-50 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-50.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-50 {
    height: 1300px;
    min-height: 1300px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-50 {
    height: 1300px;
    min-height: 1300px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-51 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-51.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-51 {
    height: 1326px;
    min-height: 1326px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-51 {
    height: 1326px;
    min-height: 1326px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-52 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-52.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-52 {
    height: 1352px;
    min-height: 1352px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-52 {
    height: 1352px;
    min-height: 1352px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-53 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-53.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-53 {
    height: 1378px;
    min-height: 1378px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-53 {
    height: 1378px;
    min-height: 1378px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-54 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-54.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-54 {
    height: 1404px;
    min-height: 1404px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-54 {
    height: 1404px;
    min-height: 1404px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-55 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-55.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-55 {
    height: 1430px;
    min-height: 1430px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-55 {
    height: 1430px;
    min-height: 1430px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-56 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-56.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-56 {
    height: 1456px;
    min-height: 1456px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-56 {
    height: 1456px;
    min-height: 1456px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-57 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-57.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-57 {
    height: 1482px;
    min-height: 1482px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-57 {
    height: 1482px;
    min-height: 1482px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-58 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-58.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-58 {
    height: 1508px;
    min-height: 1508px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-58 {
    height: 1508px;
    min-height: 1508px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-59 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-59.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-59 {
    height: 1534px;
    min-height: 1534px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-59 {
    height: 1534px;
    min-height: 1534px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-60 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-60.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-60 {
    height: 1560px;
    min-height: 1560px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-60 {
    height: 1560px;
    min-height: 1560px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-61 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-61.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-61 {
    height: 1586px;
    min-height: 1586px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-61 {
    height: 1586px;
    min-height: 1586px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-62 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-62.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-62 {
    height: 1612px;
    min-height: 1612px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-62 {
    height: 1612px;
    min-height: 1612px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-63 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-63.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-63 {
    height: 1638px;
    min-height: 1638px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-63 {
    height: 1638px;
    min-height: 1638px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-64 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-64.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-64 {
    height: 1664px;
    min-height: 1664px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-64 {
    height: 1664px;
    min-height: 1664px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-65 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-65.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-65 {
    height: 1690px;
    min-height: 1690px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-65 {
    height: 1690px;
    min-height: 1690px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-66 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-66.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-66 {
    height: 1716px;
    min-height: 1716px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-66 {
    height: 1716px;
    min-height: 1716px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-67 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-67.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-67 {
    height: 1742px;
    min-height: 1742px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-67 {
    height: 1742px;
    min-height: 1742px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-68 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-68.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-68 {
    height: 1768px;
    min-height: 1768px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-68 {
    height: 1768px;
    min-height: 1768px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-69 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-69.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-69 {
    height: 1794px;
    min-height: 1794px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-69 {
    height: 1794px;
    min-height: 1794px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-70 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-70.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-70 {
    height: 1820px;
    min-height: 1820px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-70 {
    height: 1820px;
    min-height: 1820px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-71 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-71.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-71 {
    height: 1846px;
    min-height: 1846px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-71 {
    height: 1846px;
    min-height: 1846px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-72 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-72.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-72 {
    height: 1872px;
    min-height: 1872px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-72 {
    height: 1872px;
    min-height: 1872px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-73 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-73.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-73 {
    height: 1898px;
    min-height: 1898px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-73 {
    height: 1898px;
    min-height: 1898px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-74 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-74.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-74 {
    height: 1924px;
    min-height: 1924px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-74 {
    height: 1924px;
    min-height: 1924px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-75 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-75.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-75 {
    height: 1950px;
    min-height: 1950px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-75 {
    height: 1950px;
    min-height: 1950px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-76 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-76.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-76 {
    height: 1976px;
    min-height: 1976px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-76 {
    height: 1976px;
    min-height: 1976px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-77 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-77.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-77 {
    height: 2002px;
    min-height: 2002px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-77 {
    height: 2002px;
    min-height: 2002px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-78 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-78.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-78 {
    height: 2028px;
    min-height: 2028px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-78 {
    height: 2028px;
    min-height: 2028px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-79 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-79.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-79 {
    height: 2054px;
    min-height: 2054px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-79 {
    height: 2054px;
    min-height: 2054px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-80 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-80.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-80 {
    height: 2080px;
    min-height: 2080px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-80 {
    height: 2080px;
    min-height: 2080px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-81 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-81.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-81 {
    height: 2106px;
    min-height: 2106px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-81 {
    height: 2106px;
    min-height: 2106px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-82 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-82.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-82 {
    height: 2132px;
    min-height: 2132px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-82 {
    height: 2132px;
    min-height: 2132px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-83 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-83.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-83 {
    height: 2158px;
    min-height: 2158px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-83 {
    height: 2158px;
    min-height: 2158px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-84 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-84.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-84 {
    height: 2184px;
    min-height: 2184px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-84 {
    height: 2184px;
    min-height: 2184px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-85 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-85.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-85 {
    height: 2210px;
    min-height: 2210px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-85 {
    height: 2210px;
    min-height: 2210px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-86 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-86.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-86 {
    height: 2236px;
    min-height: 2236px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-86 {
    height: 2236px;
    min-height: 2236px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-87 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-87.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-87 {
    height: 2262px;
    min-height: 2262px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-87 {
    height: 2262px;
    min-height: 2262px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-88 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-88.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-88 {
    height: 2288px;
    min-height: 2288px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-88 {
    height: 2288px;
    min-height: 2288px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-89 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-89.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-89 {
    height: 2314px;
    min-height: 2314px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-89 {
    height: 2314px;
    min-height: 2314px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-90 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-90.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-90 {
    height: 2340px;
    min-height: 2340px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-90 {
    height: 2340px;
    min-height: 2340px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-91 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-91.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-91 {
    height: 2366px;
    min-height: 2366px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-91 {
    height: 2366px;
    min-height: 2366px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-92 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-92.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-92 {
    height: 2392px;
    min-height: 2392px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-92 {
    height: 2392px;
    min-height: 2392px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-93 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-93.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-93 {
    height: 2418px;
    min-height: 2418px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-93 {
    height: 2418px;
    min-height: 2418px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-94 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-94.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-94 {
    height: 2444px;
    min-height: 2444px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-94 {
    height: 2444px;
    min-height: 2444px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-95 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-95.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-95 {
    height: 2470px;
    min-height: 2470px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-95 {
    height: 2470px;
    min-height: 2470px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-96 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-96.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-96 {
    height: 2496px;
    min-height: 2496px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-96 {
    height: 2496px;
    min-height: 2496px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-97 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-97.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-97 {
    height: 2522px;
    min-height: 2522px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-97 {
    height: 2522px;
    min-height: 2522px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-98 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-98.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-98 {
    height: 2548px;
    min-height: 2548px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-98 {
    height: 2548px;
    min-height: 2548px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-99 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-99.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-99 {
    height: 2574px;
    min-height: 2574px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-99 {
    height: 2574px;
    min-height: 2574px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-100 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-100.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-100 {
    height: 2600px;
    min-height: 2600px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-100 {
    height: 2600px;
    min-height: 2600px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-101 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-101.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-101 {
    height: 2626px;
    min-height: 2626px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-101 {
    height: 2626px;
    min-height: 2626px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-102 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-102.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-102 {
    height: 2652px;
    min-height: 2652px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-102 {
    height: 2652px;
    min-height: 2652px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-103 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-103.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-103 {
    height: 2678px;
    min-height: 2678px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-103 {
    height: 2678px;
    min-height: 2678px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-104 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-104.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-104 {
    height: 2704px;
    min-height: 2704px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-104 {
    height: 2704px;
    min-height: 2704px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-105 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-105.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-105 {
    height: 2730px;
    min-height: 2730px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-105 {
    height: 2730px;
    min-height: 2730px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-106 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-106.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-106 {
    height: 2756px;
    min-height: 2756px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-106 {
    height: 2756px;
    min-height: 2756px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-107 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-107.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-107 {
    height: 2782px;
    min-height: 2782px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-107 {
    height: 2782px;
    min-height: 2782px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-108 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-108.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-108 {
    height: 2808px;
    min-height: 2808px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-108 {
    height: 2808px;
    min-height: 2808px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-109 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-109.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-109 {
    height: 2834px;
    min-height: 2834px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-109 {
    height: 2834px;
    min-height: 2834px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-110 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-110.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-110 {
    height: 2860px;
    min-height: 2860px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-110 {
    height: 2860px;
    min-height: 2860px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-111 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-111.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-111 {
    height: 2886px;
    min-height: 2886px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-111 {
    height: 2886px;
    min-height: 2886px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-112 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-112.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-112 {
    height: 2912px;
    min-height: 2912px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-112 {
    height: 2912px;
    min-height: 2912px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-113 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-113.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-113 {
    height: 2938px;
    min-height: 2938px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-113 {
    height: 2938px;
    min-height: 2938px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-114 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-114.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-114 {
    height: 2964px;
    min-height: 2964px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-114 {
    height: 2964px;
    min-height: 2964px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-115 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-115.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-115 {
    height: 2990px;
    min-height: 2990px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-115 {
    height: 2990px;
    min-height: 2990px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-116 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-116.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-116 {
    height: 3016px;
    min-height: 3016px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-116 {
    height: 3016px;
    min-height: 3016px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-117 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-117.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-117 {
    height: 3042px;
    min-height: 3042px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-117 {
    height: 3042px;
    min-height: 3042px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-118 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-118.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-118 {
    height: 3068px;
    min-height: 3068px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-118 {
    height: 3068px;
    min-height: 3068px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-119 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-119.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-119 {
    height: 3094px;
    min-height: 3094px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-119 {
    height: 3094px;
    min-height: 3094px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-120 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-120.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-120 {
    height: 3120px;
    min-height: 3120px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-120 {
    height: 3120px;
    min-height: 3120px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-121 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-121.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-121 {
    height: 3146px;
    min-height: 3146px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-121 {
    height: 3146px;
    min-height: 3146px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-122 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-122.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-122 {
    height: 3172px;
    min-height: 3172px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-122 {
    height: 3172px;
    min-height: 3172px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-123 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-123.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-123 {
    height: 3198px;
    min-height: 3198px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-123 {
    height: 3198px;
    min-height: 3198px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-124 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-124.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-124 {
    height: 3224px;
    min-height: 3224px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-124 {
    height: 3224px;
    min-height: 3224px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-125 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-125.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-125 {
    height: 3250px;
    min-height: 3250px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-125 {
    height: 3250px;
    min-height: 3250px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-126 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-126.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-126 {
    height: 3276px;
    min-height: 3276px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-126 {
    height: 3276px;
    min-height: 3276px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-127 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-127.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-127 {
    height: 3302px;
    min-height: 3302px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-127 {
    height: 3302px;
    min-height: 3302px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-128 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-128.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-128 {
    height: 3328px;
    min-height: 3328px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-128 {
    height: 3328px;
    min-height: 3328px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-129 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-129.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-129 {
    height: 3354px;
    min-height: 3354px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-129 {
    height: 3354px;
    min-height: 3354px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-130 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-130.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-130 {
    height: 3380px;
    min-height: 3380px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-130 {
    height: 3380px;
    min-height: 3380px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-131 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-131.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-131 {
    height: 3406px;
    min-height: 3406px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-131 {
    height: 3406px;
    min-height: 3406px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-132 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-132.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-132 {
    height: 3432px;
    min-height: 3432px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-132 {
    height: 3432px;
    min-height: 3432px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-133 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-133.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-133 {
    height: 3458px;
    min-height: 3458px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-133 {
    height: 3458px;
    min-height: 3458px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-134 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-134.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-134 {
    height: 3484px;
    min-height: 3484px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-134 {
    height: 3484px;
    min-height: 3484px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-135 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-135.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-135 {
    height: 3510px;
    min-height: 3510px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-135 {
    height: 3510px;
    min-height: 3510px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-136 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-136.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-136 {
    height: 3536px;
    min-height: 3536px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-136 {
    height: 3536px;
    min-height: 3536px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-137 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-137.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-137 {
    height: 3562px;
    min-height: 3562px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-137 {
    height: 3562px;
    min-height: 3562px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-138 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-138.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-138 {
    height: 3588px;
    min-height: 3588px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-138 {
    height: 3588px;
    min-height: 3588px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-139 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-139.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-139 {
    height: 3614px;
    min-height: 3614px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-139 {
    height: 3614px;
    min-height: 3614px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-140 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-140.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-140 {
    height: 3640px;
    min-height: 3640px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-140 {
    height: 3640px;
    min-height: 3640px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-141 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-141.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-141 {
    height: 3666px;
    min-height: 3666px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-141 {
    height: 3666px;
    min-height: 3666px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-142 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-142.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-142 {
    height: 3692px;
    min-height: 3692px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-142 {
    height: 3692px;
    min-height: 3692px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-143 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-143.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-143 {
    height: 3718px;
    min-height: 3718px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-143 {
    height: 3718px;
    min-height: 3718px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-144 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-144.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-144 {
    height: 3744px;
    min-height: 3744px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-144 {
    height: 3744px;
    min-height: 3744px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-145 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-145.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-145 {
    height: 3770px;
    min-height: 3770px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-145 {
    height: 3770px;
    min-height: 3770px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-146 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-146.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-146 {
    height: 3796px;
    min-height: 3796px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-146 {
    height: 3796px;
    min-height: 3796px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-147 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-147.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-147 {
    height: 3822px;
    min-height: 3822px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-147 {
    height: 3822px;
    min-height: 3822px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-148 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-148.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-148 {
    height: 3848px;
    min-height: 3848px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-148 {
    height: 3848px;
    min-height: 3848px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-149 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-149.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-149 {
    height: 3874px;
    min-height: 3874px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-149 {
    height: 3874px;
    min-height: 3874px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-150 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-150.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-150 {
    height: 3900px;
    min-height: 3900px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-150 {
    height: 3900px;
    min-height: 3900px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-151 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-151.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-151 {
    height: 3926px;
    min-height: 3926px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-151 {
    height: 3926px;
    min-height: 3926px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-152 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-152.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-152 {
    height: 3952px;
    min-height: 3952px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-152 {
    height: 3952px;
    min-height: 3952px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-153 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-153.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-153 {
    height: 3978px;
    min-height: 3978px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-153 {
    height: 3978px;
    min-height: 3978px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-154 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-154.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-154 {
    height: 4004px;
    min-height: 4004px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-154 {
    height: 4004px;
    min-height: 4004px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-155 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-155.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-155 {
    height: 4030px;
    min-height: 4030px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-155 {
    height: 4030px;
    min-height: 4030px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-156 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-156.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-156 {
    height: 4056px;
    min-height: 4056px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-156 {
    height: 4056px;
    min-height: 4056px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-157 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-157.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-157 {
    height: 4082px;
    min-height: 4082px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-157 {
    height: 4082px;
    min-height: 4082px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-158 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-158.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-158 {
    height: 4108px;
    min-height: 4108px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-158 {
    height: 4108px;
    min-height: 4108px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-159 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-159.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-159 {
    height: 4134px;
    min-height: 4134px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-159 {
    height: 4134px;
    min-height: 4134px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-160 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-160.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-160 {
    height: 4160px;
    min-height: 4160px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-160 {
    height: 4160px;
    min-height: 4160px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-161 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-161.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-161 {
    height: 4186px;
    min-height: 4186px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-161 {
    height: 4186px;
    min-height: 4186px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-162 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-162.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-162 {
    height: 4212px;
    min-height: 4212px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-162 {
    height: 4212px;
    min-height: 4212px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-163 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-163.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-163 {
    height: 4238px;
    min-height: 4238px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-163 {
    height: 4238px;
    min-height: 4238px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-164 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-164.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-164 {
    height: 4264px;
    min-height: 4264px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-164 {
    height: 4264px;
    min-height: 4264px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-165 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-165.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-165 {
    height: 4290px;
    min-height: 4290px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-165 {
    height: 4290px;
    min-height: 4290px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-166 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-166.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-166 {
    height: 4316px;
    min-height: 4316px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-166 {
    height: 4316px;
    min-height: 4316px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-167 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-167.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-167 {
    height: 4342px;
    min-height: 4342px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-167 {
    height: 4342px;
    min-height: 4342px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-168 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-168.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-168 {
    height: 4368px;
    min-height: 4368px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-168 {
    height: 4368px;
    min-height: 4368px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-169 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-169.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-169 {
    height: 4394px;
    min-height: 4394px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-169 {
    height: 4394px;
    min-height: 4394px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-170 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-170.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-170 {
    height: 4420px;
    min-height: 4420px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-170 {
    height: 4420px;
    min-height: 4420px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-171 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-171.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-171 {
    height: 4446px;
    min-height: 4446px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-171 {
    height: 4446px;
    min-height: 4446px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-172 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-172.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-172 {
    height: 4472px;
    min-height: 4472px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-172 {
    height: 4472px;
    min-height: 4472px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-173 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-173.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-173 {
    height: 4498px;
    min-height: 4498px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-173 {
    height: 4498px;
    min-height: 4498px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-174 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-174.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-174 {
    height: 4524px;
    min-height: 4524px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-174 {
    height: 4524px;
    min-height: 4524px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-175 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-175.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-175 {
    height: 4550px;
    min-height: 4550px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-175 {
    height: 4550px;
    min-height: 4550px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-176 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-176.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-176 {
    height: 4576px;
    min-height: 4576px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-176 {
    height: 4576px;
    min-height: 4576px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-177 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-177.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-177 {
    height: 4602px;
    min-height: 4602px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-177 {
    height: 4602px;
    min-height: 4602px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-178 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-178.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-178 {
    height: 4628px;
    min-height: 4628px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-178 {
    height: 4628px;
    min-height: 4628px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-179 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-179.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-179 {
    height: 4654px;
    min-height: 4654px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-179 {
    height: 4654px;
    min-height: 4654px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-180 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-180.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-180 {
    height: 4680px;
    min-height: 4680px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-180 {
    height: 4680px;
    min-height: 4680px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-181 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-181.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-181 {
    height: 4706px;
    min-height: 4706px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-181 {
    height: 4706px;
    min-height: 4706px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-182 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-182.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-182 {
    height: 4732px;
    min-height: 4732px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-182 {
    height: 4732px;
    min-height: 4732px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-183 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-183.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-183 {
    height: 4758px;
    min-height: 4758px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-183 {
    height: 4758px;
    min-height: 4758px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-184 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-184.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-184 {
    height: 4784px;
    min-height: 4784px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-184 {
    height: 4784px;
    min-height: 4784px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-185 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-185.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-185 {
    height: 4810px;
    min-height: 4810px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-185 {
    height: 4810px;
    min-height: 4810px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-186 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-186.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-186 {
    height: 4836px;
    min-height: 4836px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-186 {
    height: 4836px;
    min-height: 4836px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-187 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-187.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-187 {
    height: 4862px;
    min-height: 4862px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-187 {
    height: 4862px;
    min-height: 4862px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-188 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-188.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-188 {
    height: 4888px;
    min-height: 4888px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-188 {
    height: 4888px;
    min-height: 4888px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-189 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-189.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-189 {
    height: 4914px;
    min-height: 4914px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-189 {
    height: 4914px;
    min-height: 4914px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-190 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-190.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-190 {
    height: 4940px;
    min-height: 4940px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-190 {
    height: 4940px;
    min-height: 4940px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-191 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-191.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-191 {
    height: 4966px;
    min-height: 4966px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-191 {
    height: 4966px;
    min-height: 4966px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-192 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-192.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-192 {
    height: 4992px;
    min-height: 4992px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-192 {
    height: 4992px;
    min-height: 4992px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-193 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-193.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-193 {
    height: 5018px;
    min-height: 5018px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-193 {
    height: 5018px;
    min-height: 5018px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-194 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-194.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-194 {
    height: 5044px;
    min-height: 5044px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-194 {
    height: 5044px;
    min-height: 5044px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-195 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-195.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-195 {
    height: 5070px;
    min-height: 5070px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-195 {
    height: 5070px;
    min-height: 5070px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-196 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-196.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-196 {
    height: 5096px;
    min-height: 5096px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-196 {
    height: 5096px;
    min-height: 5096px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-197 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-197.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-197 {
    height: 5122px;
    min-height: 5122px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-197 {
    height: 5122px;
    min-height: 5122px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-198 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-198.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-198 {
    height: 5148px;
    min-height: 5148px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-198 {
    height: 5148px;
    min-height: 5148px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-199 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-199.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-199 {
    height: 5174px;
    min-height: 5174px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-199 {
    height: 5174px;
    min-height: 5174px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-200 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-200.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-200 {
    height: 5200px;
    min-height: 5200px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-200 {
    height: 5200px;
    min-height: 5200px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-201 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-201.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-201 {
    height: 5226px;
    min-height: 5226px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-201 {
    height: 5226px;
    min-height: 5226px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-202 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-202.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-202 {
    height: 5252px;
    min-height: 5252px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-202 {
    height: 5252px;
    min-height: 5252px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-203 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-203.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-203 {
    height: 5278px;
    min-height: 5278px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-203 {
    height: 5278px;
    min-height: 5278px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-204 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-204.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-204 {
    height: 5304px;
    min-height: 5304px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-204 {
    height: 5304px;
    min-height: 5304px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-205 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-205.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-205 {
    height: 5330px;
    min-height: 5330px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-205 {
    height: 5330px;
    min-height: 5330px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-206 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-206.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-206 {
    height: 5356px;
    min-height: 5356px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-206 {
    height: 5356px;
    min-height: 5356px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-207 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-207.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-207 {
    height: 5382px;
    min-height: 5382px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-207 {
    height: 5382px;
    min-height: 5382px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-208 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-208.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-208 {
    height: 5408px;
    min-height: 5408px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-208 {
    height: 5408px;
    min-height: 5408px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-209 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-209.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-209 {
    height: 5434px;
    min-height: 5434px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-209 {
    height: 5434px;
    min-height: 5434px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-210 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-210.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-210 {
    height: 5460px;
    min-height: 5460px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-210 {
    height: 5460px;
    min-height: 5460px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-211 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-211.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-211 {
    height: 5486px;
    min-height: 5486px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-211 {
    height: 5486px;
    min-height: 5486px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-212 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-212.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-212 {
    height: 5512px;
    min-height: 5512px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-212 {
    height: 5512px;
    min-height: 5512px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-213 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-213.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-213 {
    height: 5538px;
    min-height: 5538px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-213 {
    height: 5538px;
    min-height: 5538px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-214 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-214.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-214 {
    height: 5564px;
    min-height: 5564px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-214 {
    height: 5564px;
    min-height: 5564px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-215 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-215.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-215 {
    height: 5590px;
    min-height: 5590px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-215 {
    height: 5590px;
    min-height: 5590px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-216 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-216.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-216 {
    height: 5616px;
    min-height: 5616px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-216 {
    height: 5616px;
    min-height: 5616px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-217 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-217.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-217 {
    height: 5642px;
    min-height: 5642px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-217 {
    height: 5642px;
    min-height: 5642px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-218 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-218.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-218 {
    height: 5668px;
    min-height: 5668px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-218 {
    height: 5668px;
    min-height: 5668px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-219 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-219.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-219 {
    height: 5694px;
    min-height: 5694px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-219 {
    height: 5694px;
    min-height: 5694px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-220 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-220.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-220 {
    height: 5720px;
    min-height: 5720px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-220 {
    height: 5720px;
    min-height: 5720px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-221 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-221.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-221 {
    height: 5746px;
    min-height: 5746px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-221 {
    height: 5746px;
    min-height: 5746px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-222 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-222.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-222 {
    height: 5772px;
    min-height: 5772px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-222 {
    height: 5772px;
    min-height: 5772px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-223 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-223.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-223 {
    height: 5798px;
    min-height: 5798px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-223 {
    height: 5798px;
    min-height: 5798px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-224 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-224.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-224 {
    height: 5824px;
    min-height: 5824px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-224 {
    height: 5824px;
    min-height: 5824px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-225 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-225.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-225 {
    height: 5850px;
    min-height: 5850px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-225 {
    height: 5850px;
    min-height: 5850px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-226 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-226.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-226 {
    height: 5876px;
    min-height: 5876px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-226 {
    height: 5876px;
    min-height: 5876px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-227 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-227.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-227 {
    height: 5902px;
    min-height: 5902px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-227 {
    height: 5902px;
    min-height: 5902px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-228 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-228.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-228 {
    height: 5928px;
    min-height: 5928px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-228 {
    height: 5928px;
    min-height: 5928px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-229 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-229.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-229 {
    height: 5954px;
    min-height: 5954px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-229 {
    height: 5954px;
    min-height: 5954px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-230 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-230.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-230 {
    height: 5980px;
    min-height: 5980px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-230 {
    height: 5980px;
    min-height: 5980px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-231 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-231.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-231 {
    height: 6006px;
    min-height: 6006px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-231 {
    height: 6006px;
    min-height: 6006px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-232 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-232.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-232 {
    height: 6032px;
    min-height: 6032px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-232 {
    height: 6032px;
    min-height: 6032px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-233 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-233.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-233 {
    height: 6058px;
    min-height: 6058px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-233 {
    height: 6058px;
    min-height: 6058px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-234 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-234.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-234 {
    height: 6084px;
    min-height: 6084px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-234 {
    height: 6084px;
    min-height: 6084px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-235 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-235.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-235 {
    height: 6110px;
    min-height: 6110px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-235 {
    height: 6110px;
    min-height: 6110px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-236 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-236.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-236 {
    height: 6136px;
    min-height: 6136px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-236 {
    height: 6136px;
    min-height: 6136px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-237 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-237.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-237 {
    height: 6162px;
    min-height: 6162px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-237 {
    height: 6162px;
    min-height: 6162px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-238 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-238.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-238 {
    height: 6188px;
    min-height: 6188px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-238 {
    height: 6188px;
    min-height: 6188px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-239 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-239.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-239 {
    height: 6214px;
    min-height: 6214px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-239 {
    height: 6214px;
    min-height: 6214px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-240 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-240.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-240 {
    height: 6240px;
    min-height: 6240px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-240 {
    height: 6240px;
    min-height: 6240px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-241 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-241.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-241 {
    height: 6266px;
    min-height: 6266px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-241 {
    height: 6266px;
    min-height: 6266px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-242 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-242.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-242 {
    height: 6292px;
    min-height: 6292px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-242 {
    height: 6292px;
    min-height: 6292px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-243 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-243.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-243 {
    height: 6318px;
    min-height: 6318px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-243 {
    height: 6318px;
    min-height: 6318px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-244 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-244.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-244 {
    height: 6344px;
    min-height: 6344px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-244 {
    height: 6344px;
    min-height: 6344px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-245 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-245.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-245 {
    height: 6370px;
    min-height: 6370px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-245 {
    height: 6370px;
    min-height: 6370px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-246 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-246.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-246 {
    height: 6396px;
    min-height: 6396px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-246 {
    height: 6396px;
    min-height: 6396px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-247 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-247.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-247 {
    height: 6422px;
    min-height: 6422px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-247 {
    height: 6422px;
    min-height: 6422px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-248 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-248.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-248 {
    height: 6448px;
    min-height: 6448px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-248 {
    height: 6448px;
    min-height: 6448px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-249 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-249.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-249 {
    height: 6474px;
    min-height: 6474px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-249 {
    height: 6474px;
    min-height: 6474px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-250 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-250.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-250 {
    height: 6500px;
    min-height: 6500px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-250 {
    height: 6500px;
    min-height: 6500px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-251 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-251.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-251 {
    height: 6526px;
    min-height: 6526px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-251 {
    height: 6526px;
    min-height: 6526px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-252 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-252.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-252 {
    height: 6552px;
    min-height: 6552px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-252 {
    height: 6552px;
    min-height: 6552px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-253 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-253.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-253 {
    height: 6578px;
    min-height: 6578px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-253 {
    height: 6578px;
    min-height: 6578px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-254 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-254.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-254 {
    height: 6604px;
    min-height: 6604px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-254 {
    height: 6604px;
    min-height: 6604px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-255 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-255.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-255 {
    height: 6630px;
    min-height: 6630px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-255 {
    height: 6630px;
    min-height: 6630px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-256 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-256.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-256 {
    height: 6656px;
    min-height: 6656px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-256 {
    height: 6656px;
    min-height: 6656px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-257 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-257.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-257 {
    height: 6682px;
    min-height: 6682px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-257 {
    height: 6682px;
    min-height: 6682px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-258 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-258.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-258 {
    height: 6708px;
    min-height: 6708px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-258 {
    height: 6708px;
    min-height: 6708px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-259 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-259.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-259 {
    height: 6734px;
    min-height: 6734px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-259 {
    height: 6734px;
    min-height: 6734px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-260 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-260.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-260 {
    height: 6760px;
    min-height: 6760px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-260 {
    height: 6760px;
    min-height: 6760px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-261 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-261.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-261 {
    height: 6786px;
    min-height: 6786px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-261 {
    height: 6786px;
    min-height: 6786px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-262 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-262.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-262 {
    height: 6812px;
    min-height: 6812px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-262 {
    height: 6812px;
    min-height: 6812px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-263 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-263.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-263 {
    height: 6838px;
    min-height: 6838px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-263 {
    height: 6838px;
    min-height: 6838px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-264 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-264.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-264 {
    height: 6864px;
    min-height: 6864px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-264 {
    height: 6864px;
    min-height: 6864px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-265 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-265.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-265 {
    height: 6890px;
    min-height: 6890px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-265 {
    height: 6890px;
    min-height: 6890px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-266 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-266.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-266 {
    height: 6916px;
    min-height: 6916px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-266 {
    height: 6916px;
    min-height: 6916px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-267 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-267.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-267 {
    height: 6942px;
    min-height: 6942px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-267 {
    height: 6942px;
    min-height: 6942px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-268 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-268.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-268 {
    height: 6968px;
    min-height: 6968px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-268 {
    height: 6968px;
    min-height: 6968px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-269 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-269.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-269 {
    height: 6994px;
    min-height: 6994px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-269 {
    height: 6994px;
    min-height: 6994px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-270 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-270.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-270 {
    height: 7020px;
    min-height: 7020px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-270 {
    height: 7020px;
    min-height: 7020px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-271 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-271.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-271 {
    height: 7046px;
    min-height: 7046px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-271 {
    height: 7046px;
    min-height: 7046px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-272 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-272.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-272 {
    height: 7072px;
    min-height: 7072px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-272 {
    height: 7072px;
    min-height: 7072px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-273 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-273.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-273 {
    height: 7098px;
    min-height: 7098px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-273 {
    height: 7098px;
    min-height: 7098px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-274 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-274.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-274 {
    height: 7124px;
    min-height: 7124px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-274 {
    height: 7124px;
    min-height: 7124px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-275 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-275.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-275 {
    height: 7150px;
    min-height: 7150px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-275 {
    height: 7150px;
    min-height: 7150px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-276 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-276.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-276 {
    height: 7176px;
    min-height: 7176px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-276 {
    height: 7176px;
    min-height: 7176px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-277 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-277.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-277 {
    height: 7202px;
    min-height: 7202px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-277 {
    height: 7202px;
    min-height: 7202px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-278 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-278.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-278 {
    height: 7228px;
    min-height: 7228px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-278 {
    height: 7228px;
    min-height: 7228px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-279 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-279.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-279 {
    height: 7254px;
    min-height: 7254px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-279 {
    height: 7254px;
    min-height: 7254px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-280 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-280.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-280 {
    height: 7280px;
    min-height: 7280px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-280 {
    height: 7280px;
    min-height: 7280px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-281 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-281.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-281 {
    height: 7306px;
    min-height: 7306px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-281 {
    height: 7306px;
    min-height: 7306px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-282 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-282.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-282 {
    height: 7332px;
    min-height: 7332px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-282 {
    height: 7332px;
    min-height: 7332px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-283 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-283.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-283 {
    height: 7358px;
    min-height: 7358px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-283 {
    height: 7358px;
    min-height: 7358px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-284 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-284.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-284 {
    height: 7384px;
    min-height: 7384px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-284 {
    height: 7384px;
    min-height: 7384px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-285 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-285.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-285 {
    height: 7410px;
    min-height: 7410px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-285 {
    height: 7410px;
    min-height: 7410px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-286 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-286.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-286 {
    height: 7436px;
    min-height: 7436px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-286 {
    height: 7436px;
    min-height: 7436px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-287 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-287.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-287 {
    height: 7462px;
    min-height: 7462px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-287 {
    height: 7462px;
    min-height: 7462px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-288 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-spacer-288.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-288 {
    height: 7488px;
    min-height: 7488px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-spacer-288 {
    height: 7488px;
    min-height: 7488px;
  }
}

/* line 191, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-fraction-spacer-1 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

@media (min-width: 600px) {
  /* line 202, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-fraction-spacer-1 {
    height: 2.16667px;
    min-height: 2.16667px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 209, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-fraction-spacer-1 {
    height: 2.16667px;
    min-height: 2.16667px;
  }
}

/* line 191, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-fraction-spacer-2 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

@media (min-width: 600px) {
  /* line 202, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-fraction-spacer-2 {
    height: 4.33333px;
    min-height: 4.33333px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 209, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-fraction-spacer-2 {
    height: 4.33333px;
    min-height: 4.33333px;
  }
}

/* line 191, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-fraction-spacer-3 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

@media (min-width: 600px) {
  /* line 202, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-fraction-spacer-3 {
    height: 6.5px;
    min-height: 6.5px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 209, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-fraction-spacer-3 {
    height: 6.5px;
    min-height: 6.5px;
  }
}

/* line 191, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-fraction-spacer-4 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

@media (min-width: 600px) {
  /* line 202, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-fraction-spacer-4 {
    height: 8.66667px;
    min-height: 8.66667px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 209, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-fraction-spacer-4 {
    height: 8.66667px;
    min-height: 8.66667px;
  }
}

/* line 191, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-fraction-spacer-5 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

@media (min-width: 600px) {
  /* line 202, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-fraction-spacer-5 {
    height: 10.83333px;
    min-height: 10.83333px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 209, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-fraction-spacer-5 {
    height: 10.83333px;
    min-height: 10.83333px;
  }
}

/* line 191, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-fraction-spacer-6 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

@media (min-width: 600px) {
  /* line 202, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-fraction-spacer-6 {
    height: 13px;
    min-height: 13px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 209, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-fraction-spacer-6 {
    height: 13px;
    min-height: 13px;
  }
}

/* line 191, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-fraction-spacer-7 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

@media (min-width: 600px) {
  /* line 202, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-fraction-spacer-7 {
    height: 15.16667px;
    min-height: 15.16667px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 209, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-fraction-spacer-7 {
    height: 15.16667px;
    min-height: 15.16667px;
  }
}

/* line 191, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-fraction-spacer-8 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

@media (min-width: 600px) {
  /* line 202, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-fraction-spacer-8 {
    height: 17.33333px;
    min-height: 17.33333px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 209, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-fraction-spacer-8 {
    height: 17.33333px;
    min-height: 17.33333px;
  }
}

/* line 191, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-fraction-spacer-9 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

@media (min-width: 600px) {
  /* line 202, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-fraction-spacer-9 {
    height: 19.5px;
    min-height: 19.5px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 209, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-fraction-spacer-9 {
    height: 19.5px;
    min-height: 19.5px;
  }
}

/* line 191, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-fraction-spacer-10 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

@media (min-width: 600px) {
  /* line 202, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-fraction-spacer-10 {
    height: 21.66667px;
    min-height: 21.66667px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 209, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-fraction-spacer-10 {
    height: 21.66667px;
    min-height: 21.66667px;
  }
}

/* line 191, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column .offset-fraction-spacer-11 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

@media (min-width: 600px) {
  /* line 202, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-fraction-spacer-11 {
    height: 23.83333px;
    min-height: 23.83333px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 209, app/features/assessment-v2/app/components/calendar/calendar.scss */
  assessment-calendar calendar-column sub-column .offset-fraction-spacer-11 {
    height: 23.83333px;
    min-height: 23.83333px;
  }
}

/* line 521, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column column-label {
  height: 26px;
  min-height: 26px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background-color: rgba(191, 191, 191, 0.12);
}

/* line 527, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column column-label p {
  color: rgba(0, 0, 0, 0.6);
  white-space: nowrap;
  font-weight: bold;
  font-size: 11px;
  margin: 0;
  opacity: 0.3;
  width: 100%;
  text-align: center;
  padding: 9px 0;
  opacity: 0.64;
  padding: 0;
}

/* line 534, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column blocker-indicator {
  pointer-events: none;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: center;
      align-items: center;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

/* line 549, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column blocker-indicator p {
  margin-top: 50px;
  font-weight: 700;
  font-size: 30px;
  text-orientation: mixed;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
}

/* line 558, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column sub-column:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}

/* line 564, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column no-sub-columns-indicator {
  background-color: rgba(191, 191, 191, 0.12);
}

/* line 567, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column no-sub-columns-indicator p {
  color: rgba(0, 0, 0, 0.6);
  white-space: nowrap;
  font-weight: bold;
  font-size: 12px;
  margin: 0;
  opacity: 0.3;
  width: 100%;
  text-align: center;
  padding: 9px 0;
}

/* line 574, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column offset-spacer p {
  color: rgba(0, 0, 0, 0.6);
  white-space: nowrap;
  font-weight: bold;
  font-size: 12px;
  margin: 0;
  opacity: 0.3;
  width: 100%;
  text-align: center;
  padding: 9px 0;
}

/* line 578, app/features/assessment-v2/app/components/calendar/calendar.scss */
assessment-calendar calendar-column offset-spacer[class*='offset-spacer'] {
  background-color: rgba(191, 191, 191, 0.12);
}

/* line 588, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.time time-container.highlight {
  background: rgba(255, 255, 255, 0.12);
}

/* line 592, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content {
  border-left-color: rgba(255, 255, 255, 0.12);
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-1 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-1.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-1 {
    height: 26px;
    min-height: 26px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-1 {
    height: 26px;
    min-height: 26px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-2 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-2.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-2 {
    height: 52px;
    min-height: 52px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-2 {
    height: 52px;
    min-height: 52px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-3 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-3.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-3 {
    height: 78px;
    min-height: 78px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-3 {
    height: 78px;
    min-height: 78px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-4 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-4.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-4 {
    height: 104px;
    min-height: 104px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-4 {
    height: 104px;
    min-height: 104px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-5 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-5.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-5 {
    height: 130px;
    min-height: 130px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-5 {
    height: 130px;
    min-height: 130px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-6 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-6.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-6 {
    height: 156px;
    min-height: 156px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-6 {
    height: 156px;
    min-height: 156px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-7 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-7.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-7 {
    height: 182px;
    min-height: 182px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-7 {
    height: 182px;
    min-height: 182px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-8 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-8.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-8 {
    height: 208px;
    min-height: 208px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-8 {
    height: 208px;
    min-height: 208px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-9 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-9.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-9 {
    height: 234px;
    min-height: 234px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-9 {
    height: 234px;
    min-height: 234px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-10 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-10.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-10 {
    height: 260px;
    min-height: 260px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-10 {
    height: 260px;
    min-height: 260px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-11 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-11.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-11 {
    height: 286px;
    min-height: 286px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-11 {
    height: 286px;
    min-height: 286px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-12 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-12.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-12 {
    height: 312px;
    min-height: 312px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-12 {
    height: 312px;
    min-height: 312px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-13 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-13.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-13 {
    height: 338px;
    min-height: 338px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-13 {
    height: 338px;
    min-height: 338px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-14 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-14.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-14 {
    height: 364px;
    min-height: 364px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-14 {
    height: 364px;
    min-height: 364px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-15 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-15.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-15 {
    height: 390px;
    min-height: 390px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-15 {
    height: 390px;
    min-height: 390px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-16 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-16.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-16 {
    height: 416px;
    min-height: 416px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-16 {
    height: 416px;
    min-height: 416px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-17 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-17.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-17 {
    height: 442px;
    min-height: 442px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-17 {
    height: 442px;
    min-height: 442px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-18 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-18.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-18 {
    height: 468px;
    min-height: 468px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-18 {
    height: 468px;
    min-height: 468px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-19 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-19.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-19 {
    height: 494px;
    min-height: 494px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-19 {
    height: 494px;
    min-height: 494px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-20 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-20.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-20 {
    height: 520px;
    min-height: 520px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-20 {
    height: 520px;
    min-height: 520px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-21 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-21.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-21 {
    height: 546px;
    min-height: 546px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-21 {
    height: 546px;
    min-height: 546px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-22 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-22.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-22 {
    height: 572px;
    min-height: 572px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-22 {
    height: 572px;
    min-height: 572px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-23 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-23.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-23 {
    height: 598px;
    min-height: 598px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-23 {
    height: 598px;
    min-height: 598px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-24 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-24.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-24 {
    height: 624px;
    min-height: 624px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-24 {
    height: 624px;
    min-height: 624px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-25 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-25.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-25 {
    height: 650px;
    min-height: 650px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-25 {
    height: 650px;
    min-height: 650px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-26 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-26.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-26 {
    height: 676px;
    min-height: 676px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-26 {
    height: 676px;
    min-height: 676px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-27 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-27.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-27 {
    height: 702px;
    min-height: 702px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-27 {
    height: 702px;
    min-height: 702px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-28 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-28.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-28 {
    height: 728px;
    min-height: 728px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-28 {
    height: 728px;
    min-height: 728px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-29 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-29.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-29 {
    height: 754px;
    min-height: 754px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-29 {
    height: 754px;
    min-height: 754px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-30 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-30.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-30 {
    height: 780px;
    min-height: 780px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-30 {
    height: 780px;
    min-height: 780px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-31 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-31.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-31 {
    height: 806px;
    min-height: 806px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-31 {
    height: 806px;
    min-height: 806px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-32 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-32.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-32 {
    height: 832px;
    min-height: 832px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-32 {
    height: 832px;
    min-height: 832px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-33 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-33.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-33 {
    height: 858px;
    min-height: 858px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-33 {
    height: 858px;
    min-height: 858px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-34 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-34.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-34 {
    height: 884px;
    min-height: 884px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-34 {
    height: 884px;
    min-height: 884px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-35 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-35.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-35 {
    height: 910px;
    min-height: 910px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-35 {
    height: 910px;
    min-height: 910px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-36 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-36.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-36 {
    height: 936px;
    min-height: 936px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-36 {
    height: 936px;
    min-height: 936px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-37 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-37.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-37 {
    height: 962px;
    min-height: 962px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-37 {
    height: 962px;
    min-height: 962px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-38 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-38.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-38 {
    height: 988px;
    min-height: 988px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-38 {
    height: 988px;
    min-height: 988px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-39 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-39.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-39 {
    height: 1014px;
    min-height: 1014px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-39 {
    height: 1014px;
    min-height: 1014px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-40 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-40.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-40 {
    height: 1040px;
    min-height: 1040px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-40 {
    height: 1040px;
    min-height: 1040px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-41 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-41.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-41 {
    height: 1066px;
    min-height: 1066px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-41 {
    height: 1066px;
    min-height: 1066px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-42 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-42.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-42 {
    height: 1092px;
    min-height: 1092px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-42 {
    height: 1092px;
    min-height: 1092px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-43 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-43.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-43 {
    height: 1118px;
    min-height: 1118px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-43 {
    height: 1118px;
    min-height: 1118px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-44 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-44.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-44 {
    height: 1144px;
    min-height: 1144px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-44 {
    height: 1144px;
    min-height: 1144px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-45 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-45.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-45 {
    height: 1170px;
    min-height: 1170px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-45 {
    height: 1170px;
    min-height: 1170px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-46 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-46.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-46 {
    height: 1196px;
    min-height: 1196px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-46 {
    height: 1196px;
    min-height: 1196px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-47 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-47.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-47 {
    height: 1222px;
    min-height: 1222px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-47 {
    height: 1222px;
    min-height: 1222px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-48 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-48.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-48 {
    height: 1248px;
    min-height: 1248px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-48 {
    height: 1248px;
    min-height: 1248px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-49 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-49.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-49 {
    height: 1274px;
    min-height: 1274px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-49 {
    height: 1274px;
    min-height: 1274px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-50 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-50.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-50 {
    height: 1300px;
    min-height: 1300px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-50 {
    height: 1300px;
    min-height: 1300px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-51 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-51.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-51 {
    height: 1326px;
    min-height: 1326px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-51 {
    height: 1326px;
    min-height: 1326px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-52 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-52.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-52 {
    height: 1352px;
    min-height: 1352px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-52 {
    height: 1352px;
    min-height: 1352px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-53 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-53.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-53 {
    height: 1378px;
    min-height: 1378px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-53 {
    height: 1378px;
    min-height: 1378px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-54 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-54.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-54 {
    height: 1404px;
    min-height: 1404px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-54 {
    height: 1404px;
    min-height: 1404px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-55 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-55.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-55 {
    height: 1430px;
    min-height: 1430px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-55 {
    height: 1430px;
    min-height: 1430px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-56 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-56.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-56 {
    height: 1456px;
    min-height: 1456px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-56 {
    height: 1456px;
    min-height: 1456px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-57 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-57.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-57 {
    height: 1482px;
    min-height: 1482px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-57 {
    height: 1482px;
    min-height: 1482px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-58 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-58.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-58 {
    height: 1508px;
    min-height: 1508px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-58 {
    height: 1508px;
    min-height: 1508px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-59 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-59.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-59 {
    height: 1534px;
    min-height: 1534px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-59 {
    height: 1534px;
    min-height: 1534px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-60 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-60.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-60 {
    height: 1560px;
    min-height: 1560px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-60 {
    height: 1560px;
    min-height: 1560px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-61 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-61.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-61 {
    height: 1586px;
    min-height: 1586px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-61 {
    height: 1586px;
    min-height: 1586px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-62 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-62.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-62 {
    height: 1612px;
    min-height: 1612px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-62 {
    height: 1612px;
    min-height: 1612px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-63 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-63.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-63 {
    height: 1638px;
    min-height: 1638px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-63 {
    height: 1638px;
    min-height: 1638px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-64 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-64.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-64 {
    height: 1664px;
    min-height: 1664px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-64 {
    height: 1664px;
    min-height: 1664px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-65 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-65.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-65 {
    height: 1690px;
    min-height: 1690px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-65 {
    height: 1690px;
    min-height: 1690px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-66 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-66.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-66 {
    height: 1716px;
    min-height: 1716px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-66 {
    height: 1716px;
    min-height: 1716px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-67 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-67.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-67 {
    height: 1742px;
    min-height: 1742px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-67 {
    height: 1742px;
    min-height: 1742px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-68 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-68.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-68 {
    height: 1768px;
    min-height: 1768px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-68 {
    height: 1768px;
    min-height: 1768px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-69 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-69.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-69 {
    height: 1794px;
    min-height: 1794px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-69 {
    height: 1794px;
    min-height: 1794px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-70 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-70.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-70 {
    height: 1820px;
    min-height: 1820px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-70 {
    height: 1820px;
    min-height: 1820px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-71 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-71.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-71 {
    height: 1846px;
    min-height: 1846px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-71 {
    height: 1846px;
    min-height: 1846px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-72 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-72.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-72 {
    height: 1872px;
    min-height: 1872px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-72 {
    height: 1872px;
    min-height: 1872px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-73 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-73.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-73 {
    height: 1898px;
    min-height: 1898px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-73 {
    height: 1898px;
    min-height: 1898px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-74 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-74.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-74 {
    height: 1924px;
    min-height: 1924px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-74 {
    height: 1924px;
    min-height: 1924px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-75 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-75.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-75 {
    height: 1950px;
    min-height: 1950px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-75 {
    height: 1950px;
    min-height: 1950px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-76 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-76.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-76 {
    height: 1976px;
    min-height: 1976px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-76 {
    height: 1976px;
    min-height: 1976px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-77 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-77.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-77 {
    height: 2002px;
    min-height: 2002px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-77 {
    height: 2002px;
    min-height: 2002px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-78 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-78.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-78 {
    height: 2028px;
    min-height: 2028px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-78 {
    height: 2028px;
    min-height: 2028px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-79 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-79.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-79 {
    height: 2054px;
    min-height: 2054px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-79 {
    height: 2054px;
    min-height: 2054px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-80 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-80.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-80 {
    height: 2080px;
    min-height: 2080px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-80 {
    height: 2080px;
    min-height: 2080px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-81 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-81.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-81 {
    height: 2106px;
    min-height: 2106px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-81 {
    height: 2106px;
    min-height: 2106px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-82 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-82.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-82 {
    height: 2132px;
    min-height: 2132px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-82 {
    height: 2132px;
    min-height: 2132px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-83 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-83.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-83 {
    height: 2158px;
    min-height: 2158px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-83 {
    height: 2158px;
    min-height: 2158px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-84 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-84.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-84 {
    height: 2184px;
    min-height: 2184px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-84 {
    height: 2184px;
    min-height: 2184px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-85 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-85.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-85 {
    height: 2210px;
    min-height: 2210px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-85 {
    height: 2210px;
    min-height: 2210px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-86 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-86.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-86 {
    height: 2236px;
    min-height: 2236px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-86 {
    height: 2236px;
    min-height: 2236px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-87 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-87.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-87 {
    height: 2262px;
    min-height: 2262px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-87 {
    height: 2262px;
    min-height: 2262px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-88 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-88.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-88 {
    height: 2288px;
    min-height: 2288px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-88 {
    height: 2288px;
    min-height: 2288px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-89 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-89.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-89 {
    height: 2314px;
    min-height: 2314px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-89 {
    height: 2314px;
    min-height: 2314px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-90 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-90.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-90 {
    height: 2340px;
    min-height: 2340px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-90 {
    height: 2340px;
    min-height: 2340px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-91 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-91.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-91 {
    height: 2366px;
    min-height: 2366px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-91 {
    height: 2366px;
    min-height: 2366px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-92 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-92.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-92 {
    height: 2392px;
    min-height: 2392px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-92 {
    height: 2392px;
    min-height: 2392px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-93 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-93.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-93 {
    height: 2418px;
    min-height: 2418px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-93 {
    height: 2418px;
    min-height: 2418px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-94 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-94.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-94 {
    height: 2444px;
    min-height: 2444px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-94 {
    height: 2444px;
    min-height: 2444px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-95 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-95.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-95 {
    height: 2470px;
    min-height: 2470px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-95 {
    height: 2470px;
    min-height: 2470px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-96 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-96.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-96 {
    height: 2496px;
    min-height: 2496px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-96 {
    height: 2496px;
    min-height: 2496px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-97 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-97.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-97 {
    height: 2522px;
    min-height: 2522px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-97 {
    height: 2522px;
    min-height: 2522px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-98 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-98.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-98 {
    height: 2548px;
    min-height: 2548px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-98 {
    height: 2548px;
    min-height: 2548px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-99 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-99.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-99 {
    height: 2574px;
    min-height: 2574px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-99 {
    height: 2574px;
    min-height: 2574px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-100 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-100.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-100 {
    height: 2600px;
    min-height: 2600px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-100 {
    height: 2600px;
    min-height: 2600px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-101 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-101.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-101 {
    height: 2626px;
    min-height: 2626px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-101 {
    height: 2626px;
    min-height: 2626px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-102 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-102.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-102 {
    height: 2652px;
    min-height: 2652px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-102 {
    height: 2652px;
    min-height: 2652px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-103 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-103.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-103 {
    height: 2678px;
    min-height: 2678px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-103 {
    height: 2678px;
    min-height: 2678px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-104 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-104.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-104 {
    height: 2704px;
    min-height: 2704px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-104 {
    height: 2704px;
    min-height: 2704px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-105 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-105.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-105 {
    height: 2730px;
    min-height: 2730px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-105 {
    height: 2730px;
    min-height: 2730px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-106 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-106.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-106 {
    height: 2756px;
    min-height: 2756px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-106 {
    height: 2756px;
    min-height: 2756px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-107 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-107.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-107 {
    height: 2782px;
    min-height: 2782px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-107 {
    height: 2782px;
    min-height: 2782px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-108 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-108.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-108 {
    height: 2808px;
    min-height: 2808px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-108 {
    height: 2808px;
    min-height: 2808px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-109 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-109.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-109 {
    height: 2834px;
    min-height: 2834px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-109 {
    height: 2834px;
    min-height: 2834px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-110 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-110.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-110 {
    height: 2860px;
    min-height: 2860px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-110 {
    height: 2860px;
    min-height: 2860px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-111 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-111.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-111 {
    height: 2886px;
    min-height: 2886px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-111 {
    height: 2886px;
    min-height: 2886px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-112 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-112.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-112 {
    height: 2912px;
    min-height: 2912px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-112 {
    height: 2912px;
    min-height: 2912px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-113 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-113.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-113 {
    height: 2938px;
    min-height: 2938px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-113 {
    height: 2938px;
    min-height: 2938px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-114 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-114.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-114 {
    height: 2964px;
    min-height: 2964px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-114 {
    height: 2964px;
    min-height: 2964px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-115 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-115.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-115 {
    height: 2990px;
    min-height: 2990px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-115 {
    height: 2990px;
    min-height: 2990px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-116 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-116.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-116 {
    height: 3016px;
    min-height: 3016px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-116 {
    height: 3016px;
    min-height: 3016px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-117 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-117.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-117 {
    height: 3042px;
    min-height: 3042px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-117 {
    height: 3042px;
    min-height: 3042px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-118 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-118.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-118 {
    height: 3068px;
    min-height: 3068px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-118 {
    height: 3068px;
    min-height: 3068px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-119 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-119.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-119 {
    height: 3094px;
    min-height: 3094px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-119 {
    height: 3094px;
    min-height: 3094px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-120 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-120.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-120 {
    height: 3120px;
    min-height: 3120px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-120 {
    height: 3120px;
    min-height: 3120px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-121 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-121.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-121 {
    height: 3146px;
    min-height: 3146px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-121 {
    height: 3146px;
    min-height: 3146px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-122 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-122.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-122 {
    height: 3172px;
    min-height: 3172px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-122 {
    height: 3172px;
    min-height: 3172px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-123 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-123.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-123 {
    height: 3198px;
    min-height: 3198px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-123 {
    height: 3198px;
    min-height: 3198px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-124 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-124.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-124 {
    height: 3224px;
    min-height: 3224px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-124 {
    height: 3224px;
    min-height: 3224px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-125 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-125.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-125 {
    height: 3250px;
    min-height: 3250px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-125 {
    height: 3250px;
    min-height: 3250px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-126 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-126.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-126 {
    height: 3276px;
    min-height: 3276px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-126 {
    height: 3276px;
    min-height: 3276px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-127 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-127.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-127 {
    height: 3302px;
    min-height: 3302px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-127 {
    height: 3302px;
    min-height: 3302px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-128 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-128.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-128 {
    height: 3328px;
    min-height: 3328px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-128 {
    height: 3328px;
    min-height: 3328px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-129 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-129.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-129 {
    height: 3354px;
    min-height: 3354px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-129 {
    height: 3354px;
    min-height: 3354px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-130 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-130.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-130 {
    height: 3380px;
    min-height: 3380px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-130 {
    height: 3380px;
    min-height: 3380px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-131 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-131.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-131 {
    height: 3406px;
    min-height: 3406px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-131 {
    height: 3406px;
    min-height: 3406px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-132 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-132.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-132 {
    height: 3432px;
    min-height: 3432px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-132 {
    height: 3432px;
    min-height: 3432px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-133 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-133.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-133 {
    height: 3458px;
    min-height: 3458px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-133 {
    height: 3458px;
    min-height: 3458px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-134 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-134.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-134 {
    height: 3484px;
    min-height: 3484px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-134 {
    height: 3484px;
    min-height: 3484px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-135 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-135.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-135 {
    height: 3510px;
    min-height: 3510px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-135 {
    height: 3510px;
    min-height: 3510px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-136 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-136.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-136 {
    height: 3536px;
    min-height: 3536px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-136 {
    height: 3536px;
    min-height: 3536px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-137 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-137.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-137 {
    height: 3562px;
    min-height: 3562px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-137 {
    height: 3562px;
    min-height: 3562px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-138 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-138.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-138 {
    height: 3588px;
    min-height: 3588px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-138 {
    height: 3588px;
    min-height: 3588px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-139 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-139.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-139 {
    height: 3614px;
    min-height: 3614px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-139 {
    height: 3614px;
    min-height: 3614px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-140 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-140.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-140 {
    height: 3640px;
    min-height: 3640px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-140 {
    height: 3640px;
    min-height: 3640px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-141 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-141.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-141 {
    height: 3666px;
    min-height: 3666px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-141 {
    height: 3666px;
    min-height: 3666px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-142 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-142.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-142 {
    height: 3692px;
    min-height: 3692px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-142 {
    height: 3692px;
    min-height: 3692px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-143 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-143.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-143 {
    height: 3718px;
    min-height: 3718px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-143 {
    height: 3718px;
    min-height: 3718px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-144 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-144.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-144 {
    height: 3744px;
    min-height: 3744px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-144 {
    height: 3744px;
    min-height: 3744px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-145 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-145.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-145 {
    height: 3770px;
    min-height: 3770px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-145 {
    height: 3770px;
    min-height: 3770px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-146 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-146.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-146 {
    height: 3796px;
    min-height: 3796px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-146 {
    height: 3796px;
    min-height: 3796px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-147 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-147.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-147 {
    height: 3822px;
    min-height: 3822px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-147 {
    height: 3822px;
    min-height: 3822px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-148 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-148.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-148 {
    height: 3848px;
    min-height: 3848px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-148 {
    height: 3848px;
    min-height: 3848px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-149 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-149.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-149 {
    height: 3874px;
    min-height: 3874px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-149 {
    height: 3874px;
    min-height: 3874px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-150 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-150.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-150 {
    height: 3900px;
    min-height: 3900px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-150 {
    height: 3900px;
    min-height: 3900px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-151 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-151.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-151 {
    height: 3926px;
    min-height: 3926px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-151 {
    height: 3926px;
    min-height: 3926px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-152 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-152.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-152 {
    height: 3952px;
    min-height: 3952px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-152 {
    height: 3952px;
    min-height: 3952px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-153 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-153.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-153 {
    height: 3978px;
    min-height: 3978px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-153 {
    height: 3978px;
    min-height: 3978px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-154 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-154.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-154 {
    height: 4004px;
    min-height: 4004px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-154 {
    height: 4004px;
    min-height: 4004px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-155 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-155.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-155 {
    height: 4030px;
    min-height: 4030px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-155 {
    height: 4030px;
    min-height: 4030px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-156 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-156.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-156 {
    height: 4056px;
    min-height: 4056px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-156 {
    height: 4056px;
    min-height: 4056px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-157 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-157.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-157 {
    height: 4082px;
    min-height: 4082px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-157 {
    height: 4082px;
    min-height: 4082px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-158 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-158.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-158 {
    height: 4108px;
    min-height: 4108px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-158 {
    height: 4108px;
    min-height: 4108px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-159 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-159.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-159 {
    height: 4134px;
    min-height: 4134px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-159 {
    height: 4134px;
    min-height: 4134px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-160 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-160.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-160 {
    height: 4160px;
    min-height: 4160px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-160 {
    height: 4160px;
    min-height: 4160px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-161 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-161.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-161 {
    height: 4186px;
    min-height: 4186px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-161 {
    height: 4186px;
    min-height: 4186px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-162 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-162.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-162 {
    height: 4212px;
    min-height: 4212px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-162 {
    height: 4212px;
    min-height: 4212px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-163 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-163.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-163 {
    height: 4238px;
    min-height: 4238px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-163 {
    height: 4238px;
    min-height: 4238px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-164 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-164.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-164 {
    height: 4264px;
    min-height: 4264px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-164 {
    height: 4264px;
    min-height: 4264px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-165 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-165.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-165 {
    height: 4290px;
    min-height: 4290px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-165 {
    height: 4290px;
    min-height: 4290px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-166 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-166.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-166 {
    height: 4316px;
    min-height: 4316px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-166 {
    height: 4316px;
    min-height: 4316px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-167 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-167.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-167 {
    height: 4342px;
    min-height: 4342px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-167 {
    height: 4342px;
    min-height: 4342px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-168 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-168.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-168 {
    height: 4368px;
    min-height: 4368px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-168 {
    height: 4368px;
    min-height: 4368px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-169 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-169.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-169 {
    height: 4394px;
    min-height: 4394px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-169 {
    height: 4394px;
    min-height: 4394px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-170 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-170.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-170 {
    height: 4420px;
    min-height: 4420px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-170 {
    height: 4420px;
    min-height: 4420px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-171 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-171.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-171 {
    height: 4446px;
    min-height: 4446px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-171 {
    height: 4446px;
    min-height: 4446px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-172 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-172.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-172 {
    height: 4472px;
    min-height: 4472px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-172 {
    height: 4472px;
    min-height: 4472px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-173 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-173.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-173 {
    height: 4498px;
    min-height: 4498px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-173 {
    height: 4498px;
    min-height: 4498px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-174 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-174.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-174 {
    height: 4524px;
    min-height: 4524px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-174 {
    height: 4524px;
    min-height: 4524px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-175 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-175.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-175 {
    height: 4550px;
    min-height: 4550px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-175 {
    height: 4550px;
    min-height: 4550px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-176 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-176.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-176 {
    height: 4576px;
    min-height: 4576px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-176 {
    height: 4576px;
    min-height: 4576px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-177 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-177.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-177 {
    height: 4602px;
    min-height: 4602px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-177 {
    height: 4602px;
    min-height: 4602px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-178 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-178.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-178 {
    height: 4628px;
    min-height: 4628px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-178 {
    height: 4628px;
    min-height: 4628px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-179 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-179.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-179 {
    height: 4654px;
    min-height: 4654px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-179 {
    height: 4654px;
    min-height: 4654px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-180 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-180.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-180 {
    height: 4680px;
    min-height: 4680px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-180 {
    height: 4680px;
    min-height: 4680px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-181 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-181.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-181 {
    height: 4706px;
    min-height: 4706px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-181 {
    height: 4706px;
    min-height: 4706px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-182 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-182.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-182 {
    height: 4732px;
    min-height: 4732px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-182 {
    height: 4732px;
    min-height: 4732px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-183 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-183.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-183 {
    height: 4758px;
    min-height: 4758px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-183 {
    height: 4758px;
    min-height: 4758px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-184 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-184.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-184 {
    height: 4784px;
    min-height: 4784px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-184 {
    height: 4784px;
    min-height: 4784px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-185 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-185.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-185 {
    height: 4810px;
    min-height: 4810px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-185 {
    height: 4810px;
    min-height: 4810px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-186 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-186.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-186 {
    height: 4836px;
    min-height: 4836px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-186 {
    height: 4836px;
    min-height: 4836px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-187 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-187.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-187 {
    height: 4862px;
    min-height: 4862px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-187 {
    height: 4862px;
    min-height: 4862px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-188 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-188.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-188 {
    height: 4888px;
    min-height: 4888px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-188 {
    height: 4888px;
    min-height: 4888px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-189 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-189.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-189 {
    height: 4914px;
    min-height: 4914px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-189 {
    height: 4914px;
    min-height: 4914px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-190 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-190.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-190 {
    height: 4940px;
    min-height: 4940px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-190 {
    height: 4940px;
    min-height: 4940px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-191 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-191.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-191 {
    height: 4966px;
    min-height: 4966px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-191 {
    height: 4966px;
    min-height: 4966px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-192 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-192.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-192 {
    height: 4992px;
    min-height: 4992px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-192 {
    height: 4992px;
    min-height: 4992px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-193 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-193.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-193 {
    height: 5018px;
    min-height: 5018px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-193 {
    height: 5018px;
    min-height: 5018px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-194 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-194.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-194 {
    height: 5044px;
    min-height: 5044px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-194 {
    height: 5044px;
    min-height: 5044px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-195 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-195.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-195 {
    height: 5070px;
    min-height: 5070px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-195 {
    height: 5070px;
    min-height: 5070px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-196 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-196.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-196 {
    height: 5096px;
    min-height: 5096px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-196 {
    height: 5096px;
    min-height: 5096px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-197 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-197.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-197 {
    height: 5122px;
    min-height: 5122px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-197 {
    height: 5122px;
    min-height: 5122px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-198 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-198.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-198 {
    height: 5148px;
    min-height: 5148px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-198 {
    height: 5148px;
    min-height: 5148px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-199 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-199.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-199 {
    height: 5174px;
    min-height: 5174px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-199 {
    height: 5174px;
    min-height: 5174px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-200 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-200.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-200 {
    height: 5200px;
    min-height: 5200px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-200 {
    height: 5200px;
    min-height: 5200px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-201 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-201.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-201 {
    height: 5226px;
    min-height: 5226px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-201 {
    height: 5226px;
    min-height: 5226px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-202 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-202.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-202 {
    height: 5252px;
    min-height: 5252px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-202 {
    height: 5252px;
    min-height: 5252px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-203 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-203.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-203 {
    height: 5278px;
    min-height: 5278px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-203 {
    height: 5278px;
    min-height: 5278px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-204 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-204.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-204 {
    height: 5304px;
    min-height: 5304px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-204 {
    height: 5304px;
    min-height: 5304px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-205 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-205.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-205 {
    height: 5330px;
    min-height: 5330px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-205 {
    height: 5330px;
    min-height: 5330px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-206 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-206.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-206 {
    height: 5356px;
    min-height: 5356px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-206 {
    height: 5356px;
    min-height: 5356px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-207 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-207.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-207 {
    height: 5382px;
    min-height: 5382px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-207 {
    height: 5382px;
    min-height: 5382px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-208 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-208.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-208 {
    height: 5408px;
    min-height: 5408px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-208 {
    height: 5408px;
    min-height: 5408px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-209 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-209.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-209 {
    height: 5434px;
    min-height: 5434px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-209 {
    height: 5434px;
    min-height: 5434px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-210 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-210.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-210 {
    height: 5460px;
    min-height: 5460px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-210 {
    height: 5460px;
    min-height: 5460px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-211 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-211.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-211 {
    height: 5486px;
    min-height: 5486px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-211 {
    height: 5486px;
    min-height: 5486px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-212 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-212.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-212 {
    height: 5512px;
    min-height: 5512px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-212 {
    height: 5512px;
    min-height: 5512px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-213 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-213.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-213 {
    height: 5538px;
    min-height: 5538px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-213 {
    height: 5538px;
    min-height: 5538px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-214 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-214.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-214 {
    height: 5564px;
    min-height: 5564px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-214 {
    height: 5564px;
    min-height: 5564px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-215 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-215.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-215 {
    height: 5590px;
    min-height: 5590px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-215 {
    height: 5590px;
    min-height: 5590px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-216 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-216.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-216 {
    height: 5616px;
    min-height: 5616px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-216 {
    height: 5616px;
    min-height: 5616px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-217 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-217.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-217 {
    height: 5642px;
    min-height: 5642px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-217 {
    height: 5642px;
    min-height: 5642px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-218 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-218.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-218 {
    height: 5668px;
    min-height: 5668px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-218 {
    height: 5668px;
    min-height: 5668px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-219 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-219.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-219 {
    height: 5694px;
    min-height: 5694px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-219 {
    height: 5694px;
    min-height: 5694px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-220 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-220.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-220 {
    height: 5720px;
    min-height: 5720px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-220 {
    height: 5720px;
    min-height: 5720px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-221 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-221.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-221 {
    height: 5746px;
    min-height: 5746px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-221 {
    height: 5746px;
    min-height: 5746px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-222 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-222.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-222 {
    height: 5772px;
    min-height: 5772px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-222 {
    height: 5772px;
    min-height: 5772px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-223 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-223.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-223 {
    height: 5798px;
    min-height: 5798px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-223 {
    height: 5798px;
    min-height: 5798px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-224 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-224.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-224 {
    height: 5824px;
    min-height: 5824px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-224 {
    height: 5824px;
    min-height: 5824px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-225 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-225.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-225 {
    height: 5850px;
    min-height: 5850px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-225 {
    height: 5850px;
    min-height: 5850px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-226 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-226.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-226 {
    height: 5876px;
    min-height: 5876px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-226 {
    height: 5876px;
    min-height: 5876px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-227 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-227.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-227 {
    height: 5902px;
    min-height: 5902px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-227 {
    height: 5902px;
    min-height: 5902px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-228 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-228.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-228 {
    height: 5928px;
    min-height: 5928px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-228 {
    height: 5928px;
    min-height: 5928px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-229 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-229.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-229 {
    height: 5954px;
    min-height: 5954px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-229 {
    height: 5954px;
    min-height: 5954px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-230 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-230.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-230 {
    height: 5980px;
    min-height: 5980px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-230 {
    height: 5980px;
    min-height: 5980px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-231 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-231.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-231 {
    height: 6006px;
    min-height: 6006px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-231 {
    height: 6006px;
    min-height: 6006px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-232 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-232.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-232 {
    height: 6032px;
    min-height: 6032px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-232 {
    height: 6032px;
    min-height: 6032px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-233 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-233.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-233 {
    height: 6058px;
    min-height: 6058px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-233 {
    height: 6058px;
    min-height: 6058px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-234 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-234.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-234 {
    height: 6084px;
    min-height: 6084px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-234 {
    height: 6084px;
    min-height: 6084px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-235 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-235.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-235 {
    height: 6110px;
    min-height: 6110px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-235 {
    height: 6110px;
    min-height: 6110px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-236 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-236.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-236 {
    height: 6136px;
    min-height: 6136px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-236 {
    height: 6136px;
    min-height: 6136px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-237 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-237.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-237 {
    height: 6162px;
    min-height: 6162px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-237 {
    height: 6162px;
    min-height: 6162px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-238 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-238.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-238 {
    height: 6188px;
    min-height: 6188px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-238 {
    height: 6188px;
    min-height: 6188px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-239 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-239.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-239 {
    height: 6214px;
    min-height: 6214px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-239 {
    height: 6214px;
    min-height: 6214px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-240 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-240.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-240 {
    height: 6240px;
    min-height: 6240px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-240 {
    height: 6240px;
    min-height: 6240px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-241 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-241.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-241 {
    height: 6266px;
    min-height: 6266px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-241 {
    height: 6266px;
    min-height: 6266px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-242 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-242.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-242 {
    height: 6292px;
    min-height: 6292px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-242 {
    height: 6292px;
    min-height: 6292px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-243 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-243.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-243 {
    height: 6318px;
    min-height: 6318px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-243 {
    height: 6318px;
    min-height: 6318px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-244 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-244.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-244 {
    height: 6344px;
    min-height: 6344px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-244 {
    height: 6344px;
    min-height: 6344px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-245 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-245.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-245 {
    height: 6370px;
    min-height: 6370px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-245 {
    height: 6370px;
    min-height: 6370px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-246 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-246.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-246 {
    height: 6396px;
    min-height: 6396px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-246 {
    height: 6396px;
    min-height: 6396px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-247 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-247.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-247 {
    height: 6422px;
    min-height: 6422px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-247 {
    height: 6422px;
    min-height: 6422px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-248 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-248.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-248 {
    height: 6448px;
    min-height: 6448px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-248 {
    height: 6448px;
    min-height: 6448px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-249 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-249.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-249 {
    height: 6474px;
    min-height: 6474px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-249 {
    height: 6474px;
    min-height: 6474px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-250 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-250.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-250 {
    height: 6500px;
    min-height: 6500px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-250 {
    height: 6500px;
    min-height: 6500px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-251 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-251.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-251 {
    height: 6526px;
    min-height: 6526px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-251 {
    height: 6526px;
    min-height: 6526px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-252 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-252.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-252 {
    height: 6552px;
    min-height: 6552px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-252 {
    height: 6552px;
    min-height: 6552px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-253 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-253.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-253 {
    height: 6578px;
    min-height: 6578px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-253 {
    height: 6578px;
    min-height: 6578px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-254 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-254.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-254 {
    height: 6604px;
    min-height: 6604px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-254 {
    height: 6604px;
    min-height: 6604px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-255 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-255.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-255 {
    height: 6630px;
    min-height: 6630px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-255 {
    height: 6630px;
    min-height: 6630px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-256 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-256.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-256 {
    height: 6656px;
    min-height: 6656px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-256 {
    height: 6656px;
    min-height: 6656px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-257 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-257.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-257 {
    height: 6682px;
    min-height: 6682px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-257 {
    height: 6682px;
    min-height: 6682px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-258 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-258.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-258 {
    height: 6708px;
    min-height: 6708px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-258 {
    height: 6708px;
    min-height: 6708px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-259 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-259.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-259 {
    height: 6734px;
    min-height: 6734px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-259 {
    height: 6734px;
    min-height: 6734px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-260 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-260.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-260 {
    height: 6760px;
    min-height: 6760px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-260 {
    height: 6760px;
    min-height: 6760px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-261 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-261.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-261 {
    height: 6786px;
    min-height: 6786px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-261 {
    height: 6786px;
    min-height: 6786px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-262 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-262.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-262 {
    height: 6812px;
    min-height: 6812px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-262 {
    height: 6812px;
    min-height: 6812px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-263 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-263.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-263 {
    height: 6838px;
    min-height: 6838px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-263 {
    height: 6838px;
    min-height: 6838px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-264 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-264.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-264 {
    height: 6864px;
    min-height: 6864px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-264 {
    height: 6864px;
    min-height: 6864px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-265 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-265.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-265 {
    height: 6890px;
    min-height: 6890px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-265 {
    height: 6890px;
    min-height: 6890px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-266 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-266.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-266 {
    height: 6916px;
    min-height: 6916px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-266 {
    height: 6916px;
    min-height: 6916px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-267 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-267.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-267 {
    height: 6942px;
    min-height: 6942px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-267 {
    height: 6942px;
    min-height: 6942px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-268 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-268.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-268 {
    height: 6968px;
    min-height: 6968px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-268 {
    height: 6968px;
    min-height: 6968px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-269 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-269.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-269 {
    height: 6994px;
    min-height: 6994px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-269 {
    height: 6994px;
    min-height: 6994px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-270 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-270.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-270 {
    height: 7020px;
    min-height: 7020px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-270 {
    height: 7020px;
    min-height: 7020px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-271 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-271.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-271 {
    height: 7046px;
    min-height: 7046px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-271 {
    height: 7046px;
    min-height: 7046px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-272 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-272.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-272 {
    height: 7072px;
    min-height: 7072px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-272 {
    height: 7072px;
    min-height: 7072px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-273 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-273.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-273 {
    height: 7098px;
    min-height: 7098px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-273 {
    height: 7098px;
    min-height: 7098px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-274 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-274.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-274 {
    height: 7124px;
    min-height: 7124px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-274 {
    height: 7124px;
    min-height: 7124px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-275 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-275.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-275 {
    height: 7150px;
    min-height: 7150px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-275 {
    height: 7150px;
    min-height: 7150px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-276 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-276.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-276 {
    height: 7176px;
    min-height: 7176px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-276 {
    height: 7176px;
    min-height: 7176px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-277 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-277.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-277 {
    height: 7202px;
    min-height: 7202px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-277 {
    height: 7202px;
    min-height: 7202px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-278 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-278.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-278 {
    height: 7228px;
    min-height: 7228px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-278 {
    height: 7228px;
    min-height: 7228px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-279 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-279.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-279 {
    height: 7254px;
    min-height: 7254px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-279 {
    height: 7254px;
    min-height: 7254px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-280 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-280.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-280 {
    height: 7280px;
    min-height: 7280px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-280 {
    height: 7280px;
    min-height: 7280px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-281 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-281.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-281 {
    height: 7306px;
    min-height: 7306px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-281 {
    height: 7306px;
    min-height: 7306px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-282 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-282.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-282 {
    height: 7332px;
    min-height: 7332px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-282 {
    height: 7332px;
    min-height: 7332px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-283 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-283.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-283 {
    height: 7358px;
    min-height: 7358px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-283 {
    height: 7358px;
    min-height: 7358px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-284 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-284.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-284 {
    height: 7384px;
    min-height: 7384px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-284 {
    height: 7384px;
    min-height: 7384px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-285 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-285.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-285 {
    height: 7410px;
    min-height: 7410px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-285 {
    height: 7410px;
    min-height: 7410px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-286 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-286.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-286 {
    height: 7436px;
    min-height: 7436px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-286 {
    height: 7436px;
    min-height: 7436px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-287 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-287.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-287 {
    height: 7462px;
    min-height: 7462px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-287 {
    height: 7462px;
    min-height: 7462px;
  }
}

/* line 161, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-288 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 163, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-288.skip-bottom-border {
  border-bottom-style: none;
}

@media (min-width: 600px) {
  /* line 175, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-288 {
    height: 7488px;
    min-height: 7488px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 182, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-spacer-288 {
    height: 7488px;
    min-height: 7488px;
  }
}

/* line 191, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-1 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

@media (min-width: 600px) {
  /* line 202, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-1 {
    height: 2.16667px;
    min-height: 2.16667px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 209, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-1 {
    height: 2.16667px;
    min-height: 2.16667px;
  }
}

/* line 191, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-2 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

@media (min-width: 600px) {
  /* line 202, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-2 {
    height: 4.33333px;
    min-height: 4.33333px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 209, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-2 {
    height: 4.33333px;
    min-height: 4.33333px;
  }
}

/* line 191, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-3 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

@media (min-width: 600px) {
  /* line 202, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-3 {
    height: 6.5px;
    min-height: 6.5px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 209, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-3 {
    height: 6.5px;
    min-height: 6.5px;
  }
}

/* line 191, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-4 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

@media (min-width: 600px) {
  /* line 202, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-4 {
    height: 8.66667px;
    min-height: 8.66667px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 209, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-4 {
    height: 8.66667px;
    min-height: 8.66667px;
  }
}

/* line 191, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-5 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

@media (min-width: 600px) {
  /* line 202, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-5 {
    height: 10.83333px;
    min-height: 10.83333px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 209, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-5 {
    height: 10.83333px;
    min-height: 10.83333px;
  }
}

/* line 191, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-6 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

@media (min-width: 600px) {
  /* line 202, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-6 {
    height: 13px;
    min-height: 13px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 209, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-6 {
    height: 13px;
    min-height: 13px;
  }
}

/* line 191, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-7 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

@media (min-width: 600px) {
  /* line 202, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-7 {
    height: 15.16667px;
    min-height: 15.16667px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 209, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-7 {
    height: 15.16667px;
    min-height: 15.16667px;
  }
}

/* line 191, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-8 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

@media (min-width: 600px) {
  /* line 202, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-8 {
    height: 17.33333px;
    min-height: 17.33333px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 209, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-8 {
    height: 17.33333px;
    min-height: 17.33333px;
  }
}

/* line 191, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-9 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

@media (min-width: 600px) {
  /* line 202, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-9 {
    height: 19.5px;
    min-height: 19.5px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 209, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-9 {
    height: 19.5px;
    min-height: 19.5px;
  }
}

/* line 191, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-10 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

@media (min-width: 600px) {
  /* line 202, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-10 {
    height: 21.66667px;
    min-height: 21.66667px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 209, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-10 {
    height: 21.66667px;
    min-height: 21.66667px;
  }
}

/* line 191, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-11 {
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

@media (min-width: 600px) {
  /* line 202, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-11 {
    height: 23.83333px;
    min-height: 23.83333px;
  }
}

@media (max-width: 599px) and (orientation: portrait), (max-width: 959px) and (orientation: landscape) {
  /* line 209, app/features/assessment-v2/app/components/calendar/calendar.scss */
  body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column .offset-fraction-spacer-11 {
    height: 23.83333px;
    min-height: 23.83333px;
  }
}

/* line 598, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column column-label {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 603, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column offset-spacer[class*='offset-spacer'] {
  background-color: rgba(255, 255, 255, 0.12);
}

/* line 607, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column offset-spacer.offset-spacer-0 {
  border-top-color: rgba(255, 255, 255, 0.12);
}

/* line 611, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content sub-column offset-spacer:not(:first-child) {
  border-left-color: rgba(255, 255, 255, 0.12);
}

/* line 617, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column.content column-content no-sub-columns-indicator {
  background-color: rgba(255, 255, 255, 0.12);
}

/* line 622, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column column-header {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

/* line 626, app/features/assessment-v2/app/components/calendar/calendar.scss */
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column time-container.hovered,
body.dark-theme assessment-calendar md-card-content.calendar-container calendar-column appointment-container.hovered {
  background-color: rgba(255, 255, 255, 0.12) !important;
}

/* line 635, app/features/assessment-v2/app/components/calendar/calendar.scss */
appointment-container {
  min-height: 2.6rem;
}

/* line 639, app/features/assessment-v2/app/components/calendar/calendar.scss */
.dropdown-menu {
  min-width: 1px;
}

/* line 2, app/features/assessment-v2/app/components/edit/edit.scss */
.assessment-calendar-edit-container div.view-container > div.checkbox {
  line-height: 34px;
  margin: 0 0 15px 0;
}

/* line 6, app/features/assessment-v2/app/components/edit/edit.scss */
.assessment-calendar-edit-container div.view-container > div.checkbox label {
  font-weight: bold;
  padding-left: 27px;
}

/* line 10, app/features/assessment-v2/app/components/edit/edit.scss */
.assessment-calendar-edit-container div.view-container > div.checkbox label > input[type='checkbox'] {
  margin: 7px 0 0 -27px;
}

/* line 6, app/features/assessment-v2/app/components/components.scss */
.modal-body > div.list-group {
  margin: -15px;
  border: 0;
}

/* line 10, app/features/assessment-v2/app/components/components.scss */
.modal-body > div.list-group > .list-group-item {
  border-left: 0;
  border-right: 0;
}

/* line 15, app/features/assessment-v2/app/components/components.scss */
.modal-body > div.list-group > .list-group-item:first-child {
  border-radius: 0;
  border-top: 0;
}

/* line 20, app/features/assessment-v2/app/components/components.scss */
.modal-body > div.list-group > .list-group-item:last-child {
  border-radius: 0;
  border-bottom: 0;
}

/* line 2, app/features/supplier-billing/app/components/overview/list/billing/billing.scss */
.billing-modal-container .table-scroll-container {
  max-width: 100%;
  overflow-y: auto;
}

/* line 6, app/features/supplier-billing/app/components/overview/list/billing/billing.scss */
.billing-modal-container .table-scroll-container table {
  border: none !important;
  border-collapse: collapse;
  border: 0;
  margin: 0;
}

/* line 12, app/features/supplier-billing/app/components/overview/list/billing/billing.scss */
.billing-modal-container .table-scroll-container table > thead > tr > th:first-child,
.billing-modal-container .table-scroll-container table > tbody > tr > td:first-child {
  border-left: 0;
}

/* line 17, app/features/supplier-billing/app/components/overview/list/billing/billing.scss */
.billing-modal-container .table-scroll-container table > thead > tr > th:last-child,
.billing-modal-container .table-scroll-container table > tbody > tr > td:last-child {
  border-right: 0;
}

/* line 23, app/features/supplier-billing/app/components/overview/list/billing/billing.scss */
.billing-modal-container .table-scroll-container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

/* line 29, app/features/supplier-billing/app/components/overview/list/billing/billing.scss */
.billing-modal-container .table-scroll-container::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 36, app/features/supplier-billing/app/components/overview/list/billing/billing.scss */
.billing-modal-container .list-group > .list-group-item > h4 {
  margin: 0;
}

/* line 40, app/features/supplier-billing/app/components/overview/list/billing/billing.scss */
.billing-modal-container table {
  border-collapse: collapse;
}

/* line 43, app/features/supplier-billing/app/components/overview/list/billing/billing.scss */
.billing-modal-container table tr > td {
  cursor: default !important;
}

/* line 47, app/features/supplier-billing/app/components/overview/list/billing/billing.scss */
.billing-modal-container table td, .billing-modal-container table th {
  white-space: nowrap;
  vertical-align: middle !important;
}

/* line 53, app/features/supplier-billing/app/components/overview/list/billing/billing.scss */
.billing-modal-container table td textarea {
  max-width: 100%;
  min-width: 100%;
}

/* line 59, app/features/supplier-billing/app/components/overview/list/billing/billing.scss */
.billing-modal-container table td.amount-input-column {
  min-width: 150px;
  width: 150px;
  text-align: right;
}

/* line 65, app/features/supplier-billing/app/components/overview/list/billing/billing.scss */
.billing-modal-container table tr.total-amount-row {
  font-weight: 700;
}

/* line 68, app/features/supplier-billing/app/components/overview/list/billing/billing.scss */
.billing-modal-container table tr.total-amount-row td {
  border-top: 3px double #ddd;
}

/* line 73, app/features/supplier-billing/app/components/overview/list/billing/billing.scss */
.billing-modal-container table tfoot {
  font-weight: 700;
}

/* line 76, app/features/supplier-billing/app/components/overview/list/billing/billing.scss */
.billing-modal-container table tfoot td {
  border-right: none;
  border-left: none;
  border-top: 3px double #ddd !important;
}

/* line 87, app/features/supplier-billing/app/components/overview/list/billing/billing.scss */
.billing-modal-container div.panel.panel-warning > div > table th:last-child, .billing-modal-container div.panel.panel-warning > div > table td:last-child,
.billing-modal-container table.has-advance-invoice th:last-child,
.billing-modal-container table.has-advance-invoice td:last-child {
  border-left: none !important;
}

/* line 91, app/features/supplier-billing/app/components/overview/list/billing/billing.scss */
.billing-modal-container div.panel.panel-warning > div > table th:nth-last-child(2), .billing-modal-container div.panel.panel-warning > div > table td:nth-last-child(2),
.billing-modal-container table.has-advance-invoice th:nth-last-child(2),
.billing-modal-container table.has-advance-invoice td:nth-last-child(2) {
  border-right: none !important;
}

/* line 2, app/features/supplier-billing/app/components/overview/list/email/email.scss */
.email-modal-container .table-scroll-container {
  max-width: 100%;
  overflow-y: auto;
}

/* line 6, app/features/supplier-billing/app/components/overview/list/email/email.scss */
.email-modal-container .table-scroll-container table {
  border: none !important;
  border-collapse: collapse;
  border: 0;
  margin: 0;
}

/* line 12, app/features/supplier-billing/app/components/overview/list/email/email.scss */
.email-modal-container .table-scroll-container table > thead > tr > th:first-child,
.email-modal-container .table-scroll-container table > tbody > tr > td:first-child {
  border-left: 0;
}

/* line 17, app/features/supplier-billing/app/components/overview/list/email/email.scss */
.email-modal-container .table-scroll-container table > thead > tr > th:last-child,
.email-modal-container .table-scroll-container table > tbody > tr > td:last-child {
  border-right: 0;
}

/* line 23, app/features/supplier-billing/app/components/overview/list/email/email.scss */
.email-modal-container .table-scroll-container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

/* line 29, app/features/supplier-billing/app/components/overview/list/email/email.scss */
.email-modal-container .table-scroll-container::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 36, app/features/supplier-billing/app/components/overview/list/email/email.scss */
.email-modal-container .list-group > .list-group-item > h4 {
  margin: 0;
}

/* line 40, app/features/supplier-billing/app/components/overview/list/email/email.scss */
.email-modal-container table {
  border-collapse: collapse;
}

/* line 43, app/features/supplier-billing/app/components/overview/list/email/email.scss */
.email-modal-container table tr > td {
  cursor: default !important;
}

/* line 47, app/features/supplier-billing/app/components/overview/list/email/email.scss */
.email-modal-container table td, .email-modal-container table th {
  white-space: nowrap;
  vertical-align: middle !important;
}

/* line 53, app/features/supplier-billing/app/components/overview/list/email/email.scss */
.email-modal-container table td textarea {
  max-width: 100%;
  min-width: 100%;
}

/* line 59, app/features/supplier-billing/app/components/overview/list/email/email.scss */
.email-modal-container table td.amount-input-column {
  min-width: 150px;
  width: 150px;
  text-align: right;
}

/* line 65, app/features/supplier-billing/app/components/overview/list/email/email.scss */
.email-modal-container table tr.total-amount-row {
  font-weight: 700;
}

/* line 68, app/features/supplier-billing/app/components/overview/list/email/email.scss */
.email-modal-container table tr.total-amount-row td {
  border-top: 3px double #ddd;
}

/* line 73, app/features/supplier-billing/app/components/overview/list/email/email.scss */
.email-modal-container table tfoot {
  font-weight: 700;
}

/* line 76, app/features/supplier-billing/app/components/overview/list/email/email.scss */
.email-modal-container table tfoot td {
  border-right: none;
  border-left: none;
  border-top: 3px double #ddd !important;
}

/* line 87, app/features/supplier-billing/app/components/overview/list/email/email.scss */
.email-modal-container div.panel.panel-warning > div > table th:last-child, .email-modal-container div.panel.panel-warning > div > table td:last-child,
.email-modal-container table.has-advance-invoice th:last-child,
.email-modal-container table.has-advance-invoice td:last-child {
  border-left: none !important;
}

/* line 91, app/features/supplier-billing/app/components/overview/list/email/email.scss */
.email-modal-container div.panel.panel-warning > div > table th:nth-last-child(2), .email-modal-container div.panel.panel-warning > div > table td:nth-last-child(2),
.email-modal-container table.has-advance-invoice th:nth-last-child(2),
.email-modal-container table.has-advance-invoice td:nth-last-child(2) {
  border-right: none !important;
}

/* line 2, app/features/supplier-billing/app/components/overview/list/advance/advance.scss */
.billing-modal-container table {
  border-collapse: collapse;
}

/* line 5, app/features/supplier-billing/app/components/overview/list/advance/advance.scss */
.billing-modal-container table td[rowspan] {
  vertical-align: middle;
}

/* line 9, app/features/supplier-billing/app/components/overview/list/advance/advance.scss */
.billing-modal-container table tr > td {
  cursor: default !important;
}

/* line 13, app/features/supplier-billing/app/components/overview/list/advance/advance.scss */
.billing-modal-container table tr.total-amount-row {
  font-weight: 700;
}

/* line 16, app/features/supplier-billing/app/components/overview/list/advance/advance.scss */
.billing-modal-container table tr.total-amount-row td {
  border-top: 3px double #ddd;
}

/* line 21, app/features/supplier-billing/app/components/overview/list/advance/advance.scss */
.billing-modal-container table tfoot {
  font-weight: 700;
}

/* line 24, app/features/supplier-billing/app/components/overview/list/advance/advance.scss */
.billing-modal-container table tfoot td:first-child {
  border-right: none;
}

/* line 28, app/features/supplier-billing/app/components/overview/list/advance/advance.scss */
.billing-modal-container table tfoot td.unit-column {
  border-left: none;
}

/* line 32, app/features/supplier-billing/app/components/overview/list/advance/advance.scss */
.billing-modal-container table tfoot td {
  border-top: 3px double #ddd !important;
}

/* line 2, app/features/supplier-billing/app/components/overview/list/filter/filter.scss */
.supplier-billing-overview-list-filter-settings-modal-container .form-group ul.list-group li.list-group-item div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/* line 6, app/features/supplier-billing/app/components/overview/list/filter/filter.scss */
.supplier-billing-overview-list-filter-settings-modal-container .form-group ul.list-group li.list-group-item div > span {
  -ms-flex: 1;
      flex: 1;
}

/* line 6, app/features/supplier-billing/app/components/overview/list/list.scss */
.modal-xlg {
  width: 1080px;
}

/* line 2, app/features/supplier-billing/app/components/overview/list/filter/filter.scss */
.supplier-billing-overview-list-container .supplier-billing-overview-list-filter-settings-modal-container .form-group ul.list-group li.list-group-item div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/* line 6, app/features/supplier-billing/app/components/overview/list/filter/filter.scss */
.supplier-billing-overview-list-container .supplier-billing-overview-list-filter-settings-modal-container .form-group ul.list-group li.list-group-item div > span {
  -ms-flex: 1;
      flex: 1;
}

/* line 20, app/features/supplier-billing/app/components/overview/list/list.scss */
.supplier-billing-overview-list-container .popover {
  width: auto !important;
  max-width: unset;
}

/* line 25, app/features/supplier-billing/app/components/overview/list/list.scss */
.supplier-billing-overview-list-container .popover-link-container {
  white-space: nowrap;
  display: block;
  margin: 8px 0;
}

/* line 11, app/features/supplier-billing/app/components/overview/list/list.scss */
.supplier-billing-overview-list-container .popover-link-container a > span.glyphicon {
  margin-right: 8px;
  font-size: 85%;
}

/* line 32, app/features/supplier-billing/app/components/overview/list/list.scss */
.supplier-billing-overview-list-container .popover-link-container:first-child {
  margin-top: 0;
}

/* line 36, app/features/supplier-billing/app/components/overview/list/list.scss */
.supplier-billing-overview-list-container .popover-link-container:last-child {
  margin-bottom: 0;
}

/* line 42, app/features/supplier-billing/app/components/overview/list/list.scss */
.supplier-billing-overview-list-container .button-container span.glyphicon {
  margin-right: 8px;
}

/* line 47, app/features/supplier-billing/app/components/overview/list/list.scss */
.supplier-billing-overview-list-container .alert {
  margin-bottom: 0;
}

/* line 51, app/features/supplier-billing/app/components/overview/list/list.scss */
.supplier-billing-overview-list-container span.label {
  margin-left: 8px;
}

/* line 52, app/features/supplier-billing/app/components/overview/list/list.scss */
.supplier-billing-overview-list-container span.label:first-child {
  margin-left: 0;
}

/* line 59, app/features/supplier-billing/app/components/overview/list/list.scss */
.supplier-billing-overview-list-container .table-scroll-container {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow-y: auto;
  margin: 0 0 1em;
}

/* line 69, app/features/supplier-billing/app/components/overview/list/list.scss */
.supplier-billing-overview-list-container .table-scroll-container > table.has-checkboxes th:first-child,
.supplier-billing-overview-list-container .table-scroll-container > table.has-checkboxes td:first-child {
  border-right: none;
}

/* line 73, app/features/supplier-billing/app/components/overview/list/list.scss */
.supplier-billing-overview-list-container .table-scroll-container > table.has-checkboxes th:nth-child(2),
.supplier-billing-overview-list-container .table-scroll-container > table.has-checkboxes td:nth-child(2) {
  border-left: none;
}

/* line 79, app/features/supplier-billing/app/components/overview/list/list.scss */
.supplier-billing-overview-list-container .table-scroll-container > table {
  cursor: default;
  margin-bottom: 0;
  border: 0;
  border-collapse: collapse;
}

/* line 11, app/features/supplier-billing/app/components/overview/list/list.scss */
.supplier-billing-overview-list-container .table-scroll-container > table a > span.glyphicon {
  margin-right: 8px;
  font-size: 85%;
}

/* line 87, app/features/supplier-billing/app/components/overview/list/list.scss */
.supplier-billing-overview-list-container .table-scroll-container > table > thead > tr > th:first-child,
.supplier-billing-overview-list-container .table-scroll-container > table > tbody > tr > td:first-child {
  border-left: 0;
}

/* line 92, app/features/supplier-billing/app/components/overview/list/list.scss */
.supplier-billing-overview-list-container .table-scroll-container > table input[type='checkbox'] {
  cursor: pointer;
  height: 16px !important;
  width: 16px !important;
}

/* line 98, app/features/supplier-billing/app/components/overview/list/list.scss */
.supplier-billing-overview-list-container .table-scroll-container > table tr,
.supplier-billing-overview-list-container .table-scroll-container > table th,
.supplier-billing-overview-list-container .table-scroll-container > table td {
  cursor: default !important;
  border-collapse: collapse;
  white-space: nowrap;
}

/* line 107, app/features/supplier-billing/app/components/overview/list/list.scss */
.supplier-billing-overview-list-container .table-scroll-container > table tfoot tr:first-child > td {
  border-top: 3px double #ddd;
}

/* line 111, app/features/supplier-billing/app/components/overview/list/list.scss */
.supplier-billing-overview-list-container .table-scroll-container > table tfoot td {
  font-weight: 700;
}

/* line 117, app/features/supplier-billing/app/components/overview/list/list.scss */
.supplier-billing-overview-list-container .table-scroll-container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

/* line 123, app/features/supplier-billing/app/components/overview/list/list.scss */
.supplier-billing-overview-list-container .table-scroll-container::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 130, app/features/supplier-billing/app/components/overview/list/list.scss */
.supplier-billing-overview-list-container .progress {
  width: 50%;
  margin: 16px auto;
}

@media (max-width: 768px) {
  /* line 138, app/features/supplier-billing/app/components/overview/list/list.scss */
  .supplier-billing-overview-list-container div[ng-table-pagination] .ng-table-pager > div,
  .supplier-billing-overview-list-container div[ng-table-pagination] .ng-table-pager ul {
    display: block;
    float: left !important;
  }
  /* line 143, app/features/supplier-billing/app/components/overview/list/list.scss */
  .supplier-billing-overview-list-container div[ng-table-pagination] .ng-table-pager > div:first-child,
  .supplier-billing-overview-list-container div[ng-table-pagination] .ng-table-pager ul:first-child {
    margin-bottom: 16px;
    margin-right: 8px;
  }
}

/* line 152, app/features/supplier-billing/app/components/overview/list/list.scss */
.supplier-billing-overview-list-container .ng-table-pager {
  height: 36px;
  margin-bottom: 16px;
}

/* line 2, app/features/supplier-billing/app/components/overview/payment-list/payment-list.scss */
.supplier-billing-overview-payment-list-container span.label {
  margin-left: 8px;
}

/* line 3, app/features/supplier-billing/app/components/overview/payment-list/payment-list.scss */
.supplier-billing-overview-payment-list-container span.label:first-child {
  margin-left: 0;
}

/* line 10, app/features/supplier-billing/app/components/overview/payment-list/payment-list.scss */
.supplier-billing-overview-payment-list-container td.is-paid {
  background-color: '#D7eed6';
}

/* line 1, app/features/supplier-billing/app/components/start/start.scss */
supplier-billing-start {
  display: block;
  max-width: 768px;
  margin: 0 auto;
}

/* line 6, app/features/supplier-billing/app/components/start/start.scss */
supplier-billing-start .list-group-item {
  cursor: pointer;
}

/* line 9, app/features/supplier-billing/app/components/start/start.scss */
supplier-billing-start .list-group-item h4.list-group-item-heading {
  margin: 5px 0;
}

/* line 4, app/features/activities-v2/app/components/create/complete/summary/summary.scss */
.activity-create-complete-summary-container p.caption {
  margin-bottom: 10px;
}

/* line 8, app/features/activities-v2/app/components/create/complete/summary/summary.scss */
.activity-create-complete-summary-container .checkbox {
  text-align: center;
}

/* line 3, app/features/activities-v2/app/components/edit/dashboard/appointments-widget/appointments-widget.scss */
activity-edit-v2-dashboard-appointments-widget .appointments,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
}

/* line 7, app/features/activities-v2/app/components/edit/dashboard/appointments-widget/appointments-widget.scss */
activity-edit-v2-dashboard-appointments-widget .appointments .activity,
activity-edit-v2-dashboard-appointments-widget .appointments .appointment,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .activity,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .appointment {
  background: #fff;
}

/* line 12, app/features/activities-v2/app/components/edit/dashboard/appointments-widget/appointments-widget.scss */
activity-edit-v2-dashboard-appointments-widget .appointments .activity .title,
activity-edit-v2-dashboard-appointments-widget .appointments .activity .info,
activity-edit-v2-dashboard-appointments-widget .appointments .appointment .title,
activity-edit-v2-dashboard-appointments-widget .appointments .appointment .info,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .activity .title,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .activity .info,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .appointment .title,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .appointment .info {
  -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
}

/* line 16, app/features/activities-v2/app/components/edit/dashboard/appointments-widget/appointments-widget.scss */
activity-edit-v2-dashboard-appointments-widget .appointments .activity .title .grid,
activity-edit-v2-dashboard-appointments-widget .appointments .activity .info .grid,
activity-edit-v2-dashboard-appointments-widget .appointments .appointment .title .grid,
activity-edit-v2-dashboard-appointments-widget .appointments .appointment .info .grid,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .activity .title .grid,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .activity .info .grid,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .appointment .title .grid,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .appointment .info .grid {
  margin: 15px 0 0 0;
}

/* line 21, app/features/activities-v2/app/components/edit/dashboard/appointments-widget/appointments-widget.scss */
activity-edit-v2-dashboard-appointments-widget .appointments .activity .title,
activity-edit-v2-dashboard-appointments-widget .appointments .appointment .title,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .activity .title,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .appointment .title {
  min-height: 34px;
}

/* line 24, app/features/activities-v2/app/components/edit/dashboard/appointments-widget/appointments-widget.scss */
activity-edit-v2-dashboard-appointments-widget .appointments .activity .title > *,
activity-edit-v2-dashboard-appointments-widget .appointments .appointment .title > *,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .activity .title > *,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .appointment .title > * {
  height: 100%;
}

/* line 29, app/features/activities-v2/app/components/edit/dashboard/appointments-widget/appointments-widget.scss */
activity-edit-v2-dashboard-appointments-widget .appointments .activity .title .btn-link span.glyphicon,
activity-edit-v2-dashboard-appointments-widget .appointments .appointment .title .btn-link span.glyphicon,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .activity .title .btn-link span.glyphicon,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .appointment .title .btn-link span.glyphicon {
  margin-left: 4px;
}

/* line 34, app/features/activities-v2/app/components/edit/dashboard/appointments-widget/appointments-widget.scss */
activity-edit-v2-dashboard-appointments-widget .appointments .activity .title .creation-date,
activity-edit-v2-dashboard-appointments-widget .appointments .activity .title .status,
activity-edit-v2-dashboard-appointments-widget .appointments .appointment .title .creation-date,
activity-edit-v2-dashboard-appointments-widget .appointments .appointment .title .status,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .activity .title .creation-date,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .activity .title .status,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .appointment .title .creation-date,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .appointment .title .status {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: end;
  -ms-flex-align: center;
      align-items: center;
  padding-right: 12px;
}

/* line 41, app/features/activities-v2/app/components/edit/dashboard/appointments-widget/appointments-widget.scss */
activity-edit-v2-dashboard-appointments-widget .appointments .activity .title .creation-date h3,
activity-edit-v2-dashboard-appointments-widget .appointments .activity .title .creation-date h4,
activity-edit-v2-dashboard-appointments-widget .appointments .activity .title .creation-date h5,
activity-edit-v2-dashboard-appointments-widget .appointments .activity .title .status h3,
activity-edit-v2-dashboard-appointments-widget .appointments .activity .title .status h4,
activity-edit-v2-dashboard-appointments-widget .appointments .activity .title .status h5,
activity-edit-v2-dashboard-appointments-widget .appointments .appointment .title .creation-date h3,
activity-edit-v2-dashboard-appointments-widget .appointments .appointment .title .creation-date h4,
activity-edit-v2-dashboard-appointments-widget .appointments .appointment .title .creation-date h5,
activity-edit-v2-dashboard-appointments-widget .appointments .appointment .title .status h3,
activity-edit-v2-dashboard-appointments-widget .appointments .appointment .title .status h4,
activity-edit-v2-dashboard-appointments-widget .appointments .appointment .title .status h5,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .activity .title .creation-date h3,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .activity .title .creation-date h4,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .activity .title .creation-date h5,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .activity .title .status h3,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .activity .title .status h4,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .activity .title .status h5,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .appointment .title .creation-date h3,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .appointment .title .creation-date h4,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .appointment .title .creation-date h5,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .appointment .title .status h3,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .appointment .title .status h4,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .appointment .title .status h5 {
  margin: 0;
}

/* line 46, app/features/activities-v2/app/components/edit/dashboard/appointments-widget/appointments-widget.scss */
activity-edit-v2-dashboard-appointments-widget .appointments .activity .title .creation-date h3:first-child:not(:last-child),
activity-edit-v2-dashboard-appointments-widget .appointments .activity .title .creation-date h4:first-child:not(:last-child),
activity-edit-v2-dashboard-appointments-widget .appointments .activity .title .creation-date h5:first-child:not(:last-child),
activity-edit-v2-dashboard-appointments-widget .appointments .activity .title .status h3:first-child:not(:last-child),
activity-edit-v2-dashboard-appointments-widget .appointments .activity .title .status h4:first-child:not(:last-child),
activity-edit-v2-dashboard-appointments-widget .appointments .activity .title .status h5:first-child:not(:last-child),
activity-edit-v2-dashboard-appointments-widget .appointments .appointment .title .creation-date h3:first-child:not(:last-child),
activity-edit-v2-dashboard-appointments-widget .appointments .appointment .title .creation-date h4:first-child:not(:last-child),
activity-edit-v2-dashboard-appointments-widget .appointments .appointment .title .creation-date h5:first-child:not(:last-child),
activity-edit-v2-dashboard-appointments-widget .appointments .appointment .title .status h3:first-child:not(:last-child),
activity-edit-v2-dashboard-appointments-widget .appointments .appointment .title .status h4:first-child:not(:last-child),
activity-edit-v2-dashboard-appointments-widget .appointments .appointment .title .status h5:first-child:not(:last-child),
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .activity .title .creation-date h3:first-child:not(:last-child),
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .activity .title .creation-date h4:first-child:not(:last-child),
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .activity .title .creation-date h5:first-child:not(:last-child),
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .activity .title .status h3:first-child:not(:last-child),
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .activity .title .status h4:first-child:not(:last-child),
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .activity .title .status h5:first-child:not(:last-child),
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .appointment .title .creation-date h3:first-child:not(:last-child),
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .appointment .title .creation-date h4:first-child:not(:last-child),
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .appointment .title .creation-date h5:first-child:not(:last-child),
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .appointment .title .status h3:first-child:not(:last-child),
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .appointment .title .status h4:first-child:not(:last-child),
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .appointment .title .status h5:first-child:not(:last-child) {
  margin-right: 6px;
}

/* line 53, app/features/activities-v2/app/components/edit/dashboard/appointments-widget/appointments-widget.scss */
activity-edit-v2-dashboard-appointments-widget .appointments .activity .info,
activity-edit-v2-dashboard-appointments-widget .appointments .appointment .info,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .activity .info,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .appointment .info {
  padding: 12px;
}

/* line 56, app/features/activities-v2/app/components/edit/dashboard/appointments-widget/appointments-widget.scss */
activity-edit-v2-dashboard-appointments-widget .appointments .activity .info label,
activity-edit-v2-dashboard-appointments-widget .appointments .activity .info p,
activity-edit-v2-dashboard-appointments-widget .appointments .appointment .info label,
activity-edit-v2-dashboard-appointments-widget .appointments .appointment .info p,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .activity .info label,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .activity .info p,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .appointment .info label,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .appointment .info p {
  font-size: 90%;
}

/* line 61, app/features/activities-v2/app/components/edit/dashboard/appointments-widget/appointments-widget.scss */
activity-edit-v2-dashboard-appointments-widget .appointments .activity .info label,
activity-edit-v2-dashboard-appointments-widget .appointments .appointment .info label,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .activity .info label,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .appointment .info label {
  text-align: right;
}

/* line 64, app/features/activities-v2/app/components/edit/dashboard/appointments-widget/appointments-widget.scss */
activity-edit-v2-dashboard-appointments-widget .appointments .activity .info label::after,
activity-edit-v2-dashboard-appointments-widget .appointments .appointment .info label::after,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .activity .info label::after,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .appointment .info label::after {
  content: ':';
}

/* line 69, app/features/activities-v2/app/components/edit/dashboard/appointments-widget/appointments-widget.scss */
activity-edit-v2-dashboard-appointments-widget .appointments .activity .info h3,
activity-edit-v2-dashboard-appointments-widget .appointments .activity .info h4,
activity-edit-v2-dashboard-appointments-widget .appointments .appointment .info h3,
activity-edit-v2-dashboard-appointments-widget .appointments .appointment .info h4,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .activity .info h3,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .activity .info h4,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .appointment .info h3,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .appointment .info h4 {
  text-transform: lowercase;
}

/* line 74, app/features/activities-v2/app/components/edit/dashboard/appointments-widget/appointments-widget.scss */
activity-edit-v2-dashboard-appointments-widget .appointments .activity .info h3,
activity-edit-v2-dashboard-appointments-widget .appointments .activity .info h4,
activity-edit-v2-dashboard-appointments-widget .appointments .activity .info h5,
activity-edit-v2-dashboard-appointments-widget .appointments .appointment .info h3,
activity-edit-v2-dashboard-appointments-widget .appointments .appointment .info h4,
activity-edit-v2-dashboard-appointments-widget .appointments .appointment .info h5,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .activity .info h3,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .activity .info h4,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .activity .info h5,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .appointment .info h3,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .appointment .info h4,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .appointment .info h5 {
  margin: 0;
  text-align: center;
}

/* line 82, app/features/activities-v2/app/components/edit/dashboard/appointments-widget/appointments-widget.scss */
activity-edit-v2-dashboard-appointments-widget .appointments .activity .client-requests,
activity-edit-v2-dashboard-appointments-widget .appointments .appointment .client-requests,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .activity .client-requests,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .appointment .client-requests {
  display: -ms-flexbox;
  display: flex;
  padding: 0 12px 12px 12px;
}

/* line 86, app/features/activities-v2/app/components/edit/dashboard/appointments-widget/appointments-widget.scss */
activity-edit-v2-dashboard-appointments-widget .appointments .activity .client-requests label,
activity-edit-v2-dashboard-appointments-widget .appointments .activity .client-requests p,
activity-edit-v2-dashboard-appointments-widget .appointments .appointment .client-requests label,
activity-edit-v2-dashboard-appointments-widget .appointments .appointment .client-requests p,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .activity .client-requests label,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .activity .client-requests p,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .appointment .client-requests label,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .appointment .client-requests p {
  margin: 0;
  font-size: 90%;
}

/* line 92, app/features/activities-v2/app/components/edit/dashboard/appointments-widget/appointments-widget.scss */
activity-edit-v2-dashboard-appointments-widget .appointments .activity .client-requests label,
activity-edit-v2-dashboard-appointments-widget .appointments .appointment .client-requests label,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .activity .client-requests label,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .appointment .client-requests label {
  margin-right: 5px;
}

/* line 101, app/features/activities-v2/app/components/edit/dashboard/appointments-widget/appointments-widget.scss */
activity-edit-v2-dashboard-appointments-widget > .view-container > .grid {
  margin-bottom: 20px;
}

/* line 106, app/features/activities-v2/app/components/edit/dashboard/appointments-widget/appointments-widget.scss */
activity-edit-v2-dashboard-appointments-widget .appointments .appointment {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

/* line 115, app/features/activities-v2/app/components/edit/dashboard/appointments-widget/appointments-widget.scss */
activity-edit-v2-dashboard-appointments-widget .appointments .appointment:first-child {
  border-top: 1px solid #ddd;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 121, app/features/activities-v2/app/components/edit/dashboard/appointments-widget/appointments-widget.scss */
activity-edit-v2-dashboard-appointments-widget .appointments .appointment:last-of-type {
  border-bottom: 1px solid #ddd;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 127, app/features/activities-v2/app/components/edit/dashboard/appointments-widget/appointments-widget.scss */
activity-edit-v2-dashboard-appointments-widget .appointments .appointment .info {
  padding-top: 0;
}

/* line 130, app/features/activities-v2/app/components/edit/dashboard/appointments-widget/appointments-widget.scss */
activity-edit-v2-dashboard-appointments-widget .appointments .appointment .info h3,
activity-edit-v2-dashboard-appointments-widget .appointments .appointment .info h4,
activity-edit-v2-dashboard-appointments-widget .appointments .appointment .info h5 {
  font-size: 16px;
}

/* line 1, app/features/activities-v2/app/components/edit/dashboard/appointments-widget/list-modal/list-modal.scss */
.activities-v2-edit-dashboard-appointments-list-modal-body {
  padding: 0;
}

/* line 5, app/features/activities-v2/app/components/edit/dashboard/appointments-widget/list-modal/list-modal.scss */
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .appointment {
  border: 0;
  border-radius: 0;
}

/* line 9, app/features/activities-v2/app/components/edit/dashboard/appointments-widget/list-modal/list-modal.scss */
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .appointment:not(:first-child) {
  border-top: 1px solid #ddd;
}

/* line 13, app/features/activities-v2/app/components/edit/dashboard/appointments-widget/list-modal/list-modal.scss */
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .appointment .info {
  font-size: 20px;
}

/* line 20, app/features/activities-v2/app/components/edit/dashboard/appointments-widget/list-modal/list-modal.scss */
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .appointment h3 small,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .appointment h4 small,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .appointment h5 small {
  font-size: 80%;
}

/* line 25, app/features/activities-v2/app/components/edit/dashboard/appointments-widget/list-modal/list-modal.scss */
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .appointment .client-requests {
  padding: 0 36px 12px 36px;
}

/* line 28, app/features/activities-v2/app/components/edit/dashboard/appointments-widget/list-modal/list-modal.scss */
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .appointment .client-requests p,
.activities-v2-edit-dashboard-appointments-list-modal-body .appointments .appointment .client-requests label {
  font-size: 100%;
}

/* line 2, app/features/activities-v2/app/components/edit/dashboard/car-widget/form-modal/form-modal.scss */
.activities-v2-edit-dashboard-car-widget-form-modal-body activity-car-form .activities-car-form-container {
  border: 0;
  padding: 0;
  margin: 0;
}

/* line 7, app/features/activities-v2/app/components/edit/dashboard/car-widget/form-modal/form-modal.scss */
.activities-v2-edit-dashboard-car-widget-form-modal-body activity-car-form .activities-car-form-container p.caption {
  display: none;
}

/* line 2, app/features/activities-v2/app/components/edit/dashboard/damage-category-widget/damage-category-widget.scss */
activity-edit-v2-dashboard-damage-category-widget .view-container.damage-category {
  margin-bottom: 15px;
}

/* line 5, app/features/activities-v2/app/components/edit/dashboard/damage-category-widget/damage-category-widget.scss */
activity-edit-v2-dashboard-damage-category-widget .view-container.damage-category .category {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
}

/* line 10, app/features/activities-v2/app/components/edit/dashboard/damage-category-widget/damage-category-widget.scss */
activity-edit-v2-dashboard-damage-category-widget .view-container.damage-category .category.no-category .abbreviation {
  -ms-flex-align: center;
      align-items: center;
}

/* line 13, app/features/activities-v2/app/components/edit/dashboard/damage-category-widget/damage-category-widget.scss */
activity-edit-v2-dashboard-damage-category-widget .view-container.damage-category .category.no-category .abbreviation span.label {
  padding: 0;
  opacity: 0.5;
}

/* line 19, app/features/activities-v2/app/components/edit/dashboard/damage-category-widget/damage-category-widget.scss */
activity-edit-v2-dashboard-damage-category-widget .view-container.damage-category .category .abbreviation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 26, app/features/activities-v2/app/components/edit/dashboard/damage-category-widget/damage-category-widget.scss */
activity-edit-v2-dashboard-damage-category-widget .view-container.damage-category .category .abbreviation span.label {
  padding-right: 15px;
  text-align: center;
  font-weight: 900;
  font-size: 34px;
  text-shadow: 1px 1px #0f0f0f;
  color: inherit;
}

/* line 36, app/features/activities-v2/app/components/edit/dashboard/damage-category-widget/damage-category-widget.scss */
activity-edit-v2-dashboard-damage-category-widget .view-container.damage-category .category .duration {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
}

/* line 43, app/features/activities-v2/app/components/edit/dashboard/damage-category-widget/damage-category-widget.scss */
activity-edit-v2-dashboard-damage-category-widget .view-container.damage-category .category .duration span {
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
  color: #444;
  padding: 0;
}

/* line 50, app/features/activities-v2/app/components/edit/dashboard/damage-category-widget/damage-category-widget.scss */
activity-edit-v2-dashboard-damage-category-widget .view-container.damage-category .category .duration span.days {
  font-size: 16px;
}

/* line 54, app/features/activities-v2/app/components/edit/dashboard/damage-category-widget/damage-category-widget.scss */
activity-edit-v2-dashboard-damage-category-widget .view-container.damage-category .category .duration span.label {
  font-size: 12px;
}

/* line 2, app/features/activities-v2/app/components/edit/dashboard/info-widget/info-widget.scss */
activity-edit-v2-dashboard-info-widget .form .has-action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: start;
      align-items: flex-start;
}

/* line 7, app/features/activities-v2/app/components/edit/dashboard/info-widget/info-widget.scss */
activity-edit-v2-dashboard-info-widget .form .has-action span {
  -ms-flex: 1;
      flex: 1;
}

/* line 12, app/features/activities-v2/app/components/edit/dashboard/info-widget/info-widget.scss */
activity-edit-v2-dashboard-info-widget .resources {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 15px;
}

/* line 19, app/features/activities-v2/app/components/edit/dashboard/info-widget/info-widget.scss */
activity-edit-v2-dashboard-info-widget .resources .resource .circle {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: #ddd;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

/* line 31, app/features/activities-v2/app/components/edit/dashboard/info-widget/info-widget.scss */
activity-edit-v2-dashboard-info-widget .resources .resource .circle span.glyphicon {
  margin-top: -2px;
  color: #003e70;
}

/* line 2, app/features/activities-v2/app/components/edit/dashboard/internal-comments-widget/internal-comments-widget.scss */
activity-edit-v2-dashboard-internal-comments-widget blockquote {
  font-size: 14px;
  margin: 0;
}

/* line 2, app/features/activities-v2/app/components/edit/dashboard/main-contact-widget/form-modal/form-modal.scss */
.activities-v2-edit-dashboard-contact-form-modal-body wizard-contact-form .view-container {
  border: 0;
  padding: 0;
  margin: 0;
}

/* line 3, app/features/activities-v2/app/components/edit/dashboard/relations-widget/relations-widgets.scss */
activity-edit-v2-dashboard-relations-widget .view-container.relations {
  margin-bottom: 15px;
}

/* line 7, app/features/activities-v2/app/components/edit/dashboard/relations-widget/relations-widgets.scss */
activity-edit-v2-dashboard-relations-widget .view-container.relations .info.grid.form-static label,
activity-edit-v2-dashboard-relations-widget .view-container.relations .info.grid.form-static p {
  margin-bottom: 5px;
  line-height: 14px;
}

/* line 3, app/features/activities-v2/app/components/edit/dashboard/services-widget/services-widget.scss */
activity-edit-v2-dashboard-services-widget .services .table-wrapper {
  margin: 0 -15px -10px -15px;
}

/* line 6, app/features/activities-v2/app/components/edit/dashboard/services-widget/services-widget.scss */
activity-edit-v2-dashboard-services-widget .services .table-wrapper table {
  margin: 0;
}

/* line 10, app/features/activities-v2/app/components/edit/dashboard/services-widget/services-widget.scss */
activity-edit-v2-dashboard-services-widget .services .table-wrapper table tbody tr:hover td {
  background: #e8e8e8;
}

/* line 15, app/features/activities-v2/app/components/edit/dashboard/services-widget/services-widget.scss */
activity-edit-v2-dashboard-services-widget .services .table-wrapper table tr td {
  border-top: none;
}

/* line 18, app/features/activities-v2/app/components/edit/dashboard/services-widget/services-widget.scss */
activity-edit-v2-dashboard-services-widget .services .table-wrapper table tr td:first-child {
  padding-left: 15px;
}

/* line 22, app/features/activities-v2/app/components/edit/dashboard/services-widget/services-widget.scss */
activity-edit-v2-dashboard-services-widget .services .table-wrapper table tr td:last-child {
  padding-right: 15px;
}

/* line 27, app/features/activities-v2/app/components/edit/dashboard/services-widget/services-widget.scss */
activity-edit-v2-dashboard-services-widget .services .table-wrapper table tr td:last-child {
  text-align: right;
  font-weight: 700;
}

/* line 32, app/features/activities-v2/app/components/edit/dashboard/services-widget/services-widget.scss */
activity-edit-v2-dashboard-services-widget .services .table-wrapper table tfoot tr td {
  font-weight: 700;
  border-top: 4px double #ddd;
}

/* line 3, app/features/activities-v2/app/components/edit/dashboard/sustainability-widget/sustainability-widget.scss */
activity-edit-v2-dashboard-sustainability-widget .sustainability .progress {
  margin: 0;
}

/* line 7, app/features/activities-v2/app/components/edit/dashboard/sustainability-widget/sustainability-widget.scss */
activity-edit-v2-dashboard-sustainability-widget .sustainability .progress-value {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  opacity: 0.75;
}

/* line 13, app/features/activities-v2/app/components/edit/dashboard/sustainability-widget/sustainability-widget.scss */
activity-edit-v2-dashboard-sustainability-widget .sustainability .progress-value h1 small {
  color: inherit;
}

/* line 18, app/features/activities-v2/app/components/edit/dashboard/sustainability-widget/sustainability-widget.scss */
activity-edit-v2-dashboard-sustainability-widget .sustainability .values .grid > p:not(:last-child) {
  margin-bottom: 10px;
}

/* line 12, app/features/activities-v2/app/components/edit/dashboard/dashboard.unscoped.scss */
.activities-v2-edit-dashboard-sustainability-form-modal-body .form-group .input-group.has-addon-btn input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}

/* line 4, app/features/activities-v2/app/components/edit/edit.scss */
activity-edit-v2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: row;
      flex-direction: row;
  max-width: 1500px;
  margin: 0 auto;
  margin-bottom: -185px;
}

/* line 1, app/features/activities-v2/app/components/edit/status/status.scss */
activity-edit-v2 activity-edit-v2-status {
  max-width: 100%;
}

/* line 4, app/features/activities-v2/app/components/edit/status/status.scss */
activity-edit-v2 activity-edit-v2-status .repair-status-container {
  margin-bottom: 15px;
}

/* line 7, app/features/activities-v2/app/components/edit/status/status.scss */
activity-edit-v2 activity-edit-v2-status .repair-status-container .flex-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: -15px;
}

/* line 13, app/features/activities-v2/app/components/edit/status/status.scss */
activity-edit-v2 activity-edit-v2-status .repair-status-container .flex-container > div {
  margin: 15px;
  min-width: 0;
  overflow: hidden;
}

/* line 14, app/features/activities-v2/app/components/edit/status/status.scss */
activity-edit-v2 activity-edit-v2-status .repair-status-container .flex-container > div:not(:first-child) {
  margin-top: 0;
}

/* line 22, app/features/activities-v2/app/components/edit/status/status.scss */
activity-edit-v2 activity-edit-v2-status .repair-status-container .flex-container > div p,
activity-edit-v2 activity-edit-v2-status .repair-status-container .flex-container > div h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 29, app/features/activities-v2/app/components/edit/status/status.scss */
activity-edit-v2 activity-edit-v2-status .repair-status-container .flex-container > div p {
  margin-bottom: 4px;
}

/* line 33, app/features/activities-v2/app/components/edit/status/status.scss */
activity-edit-v2 activity-edit-v2-status .repair-status-container .flex-container > div h4 {
  margin: 0;
  line-height: 1.25;
}

/* line 41, app/features/activities-v2/app/components/edit/status/status.scss */
activity-edit-v2 activity-edit-v2-status .repair-status-container > .view-container {
  margin-bottom: 15px;
}

/* line 49, app/features/activities-v2/app/components/edit/status/status.scss */
activity-edit-v2 activity-edit-v2-status .repair-status-container > .view-container p {
  color: inherit;
  background: transparent;
}

/* line 54, app/features/activities-v2/app/components/edit/status/status.scss */
activity-edit-v2 activity-edit-v2-status .repair-status-container > .view-container.completes-activity, activity-edit-v2 activity-edit-v2-status .repair-status-container > .view-container.is-conclusion {
  color: #3c763d;
  background-color: #dff0d8;
  border: solid 1px #d6e9c6;
}

/* line 61, app/features/activities-v2/app/components/edit/status/status.scss */
activity-edit-v2 activity-edit-v2-status .repair-status-container > .view-container.cancels-activity, activity-edit-v2 activity-edit-v2-status .repair-status-container > .view-container.is-cancelation {
  color: #a94442;
  background-color: #f2dede;
  border: solid 1px #ebccd1;
}

/* line 68, app/features/activities-v2/app/components/edit/status/status.scss */
activity-edit-v2 activity-edit-v2-status .repair-status-container > .view-container.is-open, activity-edit-v2 activity-edit-v2-status .repair-status-container > .view-container.in-progress {
  color: #31708f;
  background-color: #d9edf7;
  border: solid 1px #bce8f1;
}

/* line 75, app/features/activities-v2/app/components/edit/status/status.scss */
activity-edit-v2 activity-edit-v2-status .repair-status-container > .view-container.is-unprocessed {
  color: #333;
  background-color: #f5f5f5;
  border: solid 1px #ddd;
}

/* line 81, app/features/activities-v2/app/components/edit/status/status.scss */
activity-edit-v2 activity-edit-v2-status .repair-status-container > .view-container.is-rework {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border: solid 1px #faebcc;
}

@media (max-width: 991px) {
  /* line 90, app/features/activities-v2/app/components/edit/status/status.scss */
  activity-edit-v2 activity-edit-v2-status .repair-status-container .flex-container {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  /* line 93, app/features/activities-v2/app/components/edit/status/status.scss */
  activity-edit-v2 activity-edit-v2-status .repair-status-container .flex-container > div {
    -ms-flex: 1;
        flex: 1;
  }
  /* line 94, app/features/activities-v2/app/components/edit/status/status.scss */
  activity-edit-v2 activity-edit-v2-status .repair-status-container .flex-container > div:last-child {
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  /* line 104, app/features/activities-v2/app/components/edit/status/status.scss */
  activity-edit-v2 activity-edit-v2-status .repair-status-container .flex-container {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

/* line 1, app/features/activities-v2/app/components/edit/overall-status/overall-status.scss */
activity-edit-v2 activity-edit-v2-overall-status {
  max-width: 100%;
}

/* line 4, app/features/activities-v2/app/components/edit/overall-status/overall-status.scss */
activity-edit-v2 activity-edit-v2-overall-status .overall-status-container {
  margin-bottom: 15px;
}

/* line 7, app/features/activities-v2/app/components/edit/overall-status/overall-status.scss */
activity-edit-v2 activity-edit-v2-overall-status .overall-status-container.no-status .flex-container h4 {
  text-align: center;
}

/* line 11, app/features/activities-v2/app/components/edit/overall-status/overall-status.scss */
activity-edit-v2 activity-edit-v2-overall-status .overall-status-container .flex-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: -15px;
}

/* line 17, app/features/activities-v2/app/components/edit/overall-status/overall-status.scss */
activity-edit-v2 activity-edit-v2-overall-status .overall-status-container .flex-container > div {
  margin: 15px;
  min-width: 0;
  overflow: hidden;
}

/* line 18, app/features/activities-v2/app/components/edit/overall-status/overall-status.scss */
activity-edit-v2 activity-edit-v2-overall-status .overall-status-container .flex-container > div:not(:first-child) {
  margin-top: 0;
}

/* line 26, app/features/activities-v2/app/components/edit/overall-status/overall-status.scss */
activity-edit-v2 activity-edit-v2-overall-status .overall-status-container .flex-container > div p,
activity-edit-v2 activity-edit-v2-overall-status .overall-status-container .flex-container > div h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 33, app/features/activities-v2/app/components/edit/overall-status/overall-status.scss */
activity-edit-v2 activity-edit-v2-overall-status .overall-status-container .flex-container > div p {
  margin-bottom: 4px;
}

/* line 37, app/features/activities-v2/app/components/edit/overall-status/overall-status.scss */
activity-edit-v2 activity-edit-v2-overall-status .overall-status-container .flex-container > div h4 {
  margin: 0;
  line-height: 1.25;
}

/* line 45, app/features/activities-v2/app/components/edit/overall-status/overall-status.scss */
activity-edit-v2 activity-edit-v2-overall-status .overall-status-container > .view-container {
  margin-bottom: 15px;
  color: #31708f;
  background-color: #d9edf7;
  border: solid 1px #bce8f1;
}

/* line 51, app/features/activities-v2/app/components/edit/overall-status/overall-status.scss */
activity-edit-v2 activity-edit-v2-overall-status .overall-status-container > .view-container p {
  color: inherit;
  background: transparent;
}

@media (max-width: 991px) {
  /* line 59, app/features/activities-v2/app/components/edit/overall-status/overall-status.scss */
  activity-edit-v2 activity-edit-v2-overall-status .overall-status-container .flex-container {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  /* line 62, app/features/activities-v2/app/components/edit/overall-status/overall-status.scss */
  activity-edit-v2 activity-edit-v2-overall-status .overall-status-container .flex-container > div {
    -ms-flex: 1;
        flex: 1;
  }
  /* line 63, app/features/activities-v2/app/components/edit/overall-status/overall-status.scss */
  activity-edit-v2 activity-edit-v2-overall-status .overall-status-container .flex-container > div:last-child {
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  /* line 73, app/features/activities-v2/app/components/edit/overall-status/overall-status.scss */
  activity-edit-v2 activity-edit-v2-overall-status .overall-status-container .flex-container {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

/* line 15, app/features/activities-v2/app/components/edit/edit.scss */
activity-edit-v2 .hover-label {
  opacity: 0.5 !important;
}

/* line 19, app/features/activities-v2/app/components/edit/edit.scss */
activity-edit-v2 .alert,
activity-edit-v2 .view-container,
activity-edit-v2 wap-sidenav.md-locked-open .view-selection .list-group {
  box-shadow: 2px 2px 4px -3px rgba(0, 0, 0, 0.35);
}

/* line 25, app/features/activities-v2/app/components/edit/edit.scss */
activity-edit-v2 wap-sidenav.md-locked-open.md-closed {
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

/* line 31, app/features/activities-v2/app/components/edit/edit.scss */
activity-edit-v2 .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: row;
      flex-flow: row;
  margin-bottom: 16px;
  width: unset !important;
  margin-right: unset !important;
  margin-left: unset !important;
  padding-left: unset !important;
  padding-right: unset !important;
}

/* line 37, app/features/activities-v2/app/components/edit/edit.scss */
activity-edit-v2 .container:empty {
  margin-bottom: 0;
}

/* line 49, app/features/activities-v2/app/components/edit/edit.scss */
activity-edit-v2 .status-container activity-edit-v2-status {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
}

/* line 53, app/features/activities-v2/app/components/edit/edit.scss */
activity-edit-v2 .status-container activity-edit-v2-status .repair-status-container {
  width: 100%;
}

/* line 56, app/features/activities-v2/app/components/edit/edit.scss */
activity-edit-v2 .status-container activity-edit-v2-status .repair-status-container .view-container {
  margin-bottom: 0;
}

/* line 62, app/features/activities-v2/app/components/edit/edit.scss */
activity-edit-v2 .alerts-container {
  margin-bottom: 0;
  -ms-flex-flow: column;
      flex-flow: column;
}

/* line 66, app/features/activities-v2/app/components/edit/edit.scss */
activity-edit-v2 .alerts-container:has(div) {
  margin-bottom: 16px;
}

/* line 70, app/features/activities-v2/app/components/edit/edit.scss */
activity-edit-v2 .alerts-container .alert {
  -ms-flex: 1;
      flex: 1;
  margin-bottom: 8px;
}

/* line 74, app/features/activities-v2/app/components/edit/edit.scss */
activity-edit-v2 .alerts-container .alert:last-child {
  margin: 0;
}

/* line 80, app/features/activities-v2/app/components/edit/edit.scss */
activity-edit-v2 .view-container p.caption {
  margin-bottom: 10px;
}

/* line 84, app/features/activities-v2/app/components/edit/edit.scss */
activity-edit-v2 .content-container {
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: 100%;
  min-width: 0;
}

/* line 3, app/features/activities-v2/app/components/edit/services/car-window-repair/car-window-repair.scss */
activity-edit-v2 .content-container activity-edit-v2-services-car-window-repair .car-window-repair.sub-activity-view .position-palette-container.repair-invoice-wrapper {
  display: none;
}

/* line 2, app/features/activities-v2/app/components/edit/services/extras/extras.scss */
activity-edit-v2 .content-container .extras activity-edit-services-extras {
  display: block;
  margin-bottom: 20px;
}

/* line 6, app/features/activities-v2/app/components/edit/services/extras/extras.scss */
activity-edit-v2 .content-container .extras activity-edit-services-extras .extra-service-container {
  border-radius: 4px;
}

/* line 9, app/features/activities-v2/app/components/edit/services/extras/extras.scss */
activity-edit-v2 .content-container .extras activity-edit-services-extras .extra-service-container:hover {
  background: #f5f5f5;
}

/* line 13, app/features/activities-v2/app/components/edit/services/extras/extras.scss */
activity-edit-v2 .content-container .extras activity-edit-services-extras .extra-service-container .extras-serice-icon-container {
  color: #003e70;
}

/* line 3, app/features/activities-v2/app/components/edit/services/list/list.scss */
activity-edit-v2 .content-container activity-edit-v2-services-list .services-list .panel-body.service-selection .btn-group {
  width: 100%;
}

/* line 6, app/features/activities-v2/app/components/edit/services/list/list.scss */
activity-edit-v2 .content-container activity-edit-v2-services-list .services-list .panel-body.service-selection .btn-group .dropdown-menu {
  right: 0;
}

/* line 12, app/features/activities-v2/app/components/edit/services/list/list.scss */
activity-edit-v2 .content-container activity-edit-v2-services-list .services-list .list-group.services .list-group-item {
  display: -ms-flexbox;
  display: flex;
}

/* line 13, app/features/activities-v2/app/components/edit/services/list/list.scss */
activity-edit-v2 .content-container activity-edit-v2-services-list .services-list .list-group.services .list-group-item.clickable {
  cursor: pointer;
}

/* line 17, app/features/activities-v2/app/components/edit/services/list/list.scss */
activity-edit-v2 .content-container activity-edit-v2-services-list .services-list .list-group.services .list-group-item.summary {
  border-top: 3px double #ddd;
}

/* line 18, app/features/activities-v2/app/components/edit/services/list/list.scss */
activity-edit-v2 .content-container activity-edit-v2-services-list .services-list .list-group.services .list-group-item.summary:hover {
  background-color: inherit;
}

/* line 24, app/features/activities-v2/app/components/edit/services/list/list.scss */
activity-edit-v2 .content-container activity-edit-v2-services-list .services-list .list-group.services .list-group-item.summary p {
  font-weight: 700;
}

/* line 31, app/features/activities-v2/app/components/edit/services/list/list.scss */
activity-edit-v2 .content-container activity-edit-v2-services-list .services-list .list-group.services .list-group-item > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 15px 0 0;
}

/* line 37, app/features/activities-v2/app/components/edit/services/list/list.scss */
activity-edit-v2 .content-container activity-edit-v2-services-list .services-list .list-group.services .list-group-item > div:last-child {
  padding-right: 0;
}

/* line 42, app/features/activities-v2/app/components/edit/services/list/list.scss */
activity-edit-v2 .content-container activity-edit-v2-services-list .services-list .list-group.services .list-group-item p {
  margin: 0;
}

/* line 46, app/features/activities-v2/app/components/edit/services/list/list.scss */
activity-edit-v2 .content-container activity-edit-v2-services-list .services-list .list-group.services .list-group-item .amount {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

/* line 50, app/features/activities-v2/app/components/edit/services/list/list.scss */
activity-edit-v2 .content-container activity-edit-v2-services-list .services-list .list-group.services .list-group-item .action {
  -ms-flex: 0;
      flex: 0;
  padding-left: 15px;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

/* line 55, app/features/activities-v2/app/components/edit/services/list/list.scss */
activity-edit-v2 .content-container activity-edit-v2-services-list .services-list .list-group.services .list-group-item .action span.spacer {
  display: block;
  height: 30px;
  width: 34px;
}

/* line 3, app/features/activities-v2/app/components/edit/services/spare-parts/spare-parts.scss */
activity-edit-v2 .content-container activity-edit-v2-services-spare-parts .spare-parts.sub-activity-view #sparePartForm > div > div:last-child,
activity-edit-v2 .content-container activity-edit-v2-services-spare-parts .spare-parts.sub-activity-view #sparePartForm > div > hr {
  display: none;
}

/* line 10, app/features/activities-v2/app/components/edit/services/spare-parts/spare-parts.scss */
activity-edit-v2 .content-container activity-edit-v2-services-spare-parts .activity-edit-services-spare-parts-container #sparePartForm > .form-horizontal > .table-scroll-container > table > thead > tr > th {
  white-space: wrap;
}

/* line 14, app/features/activities-v2/app/components/edit/services/spare-parts/spare-parts.scss */
activity-edit-v2 .content-container activity-edit-v2-services-spare-parts .activity-edit-services-spare-parts-container #sparePartForm > .form-horizontal > .table-scroll-container > table > tbody > tr > td input:not([type='checkbox']) {
  min-width: 100px;
}

/* line 20, app/features/activities-v2/app/components/edit/services/spare-parts/spare-parts.scss */
activity-edit-v2 .content-container activity-edit-v2-services-spare-parts .activity-edit-services-spare-parts-container #sparePartForm > .form-horizontal > .table-scroll-container > table > thead > tr > th:first-child,
activity-edit-v2 .content-container activity-edit-v2-services-spare-parts .activity-edit-services-spare-parts-container #sparePartForm > .form-horizontal > .table-scroll-container > table > tbody > tr > td:first-child {
  max-width: 50px;
}

/* line 24, app/features/activities-v2/app/components/edit/services/spare-parts/spare-parts.scss */
activity-edit-v2 .content-container activity-edit-v2-services-spare-parts .activity-edit-services-spare-parts-container #sparePartForm > .form-horizontal > .table-scroll-container > table > thead > tr > th:nth-child(4),
activity-edit-v2 .content-container activity-edit-v2-services-spare-parts .activity-edit-services-spare-parts-container #sparePartForm > .form-horizontal > .table-scroll-container > table > tbody > tr > td:nth-child(4) {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 12, app/features/activities-v2/app/components/edit/services/services.scss */
activity-edit-v2 .content-container activity-edit-v2-services > fieldset[disabled] span.switch {
  pointer-events: none;
  background: #eeeeee;
}

/* line 1, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard {
  margin-bottom: 15px;
}

/* line 5, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .actions-container {
  -ms-flex-flow: column;
      flex-flow: column;
}

/* line 8, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .actions-container .actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: row;
      flex-flow: row;
}

/* line 13, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .actions-container .actions:not(:first-child) {
  margin-top: 8px;
}

/* line 17, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .actions-container .actions .wrapper {
  margin: 0 4px;
}

/* line 20, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .actions-container .actions .wrapper:first-child {
  margin-left: 0;
}

/* line 24, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .actions-container .actions .wrapper:last-child {
  margin-right: 0;
}

/* line 29, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .actions-container .actions.mobile ul[uib-dropdown-menu] {
  min-width: 100%;
}

/* line 35, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .actions-container .actions ul[uib-dropdown-menu] li a span.glyphicon {
  line-height: inherit;
  font-size: inherit;
  top: unset;
}

/* line 41, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .actions-container .actions ul[uib-dropdown-menu] li a.text-primary {
  color: #003e70;
}

/* line 45, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .actions-container .actions ul[uib-dropdown-menu] li a.text-success {
  color: #3c763d;
}

/* line 49, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .actions-container .actions ul[uib-dropdown-menu] li a.text-info {
  color: #31708f;
}

/* line 53, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .actions-container .actions ul[uib-dropdown-menu] li a.text-warning {
  color: #8a6d3b;
}

/* line 57, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .actions-container .actions ul[uib-dropdown-menu] li a.text-danger {
  color: #a94442;
}

/* line 62, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .actions-container .actions ul[uib-dropdown-menu] li.extended-list-group-item a {
  min-height: 46px;
}

/* line 65, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .actions-container .actions ul[uib-dropdown-menu] li.extended-list-group-item a.has-children {
  cursor: default;
}

/* line 69, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .actions-container .actions ul[uib-dropdown-menu] li.extended-list-group-item a .dropdown-item-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: row;
      flex-flow: row;
  height: 100%;
}

/* line 75, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .actions-container .actions ul[uib-dropdown-menu] li.extended-list-group-item a .dropdown-item-content .label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-align: center;
      align-items: center;
  height: 30px;
  padding: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-align: inherit;
  white-space: inherit;
  vertical-align: inherit;
  border-radius: inherit;
}

/* line 92, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .actions-container .actions ul[uib-dropdown-menu] li.extended-list-group-item a .dropdown-item-content .buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  width: 90px;
}

/* line 97, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .actions-container .actions ul[uib-dropdown-menu] li.extended-list-group-item a .dropdown-item-content .buttons button {
  margin-top: 0;
}

/* line 107, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  margin: 0;
}

/* line 113, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .row.two-cols, activity-edit-v2 .content-container .dashboard .row.one-cols {
  display: none;
}

@media (min-width: 1160px) {
  /* line 118, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
  activity-edit-v2 .content-container .dashboard .row.two-cols {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 1159px) {
  /* line 124, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
  activity-edit-v2 .content-container .dashboard .row.one-cols {
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 130, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .row .column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: column;
      flex-flow: column;
  min-width: 0;
}

/* line 136, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .row .column:not(:first-child) {
  margin-left: 15px;
}

/* line 141, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .row .column > * > .view-container {
  margin: 0;
}

/* line 145, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .row .column > *:not(:first-child) > .view-container {
  margin: 15px 0 0 0;
}

/* line 151, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .row .column .view-container p.caption {
  margin-bottom: 15px;
}

/* line 155, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .row .column .view-container.highlight-info {
  background: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

/* line 160, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .row .column .view-container.highlight-info blockquote,
activity-edit-v2 .content-container .dashboard .row .column .view-container.highlight-info p {
  color: inherit;
  border-color: #bce8f1;
}

/* line 167, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .row .column .view-container blockquote {
  margin: 0;
}

/* line 174, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard button.btn {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 180, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .alerts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* line 185, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .alerts .alert {
  -ms-flex: 1;
      flex: 1;
  margin: 0;
}

/* line 189, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .alerts .alert:not(:first-child) {
  margin-top: 15px;
}

/* line 196, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .grid.form-static p,
activity-edit-v2 .content-container .dashboard .grid.form-static label {
  margin: 0;
}

/* line 201, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .grid.form-static label {
  text-align: right;
}

/* line 204, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .grid.form-static label::after {
  content: ':';
}

@media (min-width: 768px) {
  /* line 212, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
  activity-edit-v2 .content-container .dashboard .grid.form-static label.col-1 {
    min-width: 175px;
  }
}

@media (max-width: 991px) {
  /* line 223, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
  activity-edit-v2 .content-container activity-edit-v2-dashboard > div.dashboard > div.row.one-cols > div.column > activity-edit-v2-status > div,
  activity-edit-v2 .content-container activity-edit-v2-dashboard > div.dashboard > div.row.one-cols > div.column > activity-edit-v2-status > div > .view-container,
  activity-edit-v2 .content-container activity-edit-v2-dashboard > div.dashboard > div.row.one-cols > div.column > activity-edit-v2-overall-status > div,
  activity-edit-v2 .content-container activity-edit-v2-dashboard > div.dashboard > div.row.one-cols > div.column > activity-edit-v2-overall-status > div > .view-container,
  activity-edit-v2 .content-container activity-edit-v2-dashboard > div.dashboard > div.row.one-cols > div.column > activity-edit-v2-dashboard-damage-category-widget > div,
  activity-edit-v2 .content-container activity-edit-v2-dashboard > div.dashboard > div.row.one-cols > div.column > activity-edit-v2-dashboard-damage-category-widget > div > .view-container,
  activity-edit-v2 .content-container activity-edit-v2-dashboard > div.dashboard > div.row.one-cols > div.column > activity-edit-v2-dashboard-relations-widget > div,
  activity-edit-v2 .content-container activity-edit-v2-dashboard > div.dashboard > div.row.one-cols > div.column > activity-edit-v2-dashboard-relations-widget > div > .view-container {
    margin-bottom: 0;
  }
  /* line 228, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
  activity-edit-v2 .content-container activity-edit-v2-dashboard > div.dashboard > div.row.one-cols > div.column > activity-edit-v2-status:not(:first-child) > div,
  activity-edit-v2 .content-container activity-edit-v2-dashboard > div.dashboard > div.row.one-cols > div.column > activity-edit-v2-overall-status:not(:first-child) > div,
  activity-edit-v2 .content-container activity-edit-v2-dashboard > div.dashboard > div.row.one-cols > div.column > activity-edit-v2-dashboard-damage-category-widget:not(:first-child) > div,
  activity-edit-v2 .content-container activity-edit-v2-dashboard > div.dashboard > div.row.one-cols > div.column > activity-edit-v2-dashboard-relations-widget:not(:first-child) > div {
    margin-top: 15px;
  }
}

/* line 2, app/features/activities-v2/app/components/edit/checklist/checklist.scss */
activity-edit-v2 .content-container .checklist .save-button {
  margin-top: 15px;
}

/* line 3, app/features/activities-v2/app/components/edit/contact-history/contact-history.scss */
activity-edit-v2 .content-container .contact-history .process-panel .list-group:not(.nested-list-group) > .list-group-item:hover {
  background: inherit;
}

/* line 7, app/features/activities-v2/app/components/edit/contact-history/contact-history.scss */
activity-edit-v2 .content-container .contact-history .process-panel .nested-list-group > .list-group-item:hover {
  background: #f5f5f5;
}

/* line 12, app/features/activities-v2/app/components/edit/contact-history/contact-history.scss */
activity-edit-v2 .content-container .contact-history .memo-panel .create-memo .btn-success {
  margin-top: 15px;
}

/* line 17, app/features/activities-v2/app/components/edit/contact-history/contact-history.scss */
activity-edit-v2 .content-container .contact-history .list-group.memo-list .list-group-item:last-child textarea {
  max-width: 100%;
  min-width: 100%;
}

/* line 22, app/features/activities-v2/app/components/edit/contact-history/contact-history.scss */
activity-edit-v2 .content-container .contact-history .list-group.memo-list .list-group-item:last-child:hover {
  background: inherit;
}

/* line 28, app/features/activities-v2/app/components/edit/contact-history/contact-history.scss */
activity-edit-v2 .content-container .contact-history table tr.odd {
  background: #f9f9f9;
}

/* line 31, app/features/activities-v2/app/components/edit/contact-history/contact-history.scss */
activity-edit-v2 .content-container .contact-history table tr.odd:hover {
  background: #f5f5f5;
}

/* line 36, app/features/activities-v2/app/components/edit/contact-history/contact-history.scss */
activity-edit-v2 .content-container .contact-history table tr.even {
  background: inherit;
}

/* line 39, app/features/activities-v2/app/components/edit/contact-history/contact-history.scss */
activity-edit-v2 .content-container .contact-history table tr.even:hover {
  background: #f5f5f5;
}

/* line 44, app/features/activities-v2/app/components/edit/contact-history/contact-history.scss */
activity-edit-v2 .content-container .contact-history table th.icon,
activity-edit-v2 .content-container .contact-history table td.icon {
  width: 25px;
}

/* line 51, app/features/activities-v2/app/components/edit/contact-history/contact-history.scss */
activity-edit-v2 .content-container .contact-history .nested-list-group .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 60, app/features/activities-v2/app/components/edit/contact-history/contact-history.scss */
activity-edit-v2 .content-container .contact-history .nested-list-group .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 65, app/features/activities-v2/app/components/edit/contact-history/contact-history.scss */
activity-edit-v2 .content-container .contact-history .nested-list-group .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 1, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard {
  margin-bottom: 15px;
}

/* line 5, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .actions-container {
  -ms-flex-flow: column;
      flex-flow: column;
}

/* line 8, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .actions-container .actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: row;
      flex-flow: row;
}

/* line 13, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .actions-container .actions:not(:first-child) {
  margin-top: 8px;
}

/* line 17, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .actions-container .actions .wrapper {
  margin: 0 4px;
}

/* line 20, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .actions-container .actions .wrapper:first-child {
  margin-left: 0;
}

/* line 24, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .actions-container .actions .wrapper:last-child {
  margin-right: 0;
}

/* line 29, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .actions-container .actions.mobile ul[uib-dropdown-menu] {
  min-width: 100%;
}

/* line 35, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .actions-container .actions ul[uib-dropdown-menu] li a span.glyphicon {
  line-height: inherit;
  font-size: inherit;
  top: unset;
}

/* line 41, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .actions-container .actions ul[uib-dropdown-menu] li a.text-primary {
  color: #003e70;
}

/* line 45, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .actions-container .actions ul[uib-dropdown-menu] li a.text-success {
  color: #3c763d;
}

/* line 49, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .actions-container .actions ul[uib-dropdown-menu] li a.text-info {
  color: #31708f;
}

/* line 53, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .actions-container .actions ul[uib-dropdown-menu] li a.text-warning {
  color: #8a6d3b;
}

/* line 57, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .actions-container .actions ul[uib-dropdown-menu] li a.text-danger {
  color: #a94442;
}

/* line 62, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .actions-container .actions ul[uib-dropdown-menu] li.extended-list-group-item a {
  min-height: 46px;
}

/* line 65, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .actions-container .actions ul[uib-dropdown-menu] li.extended-list-group-item a.has-children {
  cursor: default;
}

/* line 69, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .actions-container .actions ul[uib-dropdown-menu] li.extended-list-group-item a .dropdown-item-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: row;
      flex-flow: row;
  height: 100%;
}

/* line 75, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .actions-container .actions ul[uib-dropdown-menu] li.extended-list-group-item a .dropdown-item-content .label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-align: center;
      align-items: center;
  height: 30px;
  padding: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-align: inherit;
  white-space: inherit;
  vertical-align: inherit;
  border-radius: inherit;
}

/* line 92, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .actions-container .actions ul[uib-dropdown-menu] li.extended-list-group-item a .dropdown-item-content .buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  width: 90px;
}

/* line 97, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .actions-container .actions ul[uib-dropdown-menu] li.extended-list-group-item a .dropdown-item-content .buttons button {
  margin-top: 0;
}

/* line 107, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  margin: 0;
}

/* line 113, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .row.two-cols, activity-edit-v2 .content-container .dashboard .row.one-cols {
  display: none;
}

@media (min-width: 1160px) {
  /* line 118, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
  activity-edit-v2 .content-container .dashboard .row.two-cols {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 1159px) {
  /* line 124, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
  activity-edit-v2 .content-container .dashboard .row.one-cols {
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 130, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .row .column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: column;
      flex-flow: column;
  min-width: 0;
}

/* line 136, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .row .column:not(:first-child) {
  margin-left: 15px;
}

/* line 141, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .row .column > * > .view-container {
  margin: 0;
}

/* line 145, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .row .column > *:not(:first-child) > .view-container {
  margin: 15px 0 0 0;
}

/* line 151, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .row .column .view-container p.caption {
  margin-bottom: 15px;
}

/* line 155, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .row .column .view-container.highlight-info {
  background: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

/* line 160, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .row .column .view-container.highlight-info blockquote,
activity-edit-v2 .content-container .dashboard .row .column .view-container.highlight-info p {
  color: inherit;
  border-color: #bce8f1;
}

/* line 167, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .row .column .view-container blockquote {
  margin: 0;
}

/* line 174, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard button.btn {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 180, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .alerts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* line 185, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .alerts .alert {
  -ms-flex: 1;
      flex: 1;
  margin: 0;
}

/* line 189, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .alerts .alert:not(:first-child) {
  margin-top: 15px;
}

/* line 196, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .grid.form-static p,
activity-edit-v2 .content-container .dashboard .grid.form-static label {
  margin: 0;
}

/* line 201, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .grid.form-static label {
  text-align: right;
}

/* line 204, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
activity-edit-v2 .content-container .dashboard .grid.form-static label::after {
  content: ':';
}

@media (min-width: 768px) {
  /* line 212, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
  activity-edit-v2 .content-container .dashboard .grid.form-static label.col-1 {
    min-width: 175px;
  }
}

@media (max-width: 991px) {
  /* line 223, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
  activity-edit-v2 .content-container activity-edit-v2-dashboard > div.dashboard > div.row.one-cols > div.column > activity-edit-v2-status > div,
  activity-edit-v2 .content-container activity-edit-v2-dashboard > div.dashboard > div.row.one-cols > div.column > activity-edit-v2-status > div > .view-container,
  activity-edit-v2 .content-container activity-edit-v2-dashboard > div.dashboard > div.row.one-cols > div.column > activity-edit-v2-overall-status > div,
  activity-edit-v2 .content-container activity-edit-v2-dashboard > div.dashboard > div.row.one-cols > div.column > activity-edit-v2-overall-status > div > .view-container,
  activity-edit-v2 .content-container activity-edit-v2-dashboard > div.dashboard > div.row.one-cols > div.column > activity-edit-v2-dashboard-damage-category-widget > div,
  activity-edit-v2 .content-container activity-edit-v2-dashboard > div.dashboard > div.row.one-cols > div.column > activity-edit-v2-dashboard-damage-category-widget > div > .view-container,
  activity-edit-v2 .content-container activity-edit-v2-dashboard > div.dashboard > div.row.one-cols > div.column > activity-edit-v2-dashboard-relations-widget > div,
  activity-edit-v2 .content-container activity-edit-v2-dashboard > div.dashboard > div.row.one-cols > div.column > activity-edit-v2-dashboard-relations-widget > div > .view-container {
    margin-bottom: 0;
  }
  /* line 228, app/features/activities-v2/app/components/edit/dashboard/dashboard.scss */
  activity-edit-v2 .content-container activity-edit-v2-dashboard > div.dashboard > div.row.one-cols > div.column > activity-edit-v2-status:not(:first-child) > div,
  activity-edit-v2 .content-container activity-edit-v2-dashboard > div.dashboard > div.row.one-cols > div.column > activity-edit-v2-overall-status:not(:first-child) > div,
  activity-edit-v2 .content-container activity-edit-v2-dashboard > div.dashboard > div.row.one-cols > div.column > activity-edit-v2-dashboard-damage-category-widget:not(:first-child) > div,
  activity-edit-v2 .content-container activity-edit-v2-dashboard > div.dashboard > div.row.one-cols > div.column > activity-edit-v2-dashboard-relations-widget:not(:first-child) > div {
    margin-top: 15px;
  }
}

/* line 2, app/features/activities-v2/app/components/edit/repair-permissions/repair-permissions.scss */
activity-edit-v2 .content-container .repair-permissions h5.list-group-item-heading .label {
  margin-right: 8px;
  font-size: 90%;
}

/* line 7, app/features/activities-v2/app/components/edit/repair-permissions/repair-permissions.scss */
activity-edit-v2 .content-container .repair-permissions .response {
  border-top: 1px dashed #ddd;
  margin-top: 15px;
  padding-top: 15px;
}

/* line 14, app/features/activities-v2/app/components/edit/repair-permissions/repair-permissions.scss */
activity-edit-v2 .content-container .repair-permissions .dropdown-menu li a.text-success {
  color: #3c763d;
}

/* line 18, app/features/activities-v2/app/components/edit/repair-permissions/repair-permissions.scss */
activity-edit-v2 .content-container .repair-permissions .dropdown-menu li a.text-danger {
  color: #a94442;
}

/* line 2, app/features/activities-v2/app/components/edit/settings/settings.scss */
activity-edit-v2 .content-container .settings .alert-sm {
  margin-top: 8px;
  padding: 8px;
  margin-bottom: 15px;
}

/* line 8, app/features/activities-v2/app/components/edit/settings/settings.scss */
activity-edit-v2 .content-container .settings .form-horizontal .form-group {
  margin-bottom: 15px !important;
}

/* line 12, app/features/activities-v2/app/components/edit/settings/settings.scss */
activity-edit-v2 .content-container .settings .ui-select-container > .ui-select-match > .btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 2, app/features/activities-v2/app/components/edit/settlement/settlement.scss */
activity-edit-v2 .content-container .settlement .services-panel {
  margin-top: 20px;
}

/* line 5, app/features/activities-v2/app/components/edit/settlement/settlement.scss */
activity-edit-v2 .content-container .settlement .services-panel tr td {
  cursor: default;
}

/* line 11, app/features/activities-v2/app/components/edit/settlement/settlement.scss */
activity-edit-v2 .content-container .settlement .co-payment-panel .form-horizontal .form-group {
  margin-bottom: 15px !important;
}

/* line 3, app/features/activities-v2/app/components/edit/stakeholders/stakeholders.scss */
activity-edit-v2 .content-container .stakeholders .list-group-item.clickable {
  cursor: pointer;
}

/* line 8, app/features/activities-v2/app/components/edit/stakeholders/stakeholders.scss */
activity-edit-v2 .content-container .stakeholders .list-group-item .row .stakeholder,
activity-edit-v2 .content-container .stakeholders .list-group-item .row .unit-column,
activity-edit-v2 .content-container .stakeholders .list-group-item .row .drag-handle {
  position: relative;
  top: 5px;
}

/* line 15, app/features/activities-v2/app/components/edit/stakeholders/stakeholders.scss */
activity-edit-v2 .content-container .stakeholders .list-group-item .row .drag-handle {
  letter-spacing: 1.5px;
  font-weight: 700;
  font-size: 16px;
  opacity: 0.5;
  cursor: move;
}

/* line 26, app/features/activities-v2/app/components/edit/stakeholders/stakeholders.scss */
activity-edit-v2 .content-container .stakeholders .services-list .list-group-item-heading {
  margin-top: 8px;
  margin-bottom: 20px;
}

/* line 31, app/features/activities-v2/app/components/edit/stakeholders/stakeholders.scss */
activity-edit-v2 .content-container .stakeholders .services-list .form-horizontal {
  margin-top: 15px;
}

/* line 34, app/features/activities-v2/app/components/edit/stakeholders/stakeholders.scss */
activity-edit-v2 .content-container .stakeholders .services-list .form-horizontal .form-group {
  margin-bottom: 15px !important;
}

@media (min-width: 768px) {
  /* line 104, app/features/activities-v2/app/components/edit/edit.scss */
  activity-edit-v2 wap-sidenav {
    min-width: 375px;
    max-width: 375px;
  }
}

/* line 9, app/features/activities-v2/app/components/estimate-conversion-wizard/estimate-conversion-wizard.scss */
activity-estimate-conversion-wizard-sub-activities .activity-estimate-conversion-wizard-sub-activities-container .sub-activities,
activity-estimate-conversion-wizard-sub-activities .activity-estimate-conversion-wizard-appointments-container .sub-activities,
activity-estimate-conversion-wizard-appointments .activity-estimate-conversion-wizard-sub-activities-container .sub-activities,
activity-estimate-conversion-wizard-appointments .activity-estimate-conversion-wizard-appointments-container .sub-activities {
  margin: 0 0 15px 0;
}

/* line 12, app/features/activities-v2/app/components/estimate-conversion-wizard/estimate-conversion-wizard.scss */
activity-estimate-conversion-wizard-sub-activities .activity-estimate-conversion-wizard-sub-activities-container .sub-activities .activity.sub,
activity-estimate-conversion-wizard-sub-activities .activity-estimate-conversion-wizard-appointments-container .sub-activities .activity.sub,
activity-estimate-conversion-wizard-appointments .activity-estimate-conversion-wizard-sub-activities-container .sub-activities .activity.sub,
activity-estimate-conversion-wizard-appointments .activity-estimate-conversion-wizard-appointments-container .sub-activities .activity.sub {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
}

/* line 16, app/features/activities-v2/app/components/estimate-conversion-wizard/estimate-conversion-wizard.scss */
activity-estimate-conversion-wizard-sub-activities .activity-estimate-conversion-wizard-sub-activities-container .sub-activities .activity.sub .content,
activity-estimate-conversion-wizard-sub-activities .activity-estimate-conversion-wizard-appointments-container .sub-activities .activity.sub .content,
activity-estimate-conversion-wizard-appointments .activity-estimate-conversion-wizard-sub-activities-container .sub-activities .activity.sub .content,
activity-estimate-conversion-wizard-appointments .activity-estimate-conversion-wizard-appointments-container .sub-activities .activity.sub .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex: 1;
      flex: 1;
}

/* line 21, app/features/activities-v2/app/components/estimate-conversion-wizard/estimate-conversion-wizard.scss */
activity-estimate-conversion-wizard-sub-activities .activity-estimate-conversion-wizard-sub-activities-container .sub-activities .activity.sub .content .title a.btn.btn-link,
activity-estimate-conversion-wizard-sub-activities .activity-estimate-conversion-wizard-appointments-container .sub-activities .activity.sub .content .title a.btn.btn-link,
activity-estimate-conversion-wizard-appointments .activity-estimate-conversion-wizard-sub-activities-container .sub-activities .activity.sub .content .title a.btn.btn-link,
activity-estimate-conversion-wizard-appointments .activity-estimate-conversion-wizard-appointments-container .sub-activities .activity.sub .content .title a.btn.btn-link {
  margin: 0 4px;
  border-left: 0;
  pointer-events: none;
}

/* line 27, app/features/activities-v2/app/components/estimate-conversion-wizard/estimate-conversion-wizard.scss */
activity-estimate-conversion-wizard-sub-activities .activity-estimate-conversion-wizard-sub-activities-container .sub-activities .activity.sub .content label,
activity-estimate-conversion-wizard-sub-activities .activity-estimate-conversion-wizard-sub-activities-container .sub-activities .activity.sub .content p,
activity-estimate-conversion-wizard-sub-activities .activity-estimate-conversion-wizard-appointments-container .sub-activities .activity.sub .content label,
activity-estimate-conversion-wizard-sub-activities .activity-estimate-conversion-wizard-appointments-container .sub-activities .activity.sub .content p,
activity-estimate-conversion-wizard-appointments .activity-estimate-conversion-wizard-sub-activities-container .sub-activities .activity.sub .content label,
activity-estimate-conversion-wizard-appointments .activity-estimate-conversion-wizard-sub-activities-container .sub-activities .activity.sub .content p,
activity-estimate-conversion-wizard-appointments .activity-estimate-conversion-wizard-appointments-container .sub-activities .activity.sub .content label,
activity-estimate-conversion-wizard-appointments .activity-estimate-conversion-wizard-appointments-container .sub-activities .activity.sub .content p {
  margin: 0;
}

/* line 32, app/features/activities-v2/app/components/estimate-conversion-wizard/estimate-conversion-wizard.scss */
activity-estimate-conversion-wizard-sub-activities .activity-estimate-conversion-wizard-sub-activities-container .sub-activities .activity.sub .content .info,
activity-estimate-conversion-wizard-sub-activities .activity-estimate-conversion-wizard-appointments-container .sub-activities .activity.sub .content .info,
activity-estimate-conversion-wizard-appointments .activity-estimate-conversion-wizard-sub-activities-container .sub-activities .activity.sub .content .info,
activity-estimate-conversion-wizard-appointments .activity-estimate-conversion-wizard-appointments-container .sub-activities .activity.sub .content .info {
  padding-top: 0;
}

/* line 35, app/features/activities-v2/app/components/estimate-conversion-wizard/estimate-conversion-wizard.scss */
activity-estimate-conversion-wizard-sub-activities .activity-estimate-conversion-wizard-sub-activities-container .sub-activities .activity.sub .content .info.no-data,
activity-estimate-conversion-wizard-sub-activities .activity-estimate-conversion-wizard-appointments-container .sub-activities .activity.sub .content .info.no-data,
activity-estimate-conversion-wizard-appointments .activity-estimate-conversion-wizard-sub-activities-container .sub-activities .activity.sub .content .info.no-data,
activity-estimate-conversion-wizard-appointments .activity-estimate-conversion-wizard-appointments-container .sub-activities .activity.sub .content .info.no-data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 12px;
}

/* line 44, app/features/activities-v2/app/components/estimate-conversion-wizard/estimate-conversion-wizard.scss */
activity-estimate-conversion-wizard-sub-activities .activity-estimate-conversion-wizard-sub-activities-container .sub-activities .activity.sub .actions,
activity-estimate-conversion-wizard-sub-activities .activity-estimate-conversion-wizard-appointments-container .sub-activities .activity.sub .actions,
activity-estimate-conversion-wizard-appointments .activity-estimate-conversion-wizard-sub-activities-container .sub-activities .activity.sub .actions,
activity-estimate-conversion-wizard-appointments .activity-estimate-conversion-wizard-appointments-container .sub-activities .activity.sub .actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 12px 0 0;
}

/* line 49, app/features/activities-v2/app/components/estimate-conversion-wizard/estimate-conversion-wizard.scss */
activity-estimate-conversion-wizard-sub-activities .activity-estimate-conversion-wizard-sub-activities-container .sub-activities .activity.sub .actions .btn:first-child:not(:last-child),
activity-estimate-conversion-wizard-sub-activities .activity-estimate-conversion-wizard-appointments-container .sub-activities .activity.sub .actions .btn:first-child:not(:last-child),
activity-estimate-conversion-wizard-appointments .activity-estimate-conversion-wizard-sub-activities-container .sub-activities .activity.sub .actions .btn:first-child:not(:last-child),
activity-estimate-conversion-wizard-appointments .activity-estimate-conversion-wizard-appointments-container .sub-activities .activity.sub .actions .btn:first-child:not(:last-child) {
  margin-right: 6px;
}

/* line 4, app/features/activities-v2/app/components/list/list.scss */
.activities-list-container .actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: row;
      flex-direction: row;
}

/* line 9, app/features/activities-v2/app/components/list/list.scss */
.activities-list-container .actions .form-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  padding-right: 10px;
}

/* line 14, app/features/activities-v2/app/components/list/list.scss */
.activities-list-container .actions .form-group form {
  width: 100%;
}

/* line 19, app/features/activities-v2/app/components/list/list.scss */
.activities-list-container .actions > .btn-group {
  margin-bottom: 15px;
  padding-left: 10px;
}

/* line 23, app/features/activities-v2/app/components/list/list.scss */
.activities-list-container .actions > .btn-group > .btn:first-child {
  min-width: 125px;
}

@media (max-width: 700px) {
  /* line 31, app/features/activities-v2/app/components/list/list.scss */
  .activities-list-container .actions {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  /* line 34, app/features/activities-v2/app/components/list/list.scss */
  .activities-list-container .actions .form-group {
    padding-right: 0;
  }
  /* line 38, app/features/activities-v2/app/components/list/list.scss */
  .activities-list-container .actions > .btn-group {
    padding-left: 0;
    display: table;
    table-layout: fixed;
    border-collapse: separate;
  }
  /* line 44, app/features/activities-v2/app/components/list/list.scss */
  .activities-list-container .actions > .btn-group > .btn:first-child {
    width: 100%;
  }
  /* line 48, app/features/activities-v2/app/components/list/list.scss */
  .activities-list-container .actions > .btn-group > .btn,
  .activities-list-container .actions > .btn-group > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
  }
}

/* line 58, app/features/activities-v2/app/components/list/list.scss */
.activities-list-container .filter-labels {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: auto;
  margin: 0 -15px 7px -15px;
}

/* line 67, app/features/activities-v2/app/components/list/list.scss */
.activities-list-container .filter-labels .label {
  display: inline-block;
  background: #003e70;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.95);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 4px;
  margin-bottom: 8px;
  padding: 6px 10px;
  cursor: pointer;
}

/* line 82, app/features/activities-v2/app/components/list/list.scss */
.activities-list-container .filter-labels .label:hover {
  background: #003056;
}

/* line 86, app/features/activities-v2/app/components/list/list.scss */
.activities-list-container .filter-labels .label .close {
  float: none;
  font-size: 14px;
  margin-right: 3px;
  color: #fff;
  opacity: 0.35;
}

/* line 94, app/features/activities-v2/app/components/list/list.scss */
.activities-list-container .filter-labels .label:first-child {
  margin-left: 15px;
}

/* line 98, app/features/activities-v2/app/components/list/list.scss */
.activities-list-container .filter-labels .label:last-child {
  margin-right: 15px;
}

/* line 102, app/features/activities-v2/app/components/list/list.scss */
.activities-list-container .filter-labels .label:not(:last-child) {
  margin-right: 8px;
}

/* line 109, app/features/activities-v2/app/components/list/list.scss */
.activities-list-container .content .scroll-container {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow-y: auto;
  margin: 0 0 1em;
}

/* line 116, app/features/activities-v2/app/components/list/list.scss */
.activities-list-container .content .scroll-container > table {
  margin-bottom: 0;
  border: 0;
}

/* line 120, app/features/activities-v2/app/components/list/list.scss */
.activities-list-container .content .scroll-container > table th, .activities-list-container .content .scroll-container > table td {
  white-space: nowrap;
}

/* line 124, app/features/activities-v2/app/components/list/list.scss */
.activities-list-container .content .scroll-container > table > thead > tr > th:first-child,
.activities-list-container .content .scroll-container > table > tbody > tr > td:first-child {
  border-left: 0;
}

/* line 131, app/features/activities-v2/app/components/list/list.scss */
.activities-list-container .content .service-tags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 6px;
  padding: 8px 8px 0 8px;
}

/* line 140, app/features/activities-v2/app/components/list/list.scss */
.activities-list-container .content .service-tags .label.service-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.95);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 4px;
  margin-bottom: 8px;
  padding: 6px 10px;
  cursor: pointer;
}

/* line 154, app/features/activities-v2/app/components/list/list.scss */
.activities-list-container .content .service-tags .label.service-tag:not(:last-child) {
  margin-right: 8px;
}

/* line 158, app/features/activities-v2/app/components/list/list.scss */
.activities-list-container .content .service-tags .label.service-tag.pdr {
  background: #003e70;
}

/* line 162, app/features/activities-v2/app/components/list/list.scss */
.activities-list-container .content .service-tags .label.service-tag.rental-car {
  background: #007bff;
}

/* line 166, app/features/activities-v2/app/components/list/list.scss */
.activities-list-container .content .service-tags .label.service-tag.paint {
  background: #dc3545;
}

/* line 170, app/features/activities-v2/app/components/list/list.scss */
.activities-list-container .content .service-tags .label.service-tag.windshield {
  background: #ffc107;
}

/* line 174, app/features/activities-v2/app/components/list/list.scss */
.activities-list-container .content .service-tags .label.service-tag.spareparts {
  background: #5cb85c;
}

/* line 178, app/features/activities-v2/app/components/list/list.scss */
.activities-list-container .content .service-tags .label.service-tag.pick-up-return {
  background: #6400a7;
}

/* line 183, app/features/activities-v2/app/components/list/list.scss */
.activities-list-container .content .service-tags .glyphicon {
  font-size: 85%;
  margin: 0 3px 0 0;
}

/* line 190, app/features/activities-v2/app/components/list/list.scss */
.activities-list-container .content .ui-select-highlight {
  background: #ffff00;
}

/* line 195, app/features/activities-v2/app/components/list/list.scss */
.activities-list-container .content table tr.even.hovered {
  background-color: #f4f4f4;
}

/* line 199, app/features/activities-v2/app/components/list/list.scss */
.activities-list-container .content table tr.odd {
  background-color: #f9f9f9;
}

/* line 202, app/features/activities-v2/app/components/list/list.scss */
.activities-list-container .content table tr.odd.hovered {
  background-color: #f4f4f4;
}

/* line 208, app/features/activities-v2/app/components/list/list.scss */
.activities-list-container .content table td .row {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
}

/* line 213, app/features/activities-v2/app/components/list/list.scss */
.activities-list-container .content table td .row.actions {
  margin-top: 8px;
}

@media (max-width: 768px) {
  /* line 217, app/features/activities-v2/app/components/list/list.scss */
  .activities-list-container .content table td .row.actions .btn-group.btn-group-justified {
    max-width: calc(100vw - 64px);
    position: -webkit-sticky;
    position: sticky;
    left: 16px;
  }
}

/* line 225, app/features/activities-v2/app/components/list/list.scss */
.activities-list-container .content table td .row .col-xs-12 {
  padding: 0 8px 0 8px;
}

@media (max-width: 768px) {
  /* line 230, app/features/activities-v2/app/components/list/list.scss */
  .activities-list-container .content table td .row .col-xs-12:not(:first-child) {
    margin-top: 15px;
  }
}

/* line 236, app/features/activities-v2/app/components/list/list.scss */
.activities-list-container .content table td h4 {
  margin-bottom: 10px;
}

/* line 239, app/features/activities-v2/app/components/list/list.scss */
.activities-list-container .content table td h4 small {
  font-weight: 700;
}

/* line 244, app/features/activities-v2/app/components/list/list.scss */
.activities-list-container .content table td address {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 249, app/features/activities-v2/app/components/list/list.scss */
.activities-list-container .content table td address a {
  display: inline-block;
}

/* line 252, app/features/activities-v2/app/components/list/list.scss */
.activities-list-container .content table td address a span.glyphicon {
  margin-right: 4px;
}

/* line 256, app/features/activities-v2/app/components/list/list.scss */
.activities-list-container .content table td address a:first-of-type {
  margin-top: 6px;
}

/* line 260, app/features/activities-v2/app/components/list/list.scss */
.activities-list-container .content table td address a:hover {
  text-decoration: none;
}

/* line 263, app/features/activities-v2/app/components/list/list.scss */
.activities-list-container .content table td address a:hover span.content {
  text-decoration: underline;
}

/* line 271, app/features/activities-v2/app/components/list/list.scss */
.activities-list-container .content table th.action,
.activities-list-container .content table th.indicator,
.activities-list-container .content table td.action,
.activities-list-container .content table td.indicator {
  width: 50px;
  text-align: center;
}

/* line 280, app/features/activities-v2/app/components/list/list.scss */
.activities-list-container .content table td.stacked p {
  margin: 0;
}

/* line 284, app/features/activities-v2/app/components/list/list.scss */
.activities-list-container .content table td.stacked small {
  display: block;
}

/* line 293, app/features/activities-v2/app/components/list/list.scss */
.activities-list-filter-modal .modal-footer {
  display: -ms-flexbox;
  display: flex;
}

/* line 296, app/features/activities-v2/app/components/list/list.scss */
.activities-list-filter-modal .modal-footer > span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
}

/* line 302, app/features/activities-v2/app/components/list/list.scss */
.activities-list-filter-modal .datepicker-wrapper {
  display: -ms-flexbox;
  display: flex;
}

/* line 305, app/features/activities-v2/app/components/list/list.scss */
.activities-list-filter-modal .datepicker-wrapper span {
  min-width: 15px;
}

/* line 309, app/features/activities-v2/app/components/list/list.scss */
.activities-list-filter-modal .datepicker-wrapper wap-datepicker {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
}

/* line 313, app/features/activities-v2/app/components/list/list.scss */
.activities-list-filter-modal .datepicker-wrapper wap-datepicker > div {
  width: 100%;
}

/* line 5, app/features/activities-v2/app/components/incoming-control/incoming-control.scss */
.incoming-control-car-conflict-modal a.link-warning,
.incoming-control-case-number-conflict-modal a.link-warning {
  color: #8a6d3b;
  font-weight: 700;
  text-decoration: none;
  margin-left: 3px;
}

/* line 11, app/features/activities-v2/app/components/incoming-control/incoming-control.scss */
.incoming-control-car-conflict-modal a.link-warning:hover span.content,
.incoming-control-case-number-conflict-modal a.link-warning:hover span.content {
  text-decoration: underline;
}

/* line 2, app/features/activities-v2/app/components/sub-activity-service-selection/sub-activity-service-selection.scss */
activity-sub-activity-service-selection ul.list-group li.list-group-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
}

/* line 6, app/features/activities-v2/app/components/sub-activity-service-selection/sub-activity-service-selection.scss */
activity-sub-activity-service-selection ul.list-group li.list-group-item .wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
}

/* line 10, app/features/activities-v2/app/components/sub-activity-service-selection/sub-activity-service-selection.scss */
activity-sub-activity-service-selection ul.list-group li.list-group-item .wrapper .action {
  padding-right: 15px;
}

/* line 13, app/features/activities-v2/app/components/sub-activity-service-selection/sub-activity-service-selection.scss */
activity-sub-activity-service-selection ul.list-group li.list-group-item .wrapper .action input.form-control {
  margin: 0;
  width: 15px !important;
  height: 15px !important;
}

/* line 20, app/features/activities-v2/app/components/sub-activity-service-selection/sub-activity-service-selection.scss */
activity-sub-activity-service-selection ul.list-group li.list-group-item .wrapper .action,
activity-sub-activity-service-selection ul.list-group li.list-group-item .wrapper .title,
activity-sub-activity-service-selection ul.list-group li.list-group-item .wrapper .misc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-align: center;
      align-items: center;
}

/* line 29, app/features/activities-v2/app/components/sub-activity-service-selection/sub-activity-service-selection.scss */
activity-sub-activity-service-selection ul.list-group li.list-group-item .wrapper .misc h1,
activity-sub-activity-service-selection ul.list-group li.list-group-item .wrapper .misc h2,
activity-sub-activity-service-selection ul.list-group li.list-group-item .wrapper .misc h3,
activity-sub-activity-service-selection ul.list-group li.list-group-item .wrapper .misc h4,
activity-sub-activity-service-selection ul.list-group li.list-group-item .wrapper .misc h5 {
  margin: 0;
}

/* line 38, app/features/activities-v2/app/components/sub-activity-service-selection/sub-activity-service-selection.scss */
activity-sub-activity-service-selection ul.list-group li.list-group-item .wrapper .title {
  -ms-flex: 1;
      flex: 1;
}

/* line 41, app/features/activities-v2/app/components/sub-activity-service-selection/sub-activity-service-selection.scss */
activity-sub-activity-service-selection ul.list-group li.list-group-item .wrapper .title h5 {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

/* line 49, app/features/activities-v2/app/components/sub-activity-service-selection/sub-activity-service-selection.scss */
activity-sub-activity-service-selection ul.list-group li.list-group-item .wrapper ul.list-group {
  margin: 10px 0 0 0;
  -ms-flex: 1;
      flex: 1;
}

/* line 3, app/features/activities-v2/app/components/sub-activity-wizards/create-or-map/action-selection/action-selection.scss */
activity-sub-activity-wizards-create-or-map-action-selection > .activity-sub-activity-wizards-create-or-map-action-selection-container .radio {
  margin-top: 0;
  margin-bottom: 16px;
}

/* line 7, app/features/activities-v2/app/components/sub-activity-wizards/create-or-map/action-selection/action-selection.scss */
activity-sub-activity-wizards-create-or-map-action-selection > .activity-sub-activity-wizards-create-or-map-action-selection-container .radio + .radio {
  margin-top: 0;
}

/* line 11, app/features/activities-v2/app/components/sub-activity-wizards/create-or-map/action-selection/action-selection.scss */
activity-sub-activity-wizards-create-or-map-action-selection > .activity-sub-activity-wizards-create-or-map-action-selection-container .radio > label {
  padding-left: 25px;
}

/* line 14, app/features/activities-v2/app/components/sub-activity-wizards/create-or-map/action-selection/action-selection.scss */
activity-sub-activity-wizards-create-or-map-action-selection > .activity-sub-activity-wizards-create-or-map-action-selection-container .radio > label > input[type='radio'] {
  margin: 1px 0 0 -25px;
  height: 15px;
  width: 15px;
}

/* line 20, app/features/activities-v2/app/components/sub-activity-wizards/create-or-map/action-selection/action-selection.scss */
activity-sub-activity-wizards-create-or-map-action-selection > .activity-sub-activity-wizards-create-or-map-action-selection-container .radio > label > h5 {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

/* line 28, app/features/activities-v2/app/components/sub-activity-wizards/create-or-map/action-selection/action-selection.scss */
activity-sub-activity-wizards-create-or-map-action-selection > .activity-sub-activity-wizards-create-or-map-action-selection-container .radio .action.sub-action {
  margin: 0 0 0 25px;
}

/* line 31, app/features/activities-v2/app/components/sub-activity-wizards/create-or-map/action-selection/action-selection.scss */
activity-sub-activity-wizards-create-or-map-action-selection > .activity-sub-activity-wizards-create-or-map-action-selection-container .radio .action.sub-action .form-group:first-child {
  margin-top: 8px;
}

/* line 36, app/features/activities-v2/app/components/sub-activity-wizards/create-or-map/action-selection/action-selection.scss */
activity-sub-activity-wizards-create-or-map-action-selection > .activity-sub-activity-wizards-create-or-map-action-selection-container .radio:not(.disabled) .sub-activities .activity {
  cursor: pointer;
}

/* line 39, app/features/activities-v2/app/components/sub-activity-wizards/create-or-map/action-selection/action-selection.scss */
activity-sub-activity-wizards-create-or-map-action-selection > .activity-sub-activity-wizards-create-or-map-action-selection-container .radio:not(.disabled) .sub-activities .activity:hover {
  color: #555;
  background: #f5f5f5;
}

/* line 45, app/features/activities-v2/app/components/sub-activity-wizards/create-or-map/action-selection/action-selection.scss */
activity-sub-activity-wizards-create-or-map-action-selection > .activity-sub-activity-wizards-create-or-map-action-selection-container .radio .sub-activities {
  margin: 12px 0 0 0;
}

/* line 48, app/features/activities-v2/app/components/sub-activity-wizards/create-or-map/action-selection/action-selection.scss */
activity-sub-activity-wizards-create-or-map-action-selection > .activity-sub-activity-wizards-create-or-map-action-selection-container .radio .sub-activities.disabled .activity {
  pointer-events: none;
}

/* line 54, app/features/activities-v2/app/components/sub-activity-wizards/create-or-map/action-selection/action-selection.scss */
activity-sub-activity-wizards-create-or-map-action-selection > .activity-sub-activity-wizards-create-or-map-action-selection-container .radio .sub-activities .activity .title input[type='radio'] {
  position: unset;
  margin: 0 12px;
}

/* line 60, app/features/activities-v2/app/components/sub-activity-wizards/create-or-map/action-selection/action-selection.scss */
activity-sub-activity-wizards-create-or-map-action-selection > .activity-sub-activity-wizards-create-or-map-action-selection-container .radio .sub-activities .activity p {
  margin: 0;
}

/* line 64, app/features/activities-v2/app/components/sub-activity-wizards/create-or-map/action-selection/action-selection.scss */
activity-sub-activity-wizards-create-or-map-action-selection > .activity-sub-activity-wizards-create-or-map-action-selection-container .radio .sub-activities .activity label {
  font-weight: bold;
}

/* line 3, app/features/activities-v2/app/components/sub-activity-wizards/remove-or-remap/action-selection/action-selection.scss */
activity-sub-activity-wizards-remove-or-remap-action-selection > .activity-sub-activity-wizards-remove-or-remap-action-selection-container .radio {
  margin-top: 0;
  margin-bottom: 16px;
}

/* line 7, app/features/activities-v2/app/components/sub-activity-wizards/remove-or-remap/action-selection/action-selection.scss */
activity-sub-activity-wizards-remove-or-remap-action-selection > .activity-sub-activity-wizards-remove-or-remap-action-selection-container .radio + .radio {
  margin-top: 0;
}

/* line 11, app/features/activities-v2/app/components/sub-activity-wizards/remove-or-remap/action-selection/action-selection.scss */
activity-sub-activity-wizards-remove-or-remap-action-selection > .activity-sub-activity-wizards-remove-or-remap-action-selection-container .radio > label {
  padding-left: 25px;
}

/* line 14, app/features/activities-v2/app/components/sub-activity-wizards/remove-or-remap/action-selection/action-selection.scss */
activity-sub-activity-wizards-remove-or-remap-action-selection > .activity-sub-activity-wizards-remove-or-remap-action-selection-container .radio > label > input[type='radio'] {
  margin: 1px 0 0 -25px;
  height: 15px;
  width: 15px;
}

/* line 20, app/features/activities-v2/app/components/sub-activity-wizards/remove-or-remap/action-selection/action-selection.scss */
activity-sub-activity-wizards-remove-or-remap-action-selection > .activity-sub-activity-wizards-remove-or-remap-action-selection-container .radio > label > h5 {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

/* line 29, app/features/activities-v2/app/components/sub-activity-wizards/remove-or-remap/action-selection/action-selection.scss */
activity-sub-activity-wizards-remove-or-remap-action-selection > .activity-sub-activity-wizards-remove-or-remap-action-selection-container .action.sub-action {
  margin: 0 0 0 25px;
}

/* line 32, app/features/activities-v2/app/components/sub-activity-wizards/remove-or-remap/action-selection/action-selection.scss */
activity-sub-activity-wizards-remove-or-remap-action-selection > .activity-sub-activity-wizards-remove-or-remap-action-selection-container .action.sub-action .form-group:first-child {
  margin-top: 8px;
}

/* line 37, app/features/activities-v2/app/components/sub-activity-wizards/remove-or-remap/action-selection/action-selection.scss */
activity-sub-activity-wizards-remove-or-remap-action-selection > .activity-sub-activity-wizards-remove-or-remap-action-selection-container .sub-activities {
  margin: 12px 0 0 0;
}

/* line 40, app/features/activities-v2/app/components/sub-activity-wizards/remove-or-remap/action-selection/action-selection.scss */
activity-sub-activity-wizards-remove-or-remap-action-selection > .activity-sub-activity-wizards-remove-or-remap-action-selection-container .sub-activities.disabled .activity {
  pointer-events: none;
}

/* line 44, app/features/activities-v2/app/components/sub-activity-wizards/remove-or-remap/action-selection/action-selection.scss */
activity-sub-activity-wizards-remove-or-remap-action-selection > .activity-sub-activity-wizards-remove-or-remap-action-selection-container .sub-activities .activity {
  cursor: pointer;
}

/* line 47, app/features/activities-v2/app/components/sub-activity-wizards/remove-or-remap/action-selection/action-selection.scss */
activity-sub-activity-wizards-remove-or-remap-action-selection > .activity-sub-activity-wizards-remove-or-remap-action-selection-container .sub-activities .activity:hover {
  color: #555;
  background: #f5f5f5;
}

/* line 53, app/features/activities-v2/app/components/sub-activity-wizards/remove-or-remap/action-selection/action-selection.scss */
activity-sub-activity-wizards-remove-or-remap-action-selection > .activity-sub-activity-wizards-remove-or-remap-action-selection-container .sub-activities .activity .title input[type='radio'] {
  position: unset;
  margin: 0 12px;
}

/* line 59, app/features/activities-v2/app/components/sub-activity-wizards/remove-or-remap/action-selection/action-selection.scss */
activity-sub-activity-wizards-remove-or-remap-action-selection > .activity-sub-activity-wizards-remove-or-remap-action-selection-container .sub-activities .activity p {
  margin: 0;
}

/* line 63, app/features/activities-v2/app/components/sub-activity-wizards/remove-or-remap/action-selection/action-selection.scss */
activity-sub-activity-wizards-remove-or-remap-action-selection > .activity-sub-activity-wizards-remove-or-remap-action-selection-container .sub-activities .activity label {
  font-weight: bold;
}

/* line 2, app/features/activities-v2/app/components/sub-activity-wizards/remove-or-remap/service-selection/service-selection.scss */
.activity-sub-activity-wizards-create-or-map-service-selection-container ul.list-group li.list-group-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
}

/* line 6, app/features/activities-v2/app/components/sub-activity-wizards/remove-or-remap/service-selection/service-selection.scss */
.activity-sub-activity-wizards-create-or-map-service-selection-container ul.list-group li.list-group-item .wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
}

/* line 10, app/features/activities-v2/app/components/sub-activity-wizards/remove-or-remap/service-selection/service-selection.scss */
.activity-sub-activity-wizards-create-or-map-service-selection-container ul.list-group li.list-group-item .wrapper .action {
  padding-right: 15px;
}

/* line 13, app/features/activities-v2/app/components/sub-activity-wizards/remove-or-remap/service-selection/service-selection.scss */
.activity-sub-activity-wizards-create-or-map-service-selection-container ul.list-group li.list-group-item .wrapper .action input.form-control {
  margin: 0;
  width: 15px !important;
  height: 15px !important;
}

/* line 20, app/features/activities-v2/app/components/sub-activity-wizards/remove-or-remap/service-selection/service-selection.scss */
.activity-sub-activity-wizards-create-or-map-service-selection-container ul.list-group li.list-group-item .wrapper .action,
.activity-sub-activity-wizards-create-or-map-service-selection-container ul.list-group li.list-group-item .wrapper .title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-align: center;
      align-items: center;
}

/* line 27, app/features/activities-v2/app/components/sub-activity-wizards/remove-or-remap/service-selection/service-selection.scss */
.activity-sub-activity-wizards-create-or-map-service-selection-container ul.list-group li.list-group-item .wrapper .title {
  -ms-flex: 1;
      flex: 1;
}

/* line 30, app/features/activities-v2/app/components/sub-activity-wizards/remove-or-remap/service-selection/service-selection.scss */
.activity-sub-activity-wizards-create-or-map-service-selection-container ul.list-group li.list-group-item .wrapper .title h5 {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

/* line 38, app/features/activities-v2/app/components/sub-activity-wizards/remove-or-remap/service-selection/service-selection.scss */
.activity-sub-activity-wizards-create-or-map-service-selection-container ul.list-group li.list-group-item .wrapper ul.list-group {
  margin: 10px 0 0 0;
  -ms-flex: 1;
      flex: 1;
}

/* line 9, app/features/activities-v2/app/components/components.scss */
.static-form-horizontal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

/* line 16, app/features/activities-v2/app/components/components.scss */
.static-form-horizontal.fifty-fifty .group label {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
}

/* line 24, app/features/activities-v2/app/components/components.scss */
.static-form-horizontal.truncate .group label,
.static-form-horizontal.truncate .group p.value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 32, app/features/activities-v2/app/components/components.scss */
.static-form-horizontal .group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: row;
      flex-direction: row;
}

/* line 38, app/features/activities-v2/app/components/components.scss */
.static-form-horizontal .group:last-child label,
.static-form-horizontal .group:last-child p.value {
  margin: 0;
}

/* line 44, app/features/activities-v2/app/components/components.scss */
.static-form-horizontal .group label {
  text-align: right;
  width: 120px;
  min-width: 120px;
}

/* line 49, app/features/activities-v2/app/components/components.scss */
.static-form-horizontal .group label::after {
  content: ':';
}

/* line 54, app/features/activities-v2/app/components/components.scss */
.static-form-horizontal .group p.value {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: 1;
      flex: 1;
  min-width: 250px;
  padding-left: 20px;
}

/* line 60, app/features/activities-v2/app/components/components.scss */
.static-form-horizontal .group p.value a {
  display: inline-block;
}

/* line 63, app/features/activities-v2/app/components/components.scss */
.static-form-horizontal .group p.value a span.glyphicon {
  margin-right: 4px;
}

/* line 67, app/features/activities-v2/app/components/components.scss */
.static-form-horizontal .group p.value a:hover {
  text-decoration: none;
}

/* line 70, app/features/activities-v2/app/components/components.scss */
.static-form-horizontal .group p.value a:hover span.content {
  text-decoration: underline;
}

@media (max-width: 500px) {
  /* line 79, app/features/activities-v2/app/components/components.scss */
  .static-form-horizontal .group,
  .static-form-horizontal.fifty-fifty .group {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 8px;
  }
  /* line 84, app/features/activities-v2/app/components/components.scss */
  .static-form-horizontal .group label,
  .static-form-horizontal .group p.value,
  .static-form-horizontal.fifty-fifty .group label,
  .static-form-horizontal.fifty-fifty .group p.value {
    margin: 0;
  }
  /* line 89, app/features/activities-v2/app/components/components.scss */
  .static-form-horizontal .group label,
  .static-form-horizontal.fifty-fifty .group label {
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
        flex: 1;
    width: auto;
    max-width: unset;
    min-width: unset;
  }
  /* line 98, app/features/activities-v2/app/components/components.scss */
  .static-form-horizontal .group label::after,
  .static-form-horizontal.fifty-fifty .group label::after {
    content: unset;
  }
  /* line 103, app/features/activities-v2/app/components/components.scss */
  .static-form-horizontal .group p.value,
  .static-form-horizontal.fifty-fifty .group p.value {
    padding-left: 0;
  }
}

/* line 119, app/features/activities-v2/app/components/components.scss */
activity-edit-v2-dashboard-relations-widget .sub-activities,
activity-sub-activity-wizards-create-or-map-action-selection .sub-activities,
activity-sub-activity-wizards-remove-or-remap-action-selection .sub-activities,
activity-estimate-conversion-wizard-sub-activities .sub-activities,
activity-estimate-conversion-wizard-appointments .sub-activities {
  margin: 12px;
}

/* line 123, app/features/activities-v2/app/components/components.scss */
activity-edit-v2-dashboard-relations-widget .activity,
activity-sub-activity-wizards-create-or-map-action-selection .activity,
activity-sub-activity-wizards-remove-or-remap-action-selection .activity,
activity-estimate-conversion-wizard-sub-activities .activity,
activity-estimate-conversion-wizard-appointments .activity {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #fff;
}

/* line 129, app/features/activities-v2/app/components/components.scss */
activity-edit-v2-dashboard-relations-widget .activity:first-child,
activity-sub-activity-wizards-create-or-map-action-selection .activity:first-child,
activity-sub-activity-wizards-remove-or-remap-action-selection .activity:first-child,
activity-estimate-conversion-wizard-sub-activities .activity:first-child,
activity-estimate-conversion-wizard-appointments .activity:first-child {
  border-top: 1px solid #ddd;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 135, app/features/activities-v2/app/components/components.scss */
activity-edit-v2-dashboard-relations-widget .activity:last-child,
activity-sub-activity-wizards-create-or-map-action-selection .activity:last-child,
activity-sub-activity-wizards-remove-or-remap-action-selection .activity:last-child,
activity-estimate-conversion-wizard-sub-activities .activity:last-child,
activity-estimate-conversion-wizard-appointments .activity:last-child {
  border-bottom: 1px solid #ddd;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 141, app/features/activities-v2/app/components/components.scss */
activity-edit-v2-dashboard-relations-widget .activity .title,
activity-edit-v2-dashboard-relations-widget .activity .info,
activity-sub-activity-wizards-create-or-map-action-selection .activity .title,
activity-sub-activity-wizards-create-or-map-action-selection .activity .info,
activity-sub-activity-wizards-remove-or-remap-action-selection .activity .title,
activity-sub-activity-wizards-remove-or-remap-action-selection .activity .info,
activity-estimate-conversion-wizard-sub-activities .activity .title,
activity-estimate-conversion-wizard-sub-activities .activity .info,
activity-estimate-conversion-wizard-appointments .activity .title,
activity-estimate-conversion-wizard-appointments .activity .info {
  -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
}

/* line 146, app/features/activities-v2/app/components/components.scss */
activity-edit-v2-dashboard-relations-widget .activity.sub .title a.btn-link,
activity-sub-activity-wizards-create-or-map-action-selection .activity.sub .title a.btn-link,
activity-sub-activity-wizards-remove-or-remap-action-selection .activity.sub .title a.btn-link,
activity-estimate-conversion-wizard-sub-activities .activity.sub .title a.btn-link,
activity-estimate-conversion-wizard-appointments .activity.sub .title a.btn-link {
  padding: 6px 8px;
}

/* line 150, app/features/activities-v2/app/components/components.scss */
activity-edit-v2-dashboard-relations-widget .activity .title,
activity-sub-activity-wizards-create-or-map-action-selection .activity .title,
activity-sub-activity-wizards-remove-or-remap-action-selection .activity .title,
activity-estimate-conversion-wizard-sub-activities .activity .title,
activity-estimate-conversion-wizard-appointments .activity .title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  min-height: 34px;
}

/* line 155, app/features/activities-v2/app/components/components.scss */
activity-edit-v2-dashboard-relations-widget .activity .title button.collapse-toggle,
activity-sub-activity-wizards-create-or-map-action-selection .activity .title button.collapse-toggle,
activity-sub-activity-wizards-remove-or-remap-action-selection .activity .title button.collapse-toggle,
activity-estimate-conversion-wizard-sub-activities .activity .title button.collapse-toggle,
activity-estimate-conversion-wizard-appointments .activity .title button.collapse-toggle {
  padding: 6px 8px;
}

/* line 158, app/features/activities-v2/app/components/components.scss */
activity-edit-v2-dashboard-relations-widget .activity .title button.collapse-toggle span.glyphicon,
activity-sub-activity-wizards-create-or-map-action-selection .activity .title button.collapse-toggle span.glyphicon,
activity-sub-activity-wizards-remove-or-remap-action-selection .activity .title button.collapse-toggle span.glyphicon,
activity-estimate-conversion-wizard-sub-activities .activity .title button.collapse-toggle span.glyphicon,
activity-estimate-conversion-wizard-appointments .activity .title button.collapse-toggle span.glyphicon {
  margin: 0;
}

/* line 163, app/features/activities-v2/app/components/components.scss */
activity-edit-v2-dashboard-relations-widget .activity .title span.spacer,
activity-sub-activity-wizards-create-or-map-action-selection .activity .title span.spacer,
activity-sub-activity-wizards-remove-or-remap-action-selection .activity .title span.spacer,
activity-estimate-conversion-wizard-sub-activities .activity .title span.spacer,
activity-estimate-conversion-wizard-appointments .activity .title span.spacer {
  -ms-flex: 1;
      flex: 1;
}

/* line 167, app/features/activities-v2/app/components/components.scss */
activity-edit-v2-dashboard-relations-widget .activity .title span.label,
activity-sub-activity-wizards-create-or-map-action-selection .activity .title span.label,
activity-sub-activity-wizards-remove-or-remap-action-selection .activity .title span.label,
activity-estimate-conversion-wizard-sub-activities .activity .title span.label,
activity-estimate-conversion-wizard-appointments .activity .title span.label {
  display: none;
}

/* line 171, app/features/activities-v2/app/components/components.scss */
activity-edit-v2-dashboard-relations-widget .activity .title a.btn-link,
activity-sub-activity-wizards-create-or-map-action-selection .activity .title a.btn-link,
activity-sub-activity-wizards-remove-or-remap-action-selection .activity .title a.btn-link,
activity-estimate-conversion-wizard-sub-activities .activity .title a.btn-link,
activity-estimate-conversion-wizard-appointments .activity .title a.btn-link {
  padding: 6px 0;
  margin: 0 4.8px;
}

/* line 175, app/features/activities-v2/app/components/components.scss */
activity-edit-v2-dashboard-relations-widget .activity .title a.btn-link span.glyphicon,
activity-sub-activity-wizards-create-or-map-action-selection .activity .title a.btn-link span.glyphicon,
activity-sub-activity-wizards-remove-or-remap-action-selection .activity .title a.btn-link span.glyphicon,
activity-estimate-conversion-wizard-sub-activities .activity .title a.btn-link span.glyphicon,
activity-estimate-conversion-wizard-appointments .activity .title a.btn-link span.glyphicon {
  margin-left: 4px;
}

/* line 181, app/features/activities-v2/app/components/components.scss */
activity-edit-v2-dashboard-relations-widget .activity .title.active a.btn-link,
activity-sub-activity-wizards-create-or-map-action-selection .activity .title.active a.btn-link,
activity-sub-activity-wizards-remove-or-remap-action-selection .activity .title.active a.btn-link,
activity-estimate-conversion-wizard-sub-activities .activity .title.active a.btn-link,
activity-estimate-conversion-wizard-appointments .activity .title.active a.btn-link {
  color: #444;
  font-weight: 700;
  pointer-events: none;
}

/* line 186, app/features/activities-v2/app/components/components.scss */
activity-edit-v2-dashboard-relations-widget .activity .title.active a.btn-link span.glyphicon,
activity-sub-activity-wizards-create-or-map-action-selection .activity .title.active a.btn-link span.glyphicon,
activity-sub-activity-wizards-remove-or-remap-action-selection .activity .title.active a.btn-link span.glyphicon,
activity-estimate-conversion-wizard-sub-activities .activity .title.active a.btn-link span.glyphicon,
activity-estimate-conversion-wizard-appointments .activity .title.active a.btn-link span.glyphicon {
  display: none;
}

/* line 192, app/features/activities-v2/app/components/components.scss */
activity-edit-v2-dashboard-relations-widget .activity .title .creation-date,
activity-sub-activity-wizards-create-or-map-action-selection .activity .title .creation-date,
activity-sub-activity-wizards-remove-or-remap-action-selection .activity .title .creation-date,
activity-estimate-conversion-wizard-sub-activities .activity .title .creation-date,
activity-estimate-conversion-wizard-appointments .activity .title .creation-date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: end;
  -ms-flex-align: center;
      align-items: center;
  padding: 6px 12px;
  overflow: hidden;
}

/* line 199, app/features/activities-v2/app/components/components.scss */
activity-edit-v2-dashboard-relations-widget .activity .title .creation-date h5,
activity-sub-activity-wizards-create-or-map-action-selection .activity .title .creation-date h5,
activity-sub-activity-wizards-remove-or-remap-action-selection .activity .title .creation-date h5,
activity-estimate-conversion-wizard-sub-activities .activity .title .creation-date h5,
activity-estimate-conversion-wizard-appointments .activity .title .creation-date h5 {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 208, app/features/activities-v2/app/components/components.scss */
activity-edit-v2-dashboard-relations-widget .activity .info,
activity-sub-activity-wizards-create-or-map-action-selection .activity .info,
activity-sub-activity-wizards-remove-or-remap-action-selection .activity .info,
activity-estimate-conversion-wizard-sub-activities .activity .info,
activity-estimate-conversion-wizard-appointments .activity .info {
  display: -ms-grid;
  display: grid;
  padding: 12px;
}

/* line 212, app/features/activities-v2/app/components/components.scss */
activity-edit-v2-dashboard-relations-widget .activity .info label,
activity-edit-v2-dashboard-relations-widget .activity .info p,
activity-sub-activity-wizards-create-or-map-action-selection .activity .info label,
activity-sub-activity-wizards-create-or-map-action-selection .activity .info p,
activity-sub-activity-wizards-remove-or-remap-action-selection .activity .info label,
activity-sub-activity-wizards-remove-or-remap-action-selection .activity .info p,
activity-estimate-conversion-wizard-sub-activities .activity .info label,
activity-estimate-conversion-wizard-sub-activities .activity .info p,
activity-estimate-conversion-wizard-appointments .activity .info label,
activity-estimate-conversion-wizard-appointments .activity .info p {
  font-size: 90%;
}

/* line 217, app/features/activities-v2/app/components/components.scss */
activity-edit-v2-dashboard-relations-widget .activity .info label,
activity-sub-activity-wizards-create-or-map-action-selection .activity .info label,
activity-sub-activity-wizards-remove-or-remap-action-selection .activity .info label,
activity-estimate-conversion-wizard-sub-activities .activity .info label,
activity-estimate-conversion-wizard-appointments .activity .info label {
  text-align: right;
}

/* line 220, app/features/activities-v2/app/components/components.scss */
activity-edit-v2-dashboard-relations-widget .activity .info label::after,
activity-sub-activity-wizards-create-or-map-action-selection .activity .info label::after,
activity-sub-activity-wizards-remove-or-remap-action-selection .activity .info label::after,
activity-estimate-conversion-wizard-sub-activities .activity .info label::after,
activity-estimate-conversion-wizard-appointments .activity .info label::after {
  content: ':';
}

/* line 225, app/features/activities-v2/app/components/components.scss */
activity-edit-v2-dashboard-relations-widget .activity .info h4,
activity-edit-v2-dashboard-relations-widget .activity .info h5,
activity-sub-activity-wizards-create-or-map-action-selection .activity .info h4,
activity-sub-activity-wizards-create-or-map-action-selection .activity .info h5,
activity-sub-activity-wizards-remove-or-remap-action-selection .activity .info h4,
activity-sub-activity-wizards-remove-or-remap-action-selection .activity .info h5,
activity-estimate-conversion-wizard-sub-activities .activity .info h4,
activity-estimate-conversion-wizard-sub-activities .activity .info h5,
activity-estimate-conversion-wizard-appointments .activity .info h4,
activity-estimate-conversion-wizard-appointments .activity .info h5 {
  margin: 0;
  text-align: center;
}

/* line 2, app/features/tyres/app/components/edit/create-init-form/_create-init-form.scss */
.tyres-create-init-form .btn-group.btn-group-justified .btn-group button:focus {
  outline: none;
}

/* line 6, app/features/tyres/app/components/edit/create-init-form/_create-init-form.scss */
.tyres-create-init-form .selection-item {
  margin-bottom: 15px;
}

/* line 9, app/features/tyres/app/components/edit/create-init-form/_create-init-form.scss */
.tyres-create-init-form .selection-item .selection-item-header {
  display: block;
  font-weight: bold;
}

/* line 14, app/features/tyres/app/components/edit/create-init-form/_create-init-form.scss */
.tyres-create-init-form .selection-item:last-of-type {
  margin-bottom: 0;
}

/* line 20, app/features/tyres/app/components/edit/create-init-form/_create-init-form.scss */
.tyres-create-init-form .list-group .list-group-item .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}

/* line 24, app/features/tyres/app/components/edit/create-init-form/_create-init-form.scss */
.tyres-create-init-form .list-group .list-group-item .content .text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* line 29, app/features/tyres/app/components/edit/create-init-form/_create-init-form.scss */
.tyres-create-init-form .list-group .list-group-item .content .text .list-group-item-heading {
  font-size: 16px;
}

/* line 34, app/features/tyres/app/components/edit/create-init-form/_create-init-form.scss */
.tyres-create-init-form .list-group .list-group-item .content .actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/* line 38, app/features/tyres/app/components/edit/create-init-form/_create-init-form.scss */
.tyres-create-init-form .list-group .list-group-item .content .actions span.switch {
  width: 39px;
  height: 23px;
}

/* line 42, app/features/tyres/app/components/edit/create-init-form/_create-init-form.scss */
.tyres-create-init-form .list-group .list-group-item .content .actions span.switch > small {
  width: 23px;
  height: 23px;
}

/* line 47, app/features/tyres/app/components/edit/create-init-form/_create-init-form.scss */
.tyres-create-init-form .list-group .list-group-item .content .actions span.switch.checked > small {
  left: 17px;
}

/* line 54, app/features/tyres/app/components/edit/create-init-form/_create-init-form.scss */
.tyres-create-init-form .list-group .list-group-item .list-group {
  margin-top: 10px;
  margin-bottom: 0;
}

/* line 3, app/features/tyres/app/components/edit/parent-activity-edit/child-activity-edit/repair-order-modal/repair-order-modal.scss */
.tyres-repair-order-modal-container .view-container.signature .dynamic-signature {
  padding: 0 !important;
  margin: 0 auto !important;
}

/* line 10, app/features/tyres/app/components/edit/parent-activity-edit/child-activity-edit/repair-order-modal/repair-order-modal.scss */
.repair-order-modal__table-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5rem 7rem auto 10rem 10rem;
      grid-template-columns: 5rem 7rem auto 10rem 10rem;
  justify-self: end;
}

/* line 17, app/features/tyres/app/components/edit/parent-activity-edit/child-activity-edit/repair-order-modal/repair-order-modal.scss */
.repair-order-modal__table-sum-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 15rem;
      grid-template-columns: auto 15rem;
}

/* line 22, app/features/tyres/app/components/edit/parent-activity-edit/child-activity-edit/repair-order-modal/repair-order-modal.scss */
.repair-order-modal__table-bottom-row {
  border-top: 2px solid black;
}

/* line 26, app/features/tyres/app/components/edit/parent-activity-edit/child-activity-edit/repair-order-modal/repair-order-modal.scss */
.repair-order-modal__table-dark-row {
  background-color: #f9f9f9;
}

/* line 30, app/features/tyres/app/components/edit/parent-activity-edit/child-activity-edit/repair-order-modal/repair-order-modal.scss */
.repair-order-modal__left-text-data {
  text-align: start;
}

/* line 34, app/features/tyres/app/components/edit/parent-activity-edit/child-activity-edit/repair-order-modal/repair-order-modal.scss */
.repair-order-modal__padding {
  padding-bottom: 1.7rem !important;
}

/* line 38, app/features/tyres/app/components/edit/parent-activity-edit/child-activity-edit/repair-order-modal/repair-order-modal.scss */
.repair-order-modal__small-text {
  font-weight: lighter;
}

/* line 42, app/features/tyres/app/components/edit/parent-activity-edit/child-activity-edit/repair-order-modal/repair-order-modal.scss */
.repair-order-modal__pricing-data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

@media screen and (max-width: 600px) {
  /* line 49, app/features/tyres/app/components/edit/parent-activity-edit/child-activity-edit/repair-order-modal/repair-order-modal.scss */
  .repair-order-modal__table-row {
    -ms-grid-columns: 5rem 5rem auto 5rem 10rem;
        grid-template-columns: 5rem 5rem auto 5rem 10rem;
  }
  /* line 53, app/features/tyres/app/components/edit/parent-activity-edit/child-activity-edit/repair-order-modal/repair-order-modal.scss */
  .repair-order-modal__pricing-data {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

/* line 3, app/features/tyres/app/components/edit/parent-activity-edit/child-activity-edit/repair-return-order-modal/repair-return-order-modal.scss */
.tyres-repair-return-order-modal-container .view-container.signature .dynamic-signature {
  padding: 0 !important;
  margin: 0 auto !important;
}

/* line 2, app/features/tyres/app/components/edit/parent-activity-edit/child-activity-edit/status-modal/status-modal.scss */
.tyres-status-modal-container .modal-body.status-selection {
  padding: 0;
}

/* line 5, app/features/tyres/app/components/edit/parent-activity-edit/child-activity-edit/status-modal/status-modal.scss */
.tyres-status-modal-container .modal-body.status-selection ul.list-group {
  margin-bottom: 0;
}

/* line 8, app/features/tyres/app/components/edit/parent-activity-edit/child-activity-edit/status-modal/status-modal.scss */
.tyres-status-modal-container .modal-body.status-selection ul.list-group .list-group-item {
  cursor: pointer;
  padding: 20px 30px;
}

/* line 12, app/features/tyres/app/components/edit/parent-activity-edit/child-activity-edit/status-modal/status-modal.scss */
.tyres-status-modal-container .modal-body.status-selection ul.list-group .list-group-item.active {
  cursor: not-allowed;
}

/* line 16, app/features/tyres/app/components/edit/parent-activity-edit/child-activity-edit/status-modal/status-modal.scss */
.tyres-status-modal-container .modal-body.status-selection ul.list-group .list-group-item h4 > .glyphicon {
  margin-right: 15px;
}

/* line 2, app/features/tyres/app/components/edit/parent-activity-edit/child-activity-edit/child-activity-services/child-activity-services.scss */
.tyres-child-activity-form .tyres-child-activity-services .form-horizontal .control-label {
  text-align: right;
  margin-bottom: 0;
  padding-top: 7px;
}

/* line 10, app/features/tyres/app/components/edit/parent-activity-edit/child-activity-edit/child-activity-services/child-activity-services.scss */
.tyres-child-activity-form .tyres-child-activity-services .list-group.services .list-group-item .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}

/* line 14, app/features/tyres/app/components/edit/parent-activity-edit/child-activity-edit/child-activity-services/child-activity-services.scss */
.tyres-child-activity-form .tyres-child-activity-services .list-group.services .list-group-item .content .text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* line 20, app/features/tyres/app/components/edit/parent-activity-edit/child-activity-edit/child-activity-services/child-activity-services.scss */
.tyres-child-activity-form .tyres-child-activity-services .list-group.services .list-group-item .content .actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 28, app/features/tyres/app/components/edit/parent-activity-edit/child-activity-edit/child-activity-services/child-activity-services.scss */
.tyres-child-activity-form .tyres-child-activity-services .list-group.services .list-group-item-heading small {
  display: block;
}

/* line 8, app/features/tyres/app/components/edit/parent-activity-edit/child-activity-edit/_child-activity-edit.scss */
.tyres-child-activity-form h2 {
  margin-bottom: 18px;
}

/* line 4, app/features/tyres/app/components/edit/parent-activity-edit/_parent-activity-edit.scss */
.tyres-parent-activity-edit .pager {
  text-align: left;
}

/* line 9, app/features/tyres/app/components/edit/parent-activity-edit/_parent-activity-edit.scss */
.tyres-parent-activity-edit .view-container .list-group {
  margin-bottom: 0;
}

/* line 12, app/features/tyres/app/components/edit/parent-activity-edit/_parent-activity-edit.scss */
.tyres-parent-activity-edit .view-container .list-group .list-group-item .list-group-item-heading small {
  display: block;
}

/* line 16, app/features/tyres/app/components/edit/parent-activity-edit/_parent-activity-edit.scss */
.tyres-parent-activity-edit .view-container .list-group:not(.no-select) .list-group-item:hover {
  cursor: pointer;
}

/* line 20, app/features/tyres/app/components/edit/parent-activity-edit/_parent-activity-edit.scss */
.tyres-parent-activity-edit .view-container .list-group.no-select .list-group-item:hover {
  background-color: inherit;
}

/* line 25, app/features/tyres/app/components/edit/parent-activity-edit/_parent-activity-edit.scss */
.tyres-parent-activity-edit .view-container .list-group .list-group-item.active {
  cursor: default;
  pointer-events: none;
}

/* line 29, app/features/tyres/app/components/edit/parent-activity-edit/_parent-activity-edit.scss */
.tyres-parent-activity-edit .view-container .list-group .list-group-item.active .list-group-item-text {
  color: #c7ddef;
}

/* line 34, app/features/tyres/app/components/edit/parent-activity-edit/_parent-activity-edit.scss */
.tyres-parent-activity-edit .view-container .list-group .list-group-item .content {
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

/* line 38, app/features/tyres/app/components/edit/parent-activity-edit/_parent-activity-edit.scss */
.tyres-parent-activity-edit .view-container .list-group .list-group-item .content .icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 8px 20px 8px 0;
  font-size: 2.5em;
  color: #959595;
}

/* line 47, app/features/tyres/app/components/edit/parent-activity-edit/_parent-activity-edit.scss */
.tyres-parent-activity-edit .view-container .list-group .list-group-item .content .text .list-group-item-text {
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

/* line 51, app/features/tyres/app/components/edit/parent-activity-edit/_parent-activity-edit.scss */
.tyres-parent-activity-edit .view-container .list-group .list-group-item .content .text .list-group-item-text p {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 57, app/features/tyres/app/components/edit/parent-activity-edit/_parent-activity-edit.scss */
.tyres-parent-activity-edit .view-container .list-group .list-group-item .content .text .glyphicon {
  color: #959595;
  margin: 0 8px 0 0;
}

/* line 6, app/features/tyres/app/components/edit/reception/tyre/tyre-data/tyre-dimensions-form/tyre-dimensions-form.scss */
.tyre-dimensions-form .tyre-dimensions-labels div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* line 11, app/features/tyres/app/components/edit/reception/tyre/tyre-data/tyre-dimensions-form/tyre-dimensions-form.scss */
.tyre-dimensions-form .tyre-dimensions-labels div.text {
  border-left: none !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 17, app/features/tyres/app/components/edit/reception/tyre/tyre-data/tyre-dimensions-form/tyre-dimensions-form.scss */
.tyre-dimensions-form .tyre-dimensions-labels div.text p {
  margin-top: 2px;
}

/* line 22, app/features/tyres/app/components/edit/reception/tyre/tyre-data/tyre-dimensions-form/tyre-dimensions-form.scss */
.tyre-dimensions-form .tyre-dimensions-labels div.last {
  min-height: 10px;
}

/* line 26, app/features/tyres/app/components/edit/reception/tyre/tyre-data/tyre-dimensions-form/tyre-dimensions-form.scss */
.tyre-dimensions-form .tyre-dimensions-labels div div {
  border-left: 1px solid #ddd;
}

/* line 30, app/features/tyres/app/components/edit/reception/tyre/tyre-data/tyre-dimensions-form/tyre-dimensions-form.scss */
.tyre-dimensions-form .tyre-dimensions-labels div > div {
  margin-left: 14px;
}

/* line 33, app/features/tyres/app/components/edit/reception/tyre/tyre-data/tyre-dimensions-form/tyre-dimensions-form.scss */
.tyre-dimensions-form .tyre-dimensions-labels div > div.text {
  margin-left: 0;
}

/* line 37, app/features/tyres/app/components/edit/reception/tyre/tyre-data/tyre-dimensions-form/tyre-dimensions-form.scss */
.tyre-dimensions-form .tyre-dimensions-labels div > div > div {
  margin-left: 49px;
}

/* line 40, app/features/tyres/app/components/edit/reception/tyre/tyre-data/tyre-dimensions-form/tyre-dimensions-form.scss */
.tyre-dimensions-form .tyre-dimensions-labels div > div > div.text {
  margin-left: 35px;
}

/* line 44, app/features/tyres/app/components/edit/reception/tyre/tyre-data/tyre-dimensions-form/tyre-dimensions-form.scss */
.tyre-dimensions-form .tyre-dimensions-labels div > div > div > div {
  margin-left: 42px;
}

/* line 47, app/features/tyres/app/components/edit/reception/tyre/tyre-data/tyre-dimensions-form/tyre-dimensions-form.scss */
.tyre-dimensions-form .tyre-dimensions-labels div > div > div > div.text {
  margin-left: 28px;
}

/* line 51, app/features/tyres/app/components/edit/reception/tyre/tyre-data/tyre-dimensions-form/tyre-dimensions-form.scss */
.tyre-dimensions-form .tyre-dimensions-labels div > div > div > div > div {
  margin-left: 35px;
}

/* line 54, app/features/tyres/app/components/edit/reception/tyre/tyre-data/tyre-dimensions-form/tyre-dimensions-form.scss */
.tyre-dimensions-form .tyre-dimensions-labels div > div > div > div > div.text {
  margin-left: 21px;
}

/* line 58, app/features/tyres/app/components/edit/reception/tyre/tyre-data/tyre-dimensions-form/tyre-dimensions-form.scss */
.tyre-dimensions-form .tyre-dimensions-labels div > div > div > div > div > div {
  margin-left: 42px;
}

/* line 61, app/features/tyres/app/components/edit/reception/tyre/tyre-data/tyre-dimensions-form/tyre-dimensions-form.scss */
.tyre-dimensions-form .tyre-dimensions-labels div > div > div > div > div > div.text {
  margin-left: 28px;
}

/* line 65, app/features/tyres/app/components/edit/reception/tyre/tyre-data/tyre-dimensions-form/tyre-dimensions-form.scss */
.tyre-dimensions-form .tyre-dimensions-labels div > div > div > div > div > div > div {
  margin-left: 42px;
}

/* line 75, app/features/tyres/app/components/edit/reception/tyre/tyre-data/tyre-dimensions-form/tyre-dimensions-form.scss */
.tyre-dimensions-form .tyre-dimensions-inputs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: row;
      flex-direction: row;
}

/* line 80, app/features/tyres/app/components/edit/reception/tyre/tyre-data/tyre-dimensions-form/tyre-dimensions-form.scss */
.tyre-dimensions-form .tyre-dimensions-inputs div:first-child > .form-control {
  border-left: 1px solid #ccc;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 85, app/features/tyres/app/components/edit/reception/tyre/tyre-data/tyre-dimensions-form/tyre-dimensions-form.scss */
.tyre-dimensions-form .tyre-dimensions-inputs div:first-child > .form-control.ng-touched.ng-invalid, .tyre-dimensions-form .tyre-dimensions-inputs div:first-child > .form-control.ng-touched.ng-invalid.ng-invalid-required, .tyre-dimensions-form .tyre-dimensions-inputs div:first-child > .form-control.ng-touched.ng-invalid, .tyre-dimensions-form .tyre-dimensions-inputs div:first-child > .form-control.ng-touched.ng-invalid.ng-invalid-required, .tyre-dimensions-form .tyre-dimensions-inputs div:first-child > .form-control.ng-touched.ng-invalid, .tyre-dimensions-form .tyre-dimensions-inputs div:first-child > .form-control.ng-touched.ng-invalid.ng-invalid-required, .tyre-dimensions-form .tyre-dimensions-inputs div:first-child > .form-control.ng-touched.ng-invalid, .tyre-dimensions-form .tyre-dimensions-inputs div:first-child > .form-control.ng-touched.ng-invalid.ng-invalid-required {
  border-left-color: #d9534f;
}

/* line 97, app/features/tyres/app/components/edit/reception/tyre/tyre-data/tyre-dimensions-form/tyre-dimensions-form.scss */
.tyre-dimensions-form .tyre-dimensions-inputs div:last-child > .form-control {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 102, app/features/tyres/app/components/edit/reception/tyre/tyre-data/tyre-dimensions-form/tyre-dimensions-form.scss */
.tyre-dimensions-form .tyre-dimensions-inputs div > .form-control {
  text-align: center;
  border-radius: 0;
  border-left: none;
}

/* line 108, app/features/tyres/app/components/edit/reception/tyre/tyre-data/tyre-dimensions-form/tyre-dimensions-form.scss */
.tyre-dimensions-form .tyre-dimensions-inputs .width {
  width: 49px;
}

/* line 112, app/features/tyres/app/components/edit/reception/tyre/tyre-data/tyre-dimensions-form/tyre-dimensions-form.scss */
.tyre-dimensions-form .tyre-dimensions-inputs .height {
  width: 42px;
}

/* line 116, app/features/tyres/app/components/edit/reception/tyre/tyre-data/tyre-dimensions-form/tyre-dimensions-form.scss */
.tyre-dimensions-form .tyre-dimensions-inputs .type {
  width: 35px;
}

/* line 120, app/features/tyres/app/components/edit/reception/tyre/tyre-data/tyre-dimensions-form/tyre-dimensions-form.scss */
.tyre-dimensions-form .tyre-dimensions-inputs .wheel-height {
  width: 42px;
}

/* line 124, app/features/tyres/app/components/edit/reception/tyre/tyre-data/tyre-dimensions-form/tyre-dimensions-form.scss */
.tyre-dimensions-form .tyre-dimensions-inputs .load-index {
  width: 49px;
}

/* line 128, app/features/tyres/app/components/edit/reception/tyre/tyre-data/tyre-dimensions-form/tyre-dimensions-form.scss */
.tyre-dimensions-form .tyre-dimensions-inputs .speed-index {
  width: 42px;
}

/* line 3, app/features/tyres/app/components/edit/reception/reception.scss */
.reception-container {
  max-width: 540px;
  display: block;
  margin: 0 auto;
}

/* line 8, app/features/tyres/app/components/edit/reception/reception.scss */
.reception-container > h1,
.reception-container > h2,
.reception-container > h3,
.reception-container > h4,
.reception-container > h5 {
  text-align: center;
}

/* line 17, app/features/tyres/app/components/edit/reception/reception.scss */
.reception-container .view-container p.caption {
  color: #2c699d;
  background: inherit;
}

/* line 25, app/features/tyres/app/components/edit/reception/reception.scss */
ul.list-group .list-group-item.clickable {
  cursor: pointer;
}

/* line 29, app/features/tyres/app/components/edit/reception/reception.scss */
ul.list-group .list-group-item .content {
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

/* line 33, app/features/tyres/app/components/edit/reception/reception.scss */
ul.list-group .list-group-item .content .image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 100px;
  max-height: 75px;
  padding: 0 15px 0 0;
}

/* line 44, app/features/tyres/app/components/edit/reception/reception.scss */
ul.list-group .list-group-item .content .image img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 4px;
}

/* line 52, app/features/tyres/app/components/edit/reception/reception.scss */
ul.list-group .list-group-item .content .icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 8px 20px 8px 0;
  font-size: 2.5em;
  color: #959595;
}

/* line 60, app/features/tyres/app/components/edit/reception/reception.scss */
ul.list-group .list-group-item .content .text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: column;
      flex-direction: column;
}

/* line 65, app/features/tyres/app/components/edit/reception/reception.scss */
ul.list-group .list-group-item .content .text .list-group-item-text {
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

/* line 69, app/features/tyres/app/components/edit/reception/reception.scss */
ul.list-group .list-group-item .content .text .list-group-item-text p {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 75, app/features/tyres/app/components/edit/reception/reception.scss */
ul.list-group .list-group-item .content .text .glyphicon {
  color: #959595;
  margin: 0 8px 0 0;
}

/* line 81, app/features/tyres/app/components/edit/reception/reception.scss */
ul.list-group .list-group-item .content .actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 6, app/features/tyres/app/components/edit/_edit.scss */
.tyres-services-form span.label {
  font-size: 1em !important;
}

/* line 10, app/features/tyres/app/components/edit/_edit.scss */
.tyres-services-form .service-type-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/* line 14, app/features/tyres/app/components/edit/_edit.scss */
.tyres-services-form .service-type-container .service-selection-indicator {
  padding-right: 6px;
}

/* line 19, app/features/tyres/app/components/edit/_edit.scss */
.tyres-services-form .service-type-container .service-name span.label {
  padding: 0;
}

/* line 2, app/features/tyres/app/components/list-overview/list-overview.scss */
.view-selection .glyphicon {
  margin-right: 8px;
}

/* line 2, app/features/tyres/app/components/service-modal/_service-modal.scss */
.icon-btn div {
  vertical-align: unset !important;
}

/* line 7, app/features/tyres/app/components/service-modal/_service-modal.scss */
.service-modal__input-group {
  width: 100%;
}

/* line 11, app/features/tyres/app/components/service-modal/_service-modal.scss */
.service-modal__service-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 2, app/features/tyres/app/components/overview/_overview.scss */
.tyres-overview .selector-container {
  max-width: 360px;
  margin: 0 auto;
  padding: 0 0 16px 0;
}

/* line 8, app/features/tyres/app/components/overview/_overview.scss */
.tyres-overview .tile.loading {
  background: #848788;
  border-color: #777a7b;
  cursor: not-allowed;
}

/* line 13, app/features/tyres/app/components/overview/_overview.scss */
.tyres-overview .tile.loading:hover {
  background: #848788;
  border-color: #777a7b;
}

/* line 2, app/features/tyres/app/components/calendar/search-modal/search-modal.scss */
.tyres-calendar-search-modal-container .btn-block {
  margin-top: 10px;
}

/* line 6, app/features/tyres/app/components/calendar/search-modal/search-modal.scss */
.tyres-calendar-search-modal-container .panel {
  margin-bottom: 0;
}

/* line 2, app/features/tyres/app/components/calendar/appointment-details-dialog/appointment-details-dialog.scss */
.appointment-details-dialog .info-tags {
  margin-bottom: 7px;
}

/* line 5, app/features/tyres/app/components/calendar/appointment-details-dialog/appointment-details-dialog.scss */
.appointment-details-dialog .info-tags .label {
  font-size: 14px;
  padding: 5px 8px;
  display: inline-block;
  margin: 0 8px 8px 0;
}

/* line 11, app/features/tyres/app/components/calendar/appointment-details-dialog/appointment-details-dialog.scss */
.appointment-details-dialog .info-tags .label.status-2 {
  background: #616161;
  color: rgba(255, 255, 255, 0.87);
}

/* line 15, app/features/tyres/app/components/calendar/appointment-details-dialog/appointment-details-dialog.scss */
.appointment-details-dialog .info-tags .label.status-2:hover {
  background: #424242;
  color: rgba(255, 255, 255, 0.87);
}

/* line 21, app/features/tyres/app/components/calendar/appointment-details-dialog/appointment-details-dialog.scss */
.appointment-details-dialog .info-tags .label.status-3 {
  background: #0097a7;
  color: white;
}

/* line 25, app/features/tyres/app/components/calendar/appointment-details-dialog/appointment-details-dialog.scss */
.appointment-details-dialog .info-tags .label.status-3:hover {
  background: #00838f;
  color: white;
}

/* line 31, app/features/tyres/app/components/calendar/appointment-details-dialog/appointment-details-dialog.scss */
.appointment-details-dialog .info-tags .label.status-4 {
  background: #4caf50;
  color: white;
}

/* line 35, app/features/tyres/app/components/calendar/appointment-details-dialog/appointment-details-dialog.scss */
.appointment-details-dialog .info-tags .label.status-4:hover {
  background: #388e3c;
  color: white;
}

/* line 41, app/features/tyres/app/components/calendar/appointment-details-dialog/appointment-details-dialog.scss */
.appointment-details-dialog .info-tags .label.status-5 {
  background: #f44336;
  color: white;
}

/* line 45, app/features/tyres/app/components/calendar/appointment-details-dialog/appointment-details-dialog.scss */
.appointment-details-dialog .info-tags .label.status-5:hover {
  background: #d32f2f;
  color: white;
}

/* line 51, app/features/tyres/app/components/calendar/appointment-details-dialog/appointment-details-dialog.scss */
.appointment-details-dialog .info-tags .label.status-6 {
  background: #ffc107;
  color: white;
}

/* line 55, app/features/tyres/app/components/calendar/appointment-details-dialog/appointment-details-dialog.scss */
.appointment-details-dialog .info-tags .label.status-6:hover {
  background: #ffa000;
  color: white;
}

/* line 62, app/features/tyres/app/components/calendar/appointment-details-dialog/appointment-details-dialog.scss */
.appointment-details-dialog .info-tags .glyphicon {
  font-size: 85%;
  margin: 0 3px 0 0;
}

/* line 69, app/features/tyres/app/components/calendar/appointment-details-dialog/appointment-details-dialog.scss */
.appointment-details-dialog activity-related-fields .form-group {
  margin-bottom: 5px;
}

/* line 2, app/features/tyres/app/components/calendar/booking-dialog/booking-dialog.scss */
.booking-dialog .modal-body form label.btn {
  text-align: left;
}

@media (min-width: 600px) {
  /* line 7, app/features/tyres/app/components/calendar/booking-dialog/booking-dialog.scss */
  .booking-dialog .modal-body form label.btn {
    padding-left: 75px;
  }
}

/* line 8, app/features/tyres/app/components/_components.scss */
.tyres-components #go-back {
  margin-bottom: 10px;
}

/* line 12, app/features/tyres/app/components/_components.scss */
.tyres-components span.label {
  display: block;
  margin-left: 0;
  padding-left: 0;
  font-weight: bold;
  color: #555;
  text-align: left;
  font-size: 1em;
}

/* line 22, app/features/tyres/app/components/_components.scss */
.tyres-components .dropdown-sm {
  margin: 0 !important;
}

/* line 4, app/features/tyres/app/_app.scss */
ui-view.tyres .alert,
ui-view.tyres .view-container,
ui-view.tyres .view-selection,
ui-view.tyres .table-scroll-container,
ui-view.tyres .list-group.services,
ui-view.tyres .document-container,
ui-view.tyres .document-group-preview {
  box-shadow: 3px 3px 3px #f2f2f2;
}

/* line 14, app/features/tyres/app/_app.scss */
ui-view.tyres .table-scroll-container {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow-y: auto;
  margin: 0 0 1em;
}

/* line 21, app/features/tyres/app/_app.scss */
ui-view.tyres .table-scroll-container > table {
  margin-bottom: 0;
  border: 0;
}

/* line 25, app/features/tyres/app/_app.scss */
ui-view.tyres .table-scroll-container > table th, ui-view.tyres .table-scroll-container > table td {
  white-space: nowrap;
}

/* line 29, app/features/tyres/app/_app.scss */
ui-view.tyres .table-scroll-container > table > thead > tr > th:first-child,
ui-view.tyres .table-scroll-container > table > tbody > tr > td:first-child {
  border-left: 0;
}

/* line 35, app/features/tyres/app/_app.scss */
ui-view.tyres .table-scroll-container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

/* line 41, app/features/tyres/app/_app.scss */
ui-view.tyres .table-scroll-container::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  /* line 51, app/features/tyres/app/_app.scss */
  ui-view.tyres div[ng-table-pagination] .ng-table-pager > div, ui-view.tyres div[ng-table-pagination] .ng-table-pager ul {
    display: block;
    float: left !important;
  }
  /* line 55, app/features/tyres/app/_app.scss */
  ui-view.tyres div[ng-table-pagination] .ng-table-pager > div:first-child, ui-view.tyres div[ng-table-pagination] .ng-table-pager ul:first-child {
    margin-bottom: 16px;
    margin-right: 8px;
  }
}

/* line 65, app/features/tyres/app/_app.scss */
table tfoot.summary {
  text-align: right;
  font-weight: 700;
}

/* line 69, app/features/tyres/app/_app.scss */
table tfoot.summary tr:first-child td {
  border-top-width: 3px;
  border-top-style: double;
}

/* line 2, app/features/spare-parts-management/app/components/overview/overview.scss */
.spare-parts-management div[ng-table-pagination] {
  margin-bottom: 15px;
}

/* line 2, app/features/spare-parts-management/app/components/details/need-to-act/need-to-act.scss */
spm-details .need-to-act-container .view-container {
  padding-bottom: 0;
}

/* line 5, app/features/spare-parts-management/app/components/details/need-to-act/need-to-act.scss */
spm-details .need-to-act-container .view-container p.caption {
  margin-bottom: 10px;
}

/* line 9, app/features/spare-parts-management/app/components/details/need-to-act/need-to-act.scss */
spm-details .need-to-act-container .view-container table {
  margin-bottom: 0;
}

/* line 12, app/features/spare-parts-management/app/components/details/need-to-act/need-to-act.scss */
spm-details .need-to-act-container .view-container table .no-data {
  text-align: center;
}

/* line 18, app/features/spare-parts-management/app/components/details/need-to-act/need-to-act.scss */
spm-details .need-to-act-container .view-container table tr > *:last-child,
spm-details .need-to-act-container .view-container table td > *:last-child {
  padding-right: 15px;
}

/* line 22, app/features/spare-parts-management/app/components/details/need-to-act/need-to-act.scss */
spm-details .need-to-act-container .view-container table tr > *:first-child,
spm-details .need-to-act-container .view-container table td > *:first-child {
  padding-left: 15px;
}

/* line 3, app/features/spare-parts-management/app/components/details/deliveries/deliveries.scss */
spm-details .deliveries-container table td.spare-part-remarks {
  font-size: 90%;
  max-width: 150px;
}

/* line 10, app/features/spare-parts-management/app/components/details/details.scss */
.deliveries-container .label-primary,
.backlog-container .label-primary,
.orders-container .label-primary,
.complete-list-container .label-primary {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  display: inline-block;
}

/* line 11, app/features/spare-parts-management/app/components/details/details.scss */
.deliveries-container .label-primary:not(:first-child),
.backlog-container .label-primary:not(:first-child),
.orders-container .label-primary:not(:first-child),
.complete-list-container .label-primary:not(:first-child) {
  margin-left: 5px;
}

/* line 21, app/features/spare-parts-management/app/components/details/details.scss */
.deliveries-container .label > button,
.backlog-container .label > button,
.orders-container .label > button,
.complete-list-container .label > button {
  font-size: 14px;
  margin-left: 5px;
  color: #fff;
  opacity: 0.5;
}

/* line 2, app/features/presettings/app/components/overview/overview.scss */
.presettings-overview-container .btn-group-container {
  display: -ms-flexbox;
  display: flex;
}

/* line 5, app/features/presettings/app/components/overview/overview.scss */
.presettings-overview-container .btn-group-container,
.presettings-overview-container .btn-group-container > * {
  transition: all ease-in 0.25s;
}

/* line 11, app/features/presettings/app/components/overview/overview.scss */
.presettings-overview-container .btn-group-container > .btn-group:first-child:not(:last-child) .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}

/* line 17, app/features/presettings/app/components/overview/overview.scss */
.presettings-overview-container .btn-group-container > .btn-group:not(:first-child):not(:last-child) .btn {
  border-radius: 0;
}

/* line 22, app/features/presettings/app/components/overview/overview.scss */
.presettings-overview-container .btn-group-container > .btn-group:not(:first-child):last-child:not(:nth-child(2)) {
  border-left: 0;
}

/* line 26, app/features/presettings/app/components/overview/overview.scss */
.presettings-overview-container .btn-group-container > .btn-group:not(:first-child):last-child .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 33, app/features/presettings/app/components/overview/overview.scss */
.presettings-overview-container .btn-group-container .btn-group:first-child {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
}

/* line 37, app/features/presettings/app/components/overview/overview.scss */
.presettings-overview-container .btn-group-container .btn-group:first-child .btn {
  width: 100%;
}

/* line 44, app/features/presettings/app/components/overview/overview.scss */
.presettings-overview-container table .col-btn {
  width: 75px;
}

/* line 47, app/features/presettings/app/components/overview/overview.scss */
.presettings-overview-container table .col-btn .glyphicon.btn-xs, .presettings-overview-container table .col-btn .btn-group-xs > .glyphicon.btn {
  top: unset;
}

/* line 52, app/features/presettings/app/components/overview/overview.scss */
.presettings-overview-container table .no-data {
  text-align: center;
}

/* line 56, app/features/presettings/app/components/overview/overview.scss */
.presettings-overview-container table table {
  margin: 10px 0 0 0;
}

/* line 3, app/features/presettings/app/components/edit/settings/general/general.scss */
.presettings-edit-settings-general-container .form-group .glyphicon.text-danger,
.presettings-copy-modal-container .form-group .glyphicon.text-danger {
  top: 0;
  margin-left: 5px;
  transition: opacity ease-in 0.5s;
  line-height: 33px;
}

/* line 10, app/features/presettings/app/components/edit/settings/general/general.scss */
.presettings-edit-settings-general-container .form-group .control-label,
.presettings-copy-modal-container .form-group .control-label {
  transition: color ease-in 0.5s;
}

/* line 15, app/features/presettings/app/components/edit/settings/general/general.scss */
.presettings-edit-settings-general-container .form-group:not(.has-error) .glyphicon.text-danger,
.presettings-copy-modal-container .form-group:not(.has-error) .glyphicon.text-danger {
  opacity: 0;
}

/* line 21, app/features/presettings/app/components/edit/settings/general/general.scss */
.presettings-edit-settings-general-container .form-group.has-error .glyphicon.text-danger,
.presettings-copy-modal-container .form-group.has-error .glyphicon.text-danger {
  display: inline;
}

/* line 2, app/features/presettings/app/components/edit/settings/stakeholders/modal/modal.scss */
.presettings-edit-settings-stakeholders-modal-container tbody tr td.service-type {
  padding-top: 16px;
}

/* line 6, app/features/presettings/app/components/edit/settings/stakeholders/modal/modal.scss */
.presettings-edit-settings-stakeholders-modal-container .large-info-glyph {
  top: -2px;
}

/* line 3, app/features/presettings/app/components/edit/settings/stakeholders/stakeholders.scss */
tr.drag-handle {
  cursor: pointer;
}

/* line 6, app/features/presettings/app/components/edit/settings/stakeholders/stakeholders.scss */
tr.drag-handle span.drag-indicator {
  margin-right: 15px;
  color: #ccc;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 1px;
  position: relative;
}

/* line 14, app/features/presettings/app/components/edit/settings/stakeholders/stakeholders.scss */
tr.drag-handle span.drag-indicator::before {
  content: ':::';
}

/* line 5, app/features/presettings/app/components/edit/services/pdr/pdr.scss */
.presettings-edit-services-pdr-container .view-container.additional-effort span.switch.medium, .presettings-edit-services-pdr-container .view-container.consumables span.switch.medium {
  top: 6px;
}

/* line 11, app/features/presettings/app/components/edit/services/pdr/pdr.scss */
.presettings-edit-services-pdr-container .view-container.additional-effort label {
  width: 50px;
}

/* line 17, app/features/presettings/app/components/edit/services/pdr/pdr.scss */
.presettings-edit-services-pdr-container .view-container.consumables label:not(.required) {
  width: 125px;
}

/* line 23, app/features/presettings/app/components/edit/services/pdr/pdr.scss */
.presettings-edit-services-pdr-container switch.inactive > * {
  pointer-events: none;
  cursor: not-allowed;
}

/* line 5, app/features/presettings/app/components/edit/edit.scss */
.presettings-edit-container li.list-group-item.no-hover {
  cursor: default;
}

/* line 8, app/features/presettings/app/components/edit/edit.scss */
.presettings-edit-container li.list-group-item.no-hover:hover {
  background: unset !important;
}

/* line 14, app/features/presettings/app/components/edit/edit.scss */
.presettings-edit-container li.list-group-item .badge {
  margin-left: 5px;
  margin-top: -2px;
}

/* line 2, app/features/presettings/app/components/basic-service-preset-inputs/basic-service-preset-inputs.styles.scss */
.presettings-basic-service-preset-inputs-container .glyphicon.glyphicon-info-sign {
  color: #2c699d;
  cursor: pointer;
}

/* line 3, app/features/presettings/app/components/collection-list/collection-list.scss */
.presettings-collection-list-container table .col-btn {
  width: 75px;
}

/* line 6, app/features/presettings/app/components/collection-list/collection-list.scss */
.presettings-collection-list-container table .col-btn .glyphicon.btn-xs, .presettings-collection-list-container table .col-btn .btn-group-xs > .glyphicon.btn {
  top: unset;
}

/* line 11, app/features/presettings/app/components/collection-list/collection-list.scss */
.presettings-collection-list-container table td .label {
  margin-left: 8px;
  font-size: 85%;
}

/* line 16, app/features/presettings/app/components/collection-list/collection-list.scss */
.presettings-collection-list-container table .no-data {
  text-align: center;
}

/* line 20, app/features/presettings/app/components/collection-list/collection-list.scss */
.presettings-collection-list-container table table {
  margin: 10px 0 0 0;
}

/* line 2, app/features/presettings/app/components/damage-categories/edit/condition-group-modal/condition-modal/condition-modal.scss */
.modal-body#conditionModalBody .form-group-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
}

/* line 6, app/features/presettings/app/components/damage-categories/edit/condition-group-modal/condition-modal/condition-modal.scss */
.modal-body#conditionModalBody .form-group-row .form-group {
  -ms-flex: 1;
      flex: 1;
  margin: 0 15px 15px 15px;
}

/* line 10, app/features/presettings/app/components/damage-categories/edit/condition-group-modal/condition-modal/condition-modal.scss */
.modal-body#conditionModalBody .form-group-row .form-group:first-child {
  margin-left: 0;
}

/* line 14, app/features/presettings/app/components/damage-categories/edit/condition-group-modal/condition-modal/condition-modal.scss */
.modal-body#conditionModalBody .form-group-row .form-group:last-child {
  margin-right: 0;
}

/* line 18, app/features/presettings/app/components/damage-categories/edit/condition-group-modal/condition-modal/condition-modal.scss */
.modal-body#conditionModalBody .form-group-row .form-group .boolean-select .btn-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
}

/* line 22, app/features/presettings/app/components/damage-categories/edit/condition-group-modal/condition-modal/condition-modal.scss */
.modal-body#conditionModalBody .form-group-row .form-group .boolean-select .btn-group .btn {
  -ms-flex: 1;
      flex: 1;
}

/* line 30, app/features/presettings/app/components/damage-categories/edit/condition-group-modal/condition-modal/condition-modal.scss */
.modal-footer#conditionModalFooter > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: row;
      flex-flow: row;
}

/* line 35, app/features/presettings/app/components/damage-categories/edit/condition-group-modal/condition-modal/condition-modal.scss */
.modal-footer#conditionModalFooter > div span.spacer {
  -ms-flex: 1;
      flex: 1;
}

/* line 4, app/features/presettings/app/components/damage-categories/edit/condition-group-modal/condition-group-modal.scss */
.modal-body#conditionGroupModalBody .form-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
}

/* line 8, app/features/presettings/app/components/damage-categories/edit/condition-group-modal/condition-group-modal.scss */
.modal-body#conditionGroupModalBody .form-group .radio:first-of-type {
  margin-top: 0;
}

/* line 13, app/features/presettings/app/components/damage-categories/edit/condition-group-modal/condition-group-modal.scss */
.modal-body#conditionGroupModalBody form > .actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-bottom: 15px;
}

/* line 21, app/features/presettings/app/components/damage-categories/edit/condition-group-modal/condition-group-modal.scss */
.modal-body#conditionGroupModalBody .table-container {
  margin-top: 15px;
}

/* line 24, app/features/presettings/app/components/damage-categories/edit/condition-group-modal/condition-group-modal.scss */
.modal-body#conditionGroupModalBody .table-container .table > tbody > tr > td {
  vertical-align: middle;
}

/* line 28, app/features/presettings/app/components/damage-categories/edit/condition-group-modal/condition-group-modal.scss */
.modal-body#conditionGroupModalBody .table-container table tr td .table-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: end;
}

/* line 35, app/features/presettings/app/components/damage-categories/edit/condition-group-modal/condition-group-modal.scss */
.modal-body#conditionGroupModalBody .table-container table tr td .table-actions button.btn {
  margin: 0 4px;
}

/* line 38, app/features/presettings/app/components/damage-categories/edit/condition-group-modal/condition-group-modal.scss */
.modal-body#conditionGroupModalBody .table-container table tr td .table-actions button.btn:first-child {
  margin-left: 0;
}

/* line 42, app/features/presettings/app/components/damage-categories/edit/condition-group-modal/condition-group-modal.scss */
.modal-body#conditionGroupModalBody .table-container table tr td .table-actions button.btn:last-child {
  margin-right: 0;
}

/* line 50, app/features/presettings/app/components/damage-categories/edit/condition-group-modal/condition-group-modal.scss */
.modal-footer#conditionGroupModalFooter > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: row;
      flex-flow: row;
}

/* line 55, app/features/presettings/app/components/damage-categories/edit/condition-group-modal/condition-group-modal.scss */
.modal-footer#conditionGroupModalFooter > div span.spacer {
  -ms-flex: 1;
      flex: 1;
}

/* line 4, app/features/presettings/app/components/damage-categories/edit/edit.scss */
.presettings-damage-categories-edit-container .form-group-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
      flex-flow: row;
}

/* line 8, app/features/presettings/app/components/damage-categories/edit/edit.scss */
.presettings-damage-categories-edit-container .form-group-row .form-group {
  -ms-flex: 1;
      flex: 1;
  margin: 0 15px 15px 15px;
}

/* line 12, app/features/presettings/app/components/damage-categories/edit/edit.scss */
.presettings-damage-categories-edit-container .form-group-row .form-group:first-child {
  margin-left: 0;
}

/* line 16, app/features/presettings/app/components/damage-categories/edit/edit.scss */
.presettings-damage-categories-edit-container .form-group-row .form-group:last-child {
  margin-right: 0;
}

/* line 22, app/features/presettings/app/components/damage-categories/edit/edit.scss */
.presettings-damage-categories-edit-container .view-container > .actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: row;
      flex-flow: row;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-bottom: 15px;
}

/* line 30, app/features/presettings/app/components/damage-categories/edit/edit.scss */
.presettings-damage-categories-edit-container .alert.alert-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: row;
      flex-flow: row;
  margin-bottom: 15px;
}

/* line 36, app/features/presettings/app/components/damage-categories/edit/edit.scss */
.presettings-damage-categories-edit-container .alert.alert-info .icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-right: 14px;
}

/* line 42, app/features/presettings/app/components/damage-categories/edit/edit.scss */
.presettings-damage-categories-edit-container .alert.alert-info .icon .glyphicon {
  font-size: 18px;
}

/* line 48, app/features/presettings/app/components/damage-categories/edit/edit.scss */
.presettings-damage-categories-edit-container .alert.alert-info .text p {
  margin: 0;
}

/* line 55, app/features/presettings/app/components/damage-categories/edit/edit.scss */
.presettings-damage-categories-edit-container .container-group .view-container {
  border-radius: 0;
  border-bottom: 0;
  margin: 0;
}

/* line 60, app/features/presettings/app/components/damage-categories/edit/edit.scss */
.presettings-damage-categories-edit-container .container-group .view-container:not(.disabled) {
  cursor: pointer;
}

/* line 64, app/features/presettings/app/components/damage-categories/edit/edit.scss */
.presettings-damage-categories-edit-container .container-group .view-container .info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: row;
      flex-flow: row;
}

/* line 69, app/features/presettings/app/components/damage-categories/edit/edit.scss */
.presettings-damage-categories-edit-container .container-group .view-container .info .caption {
  -ms-flex: 1;
      flex: 1;
}

/* line 74, app/features/presettings/app/components/damage-categories/edit/edit.scss */
.presettings-damage-categories-edit-container .container-group .view-container p.no-data {
  text-align: center;
  font-style: italic;
  margin: 0;
}

/* line 80, app/features/presettings/app/components/damage-categories/edit/edit.scss */
.presettings-damage-categories-edit-container .container-group .view-container .mode {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: row;
      flex-flow: row;
}

/* line 85, app/features/presettings/app/components/damage-categories/edit/edit.scss */
.presettings-damage-categories-edit-container .container-group .view-container .mode label {
  margin-right: 8px;
}

/* line 89, app/features/presettings/app/components/damage-categories/edit/edit.scss */
.presettings-damage-categories-edit-container .container-group .view-container .mode p.form-control-static {
  min-height: 0;
  padding: 0;
}

/* line 95, app/features/presettings/app/components/damage-categories/edit/edit.scss */
.presettings-damage-categories-edit-container .container-group .view-container p.caption {
  background: transparent;
}

/* line 99, app/features/presettings/app/components/damage-categories/edit/edit.scss */
.presettings-damage-categories-edit-container .container-group .view-container:not(.disabled):hover {
  background: #f4f4f4;
}

/* line 103, app/features/presettings/app/components/damage-categories/edit/edit.scss */
.presettings-damage-categories-edit-container .container-group .view-container:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 108, app/features/presettings/app/components/damage-categories/edit/edit.scss */
.presettings-damage-categories-edit-container .container-group .view-container:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

/* line 116, app/features/presettings/app/components/damage-categories/edit/edit.scss */
.presettings-damage-categories-edit-container .container-group .view-container .conditions-container .conditions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: row;
      flex-flow: row;
  background: #f9f9f9;
  border-radius: 4px;
  border: 1px solid #ddd;
}

/* line 125, app/features/presettings/app/components/damage-categories/edit/edit.scss */
.presettings-damage-categories-edit-container .container-group .view-container .conditions-container .conditions .column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
}

/* line 129, app/features/presettings/app/components/damage-categories/edit/edit.scss */
.presettings-damage-categories-edit-container .container-group .view-container .conditions-container .conditions .column:last-child {
  -ms-flex: 1;
      flex: 1;
}

/* line 133, app/features/presettings/app/components/damage-categories/edit/edit.scss */
.presettings-damage-categories-edit-container .container-group .view-container .conditions-container .conditions .column .cell {
  padding: 12px;
  line-height: 1.42857;
}

/* line 137, app/features/presettings/app/components/damage-categories/edit/edit.scss */
.presettings-damage-categories-edit-container .container-group .view-container .conditions-container .conditions .column .cell .label {
  font-size: 85%;
}

/* line 141, app/features/presettings/app/components/damage-categories/edit/edit.scss */
.presettings-damage-categories-edit-container .container-group .view-container .conditions-container .conditions .column .cell:not(:first-child) {
  border-top: 1px solid #ddd;
}

/* line 2, app/features/presettings/app/components/damage-category-list/damage-category-list.scss */
.presettings-damage-category-list-container .actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  margin: 0 -15px 15px -15px;
}

/* line 8, app/features/presettings/app/components/damage-category-list/damage-category-list.scss */
.presettings-damage-category-list-container .actions .filters {
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  -ms-flex: 1;
      flex: 1;
}

/* line 13, app/features/presettings/app/components/damage-category-list/damage-category-list.scss */
.presettings-damage-category-list-container .actions .filters .form-group {
  -ms-flex: 1;
      flex: 1;
}

/* line 16, app/features/presettings/app/components/damage-category-list/damage-category-list.scss */
.presettings-damage-category-list-container .actions .filters .form-group:first-child {
  margin-left: 0;
}

/* line 20, app/features/presettings/app/components/damage-category-list/damage-category-list.scss */
.presettings-damage-category-list-container .actions .filters .form-group:last-child {
  margin-right: 0;
}

/* line 26, app/features/presettings/app/components/damage-category-list/damage-category-list.scss */
.presettings-damage-category-list-container .actions .buttons {
  padding: 0 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  width: 25%;
  margin-left: 30px;
  align-items: end;
}

/* line 37, app/features/presettings/app/components/damage-category-list/damage-category-list.scss */
.presettings-damage-category-list-container .table-container .table > tbody > tr > td {
  vertical-align: middle;
}

/* line 41, app/features/presettings/app/components/damage-category-list/damage-category-list.scss */
.presettings-damage-category-list-container .table-container table tr td.drag-indicator {
  width: 32px;
}

/* line 44, app/features/presettings/app/components/damage-category-list/damage-category-list.scss */
.presettings-damage-category-list-container .table-container table tr td.drag-indicator span {
  cursor: pointer;
  color: #ccc;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 1px;
  position: relative;
}

/* line 52, app/features/presettings/app/components/damage-category-list/damage-category-list.scss */
.presettings-damage-category-list-container .table-container table tr td.drag-indicator span::before {
  content: ':::';
}

/* line 58, app/features/presettings/app/components/damage-category-list/damage-category-list.scss */
.presettings-damage-category-list-container .table-container table tr td.color-indicator {
  width: 32px;
}

/* line 61, app/features/presettings/app/components/damage-category-list/damage-category-list.scss */
.presettings-damage-category-list-container .table-container table tr td.color-indicator span {
  display: block;
  height: 18px;
  width: 18px;
  border-radius: 50%;
}

/* line 69, app/features/presettings/app/components/damage-category-list/damage-category-list.scss */
.presettings-damage-category-list-container .table-container table tr td .table-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: end;
}

/* line 76, app/features/presettings/app/components/damage-category-list/damage-category-list.scss */
.presettings-damage-category-list-container .table-container table tr td .table-actions button.btn {
  margin: 0 4px;
}

/* line 79, app/features/presettings/app/components/damage-category-list/damage-category-list.scss */
.presettings-damage-category-list-container .table-container table tr td .table-actions button.btn:first-child {
  margin-left: 0;
}

/* line 83, app/features/presettings/app/components/damage-category-list/damage-category-list.scss */
.presettings-damage-category-list-container .table-container table tr td .table-actions button.btn:last-child {
  margin-right: 0;
}

/* line 3, app/features/presettings/app/components/products/edit/settings/settings.scss */
.product-presettings-edit-settings-container .form-group .glyphicon.text-danger,
.product-presettings-copy-modal-container .form-group .glyphicon.text-danger {
  top: 0;
  margin-left: 5px;
  transition: opacity ease-in 0.5s;
  line-height: 33px;
}

/* line 10, app/features/presettings/app/components/products/edit/settings/settings.scss */
.product-presettings-edit-settings-container .form-group .control-label,
.product-presettings-copy-modal-container .form-group .control-label {
  transition: color ease-in 0.5s;
}

/* line 15, app/features/presettings/app/components/products/edit/settings/settings.scss */
.product-presettings-edit-settings-container .form-group:not(.has-error) .glyphicon.text-danger,
.product-presettings-copy-modal-container .form-group:not(.has-error) .glyphicon.text-danger {
  opacity: 0;
}

/* line 21, app/features/presettings/app/components/products/edit/settings/settings.scss */
.product-presettings-edit-settings-container .form-group.has-error .glyphicon.text-danger,
.product-presettings-copy-modal-container .form-group.has-error .glyphicon.text-danger {
  display: inline;
}

/* line 2, app/features/presettings/app/components/products/edit/products/products.scss */
.product-presettings-edit-products-container table > tbody > tr:not(.no-data) > td {
  line-height: 28px;
}

/* line 8, app/features/presettings/app/components/products/edit/products/products.scss */
.product-presettings-edit-products-modal-container .view-container > .view-container:last-child {
  margin-bottom: 0;
}

/* line 12, app/features/presettings/app/components/products/edit/products/products.scss */
.product-presettings-edit-products-modal-container table {
  margin: 0;
}

/* line 16, app/features/presettings/app/components/products/edit/products/products.scss */
.product-presettings-edit-products-modal-container table > tbody > tr:not(.no-data) > td {
  line-height: 34px;
}

/* line 20, app/features/presettings/app/components/products/edit/products/products.scss */
.product-presettings-edit-products-modal-container table tr.odd {
  background-color: #f9f9f9;
}

/* line 24, app/features/presettings/app/components/products/edit/products/products.scss */
.product-presettings-edit-products-modal-container table th,
.product-presettings-edit-products-modal-container table tr {
  width: 40%;
}

/* line 28, app/features/presettings/app/components/products/edit/products/products.scss */
.product-presettings-edit-products-modal-container table th:last-child,
.product-presettings-edit-products-modal-container table tr:last-child {
  width: 20%;
}

/* line 34, app/features/presettings/app/components/products/edit/products/products.scss */
.product-presettings-edit-products-modal-container .client-options-container .card-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 38, app/features/presettings/app/components/products/edit/products/products.scss */
.product-presettings-edit-products-modal-container .client-options-container .card-container .card {
  -ms-flex: 1;
      flex: 1;
}

/* line 41, app/features/presettings/app/components/products/edit/products/products.scss */
.product-presettings-edit-products-modal-container .client-options-container .card-container .card:not(:last-child) {
  margin-right: 20px;
}

/* line 46, app/features/presettings/app/components/products/edit/products/products.scss */
.product-presettings-edit-products-modal-container .client-options-container .card-container .card .procon-list li {
  display: block;
  padding-left: 17px;
}

/* line 50, app/features/presettings/app/components/products/edit/products/products.scss */
.product-presettings-edit-products-modal-container .client-options-container .card-container .card .procon-list li:before {
  font-family: 'Glyphicons Regular';
  font-size: 14px;
  float: left;
  margin-left: -17px;
}

/* line 57, app/features/presettings/app/components/products/edit/products/products.scss */
.product-presettings-edit-products-modal-container .client-options-container .card-container .card .procon-list li.pro:before {
  content: "\e191";
  color: #5cb85c;
}

/* line 62, app/features/presettings/app/components/products/edit/products/products.scss */
.product-presettings-edit-products-modal-container .client-options-container .card-container .card .procon-list li.con:before {
  content: "\e192";
  color: #d9534f;
}

/* line 68, app/features/presettings/app/components/products/edit/products/products.scss */
.product-presettings-edit-products-modal-container .client-options-container .card-container .card .procon-list .group-input {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
}

/* line 73, app/features/presettings/app/components/products/edit/products/products.scss */
.product-presettings-edit-products-modal-container .client-options-container .card-container .card .procon-list .group-input .input-add {
  line-height: 14px;
  font-size: 14px;
  padding: 2px 6px;
  height: 22px;
  border-radius: 5px 0 0 5px;
  margin-left: 4px;
}

/* line 82, app/features/presettings/app/components/products/edit/products/products.scss */
.product-presettings-edit-products-modal-container .client-options-container .card-container .card .procon-list .group-input .btn {
  font-size: 12px;
  height: 22px;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0 5px 5px 0;
  -ms-flex-align: stretch;
      align-items: stretch;
  border: 1px #ccc solid;
  border-left: 0;
}

/* line 91, app/features/presettings/app/components/products/edit/products/products.scss */
.product-presettings-edit-products-modal-container .client-options-container .card-container .card .procon-list .group-input .btn i {
  line-height: 14px;
  margin-right: 4px;
}

/* line 100, app/features/presettings/app/components/products/edit/products/products.scss */
.product-presettings-edit-products-modal-container .client-options-container .card-container .payout-table {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 15px;
}

/* line 105, app/features/presettings/app/components/products/edit/products/products.scss */
.product-presettings-edit-products-modal-container .client-options-container .card-container .payout-table td {
  line-height: 20px;
}

/* line 109, app/features/presettings/app/components/products/edit/products/products.scss */
.product-presettings-edit-products-modal-container .client-options-container .card-container .payout-table .amount {
  font-family: 'Courier New', Courier, monospace;
}

/* line 114, app/features/presettings/app/components/products/edit/products/products.scss */
.product-presettings-edit-products-modal-container .client-options-container .card-container .card-amount {
  margin-bottom: 10px;
}

/* line 117, app/features/presettings/app/components/products/edit/products/products.scss */
.product-presettings-edit-products-modal-container .client-options-container .card-container .card-amount.margin-bot {
  margin-bottom: 70px;
}

/* line 5, app/features/presettings/app/components/products/edit/edit.scss */
.product-presettings-edit-container li.list-group-item.no-hover {
  cursor: default;
}

/* line 8, app/features/presettings/app/components/products/edit/edit.scss */
.product-presettings-edit-container li.list-group-item.no-hover:hover {
  background: unset !important;
}

/* line 14, app/features/presettings/app/components/products/edit/edit.scss */
.product-presettings-edit-container li.list-group-item .badge {
  float: right;
  margin-left: 5px;
  margin-top: -2px;
}

/* line 3, app/features/presettings/app/components/product-presets-list/product-presets-list.scss */
.presettings-product-presets-list-container table .col-btn {
  width: 75px;
}

/* line 6, app/features/presettings/app/components/product-presets-list/product-presets-list.scss */
.presettings-product-presets-list-container table .col-btn .glyphicon.btn-xs, .presettings-product-presets-list-container table .col-btn .btn-group-xs > .glyphicon.btn {
  top: unset;
}

/* line 11, app/features/presettings/app/components/product-presets-list/product-presets-list.scss */
.presettings-product-presets-list-container table td .label {
  margin-left: 8px;
  font-size: 85%;
}

/* line 16, app/features/presettings/app/components/product-presets-list/product-presets-list.scss */
.presettings-product-presets-list-container table .no-data {
  text-align: center;
}

/* line 20, app/features/presettings/app/components/product-presets-list/product-presets-list.scss */
.presettings-product-presets-list-container table table {
  margin: 10px 0 0 0;
}

/* line 2, app/features/presettings/app/components/product-configurations/edit/selectors/selectors.scss */
.presettings-edit-product-configuration-container .form-group .glyphicon.text-danger {
  top: 0;
  margin-left: 5px;
  transition: opacity ease-in 0.5s;
  line-height: 33px;
}

/* line 9, app/features/presettings/app/components/product-configurations/edit/selectors/selectors.scss */
.presettings-edit-product-configuration-container .form-group .control-label {
  transition: color ease-in 0.5s;
}

/* line 14, app/features/presettings/app/components/product-configurations/edit/selectors/selectors.scss */
.presettings-edit-product-configuration-container .form-group:not(.has-error) .glyphicon.text-danger {
  opacity: 0;
}

/* line 20, app/features/presettings/app/components/product-configurations/edit/selectors/selectors.scss */
.presettings-edit-product-configuration-container .form-group.has-error .glyphicon.text-danger {
  display: inline;
}

/* line 3, app/features/presettings/app/components/product-configurations/edit/products/products.scss */
.product-presets-edit-products-container table .col-btn {
  width: 74px;
}

/* line 6, app/features/presettings/app/components/product-configurations/edit/products/products.scss */
.product-presets-edit-products-container table .col-btn .glyphicon.btn-xs, .product-presets-edit-products-container table .col-btn .btn-group-xs > .glyphicon.btn {
  top: unset;
}

/* line 11, app/features/presettings/app/components/product-configurations/edit/products/products.scss */
.product-presets-edit-products-container table td .label {
  margin-left: 8px;
  font-size: 85%;
}

/* line 16, app/features/presettings/app/components/product-configurations/edit/products/products.scss */
.product-presets-edit-products-container table .no-data {
  text-align: center;
}

/* line 20, app/features/presettings/app/components/product-configurations/edit/products/products.scss */
.product-presets-edit-products-container table table {
  margin: 10px 0 0 0;
}

/* line 5, app/features/presettings/app/components/product-configurations/edit/edit.scss */
.product-configurations-edit-container li.list-group-item.no-hover {
  cursor: default;
}

/* line 8, app/features/presettings/app/components/product-configurations/edit/edit.scss */
.product-configurations-edit-container li.list-group-item.no-hover:hover {
  background: unset !important;
}

/* line 13, app/features/presettings/app/components/product-configurations/edit/edit.scss */
.product-configurations-edit-container li.list-group-item .badge {
  float: right;
  margin-left: 5px;
  margin-top: -2px;
}

/* line 20, app/features/presettings/app/components/product-configurations/edit/edit.scss */
.product-configurations-edit-container .btn-position {
  position: relative;
  top: -1.95em;
  left: 97%;
  cursor: pointer;
}

/* line 2, app/features/presettings/app/components/system-defaults/labour-defaults/_labour-defaults.scss */
.presettings-edit-container .list-group-item-caption {
  -ms-flex-positive: 1;
      flex-grow: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 12, app/features/presettings/app/components/system-defaults/labour-defaults/_labour-defaults.scss */
.presettings-edit-container .list-group-item.active .clone-area a {
  color: #fff !important;
}

/* line 1, app/features/repairs/components/repair-list/_repaires.list.scss */
.scroll-table {
  overflow-x: scroll;
}

/* line 1, app/components/error-page/_error-page.scss */
.error-page {
  margin-top: 50px;
}

/* line 4, app/components/error-page/_error-page.scss */
.error-page h1 {
  font-weight: 500;
}

/* line 8, app/components/error-page/_error-page.scss */
.error-page .error-code > h1 {
  font-weight: 700;
  font-size: 110px;
}

/* line 13, app/components/error-page/_error-page.scss */
.error-page .error-message {
  font-size: 20px;
}

/* line 17, app/components/error-page/_error-page.scss */
.error-page .error-detail {
  margin-top: 15px;
}

/* line 21, app/components/error-page/_error-page.scss */
.error-page .error-actions {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 12, app/components/homepage/_homepage.scss */
.tile-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 18, app/components/homepage/_homepage.scss */
.tile-container .tile {
  height: 216px;
  width: 216px;
  margin: 5px 0 5px;
  background: #003e70;
  color: #fff;
  border: 1px solid #002b4c;
  border-radius: 8px;
  border-radius: 3px 3px 3px 3px;
  font-size: 16px;
  color: #d6d6d6;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transition: transform 0.5s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 37, app/components/homepage/_homepage.scss */
.tile-container .tile:hover {
  background: #002b4c;
  border-color: #003e70;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* line 42, app/components/homepage/_homepage.scss */
.tile-container .tile:hover a .icon span.glyphicon {
  opacity: 1;
}

/* line 47, app/components/homepage/_homepage.scss */
.tile-container .tile a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  height: 100%;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: inherit;
  background: transparent;
  text-decoration: none;
}

/* line 59, app/components/homepage/_homepage.scss */
.tile-container .tile a .icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 80%;
}

/* line 65, app/components/homepage/_homepage.scss */
.tile-container .tile a .icon::before {
  padding-top: 100%;
  float: left;
  content: '';
}

/* line 71, app/components/homepage/_homepage.scss */
.tile-container .tile a .icon span.glyphicon {
  opacity: .95;
  font-size: 95.5px;
}

/* line 77, app/components/homepage/_homepage.scss */
.tile-container .tile a .title {
  -ms-flex: 1;
      flex: 1;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 15px;
  padding: 0 8px;
}

@media (max-width: 767px) {
  /* line 93, app/components/homepage/_homepage.scss */
  .tile-container .tile {
    height: 183.6px;
    width: 183.6px;
  }
  /* line 97, app/components/homepage/_homepage.scss */
  .tile-container .tile a .icon span.glyphicon {
    font-size: 79.3px;
  }
  /* line 101, app/components/homepage/_homepage.scss */
  .tile-container .tile a .title {
    margin-bottom: 10px;
    font-size: 90%;
  }
}

/* line 2, app/components/login/_login.scss */
.login.inModal {
  background: #ffffff;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 5px;
  border-radius: 5px;
}

/* line 10, app/components/login/_login.scss */
.login .token-reset-alert .btn {
  margin-top: 16px;
}

/* line 14, app/components/login/_login.scss */
.login .token-reset-alert .progress {
  margin: 15px -15px -15px -15px;
  box-shadow: none;
  background: transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height: 4px;
}

/* line 1, app/components/loading-indicator/_loading-indicator.scss */
.loading-indicator-overlay {
  display: none;
  position: fixed;
  z-index: 1100;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: white url("../images/loading-indicator.svg") 50% 50% no-repeat;
}

/* line 14, app/components/loading-indicator/_loading-indicator.scss */
.loading-indicator-overlay h1 {
  margin-top: 250px;
  text-align: center;
}

/* line 20, app/components/loading-indicator/_loading-indicator.scss */
.init-loader {
  display: none;
}

/* line 25, app/components/loading-indicator/_loading-indicator.scss */
body.init .init-loader {
  display: block;
}

/* line 29, app/components/loading-indicator/_loading-indicator.scss */
body.init loading-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* line 36, app/components/loading-indicator/_loading-indicator.scss */
body.loading {
  overflow: hidden;
}

/* line 40, app/components/loading-indicator/_loading-indicator.scss */
body.loading .loading-indicator-overlay {
  display: block;
}

/* line 2, app/components/navigation-bar/user-profile/_user-profile.scss */
.navigation-bar-user-profile #avatar-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 120px;
}

/* line 11, app/components/navigation-bar/user-profile/_user-profile.scss */
.navigation-bar-user-profile #avatar-container #picture-container {
  border-radius: 4px;
  border: solid 1px #ddd;
  overflow: hidden;
}

/* line 17, app/components/navigation-bar/user-profile/_user-profile.scss */
.navigation-bar-user-profile #avatar-container img {
  max-height: 115px;
}

/* line 21, app/components/navigation-bar/user-profile/_user-profile.scss */
.navigation-bar-user-profile #avatar-container #avatar-placeholder {
  height: 120px;
  width: 120px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #888;
}

/* line 31, app/components/navigation-bar/user-profile/_user-profile.scss */
.navigation-bar-user-profile #avatar-container #avatar-placeholder .glyphicon {
  display: inherit;
  position: inherit;
  top: 0;
  line-height: inherit;
  font-size: 200%;
}

/* line 40, app/components/navigation-bar/user-profile/_user-profile.scss */
.navigation-bar-user-profile #avatar-container #avatar-interactions {
  padding: 15px;
}

/* line 42, app/components/navigation-bar/user-profile/_user-profile.scss */
.navigation-bar-user-profile #avatar-container #avatar-interactions div {
  margin-bottom: 15px;
}

/* line 45, app/components/navigation-bar/user-profile/_user-profile.scss */
.navigation-bar-user-profile #avatar-container #avatar-interactions div:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  /* line 8, app/components/navigation-bar/_navigation-bar.scss */
  navigation-bar nav.navigation-bar .info {
    display: none;
  }
  /* line 12, app/components/navigation-bar/_navigation-bar.scss */
  .spacer {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media (max-width: 768px) {
  /* line 19, app/components/navigation-bar/_navigation-bar.scss */
  navigation-bar div.toolbar-container div.dropmenu {
    position: static;
  }
  /* line 22, app/components/navigation-bar/_navigation-bar.scss */
  navigation-bar div.toolbar-container div.dropmenu .dropdown-menu {
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    border-radius: 0;
  }
  /* line 30, app/components/navigation-bar/_navigation-bar.scss */
  navigation-bar div.toolbar-container div.dropmenu .dropdown-menu > li > a {
    white-space: normal;
  }
}

@media (max-width: 400px) {
  /* line 56, app/components/navigation-bar/_navigation-bar.scss */
  .dropdown.app-info {
    display: none;
  }
}

/* line 61, app/components/navigation-bar/_navigation-bar.scss */
md-toolbar.md-default-theme:not(.md-menu-toolbar),
md-toolbar:not(.md-menu-toolbar) {
  background-color: #02CDFF !important;
  color: #fff !important;
}

/* line 74, app/components/navigation-bar/_navigation-bar.scss */
.spanclass:focus,
.spanclass:hover {
  color: white;
}

/* line 89, app/components/navigation-bar/_navigation-bar.scss */
.md-toolbar-tools {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

/* line 94, app/components/navigation-bar/_navigation-bar.scss */
.menuclass-container {
  -ms-flex-align: center;
      align-items: center;
  margin-left: 5%;
  /* Reset margin */
}

/* line 100, app/components/navigation-bar/_navigation-bar.scss */
.menuclass-container.active {
  background-color: #007BBE;
  padding: inherit;
  margin-top: 1cm;
  margin-bottom: 1cm;
  height: 100%;
}

/* line 107, app/components/navigation-bar/_navigation-bar.scss */
.menuclass-container.active .menuclass {
  margin-top: 50%;
}

@media (max-width: 534px) {
  /* line 113, app/components/navigation-bar/_navigation-bar.scss */
  .menuclass-container.active .menuclass {
    margin-top: 70% !important;
  }
  /* line 120, app/components/navigation-bar/_navigation-bar.scss */
  .dropmenu:focus .glyphicon-coq,
  .dropmenu:hover .glyphicon-coq {
    margin-top: 70%;
  }
}

/* line 126, app/components/navigation-bar/_navigation-bar.scss */
.menuclass-container img {
  width: 40%;
  height: auto;
  margin-left: -25%;
  /* Cela permet de maintenir les proportions de l'image */
  max-width: 100%;
  /* Assure que l'image ne dépasse pas la largeur du conteneur parent */
  max-height: 15vh;
  /* Fixe la hauteur de l'image à 15% de la hauteur de la vue (viewport) */
}

/* line 139, app/components/navigation-bar/_navigation-bar.scss */
navigation-bar nav.navigation-bar {
  position: -webkit-sticky;
  position: fixed;
  top: 0;
  z-index: 5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 5%;
  height: 120vh;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.14);
  background: #02CDFF;
  color: #fff;
  text-align: center;
}

/* line 157, app/components/navigation-bar/_navigation-bar.scss */
navigation-bar nav.navigation-bar .spacer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
}

/* line 162, app/components/navigation-bar/_navigation-bar.scss */
navigation-bar nav.navigation-bar .branding,
navigation-bar nav.navigation-bar .dropdown,
navigation-bar nav.navigation-bar .info {
  height: 40px;
  padding: 8px 15px;
  color: #fff;
}

/* line 170, app/components/navigation-bar/_navigation-bar.scss */
navigation-bar nav.navigation-bar .branding {
  display: block;
  width: 100%;
  /* Utilisez 100% pour que l'image s'adapte à la largeur du contenant */
  height: auto;
  /* Réglez la hauteur sur 'auto' pour maintenir les proportions de l'image */
  margin: 10px 0;
  /* Ajoutez de l'espace à gauche et à droite de l'image */
  padding: 8px;
  color: #fff;
}

/* line 182, app/components/navigation-bar/_navigation-bar.scss */
navigation-bar nav.navigation-bar .info {
  padding: 6px 15px;
}

/* line 185, app/components/navigation-bar/_navigation-bar.scss */
navigation-bar nav.navigation-bar .info ol.breadcrumb {
  margin: 0;
  padding: 5px 12px;
  font-size: 90%;
}

/* line 192, app/components/navigation-bar/_navigation-bar.scss */
navigation-bar nav.navigation-bar .info.create-notification .btn {
  height: 100%;
  line-height: 100%;
  font-size: 90%;
}

/* line 197, app/components/navigation-bar/_navigation-bar.scss */
navigation-bar nav.navigation-bar .info.create-notification .btn span.glyphicon {
  top: unset;
  margin-right: 4px;
}

/* line 205, app/components/navigation-bar/_navigation-bar.scss */
navigation-bar nav.navigation-bar button.hamburger-menu {
  margin-left: -15px;
  padding: 5px 15px;
  background: transparent;
  border: 0;
}

/* line 211, app/components/navigation-bar/_navigation-bar.scss */
navigation-bar nav.navigation-bar button.hamburger-menu:hover, navigation-bar nav.navigation-bar button.hamburger-menu:focus {
  background: #003661;
}

/* line 215, app/components/navigation-bar/_navigation-bar.scss */
navigation-bar nav.navigation-bar button.hamburger-menu:hover span.icon-bar, navigation-bar nav.navigation-bar button.hamburger-menu:focus span.icon-bar {
  background: #fff;
}

/* line 220, app/components/navigation-bar/_navigation-bar.scss */
navigation-bar nav.navigation-bar button.hamburger-menu:not(.ng-hide) + .branding {
  margin-left: 0;
}

/* line 224, app/components/navigation-bar/_navigation-bar.scss */
navigation-bar nav.navigation-bar button.hamburger-menu span.icon-bar {
  background: #f2f2f2;
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 231, app/components/navigation-bar/_navigation-bar.scss */
navigation-bar nav.navigation-bar button.hamburger-menu span.icon-bar + .icon-bar {
  margin-top: 4px;
}

/* line 237, app/components/navigation-bar/_navigation-bar.scss */
navigation-bar nav.navigation-bar .dropdown {
  padding: 0;
  cursor: pointer;
  position: relative;
}

/* line 242, app/components/navigation-bar/_navigation-bar.scss */
navigation-bar nav.navigation-bar .dropdown.open {
  background: #003661;
}

/* line 246, app/components/navigation-bar/_navigation-bar.scss */
navigation-bar nav.navigation-bar .dropdown ul.dropdown-menu.has-header {
  padding-top: 0;
}

/* line 249, app/components/navigation-bar/_navigation-bar.scss */
navigation-bar nav.navigation-bar .dropdown ul.dropdown-menu.has-header > li.header:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 255, app/components/navigation-bar/_navigation-bar.scss */
navigation-bar nav.navigation-bar .dropdown li.no-select {
  cursor: not-allowed;
}

/* line 258, app/components/navigation-bar/_navigation-bar.scss */
navigation-bar nav.navigation-bar .dropdown li.no-select a {
  pointer-events: none;
}

/* line 263, app/components/navigation-bar/_navigation-bar.scss */
navigation-bar nav.navigation-bar .dropdown li.header {
  font-size: 16px;
  min-height: 50px;
  background: #e5e5e5;
}

/* line 268, app/components/navigation-bar/_navigation-bar.scss */
navigation-bar nav.navigation-bar .dropdown li.header a {
  color: #003e70;
  line-height: 34px;
}

/* line 272, app/components/navigation-bar/_navigation-bar.scss */
navigation-bar nav.navigation-bar .dropdown li.header a .glyphicon {
  line-height: 34px;
  top: 0;
}

/* line 279, app/components/navigation-bar/_navigation-bar.scss */
navigation-bar nav.navigation-bar .dropdown > a {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 100%;
  padding: 8px 15px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #f2f2f2;
}

/* line 291, app/components/navigation-bar/_navigation-bar.scss */
navigation-bar nav.navigation-bar .dropdown > a:hover, navigation-bar nav.navigation-bar .dropdown > a:focus {
  color: #fff;
}

/* line 296, app/components/navigation-bar/_navigation-bar.scss */
navigation-bar nav.navigation-bar .dropdown > a > .glyphicon {
  top: 0 !important;
}

/* line 300, app/components/navigation-bar/_navigation-bar.scss */
navigation-bar nav.navigation-bar .dropdown > a > .caret {
  margin: 0 0 0 5px;
}

/* line 305, app/components/navigation-bar/_navigation-bar.scss */
navigation-bar nav.navigation-bar .dropdown ul.dropdown-menu {
  margin: 0;
}

/* line 311, app/components/navigation-bar/_navigation-bar.scss */
navigation-bar nav.navigation-bar .branding img {
  max-width: 100%;
  /* Définissez une largeur maximale de l'image pour qu'elle ne dépasse pas la largeur du contenant */
  height: auto;
  /* Gardez la hauteur automatique pour conserver les proportions */
  object-fit: cover;
  /* Vous pouvez conserver object-fit si nécessaire */
}

/* line 321, app/components/navigation-bar/_navigation-bar.scss */
navigation-bar nav.navigation-bar .dropdown.notifications .dropdown-toggle {
  position: relative;
}

/* line 324, app/components/navigation-bar/_navigation-bar.scss */
navigation-bar nav.navigation-bar .dropdown.notifications .dropdown-toggle .badge.notifications-count {
  background: #a94442;
  position: absolute;
  top: 5px;
  left: 3px;
}

/* line 334, app/components/navigation-bar/_navigation-bar.scss */
navigation-bar nav.navigation-bar .dropdown.user:not(.has-avatar) a.dropdown-toggle div.avatar {
  display: none;
}

/* line 340, app/components/navigation-bar/_navigation-bar.scss */
navigation-bar nav.navigation-bar .dropdown.user.has-avatar a.dropdown-toggle {
  padding: 5px 15px;
}

/* line 343, app/components/navigation-bar/_navigation-bar.scss */
navigation-bar nav.navigation-bar .dropdown.user.has-avatar a.dropdown-toggle > span.glyphicon {
  display: none;
}

/* line 353, app/components/navigation-bar/_navigation-bar.scss */
navigation-bar nav.navigation-bar .dropdown.user a:hover div.avatar, navigation-bar nav.navigation-bar .dropdown.user a:focus div.avatar {
  opacity: 1;
  background-color: #fff;
}

/* line 359, app/components/navigation-bar/_navigation-bar.scss */
navigation-bar nav.navigation-bar .dropdown.user a div.avatar {
  width: 50px;
  /* Ajustez la largeur de l'image selon vos besoins */
  height: 50px;
  /* Ajustez la hauteur de l'image selon vos besoins */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  /* Pour créer un avatar rond */
  margin-right: 10px;
  /* Espacement entre l'image et le texte */
}

@media (max-width: 767px) {
  /* line 377, app/components/navigation-bar/_navigation-bar.scss */
  navigation-bar nav.navigation-bar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50px;
    height: 100vh;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.14);
    background: #02CDFF;
    color: #fff;
    text-align: center;
  }
}

@media (max-width: 991px) {
  /* line 396, app/components/navigation-bar/_navigation-bar.scss */
  navigation-bar nav.navigation-bar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50px;
    height: 100vh;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.14);
    background: #02CDFF;
    color: #fff;
    text-align: center;
  }
}

/* line 459, app/components/navigation-bar/_navigation-bar.scss */
.search-form {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 464, app/components/navigation-bar/_navigation-bar.scss */
.search-form .search-input {
  width: 60%;
}

/* line 467, app/components/navigation-bar/_navigation-bar.scss */
.search-form .search-input input {
  height: 28px !important;
}

/* line 470, app/components/navigation-bar/_navigation-bar.scss */
.search-form .search-input input:-ms-input-placeholder {
  text-align: center;
}
.search-form .search-input input::placeholder {
  text-align: center;
}

@media (max-width: 991px) {
  /* line 467, app/components/navigation-bar/_navigation-bar.scss */
  .search-form .search-input input {
    border-radius: 3px !important;
    position: absolute;
    top: -100px;
  }
}

/* line 482, app/components/navigation-bar/_navigation-bar.scss */
.search-form .search-input .input-group-btn button {
  height: 28px;
  padding: 4px 10px !important;
}

@media (max-width: 991px) {
  /* line 481, app/components/navigation-bar/_navigation-bar.scss */
  .search-form .search-input .input-group-btn {
    display: none;
  }
}

/* line 492, app/components/navigation-bar/_navigation-bar.scss */
.search-form .search-input .dropdown {
  height: inherit !important;
}

@media (max-width: 991px) {
  /* line 464, app/components/navigation-bar/_navigation-bar.scss */
  .search-form .search-input {
    width: 100%;
  }
}

@media (max-width: 991px) {
  /* line 501, app/components/navigation-bar/_navigation-bar.scss */
  .search-form pdr-branch-select {
    display: none;
  }
}

/* line 506, app/components/navigation-bar/_navigation-bar.scss */
.search-form pdr-branch-select .form-control {
  height: 28px;
  padding: 4px 10px;
  width: 230px;
}

/* line 512, app/components/navigation-bar/_navigation-bar.scss */
.search-form pdr-branch-select .ui-select-choices {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

/* line 518, app/components/navigation-bar/_navigation-bar.scss */
.dropdown-search {
  display: none;
}

@media (max-width: 991px) {
  /* line 518, app/components/navigation-bar/_navigation-bar.scss */
  .dropdown-search {
    display: inherit !important;
  }
}

/* line 527, app/components/navigation-bar/_navigation-bar.scss */
.search-input-appear input {
  position: relative !important;
  top: 0px !important;
}

/* line 532, app/components/navigation-bar/_navigation-bar.scss */
.search-input-appear a {
  display: none !important;
}

/* line 544, app/components/navigation-bar/_navigation-bar.scss */
.changelog-container .panel-heading.clickable {
  cursor: pointer;
}

/* line 549, app/components/navigation-bar/_navigation-bar.scss */
.changelog-container .panel-heading .panel-title {
  display: inline;
}

/* line 553, app/components/navigation-bar/_navigation-bar.scss */
.changelog-container .panel-heading span.label {
  line-height: 1.1;
  font-size: 12px;
  margin-left: 4px;
}

/* line 560, app/components/navigation-bar/_navigation-bar.scss */
.changelog-container .panel-body ul {
  -webkit-padding-start: 15px;
          padding-inline-start: 15px;
  list-style-type: disc;
}

/* line 565, app/components/navigation-bar/_navigation-bar.scss */
.changelog-container .panel-body ul li ul {
  font-weight: unset;
  font-size: unset;
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
  list-style-type: disc;
}

/* line 571, app/components/navigation-bar/_navigation-bar.scss */
.changelog-container .panel-body ul li ul li {
  padding-bottom: 8px;
}

/* line 580, app/components/navigation-bar/_navigation-bar.scss */
.header.no-select {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 585, app/components/navigation-bar/_navigation-bar.scss */
.header.no-select a {
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

/* line 594, app/components/navigation-bar/_navigation-bar.scss */
.settings {
  font-size: 24px;
  padding: 12px 6px 12px 6px;
}

/* line 599, app/components/navigation-bar/_navigation-bar.scss */
.tile-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  /* Ajustez les valeurs d'ombre selon vos besoins */
  margin: 10px;
  /* Pour l'espace autour des tuiles et l'ombre */
  padding: 10px;
  /* Pour l'espace à l'intérieur de l'ombre */
  border-radius: 5px;
  /* Pour les coins arrondis de l'ombre */
}

/* line 613, app/components/navigation-bar/_navigation-bar.scss */
.glyphicon-coq:before {
  content: "\E137";
}

/* line 617, app/components/navigation-bar/_navigation-bar.scss */
.menu-tiles {
  padding: 12px 6px 12px 6px;
}

/* line 618, app/components/navigation-bar/_navigation-bar.scss */
.menu-tiles a {
  color: white;
  text-decoration: none;
  font-size: 20px;
}

/* line 626, app/components/navigation-bar/_navigation-bar.scss */
.menu-tiles:hover {
  background-color: #007BBE;
}

/* line 3, app/components/memo-text/memo-text-list/memo-text-list.scss */
.memo-text-list .list-group-item p {
  display: inline;
  white-space: pre-wrap;
}

/* line 8, app/components/memo-text/memo-text-list/memo-text-list.scss */
.memo-text-list .list-group-item a {
  cursor: pointer;
  text-transform: lowercase;
}

/* line 13, app/components/memo-text/memo-text-list/memo-text-list.scss */
.memo-text-list .list-group-item a.less {
  margin-top: 4px;
  display: block;
}

/* line 18, app/components/memo-text/memo-text-list/memo-text-list.scss */
.memo-text-list .list-group-item .meta {
  margin-bottom: 8px;
}

/* line 21, app/components/memo-text/memo-text-list/memo-text-list.scss */
.memo-text-list .list-group-item .meta span {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  font-family: inherit;
}

@media (max-width: 991px) {
  /* line 22, app/main.scss */
  body {
    padding-bottom: 0;
  }
}

/* line 29, app/main.scss */
body > .container-fluid {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  /* line 29, app/main.scss */
  body > .container-fluid {
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 200px;
    overflow: auto;
    max-height: calc(100vh - 40px);
  }
}

/* line 42, app/main.scss */
body .containers {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 6.33333% 91.66667%;
      grid-template-columns: 6.33333% 91.66667%;
  height: 100vh;
}

/* line 47, app/main.scss */
body .containers .body-wap {
  width: 100%;
  margin: 20px;
  z-index: 1;
}

/* line 58, app/main.scss */
body .menu-top {
  display: none;
}

@media only screen and (max-width: 768px) {
  /* line 63, app/main.scss */
  body .containers {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  /* line 67, app/main.scss */
  body .containers .body-wap {
    width: 100%;
    margin: 20px 0 0 0;
    z-index: 1;
  }
  /* line 75, app/main.scss */
  body .menu-left {
    display: none;
  }
  /* line 79, app/main.scss */
  body .menu-top {
    display: block;
  }
}
