@charset "UTF-8";
/* */
:root {
  --tll-color-hx: #e46621;
  --tll-font-family-hx: "Roboto Condensed Variable", sans-serif;
  --tll-line-height: 1.7em;
  --tll-line-height-s: 1.5em;
  --tll-background-color: #f8f8f8;
  --bs-accordion-active-bg: white;
  --bs-box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.3);
  --bs-border: 1px solid #bbb;
  --bs-border-radius: .7rem;
  --bs-body-font-family: "Inter Variable", sans-serif;
  --bs-body-font-size: 18px;
  --bs-body-font-size-s: 16px;
  --bs-body-font-size-xs: 14px;
  --bs-body-font-weight: 400;
  --bs-body-color: #666;
}

/* */
body {
  background: var(--tll-background-color);
  line-height: var(--tll-line-height);
}

h1, h2, h3, h4, h5, h6 {
  color: var(--tll-color-hx);
  font-family: var(--tll-font-family-hx);
  font-weight: 300;
  line-height: 1.3em;
}

button.accordion-button.tll-special {
  background-color: #f0edeb !important;
}

h1 {
  font-size: 38px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

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

.col-border, .col-4, .col-6, .col-8, .col-10 {
  border: 0 solid var(--tll-color-hx);
}

.row {
  border: 0 dashed red;
}

.sidebar {
  border: 1px solid var(--tll-color-hx);
  border-radius: 12px;
  padding: 12px;
}

.border-and-shadow {
  border: 1px solid var(--tll-color-hx);
  border-radius: 12px;
  padding: 12px 18px;
  box-shadow: var(--bs-box-shadow);
}

.btn-tll {
  border-radius: 12px;
  padding: 12px 18px;
  box-shadow: var(--bs-box-shadow);
  background-color: rgba(255, 89, 0, 0.62);
  color: rgb(255, 255, 255);
  font-weight: normal;
  font-size: 20px;
  border: 2px solid white;
}

.btn-tll:hover, .btn-tll:focus {
  background-color: rgba(255, 89, 0, 0.62);
  border: 2px solid rgba(255, 89, 0, 0.33);
  color: rgb(255, 255, 255);
  border-radius: 12px;
  padding: 12px 18px;
  box-shadow: var(--bs-box-shadow);
  font-weight: normal;
  font-size: 20px;
}

.btn-tll-sm {
  border: var(--bs-border);
  border-radius: 12px;
  padding: 6px 9px;
  box-shadow: var(--bs-box-shadow);
  background-color: rgba(255, 89, 0, 0.62);
  color: rgb(255, 255, 255);
  font-weight: normal;
  font-size: 20px;
  border: 2px solid white;
}

.btn-tll-sm:hover, .btn-tll-sm:focus {
  background-color: rgba(255, 89, 0, 0.62);
  border: 2px solid rgba(255, 89, 0, 0.33);
  color: rgb(255, 255, 255);
  border-radius: 12px;
  padding: 6px 9px;
  box-shadow: var(--bs-box-shadow);
  font-weight: normal;
  font-size: 20px;
}

.form-control {
  padding: 12px 18px !important;
}

.form-control:focus {
  border: 0 solid white !important;
  box-shadow: 0 0 2px 3px rgba(255, 89, 0, 0.33);
}

/*body {*/
/*    background-color: skyblue;*/
/*}*/
.selected {
  background-color: #ccc;
}

div.hr {
  width: 60%;
  height: 2px;
  margin: 36px 20%;
  background-color: #c4c2c2;
}

.accordion-button {
  font-family: "Roboto Condensed Variable", serif;
  font-size: 22px;
}

.accordion-button:not(.collapsed) {
  border: 1px solid var(--tll-color-hx) !important;
  color: var(--tll-color-hx) !important;
  background-color: white !important;
  box-shadow: var(--bs-box-shadow) !important;
}

.feedback {
  font-style: italic !important;
  font-size: 18px !important;
  line-height: 26px !important;
}

div.hr-2 {
  width: 60%;
  height: 2px;
  margin: 48px 20%;
  padding: 0 !important;
  background-color: #c4c2c2;
}

div.hr-3 {
  width: 60%;
  height: 2px;
  margin: 48px 20% 60px;
  padding: 0 !important;
  background-color: #c4c2c2;
}

div.hr-4 {
  width: 60%;
  height: 2px;
  margin: 60px 20% 48px;
  padding: 0 !important;
  background-color: #c4c2c2;
}

button a {
  color: white;
}

.menu-divider {
  display: inline-block;
  padding-left: 6px;
  line-height: 1em;
  font-style: italic;
  color: #848484;
}

.first-column-as-header td {
  vertical-align: top;
}
.first-column-as-header td:first-child {
  font-style: italic;
  text-align: end;
  padding-right: 0.5em;
}

.kedvezmeny th {
  font-weight: normal;
  font-style: italic;
  text-align: center;
  padding: 0 12px;
  border-bottom: solid 1px gray;
}
.kedvezmeny td {
  text-align: center;
}

label {
  font-style: italic;
  font-size: var(--bs-body-font-size-xs);
  line-height: var(--bs-body-font-size-xs);
  margin-top: 30px !important;
}

.form-check label {
  margin-top: 0 !important;
}

form li {
  font-style: italic;
  font-size: var(--bs-body-font-size-xs);
  color: red;
  padding-top: 0;
}

form div.text-success ul li {
  font-style: italic;
  font-size: var(--bs-body-font-size-xs);
  color: green;
  padding-top: 0;
}

form div.text-danger ul li {
  font-style: italic;
  font-size: var(--bs-body-font-size-xs);
  color: red;
  padding-top: 0;
}

form ul {
  margin-bottom: 0;
}

.dropdown-menu {
  z-index: 1010 !important;
}

.main-page {
  margin-bottom: 36px;
}
.main-page a {
  text-decoration: none;
}
.main-page .main-column {
  margin-top: 24px;
}
.main-page .carousel-control-prev,
.main-page .carousel-control-next {
  width: 80px;
  height: 40px;
  z-index: 1000;
}
.main-page .carousel-control-prev-icon, .main-page .carousel-control-next-icon {
  background-image: none;
}
.main-page .carousel-control-prev-icon:after, .main-page .carousel-control-next-icon:after {
  content: "«";
  font-family: "Roboto Condensed Variable", sans-serif;
  font-size: 36px;
}
.main-page .carousel-control-next-icon:after {
  content: "»";
}
.main-page .carousel-indicators {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.main-page .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 6px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.15;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .main-page .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.main-page .carousel-indicators .active {
  opacity: 1;
}
.main-page .carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.main-page [data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], .main-page [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.main-page .main-video {
  cursor: pointer;
  padding: 0 !important;
  text-align: center;
}
.main-page .main-page-box h1, .main-page .main-page-box h2 {
  margin-bottom: 24px;
}
.main-page .main-page-box div {
  padding: 36px;
}

@media (min-width: 1400px) {
  .main-page .main-column {
    width: 49%;
  }
  .carousel-caption {
    border: solid 0 red;
    left: 55%;
    top: 12px;
    width: 43%;
    height: 85%;
    text-align: left;
  }
  .carousel-control-prev,
  .carousel-control-next {
    top: 360px;
  }
  .carousel-indicators {
    top: 375px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .main-page .main-column {
    width: 49%;
  }
  .carousel-caption {
    border: solid 0 red;
    left: 55%;
    top: 12px;
    width: 43%;
    height: 85%;
    text-align: left;
  }
  .carousel-control-prev,
  .carousel-control-next {
    top: 310px;
  }
  .carousel-indicators {
    top: 325px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-page .main-column {
    width: 49%;
  }
  .carousel-caption {
    border: solid 0 red;
    left: 55%;
    top: 12px;
    width: 43%;
    height: 85%;
    text-align: left;
  }
  .carousel-control-prev,
  .carousel-control-next {
    top: 260px;
  }
  .carousel-indicators {
    top: 268px;
  }
}
@media (max-width: 991.98px) {
  .main-page .main-column {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .carousel-item {
    border: solid 0 dodgerblue;
  }
  .carousel-caption {
    border: solid 0 red;
    position: relative !important;
    left: 0;
    top: 12px;
    width: 100%;
    text-align: left;
  }
  .carousel-control-prev,
  .carousel-control-next {
    top: 340px;
  }
  .carousel-indicators {
    top: 350px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .carousel-caption {
    border: solid 0 red;
    position: relative !important;
    left: 0;
    top: 12px;
    width: 100%;
    text-align: left;
  }
  .carousel-control-prev,
  .carousel-control-next {
    top: 245px;
  }
  .carousel-indicators {
    top: 258px;
  }
}
@media (max-width: 575.98px) {
  .carousel-caption {
    border: solid 0 red;
    position: relative !important;
    left: 0;
    top: 12px;
    width: 100%;
    text-align: left;
  }
  .carousel-control-prev,
  .carousel-control-next {
    top: -10px;
  }
  .carousel-indicators {
    top: 0;
  }
}
.header {
  padding-bottom: 6px;
  margin-bottom: 30px;
  border-bottom: var(--bs-border);
  font-family: var(--tll-font-family-hx), sans-serif;
}
.header nav {
  font-size: var(--bs-body-font-size-s);
}
.header .header-top {
  position: relative;
  font-size: var(--bs-body-font-size-xs);
}
.header .header-top a {
  text-decoration: none;
  color: var(--tll-color-hx);
}
.header .header-top .email {
  position: relative;
  display: inline-block;
  font-size: var(--bs-body-font-size-xs);
  line-height: var(--tll-line-height-s);
}
.header .header-top span.text-right {
  display: inline-block;
  margin-left: 6px;
}
.header .header-top .slogan {
  color: var(--tll-color-hx);
}

.footer-simple {
  font-size: var(--bs-body-font-size-s);
  line-height: var(--tll-line-height-s);
  text-align: center;
  margin-top: 12px;
  padding-top: 18px;
  border-top: var(--bs-border);
}

.right-sidebar {
  margin-bottom: 24px;
}

.calendar .day {
  width: 14%;
  height: 106px;
  border: 1px solid #ccc;
}
.calendar .day-header {
  font-size: var(--bs-body-font-size-xs);
  font-style: italic;
  line-height: 18px;
  text-align: right;
  padding: 3px 12px;
  background-color: #e4e4e4;
}
.calendar .day-body a {
  text-decoration: none;
}
.calendar .day-body a div {
  margin: 2px 6px;
  font-size: 30px;
}
.calendar .day-body a div.csk-1 {
  color: dodgerblue;
}
.calendar .day-body a div.csk-2 {
  color: red;
}
.calendar .day-body a div.csk-3 {
  color: green;
}
.calendar .day-body a div.cskm {
  color: red;
  border: 2px solid red;
  padding: 1px 2px;
  font-size: 20px;
}
.calendar .day-body a div.cskm-inner {
  color: red;
  padding: 0;
  font-size: 16px;
  line-height: 18px;
}
.calendar .day-body a div.elv {
  color: white;
  border: 3px solid #0086a8;
  background-color: rgba(0, 134, 168, 0.55);
  padding: 1px 2px;
  font-size: 20px;
}
.calendar .day-body a div.elv-inner {
  color: white;
  padding: 0;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
}
.calendar .today {
  background-color: rgba(255, 255, 0, 0.35) !important;
}
.calendar .month-header {
  width: 14%;
  border: 1px solid #ccc;
  border-top: 2px solid #ccc;
  text-align: center;
  font-size: var(--bs-body-font-size-xs);
  font-style: italic;
  color: gray;
  padding: 2px 0;
}
.calendar .left-border-2px {
  border-left: 2px solid #ccc;
}
.calendar .right-border-2px {
  border-right: 2px solid #ccc;
}
.calendar .bottom-border-2px {
  border-bottom: 2px solid #ccc;
}

.seminar h2 {
  font-size: 34px;
}
.seminar .column-container {
  margin: 12px 0 24px 0;
}
.seminar .two-column {
  width: 48%;
  min-width: 500px;
  margin: 18px 0;
  padding: 24px 30px;
  background-color: #fffcea;
}
.seminar div.msg {
  border: 1px solid gray;
  border-radius: 12px;
  padding: 12px 24px;
  margin-top: 30px;
}
.seminar div.msg.success {
  border-color: green;
}
.seminar div.msg.error {
  border-color: red;
}

.sf-dump {
  font-size: 18px !important;
}

.mini-lesson-container, .megosztas-container {
  padding: 0 24px;
}
.mini-lesson-container ul, .megosztas-container ul {
  margin: 0 30px;
}
.mini-lesson-container div.tll-space-12, .megosztas-container div.tll-space-12 {
  height: 12px;
}
.mini-lesson-container .border-and-shadow, .megosztas-container .border-and-shadow {
  border: 1px solid var(--tll-color-hx);
  border-radius: 12px;
  box-shadow: var(--bs-box-shadow);
  padding: 18px 27px;
}
.mini-lesson-container .attention-wide, .megosztas-container .attention-wide {
  margin: 36px 8%;
}
.mini-lesson-container .attention-narrow, .megosztas-container .attention-narrow {
  margin: 36px 20%;
}
.mini-lesson-container .tll-box-narrow, .megosztas-container .tll-box-narrow {
  border: 1px solid var(--tll-color-hx);
  border-radius: 12px;
  box-shadow: var(--bs-box-shadow);
  padding: 18px 27px;
  margin: 36px 20%;
}
.mini-lesson-container .tll-box, .megosztas-container .tll-box {
  border: 1px solid var(--tll-color-hx);
  border-radius: 12px;
  box-shadow: var(--bs-box-shadow);
  padding: 18px 27px;
  margin: 36px 8%;
}
.mini-lesson-container .tll-box-wide, .megosztas-container .tll-box-wide {
  border: 1px solid var(--tll-color-hx);
  border-radius: 12px;
  box-shadow: var(--bs-box-shadow);
  padding: 18px 27px;
  margin: 36px 2%;
}
.mini-lesson-container .kerdes, .megosztas-container .kerdes {
  font-style: italic;
  font-weight: bold;
}

.piros {
  color: red;
}

.kek {
  color: dodgerblue;
}

.zold {
  color: green;
}

.sarga {
  color: yellow;
}

.ridesharing-list th {
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.6em;
  text-align: center;
}
.ridesharing-list th.car-name {
  width: 150px;
}
.ridesharing-list th.free-sitting {
  width: 140px;
  padding-left: 0;
  padding-right: 0;
}
.ridesharing-list th.passengers {
  width: 250px;
}
.ridesharing-list td {
  font-size: 18px;
  padding: 6px 12px;
  vertical-align: top;
  line-height: 1.6em;
}
.ridesharing-list td.free-sitting {
  text-align: center;
}
.ridesharing-list td.passengers {
  width: 170px;
  padding-left: 0;
}
.ridesharing-list td.actions {
  width: 80px;
  padding: 0;
}
.ridesharing-list .attention {
  color: red;
  font-size: 18px;
  line-height: 1.2em;
  background-color: #ffffaa;
  padding: 6px;
  border: solid red 1px;
}

#ridesharing-details-div th {
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
  text-align: right;
  padding-right: 24px;
  vertical-align: top;
}

#ridesharing-working-div {
  max-height: 550px;
  overflow: auto;
}
#ridesharing-working-div .new-note {
  padding-bottom: 24px;
  margin-bottom: 36px;
  border-bottom: 1px solid gray;
}
#ridesharing-working-div .note-list {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid gray;
}
#ridesharing-working-div .note-list .element-header {
  font-style: italic;
  line-height: 1.1em;
  margin-bottom: 6px;
}
#ridesharing-working-div .note-list .element-text {
  padding-left: 24px;
}

.retreat label {
  font-size: var(--bs-body-font-size-s);
}
.retreat textarea {
  font-size: var(--bs-body-font-size);
}
.retreat select {
  font-size: var(--bs-body-font-size);
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../../assets/styles/scss/constants.scss%22,%22../../assets/styles/scss/main.scss%22,%22../../assets/styles/scss/main-page.scss%22,%22../../assets/styles/scss/header-footer.scss%22,%22../../assets/styles/scss/sidebar.scss%22,%22../../assets/styles/scss/calendar.scss%22,%22../../assets/styles/scss/seminar.scss%22,%22../../assets/styles/scss/debug.scss%22,%22../../assets/styles/scss/mini.scss%22,%22../../assets/styles/scss/colors.scss%22,%22../../assets/styles/scss/ridesharing.scss%22,%22../../assets/styles/scss/retreat.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22;AAAA;AACA;EAEE;EAEA;EAGA;EACA;EAEA;EAGA;EAEA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;;;AAEF;AC3BA;EACI;EAIA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EAEI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;;;AAIJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;;;AAIJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;AACA;AACA;AAEA;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAIA;EACI;;AAGJ;EACI;EACA;EACA;;;AAKJ;EACI;EACA;EACA;EACA;EAEA;;AAGJ;EACI;;;AAIR;EACI;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AC7PJ;EACI;;AAEA;EACI;;AAGJ;EACI;;AAGJ;AAAA;EAEI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAIJ;EACI;;AAGJ;EACI;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;IACI;;;AAGR;EACI;;AAGJ;EACI;;AAIJ;EACI;;AAYJ;EACI;EACA;EACA;;AAIA;EACI;;AAGJ;EACI;;;AAKZ;EAEQ;IACI;;EAIR;IACI;IACA;IACA;IACA;IACA;IACA;;EAGJ;AAAA;IAEI;;EAGJ;IACI;;;AAKR;EAEQ;IACI;;EAIR;IACI;IACA;IACA;IACA;IACA;IACA;;EAGJ;AAAA;IAEI;;EAGJ;IACI;;;AAKR;EAEQ;IACI;;EAIR;IACI;IACA;IACA;IACA;IACA;IACA;;EAGJ;AAAA;IAEI;;EAGJ;IACI;;;AAKR;EAEQ;IACI;;;AAKZ;EACI;IACI;;EAGJ;IACI;IACA;IACA;IACA;IACA;IAEA;;EAGJ;AAAA;IAEI;;EAGJ;IACI;;;AAKR;EACI;IACI;IACA;IACA;IACA;IACA;IAEA;;EAGJ;AAAA;IAEI;;EAGJ;IACI;;;AAMR;EACI;IACI;IACA;IACA;IACA;IACA;IAEA;;EAGJ;AAAA;IAEI;;EAGJ;IACI;;;AC5PR;EACE;EACA;EACA;EACA;;AAEA;EACE;;AAGF;EACE;EACA;;AAEA;EACE;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;;AAGF;EACE;;;AAKN;EACE;EACA;EACA;EACA;EACA;EACA;;;ACxDF;EACE;;;ACEE;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAKI;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAKZ;EACI;;AAGJ;EACI;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;;ACjGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;;AC7BR;EACI;;;ACDJ;EACI;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;;ACpDR;EAAQ;;;AACR;EAAO;;;AACP;EAAQ;;;AACR;EAAS;;;ACFL;EACI;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAMJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAKJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAKJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAIA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;;AC5FR;EACI;;AAGJ;EACI;;AAGJ;EACI%22,%22file%22:%22app.output.css%22%7D */
