/*
 * Quasar Framework v1.0.0-alpha.1
 * (c) 2016-present Razvan Stoenescu
 * Released under the MIT License.
 */
@charset "utf-8";
*,
*:before,
*:after {
  box-sizing: inherit;
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
}
html,
body,
#q-app {
  width: 100%;
  direction: ltr;
}
html,
body {
  margin: 0;
  box-sizing: border-box;
}
input[type='text'],
input[type='email'],
input[type='search'],
input[type='password'] {
  -webkit-appearance: none;
  -moz-appearance: none /* mobile firefox too! */;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
dfn {
  font-style: italic;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: bold;
}
button,
input,
select {
  overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
textarea {
  overflow: auto;
}
input[type='search'] {
  -webkit-appearance: textfield;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
.q-icon {
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
}
.q-icon,
.material-icons {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: inherit;
  font-size: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
.q-panel {
  height: 100%;
  width: 100%;
}
.q-panel > div {
  height: 100%;
  width: 100%;
}
.q-loading-bar {
  position: fixed;
  z-index: 9998;
  transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1), opacity 0.5s;
  transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1), opacity 0.5s,
    -webkit-transform 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.q-loading-bar--top {
  left: 0 /* rtl:ignore */;
  right: 0 /* rtl:ignore */;
  top: 0;
  width: 100%;
}
.q-loading-bar--bottom {
  left: 0 /* rtl:ignore */;
  right: 0 /* rtl:ignore */;
  bottom: 0;
  width: 100%;
}
.q-loading-bar--right {
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
}
.q-loading-bar--left {
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
.q-avatar {
  vertical-align: middle;
  display: inline-block;
  border-radius: 50%;
  font-size: 48px;
  height: 1em;
  width: 1em;
}
.q-avatar__content {
  font-size: 0.5em;
  line-height: 0.5em;
}
.q-avatar__content,
.q-avatar img {
  border-radius: inherit;
  height: inherit;
  width: inherit;
}
.q-avatar__content--square {
  border-radius: 0;
}
.q-banner {
  min-height: 54px;
  padding: 8px 16px;
  background: #fff;
}
.q-banner--top-padding {
  padding-top: 14px;
}
.q-banner__avatar {
  min-width: 1px !important;
}
.q-banner__avatar > .q-avatar {
  font-size: 46px;
}
.q-banner__avatar > .q-icon {
  font-size: 40px;
}
.q-banner__avatar:not(:empty) + .q-banner__content {
  padding-left: 16px;
}
.q-banner__actions.col-auto {
  padding-left: 16px;
}
.q-banner__actions.col-12 .q-btn-item {
  margin: 4px 0 0 4px;
}
.q-banner--dense {
  min-height: 32px;
  padding: 8px;
}
.q-banner--dense.q-banner--top-padding {
  padding-top: 12px;
}
.q-banner--dense .q-banner__avatar > .q-avatar,
.q-banner--dense .q-banner__avatar > .q-icon {
  font-size: 28px;
}
.q-banner--dense .q-banner__avatar:not(:empty) + .q-banner__content {
  padding-left: 8px;
}
.q-banner--dense .q-banner__actions.col-auto {
  padding-left: 8px;
}
.q-bar {
  background: rgba(0, 0, 0, 0.2);
}
.q-bar > .q-icon:not(:first-child) {
  margin-left: 2px;
}
.q-bar > div:not(:first-child) {
  margin-left: 8px;
}
.q-bar > .q-btn:not(:first-child) {
  margin-left: 2px;
}
.q-bar--standard {
  padding: 0 12px;
  height: 32px;
  font-size: 18px;
}
.q-bar--standard > div {
  font-size: 16px;
}
.q-bar--standard .q-btn {
  font-size: 11px;
}
.q-bar--dense {
  padding: 0 8px;
  height: 24px;
  font-size: 14px;
}
.q-bar--dense .q-btn {
  font-size: 8px;
}
.q-bar--dark {
  background: rgba(255, 255, 255, 0.15);
}
.q-bottom-sheet {
  padding-bottom: 8px;
}
.q-bottom-sheet__avatar {
  border-radius: 50%;
}
.q-bottom-sheet--list {
  width: 400px;
}
.q-bottom-sheet--list .q-icon,
.q-bottom-sheet--list img {
  font-size: 24px;
  width: 24px;
  height: 24px;
}
.q-bottom-sheet--grid {
  width: 700px;
  color: #757575;
}
.q-bottom-sheet--grid .q-bottom-sheet__item {
  padding: 8px;
  text-align: center;
  min-width: 100px;
}
.q-bottom-sheet--grid .q-icon,
.q-bottom-sheet--grid img {
  font-size: 48px;
  width: 48px;
  height: 48px;
  margin-bottom: 8px;
}
.q-bottom-sheet--grid .q-separator {
  margin: 12px 0;
}
.q-breadcrumbs__el {
  color: inherit;
}
.q-breadcrumbs__el .q-icon {
  font-size: 125%;
}
.q-breadcrumbs--last a {
  pointer-events: none;
}
[dir='rtl'] .q-breadcrumbs__separator .q-icon {
  -webkit-transform: scale3d(-1, 1, 1) /* rtl:ignore */;
  transform: scale3d(-1, 1, 1) /* rtl:ignore */;
}
.q-btn {
  outline: 0;
  border: 0;
  vertical-align: middle;
  cursor: pointer;
  padding: 4px 16px;
  font-size: 14px;
  line-height: 1.718em;
  text-decoration: none;
  color: inherit;
  background: transparent;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  min-height: 2.572em;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12);
  font-weight: 500;
  text-transform: uppercase;
}
button.q-btn {
  -webkit-appearance: button;
}
a.q-btn {
  display: inline-flex;
}
.q-btn .q-icon,
.q-btn .q-spinner {
  font-size: 1.718em;
}
.q-btn.disabled {
  opacity: 0.7 !important;
}
.q-btn:not(.disabled):not(.q-btn--flat):not(.q-btn--outline):not(.q-btn--push):before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  z-index: -1;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.q-btn:not(.disabled):not(.q-btn--flat):not(.q-btn--outline):not(.q-btn--push):active:before,
.q-btn:not(.disabled):not(.q-btn--flat):not(.q-btn--outline):not(.q-btn--push).q-btn--active:before {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.q-btn--no-uppercase {
  text-transform: none;
}
.q-btn--rectangle {
  border-radius: 3px;
}
.q-btn--outline {
  border: 1px solid currentColor;
  background: transparent !important;
}
.q-btn--push {
  border-radius: 7px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.15);
}
.q-btn--push:active:not(.disabled),
.q-btn--push.q-btn--active:not(.disabled) {
  box-shadow: none;
  -webkit-transform: translate3d(0, 3px, 0);
  transform: translate3d(0, 3px, 0);
  border-bottom-color: transparent;
}
.q-btn--push .q-focus-helper,
.q-btn--push .q-ripple-container {
  height: auto;
  bottom: -3px;
}
.q-btn--rounded {
  border-radius: 28px;
}
.q-btn--round {
  border-radius: 50%;
  padding: 0;
  min-height: 0;
  height: 3em;
  width: 3em;
}
.q-btn--flat,
.q-btn--outline,
.q-btn--unelevated {
  box-shadow: none;
}
.q-btn--dense {
  padding: 0.285em;
  min-height: 2em;
}
.q-btn--dense.q-btn--round {
  padding: 0;
  height: 2.4em;
  width: 2.4em;
}
.q-btn--dense .on-left {
  margin-right: 6px;
}
.q-btn--dense .on-right {
  margin-left: 6px;
}
.q-btn--fab .q-icon,
.q-btn--fab-mini .q-icon {
  font-size: 24px;
}
.q-btn--fab {
  height: 56px;
  width: 56px;
}
.q-btn--fab-mini {
  height: 40px;
  width: 40px;
}
.q-btn__content {
  transition: opacity 0.6s;
}
.q-btn__content--hidden {
  opacity: 0;
}
.q-btn__content:before {
  content: '';
}
.q-btn__progress {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
}
.q-btn__progress--dark {
  background: rgba(0, 0, 0, 0.2);
}
.q-btn-dropdown--split .q-btn-dropdown__arrow-container {
  padding: 0 4px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.q-btn-dropdown__arrow {
  transition: -webkit-transform 0.28s;
  transition: transform 0.28s;
  transition: transform 0.28s, -webkit-transform 0.28s;
}
.q-btn-group {
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12);
  vertical-align: middle;
}
.q-btn-group > .q-btn-item {
  box-shadow: none;
}
.q-btn-group > .q-btn-group > .q-btn:first-child {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
.q-btn-group > .q-btn-group > .q-btn:last-child {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
.q-btn-group > .q-btn-group:not(:first-child) > .q-btn:first-child {
  border-left: 0;
}
.q-btn-group > .q-btn-group:not(:last-child) > .q-btn:last-child {
  border-right: 0;
}
.q-btn-group > .q-btn-item:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.q-btn-group > .q-btn-item + .q-btn-item {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.q-btn-group--push {
  border-radius: 7px;
}
.q-btn-group--push > .q-btn--push .q-btn__content {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.q-btn-group--push > .q-btn--push:active:not(.disabled),
.q-btn-group--push > .q-btn--push.q-btn--active:not(.disabled) {
  border-bottom-color: rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.q-btn-group--push > .q-btn--push:active:not(.disabled) .q-btn__content,
.q-btn-group--push > .q-btn--push.q-btn--active:not(.disabled) .q-btn__content {
  -webkit-transform: translate3d(0, 3px, 0);
  transform: translate3d(0, 3px, 0);
}
.q-btn-group--rounded {
  border-radius: 28px;
}
.q-btn-group--flat,
.q-btn-group--outline,
.q-btn-group--unelevated {
  box-shadow: none;
}
.q-btn-group--flat > .q-btn-item,
.q-btn-group--outline > .q-btn-item,
.q-btn-group--unelevated > .q-btn-item {
  box-shadow: none;
}
.q-btn-group--outline > .q-btn-item + .q-btn-item {
  border-left: 0;
}
.q-btn-group--outline > .q-btn-item:not(:last-child) {
  border-right: 0;
}
.q-btn-group--stretch {
  align-self: stretch;
}
.q-card {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  vertical-align: top;
  background: #fff;
  position: relative;
}
.q-card > div:first-child,
.q-card > img:first-child {
  border-top: 0;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.q-card > div:last-child,
.q-card > img:last-child {
  border-bottom: 0;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.q-card > div:not(:first-child),
.q-card > img:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.q-card > div:not(:last-child),
.q-card > img:not(:last-child) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.q-card > div {
  border-left: 0;
  border-right: 0;
  box-shadow: none;
}
.q-card--bordered {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.q-card--dark {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.48);
}
.q-card__section {
  padding: 0; /* 190612 quasar 수정 */
}
.q-card__actions {
  padding: 8px;
}
.q-card__actions .q-btn {
  padding: 0 8px;
}
.q-card__actions--horiz .q-btn-item + .q-btn-item {
  margin-left: 8px;
}
.q-card__actions--vert .q-btn-item + .q-btn-item {
  margin-top: 4px;
}
.q-card__section + .q-card__section {
  padding-top: 0;
}
.q-card > img {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 0;
}
.q-carousel__slide {
  height: 100%;
  padding: 16px;
}
.q-carousel__slides-container {
  height: 400px;
}
.q-carousel__control {
  color: #fff;
}
.q-carousel__prev-arrow,
.q-carousel__next-arrow {
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.q-carousel__prev-arrow .q-icon,
.q-carousel__next-arrow .q-icon {
  font-size: 46px;
}
.q-carousel__prev-arrow {
  left: 4px;
}
.q-carousel__next-arrow {
  right: 4px;
}
.q-carousel__navigation {
  padding: 0 8px 8px;
  left: 0;
  right: 0;
  bottom: 0;
}
.q-carousel__navigation-inner {
  flex: 1 1 auto;
}
.q-carousel__navigation .q-btn {
  margin: 6px 4px;
  padding: 5px;
}
.q-carousel__navigation .q-btn:not(.q-carousel__navigation-icon--active) {
  opacity: 0.5;
}
.q-carousel__navigation img {
  margin: 2px;
  height: 50px;
  width: auto;
  display: inline-block;
  cursor: pointer;
  border: 1px solid transparent;
  vertical-align: middle;
  opacity: 0.8;
  transition: opacity 0.3s;
}
.q-carousel__navigation img:hover,
.q-carousel__navigation img.q-carousel__thumbnail--active {
  opacity: 1;
}
.q-carousel__navigation img.q-carousel__thumbnail--active {
  border-color: #fff;
  cursor: default;
}
.q-carousel.q-carousel--navigation .q-carousel__slide {
  padding-bottom: 50px;
}
.q-carousel.q-carousel--arrows .q-carousel__slide {
  padding-left: 56px;
  padding-right: 56px;
}
.q-message-name,
.q-message-stamp,
.q-message-label {
  font-size: small;
}
.q-message-label {
  margin: 24px 0;
}
.q-message-stamp {
  color: inherit;
  margin-top: 4px;
  opacity: 0.6;
  display: none;
}
.q-message-avatar {
  border-radius: 50%;
  width: 48px;
  height: 48px;
}
.q-message {
  margin-bottom: 8px;
}
.q-message:first-child .q-message-label {
  margin-top: 0;
}
.q-message-received .q-message-avatar {
  margin-right: 8px;
}
.q-message-received .q-message-text {
  color: #81c784;
  border-radius: 4px 4px 4px 0;
}
.q-message-received .q-message-text:last-child:before {
  right: 100%;
  border-right: 0 solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid currentColor;
}
.q-message-received .q-message-text-content {
  color: #000;
}
.q-message-sent .q-message-name {
  text-align: right;
}
.q-message-sent .q-message-avatar {
  margin-left: 8px;
}
.q-message-sent .q-message-container {
  flex-direction: row-reverse;
}
.q-message-sent .q-message-text {
  color: #e0e0e0;
  border-radius: 4px 4px 0 4px;
}
.q-message-sent .q-message-text:last-child:before {
  left: 100%;
  border-left: 0 solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid currentColor;
}
.q-message-sent .q-message-text-content {
  color: #000;
}
.q-message-text {
  background: currentColor;
  padding: 8px;
  line-height: 1.2;
  word-break: break-word;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.q-message-text + .q-message-text {
  margin-top: 3px;
}
.q-message-text:last-child {
  min-height: 48px;
}
.q-message-text:last-child .q-message-stamp {
  display: block;
}
.q-message-text:last-child:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
}
.q-checkbox {
  vertical-align: middle;
}
.q-checkbox__bg {
  left: 50%;
  top: 50%;
  width: 2rem;
  height: 2rem;
  border: 1px solid currentColor;
  border-radius: 50%;
  transition: background 0.22s cubic-bezier(0, 0, 0.2, 1) 0ms;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.q-checkbox__native {
  width: 1px;
  height: 1px;
}
.q-checkbox__label {
  padding-left: 0;
  font-size: 1.4rem;
}
.q-checkbox.reverse .q-checkbox__label {
  padding-right: 4px;
}
.q-checkbox__check {
  color: #dcdce3;
}
.q-checkbox__inner--active .q-checkbox__check {
  color: #fff;
}
.q-checkbox__check path {
  stroke: currentColor;
  stroke-width: 3.12px;
  stroke-dashoffset: 29.78334;
  stroke-dasharray: 29.78334;
}
.q-checkbox__check-indet {
  width: 100%;
  height: 0;
  left: 0;
  top: 50%;
  border-color: #fff;
  border-width: 1px;
  border-style: solid;
  -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -280deg) scale3d(0, 0, 0);
  transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, -280deg) scale3d(0, 0, 0);
}
.q-checkbox__inner {
  height: 2rem;
  padding: 1rem;
  outline: 0;
  border-radius: 50%;
  color: #e5e5eb;
  margin-right: 0.8rem;
}
.q-checkbox__inner--active,
.q-checkbox__inner--indeterminate {
  color: #e5236d;
}
.q-checkbox__inner--active .q-checkbox__bg,
.q-checkbox__inner--indeterminate .q-checkbox__bg {
  background: currentColor;
}
.q-checkbox__inner path {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.18s cubic-bezier(0.4, 0, 0.6, 1) 0ms;
}
.q-checkbox__inner--indeterminate .q-checkbox__check-indet {
  -webkit-transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 0) scale3d(1, 1, 1);
  transform: translate3d(0, -50%, 0) rotate3d(0, 0, 1, 0) scale3d(1, 1, 1);
  transition: -webkit-transform 0.22s cubic-bezier(0, 0, 0.2, 1) 0ms;
  transition: transform 0.22s cubic-bezier(0, 0, 0.2, 1) 0ms;
  transition: transform 0.22s cubic-bezier(0, 0, 0.2, 1) 0ms,
    -webkit-transform 0.22s cubic-bezier(0, 0, 0.2, 1) 0ms;
}
.q-checkbox.disabled {
  opacity: 1 !important;
}
.q-checkbox.disabled .q-checkbox__bg {
  background-color: #f0f1f5;
}
.q-checkbox.disabled .q-checkbox__check {
  color: #fff;
}
.q-checkbox.disabled .q-checkbox__label {
  color: rgba(0, 0, 0, 0.26);
}
.q-checkbox.disabled .q-checkbox__inner--active .q-checkbox__bg {
  border-color: transparent;
}
.q-checkbox--dark .q-checkbox__inner {
  color: rgba(255, 255, 255, 0.7);
}
.q-checkbox--dark .q-checkbox__inner:before {
  opacity: 0.32 !important;
}
.q-checkbox--dark .q-checkbox__inner--active,
.q-checkbox--dark .q-checkbox__inner--indeterminate {
  color: #027be3;
}
.q-checkbox--dark.disabled .q-checkbox__inner,
.q-checkbox--dark.disabled .q-checkbox__label {
  color: rgba(255, 255, 255, 0.3);
}
.q-checkbox--dense .q-checkbox__inner {
  width: 20px;
  height: 20px;
  padding: 0;
}
.q-checkbox--dense .q-checkbox__bg {
  left: 1px;
  top: 1px;
  width: 18px;
  height: 18px;
}
body.desktop .q-checkbox__inner:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0.12;
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  transition: -webkit-transform 0.22s cubic-bezier(0, 0, 0.2, 1) 0ms;
  transition: transform 0.22s cubic-bezier(0, 0, 0.2, 1) 0ms;
  transition: transform 0.22s cubic-bezier(0, 0, 0.2, 1) 0ms,
    -webkit-transform 0.22s cubic-bezier(0, 0, 0.2, 1) 0ms;
}
body.desktop .q-checkbox:focus .q-checkbox__inner:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
body.desktop .q-checkbox--dense:focus .q-checkbox__inner:before {
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2);
}
.q-chip {
  vertical-align: middle;
  border-radius: 16px;
  outline: 0;
  position: relative;
  height: 32px;
  margin: 4px;
  background: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  padding: 7px 12px;
  transition: 0.3s;
}
.q-chip--colored .q-chip__icon {
  color: inherit;
}
.q-chip--outline {
  background: transparent;
  border: 1px solid currentColor;
}
.q-chip--selected .q-avatar {
  visibility: hidden !important;
  width: 10px;
}
.q-chip--floating {
  position: absolute;
  top: -0.4em;
  right: -0.5em;
  pointer-events: none;
  z-index: 1;
  opacity: 0.9;
}
.q-chip .q-avatar {
  font-size: 32px;
  margin-left: -12px;
  margin-right: 8px;
}
.q-chip__icon {
  color: rgba(0, 0, 0, 0.54);
  font-size: 20px;
  margin: -4px;
}
.q-chip__icon--left {
  margin-right: 6px;
}
.q-chip__icon--right {
  margin-left: 6px;
}
.q-chip__icon--remove {
  margin-left: 8px;
  margin-right: -6px;
  opacity: 0.6;
  transition: 0.3s;
  outline: none;
}
.q-chip__icon--remove:hover,
.q-chip__icon--remove:focus {
  opacity: 1;
}
.q-chip__content {
  white-space: nowrap;
}
.q-chip__pointer {
  width: 0;
  height: 0;
  border-style: solid;
}
.q-chip__pointer:not(.q-chip__pointer--hover) {
  color: #e0e0e0;
}
.q-chip__pointer--up {
  top: -6px;
  left: calc(50% - 8px);
  border-color: transparent transparent currentColor transparent;
  border-width: 0 8px 8px 8px;
}
.q-chip__pointer--down {
  bottom: -6px;
  left: calc(50% - 8px);
  border-color: currentColor transparent transparent transparent;
  border-width: 8px 8px 0 8px;
}
.q-chip__pointer--right {
  right: -6px;
  top: calc(50% - 8px);
  border-color: transparent transparent transparent currentColor;
  border-width: 8px 0 8px 8px;
}
.q-chip__pointer--left {
  left: -6px;
  top: calc(50% - 8px);
  border-color: transparent currentColor transparent transparent;
  border-width: 8px 8px 8px 0;
}
.q-chip__pointer--hover {
  transition: 0.3s;
  color: currentColor;
  opacity: 0;
}
.q-chip:hover .q-chip__pointer--hover {
  opacity: 0.15;
}
.q-chip--dense {
  border-radius: 12px;
  height: 24px;
  font-size: 12px;
  padding: 0 8px;
}
.q-chip--dense .q-chip__pointer--up {
  top: -4px;
}
.q-chip--dense .q-chip__pointer--down {
  bottom: -4px;
}
.q-chip--dense .q-chip__pointer--right {
  right: -4px;
}
.q-chip--dense .q-chip__pointer--left {
  left: -4px;
}
.q-chip--dense .q-chip__icon {
  font-size: 14px;
  margin: 0;
}
.q-chip--dense .q-chip__icon--left {
  margin-right: 5px;
}
.q-chip--dense .q-chip__icon--right {
  margin-left: 5px;
}
.q-chip--dense .q-chip__icon--remove {
  margin-left: 3px;
  margin-right: -2px;
}
.q-chip--dense .q-avatar {
  font-size: 24px;
  margin-left: -8px;
  margin-right: 4px;
}
.q-chip--dense.q-chip--selected .q-avatar {
  width: 5px;
}
.q-chip--square {
  border-radius: 4px;
}
.q-chip--square .q-avatar {
  border-radius: 3px 0 0 3px;
}
body.desktop .q-chip--clickable:focus {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.14),
    0 2px 1px -1px rgba(0, 0, 0, 0.12);
}
.q-circular-progress {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  line-height: 1;
}
.q-circular-progress.q-focusable {
  border-radius: 50%;
}
.q-circular-progress__svg {
  width: 100%;
  height: 100%;
}
.q-circular-progress__text {
  font-size: 0.4em;
}
.q-circular-progress--indeterminate .q-circular-progress__svg {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: q-spin 2s linear infinite /* rtl:ignore */;
  animation: q-spin 2s linear infinite /* rtl:ignore */;
}
.q-circular-progress--indeterminate .q-circular-progress__circle {
  stroke-dasharray: 1 400;
  stroke-dashoffset: 0;
  -webkit-animation: q-circular-progress-circle 1.5s ease-in-out infinite /* rtl:ignore */;
  animation: q-circular-progress-circle 1.5s ease-in-out infinite /* rtl:ignore */;
}
.q-color-picker {
  overflow: hidden;
  background: #fff;
  max-width: 350px;
  vertical-align: top;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12);
}
.q-color-picker__header {
  height: 88px;
}
.q-color-picker__header input {
  line-height: 24px;
  border: 0;
}
.q-color-picker__header .q-tab--inactive {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.15) 25%,
    rgba(0, 0, 0, 0.1)
  );
}
.q-color-picker__error-icon {
  bottom: 2px;
  right: 2px;
  font-size: 24px;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.q-color-picker__header-content {
  position: relative;
  background: #fff;
}
.q-color-picker__header-content--light {
  color: #000;
}
.q-color-picker__header-content--dark {
  color: #fff;
}
.q-color-picker__header-content--dark .q-tab--inactive:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
}
.q-color-picker__header-banner {
  height: 52px;
}
.q-color-picker__header-bg {
  background: #fff;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAH0lEQVQoU2NkYGAwZkAFZ5G5jPRRgOYEVDeB3EBjBQBOZwTVugIGyAAAAABJRU5ErkJggg==') !important;
}
.q-color-picker__footer .q-tab--inactive {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.15) 25%,
    rgba(0, 0, 0, 0.1)
  );
}
.q-color-picker__spectrum {
  width: 100%;
  height: 100%;
}
.q-color-picker__spectrum-white {
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}
.q-color-picker__spectrum-black {
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
}
.q-color-picker__spectrum-circle {
  width: 10px;
  height: 10px;
  box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0, 0, 0, 0.3), 0 0 1px 2px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-transform: translate(-5px, -5px);
  transform: translate(-5px, -5px);
}
.q-color-picker__hue .q-slider__track-container {
  background: linear-gradient(
    to right,
    #f00 0%,
    #ff0 17%,
    #0f0 33%,
    #0ff 50%,
    #00f 67%,
    #f0f 83%,
    #f00 100%
  );
  opacity: 1;
}
.q-color-picker__alpha .q-slider__track-container {
  color: #fff;
  opacity: 1;
  height: 8px;
  background-color: #fff;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAH0lEQVQoU2NkYGAwZkAFZ5G5jPRRgOYEVDeB3EBjBQBOZwTVugIGyAAAAABJRU5ErkJggg==') !important;
}
.q-color-picker__alpha .q-slider__track-container:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #757575);
}
.q-color-picker__sliders {
  padding: 4px 0 12px;
}
.q-color-picker__sliders .q-slider__track-container {
  height: 9px;
}
.q-color-picker__sliders .q-slider__track {
  display: none;
}
.q-color-picker__sliders .q-slider__thumb-container {
  top: 4px;
}
.q-color-picker__sliders .q-slider__thumb {
  stroke-width: 13px;
}
.q-color-picker__sliders .q-slider {
  height: 20px;
  margin-top: 8px;
  color: #424242;
}
.q-color-picker__tune-tab .q-slider {
  margin-left: 18px;
  margin-right: 18px;
}
.q-color-picker__tune-tab input {
  font-size: 11px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  width: 4em;
}
.q-color-picker__cube {
  padding-bottom: 10%;
  width: 10% !important;
}
.q-color-picker input {
  color: inherit;
  background: transparent;
  outline: 0;
  text-align: center;
}
.q-color-picker .q-tabs {
  overflow: hidden;
}
.q-color-picker .q-tab--active {
  box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.2);
}
.q-color-picker .q-tab--active .q-focus-helper {
  display: none;
}
.q-color-picker .q-tab__indicator {
  display: none;
}
.q-color-picker .q-tab-panels {
  background: inherit;
}
.q-color-picker--dark {
  background: #424242;
  color: #fff;
}
.q-color-picker--dark .q-color-picker__tune-tab input {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.q-color-picker--dark .q-slider {
  color: #bdbdbd;
}
.q-date {
  display: inline-flex;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  background: #fff;
  max-width: 100%;
}
.q-date .q-btn {
  font-weight: normal;
}
.q-date__header {
  border-top-left-radius: inherit;
  color: #fff;
  background: #027be3;
  padding: 16px;
}
.q-date__header-link {
  opacity: 0.64;
  outline: 0;
  transition: opacity 0.3s ease-out;
}
.q-date__header-link--active,
.q-date__header-link:hover,
.q-date__header-link:focus {
  opacity: 1;
}
.q-date__header-subtitle {
  height: 24px;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.00938em;
}
.q-date__header-title-label {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.00735em;
}
.q-date__view {
  height: 100%;
  width: 100%;
  min-width: 290px;
  padding: 16px;
}
.q-date__navigation {
  height: 12.5%;
}
.q-date__navigation > div:first-child {
  width: 8%;
  min-width: 24px;
  justify-content: flex-end;
}
.q-date__navigation > div:last-child {
  width: 8%;
  min-width: 24px;
  justify-content: flex-start;
}
.q-date__calendar-weekdays {
  height: 12.5%;
}
.q-date__calendar-weekdays > div {
  opacity: 0.38;
  font-size: 12px;
}
.q-date__calendar-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  width: 14.285% !important;
  height: 12.5% !important;
  position: relative;
}
.q-date__calendar-item > div,
.q-date__calendar-item button {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.q-date__calendar-item > div {
  line-height: 32px;
  text-align: center;
}
.q-date__calendar-item--out {
  opacity: 0.18;
}
.q-date__calendar-days > div {
  height: 16.66% !important;
}
.q-date__event {
  position: absolute;
  bottom: 2px;
  left: 50%;
  height: 5px;
  width: 8px;
  border-radius: 5px;
  background: #26a69a;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.q-date__today {
  box-shadow: 0 0 1px 0 currentColor;
}
.q-date__years-content {
  padding: 0 8px;
}
.q-date.disabled .q-date__header,
.q-date--readonly .q-date__header,
.q-date.disabled .q-date__content,
.q-date--readonly .q-date__content {
  pointer-events: none;
}
.q-date--readonly .q-date__navigation {
  display: none;
}
.q-date--portrait {
  flex-direction: column;
  height: 410px;
  width: 290px;
}
.q-date--portrait .q-date__header {
  border-top-right-radius: inherit;
  height: 86px;
}
.q-date--portrait .q-date__header-title {
  align-items: center;
  height: 30px;
}
.q-date--landscape {
  flex-direction: row;
  align-items: stretch;
  height: 321px;
  width: 420px;
}
.q-date--landscape > div {
  display: flex;
  flex-direction: column;
}
.q-date--landscape .q-date__content {
  height: 100%;
}
.q-date--landscape .q-date__header {
  border-bottom-left-radius: inherit;
  min-width: 110px;
  width: 110px;
}
.q-date--landscape .q-date__header-title {
  flex-direction: column;
}
.q-date--landscape .q-date__header-today {
  margin-top: 12px;
}
.q-date--dark {
  color: #fff;
  background: #424242;
}
.q-time {
  max-width: 100%;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  background: #fff;
}
.q-time__header {
  border-top-left-radius: inherit;
  color: #fff;
  background: #027be3;
  padding: 16px;
  font-weight: 300;
}
.q-time__header-label {
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.00833em;
}
.q-time__header-label > div + div {
  margin-left: 4px;
}
.q-time__link {
  opacity: 0.56;
  outline: 0;
  transition: opacity 0.3s ease-out;
}
.q-time__link--active,
.q-time__link:hover,
.q-time__link:focus {
  opacity: 1;
}
.q-time__header-ampm {
  font-size: 16px;
  letter-spacing: 0.1em;
}
.q-time__content {
  padding: 16px;
}
.q-time__view:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.q-time__clock {
  display: inline-block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  font-size: 14px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.12);
  padding: 24px;
}
.q-time__clock-circle {
  position: relative;
}
.q-time__clock-center {
  height: 6px;
  width: 6px;
  margin: auto;
  border-radius: 50%;
  min-height: 0;
  background: currentColor;
}
.q-time__clock-pointer {
  width: 1px;
  height: 50%;
  -webkit-transform-origin: top center /* rtl:ignore */;
  transform-origin: top center /* rtl:ignore */;
  min-height: 0;
  position: absolute;
  left: 50%;
  right: 0;
  bottom: 0;
  color: #027be3;
  background: currentColor;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.q-time__clock-pointer:before,
.q-time__clock-pointer:after {
  content: '';
  position: absolute;
  left: 0;
  border-radius: 50%;
  background: currentColor;
  -webkit-transform: translate3d(-44%, 0, 0);
  transform: translate3d(-44%, 0, 0);
}
.q-time__clock-pointer:before {
  bottom: -4px;
  width: 8px;
  height: 8px;
}
.q-time__clock-pointer:after {
  top: -3px;
  height: 6px;
  width: 6px;
}
.q-time__clock-position {
  position: absolute;
  min-height: 32px;
  width: 32px;
  height: 32px;
  font-size: 12px;
  line-height: 32px;
  margin: 0;
  padding: 0;
  -webkit-transform: translate3d(-50%, -50%, 0) /* rtl:ignore */;
  transform: translate3d(-50%, -50%, 0) /* rtl:ignore */;
  border-radius: 50%;
}
.q-time__clock-position--disable {
  opacity: 0.4;
}
.q-time__clock-position--active {
  background: #027be3;
  color: #fff;
}
.q-time__clock-pos-0 {
  top: 0%;
  left: 50% /* rtl:ignore */;
}
.q-time__clock-pos-1 {
  top: 6.7%;
  left: 75% /* rtl:ignore */;
}
.q-time__clock-pos-2 {
  top: 25%;
  left: 93.3% /* rtl:ignore */;
}
.q-time__clock-pos-3 {
  top: 50%;
  left: 100% /* rtl:ignore */;
}
.q-time__clock-pos-4 {
  top: 75%;
  left: 93.3% /* rtl:ignore */;
}
.q-time__clock-pos-5 {
  top: 93.3%;
  left: 75% /* rtl:ignore */;
}
.q-time__clock-pos-6 {
  top: 100%;
  left: 50% /* rtl:ignore */;
}
.q-time__clock-pos-7 {
  top: 93.3%;
  left: 25% /* rtl:ignore */;
}
.q-time__clock-pos-8 {
  top: 75%;
  left: 6.7% /* rtl:ignore */;
}
.q-time__clock-pos-9 {
  top: 50%;
  left: 0% /* rtl:ignore */;
}
.q-time__clock-pos-10 {
  top: 25%;
  left: 6.7% /* rtl:ignore */;
}
.q-time__clock-pos-11 {
  top: 6.7%;
  left: 25% /* rtl:ignore */;
}
.q-time__clock-pos-1.fmt24 {
  top: 6.7%;
  left: 75% /* rtl:ignore */;
}
.q-time__clock-pos-2.fmt24 {
  top: 25%;
  left: 93.3% /* rtl:ignore */;
}
.q-time__clock-pos-3.fmt24 {
  top: 50%;
  left: 100% /* rtl:ignore */;
}
.q-time__clock-pos-4.fmt24 {
  top: 75%;
  left: 93.3% /* rtl:ignore */;
}
.q-time__clock-pos-5.fmt24 {
  top: 93.3%;
  left: 75% /* rtl:ignore */;
}
.q-time__clock-pos-6.fmt24 {
  top: 100%;
  left: 50% /* rtl:ignore */;
}
.q-time__clock-pos-7.fmt24 {
  top: 93.3%;
  left: 25% /* rtl:ignore */;
}
.q-time__clock-pos-8.fmt24 {
  top: 75%;
  left: 6.7% /* rtl:ignore */;
}
.q-time__clock-pos-9.fmt24 {
  top: 50%;
  left: 0% /* rtl:ignore */;
}
.q-time__clock-pos-10.fmt24 {
  top: 25%;
  left: 6.7% /* rtl:ignore */;
}
.q-time__clock-pos-11.fmt24 {
  top: 6.7%;
  left: 25% /* rtl:ignore */;
}
.q-time__clock-pos-12.fmt24 {
  top: 0%;
  left: 50% /* rtl:ignore */;
}
.q-time__clock-pos-13.fmt24 {
  top: 19.69%;
  left: 67.5% /* rtl:ignore */;
}
.q-time__clock-pos-14.fmt24 {
  top: 32.5%;
  left: 80.31% /* rtl:ignore */;
}
.q-time__clock-pos-15.fmt24 {
  top: 50%;
  left: 85% /* rtl:ignore */;
}
.q-time__clock-pos-16.fmt24 {
  top: 67.5%;
  left: 80.31% /* rtl:ignore */;
}
.q-time__clock-pos-17.fmt24 {
  top: 80.31%;
  left: 67.5% /* rtl:ignore */;
}
.q-time__clock-pos-18.fmt24 {
  top: 85%;
  left: 50% /* rtl:ignore */;
}
.q-time__clock-pos-19.fmt24 {
  top: 80.31%;
  left: 32.5% /* rtl:ignore */;
}
.q-time__clock-pos-20.fmt24 {
  top: 67.5%;
  left: 19.69% /* rtl:ignore */;
}
.q-time__clock-pos-21.fmt24 {
  top: 50%;
  left: 15% /* rtl:ignore */;
}
.q-time__clock-pos-22.fmt24 {
  top: 32.5%;
  left: 19.69% /* rtl:ignore */;
}
.q-time__clock-pos-23.fmt24 {
  top: 19.69%;
  left: 32.5% /* rtl:ignore */;
}
.q-time__clock-pos-0.fmt24 {
  top: 15%;
  left: 50% /* rtl:ignore */;
}
.q-time__now-button {
  background: #027be3;
  color: #fff;
}
.q-time__event {
  position: absolute;
  bottom: 2px;
  left: 50%;
  height: 5px;
  width: 10px;
  border-radius: 5px;
  background: #26a69a;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.q-time.disabled .q-time__header-ampm,
.q-time--readonly .q-time__header-ampm,
.q-time.disabled .q-time__content,
.q-time--readonly .q-time__content {
  pointer-events: none;
}
.q-time--portrait {
  display: inline-flex;
  flex-direction: column;
  width: 290px;
  min-width: 180px;
}
.q-time--portrait .q-time__header {
  border-top-right-radius: inherit;
  min-height: 80px;
}
.q-time--portrait .q-time__header-ampm {
  margin-left: 12px;
}
.q-time--landscape {
  display: inline-flex;
  align-items: stretch;
  width: 420px;
  min-width: 335px;
}
.q-time--landscape > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.q-time--landscape .q-time__header {
  border-bottom-left-radius: inherit;
  width: 155px;
}
.q-time--landscape .q-time__header-ampm {
  margin-top: 12px;
}
.q-time--dark {
  color: #fff;
  background: #424242;
}
.q-dialog__title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0.0125em;
}
.q-dialog__message {
  color: #757575;
}
.q-dialog__inner {
  outline: 0;
}
.q-dialog__inner > .scroll {
  max-height: 40vh;
}
.q-dialog__inner > div {
  pointer-events: all;
  overflow: auto;
  border-radius: 1.5rem;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.14),
    0 1px 10px rgba(0, 0, 0, 0.12);
}
.q-dialog__inner > div.overflow-initial{overflow: initial}
.q-dialog__inner > .q-card > .q-card__actions .q-btn--rectangle {
  min-width: 64px;
}
.q-dialog__inner--minimized {
  /*padding: 24px;*/
}
.q-dialog__inner--minimized > div {
  /*max-height: calc(100vh - 32px);*/
  max-height: calc(100vh - 5.5rem);
}
.q-dialog__inner--maximized > div {
  height: 100% !important;
  width: 100% !important;
  border-radius: 0 !important;
}
.q-dialog__inner--top {
  padding-top: 0 !important;
}
.q-dialog__inner--right {
  padding-right: 0 !important;
}
.q-dialog__inner--bottom {
  padding-bottom: 0 !important;
}
.q-dialog__inner--left {
  padding-left: 0 !important;
}
.q-dialog__inner--left > div,
.q-dialog__inner--top > div {
  border-top-left-radius: 0;
}
.q-dialog__inner--right > div,
.q-dialog__inner--top > div {
  border-top-right-radius: 0;
}
.q-dialog__inner--left > div,
.q-dialog__inner--bottom > div {
  border-bottom-left-radius: 0;
}
.q-dialog__inner--right > div,
.q-dialog__inner--bottom > div {
  border-bottom-right-radius: 0;
}
.reservation .q-dialog__inner > div {
  border-radius: 20px 20px 0 0;
}
.reservation .q-dialog__inner.q-dialog__inner--standard > div {
  border-radius: 20px;
} 
.q-dialog__inner--fullwidth > div {
  width: 100% !important;
  max-width: 100% !important;
}
.q-dialog__inner--fullheight > div {
  height: 100% !important;
  max-height: 100% !important;
}
.q-dialog__backdrop {
  z-index: -1;
  pointer-events: all;
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 599px) {
  .q-dialog__inner--minimized {
    /*padding: 16px;*/
  }
  .q-dialog__inner--top,
  .q-dialog__inner--bottom {
    padding-left: 0;
    padding-right: 0;
  }
  .q-dialog__inner--top > div,
  .q-dialog__inner--bottom > div {
    width: 100% !important;
    border-radius: 0 !important;
  }
}
/* @media (min-width: 600px) {
  .q-dialog__inner--minimized > div {
    max-width: 560px;
  }
} */
.q-body--dialog {
  overflow: hidden;
}
.q-editor {
  border: 1px solid #ccc;
}
.q-editor.disabled {
  border-style: dashed;
}
.q-editor.fullscreen {
  border: 0 !important;
}
.q-editor-content {
  outline: 0;
  padding: 10px;
  min-height: 10em;
  background: #fff;
}
.q-editor-content hr {
  border: 0;
  outline: 0;
  margin: 1px;
  height: 1px;
  background: #ccc;
}
.q-editor-toolbar-padding {
  padding: 4px;
}
.q-editor-toolbar {
  border-bottom: 1px solid #ccc;
  background: #e0e0e0;
  min-height: 37px;
}
.q-editor-toolbar .q-btn-group {
  box-shadow: none;
}
.q-editor-toolbar .q-btn-group + .q-btn-group {
  margin-left: 5px;
}
.q-editor-toolbar-separator .q-btn-group + .q-btn-group {
  padding-left: 5px;
}
.q-editor-toolbar-separator .q-btn-group + .q-btn-group:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 1px;
  background: #ccc;
}
.q-editor-input input {
  color: inherit;
}
.z-fab {
  z-index: 990;
}
.q-fab {
  position: relative;
  vertical-align: middle;
}
.q-fab--opened .q-fab__actions {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  pointer-events: all;
}
.q-fab--opened .q-fab__icon {
  -webkit-transform: rotate3d(0, 0, 1, 180deg);
  transform: rotate3d(0, 0, 1, 180deg);
  opacity: 0;
}
.q-fab--opened .q-fab__active-icon {
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  opacity: 1;
}
.q-fab__icon,
.q-fab__active-icon {
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.q-fab__icon {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
}
.q-fab__active-icon {
  opacity: 0;
  -webkit-transform: rotate3d(0, 0, 1, -180deg);
  transform: rotate3d(0, 0, 1, -180deg);
}
.q-fab__actions {
  position: absolute;
  opacity: 0;
  transition: all 0.2s ease-in;
  pointer-events: none;
}
.q-fab__actions .q-btn {
  margin: 5px;
}
.q-fab__actions--right {
  -webkit-transform: scale3d(0.4, 0.4, 1) translate3d(-100%, 0, 0);
  transform: scale3d(0.4, 0.4, 1) translate3d(-100%, 0, 0);
  top: 0;
  bottom: 0;
  left: 120%;
}
.q-fab__actions--left {
  -webkit-transform: scale3d(0.4, 0.4, 1) translate3d(100%, 0, 0);
  transform: scale3d(0.4, 0.4, 1) translate3d(100%, 0, 0);
  top: 0;
  bottom: 0;
  right: 120%;
  flex-direction: row-reverse;
}
.q-fab__actions--up {
  -webkit-transform: scale3d(0.4, 0.4, 1) translate3d(0, 100%, 0);
  transform: scale3d(0.4, 0.4, 1) translate3d(0, 100%, 0);
  flex-direction: column-reverse;
  justify-content: center;
  bottom: 120%;
  left: 0;
  right: 0;
}
.q-fab__actions--down {
  -webkit-transform: scale3d(0.4, 0.4, 1) translate3d(0, -100%, 0);
  transform: scale3d(0.4, 0.4, 1) translate3d(0, -100%, 0);
  flex-direction: column;
  justify-content: center;
  top: 120%;
  left: 0;
  right: 0;
}
/*.q-field--with-bottom {
   padding-bottom: 22px;
 }
 .q-field__marginal {
   height:4rem;
   color: rgba(0,0,0,0.54);
   font-size: 24px;
   z-index: 1;
   transition: color 0.36s cubic-bezier(0.4, 0, 0.2, 1);
 }
 .q-field__marginal > * + * {
   margin-left: 2px;
 }
 .q-field__marginal .q-avatar {
   font-size: 32px;
 }
 .q-field__before,
 .q-field__prepend {
   padding-right: 12px;
 }
 .q-field__after,
 .q-field__append {

 }
 .q-field__append + .q-field__append {
   padding-left: 2px;
 }
 .q-field__inner {
   text-align: left;
 }
 .q-field__bottom {
   font-size: 12px;
   min-height: 12px;
   line-height: 1;
   color: rgba(0,0,0,0.54);
   -webkit-transform: translate3d(0, 100%, 0);
		   transform: translate3d(0, 100%, 0);
   padding: 8px 12px 0;
 }
 .q-field__messages {
   line-height: 1;
 }
 .q-field__messages > div {
   word-break: break-word;
   word-wrap: break-word;
   overflow-wrap: break-word;
 }
 .q-field__messages > div + div {
   margin-top: 4px;
 }
 .q-field__counter {
   padding-left: 8px;
   line-height: 1;
 }
 .q-field--item-aligned {
   padding: 8px 16px;
 }
 .q-field--item-aligned .q-field__before {
   min-width: 56px;
 }
 .q-field__control-container {
   height: inherit;
 }
 .q-field__control {
   color: #027be3;
   height: 56px;
 }
 .q-field__control:before,
 .q-field__control:after {
   content: '';
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   pointer-events: none;
 }
 .q-field__control:before {
   border-radius: inherit;
 }
 .q-field__native,
 .q-field__prefix,
 .q-field__suffix {
   font-weight: 400;
   font-size: 14px;
   line-height: 28px;
   letter-spacing: 0.00937em;
   text-decoration: inherit;
   text-transform: inherit;
   height: 100%;
   border: none;
   border-radius: 0;
   background: none;
   color: rgba(0,0,0,0.87);
   outline: 0;
   padding: 6px 0;
 }
 .q-field__native {
   width: 100%;
   outline: 0 !important;
 }
 .q-field__prefix,
 .q-field__suffix {
   transition: opacity 0.36s cubic-bezier(0.4, 0, 0.2, 1);
 }
 .q-field__prefix {
   padding-right: 4px;
 }
 .q-field__suffix {
   padding-left: 4px;
 }
 .q-field__label {
   left: 0;
   right: 0;
   top: 18px;
   color: rgba(0,0,0,0.6);
   font-size: 16px;
   line-height: 20px;
   font-weight: 400;
   letter-spacing: 0.00937em;
   text-decoration: inherit;
   text-transform: inherit;
   -webkit-transform-origin: left top;
		   transform-origin: left top;
   transition: color 0.36s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.36s cubic-bezier(0.4, 0, 0.2, 1);
   transition: transform 0.36s cubic-bezier(0.4, 0, 0.2, 1), color 0.36s cubic-bezier(0.4, 0, 0.2, 1);
   transition: transform 0.36s cubic-bezier(0.4, 0, 0.2, 1), color 0.36s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.36s cubic-bezier(0.4, 0, 0.2, 1);
 }
 .q-field--float .q-field__label {
   -webkit-transform: translate3d(0, -50%, 0) scale3d(0.75, 0.75, 0.75);
		   transform: translate3d(0, -50%, 0) scale3d(0.75, 0.75, 0.75);
 }
 .q-field--focused .q-field__label {
   color: currentColor;
 }
 .q-field--filled .q-field__control {
   padding: 0 12px;
   background: #f5f5f5;
   border-radius: 4px 4px 0 0;
 }
 .q-field--filled .q-field__control:before {
   background: rgba(0,0,0,0.05);
   border-bottom: 1px solid rgba(0,0,0,0.42);
   opacity: 0;
   transition: opacity 0.36s cubic-bezier(0.4, 0, 0.2, 1), background 0.36s cubic-bezier(0.4, 0, 0.2, 1);
 }
 .q-field--filled .q-field__control:hover:before {
   opacity: 1;
 }
 .q-field--filled .q-field__control:after {
   height: 2px;
   top: unset;
   -webkit-transform-origin: center bottom;
		   transform-origin: center bottom;
   -webkit-transform: scale3d(0, 1, 1);
		   transform: scale3d(0, 1, 1);
   background: currentColor;
   transition: -webkit-transform 0.24s cubic-bezier(0.4, 0, 0.2, 1);
   transition: transform 0.24s cubic-bezier(0.4, 0, 0.2, 1);
   transition: transform 0.24s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.24s cubic-bezier(0.4, 0, 0.2, 1);
 }
 .q-field--filled.q-field--rounded .q-field__control {
   border-radius: 28px 28px 0 0;
 }
 .q-field--filled.q-field--focused .q-field__control:before {
   opacity: 1;
   background: rgba(0,0,0,0.12);
 }
 .q-field--filled.q-field--focused .q-field__control:after {
   -webkit-transform: scale3d(1, 1, 1);
		   transform: scale3d(1, 1, 1);
 }
 .q-field--filled.q-field--readonly .q-field__control:before {
   opacity: 1;
   background: transparent;
   border-bottom-style: dashed;
 }
 .q-field--outlined .q-field__control {
   border-radius: 4px;
   padding: 0 12px;
 }
 .q-field--outlined .q-field__control:before {
   border: 1px solid rgba(0,0,0,0.24);
   transition: border-color 0.36s cubic-bezier(0.4, 0, 0.2, 1);
 }
 .q-field--outlined .q-field__control:hover:before {
   border-color: #000;
 }
 .q-field--outlined .q-field__control:after {
   height: inherit;
   border-radius: inherit;
   border: 2px solid transparent;
   transition: border-color 0.36s cubic-bezier(0.4, 0, 0.2, 1);
 }
 .q-field--outlined.q-field--rounded .q-field__control {
   border-radius: 28px;
 }
 .q-field--outlined.q-field--focused .q-field__control:after {
   border-color: currentColor;
   border-width: 2px;
   -webkit-transform: scale3d(1, 1, 1);
		   transform: scale3d(1, 1, 1);
 }
 .q-field--outlined.q-field--readonly .q-field__control:before {
   border-style: dashed;
 }
 .q-field--standard .q-field__control:before {
   border-bottom:none;
   transition: border-color 0.36s cubic-bezier(0.4, 0, 0.2, 1);
 }
 .q-field--standard .q-field__control:hover:before {
   border-color: #000;
 }
 .q-field--standard .q-field__control:after {
   height:0;
   top: unset;
   border-bottom-left-radius: inherit;
   border-bottom-right-radius: inherit;
   -webkit-transform-origin: center bottom;
		   transform-origin: center bottom;
   -webkit-transform: scale3d(0, 1, 1);
		   transform: scale3d(0, 1, 1);
   background: currentColor;
   transition: -webkit-transform 0.24s cubic-bezier(0.4, 0, 0.2, 1);
   transition: transform 0.24s cubic-bezier(0.4, 0, 0.2, 1);
   transition: transform 0.24s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.24s cubic-bezier(0.4, 0, 0.2, 1);
 }
 .q-field--standard.q-field--focused .q-field__control:after {
   -webkit-transform: scale3d(1, 1, 1);
		   transform: scale3d(1, 1, 1);
 }
 .q-field--standard.q-field--readonly .q-field__control:before {
   border-bottom-style: dashed;
 }
 .q-field--dark.q-field--filled .q-field__control {
   background: #222;
 }
 .q-field--dark .q-field__control:before {
   border-color: rgba(255,255,255,0.6);
 }
 .q-field--dark .q-field__control:hover:before {
   border-color: #fff;
 }
 .q-field--dark .q-field__native,
 .q-field--dark .q-field__prefix,
 .q-field--dark .q-field__suffix {
   color: #fff;
 }
 .q-field--dark:not(.q-field--focused) .q-field__label,
 .q-field--dark .q-field__marginal,
 .q-field--dark .q-field__bottom {
   color: rgba(255,255,255,0.7);
 }
 .q-field--standout .q-field__control {
   padding: 0 12px;
   background: rgba(0,0,0,0.05);
   border-radius: 4px;
   transition: box-shadow 0.36s cubic-bezier(0.4, 0, 0.2, 1);
 }
 .q-field--standout .q-field__control:before {
   background: rgba(0,0,0,0.07);
   opacity: 0;
   transition: opacity 0.36s cubic-bezier(0.4, 0, 0.2, 1), background 0.36s cubic-bezier(0.4, 0, 0.2, 1);
 }
 .q-field--standout .q-field__control:hover:before {
   opacity: 1;
 }
 .q-field--standout.q-field--rounded .q-field__control {
   border-radius: 28px;
 }
 .q-field--standout.q-field--focused .q-field__control {
   box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
 }
 .q-field--standout.q-field--focused .q-field__control:before {
   opacity: 1;
   background: #000;
 }
 .q-field--standout.q-field--focused .q-field__native,
 .q-field--standout.q-field--focused .q-field__prefix,
 .q-field--standout.q-field--focused .q-field__suffix,
 .q-field--standout.q-field--focused .q-field__prepend,
 .q-field--standout.q-field--focused .q-field__append {
   color: #fff;
 }
 .q-field--standout.q-field--readonly .q-field__control:before {
   opacity: 1;
   background: transparent;
   border: 1px dashed rgba(0,0,0,0.24);
 }
 .q-field--standout.q-field--dark .q-field__control {
   background: rgba(255,255,255,0.07);
 }
 .q-field--standout.q-field--dark .q-field__control:before {
   background: rgba(255,255,255,0.07);
 }
 .q-field--standout.q-field--dark.q-field--focused .q-field__control:before {
   opacity: 1;
   background: #fff;
 }
 .q-field--standout.q-field--dark.q-field--focused .q-field__native,
 .q-field--standout.q-field--dark.q-field--focused .q-field__prefix,
 .q-field--standout.q-field--dark.q-field--focused .q-field__suffix,
 .q-field--standout.q-field--dark.q-field--focused .q-field__prepend,
 .q-field--standout.q-field--dark.q-field--focused .q-field__append {
   color: #000;
 }
 .q-field--standout.q-field--dark.q-field--readonly .q-field__control:before {
   border-color: rgba(255,255,255,0.24);
 }
 .q-field--labeled .q-field__native,
 .q-field--labeled .q-field__prefix,
 .q-field--labeled .q-field__suffix {
   padding-top: 24px;
   padding-bottom: 8px;
 }
 .q-field--labeled:not(.q-field--float) .q-field__prefix,
 .q-field--labeled:not(.q-field--float) .q-field__suffix {
   opacity: 0;
 }
 .q-field--labeled:not(.q-field--focused) .q-field__native::-webkit-input-placeholder {
   color: transparent;
 }
 .q-field--labeled:not(.q-field--focused) .q-field__native::-moz-placeholder {
   color: transparent;
 }
 .q-field--labeled:not(.q-field--focused) .q-field__native:-ms-input-placeholder {
   color: transparent;
 }
 .q-field--labeled.q-field--dense .q-field__native,
 .q-field--labeled.q-field--dense .q-field__prefix,
 .q-field--labeled.q-field--dense .q-field__suffix {
   padding-top: 12px;
   padding-bottom: 3px;
 }
 .q-field--dense .q-field__control,
 .q-field--dense .q-field__marginal {
   height: 40px;
 }
 .q-field--dense .q-field__control {
   padding: 0 6px;
 }
 .q-field--dense .q-field__bottom {
   font-size: 11px;
   padding: 8px 4px 0;
 }
 .q-field--dense .q-field__label {
   font-size: 14px;
   top: 11px;
 }
 .q-field--dense .q-field__before,
 .q-field--dense .q-field__prepend {
   padding-right: 6px;
 }
 .q-field--dense .q-field__after,
 .q-field--dense .q-field__append {
   padding-left: 6px;
 }
 .q-field--dense .q-field__append + .q-field__append {
   padding-left: 2px;
 }
 .q-field--dense .q-avatar {
   font-size: 24px;
 }
 .q-field--borderless .q-field__bottom,
 .q-field--standard .q-field__bottom,
 .q-field--borderless.q-field--dense .q-field__control,
 .q-field--standard.q-field--dense .q-field__control {
   padding-left: 0;
   padding-right: 0;
 }
 .q-field--error .q-field__label {
   -webkit-animation: q-field-label 0.36s;
		   animation: q-field-label 0.36s;
 }
 .q-field--error .q-field__bottom {
   color: #c10015;
 }
 .q-field--auto-height .q-field__control {
   height: auto;
 }
 .q-field--auto-height .q-field__control,
 .q-field--auto-height .q-field__native {
   min-height: 4rem;
 }
 .q-field--auto-height .q-field__control-container {
   padding-top: 0;
 }
 .q-field--auto-height .q-field__native,
 .q-field--auto-height .q-field__prefix,
 .q-field--auto-height .q-field__suffix {
   line-height: 18px;
 }
 .q-field--auto-height.q-field--labeled .q-field__control-container {
   padding-top: 28px;
   padding-bottom: 2px;
 }
 .q-field--auto-height.q-field--labeled .q-field__native,
 .q-field--auto-height.q-field--labeled .q-field__prefix,
 .q-field--auto-height.q-field--labeled .q-field__suffix {
   padding-top: 0;
 }
 .q-field--auto-height.q-field--labeled .q-field__native {
   min-height: 26px;
 }
 .q-field--auto-height.q-field--dense .q-field__control,
 .q-field--auto-height.q-field--dense .q-field__native {
   min-height: 40px;
 }
 .q-field--auto-height.q-field--dense.q-field--labeled .q-field__control,
 .q-field--auto-height.q-field--dense.q-field--labeled .q-field__native {
   min-height: 22px;
 }
 .q-field--auto-height.q-field--dense.q-field--labeled .q-field__control-container {
   padding-top: 16px;
 }*/
.q-transition--field-message-enter-active,
.q-transition--field-message-leave-active {
  transition: opacity 0.6s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.6s cubic-bezier(0.86, 0, 0.07, 1),
    opacity 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.6s cubic-bezier(0.86, 0, 0.07, 1),
    opacity 0.6s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}
.q-transition--field-message-enter,
.q-transition--field-message-leave-to {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.q-transition--field-message-leave,
.q-transition--field-message-leave-active {
  position: absolute;
}
.q-img {
  width: 100%;
}
.q-img__loading .q-spinner {
  font-size: 50px;
}
.q-img__image {
  background-repeat: no-repeat;
}
.q-img__content > div {
  position: absolute;
  padding: 16px;
  color: #fff;
  background: rgba(0, 0, 0, 0.47);
}
.q-inner-loading {
  background: rgba(255, 255, 255, 0.6);
}
.q-inner-loading--dark {
  background: rgba(0, 0, 0, 0.4);
}
.q-textarea .q-field__control {
  min-height: 56px;
  height: auto;
}
.q-textarea .q-field__control-container {
  /*padding-top: 2px;
   padding-bottom: 2px;*/
}
.q-textarea .q-field__native,
.q-textarea .q-field__prefix,
.q-textarea .q-field__suffix {
  line-height: 18px;
}
.q-textarea .q-field__native {
  resize: vertical;
  padding-top: 17px;
  min-height: 52px;
}
.q-field--readonly.q-textarea .q-field__native {
  pointer-events: auto;
}
.disabled.q-textarea .q-field__native {
  resize: none;
}
.q-textarea.q-field--labeled .q-field__control-container {
  padding-top: 26px;
}
.q-textarea.q-field--labeled .q-field__native,
.q-textarea.q-field--labeled .q-field__prefix,
.q-textarea.q-field--labeled .q-field__suffix {
  padding-top: 0;
}
.q-textarea.q-field--labeled .q-field__native {
  min-height: 26px;
  padding-top: 1px;
}
.q-textarea--autogrow .q-field__native {
  resize: none;
}
.q-textarea.q-field--dense .q-field__control,
.q-textarea.q-field--dense .q-field__native {
  min-height: 36px;
}
.q-textarea.q-field--dense .q-field__native {
  padding-top: 9px;
}
.q-textarea.q-field--dense.q-field--labeled .q-field__control-container {
  padding-top: 14px;
}
.q-textarea.q-field--dense.q-field--labeled .q-field__native {
  min-height: 24px;
  padding-top: 2px;
}
.q-knob {
  font-size: 48px;
}
.q-knob--editable {
  cursor: pointer;
  outline: 0;
}
.q-knob--editable:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  box-shadow: none;
  transition: box-shadow 0.24s ease-in-out;
}
.q-knob--editable:focus:before {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.14),
    0 1px 10px rgba(0, 0, 0, 0.12);
}
.q-layout {
  width: 100%;
  min-height: 100vh;
}
.q-layout-container {
  height: 100%;
  width: 100%;
}
.q-layout-container .q-layout {
  min-height: 100%;
}
.q-layout-container > div {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.q-layout-container > div > div {
  min-height: 0;
  max-height: 100%;
}
.q-layout__shadow {
  width: 100%;
}
.q-layout__shadow:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2), 0 0px 10px rgba(0, 0, 0, 0.24);
}
.q-header {
  background: #027be3;
  color: #fff;
}
.q-header--hidden {
  -webkit-transform: translate3d(0, -110%, 0);
  transform: translate3d(0, -110%, 0);
}
.q-header--bordered {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.q-header .q-layout__shadow {
  bottom: -10px;
}
.q-header .q-layout__shadow:after {
  bottom: 10px;
}
.q-footer {
  background: $layout-footer-background;
  color: $layout-footer-color;
}
.q-footer--hidden {
  -webkit-transform: translate3d(0, 110%, 0);
  transform: translate3d(0, 110%, 0);
}
.q-footer--bordered {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.q-footer .q-layout__shadow {
  top: -10px;
}
.q-footer .q-layout__shadow:after {
  top: 10px;
}
.q-header,
.q-footer {
  z-index: 2000;
}
.q-drawer {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: 1000;
}
.q-drawer--on-top {
  z-index: 3000;
}
.q-drawer--left {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.q-drawer--left.q-drawer--bordered {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.q-drawer--left .q-layout__shadow {
  left: 10px;
  right: -10px;
}
.q-drawer--left .q-layout__shadow:after {
  right: 10px;
}
.q-drawer--right {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.q-drawer--right.q-drawer--bordered {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.q-drawer--right .q-layout__shadow {
  left: -10px;
}
.q-drawer--right .q-layout__shadow:after {
  left: 10px;
}
.q-drawer--mini {
  padding: 0 !important;
}
.q-drawer--mini .q-item,
.q-drawer--mini .q-item__section {
  text-align: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  min-width: 0;
}
.q-drawer--mini .q-mini-drawer-hide,
.q-drawer--mini .q-expansion-item__content,
.q-drawer--mini .q-item__label,
.q-drawer--mini .q-item__section--main,
.q-drawer--mini .q-item__section--side:last-child {
  display: none;
}
.q-drawer--standard .q-mini-drawer-only {
  display: none;
}
.q-drawer--mobile .q-mini-drawer-only,
.q-drawer--mobile .q-mini-drawer-hide {
  display: none;
}
.q-drawer__backdrop {
  z-index: 2999 !important;
  will-change: background-color;
}
.q-drawer__opener {
  z-index: 2001;
  height: 100%;
  width: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.q-layout,
.q-header,
.q-footer,
.q-page {
  position: relative;
}
.q-page-sticky--shrink {
  pointer-events: none;
}
.q-page-sticky--shrink > div {
  display: inline-block;
  pointer-events: auto;
}
body.q-ios-statusbar-padding .q-layout .q-header > .q-toolbar:nth-child(2),
body.q-ios-statusbar-padding .q-layout .q-header > .q-tabs:nth-child(2) .q-tabs-head,
body.q-ios-statusbar-padding .q-layout .q-drawer--top-padding,
body.q-ios-statusbar-padding .modal:not(.minimized) .q-header > .q-toolbar:nth-child(1) {
  padding-top: 20px;
  min-height: 70px;
}
body.q-ios-statusbar-x .q-layout .q-header > .q-toolbar:nth-child(2),
body.q-ios-statusbar-x .q-layout .q-header > .q-tabs:nth-child(2) .q-tabs-head,
body.q-ios-statusbar-x .q-layout .q-drawer--top-padding,
body.q-ios-statusbar-x .modal:not(.minimized) .q-header > .q-toolbar:nth-child(1) {
  padding-top: env(safe-area-inset-top);
}
body.q-ios-statusbar-x .q-layout .q-footer > .q-toolbar:last-child,
body.q-ios-statusbar-x .q-layout .q-footer > .q-tabs:last-child .q-tabs-head,
body.q-ios-statusbar-x .q-layout .q-drawer--top-padding,
body.q-ios-statusbar-x .modal:not(.minimized) .q-footer > .q-toolbar:last-child {
  padding-bottom: env(safe-area-inset-bottom);
  min-height: 70px;
}
.q-body--layout-animate .q-layout__section--animate {
  transition: all 0.12s ease-in !important;
}
.q-body--drawer-toggle {
  overflow-x: hidden !important;
}
@media (max-width: 599px) {
  .q-layout-padding {
    padding: 8px;
  }
}
@media (min-width: 600px) and (max-width: 1439px) {
  .q-layout-padding {
    padding: 16px;
  }
}
@media (min-width: 1440px) {
  .q-layout-padding {
    padding: 24px;
  }
}
.q-linear-progress {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 4px;
  color: #027be3;
}
.q-linear-progress--reverse {
  -webkit-transform: scale3d(-1, 1, 1);
  transform: scale3d(-1, 1, 1);
}
.q-linear-progress__model,
.q-linear-progress__track {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.q-linear-progress__model--determinate {
  background: currentColor;
}
.q-linear-progress__model--indeterminate,
.q-linear-progress__model--query {
  transition: none;
}
.q-linear-progress__model--indeterminate:before,
.q-linear-progress__model--query:before,
.q-linear-progress__model--indeterminate:after,
.q-linear-progress__model--query:after {
  background: currentColor;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.q-linear-progress__model--indeterminate:before,
.q-linear-progress__model--query:before {
  -webkit-animation: q-linear-progress--indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395)
    infinite;
  animation: q-linear-progress--indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.q-linear-progress__model--indeterminate:after,
.q-linear-progress__model--query:after {
  -webkit-animation: q-linear-progress--indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1)
    infinite;
  animation: q-linear-progress--indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}
.q-linear-progress__track {
  opacity: 0.4;
}
.q-linear-progress__track--light {
  background: rgba(0, 0, 0, 0.26);
}
.q-linear-progress__track--dark {
  background: rgba(255, 255, 255, 0.6);
}
.q-linear-progress__stripe {
  transition: width 0.3s;
  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
  ) !important;
  background-size: 40px 40px !important;
}
.q-expansion-item__border {
  opacity: 0;
}
.q-expansion-item__toggle-icon {
  position: relative;
  transition: transform 0.3s;
}
.q-expansion-item--standard.q-expansion-item--expanded > div > .q-expansion-item__border {
  opacity: 1;
}
.q-expansion-item--popup {
  transition: padding 0.5s;
}
.q-expansion-item--popup > .q-expansion-item__container {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.q-expansion-item--popup > .q-expansion-item__container > .q-separator {
  display: none;
}
.q-expansion-item--popup.q-expansion-item--collapsed {
  padding: 0 15px;
}
.q-expansion-item--popup.q-expansion-item--expanded {
  padding: 15px 0;
}
.q-expansion-item--popup.q-expansion-item--expanded
  + .q-expansion-item--popup.q-expansion-item--expanded {
  padding-top: 0;
}
.q-expansion-item--popup.q-expansion-item--collapsed:not(:first-child)
  > .q-expansion-item__container {
  border-top-width: 0;
}
.q-expansion-item--popup.q-expansion-item--expanded
  + .q-expansion-item--popup.q-expansion-item--collapsed
  > .q-expansion-item__container {
  border-top-width: 1px;
}
.q-expansion-item__content > .q-card {
  box-shadow: none;
  border-radius: 0;
}
.q-expansion-item:first-child > div > .q-expansion-item__border--top {
  opacity: 0;
}
.q-expansion-item:last-child > div > .q-expansion-item__border--bottom {
  opacity: 0;
}
.q-expansion-item--expanded + .q-expansion-item--expanded > div > .q-expansion-item__border--top {
  opacity: 0;
}
.q-item {
  padding: 8px 16px;
  color: inherit;
  transition: color 0.3s, background-color 0.3s;
}
/*.expansion_wrap .q-item{min-height:auto;padding:0;}
 .q-item--inset {
   padding-left: 72px;
 }*/
.q-item__section--side {
  color: #757575;
  align-items: flex-start;
  padding-right: 16px;
  width: auto;
  min-width: 0;
  max-width: 100%;
}
.q-item__section--side .q-icon {
  font-size: 28px; /* 190612 quasar 수정 */
}
.q-item__section--side .q-avatar {
  font-size: 40px;
}
.q-item__section--avatar {
  min-width: 56px;
}
.q-item__section--thumbnail {
  margin-left: -16px;
}
.q-item__section--thumbnail img {
  width: 100px;
  height: 56px;
}
.q-item__section--nowrap {
  white-space: nowrap;
}
.q-item__label {
  line-height: 1.2em !important;
}
.q-item__label--overline {
  color: rgba(0, 0, 0, 0.7);
}
.q-item__label--caption {
  color: rgba(0, 0, 0, 0.54);
}
.q-item__label--header {
  color: #757575;
  padding: 16px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.01786em;
}
.q-separator--spaced + .q-item__label--header,
.q-list--padding .q-item__label--header {
  padding-top: 8px;
}
.q-item__label--inset {
  padding-left: 72px;
}
.q-item__label + .q-item__label {
  margin-top: 4px;
}
.q-item.q-router-link--active,
.q-item--active {
  color: #027be3;
}
.q-item.q-router-link--active .q-item__section--avatar,
.q-item--active .q-item__section--avatar,
.q-item.q-router-link--active .q-item__section--avatar .q-icon,
.q-item--active .q-item__section--avatar .q-icon {
  color: #027be3;
}
.q-item__section--main + .q-item__section--main {
  margin-left: 8px;
}
.q-item__section--main ~ .q-item__section--side {
  align-items: flex-end;
  padding-right: 0;
  padding-left: 16px;
  /* 190612 quasar 추가
   position:absolute;
   right:-3rem;
   margin-top:-.5rem;*/
  /* //190612 quasar 추가 */
}
.q-item__section--main.q-item__section--thumbnail {
  margin-left: 0;
  margin-right: -16px;
}
.q-list--bordered {
  /*border: 1px solid rgba(0,0,0,0.12);*/
  border-top: 1px solid #dedede;
}
.q-list--separator > .q-item-type + .q-item-type {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.q-list--padding {
  padding: 8px 0;
}
.q-list--dense > .q-item,
.q-item--dense {
  min-height: 32px;
  padding: 2px 16px;
}
.q-list--dark.q-list--separator > .q-item-type + .q-item-type {
  border-top-color: rgba(255, 255, 255, 0.48);
}
.q-list--dark,
.q-item--dark {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.48);
}
.q-list--dark .q-item__section--side,
.q-item--dark .q-item__section--side {
  color: rgba(255, 255, 255, 0.7);
}
.q-list--dark .q-item__label--header,
.q-item--dark .q-item__label--header {
  color: rgba(255, 255, 255, 0.64);
}
.q-list--dark .q-item__label--overline,
.q-item--dark .q-item__label--overline,
.q-list--dark .q-item__label--caption,
.q-item--dark .q-item__label--caption {
  color: rgba(255, 255, 255, 0.8);
}
.q-slide-item {
  position: relative;
}
.q-slide-item__left,
.q-slide-item__right {
  z-index: -1;
  visibility: hidden;
  padding: 8px 16px;
  font-size: 14px;
}
.q-slide-item__left .q-icon,
.q-slide-item__right .q-icon {
  font-size: 1.714em;
}
.q-slide-item__left {
  background: #4caf50;
  color: #fff;
}
.q-slide-item__left > div {
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.q-slide-item__right {
  background: #ff9800;
  color: #fff;
}
.q-slide-item__right > div {
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.q-slide-item__content {
  background: #fff;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.q-menu,
.q-local-menu {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12);
  background: #fff;
  border-radius: 4px;
  overflow-y: auto;
  overflow-x: hidden;
  outline: 0;
  max-height: 65vh;
  z-index: 8000;
}
.q-menu {
  position: fixed !important;
  display: inline-block;
  max-width: 95vw;
}
.q-local-menu {
  cursor: default;
  position: absolute;
  color: initial;
  left: 0;
  min-width: 100%;
  max-width: 100vw;
}
.q-local-menu .q-item__section {
  white-space: nowrap;
}
.q-option-group--inline > div {
  display: inline-block;
}
.q-pagination input {
  text-align: center;
}
.q-pagination .q-btn {
  padding: 0 5px !important;
}
.q-pagination .q-btn.disabled {
  color: #777;
  color: var(--q-color-faded);
}
.q-parallax {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: inherit;
}
.q-parallax__media > img,
.q-parallax__media > video {
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  will-change: transform;
}
.q-pull-to-refresh__puller {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #000;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
}
.q-pull-to-refresh__puller--animating {
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.q-radio {
  vertical-align: middle;
}
.q-radio__bg {
  left: 50%;
  top: 50%;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  transition: background 0.22s cubic-bezier(0, 0, 0.2, 1) 0ms;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.q-radio__native {
  width: 1px;
  height: 1px;
}
.q-radio__outer-circle {
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  border: 0.2rem solid #eaeaea;
  border-radius: 50%;
}
.q-radio__inner-circle {
  border: 0.4rem solid #eaeaea;
  border-radius: 50%;
  width: 0.4rem;
  height: 0.4rem;
}
.q-radio__label {
  padding-right: 0;
  font-size: 1.4rem;
  line-height: 2rem;
}
.q-radio.reverse .q-radio__label {
  padding-right: 4px;
  padding-left: 0;
}
.q-radio__inner {
  width: 2rem;
  height: 2rem;
  padding: 1rem;
  outline: 0;
  margin-right: 0.8rem;
}
.q-radio__inner--active {
  color: #e5236d;
}
.q-radio__inner--active .q-radio__inner-circle {
  border: 0.4rem solid #fff;
  z-index: 2;
}
.q-radio__inner--active .q-radio__outer-circle {
  background-color: #e5236d;
  border-color: #e5236d;
}
.q-radio.disabled .q-radio__inner-circle {
  border: 0.4rem solid #fff;
  z-index: 2;
}
.q-radio.disabled .q-radio__outer-circle {
  background-color: #eaeaea;
  border-color: #eaeaea;
}
.q-radio.disabled {
  opacity: 1 !important;
}
.q-radio.disabled .q-radio__inner,
.q-radio.disabled .q-radio__label {
  color: rgba(0, 0, 0, 0.26);
}
.q-radio--dark .q-radio__inner {
  color: rgba(255, 255, 255, 0.7);
}
.q-radio--dark .q-radio__inner:before {
  opacity: 0.32 !important;
}
.q-radio--dark .q-radio__inner--active {
  color: #027be3;
}
.q-radio--dark.disabled .q-radio__inner,
.q-radio--dark.disabled .q-radio__label {
  color: rgba(255, 255, 255, 0.3);
}
.q-radio--dense .q-radio__bg {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.q-radio--dense .q-radio__inner {
  width: 20px;
  height: 20px;
}
body.desktop .q-radio__inner:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body.desktop .q-radio:focus .q-radio__inner:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
body.desktop .q-radio--dense:focus .q-radio__inner:before {
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2);
}
.q-rating {
  color: #ffeb3b;
  vertical-align: middle;
}
.q-rating__icon {
  color: currentColor;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  position: relative;
  opacity: 0.4;
  transition: opacity 0.2s ease-in, -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in, opacity 0.2s ease-in;
  transition: transform 0.2s ease-in, opacity 0.2s ease-in, -webkit-transform 0.2s ease-in;
}
.q-rating__icon--hovered {
  -webkit-transform: scale3d(1.3, 1.3, 1);
  transform: scale3d(1.3, 1.3, 1);
}
.q-rating__icon--exselected {
  opacity: 0.7;
}
.q-rating__icon--active {
  opacity: 1;
}
.q-rating--editable i {
  cursor: pointer;
}
.q-rating--non-editable span,
.q-rating i {
  outline: 0;
}
.q-scrollarea__thumb {
  background: #000;
  width: 10px;
  right: 0;
  opacity: 0.2;
  transition: opacity 0.3s;
}
.q-scrollarea__thumb--invisible {
  opacity: 0 !important;
}
.q-scrollarea__thumb:hover {
  opacity: 0.3;
}
.q-scrollarea__thumb:active {
  opacity: 0.5;
}
.q-select--without-input .q-field__control {
  cursor: pointer;
}
.q-select--with-input .q-field__control {
  cursor: text;
}
.q-select__input {
  border: 0;
  outline: 0 !important;
  background: transparent;
  min-width: 50px !important;
}
.q-select__input--padding {
  padding-left: 4px;
}
.q-separator {
  border: none;
  background: rgba(0, 0, 0, 0.12);
  margin: 0;
  transition: background 0.3s, opacity 0.3s;
}
.q-separator.hr {
  overflow: hidden;
  margin: 2rem 0;
}
.q-separator--dark {
  background: rgba(255, 255, 255, 0.48);
}
.q-separator--horizontal {
  display: block;
  height: 0;
  min-height: 0;
  width: 100%;
}
.q-separator--horizontal.q-separator--spaced {
  margin-top: 8px;
  margin-bottom: 8px;
}
.q-separator--horizontal.q-separator--inset {
  margin-left: 16px;
  margin-right: 16px;
  width: calc(100% - 32px);
}
.q-separator--horizontal.q-separator--item-inset {
  margin-left: 72px;
  margin-right: 0;
  width: calc(100% - 72px);
}
.q-separator--horizontal.q-separator--item-thumbnail-inset {
  margin-left: 116px;
  margin-right: 0;
  width: calc(100% - 116px);
}
.q-separator--vertical {
  width: 1px;
  min-width: 1px;
  height: inherit;
  min-height: 100%;
}
.q-separator--vertical.q-separator--spaced {
  margin-left: 8px;
  margin-right: 8px;
}
.q-separator--vertical.q-separator--inset {
  margin-top: 8px;
  margin-bottom: 8px;
}
.q-slider {
  position: relative;
  width: 100%;
  height: 4rem;
  color: #027be3;
  outline: 0;
}
.q-slider__track-container {
  top: 50%;
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.26);
}
.q-slider__track {
  will-change: width, left;
  background: currentColor;
}
.q-slider__track-markers {
  color: #000;
  background-image: repeating-linear-gradient(
    to right,
    currentColor,
    currentColor 2px,
    transparent 0,
    transparent
  );
}
.q-slider__track-markers:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 2px;
  width: 2px;
  background: currentColor;
}
.q-slider__thumb-container {
  top: 11px;
  width: 21px;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  will-change: left;
  outline: 0;
}
.q-slider__thumb {
  top: 0;
  left: 0;
  /*-webkit-transform: scale3d(0.571, 0.571, 0.571);
		   transform: scale3d(0.571, 0.571, 0.571);
   transition: fill 0.18s ease-out, stroke 0.18s ease-out, -webkit-transform 0.18s ease-out;
   transition: transform 0.18s ease-out, fill 0.18s ease-out, stroke 0.18s ease-out;
   transition: transform 0.18s ease-out, fill 0.18s ease-out, stroke 0.18s ease-out, -webkit-transform 0.18s ease-out;
   stroke-width: 3.5;
   stroke: currentColor;*/
}
.q-slider__thumb circle {
  stroke: currentColor;
  fill: currentColor;
}
.q-slider__focus-ring {
  /*width: 21px;
   height: 21px;*/
  transition: opacity 266.67ms ease-out, background-color 266.67ms ease-out,
    -webkit-transform 266.67ms ease-out;
  transition: transform 266.67ms ease-out, opacity 266.67ms ease-out,
    background-color 266.67ms ease-out;
  transition: transform 266.67ms ease-out, opacity 266.67ms ease-out,
    background-color 266.67ms ease-out, -webkit-transform 266.67ms ease-out;
  border-radius: 50%;
  opacity: 0;
}
.q-slider__pin {
  top: 0;
  width: 26px;
  height: 26px;
  margin-top: -2px;
  margin-left: -2px;
  background: currentColor;
  -webkit-transform: rotate(-45deg) scale3d(0, 0, 0) translate3d(0, 0, 0);
  transform: rotate(-45deg) scale3d(0, 0, 0) translate3d(0, 0, 0);
  transition: -webkit-transform 100ms ease-out;
  transition: transform 100ms ease-out;
  transition: transform 100ms ease-out, -webkit-transform 100ms ease-out;
  will-change: left;
  border-radius: 50% 50% 50% 0%;
  z-index: 1;
}
.q-slider__pin-value-marker {
  color: #fff;
  font-size: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.q-slider--editable {
  cursor: -webkit-grab;
  cursor: grab;
}
.q-slider--active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.q-slider--active .q-slider__thumb {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.q-slider--focus .q-slider__thumb {
  -webkit-animation: q-slider-emphasize 266.67ms linear;
  animation: q-slider-emphasize 266.67ms linear;
}
.q-slider--focus .q-slider__focus-ring {
  background: currentColor;
  -webkit-transform: scale3d(1.55, 1.55, 1.55);
  transform: scale3d(1.55, 1.55, 1.55);
  opacity: 0.25;
}
.q-slider--inactive .q-slider__thumb {
  transition-delay: 0.14s;
}
.q-slider--inactive .q-slider__thumb-container {
  transition: left 0.28s;
}
.q-slider--inactive .q-slider__track {
  transition: width 0.28s, left 0.28s;
}
.q-slider--label.q-slider--active .q-slider__thumb,
.q-slider--label .q-slider--focus .q-slider__thumb,
.q-slider--label.q-slider--label-always .q-slider__thumb {
  -webkit-animation: none;
  animation: none;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.q-slider--label.q-slider--active .q-slider__pin,
.q-slider--label .q-slider--focus .q-slider__pin,
.q-slider--label.q-slider--label-always .q-slider__pin {
  -webkit-transform: rotate(-45deg) scale3d(1, 1, 1) translate3d(19px, -20px, 0);
  transform: rotate(-45deg) scale3d(1, 1, 1) translate3d(19px, -20px, 0);
}
.q-slider--dark .q-slider__track-container {
  background: rgba(255, 255, 255, 0.3);
}
.q-slider--dark .q-slider__track-markers {
  color: #fff;
}
.q-slider--dense {
  height: 20px;
}
.q-slider--dense .q-slider__thumb-container {
  top: 0;
}
.q-space {
  flex-grow: 1 !important;
}
.q-spinner {
  vertical-align: middle;
}
.q-spinner-mat {
  -webkit-animation: q-spin 2s linear infinite /* rtl:ignore */;
  animation: q-spin 2s linear infinite /* rtl:ignore */;
  -webkit-transform-origin: center center /* rtl:ignore */;
  transform-origin: center center /* rtl:ignore */;
}
.q-spinner-mat .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: q-mat-dash 1.5s ease-in-out infinite /* rtl:ignore */;
  animation: q-mat-dash 1.5s ease-in-out infinite /* rtl:ignore */;
}
.q-splitter__panel > .q-splitter {
  width: 100%;
  height: 100%;
}
.q-splitter__separator {
  background: currentColor;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  z-index: 1;
}
.q-splitter--vertical > .q-splitter__panel {
  height: 100%;
}
.q-splitter--vertical.q-splitter--active {
  cursor: col-resize;
}
.q-splitter--vertical > .q-splitter__separator {
  width: 1px;
}
.q-splitter--vertical > .q-splitter__separator > div {
  left: -6px;
  right: -6px;
}
.q-splitter--vertical.q-splitter--workable > .q-splitter__separator {
  cursor: col-resize;
}
.q-splitter--horizontal > .q-splitter__panel {
  width: 100%;
}
.q-splitter--horizontal.q-splitter--active {
  cursor: row-resize;
}
.q-splitter--horizontal > .q-splitter__separator {
  height: 1px;
}
.q-splitter--horizontal > .q-splitter__separator > div {
  top: -6px;
  bottom: -6px;
}
.q-splitter--horizontal.q-splitter--workable > .q-splitter__separator {
  cursor: row-resize;
}
.q-splitter__before,
.q-splitter__after {
  overflow: auto;
}
.q-stepper {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12);
  background: #fff;
}
.q-stepper__label {
  color: rgba(0, 0, 0, 0.56);
}
.q-stepper__title {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1px;
}
.q-stepper__caption {
  font-size: 12px;
  line-height: 14px;
}
.q-stepper__dot {
  margin-right: 8px;
  font-size: 14px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.56);
}
.q-stepper__dot span {
  color: #fff;
}
.q-stepper--dark .q-stepper__label {
  color: #fff;
}
.q-stepper--dark .q-stepper__tab .q-stepper__dot {
  background: rgba(255, 255, 255, 0.28);
}
.q-stepper__tab {
  padding: 8px 24px;
  font-size: 14px;
  flex-direction: row;
}
.q-stepper__tab--navigation {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.q-stepper__tab--active .q-stepper__dot,
.q-stepper__tab--done .q-stepper__dot,
.q-stepper__tab--active .q-stepper__label,
.q-stepper__tab--done .q-stepper__label {
  color: currentColor;
  text-shadow: 0 0 0 currentColor;
}
.q-stepper__tab--active .q-stepper__dot,
.q-stepper__tab--done .q-stepper__dot {
  background: currentColor !important;
}
.q-stepper__tab--disabled .q-stepper__dot {
  background: rgba(0, 0, 0, 0.22);
}
.q-stepper__tab--disabled .q-stepper__label {
  color: rgba(0, 0, 0, 0.32);
}
.q-stepper__tab--error,
.q-stepper__tab--error .q-stepper__label {
  color: #c10015;
  color: var(--q-color-negative);
}
.q-stepper__tab--error .q-stepper__dot {
  background: transparent !important;
}
.q-stepper__tab--error .q-stepper__dot span {
  color: #c10015;
  color: var(--q-color-negative);
  font-size: 24px;
}
.q-stepper__header {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.q-stepper__header--border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.q-stepper__header--standard-labels .q-stepper__tab {
  min-height: 72px;
  justify-content: center;
}
.q-stepper__header--standard-labels .q-stepper__tab:first-child {
  justify-content: flex-start;
}
.q-stepper__header--standard-labels .q-stepper__tab:last-child {
  justify-content: flex-end;
}
.q-stepper__header--standard-labels .q-stepper__dot:after {
  display: none;
}
.q-stepper__header--alternative-labels .q-stepper__tab {
  min-height: 104px;
  padding: 24px 32px;
  flex-direction: column;
  justify-content: flex-start;
}
.q-stepper__header--alternative-labels .q-stepper__dot {
  margin-right: 0;
}
.q-stepper__header--alternative-labels .q-stepper__label {
  margin-top: 8px;
  text-align: center;
}
.q-stepper__header--alternative-labels .q-stepper__label:before,
.q-stepper__header--alternative-labels .q-stepper__label:after {
  display: none;
}
.q-stepper__nav {
  padding-top: 24px;
}
.q-stepper--bordered {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.q-stepper--horizontal .q-stepper__step-inner {
  padding: 24px;
}
.q-stepper--horizontal .q-stepper__tab:first-child {
  border-top-left-radius: inherit;
}
.q-stepper--horizontal .q-stepper__tab:last-child {
  border-top-right-radius: inherit;
}
.q-stepper--horizontal .q-stepper__tab:first-child .q-stepper__dot:before,
.q-stepper--horizontal .q-stepper__tab:last-child .q-stepper__label:after,
.q-stepper--horizontal .q-stepper__tab:last-child .q-stepper__dot:after {
  display: none;
}
.q-stepper--horizontal .q-stepper__tab {
  overflow: hidden;
}
.q-stepper--horizontal .q-stepper__line:before,
.q-stepper--horizontal .q-stepper__line:after {
  position: absolute;
  top: 50%;
  height: 1px;
  width: 100vw;
  background: rgba(0, 0, 0, 0.12);
}
.q-stepper--horizontal .q-stepper__label:after,
.q-stepper--horizontal .q-stepper__dot:after {
  content: '';
  left: 100%;
  margin-left: 8px;
}
.q-stepper--horizontal .q-stepper__dot:before {
  content: '';
  right: 100%;
  margin-right: 8px;
}
.q-stepper--horizontal > .q-stepper__nav {
  padding: 0 24px 24px;
}
.q-stepper--vertical {
  padding: 16px 0;
}
.q-stepper--vertical .q-stepper__tab {
  padding: 12px 24px;
}
.q-stepper--vertical .q-stepper__title {
  line-height: 18px;
}
.q-stepper--vertical .q-stepper__step-inner {
  padding: 0 24px 32px 60px;
}
.q-stepper--vertical > .q-stepper__nav {
  padding: 24px 24px 0;
}
.q-stepper--vertical .q-stepper__step {
  overflow: hidden;
}
.q-stepper--vertical .q-stepper__dot {
  margin-right: 12px;
}
.q-stepper--vertical .q-stepper__dot:before,
.q-stepper--vertical .q-stepper__dot:after {
  content: '';
  position: absolute;
  left: 50%;
  width: 1px;
  height: 100vh;
  background: rgba(0, 0, 0, 0.12);
}
.q-stepper--vertical .q-stepper__dot:before {
  bottom: 100%;
  margin-bottom: 8px;
}
.q-stepper--vertical .q-stepper__dot:after {
  top: 100%;
  margin-top: 8px;
}
.q-stepper--vertical .q-stepper__step:first-child .q-stepper__dot:before,
.q-stepper--vertical .q-stepper__step:last-child .q-stepper__dot:after {
  display: none;
}
.q-stepper--vertical .q-stepper__step:last-child .q-stepper__step-inner {
  padding-bottom: 0;
}
.q-stepper--dark {
  color: #fff;
}
.q-stepper--dark.q-stepper--bordered,
.q-stepper--dark .q-stepper__header--border {
  border-color: rgba(255, 255, 255, 0.48);
}
.q-stepper--dark.q-stepper--horizontal .q-stepper__line:before,
.q-stepper--dark.q-stepper--horizontal .q-stepper__line:after {
  background: rgba(255, 255, 255, 0.48);
}
.q-stepper--dark.q-stepper--vertical .q-stepper__dot:before,
.q-stepper--dark.q-stepper--vertical .q-stepper__dot:after {
  background: rgba(255, 255, 255, 0.48);
}
.q-stepper--dark .q-stepper__tab--disabled {
  color: rgba(255, 255, 255, 0.48);
}
.q-stepper--dark .q-stepper__tab--disabled .q-stepper__label {
  color: rgba(255, 255, 255, 0.54);
}
@media (max-width: 1023px) {
  .q-stepper--horizontal.q-stepper--contractable .q-stepper__header {
    min-height: 72px;
  }
  .q-stepper--horizontal.q-stepper--contractable .q-stepper__tab {
    padding: 24px 0;
  }
  .q-stepper--horizontal.q-stepper--contractable
    .q-stepper__tab:not(:last-child)
    .q-stepper__dot:after {
    display: block !important;
  }
  .q-stepper--horizontal.q-stepper--contractable .q-stepper__dot {
    margin: 0;
  }
  .q-stepper--horizontal.q-stepper--contractable .q-stepper__label {
    display: none;
  }
}
.q-markup-table {
  overflow: auto;
  background: #fff;
}
.q-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.q-table thead tr {
  height: 56px;
}
.q-table th {
  font-weight: 500;
  font-size: 12px;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.q-table th.sortable {
  cursor: pointer;
}
.q-table th.sortable:hover .q-table__sort-icon {
  opacity: 0.5;
}
.q-table th.sorted .q-table__sort-icon {
  opacity: 1 !important;
}
.q-table th.sort-desc .q-table__sort-icon {
  -webkit-transform: rotate3d(0, 0, 1, 180deg);
  transform: rotate3d(0, 0, 1, 180deg);
}
.q-table tbody tr {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  will-change: background;
}
.q-table th,
.q-table td {
  white-space: nowrap;
  padding: 7px 16px;
  position: relative;
  background-color: inherit;
}
.q-table thead,
.q-table td,
.q-table th {
  border-style: solid;
  border-width: 0;
}
.q-table tbody td {
  height: 48px;
  font-weight: 400;
  font-size: 13px;
}
.q-table__container {
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12);
  position: relative;
}
.q-table__container:not(.q-table--grid) {
  background: #fff;
}
.q-table__container.fullscreen {
  background-color: inherit;
}
.q-table__top {
  padding: 8px 16px;
}
.q-table__top:before {
  content: '';
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.2;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.q-table__top .q-table__control {
  flex-wrap: wrap;
}
.q-table__title {
  font-size: 20px;
  letter-spacing: 0.005em;
  font-weight: 400;
}
.q-table__separator {
  min-width: 8px !important;
}
.q-table__progress {
  height: 0 !important;
}
.q-table__progress td {
  padding: 0 !important;
  border-bottom: 1px solid transparent !important;
}
.q-table__progress .q-linear-progress {
  position: absolute;
  bottom: -1px;
}
.q-table__middle {
  max-width: 100%;
}
.q-table__bottom {
  min-height: 48px;
  padding: 4px 14px 4px 16px;
}
.q-table__bottom,
.q-table__bottom .q-if {
  font-size: 12px;
}
.q-table__bottom .q-table__control {
  min-height: 24px;
}
.q-table__bottom--nodata .q-icon {
  font-size: 200%;
  padding-right: 15px;
}
.q-table__bottom-item {
  margin-right: 16px;
}
.q-table__control {
  display: flex;
  align-items: center;
}
.q-table__sort-icon {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  will-change: opacity, transform;
  opacity: 0;
  font-size: 120%;
}
.q-table__sort-icon--left,
.q-table__sort-icon--center {
  margin-left: 4px;
}
.q-table__sort-icon--right {
  margin-right: 4px;
}
.q-table--col-auto-width {
  width: 1px;
  padding-right: 0 !important;
}
.q-table--grid {
  box-shadow: none;
}
.q-table--grid .q-table__bottom {
  border-top: 0;
}
.q-table--grid .q-table {
  height: 2px;
}
.q-table--grid .q-table thead {
  border: 0;
}
.q-table--flat {
  box-shadow: none;
}
.q-table--bordered {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.q-table--horizontal-separator thead,
.q-table--horizontal-separator tbody tr:not(:last-child) td {
  border-width: 0 0 1px 0;
}
.q-table--vertical-separator td,
.q-table--vertical-separator th {
  border-width: 0 0 0 1px;
}
.q-table--vertical-separator thead tr:last-child th {
  border-bottom-width: 1px;
}
.q-table--vertical-separator td:first-child,
.q-table--vertical-separator th:first-child {
  border-left: 0;
}
.q-table--cell-separator td,
.q-table--cell-separator th {
  border-width: 1px;
}
.q-table--cell-separator td:first-child,
.q-table--cell-separator th:first-child {
  border-left: 0;
}
.q-table--cell-separator td:last-child,
.q-table--cell-separator th:last-child {
  border-right: 0;
}
.q-table--cell-separator thead tr:first-child th {
  border-top: 0;
}
.q-table--cell-separator tbody tr:last-child td {
  border-bottom: 0;
}
.q-table--vertical-separator .q-table__top,
.q-table--cell-separator .q-table__top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.q-table .q-table--col-auto-width {
  border-left: 0;
  border-right: 0;
}
.q-table .q-table--col-auto-width + td,
.q-table .q-table--col-auto-width + th {
  border-left: 0;
}
.q-table--dense .q-table__bottom {
  min-height: 42px;
}
.q-table--dense .q-table__sort-icon {
  font-size: 110%;
}
.q-table--dense .q-table th,
.q-table--dense .q-table td {
  padding: 4px 8px;
}
.q-table--dense .q-table thead tr {
  height: 40px;
}
.q-table--dense .q-table tbody td {
  height: 28px;
}
.q-table--dense .q-table th:first-child,
.q-table--dense .q-table td:first-child {
  padding-left: 16px;
}
.q-table--dense .q-table th:last-child,
.q-table--dense .q-table td:last-child {
  padding-right: 16px;
}
.q-table--dense .q-table__bottom-item {
  margin-right: 8px;
}
.q-table__bottom {
  color: rgba(0, 0, 0, 0.54);
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.q-table {
  color: rgba(0, 0, 0, 0.87);
}
.q-table thead,
.q-table tr,
.q-table th,
.q-table td {
  border-color: rgba(0, 0, 0, 0.12);
}
.q-table th {
  color: rgba(0, 0, 0, 0.54);
}
.q-table th.sortable:hover,
.q-table th.sorted {
  color: rgba(0, 0, 0, 0.87);
}
.q-table tbody tr.selected {
  background: rgba(0, 0, 0, 0.06);
}
.q-table tbody tr:hover {
  background: rgba(0, 0, 0, 0.03);
}
.q-table--dark {
  color: #eee;
}
.q-table--dark .q-table__bottom,
.q-table--dark .q-table__top {
  color: rgba(255, 255, 255, 0.64);
}
.q-table--dark .q-table__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.48);
}
.q-table--dark thead,
.q-table--dark tr,
.q-table--dark th,
.q-table--dark td {
  border-color: rgba(255, 255, 255, 0.48);
}
.q-table--dark th {
  color: rgba(255, 255, 255, 0.64);
}
.q-table--dark th.sortable:hover,
.q-table--dark th.sorted {
  color: #eee;
}
.q-table--dark tbody tr.selected {
  background: rgba(255, 255, 255, 0.1);
}
.q-table--dark tbody tr:hover {
  background: rgba(255, 255, 255, 0.07);
}
.q-table--dark.q-table--vertical-separator .q-table__top,
.q-table--dark.q-table--cell-separator .q-table__top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.48);
}
.q-tab {
  padding: 0 16px;
  height: 48px;
  text-transform: uppercase;
  white-space: nowrap;
  color: inherit;
  text-decoration: none;
}
.q-tab--full {
  height: 72px;
}
.q-tab--no-caps {
  text-transform: none;
}
.q-tab__content {
  height: inherit;
  min-width: 40px;
}
.q-tab__content--inline .q-tab__icon + .q-tab__label {
  padding-left: 8px;
}
.q-tab__content .q-chip--floating {
  top: 0;
  right: -16px;
}
.q-tab__icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.q-tab__label {
  font-size: 14px;
  line-height: 1.718em;
  font-weight: 500;
}
.q-tab__alert {
  position: absolute;
  top: 7px;
  right: -9px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #e5236d;
}
.q-tab__indicator {
  opacity: 0;
  height: 2px;
  background: #e5236d;
}
.q-tab--active .q-tab__indicator {
  opacity: 1;
  -webkit-transform-origin: left;
  transform-origin: left;
}
.q-tab--inactive {
  opacity: 0.85;
}
.q-tabs--not-scrollable .q-tabs__arrow {
  display: none;
}
.q-tabs__arrow {
  cursor: pointer;
  min-width: 36px;
}
.q-tabs__content {
  overflow: hidden;
  flex: 1 1 auto;
}
.q-tabs__content--align-center {
  justify-content: center;
}
.q-tabs__content--align-right {
  justify-content: flex-end;
}
.q-tabs__content--align-justify .q-tab {
  flex: 1 1 auto;
}
.q-tabs__offset {
  display: none;
}
.q-tabs--dense .q-tab {
  height: 36px;
}
.q-tabs--dense .q-tab--full {
  height: 52px;
}
body.mobile .q-tabs__content {
  overflow: auto;
}
body.mobile .q-tabs--scrollable .q-tabs__offset {
  display: flex;
  min-width: 52px;
}
body.mobile .q-tabs__arrow {
  display: none;
}
.q-tab-panels {
  background: #fff;
  overflow: hidden;
}
.q-tab-panel {
  padding: 16px;
}
@media (min-width: 1440px) {
  .q-header .q-tab__content,
  .q-footer .q-tab__content {
    min-width: 128px;
  }
}
.q-timeline {
  padding: 0;
  width: 100%;
  list-style: none;
}
.q-timeline h6 {
  line-height: inherit;
}
.q-timeline--dark {
  color: #fff;
}
.q-timeline--dark .q-timeline-subtitle {
  opacity: 0.7;
}
.q-timeline__content {
  padding-bottom: 24px;
}
.q-timeline__title {
  margin-top: 0;
  margin-bottom: 16px;
}
.q-timeline__subtitle {
  font-size: 12px;
  margin-bottom: 8px;
  opacity: 0.4;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
.q-timeline__dot {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
}
.q-timeline__dot:before,
.q-timeline__dot:after {
  content: '';
  background: currentColor;
  display: block;
  position: absolute;
}
.q-timeline__dot:before {
  border: 3px solid transparent;
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 4px;
  left: 0;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.q-timeline__dot:after {
  width: 3px;
  opacity: 0.4;
  top: 24px;
  bottom: 0;
  left: 6px;
}
.q-timeline__dot .q-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  height: 38px;
  color: #fff;
}
.q-timeline__heading {
  position: relative;
}
.q-timeline__heading:first-child .q-timeline-heading-title {
  padding-top: 0;
}
.q-timeline__heading:last-child .q-timeline-heading-title {
  padding-bottom: 0;
}
.q-timeline__heading-title {
  padding: 32px 0;
  margin: 0;
}
.q-timeline__entry {
  padding-left: 40px;
  position: relative;
  line-height: 22px;
}
.q-timeline__entry:last-child {
  padding-bottom: 0;
}
.q-timeline__entry:last-child .q-timeline-dot:after {
  content: none;
}
.q-timeline__entry--icon .q-timeline__dot {
  width: 31px;
  left: -8px;
}
.q-timeline__entry--icon .q-timeline__dot:before {
  height: 31px;
  width: 31px;
}
.q-timeline__entry--icon .q-timeline__dot:after {
  top: 41px;
  left: 14px;
}
.q-timeline__entry--icon .q-timeline__subtitle {
  padding-top: 8px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .q-timeline--responsive {
    display: table;
  }
  .q-timeline--responsive .q-timeline__heading {
    display: table-row;
    font-size: 200%;
  }
  .q-timeline--responsive .q-timeline__heading > div {
    display: table-cell;
  }
  .q-timeline--responsive .q-timeline__heading-title {
    margin-left: -50px;
  }
  .q-timeline--responsive .q-timeline__entry {
    display: table-row;
    padding: 0;
  }
  .q-timeline--responsive .q-timeline__entry--icon .q-timeline-content {
    padding-top: 8px;
  }
  .q-timeline--responsive .q-timeline__subtitle,
  .q-timeline--responsive .q-timeline__dot,
  .q-timeline--responsive .q-timeline__content {
    display: table-cell;
    vertical-align: top;
  }
  .q-timeline--responsive .q-timeline__subtitle {
    text-align: right;
    padding-right: 30px;
    width: 35%;
  }
  .q-timeline--responsive .q-timeline__dot {
    position: relative;
  }
  .q-timeline--responsive .q-timeline__content {
    padding-left: 30px;
  }
}
@media (min-width: 1440px) {
  .q-timeline--responsive .q-timeline__heading-title {
    text-align: center;
    margin-left: 0;
  }
  .q-timeline--responsive .q-timeline__entry,
  .q-timeline--responsive .q-timeline__subtitle,
  .q-timeline--responsive .q-timeline__dot,
  .q-timeline--responsive .q-timeline__content {
    display: block;
    margin: 0;
    padding: 0;
  }
  .q-timeline--responsive .q-timeline__dot {
    position: absolute;
    left: 50%;
    margin-left: -7.15px;
  }
  .q-timeline--responsive .q-timeline__entry {
    padding-bottom: 24px;
    overflow: hidden;
  }
  .q-timeline--responsive .q-timeline__entry--icon .q-timeline__dot {
    margin-left: -15px;
  }
  .q-timeline--responsive .q-timeline__entry--icon .q-timeline__subtitle {
    line-height: 38px;
  }
  .q-timeline--responsive .q-timeline__entry--icon .q-timeline__content {
    padding-top: 8px;
  }
  .q-timeline--responsive .q-timeline__entry--left .q-timeline__content,
  .q-timeline--responsive .q-timeline__entry--right .q-timeline__subtitle {
    float: left;
    padding-right: 30px;
    text-align: right;
  }
  .q-timeline--responsive .q-timeline__entry--left .q-timeline__subtitle,
  .q-timeline--responsive .q-timeline__entry--right .q-timeline__content {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .q-timeline--responsive .q-timeline__subtitle,
  .q-timeline--responsive .q-timeline__content {
    width: 50%;
  }
}
.q-toggle {
  vertical-align: middle;
  margin: 0.7rem 1rem;
}
.q-toggle__label {
  font-size: 14px;
  line-height: 20px;
}
.q-toggle__native {
  width: 1px;
  height: 1px;
}
.q-toggle__track {
  width: 4.6rem;
  height: 1.5rem;
  border-radius: 0.8rem;
  background-color: #ddd;
}
.q-toggle__thumb-container {
  top: 50%;
  margin-top: -1.3rem;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: background-color 0.22s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.22s,
    -webkit-transform 0.22s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.22s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 0.22s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.22s;
  transition: transform 0.22s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 0.22s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.22s,
    -webkit-transform 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-toggle__thumb {
  width: 2.4rem;
  height: 2.4rem;
  background-color: #fff;
  box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.2);
}
.q-toggle__thumb .q-icon {
  font-size: 12px;
  color: #000;
  opacity: 0.54;
}
.q-toggle__inner {
  width: 4.6rem;
  min-width: 4.6rem;
}
.q-toggle__inner--active {
  color: #e5236d;
}
.q-toggle__inner--active .q-toggle__track {
  background-color: #e5236d;
}
.q-toggle__inner--active .q-toggle__thumb-container {
  -webkit-transform: translate3d(2.4rem, 0, 0);
  transform: translate3d(2.4rem, 0, 0);
}
.q-toggle__inner .q-toggle__thumb {
  background-color: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 50%;
}
.q-toggle__inner--active .q-toggle__thumb {
  border: 1px solid #e5236d;
}
.q-toggle__inner--active .q-toggle__thumb .q-icon {
  color: #fff;
  opacity: 1;
}
.q-toggle.disabled {
  opacity: 1 !important;
}
.q-toggle.disabled .q-toggle__inner {
  color: #bdbdbd;
}
.q-toggle.disabled .q-toggle__thumb {
  border-color: #bdbdbd;
}
.q-toggle.disabled .q-toggle__track {
  opacity: 1;
  color: rgba(0, 0, 0, 0.12);
}
.q-toggle.disabled .q-toggle__label {
  color: rgba(0, 0, 0, 0.26);
}
.q-toggle--dark .q-toggle__inner {
  color: rgba(255, 255, 255, 0.7);
}
.q-toggle--dark .q-toggle__inner--active {
  color: #027be3;
}
.q-toggle--dark .q-toggle__thumb:before {
  opacity: 0.32 !important;
}
.q-toggle--dark.disabled .q-toggle__inner {
  color: #424242;
}
.q-toggle--dark.disabled .q-toggle__thumb {
  border-color: #424242;
}
.q-toggle--dark.disabled .q-toggle__track {
  color: rgba(255, 255, 255, 0.2);
}
.q-toggle--dark.disabled .q-toggle__label {
  color: rgba(255, 255, 255, 0.3);
}
.q-toggle--dense .q-toggle__inner {
  height: 20px;
  padding: 3px 12px;
}
.q-toggle--dense .q-toggle__thumb-container {
  top: 0;
}
body.desktop .q-toggle__thumb:before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.12;
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  transition: -webkit-transform 0.22s cubic-bezier(0, 0, 0.2, 1) 0ms;
  transition: transform 0.22s cubic-bezier(0, 0, 0.2, 1) 0ms;
  transition: transform 0.22s cubic-bezier(0, 0, 0.2, 1) 0ms,
    -webkit-transform 0.22s cubic-bezier(0, 0, 0.2, 1) 0ms;
}
.q-toggle .q-toggle__thumb:before {
  background: none !important;
  opacity: 0;
}
body.desktop .q-toggle:focus .q-toggle__thumb:before {
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2);
}
.q-toolbar {
  padding: 0 12px;
  min-height: 50px;
  width: 100%;
}
.q-toolbar--inset {
  padding-left: 58px;
}
.q-toolbar .q-avatar {
  font-size: 38px;
}
.q-toolbar__title {
  flex: 1 1 0%;
  min-width: 1px;
  max-width: 100%;
  font-size: 21px;
  font-weight: normal;
  letter-spacing: 0.01em;
  padding: 0 12px;
}
.q-toolbar__title:first-child {
  padding-left: 0;
}
.q-toolbar__title:last-child {
  padding-right: 0;
}
.q-tooltip {
  position: fixed !important;
  font-size: 10px;
  color: #fafafa;
  background: #757575;
  z-index: 9000;
  padding: 6px 10px;
  border-radius: 4px;
  overflow-y: auto;
  overflow-x: hidden;
  pointer-events: none;
}
@media (max-width: 599px) {
  .q-tooltip {
    font-size: 14px;
    padding: 8px 16px;
  }
}
.q-tree {
  color: #9e9e9e;
}
.q-tree__node {
  padding: 0 0 3px 22px;
}
.q-tree__node:after {
  content: '';
  position: absolute;
  top: -3px;
  bottom: 0;
  width: 1px;
  right: auto;
  left: -13px;
  border-left: 1px solid currentColor;
}
.q-tree__node:last-child:after {
  display: none;
}
.q-tree__node-header:before {
  content: '';
  position: absolute;
  top: -3px;
  bottom: 50%;
  width: 35px;
  left: -35px;
  border-left: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}
.q-tree__children {
  padding-left: 25px;
}
.q-tree__children.disabled {
  pointer-events: none;
}
.q-tree__node-body {
  padding: 5px 0 8px 5px;
}
.q-tree__node--parent {
  padding-left: 2px;
}
.q-tree__node--parent > .q-tree__node-header:before {
  width: 15px;
  left: -15px;
}
.q-tree__node--parent > .q-tree__node-collapsible > .q-tree__node-body {
  padding: 5px 0 8px 27px;
}
.q-tree__node--parent > .q-tree__node-collapsible > .q-tree__node-body:after {
  content: '';
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  right: auto;
  left: 12px;
  border-left: 1px solid currentColor;
  bottom: 50px;
}
.q-tree__node--link {
  cursor: pointer;
}
.q-tree__node-header {
  padding: 4px;
  margin-top: 3px;
  border-radius: 4px;
}
.q-tree__node-header.disabled {
  pointer-events: none;
}
.q-tree__node-header-content {
  color: #000;
  transition: color 0.3s;
}
.q-tree__node--selected .q-tree__node-header-content {
  color: #9e9e9e;
}
.q-tree__icon,
.q-tree__node-header-content .q-icon,
.q-tree__spinner {
  font-size: 21px;
}
.q-tree__img {
  height: 42px;
}
.q-tree__avatar,
.q-tree__node-header-content .q-avatar {
  font-size: 28px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
}
.q-tree__arrow,
.q-tree__spinner {
  font-size: 16px;
}
.q-tree__arrow--rotate {
  -webkit-transform: rotate3d(0, 0, 1, 90deg);
  transform: rotate3d(0, 0, 1, 90deg);
}
.q-tree > .q-tree__node {
  padding: 0;
}
.q-tree > .q-tree__node:after,
.q-tree > .q-tree__node > .q-tree__node-header:before {
  display: none;
}
.q-tree > .q-tree__node--child > .q-tree__node-header {
  padding-left: 24px;
}
.q-tree--dark .q-tree__node-header-content {
  color: #fff;
}
[dir='rtl'] .q-tree__arrow {
  -webkit-transform: rotate3d(0, 0, 1, 180deg) /* rtl:ignore */;
  transform: rotate3d(0, 0, 1, 180deg) /* rtl:ignore */;
}
[dir='rtl'] .q-tree__arrow--rotate {
  -webkit-transform: rotate3d(0, 0, 1, 90deg) /* rtl:ignore */;
  transform: rotate3d(0, 0, 1, 90deg) /* rtl:ignore */;
}
.q-uploader {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  vertical-align: top;
  background: #fff;
  position: relative;
  width: 320px;
  max-height: 320px;
}
.q-uploader--bordered {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.q-uploader__input {
  display: none;
}
.q-uploader__header:before,
.q-uploader__file:before {
  content: '';
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background: currentColor;
  opacity: 0.04;
}
.q-uploader__header {
  position: relative;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  background: #027be3;
  color: #fff;
  width: 100%;
}
.q-uploader__spinner {
  font-size: 24px;
  margin-right: 4px;
}
.q-uploader__header-content {
  padding: 8px;
}
.q-uploader__dnd {
  outline: 1px dashed currentColor;
  outline-offset: -4px;
  background: rgba(255, 255, 255, 0.6);
}
.q-uploader__list {
  position: relative;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  padding: 8px;
  min-height: 60px;
  flex: 1 1 auto;
  background: #fff;
}
.q-uploader__file {
  border-radius: 4px 4px 0 0;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.q-uploader__file .q-circular-progress {
  color: #000;
  font-size: 24px;
}
.q-uploader__file--img {
  color: #fff;
  height: 200px;
  min-width: 200px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.q-uploader__file--img:before {
  content: none;
}
.q-uploader__file--img .q-circular-progress {
  color: #fff;
}
.q-uploader__file--img .q-uploader__file-header {
  padding-bottom: 24px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 20%, transparent);
}
.q-uploader__file + .q-uploader__file {
  margin-top: 8px;
}
.q-uploader__file-header {
  position: relative;
  padding: 4px 8px;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.q-uploader__file-header-content {
  padding-right: 8px;
}
.q-uploader__file-status {
  font-size: 24px;
  margin-right: 4px;
}
.q-uploader__title {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  word-break: break-word;
}
.q-uploader__subtitle {
  font-size: 12px;
  line-height: 18px;
}
.q-uploader--disable .q-uploader__header,
.q-uploader--disable .q-uploader__list {
  pointer-events: none;
}
.q-uploader--dark {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.48);
}
.q-uploader--dark .q-uploader__list {
  background: #424242;
}
.q-uploader--dark .q-uploader__file {
  border-color: rgba(255, 255, 255, 0.48);
}
.q-uploader--dark .q-uploader__dnd {
  background: rgba(255, 255, 255, 0.3);
}
img.responsive {
  max-width: 100%;
  height: auto;
}
img.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.14),
    0 2px 1px -1px rgba(0, 0, 0, 0.12);
  vertical-align: middle;
}
.q-video {
  position: relative;
  overflow: hidden;
  border-radius: inherit;
}
.q-video iframe,
.q-video object,
.q-video embed {
  width: 100%;
  height: 100%;
}
.q-ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: inherit;
  border-radius: inherit;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  contain: strict;
}
.q-ripple__inner {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  opacity: 0;
  color: inherit;
  border-radius: 50%;
  background: currentColor;
  pointer-events: none;
  will-change: transform, opacity;
}
.q-ripple__inner--enter {
  transition: opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.225s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.225s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.225s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.1s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.225s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-ripple__inner--leave {
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.q-body--loading {
  overflow: hidden;
}
.q-loading {
  color: #000;
  position: fixed !important;
}
.q-loading:before {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: currentColor;
  opacity: 0.5;
  z-index: -1;
}
.q-loading > div {
  margin: 40px 20px 0;
  max-width: 450px;
  text-align: center;
}
.q-loading > div p.wait_txt {
  color: #666;
}
.q-notifications__list {
  z-index: 9500;
  pointer-events: none;
  left: 0;
  right: 0;
  margin-bottom: 10px;
  position: relative;
}
.q-notifications__list--center {
  /*top: 0;*/
  /*bottom: 0;*/
}
.q-notifications__list--top {
  top: 0;
}
.q-notifications__list--bottom {
  bottom: 0;
}
body.q-ios-statusbar-x .q-notifications__list--center,
body.q-ios-statusbar-x .q-notifications__list--top {
  top: env(safe-area-inset-top);
}
body.q-ios-statusbar-x .q-notifications__list--center,
body.q-ios-statusbar-x .q-notifications__list--bottom {
  bottom: env(safe-area-inset-bottom);
}
.q-notification {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  pointer-events: all;
  display: inline-flex;
  margin: 10px 10px 0;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
  z-index: 9500;
  min-width: 300px;
  max-width: 95vw;
  background: #323232;
  color: #fff;
  font-size: 14px;
}
.q-notification.proc_toast {
  padding: 0 1.4rem;
  margin: 0;
  line-height: 1.67;
  letter-spacing: -.048rem; 
  min-width: auto;
  max-width: auto;
  width: auto; 
  background: rgba(17, 17, 17, 0.85);
  box-shadow: none;
}
.q-notification.proc_toast.type02 {  
  margin-bottom: 20%;
}
.q-notification__icon {
  font-size: 24px;
  padding-right: 16px;
}
.q-notification__avatar {
  font-size: 32px;
  padding-right: 8px;
}
.q-notification__message {
  padding: 8px 0;
}
.q-notification__actions {
  color: #c581ff;
}
.q-notification--standard {
  padding: 0 16px;
  min-height: 48px;
}
.q-notification--standard .q-notification__actions {
  padding: 6px 0 6px 8px;
  margin-right: -8px;
}
.q-notification--multi-line {
  min-height: 68px;
  padding: 8px 16px;
}
.q-notification--multi-line .q-notification__actions {
  padding: 0;
}
.q-notification--top-left-enter,
.q-notification--top-left-leave-to,
.q-notification--top-enter,
.q-notification--top-leave-to,
.q-notification--top-right-enter,
.q-notification--top-right-leave-to {
  opacity: 0;
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
  z-index: 9499;
}
.q-notification--left-enter,
.q-notification--left-leave-to,
.q-notification--center-enter,
.q-notification--center-leave-to,
.q-notification--right-enter,
.q-notification--right-leave-to,
.q-notification--bottom-left-enter,
.q-notification--bottom-left-leave-to,
.q-notification--bottom-enter,
.q-notification--bottom-leave-to,
.q-notification--bottom-right-enter,
.q-notification--bottom-right-leave-to {
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  z-index: 9499;
}
.q-notification--top-left-leave-active,
.q-notification--top-leave-active,
.q-notification--top-right-leave-active,
.q-notification--left-leave-active,
.q-notification--center-leave-active,
.q-notification--right-leave-active,
.q-notification--bottom-left-leave-active,
.q-notification--bottom-leave-active,
.q-notification--bottom-right-leave-active {
  position: absolute;
  z-index: 9499;
  margin-left: 0;
  margin-right: 0;
}
.q-notification--top-leave-active,
.q-notification--center-leave-active {
  top: 0;
}
.q-notification--bottom-left-leave-active,
.q-notification--bottom-leave-active,
.q-notification--bottom-right-leave-active {
  bottom: 0;
}
@media (min-width: 600px) {
  .q-notification {
    max-width: 65vw;
  }
  .q-notification.proc_toast {
    max-width: auto;
    width: auto;
  }
}
.animated {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.q-animate--scale {
  -webkit-animation: q-scale 0.15s;
  animation: q-scale 0.15s;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  animation-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}
.q-animate--fade {
  -webkit-animation: q-fade 0.2s /* rtl:ignore */;
  animation: q-fade 0.2s /* rtl:ignore */;
}
.generic-transition {
  transition: all 0.3s;
}
:root {
  --q-color-primary: #e5236d;
  --q-color-secondary: #26a69a;
  --q-color-tertiary: #555;
  --q-color-positive: #21ba45;
  --q-color-negative: #c10015;
  --q-color-info: #31ccec;
  --q-color-warning: #f2c037;
}
.text-primary {
  color: #e5236d !important;
  color: var(--q-color-primary) !important;
}
.bg-primary {
  background: #5e2bb8 !important;
}
.text-secondary {
  color: #26a69a !important;
  color: var(--q-color-secondary) !important;
}
.bg-secondary {
  background: #26a69a !important;
  background: var(--q-color-secondary) !important;
}
.text-tertiary {
  color: #555 !important;
  color: var(--q-color-tertiary) !important;
}
.bg-tertiary {
  background: #555 !important;
  background: var(--q-color-tertiary) !important;
}
.text-positive {
  color: #21ba45 !important;
  color: var(--q-color-positive) !important;
}
.bg-positive {
  background: #21ba45 !important;
  background: var(--q-color-positive) !important;
}
.text-negative {
  color: #c10015 !important;
  color: var(--q-color-negative) !important;
}
.bg-negative {
  background: #c10015 !important;
  background: var(--q-color-negative) !important;
}
.text-info {
  color: #31ccec !important;
  color: var(--q-color-info) !important;
}
.bg-info {
  background: #31ccec !important;
  background: var(--q-color-info) !important;
}
.text-warning {
  color: #f2c037 !important;
  color: var(--q-color-warning) !important;
}
.bg-warning {
  background: #f2c037 !important;
  background: var(--q-color-warning) !important;
}
.text-white {
  color: #fff !important;
}
.text-white div {
  color: #fff;
}
.bg-white {
  background: #fff !important;
}
.text-black {
  color: #000 !important;
}
.bg-black {
  background: #000 !important;
}
.text-transparent {
  color: transparent !important;
}
.bg-transparent {
  background: transparent !important;
}
.text-red {
  color: #f44336 !important;
}
.text-red-1 {
  color: #ffebee !important;
}
.text-red-2 {
  color: #ffcdd2 !important;
}
.text-red-3 {
  color: #ef9a9a !important;
}
.text-red-4 {
  color: #e57373 !important;
}
.text-red-5 {
  color: #ef5350 !important;
}
.text-red-6 {
  color: #f44336 !important;
}
.text-red-7 {
  color: #e53935 !important;
}
.text-red-8 {
  color: #d32f2f !important;
}
.text-red-9 {
  color: #c62828 !important;
}
.text-red-10 {
  color: #b71c1c !important;
}
.text-red-11 {
  color: #ff8a80 !important;
}
.text-red-12 {
  color: #ff5252 !important;
}
.text-red-13 {
  color: #ff1744 !important;
}
.text-red-14 {
  color: #d50000 !important;
}
.text-pink {
  color: #e91e63 !important;
}
.text-pink-1 {
  color: #fce4ec !important;
}
.text-pink-2 {
  color: #f8bbd0 !important;
}
.text-pink-3 {
  color: #f48fb1 !important;
}
.text-pink-4 {
  color: #f06292 !important;
}
.text-pink-5 {
  color: #ec407a !important;
}
.text-pink-6 {
  color: #e91e63 !important;
}
.text-pink-7 {
  color: #d81b60 !important;
}
.text-pink-8 {
  color: #c2185b !important;
}
.text-pink-9 {
  color: #ad1457 !important;
}
.text-pink-10 {
  color: #880e4f !important;
}
.text-pink-11 {
  color: #ff80ab !important;
}
.text-pink-12 {
  color: #ff4081 !important;
}
.text-pink-13 {
  color: #f50057 !important;
}
.text-pink-14 {
  color: #c51162 !important;
}
.text-purple {
  color: #9c27b0 !important;
}
.text-purple-1 {
  color: #f3e5f5 !important;
}
.text-purple-2 {
  color: #e1bee7 !important;
}
.text-purple-3 {
  color: #ce93d8 !important;
}
.text-purple-4 {
  color: #ba68c8 !important;
}
.text-purple-5 {
  color: #ab47bc !important;
}
.text-purple-6 {
  color: #9c27b0 !important;
}
.text-purple-7 {
  color: #8e24aa !important;
}
.text-purple-8 {
  color: #7b1fa2 !important;
}
.text-purple-9 {
  color: #6a1b9a !important;
}
.text-purple-10 {
  color: #4a148c !important;
}
.text-purple-11 {
  color: #ea80fc !important;
}
.text-purple-12 {
  color: #e040fb !important;
}
.text-purple-13 {
  color: #d500f9 !important;
}
.text-purple-14 {
  color: #a0f !important;
}
.text-deep-purple {
  color: #673ab7 !important;
}
.text-deep-purple-1 {
  color: #ede7f6 !important;
}
.text-deep-purple-2 {
  color: #d1c4e9 !important;
}
.text-deep-purple-3 {
  color: #b39ddb !important;
}
.text-deep-purple-4 {
  color: #9575cd !important;
}
.text-deep-purple-5 {
  color: #7e57c2 !important;
}
.text-deep-purple-6 {
  color: #673ab7 !important;
}
.text-deep-purple-7 {
  color: #5e35b1 !important;
}
.text-deep-purple-8 {
  color: #512da8 !important;
}
.text-deep-purple-9 {
  color: #4527a0 !important;
}
.text-deep-purple-10 {
  color: #311b92 !important;
}
.text-deep-purple-11 {
  color: #b388ff !important;
}
.text-deep-purple-12 {
  color: #7c4dff !important;
}
.text-deep-purple-13 {
  color: #651fff !important;
}
.text-deep-purple-14 {
  color: #6200ea !important;
}
.text-indigo {
  color: #3f51b5 !important;
}
.text-indigo-1 {
  color: #e8eaf6 !important;
}
.text-indigo-2 {
  color: #c5cae9 !important;
}
.text-indigo-3 {
  color: #9fa8da !important;
}
.text-indigo-4 {
  color: #7986cb !important;
}
.text-indigo-5 {
  color: #5c6bc0 !important;
}
.text-indigo-6 {
  color: #3f51b5 !important;
}
.text-indigo-7 {
  color: #3949ab !important;
}
.text-indigo-8 {
  color: #303f9f !important;
}
.text-indigo-9 {
  color: #283593 !important;
}
.text-indigo-10 {
  color: #1a237e !important;
}
.text-indigo-11 {
  color: #8c9eff !important;
}
.text-indigo-12 {
  color: #536dfe !important;
}
.text-indigo-13 {
  color: #3d5afe !important;
}
.text-indigo-14 {
  color: #304ffe !important;
}
.text-blue {
  color: #2196f3 !important;
}
.text-blue-1 {
  color: #e3f2fd !important;
}
.text-blue-2 {
  color: #bbdefb !important;
}
.text-blue-3 {
  color: #90caf9 !important;
}
.text-blue-4 {
  color: #64b5f6 !important;
}
.text-blue-5 {
  color: #42a5f5 !important;
}
.text-blue-6 {
  color: #2196f3 !important;
}
.text-blue-7 {
  color: #1e88e5 !important;
}
.text-blue-8 {
  color: #1976d2 !important;
}
.text-blue-9 {
  color: #1565c0 !important;
}
.text-blue-10 {
  color: #0d47a1 !important;
}
.text-blue-11 {
  color: #82b1ff !important;
}
.text-blue-12 {
  color: #448aff !important;
}
.text-blue-13 {
  color: #2979ff !important;
}
.text-blue-14 {
  color: #2962ff !important;
}
.text-light-blue {
  color: #03a9f4 !important;
}
.text-light-blue-1 {
  color: #e1f5fe !important;
}
.text-light-blue-2 {
  color: #b3e5fc !important;
}
.text-light-blue-3 {
  color: #81d4fa !important;
}
.text-light-blue-4 {
  color: #4fc3f7 !important;
}
.text-light-blue-5 {
  color: #29b6f6 !important;
}
.text-light-blue-6 {
  color: #03a9f4 !important;
}
.text-light-blue-7 {
  color: #039be5 !important;
}
.text-light-blue-8 {
  color: #0288d1 !important;
}
.text-light-blue-9 {
  color: #0277bd !important;
}
.text-light-blue-10 {
  color: #01579b !important;
}
.text-light-blue-11 {
  color: #80d8ff !important;
}
.text-light-blue-12 {
  color: #40c4ff !important;
}
.text-light-blue-13 {
  color: #00b0ff !important;
}
.text-light-blue-14 {
  color: #0091ea !important;
}
.text-cyan {
  color: #00bcd4 !important;
}
.text-cyan-1 {
  color: #e0f7fa !important;
}
.text-cyan-2 {
  color: #b2ebf2 !important;
}
.text-cyan-3 {
  color: #80deea !important;
}
.text-cyan-4 {
  color: #4dd0e1 !important;
}
.text-cyan-5 {
  color: #26c6da !important;
}
.text-cyan-6 {
  color: #00bcd4 !important;
}
.text-cyan-7 {
  color: #00acc1 !important;
}
.text-cyan-8 {
  color: #0097a7 !important;
}
.text-cyan-9 {
  color: #00838f !important;
}
.text-cyan-10 {
  color: #006064 !important;
}
.text-cyan-11 {
  color: #84ffff !important;
}
.text-cyan-12 {
  color: #18ffff !important;
}
.text-cyan-13 {
  color: #00e5ff !important;
}
.text-cyan-14 {
  color: #00b8d4 !important;
}
.text-teal {
  color: #009688 !important;
}
.text-teal-1 {
  color: #e0f2f1 !important;
}
.text-teal-2 {
  color: #b2dfdb !important;
}
.text-teal-3 {
  color: #80cbc4 !important;
}
.text-teal-4 {
  color: #4db6ac !important;
}
.text-teal-5 {
  color: #26a69a !important;
}
.text-teal-6 {
  color: #009688 !important;
}
.text-teal-7 {
  color: #00897b !important;
}
.text-teal-8 {
  color: #00796b !important;
}
.text-teal-9 {
  color: #00695c !important;
}
.text-teal-10 {
  color: #004d40 !important;
}
.text-teal-11 {
  color: #a7ffeb !important;
}
.text-teal-12 {
  color: #64ffda !important;
}
.text-teal-13 {
  color: #1de9b6 !important;
}
.text-teal-14 {
  color: #00bfa5 !important;
}
.text-green {
  color: #4caf50 !important;
}
.text-green-1 {
  color: #e8f5e9 !important;
}
.text-green-2 {
  color: #c8e6c9 !important;
}
.text-green-3 {
  color: #a5d6a7 !important;
}
.text-green-4 {
  color: #81c784 !important;
}
.text-green-5 {
  color: #66bb6a !important;
}
.text-green-6 {
  color: #4caf50 !important;
}
.text-green-7 {
  color: #43a047 !important;
}
.text-green-8 {
  color: #388e3c !important;
}
.text-green-9 {
  color: #2e7d32 !important;
}
.text-green-10 {
  color: #1b5e20 !important;
}
.text-green-11 {
  color: #b9f6ca !important;
}
.text-green-12 {
  color: #69f0ae !important;
}
.text-green-13 {
  color: #00e676 !important;
}
.text-green-14 {
  color: #00c853 !important;
}
.text-light-green {
  color: #8bc34a !important;
}
.text-light-green-1 {
  color: #f1f8e9 !important;
}
.text-light-green-2 {
  color: #dcedc8 !important;
}
.text-light-green-3 {
  color: #c5e1a5 !important;
}
.text-light-green-4 {
  color: #aed581 !important;
}
.text-light-green-5 {
  color: #9ccc65 !important;
}
.text-light-green-6 {
  color: #8bc34a !important;
}
.text-light-green-7 {
  color: #7cb342 !important;
}
.text-light-green-8 {
  color: #689f38 !important;
}
.text-light-green-9 {
  color: #558b2f !important;
}
.text-light-green-10 {
  color: #33691e !important;
}
.text-light-green-11 {
  color: #ccff90 !important;
}
.text-light-green-12 {
  color: #b2ff59 !important;
}
.text-light-green-13 {
  color: #76ff03 !important;
}
.text-light-green-14 {
  color: #64dd17 !important;
}
.text-lime {
  color: #cddc39 !important;
}
.text-lime-1 {
  color: #f9fbe7 !important;
}
.text-lime-2 {
  color: #f0f4c3 !important;
}
.text-lime-3 {
  color: #e6ee9c !important;
}
.text-lime-4 {
  color: #dce775 !important;
}
.text-lime-5 {
  color: #d4e157 !important;
}
.text-lime-6 {
  color: #cddc39 !important;
}
.text-lime-7 {
  color: #c0ca33 !important;
}
.text-lime-8 {
  color: #afb42b !important;
}
.text-lime-9 {
  color: #9e9d24 !important;
}
.text-lime-10 {
  color: #827717 !important;
}
.text-lime-11 {
  color: #f4ff81 !important;
}
.text-lime-12 {
  color: #eeff41 !important;
}
.text-lime-13 {
  color: #c6ff00 !important;
}
.text-lime-14 {
  color: #aeea00 !important;
}
.text-yellow {
  color: #ffeb3b !important;
}
.text-yellow-1 {
  color: #fffde7 !important;
}
.text-yellow-2 {
  color: #fff9c4 !important;
}
.text-yellow-3 {
  color: #fff59d !important;
}
.text-yellow-4 {
  color: #fff176 !important;
}
.text-yellow-5 {
  color: #ffee58 !important;
}
.text-yellow-6 {
  color: #ffeb3b !important;
}
.text-yellow-7 {
  color: #fdd835 !important;
}
.text-yellow-8 {
  color: #fbc02d !important;
}
.text-yellow-9 {
  color: #f9a825 !important;
}
.text-yellow-10 {
  color: #f57f17 !important;
}
.text-yellow-11 {
  color: #ffff8d !important;
}
.text-yellow-12 {
  color: #ff0 !important;
}
.text-yellow-13 {
  color: #ffea00 !important;
}
.text-yellow-14 {
  color: #ffd600 !important;
}
.text-amber {
  color: #ffc107 !important;
}
.text-amber-1 {
  color: #fff8e1 !important;
}
.text-amber-2 {
  color: #ffecb3 !important;
}
.text-amber-3 {
  color: #ffe082 !important;
}
.text-amber-4 {
  color: #ffd54f !important;
}
.text-amber-5 {
  color: #ffca28 !important;
}
.text-amber-6 {
  color: #ffc107 !important;
}
.text-amber-7 {
  color: #ffb300 !important;
}
.text-amber-8 {
  color: #ffa000 !important;
}
.text-amber-9 {
  color: #ff8f00 !important;
}
.text-amber-10 {
  color: #ff6f00 !important;
}
.text-amber-11 {
  color: #ffe57f !important;
}
.text-amber-12 {
  color: #ffd740 !important;
}
.text-amber-13 {
  color: #ffc400 !important;
}
.text-amber-14 {
  color: #ffab00 !important;
}
.text-orange {
  color: #ff9800 !important;
}
.text-orange-1 {
  color: #fff3e0 !important;
}
.text-orange-2 {
  color: #ffe0b2 !important;
}
.text-orange-3 {
  color: #ffcc80 !important;
}
.text-orange-4 {
  color: #ffb74d !important;
}
.text-orange-5 {
  color: #ffa726 !important;
}
.text-orange-6 {
  color: #ff9800 !important;
}
.text-orange-7 {
  color: #fb8c00 !important;
}
.text-orange-8 {
  color: #f57c00 !important;
}
.text-orange-9 {
  color: #ef6c00 !important;
}
.text-orange-10 {
  color: #e65100 !important;
}
.text-orange-11 {
  color: #ffd180 !important;
}
.text-orange-12 {
  color: #ffab40 !important;
}
.text-orange-13 {
  color: #ff9100 !important;
}
.text-orange-14 {
  color: #ff6d00 !important;
}
.text-deep-orange {
  color: #ff5722 !important;
}
.text-deep-orange-1 {
  color: #fbe9e7 !important;
}
.text-deep-orange-2 {
  color: #ffccbc !important;
}
.text-deep-orange-3 {
  color: #ffab91 !important;
}
.text-deep-orange-4 {
  color: #ff8a65 !important;
}
.text-deep-orange-5 {
  color: #ff7043 !important;
}
.text-deep-orange-6 {
  color: #ff5722 !important;
}
.text-deep-orange-7 {
  color: #f4511e !important;
}
.text-deep-orange-8 {
  color: #e64a19 !important;
}
.text-deep-orange-9 {
  color: #d84315 !important;
}
.text-deep-orange-10 {
  color: #bf360c !important;
}
.text-deep-orange-11 {
  color: #ff9e80 !important;
}
.text-deep-orange-12 {
  color: #ff6e40 !important;
}
.text-deep-orange-13 {
  color: #ff3d00 !important;
}
.text-deep-orange-14 {
  color: #dd2c00 !important;
}
.text-brown {
  color: #795548 !important;
}
.text-brown-1 {
  color: #efebe9 !important;
}
.text-brown-2 {
  color: #d7ccc8 !important;
}
.text-brown-3 {
  color: #bcaaa4 !important;
}
.text-brown-4 {
  color: #a1887f !important;
}
.text-brown-5 {
  color: #8d6e63 !important;
}
.text-brown-6 {
  color: #795548 !important;
}
.text-brown-7 {
  color: #6d4c41 !important;
}
.text-brown-8 {
  color: #5d4037 !important;
}
.text-brown-9 {
  color: #4e342e !important;
}
.text-brown-10 {
  color: #3e2723 !important;
}
.text-brown-11 {
  color: #d7ccc8 !important;
}
.text-brown-12 {
  color: #bcaaa4 !important;
}
.text-brown-13 {
  color: #8d6e63 !important;
}
.text-brown-14 {
  color: #5d4037 !important;
}
.text-grey {
  color: #9e9e9e !important;
}
.text-grey-1 {
  color: #fafafa !important;
}
.text-grey-2 {
  color: #f5f5f5 !important;
}
.text-grey-3 {
  color: #eee !important;
}
.text-grey-4 {
  color: #e0e0e0 !important;
}
.text-grey-5 {
  color: #bdbdbd !important;
}
.text-grey-6 {
  color: #9e9e9e !important;
}
.text-grey-7 {
  color: #757575 !important;
}
.text-grey-8 {
  color: #616161 !important;
}
.text-grey-9 {
  color: #424242 !important;
}
.text-grey-10 {
  color: #212121 !important;
}
.text-grey-11 {
  color: #f5f5f5 !important;
}
.text-grey-12 {
  color: #eee !important;
}
.text-grey-13 {
  color: #bdbdbd !important;
}
.text-grey-14 {
  color: #616161 !important;
}
.text-blue-grey {
  color: #607d8b !important;
}
.text-blue-grey-1 {
  color: #eceff1 !important;
}
.text-blue-grey-2 {
  color: #cfd8dc !important;
}
.text-blue-grey-3 {
  color: #b0bec5 !important;
}
.text-blue-grey-4 {
  color: #90a4ae !important;
}
.text-blue-grey-5 {
  color: #78909c !important;
}
.text-blue-grey-6 {
  color: #607d8b !important;
}
.text-blue-grey-7 {
  color: #546e7a !important;
}
.text-blue-grey-8 {
  color: #455a64 !important;
}
.text-blue-grey-9 {
  color: #37474f !important;
}
.text-blue-grey-10 {
  color: #263238 !important;
}
.text-blue-grey-11 {
  color: #cfd8dc !important;
}
.text-blue-grey-12 {
  color: #b0bec5 !important;
}
.text-blue-grey-13 {
  color: #78909c !important;
}
.text-blue-grey-14 {
  color: #455a64 !important;
}
.bg-red {
  background: #f44336 !important;
}
.bg-red-1 {
  background: #ffebee !important;
}
.bg-red-2 {
  background: #ffcdd2 !important;
}
.bg-red-3 {
  background: #ef9a9a !important;
}
.bg-red-4 {
  background: #e57373 !important;
}
.bg-red-5 {
  background: #ef5350 !important;
}
.bg-red-6 {
  background: #f44336 !important;
}
.bg-red-7 {
  background: #e53935 !important;
}
.bg-red-8 {
  background: #d32f2f !important;
}
.bg-red-9 {
  background: #c62828 !important;
}
.bg-red-10 {
  background: #b71c1c !important;
}
.bg-red-11 {
  background: #ff8a80 !important;
}
.bg-red-12 {
  background: #ff5252 !important;
}
.bg-red-13 {
  background: #ff1744 !important;
}
.bg-red-14 {
  background: #d50000 !important;
}
.bg-pink {
  background: #e91e63 !important;
}
.bg-pink-1 {
  background: #fce4ec !important;
}
.bg-pink-2 {
  background: #f8bbd0 !important;
}
.bg-pink-3 {
  background: #f48fb1 !important;
}
.bg-pink-4 {
  background: #f06292 !important;
}
.bg-pink-5 {
  background: #ec407a !important;
}
.bg-pink-6 {
  background: #e91e63 !important;
}
.bg-pink-7 {
  background: #d81b60 !important;
}
.bg-pink-8 {
  background: #c2185b !important;
}
.bg-pink-9 {
  background: #ad1457 !important;
}
.bg-pink-10 {
  background: #880e4f !important;
}
.bg-pink-11 {
  background: #ff80ab !important;
}
.bg-pink-12 {
  background: #ff4081 !important;
}
.bg-pink-13 {
  background: #f50057 !important;
}
.bg-pink-14 {
  background: #c51162 !important;
}
.bg-purple {
  background: #9c27b0 !important;
}
.bg-purple-1 {
  background: #f3e5f5 !important;
}
.bg-purple-2 {
  background: #e1bee7 !important;
}
.bg-purple-3 {
  background: #ce93d8 !important;
}
.bg-purple-4 {
  background: #ba68c8 !important;
}
.bg-purple-5 {
  background: #ab47bc !important;
}
.bg-purple-6 {
  background: #9c27b0 !important;
}
.bg-purple-7 {
  background: #8e24aa !important;
}
.bg-purple-8 {
  background: #7b1fa2 !important;
}
.bg-purple-9 {
  background: #6a1b9a !important;
}
.bg-purple-10 {
  background: #4a148c !important;
}
.bg-purple-11 {
  background: #ea80fc !important;
}
.bg-purple-12 {
  background: #e040fb !important;
}
.bg-purple-13 {
  background: #d500f9 !important;
}
.bg-purple-14 {
  background: #a0f !important;
}
.bg-deep-purple {
  background: #673ab7 !important;
}
.bg-deep-purple-1 {
  background: #ede7f6 !important;
}
.bg-deep-purple-2 {
  background: #d1c4e9 !important;
}
.bg-deep-purple-3 {
  background: #b39ddb !important;
}
.bg-deep-purple-4 {
  background: #9575cd !important;
}
.bg-deep-purple-5 {
  background: #7e57c2 !important;
}
.bg-deep-purple-6 {
  background: #673ab7 !important;
}
.bg-deep-purple-7 {
  background: #5e35b1 !important;
}
.bg-deep-purple-8 {
  background: #512da8 !important;
}
.bg-deep-purple-9 {
  background: #4527a0 !important;
}
.bg-deep-purple-10 {
  background: #311b92 !important;
}
.bg-deep-purple-11 {
  background: #b388ff !important;
}
.bg-deep-purple-12 {
  background: #7c4dff !important;
}
.bg-deep-purple-13 {
  background: #651fff !important;
}
.bg-deep-purple-14 {
  background: #6200ea !important;
}
.bg-indigo {
  background: #3f51b5 !important;
}
.bg-indigo-1 {
  background: #e8eaf6 !important;
}
.bg-indigo-2 {
  background: #c5cae9 !important;
}
.bg-indigo-3 {
  background: #9fa8da !important;
}
.bg-indigo-4 {
  background: #7986cb !important;
}
.bg-indigo-5 {
  background: #5c6bc0 !important;
}
.bg-indigo-6 {
  background: #3f51b5 !important;
}
.bg-indigo-7 {
  background: #3949ab !important;
}
.bg-indigo-8 {
  background: #303f9f !important;
}
.bg-indigo-9 {
  background: #283593 !important;
}
.bg-indigo-10 {
  background: #1a237e !important;
}
.bg-indigo-11 {
  background: #8c9eff !important;
}
.bg-indigo-12 {
  background: #536dfe !important;
}
.bg-indigo-13 {
  background: #3d5afe !important;
}
.bg-indigo-14 {
  background: #304ffe !important;
}
.bg-blue {
  background: #2196f3 !important;
}
.bg-blue-1 {
  background: #e3f2fd !important;
}
.bg-blue-2 {
  background: #bbdefb !important;
}
.bg-blue-3 {
  background: #90caf9 !important;
}
.bg-blue-4 {
  background: #64b5f6 !important;
}
.bg-blue-5 {
  background: #42a5f5 !important;
}
.bg-blue-6 {
  background: #2196f3 !important;
}
.bg-blue-7 {
  background: #1e88e5 !important;
}
.bg-blue-8 {
  background: #1976d2 !important;
}
.bg-blue-9 {
  background: #1565c0 !important;
}
.bg-blue-10 {
  background: #0d47a1 !important;
}
.bg-blue-11 {
  background: #82b1ff !important;
}
.bg-blue-12 {
  background: #448aff !important;
}
.bg-blue-13 {
  background: #2979ff !important;
}
.bg-blue-14 {
  background: #2962ff !important;
}
.bg-light-blue {
  background: #03a9f4 !important;
}
.bg-light-blue-1 {
  background: #e1f5fe !important;
}
.bg-light-blue-2 {
  background: #b3e5fc !important;
}
.bg-light-blue-3 {
  background: #81d4fa !important;
}
.bg-light-blue-4 {
  background: #4fc3f7 !important;
}
.bg-light-blue-5 {
  background: #29b6f6 !important;
}
.bg-light-blue-6 {
  background: #03a9f4 !important;
}
.bg-light-blue-7 {
  background: #039be5 !important;
}
.bg-light-blue-8 {
  background: #0288d1 !important;
}
.bg-light-blue-9 {
  background: #0277bd !important;
}
.bg-light-blue-10 {
  background: #01579b !important;
}
.bg-light-blue-11 {
  background: #80d8ff !important;
}
.bg-light-blue-12 {
  background: #40c4ff !important;
}
.bg-light-blue-13 {
  background: #00b0ff !important;
}
.bg-light-blue-14 {
  background: #0091ea !important;
}
.bg-cyan {
  background: #00bcd4 !important;
}
.bg-cyan-1 {
  background: #e0f7fa !important;
}
.bg-cyan-2 {
  background: #b2ebf2 !important;
}
.bg-cyan-3 {
  background: #80deea !important;
}
.bg-cyan-4 {
  background: #4dd0e1 !important;
}
.bg-cyan-5 {
  background: #26c6da !important;
}
.bg-cyan-6 {
  background: #00bcd4 !important;
}
.bg-cyan-7 {
  background: #00acc1 !important;
}
.bg-cyan-8 {
  background: #0097a7 !important;
}
.bg-cyan-9 {
  background: #00838f !important;
}
.bg-cyan-10 {
  background: #006064 !important;
}
.bg-cyan-11 {
  background: #84ffff !important;
}
.bg-cyan-12 {
  background: #18ffff !important;
}
.bg-cyan-13 {
  background: #00e5ff !important;
}
.bg-cyan-14 {
  background: #00b8d4 !important;
}
.bg-teal {
  background: #009688 !important;
}
.bg-teal-1 {
  background: #e0f2f1 !important;
}
.bg-teal-2 {
  background: #b2dfdb !important;
}
.bg-teal-3 {
  background: #80cbc4 !important;
}
.bg-teal-4 {
  background: #4db6ac !important;
}
.bg-teal-5 {
  background: #26a69a !important;
}
.bg-teal-6 {
  background: #009688 !important;
}
.bg-teal-7 {
  background: #00897b !important;
}
.bg-teal-8 {
  background: #00796b !important;
}
.bg-teal-9 {
  background: #00695c !important;
}
.bg-teal-10 {
  background: #004d40 !important;
}
.bg-teal-11 {
  background: #a7ffeb !important;
}
.bg-teal-12 {
  background: #64ffda !important;
}
.bg-teal-13 {
  background: #1de9b6 !important;
}
.bg-teal-14 {
  background: #00bfa5 !important;
}
.bg-green {
  background: #4caf50 !important;
}
.bg-green-1 {
  background: #e8f5e9 !important;
}
.bg-green-2 {
  background: #c8e6c9 !important;
}
.bg-green-3 {
  background: #a5d6a7 !important;
}
.bg-green-4 {
  background: #81c784 !important;
}
.bg-green-5 {
  background: #66bb6a !important;
}
.bg-green-6 {
  background: #4caf50 !important;
}
.bg-green-7 {
  background: #43a047 !important;
}
.bg-green-8 {
  background: #388e3c !important;
}
.bg-green-9 {
  background: #2e7d32 !important;
}
.bg-green-10 {
  background: #1b5e20 !important;
}
.bg-green-11 {
  background: #b9f6ca !important;
}
.bg-green-12 {
  background: #69f0ae !important;
}
.bg-green-13 {
  background: #00e676 !important;
}
.bg-green-14 {
  background: #00c853 !important;
}
.bg-light-green {
  background: #8bc34a !important;
}
.bg-light-green-1 {
  background: #f1f8e9 !important;
}
.bg-light-green-2 {
  background: #dcedc8 !important;
}
.bg-light-green-3 {
  background: #c5e1a5 !important;
}
.bg-light-green-4 {
  background: #aed581 !important;
}
.bg-light-green-5 {
  background: #9ccc65 !important;
}
.bg-light-green-6 {
  background: #8bc34a !important;
}
.bg-light-green-7 {
  background: #7cb342 !important;
}
.bg-light-green-8 {
  background: #689f38 !important;
}
.bg-light-green-9 {
  background: #558b2f !important;
}
.bg-light-green-10 {
  background: #33691e !important;
}
.bg-light-green-11 {
  background: #ccff90 !important;
}
.bg-light-green-12 {
  background: #b2ff59 !important;
}
.bg-light-green-13 {
  background: #76ff03 !important;
}
.bg-light-green-14 {
  background: #64dd17 !important;
}
.bg-lime {
  background: #cddc39 !important;
}
.bg-lime-1 {
  background: #f9fbe7 !important;
}
.bg-lime-2 {
  background: #f0f4c3 !important;
}
.bg-lime-3 {
  background: #e6ee9c !important;
}
.bg-lime-4 {
  background: #dce775 !important;
}
.bg-lime-5 {
  background: #d4e157 !important;
}
.bg-lime-6 {
  background: #cddc39 !important;
}
.bg-lime-7 {
  background: #c0ca33 !important;
}
.bg-lime-8 {
  background: #afb42b !important;
}
.bg-lime-9 {
  background: #9e9d24 !important;
}
.bg-lime-10 {
  background: #827717 !important;
}
.bg-lime-11 {
  background: #f4ff81 !important;
}
.bg-lime-12 {
  background: #eeff41 !important;
}
.bg-lime-13 {
  background: #c6ff00 !important;
}
.bg-lime-14 {
  background: #aeea00 !important;
}
.bg-yellow {
  background: #ffeb3b !important;
}
.bg-yellow-1 {
  background: #fffde7 !important;
}
.bg-yellow-2 {
  background: #fff9c4 !important;
}
.bg-yellow-3 {
  background: #fff59d !important;
}
.bg-yellow-4 {
  background: #fff176 !important;
}
.bg-yellow-5 {
  background: #ffee58 !important;
}
.bg-yellow-6 {
  background: #ffeb3b !important;
}
.bg-yellow-7 {
  background: #fdd835 !important;
}
.bg-yellow-8 {
  background: #fbc02d !important;
}
.bg-yellow-9 {
  background: #f9a825 !important;
}
.bg-yellow-10 {
  background: #f57f17 !important;
}
.bg-yellow-11 {
  background: #ffff8d !important;
}
.bg-yellow-12 {
  background: #ff0 !important;
}
.bg-yellow-13 {
  background: #ffea00 !important;
}
.bg-yellow-14 {
  background: #ffd600 !important;
}
.bg-amber {
  background: #ffc107 !important;
}
.bg-amber-1 {
  background: #fff8e1 !important;
}
.bg-amber-2 {
  background: #ffecb3 !important;
}
.bg-amber-3 {
  background: #ffe082 !important;
}
.bg-amber-4 {
  background: #ffd54f !important;
}
.bg-amber-5 {
  background: #ffca28 !important;
}
.bg-amber-6 {
  background: #ffc107 !important;
}
.bg-amber-7 {
  background: #ffb300 !important;
}
.bg-amber-8 {
  background: #ffa000 !important;
}
.bg-amber-9 {
  background: #ff8f00 !important;
}
.bg-amber-10 {
  background: #ff6f00 !important;
}
.bg-amber-11 {
  background: #ffe57f !important;
}
.bg-amber-12 {
  background: #ffd740 !important;
}
.bg-amber-13 {
  background: #ffc400 !important;
}
.bg-amber-14 {
  background: #ffab00 !important;
}
.bg-orange {
  background: #ff9800 !important;
}
.bg-orange-1 {
  background: #fff3e0 !important;
}
.bg-orange-2 {
  background: #ffe0b2 !important;
}
.bg-orange-3 {
  background: #ffcc80 !important;
}
.bg-orange-4 {
  background: #ffb74d !important;
}
.bg-orange-5 {
  background: #ffa726 !important;
}
.bg-orange-6 {
  background: #ff9800 !important;
}
.bg-orange-7 {
  background: #fb8c00 !important;
}
.bg-orange-8 {
  background: #f57c00 !important;
}
.bg-orange-9 {
  background: #ef6c00 !important;
}
.bg-orange-10 {
  background: #e65100 !important;
}
.bg-orange-11 {
  background: #ffd180 !important;
}
.bg-orange-12 {
  background: #ffab40 !important;
}
.bg-orange-13 {
  background: #ff9100 !important;
}
.bg-orange-14 {
  background: #ff6d00 !important;
}
.bg-deep-orange {
  background: #ff5722 !important;
}
.bg-deep-orange-1 {
  background: #fbe9e7 !important;
}
.bg-deep-orange-2 {
  background: #ffccbc !important;
}
.bg-deep-orange-3 {
  background: #ffab91 !important;
}
.bg-deep-orange-4 {
  background: #ff8a65 !important;
}
.bg-deep-orange-5 {
  background: #ff7043 !important;
}
.bg-deep-orange-6 {
  background: #ff5722 !important;
}
.bg-deep-orange-7 {
  background: #f4511e !important;
}
.bg-deep-orange-8 {
  background: #e64a19 !important;
}
.bg-deep-orange-9 {
  background: #d84315 !important;
}
.bg-deep-orange-10 {
  background: #bf360c !important;
}
.bg-deep-orange-11 {
  background: #ff9e80 !important;
}
.bg-deep-orange-12 {
  background: #ff6e40 !important;
}
.bg-deep-orange-13 {
  background: #ff3d00 !important;
}
.bg-deep-orange-14 {
  background: #dd2c00 !important;
}
.bg-brown {
  background: #795548 !important;
}
.bg-brown-1 {
  background: #efebe9 !important;
}
.bg-brown-2 {
  background: #d7ccc8 !important;
}
.bg-brown-3 {
  background: #bcaaa4 !important;
}
.bg-brown-4 {
  background: #a1887f !important;
}
.bg-brown-5 {
  background: #8d6e63 !important;
}
.bg-brown-6 {
  background: #795548 !important;
}
.bg-brown-7 {
  background: #6d4c41 !important;
}
.bg-brown-8 {
  background: #5d4037 !important;
}
.bg-brown-9 {
  background: #4e342e !important;
}
.bg-brown-10 {
  background: #3e2723 !important;
}
.bg-brown-11 {
  background: #d7ccc8 !important;
}
.bg-brown-12 {
  background: #bcaaa4 !important;
}
.bg-brown-13 {
  background: #8d6e63 !important;
}
.bg-brown-14 {
  background: #5d4037 !important;
}
.bg-grey {
  background: #9e9e9e !important;
}
.bg-grey-1 {
  background: #fafafa !important;
}
.bg-grey-2 {
  background: #f5f5f5 !important;
}
.bg-grey-3 {
  background: #eee !important;
}
.bg-grey-4 {
  background: #e0e0e0 !important;
}
.bg-grey-5 {
  background: #bdbdbd !important;
}
.bg-grey-6 {
  background: #9e9e9e !important;
}
.bg-grey-7 {
  background: #757575 !important;
}
.bg-grey-8 {
  background: #616161 !important;
}
.bg-grey-9 {
  background: #424242 !important;
}
.bg-grey-10 {
  background: #212121 !important;
}
.bg-grey-11 {
  background: #f5f5f5 !important;
}
.bg-grey-12 {
  background: #eee !important;
}
.bg-grey-13 {
  background: #bdbdbd !important;
}
.bg-grey-14 {
  background: #616161 !important;
}
.bg-blue-grey {
  background: #607d8b !important;
}
.bg-blue-grey-1 {
  background: #eceff1 !important;
}
.bg-blue-grey-2 {
  background: #cfd8dc !important;
}
.bg-blue-grey-3 {
  background: #b0bec5 !important;
}
.bg-blue-grey-4 {
  background: #90a4ae !important;
}
.bg-blue-grey-5 {
  background: #78909c !important;
}
.bg-blue-grey-6 {
  background: #607d8b !important;
}
.bg-blue-grey-7 {
  background: #546e7a !important;
}
.bg-blue-grey-8 {
  background: #455a64 !important;
}
.bg-blue-grey-9 {
  background: #37474f !important;
}
.bg-blue-grey-10 {
  background: #263238 !important;
}
.bg-blue-grey-11 {
  background: #cfd8dc !important;
}
.bg-blue-grey-12 {
  background: #b0bec5 !important;
}
.bg-blue-grey-13 {
  background: #78909c !important;
}
.bg-blue-grey-14 {
  background: #455a64 !important;
}
.shadow-transition {
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.shadow-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.14),
    0 2px 1px -1px rgba(0, 0, 0, 0.12);
}
.shadow-up-1 {
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.2), 0 -1px 1px rgba(0, 0, 0, 0.14),
    0 -2px 1px -1px rgba(0, 0, 0, 0.12);
}
.shadow-2 {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12);
}
.shadow-up-2 {
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2), 0 -2px 2px rgba(0, 0, 0, 0.14),
    0 -3px 1px -2px rgba(0, 0, 0, 0.12);
}
.shadow-3 {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2), 0 3px 4px rgba(0, 0, 0, 0.14),
    0 3px 3px -2px rgba(0, 0, 0, 0.12);
}
.shadow-up-3 {
  box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.2), 0 -3px 4px rgba(0, 0, 0, 0.14),
    0 -3px 3px -2px rgba(0, 0, 0, 0.12);
}
.shadow-4 {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.14),
    0 1px 10px rgba(0, 0, 0, 0.12);
}
.shadow-up-4 {
  box-shadow: 0 -2px 4px -1px rgba(0, 0, 0, 0.2), 0 -4px 5px rgba(0, 0, 0, 0.14),
    0 -1px 10px rgba(0, 0, 0, 0.12);
}
.shadow-5 {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.14),
    0 1px 14px rgba(0, 0, 0, 0.12);
}
.shadow-up-5 {
  box-shadow: 0 -3px 5px -1px rgba(0, 0, 0, 0.2), 0 -5px 8px rgba(0, 0, 0, 0.14),
    0 -1px 14px rgba(0, 0, 0, 0.12);
}
.shadow-6 {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px rgba(0, 0, 0, 0.14),
    0 1px 18px rgba(0, 0, 0, 0.12);
}
.shadow-up-6 {
  box-shadow: 0 -3px 5px -1px rgba(0, 0, 0, 0.2), 0 -6px 10px rgba(0, 0, 0, 0.14),
    0 -1px 18px rgba(0, 0, 0, 0.12);
}
.shadow-7 {
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2), 0 7px 10px 1px rgba(0, 0, 0, 0.14),
    0 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.shadow-up-7 {
  box-shadow: 0 -4px 5px -2px rgba(0, 0, 0, 0.2), 0 -7px 10px 1px rgba(0, 0, 0, 0.14),
    0 -2px 16px 1px rgba(0, 0, 0, 0.12);
}
.shadow-8 {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.shadow-up-8 {
  box-shadow: 0 -5px 5px -3px rgba(0, 0, 0, 0.2), 0 -8px 10px 1px rgba(0, 0, 0, 0.14),
    0 -3px 14px 2px rgba(0, 0, 0, 0.12);
}
.shadow-9 {
  box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.2), 0 9px 12px 1px rgba(0, 0, 0, 0.14),
    0 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.shadow-up-9 {
  box-shadow: 0 -5px 6px -3px rgba(0, 0, 0, 0.2), 0 -9px 12px 1px rgba(0, 0, 0, 0.14),
    0 -3px 16px 2px rgba(0, 0, 0, 0.12);
}
.shadow-10 {
  box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.2), 0 10px 14px 1px rgba(0, 0, 0, 0.14),
    0 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.shadow-up-10 {
  box-shadow: 0 -6px 6px -3px rgba(0, 0, 0, 0.2), 0 -10px 14px 1px rgba(0, 0, 0, 0.14),
    0 -4px 18px 3px rgba(0, 0, 0, 0.12);
}
.shadow-11 {
  box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.2), 0 11px 15px 1px rgba(0, 0, 0, 0.14),
    0 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.shadow-up-11 {
  box-shadow: 0 -6px 7px -4px rgba(0, 0, 0, 0.2), 0 -11px 15px 1px rgba(0, 0, 0, 0.14),
    0 -4px 20px 3px rgba(0, 0, 0, 0.12);
}
.shadow-12 {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 12px 17px 2px rgba(0, 0, 0, 0.14),
    0 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.shadow-up-12 {
  box-shadow: 0 -7px 8px -4px rgba(0, 0, 0, 0.2), 0 -12px 17px 2px rgba(0, 0, 0, 0.14),
    0 -5px 22px 4px rgba(0, 0, 0, 0.12);
}
.shadow-13 {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14),
    0 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.shadow-up-13 {
  box-shadow: 0 -7px 8px -4px rgba(0, 0, 0, 0.2), 0 -13px 19px 2px rgba(0, 0, 0, 0.14),
    0 -5px 24px 4px rgba(0, 0, 0, 0.12);
}
.shadow-14 {
  box-shadow: 0 7px 9px -4px rgba(0, 0, 0, 0.2), 0 14px 21px 2px rgba(0, 0, 0, 0.14),
    0 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.shadow-up-14 {
  box-shadow: 0 -7px 9px -4px rgba(0, 0, 0, 0.2), 0 -14px 21px 2px rgba(0, 0, 0, 0.14),
    0 -5px 26px 4px rgba(0, 0, 0, 0.12);
}
.shadow-15 {
  box-shadow: 0 8px 9px -5px rgba(0, 0, 0, 0.2), 0 15px 22px 2px rgba(0, 0, 0, 0.14),
    0 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.shadow-up-15 {
  box-shadow: 0 -8px 9px -5px rgba(0, 0, 0, 0.2), 0 -15px 22px 2px rgba(0, 0, 0, 0.14),
    0 -6px 28px 5px rgba(0, 0, 0, 0.12);
}
.shadow-16 {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14),
    0 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.shadow-up-16 {
  box-shadow: 0 -8px 10px -5px rgba(0, 0, 0, 0.2), 0 -16px 24px 2px rgba(0, 0, 0, 0.14),
    0 -6px 30px 5px rgba(0, 0, 0, 0.12);
}
.shadow-17 {
  box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2), 0 17px 26px 2px rgba(0, 0, 0, 0.14),
    0 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.shadow-up-17 {
  box-shadow: 0 -8px 11px -5px rgba(0, 0, 0, 0.2), 0 -17px 26px 2px rgba(0, 0, 0, 0.14),
    0 -6px 32px 5px rgba(0, 0, 0, 0.12);
}
.shadow-18 {
  box-shadow: 0 9px 11px -5px rgba(0, 0, 0, 0.2), 0 18px 28px 2px rgba(0, 0, 0, 0.14),
    0 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.shadow-up-18 {
  box-shadow: 0 -9px 11px -5px rgba(0, 0, 0, 0.2), 0 -18px 28px 2px rgba(0, 0, 0, 0.14),
    0 -7px 34px 6px rgba(0, 0, 0, 0.12);
}
.shadow-19 {
  box-shadow: 0 9px 12px -6px rgba(0, 0, 0, 0.2), 0 19px 29px 2px rgba(0, 0, 0, 0.14),
    0 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.shadow-up-19 {
  box-shadow: 0 -9px 12px -6px rgba(0, 0, 0, 0.2), 0 -19px 29px 2px rgba(0, 0, 0, 0.14),
    0 -7px 36px 6px rgba(0, 0, 0, 0.12);
}
.shadow-20 {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 20px 31px 3px rgba(0, 0, 0, 0.14),
    0 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.shadow-up-20 {
  box-shadow: 0 -10px 13px -6px rgba(0, 0, 0, 0.2), 0 -20px 31px 3px rgba(0, 0, 0, 0.14),
    0 -8px 38px 7px rgba(0, 0, 0, 0.12);
}
.shadow-21 {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 21px 33px 3px rgba(0, 0, 0, 0.14),
    0 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.shadow-up-21 {
  box-shadow: 0 -10px 13px -6px rgba(0, 0, 0, 0.2), 0 -21px 33px 3px rgba(0, 0, 0, 0.14),
    0 -8px 40px 7px rgba(0, 0, 0, 0.12);
}
.shadow-22 {
  box-shadow: 0 10px 14px -6px rgba(0, 0, 0, 0.2), 0 22px 35px 3px rgba(0, 0, 0, 0.14),
    0 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.shadow-up-22 {
  box-shadow: 0 -10px 14px -6px rgba(0, 0, 0, 0.2), 0 -22px 35px 3px rgba(0, 0, 0, 0.14),
    0 -8px 42px 7px rgba(0, 0, 0, 0.12);
}
.shadow-23 {
  box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.2), 0 23px 36px 3px rgba(0, 0, 0, 0.14),
    0 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.shadow-up-23 {
  box-shadow: 0 -11px 14px -7px rgba(0, 0, 0, 0.2), 0 -23px 36px 3px rgba(0, 0, 0, 0.14),
    0 -9px 44px 8px rgba(0, 0, 0, 0.12);
}
.shadow-24 {
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14),
    0 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.shadow-up-24 {
  box-shadow: 0 -11px 15px -7px rgba(0, 0, 0, 0.2), 0 -24px 38px 3px rgba(0, 0, 0, 0.14),
    0 -9px 46px 8px rgba(0, 0, 0, 0.12);
}
.no-shadow,
.shadow-0 {
  box-shadow: none !important;
}
.inset-shadow {
  box-shadow: 0 7px 9px -7px rgba(0, 0, 0, 0.7) inset !important;
}
.z-marginals {
  z-index: 2000;
}
.z-notify {
  z-index: 9500;
}
.z-fullscreen {
  z-index: 6000;
}
.z-inherit {
  z-index: inherit !important;
}
.row,
.column,
.flex {
  display: flex;
  flex-wrap: wrap;
}
.row.inline,
.column.inline,
.flex.inline {
  display: inline-flex !important;
}
.row.reverse {
  flex-direction: row-reverse;
}
.column {
  flex-direction: column;
}
.column.reverse {
  flex-direction: column-reverse;
}
.wrap {
  flex-wrap: wrap;
}
.no-wrap {
  flex-wrap: nowrap;
}
.reverse-wrap {
  flex-wrap: wrap-reverse;
}
.order-first {
  order: -10000;
}
.order-last {
  order: 10000;
}
.order-none {
  order: 0;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center,
.flex-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center,
.flex-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.content-start {
  align-content: flex-start;
}
.content-end {
  align-content: flex-end;
}
.content-center {
  align-content: center;
}
.content-stretch {
  align-content: stretch;
}
.content-between {
  align-content: space-between;
}
.content-around {
  align-content: space-around;
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.self-baseline {
  align-self: baseline;
}
.self-stretch {
  align-self: stretch;
}
.q-gutter-x-none,
.q-gutter-none {
  margin-left: 0;
}
.q-gutter-x-none > *,
.q-gutter-none > * {
  margin-left: 0;
}
.q-gutter-y-none,
.q-gutter-none {
  margin-top: 0;
}
.q-gutter-y-none > *,
.q-gutter-none > * {
  margin-top: 0;
}
.q-gutter-x-xs,
.q-gutter-xs {
  margin-left: -4px;
}
.q-gutter-x-xs > *,
.q-gutter-xs > * {
  margin-left: 4px;
}
.q-gutter-y-xs,
.q-gutter-xs {
  margin-top: -4px;
}
.q-gutter-y-xs > *,
.q-gutter-xs > * {
  margin-top: 4px;
}
.q-gutter-x-sm,
.q-gutter-sm {
  margin-left: -8px;
}
.q-gutter-x-sm > *,
.q-gutter-sm > * {
  margin-left: 8px;
}
.q-gutter-y-sm,
.q-gutter-sm {
  margin-top: -8px;
}
.q-gutter-y-sm > *,
.q-gutter-sm > * {
  margin-top: 8px;
}
.q-gutter-x-md,
.q-gutter-md {
  /* margin-left: -16px; */
}
.q-gutter-x-md > *,
.q-gutter-md > * {
  /* margin-left: 16px; */
}
.q-gutter-y-md,
.q-gutter-md {
  /* margin-top: -16px; */
}
.q-gutter-y-md > *,
.q-gutter-md > * {
  /* margin-top: 16px; */
}
.q-gutter-x-lg,
.q-gutter-lg {
  margin-left: -24px;
}
.q-gutter-x-lg > *,
.q-gutter-lg > * {
  margin-left: 24px;
}
.q-gutter-y-lg,
.q-gutter-lg {
  margin-top: -24px;
}
.q-gutter-y-lg > *,
.q-gutter-lg > * {
  margin-top: 24px;
}
.q-gutter-x-xl,
.q-gutter-xl {
  margin-left: -48px;
}
.q-gutter-x-xl > *,
.q-gutter-xl > * {
  margin-left: 48px;
}
.q-gutter-y-xl,
.q-gutter-xl {
  margin-top: -48px;
}
.q-gutter-y-xl > *,
.q-gutter-xl > * {
  margin-top: 48px;
}
@media (min-width: 0) {
  .row > .col,
  .row > .col-xs,
  .row > .col-auto,
  .row > .col-xs-auto,
  .row > .col-grow,
  .row > .col-xs-grow,
  .row > .col-0,
  .row > .col-xs-0,
  .row > .col-1,
  .row > .col-xs-1,
  .row > .col-2,
  .row > .col-xs-2,
  .row > .col-3,
  .row > .col-xs-3,
  .row > .col-4,
  .row > .col-xs-4,
  .row > .col-5,
  .row > .col-xs-5,
  .row > .col-6,
  .row > .col-xs-6,
  .row > .col-7,
  .row > .col-xs-7,
  .row > .col-8,
  .row > .col-xs-8,
  .row > .col-9,
  .row > .col-xs-9,
  .row > .col-10,
  .row > .col-xs-10,
  .row > .col-11,
  .row > .col-xs-11,
  .row > .col-12,
  .row > .col-xs-12,
  .flex > .col,
  .flex > .col-xs,
  .flex > .col-auto,
  .flex > .col-xs-auto,
  .flex > .col-grow,
  .flex > .col-xs-grow,
  .flex > .col-0,
  .flex > .col-xs-0,
  .flex > .col-1,
  .flex > .col-xs-1,
  .flex > .col-2,
  .flex > .col-xs-2,
  .flex > .col-3,
  .flex > .col-xs-3,
  .flex > .col-4,
  .flex > .col-xs-4,
  .flex > .col-5,
  .flex > .col-xs-5,
  .flex > .col-6,
  .flex > .col-xs-6,
  .flex > .col-7,
  .flex > .col-xs-7,
  .flex > .col-8,
  .flex > .col-xs-8,
  .flex > .col-9,
  .flex > .col-xs-9,
  .flex > .col-10,
  .flex > .col-xs-10,
  .flex > .col-11,
  .flex > .col-xs-11,
  .flex > .col-12,
  .flex > .col-xs-12 {
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  .column > .col,
  .column > .col-xs,
  .column > .col-auto,
  .column > .col-xs-auto,
  .column > .col-grow,
  .column > .col-xs-grow,
  .column > .col-0,
  .column > .col-xs-0,
  .column > .col-1,
  .column > .col-xs-1,
  .column > .col-2,
  .column > .col-xs-2,
  .column > .col-3,
  .column > .col-xs-3,
  .column > .col-4,
  .column > .col-xs-4,
  .column > .col-5,
  .column > .col-xs-5,
  .column > .col-6,
  .column > .col-xs-6,
  .column > .col-7,
  .column > .col-xs-7,
  .column > .col-8,
  .column > .col-xs-8,
  .column > .col-9,
  .column > .col-xs-9,
  .column > .col-10,
  .column > .col-xs-10,
  .column > .col-11,
  .column > .col-xs-11,
  .column > .col-12,
  .column > .col-xs-12,
  .flex > .col,
  .flex > .col-xs,
  .flex > .col-auto,
  .flex > .col-xs-auto,
  .flex > .col-grow,
  .flex > .col-xs-grow,
  .flex > .col-0,
  .flex > .col-xs-0,
  .flex > .col-1,
  .flex > .col-xs-1,
  .flex > .col-2,
  .flex > .col-xs-2,
  .flex > .col-3,
  .flex > .col-xs-3,
  .flex > .col-4,
  .flex > .col-xs-4,
  .flex > .col-5,
  .flex > .col-xs-5,
  .flex > .col-6,
  .flex > .col-xs-6,
  .flex > .col-7,
  .flex > .col-xs-7,
  .flex > .col-8,
  .flex > .col-xs-8,
  .flex > .col-9,
  .flex > .col-xs-9,
  .flex > .col-10,
  .flex > .col-xs-10,
  .flex > .col-11,
  .flex > .col-xs-11,
  .flex > .col-12,
  .flex > .col-xs-12 {
    height: auto;
    min-height: 0;
    max-height: 100%;
  }
  .col,
  .col-xs {
    flex: 10000 1 0%;
  }
  .col-auto,
  .col-xs-auto,
  .col-0,
  .col-xs-0,
  .col-1,
  .col-xs-1,
  .col-2,
  .col-xs-2,
  .col-3,
  .col-xs-3,
  .col-4,
  .col-xs-4,
  .col-5,
  .col-xs-5,
  .col-6,
  .col-xs-6,
  .col-7,
  .col-xs-7,
  .col-8,
  .col-xs-8,
  .col-9,
  .col-xs-9,
  .col-10,
  .col-xs-10,
  .col-11,
  .col-xs-11,
  .col-12,
  .col-xs-12 {
    flex: 0 0 auto;
  }
  .col-grow,
  .col-xs-grow {
    flex: 1 0 auto;
  }
  .row > .col-0,
  .row > .col-xs-0 {
    height: auto;
    width: 0%;
  }
  .row > .offset-0,
  .row > .offset-xs-0 {
    margin-left: 0%;
  }
  .column > .col-0,
  .column > .col-xs-0 {
    height: 0%;
    width: auto;
  }
  .row > .col-1,
  .row > .col-xs-1 {
    height: auto;
    width: 8.3333%;
  }
  .row > .offset-1,
  .row > .offset-xs-1 {
    margin-left: 8.3333%;
  }
  .column > .col-1,
  .column > .col-xs-1 {
    height: 8.3333%;
    width: auto;
  }
  .row > .col-2,
  .row > .col-xs-2 {
    height: auto;
    width: 16.6667%;
  }
  .row > .offset-2,
  .row > .offset-xs-2 {
    margin-left: 16.6667%;
  }
  .column > .col-2,
  .column > .col-xs-2 {
    height: 16.6667%;
    width: auto;
  }
  .row > .col-3,
  .row > .col-xs-3 {
    height: auto;
    width: 25%;
  }
  .row > .offset-3,
  .row > .offset-xs-3 {
    margin-left: 25%;
  }
  .column > .col-3,
  .column > .col-xs-3 {
    height: 25%;
    width: auto;
  }
  .row > .col-4,
  .row > .col-xs-4 {
    height: auto;
    width: 33.3333%;
  }
  .row > .offset-4,
  .row > .offset-xs-4 {
    margin-left: 33.3333%;
  }
  .column > .col-4,
  .column > .col-xs-4 {
    height: 33.3333%;
    width: auto;
  }
  .row > .col-5,
  .row > .col-xs-5 {
    height: auto;
    width: 41.6667%;
  }
  .row > .offset-5,
  .row > .offset-xs-5 {
    margin-left: 41.6667%;
  }
  .column > .col-5,
  .column > .col-xs-5 {
    height: 41.6667%;
    width: auto;
  }
  .row > .col-6,
  .row > .col-xs-6 {
    height: auto;
    width: 50%;
  }
  .row > .offset-6,
  .row > .offset-xs-6 {
    margin-left: 50%;
  }
  .column > .col-6,
  .column > .col-xs-6 {
    height: 50%;
    width: auto;
  }
  .row > .col-7,
  .row > .col-xs-7 {
    height: auto;
    width: 58.3333%;
  }
  .row > .offset-7,
  .row > .offset-xs-7 {
    margin-left: 58.3333%;
  }
  .column > .col-7,
  .column > .col-xs-7 {
    height: 58.3333%;
    width: auto;
  }
  .row > .col-8,
  .row > .col-xs-8 {
    height: auto;
    width: 66.6667%;
  }
  .row > .offset-8,
  .row > .offset-xs-8 {
    margin-left: 66.6667%;
  }
  .column > .col-8,
  .column > .col-xs-8 {
    height: 66.6667%;
    width: auto;
  }
  .row > .col-9,
  .row > .col-xs-9 {
    height: auto;
    width: 75%;
  }
  .row > .offset-9,
  .row > .offset-xs-9 {
    margin-left: 75%;
  }
  .column > .col-9,
  .column > .col-xs-9 {
    height: 75%;
    width: auto;
  }
  .row > .col-10,
  .row > .col-xs-10 {
    height: auto;
    width: 83.3333%;
  }
  .row > .offset-10,
  .row > .offset-xs-10 {
    margin-left: 83.3333%;
  }
  .column > .col-10,
  .column > .col-xs-10 {
    height: 83.3333%;
    width: auto;
  }
  .row > .col-11,
  .row > .col-xs-11 {
    height: auto;
    width: 91.6667%;
  }
  .row > .offset-11,
  .row > .offset-xs-11 {
    margin-left: 91.6667%;
  }
  .column > .col-11,
  .column > .col-xs-11 {
    height: 91.6667%;
    width: auto;
  }
  .row > .col-12,
  .row > .col-xs-12 {
    height: auto;
    width: 100%;
  }
  .row > .offset-12,
  .row > .offset-xs-12 {
    margin-left: 100%;
  }
  .column > .col-12,
  .column > .col-xs-12 {
    height: 100%;
    width: auto;
  }
}
@media (min-width: 600px) {
  .row > .col-sm,
  .row > .col-sm-auto,
  .row > .col-sm-grow,
  .row > .col-sm-0,
  .row > .col-sm-1,
  .row > .col-sm-2,
  .row > .col-sm-3,
  .row > .col-sm-4,
  .row > .col-sm-5,
  .row > .col-sm-6,
  .row > .col-sm-7,
  .row > .col-sm-8,
  .row > .col-sm-9,
  .row > .col-sm-10,
  .row > .col-sm-11,
  .row > .col-sm-12,
  .flex > .col-sm,
  .flex > .col-sm-auto,
  .flex > .col-sm-grow,
  .flex > .col-sm-0,
  .flex > .col-sm-1,
  .flex > .col-sm-2,
  .flex > .col-sm-3,
  .flex > .col-sm-4,
  .flex > .col-sm-5,
  .flex > .col-sm-6,
  .flex > .col-sm-7,
  .flex > .col-sm-8,
  .flex > .col-sm-9,
  .flex > .col-sm-10,
  .flex > .col-sm-11,
  .flex > .col-sm-12 {
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  .column > .col-sm,
  .column > .col-sm-auto,
  .column > .col-sm-grow,
  .column > .col-sm-0,
  .column > .col-sm-1,
  .column > .col-sm-2,
  .column > .col-sm-3,
  .column > .col-sm-4,
  .column > .col-sm-5,
  .column > .col-sm-6,
  .column > .col-sm-7,
  .column > .col-sm-8,
  .column > .col-sm-9,
  .column > .col-sm-10,
  .column > .col-sm-11,
  .column > .col-sm-12,
  .flex > .col-sm,
  .flex > .col-sm-auto,
  .flex > .col-sm-grow,
  .flex > .col-sm-0,
  .flex > .col-sm-1,
  .flex > .col-sm-2,
  .flex > .col-sm-3,
  .flex > .col-sm-4,
  .flex > .col-sm-5,
  .flex > .col-sm-6,
  .flex > .col-sm-7,
  .flex > .col-sm-8,
  .flex > .col-sm-9,
  .flex > .col-sm-10,
  .flex > .col-sm-11,
  .flex > .col-sm-12 {
    height: auto;
    min-height: 0;
    max-height: 100%;
  }
  .col-sm {
    flex: 10000 1 0%;
  }
  .col-sm-auto,
  .col-sm-0,
  .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 {
    flex: 0 0 auto;
  }
  .col-sm-grow {
    flex: 1 0 auto;
  }
  .row > .col-sm-0 {
    height: auto;
    width: 0%;
  }
  .row > .offset-sm-0 {
    margin-left: 0%;
  }
  .column > .col-sm-0 {
    height: 0%;
    width: auto;
  }
  .row > .col-sm-1 {
    height: auto;
    width: 8.3333%;
  }
  .row > .offset-sm-1 {
    margin-left: 8.3333%;
  }
  .column > .col-sm-1 {
    height: 8.3333%;
    width: auto;
  }
  .row > .col-sm-2 {
    height: auto;
    width: 16.6667%;
  }
  .row > .offset-sm-2 {
    margin-left: 16.6667%;
  }
  .column > .col-sm-2 {
    height: 16.6667%;
    width: auto;
  }
  .row > .col-sm-3 {
    height: auto;
    width: 25%;
  }
  .row > .offset-sm-3 {
    margin-left: 25%;
  }
  .column > .col-sm-3 {
    height: 25%;
    width: auto;
  }
  .row > .col-sm-4 {
    height: auto;
    width: 33.3333%;
  }
  .row > .offset-sm-4 {
    margin-left: 33.3333%;
  }
  .column > .col-sm-4 {
    height: 33.3333%;
    width: auto;
  }
  .row > .col-sm-5 {
    height: auto;
    width: 41.6667%;
  }
  .row > .offset-sm-5 {
    margin-left: 41.6667%;
  }
  .column > .col-sm-5 {
    height: 41.6667%;
    width: auto;
  }
  .row > .col-sm-6 {
    height: auto;
    width: 50%;
  }
  .row > .offset-sm-6 {
    margin-left: 50%;
  }
  .column > .col-sm-6 {
    height: 50%;
    width: auto;
  }
  .row > .col-sm-7 {
    height: auto;
    width: 58.3333%;
  }
  .row > .offset-sm-7 {
    margin-left: 58.3333%;
  }
  .column > .col-sm-7 {
    height: 58.3333%;
    width: auto;
  }
  .row > .col-sm-8 {
    height: auto;
    width: 66.6667%;
  }
  .row > .offset-sm-8 {
    margin-left: 66.6667%;
  }
  .column > .col-sm-8 {
    height: 66.6667%;
    width: auto;
  }
  .row > .col-sm-9 {
    height: auto;
    width: 75%;
  }
  .row > .offset-sm-9 {
    margin-left: 75%;
  }
  .column > .col-sm-9 {
    height: 75%;
    width: auto;
  }
  .row > .col-sm-10 {
    height: auto;
    width: 83.3333%;
  }
  .row > .offset-sm-10 {
    margin-left: 83.3333%;
  }
  .column > .col-sm-10 {
    height: 83.3333%;
    width: auto;
  }
  .row > .col-sm-11 {
    height: auto;
    width: 91.6667%;
  }
  .row > .offset-sm-11 {
    margin-left: 91.6667%;
  }
  .column > .col-sm-11 {
    height: 91.6667%;
    width: auto;
  }
  .row > .col-sm-12 {
    height: auto;
    width: 100%;
  }
  .row > .offset-sm-12 {
    margin-left: 100%;
  }
  .column > .col-sm-12 {
    height: 100%;
    width: auto;
  }
}
@media (min-width: 1024px) {
  .row > .col-md,
  .row > .col-md-auto,
  .row > .col-md-grow,
  .row > .col-md-0,
  .row > .col-md-1,
  .row > .col-md-2,
  .row > .col-md-3,
  .row > .col-md-4,
  .row > .col-md-5,
  .row > .col-md-6,
  .row > .col-md-7,
  .row > .col-md-8,
  .row > .col-md-9,
  .row > .col-md-10,
  .row > .col-md-11,
  .row > .col-md-12,
  .flex > .col-md,
  .flex > .col-md-auto,
  .flex > .col-md-grow,
  .flex > .col-md-0,
  .flex > .col-md-1,
  .flex > .col-md-2,
  .flex > .col-md-3,
  .flex > .col-md-4,
  .flex > .col-md-5,
  .flex > .col-md-6,
  .flex > .col-md-7,
  .flex > .col-md-8,
  .flex > .col-md-9,
  .flex > .col-md-10,
  .flex > .col-md-11,
  .flex > .col-md-12 {
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  .column > .col-md,
  .column > .col-md-auto,
  .column > .col-md-grow,
  .column > .col-md-0,
  .column > .col-md-1,
  .column > .col-md-2,
  .column > .col-md-3,
  .column > .col-md-4,
  .column > .col-md-5,
  .column > .col-md-6,
  .column > .col-md-7,
  .column > .col-md-8,
  .column > .col-md-9,
  .column > .col-md-10,
  .column > .col-md-11,
  .column > .col-md-12,
  .flex > .col-md,
  .flex > .col-md-auto,
  .flex > .col-md-grow,
  .flex > .col-md-0,
  .flex > .col-md-1,
  .flex > .col-md-2,
  .flex > .col-md-3,
  .flex > .col-md-4,
  .flex > .col-md-5,
  .flex > .col-md-6,
  .flex > .col-md-7,
  .flex > .col-md-8,
  .flex > .col-md-9,
  .flex > .col-md-10,
  .flex > .col-md-11,
  .flex > .col-md-12 {
    height: auto;
    min-height: 0;
    max-height: 100%;
  }
  .col-md {
    flex: 10000 1 0%;
  }
  .col-md-auto,
  .col-md-0,
  .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 {
    flex: 0 0 auto;
  }
  .col-md-grow {
    flex: 1 0 auto;
  }
  .row > .col-md-0 {
    height: auto;
    width: 0%;
  }
  .row > .offset-md-0 {
    margin-left: 0%;
  }
  .column > .col-md-0 {
    height: 0%;
    width: auto;
  }
  .row > .col-md-1 {
    height: auto;
    width: 8.3333%;
  }
  .row > .offset-md-1 {
    margin-left: 8.3333%;
  }
  .column > .col-md-1 {
    height: 8.3333%;
    width: auto;
  }
  .row > .col-md-2 {
    height: auto;
    width: 16.6667%;
  }
  .row > .offset-md-2 {
    margin-left: 16.6667%;
  }
  .column > .col-md-2 {
    height: 16.6667%;
    width: auto;
  }
  .row > .col-md-3 {
    height: auto;
    width: 25%;
  }
  .row > .offset-md-3 {
    margin-left: 25%;
  }
  .column > .col-md-3 {
    height: 25%;
    width: auto;
  }
  .row > .col-md-4 {
    height: auto;
    width: 33.3333%;
  }
  .row > .offset-md-4 {
    margin-left: 33.3333%;
  }
  .column > .col-md-4 {
    height: 33.3333%;
    width: auto;
  }
  .row > .col-md-5 {
    height: auto;
    width: 41.6667%;
  }
  .row > .offset-md-5 {
    margin-left: 41.6667%;
  }
  .column > .col-md-5 {
    height: 41.6667%;
    width: auto;
  }
  .row > .col-md-6 {
    height: auto;
    width: 50%;
  }
  .row > .offset-md-6 {
    margin-left: 50%;
  }
  .column > .col-md-6 {
    height: 50%;
    width: auto;
  }
  .row > .col-md-7 {
    height: auto;
    width: 58.3333%;
  }
  .row > .offset-md-7 {
    margin-left: 58.3333%;
  }
  .column > .col-md-7 {
    height: 58.3333%;
    width: auto;
  }
  .row > .col-md-8 {
    height: auto;
    width: 66.6667%;
  }
  .row > .offset-md-8 {
    margin-left: 66.6667%;
  }
  .column > .col-md-8 {
    height: 66.6667%;
    width: auto;
  }
  .row > .col-md-9 {
    height: auto;
    width: 75%;
  }
  .row > .offset-md-9 {
    margin-left: 75%;
  }
  .column > .col-md-9 {
    height: 75%;
    width: auto;
  }
  .row > .col-md-10 {
    height: auto;
    width: 83.3333%;
  }
  .row > .offset-md-10 {
    margin-left: 83.3333%;
  }
  .column > .col-md-10 {
    height: 83.3333%;
    width: auto;
  }
  .row > .col-md-11 {
    height: auto;
    width: 91.6667%;
  }
  .row > .offset-md-11 {
    margin-left: 91.6667%;
  }
  .column > .col-md-11 {
    height: 91.6667%;
    width: auto;
  }
  .row > .col-md-12 {
    height: auto;
    width: 100%;
  }
  .row > .offset-md-12 {
    margin-left: 100%;
  }
  .column > .col-md-12 {
    height: 100%;
    width: auto;
  }
}
@media (min-width: 1440px) {
  .row > .col-lg,
  .row > .col-lg-auto,
  .row > .col-lg-grow,
  .row > .col-lg-0,
  .row > .col-lg-1,
  .row > .col-lg-2,
  .row > .col-lg-3,
  .row > .col-lg-4,
  .row > .col-lg-5,
  .row > .col-lg-6,
  .row > .col-lg-7,
  .row > .col-lg-8,
  .row > .col-lg-9,
  .row > .col-lg-10,
  .row > .col-lg-11,
  .row > .col-lg-12,
  .flex > .col-lg,
  .flex > .col-lg-auto,
  .flex > .col-lg-grow,
  .flex > .col-lg-0,
  .flex > .col-lg-1,
  .flex > .col-lg-2,
  .flex > .col-lg-3,
  .flex > .col-lg-4,
  .flex > .col-lg-5,
  .flex > .col-lg-6,
  .flex > .col-lg-7,
  .flex > .col-lg-8,
  .flex > .col-lg-9,
  .flex > .col-lg-10,
  .flex > .col-lg-11,
  .flex > .col-lg-12 {
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  .column > .col-lg,
  .column > .col-lg-auto,
  .column > .col-lg-grow,
  .column > .col-lg-0,
  .column > .col-lg-1,
  .column > .col-lg-2,
  .column > .col-lg-3,
  .column > .col-lg-4,
  .column > .col-lg-5,
  .column > .col-lg-6,
  .column > .col-lg-7,
  .column > .col-lg-8,
  .column > .col-lg-9,
  .column > .col-lg-10,
  .column > .col-lg-11,
  .column > .col-lg-12,
  .flex > .col-lg,
  .flex > .col-lg-auto,
  .flex > .col-lg-grow,
  .flex > .col-lg-0,
  .flex > .col-lg-1,
  .flex > .col-lg-2,
  .flex > .col-lg-3,
  .flex > .col-lg-4,
  .flex > .col-lg-5,
  .flex > .col-lg-6,
  .flex > .col-lg-7,
  .flex > .col-lg-8,
  .flex > .col-lg-9,
  .flex > .col-lg-10,
  .flex > .col-lg-11,
  .flex > .col-lg-12 {
    height: auto;
    min-height: 0;
    max-height: 100%;
  }
  .col-lg {
    flex: 10000 1 0%;
  }
  .col-lg-auto,
  .col-lg-0,
  .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 {
    flex: 0 0 auto;
  }
  .col-lg-grow {
    flex: 1 0 auto;
  }
  .row > .col-lg-0 {
    height: auto;
    width: 0%;
  }
  .row > .offset-lg-0 {
    margin-left: 0%;
  }
  .column > .col-lg-0 {
    height: 0%;
    width: auto;
  }
  .row > .col-lg-1 {
    height: auto;
    width: 8.3333%;
  }
  .row > .offset-lg-1 {
    margin-left: 8.3333%;
  }
  .column > .col-lg-1 {
    height: 8.3333%;
    width: auto;
  }
  .row > .col-lg-2 {
    height: auto;
    width: 16.6667%;
  }
  .row > .offset-lg-2 {
    margin-left: 16.6667%;
  }
  .column > .col-lg-2 {
    height: 16.6667%;
    width: auto;
  }
  .row > .col-lg-3 {
    height: auto;
    width: 25%;
  }
  .row > .offset-lg-3 {
    margin-left: 25%;
  }
  .column > .col-lg-3 {
    height: 25%;
    width: auto;
  }
  .row > .col-lg-4 {
    height: auto;
    width: 33.3333%;
  }
  .row > .offset-lg-4 {
    margin-left: 33.3333%;
  }
  .column > .col-lg-4 {
    height: 33.3333%;
    width: auto;
  }
  .row > .col-lg-5 {
    height: auto;
    width: 41.6667%;
  }
  .row > .offset-lg-5 {
    margin-left: 41.6667%;
  }
  .column > .col-lg-5 {
    height: 41.6667%;
    width: auto;
  }
  .row > .col-lg-6 {
    height: auto;
    width: 50%;
  }
  .row > .offset-lg-6 {
    margin-left: 50%;
  }
  .column > .col-lg-6 {
    height: 50%;
    width: auto;
  }
  .row > .col-lg-7 {
    height: auto;
    width: 58.3333%;
  }
  .row > .offset-lg-7 {
    margin-left: 58.3333%;
  }
  .column > .col-lg-7 {
    height: 58.3333%;
    width: auto;
  }
  .row > .col-lg-8 {
    height: auto;
    width: 66.6667%;
  }
  .row > .offset-lg-8 {
    margin-left: 66.6667%;
  }
  .column > .col-lg-8 {
    height: 66.6667%;
    width: auto;
  }
  .row > .col-lg-9 {
    height: auto;
    width: 75%;
  }
  .row > .offset-lg-9 {
    margin-left: 75%;
  }
  .column > .col-lg-9 {
    height: 75%;
    width: auto;
  }
  .row > .col-lg-10 {
    height: auto;
    width: 83.3333%;
  }
  .row > .offset-lg-10 {
    margin-left: 83.3333%;
  }
  .column > .col-lg-10 {
    height: 83.3333%;
    width: auto;
  }
  .row > .col-lg-11 {
    height: auto;
    width: 91.6667%;
  }
  .row > .offset-lg-11 {
    margin-left: 91.6667%;
  }
  .column > .col-lg-11 {
    height: 91.6667%;
    width: auto;
  }
  .row > .col-lg-12 {
    height: auto;
    width: 100%;
  }
  .row > .offset-lg-12 {
    margin-left: 100%;
  }
  .column > .col-lg-12 {
    height: 100%;
    width: auto;
  }
}
@media (min-width: 1920px) {
  .row > .col-xl,
  .row > .col-xl-auto,
  .row > .col-xl-grow,
  .row > .col-xl-0,
  .row > .col-xl-1,
  .row > .col-xl-2,
  .row > .col-xl-3,
  .row > .col-xl-4,
  .row > .col-xl-5,
  .row > .col-xl-6,
  .row > .col-xl-7,
  .row > .col-xl-8,
  .row > .col-xl-9,
  .row > .col-xl-10,
  .row > .col-xl-11,
  .row > .col-xl-12,
  .flex > .col-xl,
  .flex > .col-xl-auto,
  .flex > .col-xl-grow,
  .flex > .col-xl-0,
  .flex > .col-xl-1,
  .flex > .col-xl-2,
  .flex > .col-xl-3,
  .flex > .col-xl-4,
  .flex > .col-xl-5,
  .flex > .col-xl-6,
  .flex > .col-xl-7,
  .flex > .col-xl-8,
  .flex > .col-xl-9,
  .flex > .col-xl-10,
  .flex > .col-xl-11,
  .flex > .col-xl-12 {
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  .column > .col-xl,
  .column > .col-xl-auto,
  .column > .col-xl-grow,
  .column > .col-xl-0,
  .column > .col-xl-1,
  .column > .col-xl-2,
  .column > .col-xl-3,
  .column > .col-xl-4,
  .column > .col-xl-5,
  .column > .col-xl-6,
  .column > .col-xl-7,
  .column > .col-xl-8,
  .column > .col-xl-9,
  .column > .col-xl-10,
  .column > .col-xl-11,
  .column > .col-xl-12,
  .flex > .col-xl,
  .flex > .col-xl-auto,
  .flex > .col-xl-grow,
  .flex > .col-xl-0,
  .flex > .col-xl-1,
  .flex > .col-xl-2,
  .flex > .col-xl-3,
  .flex > .col-xl-4,
  .flex > .col-xl-5,
  .flex > .col-xl-6,
  .flex > .col-xl-7,
  .flex > .col-xl-8,
  .flex > .col-xl-9,
  .flex > .col-xl-10,
  .flex > .col-xl-11,
  .flex > .col-xl-12 {
    height: auto;
    min-height: 0;
    max-height: 100%;
  }
  .col-xl {
    flex: 10000 1 0%;
  }
  .col-xl-auto,
  .col-xl-0,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    flex: 0 0 auto;
  }
  .col-xl-grow {
    flex: 1 0 auto;
  }
  .row > .col-xl-0 {
    height: auto;
    width: 0%;
  }
  .row > .offset-xl-0 {
    margin-left: 0%;
  }
  .column > .col-xl-0 {
    height: 0%;
    width: auto;
  }
  .row > .col-xl-1 {
    height: auto;
    width: 8.3333%;
  }
  .row > .offset-xl-1 {
    margin-left: 8.3333%;
  }
  .column > .col-xl-1 {
    height: 8.3333%;
    width: auto;
  }
  .row > .col-xl-2 {
    height: auto;
    width: 16.6667%;
  }
  .row > .offset-xl-2 {
    margin-left: 16.6667%;
  }
  .column > .col-xl-2 {
    height: 16.6667%;
    width: auto;
  }
  .row > .col-xl-3 {
    height: auto;
    width: 25%;
  }
  .row > .offset-xl-3 {
    margin-left: 25%;
  }
  .column > .col-xl-3 {
    height: 25%;
    width: auto;
  }
  .row > .col-xl-4 {
    height: auto;
    width: 33.3333%;
  }
  .row > .offset-xl-4 {
    margin-left: 33.3333%;
  }
  .column > .col-xl-4 {
    height: 33.3333%;
    width: auto;
  }
  .row > .col-xl-5 {
    height: auto;
    width: 41.6667%;
  }
  .row > .offset-xl-5 {
    margin-left: 41.6667%;
  }
  .column > .col-xl-5 {
    height: 41.6667%;
    width: auto;
  }
  .row > .col-xl-6 {
    height: auto;
    width: 50%;
  }
  .row > .offset-xl-6 {
    margin-left: 50%;
  }
  .column > .col-xl-6 {
    height: 50%;
    width: auto;
  }
  .row > .col-xl-7 {
    height: auto;
    width: 58.3333%;
  }
  .row > .offset-xl-7 {
    margin-left: 58.3333%;
  }
  .column > .col-xl-7 {
    height: 58.3333%;
    width: auto;
  }
  .row > .col-xl-8 {
    height: auto;
    width: 66.6667%;
  }
  .row > .offset-xl-8 {
    margin-left: 66.6667%;
  }
  .column > .col-xl-8 {
    height: 66.6667%;
    width: auto;
  }
  .row > .col-xl-9 {
    height: auto;
    width: 75%;
  }
  .row > .offset-xl-9 {
    margin-left: 75%;
  }
  .column > .col-xl-9 {
    height: 75%;
    width: auto;
  }
  .row > .col-xl-10 {
    height: auto;
    width: 83.3333%;
  }
  .row > .offset-xl-10 {
    margin-left: 83.3333%;
  }
  .column > .col-xl-10 {
    height: 83.3333%;
    width: auto;
  }
  .row > .col-xl-11 {
    height: auto;
    width: 91.6667%;
  }
  .row > .offset-xl-11 {
    margin-left: 91.6667%;
  }
  .column > .col-xl-11 {
    height: 91.6667%;
    width: auto;
  }
  .row > .col-xl-12 {
    height: auto;
    width: 100%;
  }
  .row > .offset-xl-12 {
    margin-left: 100%;
  }
  .column > .col-xl-12 {
    height: 100%;
    width: auto;
  }
}
.generic-border-radius {
  border-radius: 4px;
}
.no-transition {
  transition: none !important;
}
.transition-0 {
  transition: 0s !important;
}
.glossy {
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.3),
    rgba(255, 255, 255, 0) 50%,
    rgba(0, 0, 0, 0.12) 51%,
    rgba(0, 0, 0, 0.04)
  ) !important;
}
.q-placeholder::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}
.q-placeholder::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}
.q-placeholder:-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}
.q-body--fullscreen-mixin,
.q-body--prevent-scroll {
  overflow: hidden !important;
}
.q-no-input-spinner {
  -moz-appearance: textfield !important;
}
.q-no-input-spinner::-webkit-outer-spin-button,
.q-no-input-spinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.q-link {
  outline: 0;
  text-decoration: none;
}
.non-selectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.scroll {
  overflow: auto;
}
.scroll,
.scroll-x,
.scroll-y {
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.scroll-x {
  overflow-x: auto;
}
.scroll-y {
  overflow-y: auto;
}
.no-scroll {
  overflow: hidden !important;
}
.no-pointer-events {
  pointer-events: none !important;
}
.all-pointer-events {
  pointer-events: all !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.cursor-not-allowed {
  cursor: not-allowed !important;
}
.cursor-inherit {
  cursor: inherit !important;
}
.rotate-45 {
  -webkit-transform: rotate3d(0, 0, 1, 45deg) /* rtl:ignore */;
  transform: rotate3d(0, 0, 1, 45deg) /* rtl:ignore */;
}
.rotate-90 {
  -webkit-transform: rotate3d(0, 0, 1, 90deg) /* rtl:ignore */;
  transform: rotate3d(0, 0, 1, 90deg) /* rtl:ignore */;
}
.rotate-135 {
  -webkit-transform: rotate3d(0, 0, 1, 135deg) /* rtl:ignore */;
  transform: rotate3d(0, 0, 1, 135deg) /* rtl:ignore */;
}
.rotate-180 {
  -webkit-transform: rotate3d(0, 0, 1, 180deg) /* rtl:ignore */;
  transform: rotate3d(0, 0, 1, 180deg) /* rtl:ignore */;
  color: #333; /* 190612 quasar 추가 */
}
.rotate-205 {
  -webkit-transform: rotate3d(0, 0, 1, 205deg) /* rtl:ignore */;
  transform: rotate3d(0, 0, 1, 205deg) /* rtl:ignore */;
}
.rotate-270 {
  -webkit-transform: rotate3d(0, 0, 1, 270deg) /* rtl:ignore */;
  transform: rotate3d(0, 0, 1, 270deg) /* rtl:ignore */;
}
.rotate-315 {
  -webkit-transform: rotate3d(0, 0, 1, 315deg) /* rtl:ignore */;
  transform: rotate3d(0, 0, 1, 315deg) /* rtl:ignore */;
}
.flip-horizontal {
  -webkit-transform: scale3d(-1, 1, 1);
  transform: scale3d(-1, 1, 1);
}
.flip-vertical {
  -webkit-transform: scale3d(1, -1, 1);
  transform: scale3d(1, -1, 1);
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.relative-position {
  position: relative;
}
.fixed,
.fixed-full,
.fullscreen,
.fixed-center,
.fixed-bottom,
.fixed-left,
.fixed-right,
.fixed-top,
.fixed-top-left,
.fixed-top-right,
.fixed-bottom-left,
.fixed-bottom-right {
  position: fixed;
}
.absolute,
.absolute-full,
.absolute-center,
.absolute-bottom,
.absolute-left,
.absolute-right,
.absolute-top,
.absolute-top-left,
.absolute-top-right,
.absolute-bottom-left,
.absolute-bottom-right {
  position: absolute;
}
.fixed-top,
.absolute-top {
  top: 0;
  left: 0;
  right: 0;
}
.fixed-right,
.absolute-right {
  top: 0;
  right: 0;
  bottom: 0;
}
.fixed-bottom,
.absolute-bottom {
  right: 0;
  bottom: 0;
  left: 0;
}
.fixed-left,
.absolute-left {
  top: 0;
  bottom: 0;
  left: 0;
}
.fixed-top-left,
.absolute-top-left {
  top: 0;
  left: 0;
}
.fixed-top-right,
.absolute-top-right {
  top: 0;
  right: 0;
}
.fixed-bottom-left,
.absolute-bottom-left {
  bottom: 0;
  left: 0;
}
.fixed-bottom-right,
.absolute-bottom-right {
  bottom: 0;
  right: 0;
}
.fullscreen {
  z-index: 6000;
  border-radius: 0 !important;
  max-width: 100vw;
  max-height: 100vh;
}
.absolute-full,
.fullscreen,
.fixed-full {
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.hnt-dialog.fullscreen,
.hnt-dialog .fixed-full {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fixed-center,
.absolute-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.vertical-top {
  vertical-align: top !important;
}
.vertical-middle {
  vertical-align: middle !important;
}
.vertical-bottom {
  vertical-align: bottom !important;
}
.on-left {
  margin-right: 12px;
}
.on-right {
  margin-left: 12px;
}
:root {
  --q-size-xs: 0;
  --q-size-sm: 600px;
  --q-size-md: 1024px;
  --q-size-lg: 1440px;
  --q-size-xl: 1920px;
}
.fit {
  width: 50% !important;
  height: 50% !important;
}
.full-height {
  height: 100% !important;
}
.full-width {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.window-height {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  height: 100vh !important;
}
.window-width {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100vw !important;
}
.block {
  display: block !important;
}
.inline-block {
  display: inline-block !important;
}
.q-pa-none {
  padding: 0 0;
}
.q-pl-none,
.q-px-none {
  padding-left: 0;
}
.q-pr-none,
.q-px-none {
  padding-right: 0;
}
.q-pt-none,
.q-py-none {
  padding-top: 0;
}
.q-pb-none,
.q-py-none {
  padding-bottom: 0;
}
.q-ma-none {
  margin: 0 0;
}
.q-ml-none,
.q-mx-none {
  margin-left: 0;
}
.q-mr-none,
.q-mx-none {
  margin-right: 0;
}
.q-mt-none,
.q-my-none {
  margin-top: 0;
}
.q-mb-none,
.q-my-none {
  margin-bottom: 0;
}
.q-pa-xs {
  padding: 4px 4px;
}
.q-pl-xs,
.q-px-xs {
  padding-left: 4px;
}
.q-pr-xs,
.q-px-xs {
  padding-right: 4px;
}
.q-pt-xs,
.q-py-xs {
  padding-top: 4px;
}
.q-pb-xs,
.q-py-xs {
  padding-bottom: 4px;
}
.q-ma-xs {
  margin: 4px 4px;
}
.q-ml-xs,
.q-mx-xs {
  margin-left: 4px;
}
.q-mr-xs,
.q-mx-xs {
  margin-right: 4px;
}
.q-mt-xs,
.q-my-xs {
  margin-top: 4px;
}
.q-mb-xs,
.q-my-xs {
  margin-bottom: 4px;
}
.q-pa-sm {
  /* padding: 8px 8px; */
}
.q-pl-sm,
.q-px-sm {
  padding-left: 8px;
}
.q-pr-sm,
.q-px-sm {
  padding-right: 8px;
}
.q-pt-sm,
.q-py-sm {
  padding-top: 8px;
}
.q-pb-sm,
.q-py-sm {
  padding-bottom: 8px;
}
.q-ma-sm {
  margin: 8px 8px;
}
.q-ml-sm,
.q-mx-sm {
  margin-left: 8px;
}
.q-mr-sm,
.q-mx-sm {
  margin-right: 8px;
}
.q-mt-sm,
.q-my-sm {
  margin-top: 8px;
}
.q-mb-sm,
.q-my-sm {
  margin-bottom: 8px;
}
.q-pa-md {
  padding: 16px 16px;
}
.q-pl-md,
.q-px-md {
  padding-left: 16px;
}
.q-pr-md,
.q-px-md {
  padding-right: 16px;
}
.q-pt-md,
.q-py-md {
  padding-top: 16px;
}
.q-pb-md,
.q-py-md {
  padding-bottom: 16px;
}
.q-ma-md {
  margin: 16px 16px;
}
.q-ml-md,
.q-mx-md {
  margin-left: 16px;
}
.q-mr-md,
.q-mx-md {
  margin-right: 16px;
}
.q-mt-md,
.q-my-md {
  margin-top: 16px;
}
.q-mb-md,
.q-my-md {
  margin-bottom: 16px;
}
.q-pa-lg {
  padding: 24px 24px;
}
.q-pl-lg,
.q-px-lg {
  padding-left: 24px;
}
.q-pr-lg,
.q-px-lg {
  padding-right: 24px;
}
.q-pt-lg,
.q-py-lg {
  padding-top: 24px;
}
.q-pb-lg,
.q-py-lg {
  padding-bottom: 24px;
}
.q-ma-lg {
  margin: 24px 24px;
}
.q-ml-lg,
.q-mx-lg {
  margin-left: 24px;
}
.q-mr-lg,
.q-mx-lg {
  margin-right: 24px;
}
.q-mt-lg,
.q-my-lg {
  margin-top: 24px;
}
.q-mb-lg,
.q-my-lg {
  margin-bottom: 24px;
}
.q-pa-xl {
  padding: 48px 48px;
}
.q-pl-xl,
.q-px-xl {
  padding-left: 48px;
}
.q-pr-xl,
.q-px-xl {
  padding-right: 48px;
}
.q-pt-xl,
.q-py-xl {
  padding-top: 48px;
}
.q-pb-xl,
.q-py-xl {
  padding-bottom: 48px;
}
.q-ma-xl {
  margin: 48px 48px;
}
.q-ml-xl,
.q-mx-xl {
  margin-left: 48px;
}
.q-mr-xl,
.q-mx-xl {
  margin-right: 48px;
}
.q-mt-xl,
.q-my-xl {
  margin-top: 48px;
}
.q-mb-xl,
.q-my-xl {
  margin-bottom: 48px;
}
.q-ml-auto,
.q-mx-auto {
  margin-left: auto;
}
.q-mr-auto,
.q-mx-auto {
  margin-right: auto;
}
.q-my-form {
  margin-top: 16px;
  margin-bottom: 8px;
}
.q-touch {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  user-drag: none;
  -khtml-user-drag: none;
  -webkit-user-drag: none;
}
.q-touch-x {
  touch-action: pan-x;
}
.q-touch-y {
  touch-action: pan-y;
}
.q-transition--slide-right-leave-active,
.q-transition--slide-left-leave-active,
.q-transition--slide-up-leave-active,
.q-transition--slide-down-leave-active,
.q-transition--jump-right-leave-active,
.q-transition--jump-left-leave-active,
.q-transition--jump-up-leave-active,
.q-transition--jump-down-leave-active,
.q-transition--fade-leave-active,
.q-transition--scale-leave-active,
.q-transition--rotate-leave-active,
.q-transition--flip-leave-active {
  position: absolute;
}
.q-transition--slide-right-enter-active,
.q-transition--slide-left-enter-active,
.q-transition--slide-up-enter-active,
.q-transition--slide-down-enter-active,
.q-transition--slide-right-leave-active,
.q-transition--slide-left-leave-active,
.q-transition--slide-up-leave-active,
.q-transition--slide-down-leave-active {
  transition: -webkit-transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.6s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}
.q-transition--slide-right-enter {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.q-transition--slide-right-leave-active {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.q-transition--slide-left-enter {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.q-transition--slide-left-leave-active {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.q-transition--slide-up-enter {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.q-transition--slide-up-leave-active {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.q-transition--slide-down-enter {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.q-transition--slide-down-leave-active {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.q-transition--jump-right-enter-active,
.q-transition--jump-left-enter-active,
.q-transition--jump-up-enter-active,
.q-transition--jump-down-enter-active,
.q-transition--jump-right-leave-active,
.q-transition--jump-left-leave-active,
.q-transition--jump-up-leave-active,
.q-transition--jump-down-leave-active {
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}
.q-transition--jump-right-enter,
.q-transition--jump-left-enter,
.q-transition--jump-up-enter,
.q-transition--jump-down-enter,
.q-transition--jump-right-leave-to,
.q-transition--jump-left-leave-to,
.q-transition--jump-up-leave-to,
.q-transition--jump-down-leave-to {
  opacity: 0;
}
.q-transition--jump-right-enter {
  -webkit-transform: translate3d(-15px, 0, 0);
  transform: translate3d(-15px, 0, 0);
}
.q-transition--jump-right-leave-to {
  -webkit-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0);
}
.q-transition--jump-left-enter {
  -webkit-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0);
}
.q-transition--jump-left-leave-to {
  -webkit-transform: translateX(-15px);
  transform: translateX(-15px);
}
.q-transition--jump-up-enter {
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
}
.q-transition--jump-up-leave-to {
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
}
.q-transition--jump-down-enter {
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
}
.q-transition--jump-down-leave-to {
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
}
.q-transition--fade-enter-active,
.q-transition--fade-leave-active {
  transition: opacity 0.4s ease-out;
}
.q-transition--fade-enter,
.q-transition--fade-leave,
.q-transition--fade-leave-to {
  opacity: 0;
}
.q-transition--scale-enter-active,
.q-transition--scale-leave-active {
  transition: opacity 0.6s, -webkit-transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  transition: opacity 0.6s, transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  transition: opacity 0.6s, transform 0.6s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}
.q-transition--scale-enter,
.q-transition--scale-leave,
.q-transition--scale-leave-to {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 1);
  transform: scale3d(0, 0, 1);
}
.q-transition--rotate-enter-active,
.q-transition--rotate-leave-active {
  transition: opacity 0.6s, -webkit-transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  transition: opacity 0.6s, transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  transition: opacity 0.6s, transform 0.6s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.q-transition--rotate-enter,
.q-transition--rotate-leave,
.q-transition--rotate-leave-to {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 1) rotate3d(0, 0, 1, 90deg);
  transform: scale3d(0, 0, 1) rotate3d(0, 0, 1, 90deg);
}
.q-transition--flip-right-enter-active,
.q-transition--flip-left-enter-active,
.q-transition--flip-up-enter-active,
.q-transition--flip-down-enter-active,
.q-transition--flip-right-leave-active,
.q-transition--flip-left-leave-active,
.q-transition--flip-up-leave-active,
.q-transition--flip-down-leave-active {
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.q-transition--flip-right-enter-to,
.q-transition--flip-left-enter-to,
.q-transition--flip-up-enter-to,
.q-transition--flip-down-enter-to,
.q-transition--flip-right-leave,
.q-transition--flip-left-leave,
.q-transition--flip-up-leave,
.q-transition--flip-down-leave {
  -webkit-transform: perspective(400px) rotate3d(1, 1, 0, 0deg);
  transform: perspective(400px) rotate3d(1, 1, 0, 0deg);
}
.q-transition--flip-right-enter {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -180deg);
  transform: perspective(400px) rotate3d(0, 1, 0, -180deg);
}
.q-transition--flip-right-leave-to {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 180deg);
  transform: perspective(400px) rotate3d(0, 1, 0, 180deg);
}
.q-transition--flip-left-enter {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 180deg);
  transform: perspective(400px) rotate3d(0, 1, 0, 180deg);
}
.q-transition--flip-left-leave-to {
  -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -180deg);
  transform: perspective(400px) rotate3d(0, 1, 0, -180deg);
}
.q-transition--flip-up-enter {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -180deg);
  transform: perspective(400px) rotate3d(1, 0, 0, -180deg);
}
.q-transition--flip-up-leave-to {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 180deg);
  transform: perspective(400px) rotate3d(1, 0, 0, 180deg);
}
.q-transition--flip-down-enter {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 180deg);
  transform: perspective(400px) rotate3d(1, 0, 0, 180deg);
}
.q-transition--flip-down-leave-to {
  -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -180deg);
  transform: perspective(400px) rotate3d(1, 0, 0, -180deg);
}
body {
  min-width: 100px;
  min-height: 100vh;
  font-family: 'Pretendard', 'AppleSDGothicNeo', Arial, Helvetica, serif,
    sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  line-height: 1.5;
  font-size: 14px;
}
h1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 6rem;
  letter-spacing: -0.01562em;
}
h2 {
  font-size: 3.75rem;
  font-weight: 300;
  line-height: 3.75rem;
  letter-spacing: -0.00833em;
}
h3 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.125rem;
  letter-spacing: normal;
}
h4 {
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: 0.00735em;
}
h5 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: normal;
}
h6 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0.0125em;
}
p {
  margin: 0 0 16px;
}
.text-h1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 6rem;
  letter-spacing: -0.01562em;
}
.text-h2 {
  font-size: 3.75rem;
  font-weight: 300;
  line-height: 3.75rem;
  letter-spacing: -0.00833em;
}
.text-h3 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.125rem;
  letter-spacing: normal;
}
.text-h4 {
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 2.5rem;
  letter-spacing: 0.00735em;
}
.text-h5 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: normal;
}
.text-h6 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0.0125em;
}
.text-subtitle1 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0.00937em;
}
.text-subtitle2 {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.375rem;
  letter-spacing: 0.00714em;
}
.text-body1 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.03125em;
}
.text-body2 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.01786em;
}
.text-overline {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0.16667em;
}
.text-caption {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.03333em;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.text-italic {
  font-style: italic;
}
.text-bold {
  font-weight: bold;
}
.text-no-wrap {
  white-space: nowrap;
}
.text-weight-thin {
  font-weight: 100;
}
.text-weight-light {
  font-weight: 300;
}
.text-weight-regular {
  font-weight: 400;
}
.text-weight-medium {
  font-weight: 500;
}
.text-weight-bold {
  font-weight: 700;
}
.text-weight-bolder {
  font-weight: 900;
}
small {
  font-size: 80%;
}
big {
  font-size: 170%;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
blockquote {
  padding: 8px 16px;
  margin: 0;
  font-size: 16px;
  border-left: 4px solid #027be3;
  border-left: 4px solid var(--q-color-primary);
}
blockquote.text-right {
  padding-right: 16px;
  padding-left: 0;
  border-right: 4px solid #027be3;
  border-right: 4px solid var(--q-color-primary);
  border-left: 0;
  text-align: right;
}
blockquote small {
  display: block;
  line-height: 1.4;
  color: #777;
  color: var(--q-color-faded);
}
blockquote small:before {
  content: '\2014 \00A0';
}
.quote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #027be3;
  border-left: 5px solid var(--q-color-primary);
}
.quote.text-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #027be3;
  border-right: 5px solid var(--q-color-primary);
  border-left: 0;
  text-align: right;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
dt,
dd {
  line-height: 1.4;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dl.horizontal dt {
  float: left;
  width: 25%;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
dl.horizontal dd {
  margin-left: 30%;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-border {
  border: 0 !important;
}
.no-border-radius {
  border-radius: 0 !important;
}
.no-box-shadow {
  box-shadow: none !important;
}
.no-outline {
  outline: 0 !important;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ellipsis-2-lines,
.ellipsis-3-lines {
  overflow: hidden;
  display: -webkit-box;
}
.ellipsis-2-lines {
  -webkit-line-clamp: 2;
}
.ellipsis-3-lines {
  -webkit-line-clamp: 3;
}
.readonly {
  cursor: default !important;
}
.disabled,
[disabled],
.disabled *,
[disabled] * {
  outline: 0 !important;
  cursor: not-allowed !important;
}
.disabled,
[disabled] {
  opacity: 0.6 !important;
}
.hidden {
  display: none !important;
}
.invisible {
  visibility: hidden !important;
}
.transparent {
  background: transparent !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-hidden-y {
  overflow-y: hidden !important;
}
.dimmed:after,
.light-dimmed:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.dimmed:after {
  background: rgba(0, 0, 0, 0.4) !important;
}
.light-dimmed:after {
  background: rgba(255, 255, 255, 0.6) !important;
}
.z-top {
  z-index: 7000 !important;
}
.z-max {
  z-index: 9998 !important;
}
body:not(.desktop) .desktop-only,
body.desktop .desktop-hide {
  display: none !important;
}
body:not(.mobile) .mobile-only,
body.mobile .mobile-hide {
  display: none !important;
}
body:not(.cordova) .cordova-only,
body.cordova .cordova-hide {
  display: none !important;
}
body:not(.electron) .electron-only,
body.electron .electron-hide {
  display: none !important;
}
body:not(.ios) .ios-only,
body.ios .ios-hide {
  display: none !important;
}
body:not(.mat) .mat-only,
body.mat .mat-hide {
  display: none !important;
}
body:not(.touch) .touch-only,
body.touch .touch-hide {
  display: none !important;
}
body:not(.within-iframe) .within-iframe-only,
body.within-iframe .within-iframe-hide {
  display: none !important;
}
body:not(.platform-ios) .platform-ios-only,
body.platform-ios .platform-ios-hide {
  display: none !important;
}
body:not(.platform-android) .platform-android-only,
body.platform-android .platform-android-hide {
  display: none !important;
}
@media all and (orientation: portrait) {
  .orientation-landscape {
    display: none !important;
  }
}
@media all and (orientation: landscape) {
  .orientation-portrait {
    display: none !important;
  }
}
@media screen {
  .print-only {
    display: none !important;
  }
}
@media print {
  .print-hide {
    display: none !important;
  }
}
@media (max-width: 599px) {
  .xs-hide,
  .gt-xs,
  .sm,
  .gt-sm,
  .md,
  .gt-md,
  .lg,
  .gt-lg,
  .xl {
    display: none !important;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .sm-hide,
  .xs,
  .lt-sm,
  .gt-sm,
  .md,
  .gt-md,
  .lg,
  .gt-lg,
  .xl {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .md-hide,
  .xs,
  .lt-sm,
  .sm,
  .lt-md,
  .gt-md,
  .lg,
  .gt-lg,
  .xl {
    display: none !important;
  }
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .lg-hide,
  .xs,
  .lt-sm,
  .sm,
  .lt-md,
  .md,
  .lt-lg,
  .gt-lg,
  .xl {
    display: none !important;
  }
}
@media (min-width: 1920px) {
  .xl-hide,
  .xs,
  .lt-sm,
  .sm,
  .lt-md,
  .md,
  .lt-lg,
  .lg,
  .lt-xl {
    display: none !important;
  }
}
body.desktop .q-focus-helper {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-radius: inherit;
  outline: 0;
  opacity: 0;
  transition: background-color 0.3s cubic-bezier(0.25, 0.8, 0.5, 1),
    opacity 0.4s cubic-bezier(0.25, 0.8, 0.5, 1);
}
body.desktop .q-focus-helper:before,
body.desktop .q-focus-helper:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: inherit;
  transition: background-color 0.3s cubic-bezier(0.25, 0.8, 0.5, 1),
    opacity 0.6s cubic-bezier(0.25, 0.8, 0.5, 1);
}
body.desktop .q-focus-helper:before {
  background: #000;
}
body.desktop .q-focus-helper:after {
  background: #fff;
}
body.desktop .q-focusable,
body.desktop .q-manual-focusable,
body.desktop .q-hoverable {
  outline: 0;
}
body.desktop .q-focusable:focus > .q-focus-helper,
body.desktop .q-manual-focusable--focused > .q-focus-helper,
body.desktop .q-hoverable:hover > .q-focus-helper {
  opacity: 0.15;
}
body.desktop .q-focusable:focus > .q-focus-helper:before,
body.desktop .q-manual-focusable--focused > .q-focus-helper:before,
body.desktop .q-hoverable:hover > .q-focus-helper:before {
  opacity: 0.1;
}
body.desktop .q-focusable:focus > .q-focus-helper:after,
body.desktop .q-manual-focusable--focused > .q-focus-helper:after,
body.desktop .q-hoverable:hover > .q-focus-helper:after {
  opacity: 0.4;
}
body.desktop .q-focusable:focus > .q-focus-helper,
body.desktop .q-manual-focusable--focused > .q-focus-helper {
  opacity: 0.22;
}
.q-focus-helper--rounded {
  border-radius: 4px;
}
.q-focus-helper--round {
  border-radius: 50%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .q-if > .q-if-inner {
    flex-basis: auto;
    display: inline-flex;
  }
  .q-if > .q-if-inner > div > .q-input-target {
    flex-basis: auto;
  }
  .q-if > .q-if-inner > div > input.q-input-target {
    min-width: 6rem;
    flex-basis: 0% !important;
  }
  .q-input-target:before {
    display: block;
  }
  .q-editor-toolbar .q-btn-group.row.inline {
    display: block;
    white-space: nowrap;
  }
  .q-toolbar,
  .q-actionsheet-title,
  .q-field-label-inner {
    height: 0px;
  }
  .q-carousel-slide {
    max-width: 100%;
  }
  .q-btn__content {
    position: relative;
    flex-basis: auto;
    pointer-events: none;
  }
  a.q-btn:not(.q-btn--round) {
    height: 0px;
  }
  .q-btn-group > .q-btn.q-btn--push:not(.disabled):active .q-btn__content,
  .q-btn-group > .q-btn.q-btn--push:not(.disabled).active .q-btn__content {
    margin: 0;
  }
  .q-chip:not(.q-chip-small):not(.q-chip-dense) .q-chip-main {
    line-height: 32px;
  }
  .q-btn .q-chip {
    display: inline-block;
  }
  .q-tab .q-chip .q-chip-main {
    line-height: normal;
  }
  .q-fab__actions.q-fab-left,
  .q-fab__actions.q-fab-right {
    display: block;
    white-space: nowrap;
  }
  .q-item-main {
    min-width: 1px;
  }
  .q-layout__drawer--mini .q-item {
    padding-left: 0;
    padding-right: 0;
  }
  .q-spinner:not(.q-spinner-mat) {
    -webkit-animation: q-ie-spinner 2s linear infinite /* rtl:ignore */;
    animation: q-ie-spinner 2s linear infinite /* rtl:ignore */;
    -webkit-transform-origin: center center /* rtl:ignore */;
    transform-origin: center center /* rtl:ignore */;
    opacity: 0.5;
  }
  .q-spinner.q-spinner-mat .path {
    stroke-dasharray: 89, 200;
  }
}
@supports (-ms-ime-align: auto) {
  .q-if > .q-if-inner {
    flex-basis: auto;
    display: inline-flex;
  }
  .q-if > .q-if-inner > div > .q-input-target {
    flex-basis: auto;
  }
  .q-if > .q-if-inner > div > input.q-input-target {
    min-width: 6rem;
    flex-basis: 0% !important;
  }
  .q-input-target:before {
    display: block;
  }
  .q-editor-toolbar .q-btn-group.row.inline {
    display: block;
    white-space: nowrap;
  }
  .q-toolbar,
  .q-actionsheet-title,
  .q-field-label-inner {
    height: 0px;
  }
  .q-carousel-slide {
    max-width: 100%;
  }
  .q-btn__content {
    position: relative;
    flex-basis: auto;
    pointer-events: none;
  }
  a.q-btn:not(.q-btn--round) {
    height: 0px;
  }
  .q-btn-group > .q-btn.q-btn--push:not(.disabled):active .q-btn__content,
  .q-btn-group > .q-btn.q-btn--push:not(.disabled).active .q-btn__content {
    margin: 0;
  }
  .q-chip:not(.q-chip-small):not(.q-chip-dense) .q-chip-main {
    line-height: 32px;
  }
  .q-btn .q-chip {
    display: inline-block;
  }
  .q-tab .q-chip .q-chip-main {
    line-height: normal;
  }
  .q-fab__actions.q-fab-left,
  .q-fab__actions.q-fab-right {
    display: block;
    white-space: nowrap;
  }
  .q-item-main {
    min-width: 1px;
  }
  .q-layout__drawer--mini .q-item {
    padding-left: 0;
    padding-right: 0;
  }
  .q-spinner:not(.q-spinner-mat) {
    -webkit-animation: q-ie-spinner 2s linear infinite /* rtl:ignore */;
    animation: q-ie-spinner 2s linear infinite /* rtl:ignore */;
    -webkit-transform-origin: center center /* rtl:ignore */;
    transform-origin: center center /* rtl:ignore */;
    opacity: 0.5;
  }
  .q-spinner.q-spinner-mat .path {
    stroke-dasharray: 89, 200;
  }
}
@-webkit-keyframes q-circular-progress-circle {
  0% {
    stroke-dasharray: 1, 400;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 400, 400;
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dasharray: 400, 400;
    stroke-dashoffset: -300;
  }
}
@keyframes q-circular-progress-circle {
  0% {
    stroke-dasharray: 1, 400;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 400, 400;
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dasharray: 400, 400;
    stroke-dashoffset: -300;
  }
}
@-webkit-keyframes q-field-label {
  40% {
    margin-left: 2px;
  }
  60%,
  80% {
    margin-left: -2px;
  }
  70%,
  90% {
    margin-left: 2px;
  }
}
@keyframes q-field-label {
  40% {
    margin-left: 2px;
  }
  60%,
  80% {
    margin-left: -2px;
  }
  70%,
  90% {
    margin-left: 2px;
  }
}
@-webkit-keyframes q-linear-progress--indeterminate {
  0% {
    -webkit-transform: translate3d(-35%, 0, 0) scale3d(0.35, 1, 1);
    transform: translate3d(-35%, 0, 0) scale3d(0.35, 1, 1);
  }
  60% {
    -webkit-transform: translate3d(100%, 0, 0) scale3d(0.9, 1, 1);
    transform: translate3d(100%, 0, 0) scale3d(0.9, 1, 1);
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) scale3d(0.9, 1, 1);
    transform: translate3d(100%, 0, 0) scale3d(0.9, 1, 1);
  }
}
@keyframes q-linear-progress--indeterminate {
  0% {
    -webkit-transform: translate3d(-35%, 0, 0) scale3d(0.35, 1, 1);
    transform: translate3d(-35%, 0, 0) scale3d(0.35, 1, 1);
  }
  60% {
    -webkit-transform: translate3d(100%, 0, 0) scale3d(0.9, 1, 1);
    transform: translate3d(100%, 0, 0) scale3d(0.9, 1, 1);
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) scale3d(0.9, 1, 1);
    transform: translate3d(100%, 0, 0) scale3d(0.9, 1, 1);
  }
}
@-webkit-keyframes q-linear-progress--indeterminate-short {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(-100%, 0, 0) scale3d(1, 1, 1);
  }
  60% {
    -webkit-transform: translate3d(107%, 0, 0) scale3d(0.01, 1, 1);
    transform: translate3d(107%, 0, 0) scale3d(0.01, 1, 1);
  }
  100% {
    -webkit-transform: translate3d(107%, 0, 0) scale3d(0.01, 1, 1);
    transform: translate3d(107%, 0, 0) scale3d(0.01, 1, 1);
  }
}
@keyframes q-linear-progress--indeterminate-short {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(-100%, 0, 0) scale3d(1, 1, 1);
  }
  60% {
    -webkit-transform: translate3d(107%, 0, 0) scale3d(0.01, 1, 1);
    transform: translate3d(107%, 0, 0) scale3d(0.01, 1, 1);
  }
  100% {
    -webkit-transform: translate3d(107%, 0, 0) scale3d(0.01, 1, 1);
    transform: translate3d(107%, 0, 0) scale3d(0.01, 1, 1);
  }
}
@-webkit-keyframes q-slider-emphasize {
  0% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale3d(0.85, 0.85, 0.85);
    transform: scale3d(0.85, 0.85, 0.85);
  }
  100% {
    -webkit-transform: scale3d(0.571, 0.571, 0.571);
    transform: scale3d(0.571, 0.571, 0.571);
  }
}
@keyframes q-slider-emphasize {
  0% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale3d(0.85, 0.85, 0.85);
    transform: scale3d(0.85, 0.85, 0.85);
  }
  100% {
    -webkit-transform: scale3d(0.571, 0.571, 0.571);
    transform: scale3d(0.571, 0.571, 0.571);
  }
}
@-webkit-keyframes q-spin {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) /* rtl:ignore */;
    transform: rotate3d(0, 0, 1, 0deg) /* rtl:ignore */;
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 359deg) /* rtl:ignore */;
    transform: rotate3d(0, 0, 1, 359deg) /* rtl:ignore */;
  }
}
@keyframes q-spin {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg) /* rtl:ignore */;
    transform: rotate3d(0, 0, 1, 0deg) /* rtl:ignore */;
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 359deg) /* rtl:ignore */;
    transform: rotate3d(0, 0, 1, 359deg) /* rtl:ignore */;
  }
}
@-webkit-keyframes q-mat-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes q-mat-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes q-scale {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.04, 1.04, 1);
    transform: scale3d(1.04, 1.04, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes q-scale {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.04, 1.04, 1);
    transform: scale3d(1.04, 1.04, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes q-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes q-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes q-ie-spinner {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes q-ie-spinner {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}

/* 0612 추가 */
/* =button */
.searchform_com .box_search .q-btn {
  width: auto;
}

/* =checkbox */
.form_holder.check .q-gutter-x-sm,
.form_holder.check .q-gutter-sm,
.form_holder.check .q-gutter-x-sm > *,
.form_holder.check .q-gutter-sm > * {
  margin: 0.7rem 1rem 1rem 0;
}
.form_holder.check .q-item,
.form_holder.radio .q-item {
  padding: 0;
  min-height: auto;
  margin: 0.7rem 0 1rem;
}
.form_holder.check.chk_lg .q-checkbox__bg {
  width: 2.5rem;
  height: 2.5rem;
}
.form_holder.check.chk_other_txt .q-checkbox {
  position: relative;
  float: left;
  width: 25%;
  margin: 0 7px 7px 0;
}
.form_holder.check.chk_other_txt .q-checkbox:after {
  content: '';
  display: block;
  clear: both;
}
.form_holder.check.chk_other_txt .q-checkbox__inner {
  width: 100%;
  height: 3.6rem;
  border: 1px solid #ccc;
  border-radius: 0;
  margin: 0;
}
.form_holder.check.chk_other_txt .q-checkbox__inner--active {
  border: 1px solid #e5236d;
  color: transparent;
}
.form_holder.check.chk_other_txt .q-checkbox__bg {
  line-height: 3.4rem;
  border: 0;
  border-radius: 0;
  font-size: 1.3rem;
  letter-spacing: -1px;
  transition: none;
}
.form_holder.check.chk_other_txt .q-checkbox__inner path {
  width: 0;
  height: 0;
  stroke: none;
  stroke-width: 0;
}
.form_holder.check.chk_other_txt .q-checkbox__inner .fit {
  width: 0 !important;
  height: 0 !important;
  color: transparent;
}
.form_holder.check.chk_other_txt .q-checkbox__label {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #111;
}
.form_holder.check.chk_other_txt .q-checkbox__inner--active + .q-checkbox__label {
  color: #e5236d;
}
.form_holder.check.chk_other_txt .disabled .q-checkbox__inner {
  border: 1px solid #eaeaea;
}
.form_holder.check.chk_other_txt .disabled .q-checkbox__bg {
  background-color: #fff;
}
.form_holder.check.chk_other_txt .disabled .q-checkbox__label {
  color: #ccc;
}
.form_holder.check.chk_other {
  margin-top: -1rem;
}
.form_holder.check.chk_other .q-checkbox {
  position: relative;
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.form_holder.check.chk_other .q-checkbox__inner {
  width: 100%;
  height: 7.5rem;
  margin: 1rem 0.5rem 0;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 0.4rem;
}
.form_holder.check.chk_other .q-checkbox__inner--active {
  border: 1px solid #e5236d;
  color: transparent;
}
.form_holder.check.chk_other .q-checkbox:nth-child(1) .q-checkbox__inner {
  background: url(https://image.hanatour.com/usr/static/img2/mobile/com/ico_card.png) no-repeat 50%
    1rem;
  background-size: 3.5rem auto;
}
.form_holder.check.chk_other .q-checkbox:nth-child(2) .q-checkbox__inner {
  background: url(https://image.hanatour.com/usr/static/img2/mobile/com/ico_card.png) no-repeat 50%
    1rem;
  background-size: 3.5rem auto;
}
.form_holder.check.chk_other .q-checkbox:nth-child(3) .q-checkbox__inner {
  background: url(https://image.hanatour.com/usr/static/img2/mobile/com/ico_payco.png) no-repeat 50%
    2.2rem;
  background-size: 3.5rem auto;
}
.form_holder.check.chk_other .q-checkbox:nth-child(4) .q-checkbox__inner {
  background: url(https://image.hanatour.com/usr/static/img2/mobile/com/ico_card.png) no-repeat 50%
    1rem;
  background-size: 3.5rem auto;
}
.form_holder.check.chk_other .q-checkbox__bg {
  line-height: 3.4rem;
  border: 0;
  border-radius: 0;
  font-size: 1.3rem;
  letter-spacing: -1px;
  transition: none;
}
.form_holder.check.chk_other .q-checkbox__inner path {
  width: 0;
  height: 0;
  stroke: none;
  stroke-width: 0;
}
.form_holder.check.chk_other .q-checkbox__inner .fit {
  width: 0 !important;
  height: 0 !important;
  color: transparent;
}
.form_holder.check.chk_other .q-checkbox__label {
  position: absolute;
  top: 5.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #111;
}
.form_holder.check.chk_other .q-checkbox__inner--active + .q-checkbox__label {
  color: #e5236d;
}
.form_holder.check.chk_other .disabled .q-checkbox__inner {
  border: 1px solid #eaeaea;
}
.form_holder.check.chk_other .disabled .q-checkbox__bg {
  background-color: #fff;
}
.form_holder.check.chk_other .disabled .q-checkbox__label {
  color: #ccc;
}
.chk_other_txt .q-checkbox__inner {
  padding: 0;
}

/* =radio */
.form_holder.radio .q-gutter-x-sm,
.form_holder.radio .q-gutter-sm,
.form_holder.radio .q-gutter-x-sm > *,
.form_holder.radio .q-gutter-sm > * {
  margin: 0.7rem 1rem 1rem 0;
}
.form_holder.radio.rdo_lg .q-radio__inner--active .q-radio__inner-circle {
  border-width: 0.5rem;
}
.form_holder.radio.rdo_lg .q-radio__bg .q-radio__outer-circle {
  width: 2.5rem;
  height: 2.5rem;
}
.form_holder.radio.rdo_other_txt:after {
  content: '';
  display: block;
  clear: both;
}
.form_holder.radio.rdo_other_txt .q-radio {
  position: relative;
  float: left;
  width: 25%;
}
.form_holder.radio.rdo_other_txt .q-radio.col3 {
  width: 75%;
}
.form_holder.radio.rdo_other_txt .q-radio__inner {
  width: 100%;
  height: 3.6rem;
  border-radius: 0;
  border: 1px solid #ccc;
  border-left: 0;
  padding: 1rem 0;
  margin: -1px 0 0 0;
}
.form_holder.radio.rdo_other_txt .q-radio:nth-child(1) .q-radio__inner,
.form_holder.radio.rdo_other_txt .q-radio:nth-child(5) .q-radio__inner {
  width: calc(100% + 1px);
  border-left: 1px solid #ccc;
}
.form_holder.radio.rdo_other_txt .q-radio__inner--active {
  width: calc(100% + 1px);
  border: 1px solid #e5236d;
  margin-left: -1px;
  z-index: 2;
}
.form_holder.radio.rdo_other_txt .q-radio:nth-child(1) .q-radio__inner--active,
.form_holder.radio.rdo_other_txt .q-radio:nth-child(5) .q-radio__inner--active {
  margin-left: 0;
  border-left: 1px solid #e5236d;
}
.form_holder.radio.rdo_other_txt .q-radio__bg,
.form_holder.radio.rdo_other_txt .q-radio__bg > [class^='q-radio__'] {
  background: none;
  border: 0;
  width: 0;
  height: 0;
  color: transparent;
}
.form_holder.radio.rdo_other_txt .q-radio__inner path {
  width: 0;
  height: 0;
  stroke: none;
  stroke-width: 0;
}
.form_holder.radio.rdo_other_txt .q-radio__inner .fit {
  width: 0 !important;
  height: 0 !important;
  color: transparent;
}
.form_holder.radio.rdo_other_txt .q-radio__label {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #111;
}
.form_holder.radio.rdo_other_txt .q-radio__inner--active + .q-radio__label {
  color: #e5236d;
}
.form_holder.radio.rdo_other_txt .disabled .q-radio__label {
  color: #ccc;
}
.form_holder.radio.rdo_rank .q-radio {
  position: relative;
  float: left;
  width: 3rem;
  height: 3rem;
  margin-right: 1.5rem;
}
.form_holder.radio.rdo_rank .q-radio:after {
  content: '';
  display: block;
  clear: both;
}
.form_holder.radio.rdo_rank .q-radio__inner {
  padding: 0;
  margin: 0;
  width: 3rem;
  height: 3rem;
}
.form_holder.radio.rdo_rank .q-radio__outer-circle {
  width: 3rem;
  height: 3rem;
  border: 1px solid #ddd;
}
.form_holder.radio.rdo_rank .q-radio__inner--active .q-radio__outer-circle {
  background-color: #e5236d;
  border-color: #e5236d;
}
.form_holder.radio.rdo_rank .q-radio__label {
  position: absolute;
  top: 50%;
  left: 50%;
  padding-left: 0;
  font-size: 1.3rem;
  color: #bbb;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.form_holder.radio.rdo_rank .q-radio__inner--active + .q-radio__label {
  color: #fff;
}
.form_holder.radio.rdo_rank .q-radio__inner-circle {
  border: 0 none;
  width: 0;
  height: 0;
}

/* =input[type=text] */
.searchform_com .q-input.input_keyword {
  padding: 0;
  border: 0;
}
.searchform_com .q-input.input_keyword input {
  width: 100%;
  height: 4.6rem;
  padding: 0 1.6rem;
  border: 1px solid #ddd;
  border-radius: 0.4rem;
  background-color: #fff;
}
.q-field--disabled {
  background: #f4f5f9;
  color: #666;
  border-color: #ddd;
}
/* 0626 com.css에서 가져옴 */
.inpt_text input,
.inpt_text textarea,
.inpt_text .q-field__native,
.input_calendar .inpt_text input {
  width: 100%;
  height: 4.6rem;
  padding: 0 1.6rem;
  border: 1px solid #ddd;
  border-radius: 0.4rem;
  background-color: #fff;
}
.input_calendar .inpt_text {
  /* padding:0 !important; jes */
}
.input_calendar .inpt_text .material-icons {
  width: 2rem;
  height: 2rem;
  vertical-align: top;
  background-image: url('https://image.hanatour.com/usr/static/img2/mobile/com/ico_calendar.png');
  background-size: 100%;
  font-size: 0;
  color: transparent;
}
.input_calendar .inpt_text .q-field__control {
  border: none;
  height: 4.6rem;
  padding: 0;
}
.q-date .fit {
  width: 100% !important;
}
.inpt_text.invalid input,
.inpt_text.invalid textarea,
.inpt_textarea.invalid input,
.inpt_textarea.invalid input,
rmfnq .select.invalid.q-select,
div.form_holder.textarea .inpt_text.invalid .q-field__native {
  border-color: #e73535 !important;
}
div.inpt_text + div.inpt_text {
  margin-top: 1rem;
}
.inpt_text .q-field__control {
  height: 4.6rem;
}
.input_calendar .inpt_text .q-field__control,
.input_calendar div.inpt_text .q-field__native {
  height: 4.2rem;
  width: 100%;
}
.form_holder.textarea .inpt_text .q-field__control {
  height: auto;
}
.inpt_text .q-field__label {
  height: 4rem;
  top: 0;
  line-height: 4.6rem;
  padding: 0 1.6rem;
}
.inpt_text.q-field--error .q-field__native {
  border-color: #e73535;
  background-color: #fff2f2;
}
.inpt_text .q-field__control:before {
  border: none;
}
.inpt_text .q-field__control:after {
  height: 0;
}
.inpt_text .q-field__bottom {
  padding-top: 1rem;
}
.inpt_text .q-field__messages > div {
  color: #666;
}
.inpt_text.q-field--error .q-field__messages > div {
  color: #fa4153;
}
.inpt_text .q-field__append {
  display: none;
}
.input_calendar .inpt_text .q-field__append {
  display: block;
  position: absolute;
  top: 1.35rem;
  right: 1.5rem;
}
.inpt_text.q-field--readonly .q-field__native {
  border-color: #ddd;
  color: #666;
  opacity: 1 !important;
}
.inpt_text.q-field--readonly .q-field__control:before {
  border-bottom-style: none;
}
.quasar_area {
  padding: 0 2rem;
}

input.inpt_counter,
div.inpt_counter .q-field__native {
  width: 3.5rem;
  height: 3rem;
  font-weight: 600;
  font-size: 1.9rem;
  color: #111;
  line-height: 3rem;
  text-align: center;
}
input[type='number'].inpt_counter::-webkit-inner-spin-button,
input[type='number'].inpt_counter::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* //0626 com.css에서 가져옴 */

/* =select */
/* 0626 com.css에서 가져옴 */
select.select {
  display: block !important;
  width: 100%;
  height: 4.6rem;
  padding: 0 4.6rem 0 1.6rem;
  border: 1px solid #ddd;
  line-height: 4.4rem;
  background: url('https://image.hanatour.com/usr/static/img2/mobile/com/ico-arrow-down-40.png')
    no-repeat 100% 50%;
  background-size: auto 2rem;
  border-radius: 0.4rem;
}
select.select.invalid {
  background-image: none;
}
select.select:disabled {
  background: url('https://image.hanatour.com/usr/static/img2/mobile/com/ico_selectdisable_arrow.png')
    no-repeat 100% 50%;
  background-size: auto 2rem;
}
.form_holder .select {
  border: 1px solid #ddd;
  border-radius: 0.4rem;
}
.form_holder .select .q-local-menu.scroll {
  transform: translate3d(0px, 0px, 0px) !important;
}
.form_holder .select .material-icons {
  /* background:url('https://image.hanatour.com/usr/static/img2/mobile/com/ico_selecton_arrow.png') no-repeat 100% 50%;  jes Img_없음 */
  background-size: 3.1rem auto;
  width: 4rem;
  height: 4rem;
  font-size: 0;
}
.form_holder .select .q-field__control {
  padding: 0 4.6rem 0 1.6rem;
  height: 4.6rem;
}
.form_holder .select .q-field__marginal {
  height: 4.6rem;
}
.field_group .form_holder {
  width: 100%;
  margin: 0;
}
.form_holder .select .q-field__append {
  position: absolute;
  top: 0;
  right: 0;
}
.form_holder .select .q-field__native > span {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.form_holder .select.q-field--standard.q-field--readonly .q-field__control:before {
  border-bottom-style: none;
}
.form_holder.textarea .inpt_text .q-field__native {
  padding: 1rem;
  min-height: 10rem;
}
/* //0626 com.css에서 가져옴 */

/* =expension */
.expansion_wrap .q-expansion-item {
  border-bottom: 1px solid #eaeaea;
}
.expansion_wrap .q-expansion-item .q-item {
  position: relative;
  padding: 2.5rem 0;
}
.expansion_wrap .q-expansion-item__content {
  padding: 0 0 2.5rem;
}
.expansion_wrap .q-item__section--main {
  width: auto;
  min-width: 0;
  max-width: 100%;
  flex: 10000 1 0%;
  font-size: 1.5rem;
  color: #111;
}
.expansion_wrap .q-item__section--side {
  color: #ccc;
}
.expansion_wrap .q-expansion-item__toggle-icon.rotate-180 {
  color: #111;
}
.expansion_wrap .q-focus-helper:before {
  background-color: transparent;
}
.expansion_wrap .q-expansion-item .q-expansion-item .q-item {
  padding: 1rem 2rem 1rem 1rem;
}
.expansion_wrap .q-expansion-item--expanded .q-item__section {
  font-weight: 600;
}
.expansion_wrap .q-expansion-item--expanded .q-expansion-item .q-item__section--main {
  color: #666;
}
.expansion_wrap .q-expansion-item--expanded .q-expansion-item--collapsed .q-item__section--main {
  font-weight: 400;
}
.expansion_wrap .q-expansion-item--expanded .q-expansion-item .q-expansion-item__content {
  border-top: 0;
  padding: 1.5rem;
  background-color: #f2f3f7;
  color: #666;
}
.expansion_wrap .q-expansion-item--expanded .q-expansion-item .q-card {
  background-color: #f2f3f7;
}
.expansion_wrap .q-expansion-item.inner .q-expansion-item__content {
  border-top: 1px solid #dedede;
}
.expansion_wrap .q-expansion-item.inner .q-expansion-item .q-expansion-item__content {
  border-top: 0;
}
.expansion_wrap .q-expansion-item.inner .q-expansion-item__content .q-item__section--side {
  right: 3%;
}
.expansion_wrap .q-expansion-item.inner .q-expansion-item__content .q-item__section--side .q-icon {
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #ccc;
  border-radius: 50%;
  font-size: 1.6rem;
  color: #666;
}
.expansion_wrap.resv .q-expansion-item {
  position: relative;
}
.expansion_wrap.resv .q-expansion-item .q-item__label,
.expansion_wrap.resv .q-item__section--main {
  font-size: 1.9rem;
  font-weight: 600;
}
.expansion_wrap.resv .right_cont {
  font-size: 1.3rem;
  color: #666;
  font-weight: 400;
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%);
}
.expansion_wrap.qna .q-item__section--avatar {
  min-width: 2.5rem;
  font-size: 1.5rem;
  color: #111;
  padding-right: 0;
}
.expansion_wrap.qna .q-avatar {
  width: auto;
  height: 1.8rem;
  vertical-align: top;
  font-size: 1.4rem;
}
.expansion_wrap.qna .q-avatar__content {
  font-size: 1.5rem;
  line-height: 1.4;
}
.expansion_wrap.qna .justify-center,
.expansion_wrap.qna .flex-center {
  justify-content: initial;
}
.expansion_wrap.schedule .q-expansion-item .q-item__section--main,
.expansion_wrap.schedule .q-expansion-item--expanded .q-item__section--main {
  color: #666;
  font-weight: 400;
}
.expansion_wrap.schedule .q-expansion-item .q-item__section--main strong {
  color: #111;
  font-weight: 600;
}
.expansion_wrap.schedule .q-item__section--avatar {
  width: 7rem;
  padding-right: 0;
  font-size: 1.3rem;
  line-height: 1.7;
  color: #666;
  font-weight: 400;
}
.expansion_wrap.schedule .q-avatar {
  width: auto;
  height: auto;
  font-size: 1.4rem;
  line-height: 1.4;
}
.expansion_wrap.schedule .q-avatar__content {
  overflow: visible !important;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #111;
  font-weight: 600;
}
.expansion_wrap.schedule .justify-center,
.expansion_wrap.schedule .flex-center {
  justify-content: initial;
}
.expansion_wrap.schedule .q-expansion-item .q-item {
  padding: 2rem 0;
}
.expansion_wrap.schedule .q-expansion-item--expanded .q-item {
  border-bottom: 1px solid #111;
}
.expansion_wrap.schedule .q-expansion-item__content {
  padding: 4rem 0;
}

/* =tab */
.js_tabs:not(.box_tab) > div {
  position: relative;
}
/*.js_tabs:not(.box_tab) > div:after{content:'';position:absolute;left:0;bottom:0;width:100%;height:1px;background:#eaeaea;} 2019-08-08 jes */
.js_tabs .q-tab__indicator {
  height: 3px;
}
.link_tabs,
.swipe_tabs,
.pannel_tabs {
  padding: 0 1rem !important;
}
.link_tabs .q-tabs__content {
  overflow: hidden !important;
}
.link_tabs .q-tab {
  flex: 1;
}
.link_tabs .q-tab--active {
  color: #000;
  font-weight: 600;
}
.link_tabs > .q-tab.q-tab--active:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #e5236d;
}
.link_tabs .q-tab span.num {
  display: block;
  font-size: 1.1rem;
  color: #111;
  line-height: 1.7rem;
}
.link_tabs .q-tab.q-tab--active span.num {
  color: #e5236d;
}
.swipe_tabs .q-tab--active .q-tab__content {
  color: #e5236d;
  font-weight: 600;
}
.pannel_tabs .q-tab--active .q-tab__content {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: #111;
  text-align: center;
  line-height: 1.4;
  padding: 0 0 1.1rem 0;
}
.pannel_tabs .q-tab-panel {
  background: #fbfbfb;
  min-height: 4.4rem;
  border-bottom: 1px solid #eaeaea;
  z-index: 1;
}
.js_tabs.box_tab .q-tabs__content {
  flex-wrap: wrap;
  border-bottom: none;
}
.box_tab .box {
  margin: 1rem 0 0 -1rem;
  min-height: 4.4rem;
}
.box_tab .q-tabs .q-tab {
  font-size: 1.3rem;
  width: auto;
  height: auto;
  border-radius: 0.4rem;
  background-color: #f4f5f9;
  padding: 0.7rem 1.1rem;
  display: inline-block;
  flex: none;
  margin: 1rem 0 0 1rem;
  text-align: center;
  letter-spacing: -1px;
  font-weight: 400;
}
.box_tab .q-tabs .q-tab {
  color: #111;
}
.box_tab .q-tabs .q-tab--active .q-tab__indicator {
  display: none;
}
.box_tab .q-tabs .q-tab--active {
  color: #fff;
  background-color: #e5236d;
}
.box_tab .q-tabs .q-tab--active a {
  color: #fff;
}

/* =dialog */
.q-dialog .q-dialog__inner {
  top: 0;
  align-items: center;
}
.q-dialog .lypop_container {
  /*height:auto; max-height:100vh; jes */
}
.q-dialog .lypop_footer {
}
.q-dialog .lypop_footer .btn_wrap {
}
.q-dialog .lypop_container.scroll {
  height: 100%;
  max-height: calc(100vh - 5.5rem);
}
.q-dialog .lypop_container.scroll .lypop_body {
  max-height: calc(100vh - 19.2rem);
}
.q-dialog .lypop_container.bottom {
  margin: 0;
  height: 100vh;
  border-radius: 0;
}
.q-dialog .lypop_container.bottom .lypop_header .tit {
  margin-top: 4.5rem;
}
.q-dialog .lypop_container.bottom .q-card {
  width: 100%;
  height: calc(100vh - 3rem);
  margin: 3rem 0 0;
  padding-top: 0;
  border-radius: 2.4rem 2.4rem 0 0;
}
.q-dialog .lypop_container.bottom .lypop_body {
  height: calc(100vh - 18.7rem);
}
.q-dialog .lypop_container.full {
  height: 100vh;
  max-height: 100vh;
  margin: 0;
  border-radius: 0;
}
.q-dialog .lypop_container.full .q-card {
  min-height: 100vh;
  border-radius: 0;
}
.q-dialog .lypop_container.full .lypop_header .tit {
  margin-top: 2.2rem;
}
.q-dialog .lypop_container.full .lypop_header {
  justify-content: center;
  padding: 0 4rem;
  height: 5rem;
}
.q-dialog .lypop_container.full .lypop_body {
  height: calc(100vh - 13.5rem);
}
.q-dialog .btn_cls.js_close {
  min-height: auto;
  padding: 0;
}
.q-dialog .toast {
  display: block;
  overflow: auto;
  position: fixed;
  left: 2rem;
  right: 2rem;
  bottom: 5rem;
  z-index: 5000;
  width: calc(100% - 4rem) !important;
  background-color: rgba(0, 0, 0, 0.76);
  color: #fff;
  border-radius: 1rem !important;
  padding: 1.5rem 2rem;
  text-align: center;
  font-size: 1.3rem;
}
.q-dialog.fullscreen,
.q-dialog .fixed-full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* =custom-range (0626 com.css에서 가져옴) */
.custom-range::-webkit-slider-runnable-track {
  height: 0.5rem;
  border-radius: 0;
  border: 0 none;
  background-color: #e62a6d;
}
.custom-range::-webkit-slider-thumb {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 0.3rem solid #fff;
  margin-top: -0.9rem;
  background-color: #e62a6d;
  box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.3);
}
.custom-range .q-slider__thumb-container {
  top: 50%;
  width: 2rem;
  -webkit-transform: translate3d(-1rem, 0, 0);
  transform: translate3d(-1rem, 0, 0);
  will-change: left;
  outline: 0;
  margin-top: -1.15rem;
}
.custom-range .q-slider__track-container {
  top: 50%;
  width: 100%;
  height: 0.5rem;
  background: #e5e5e5;
  margin-top: -0.25rem;
}
.custom-range .q-slider__track {
  background: #e62a6d;
}
.custom-range .q-slider__thumb {
  width: 2rem;
  height: 2rem;
  border: 0.3rem solid #fff;
  background-color: #e62a6d;
  box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
.q-slider__thumb circle {
  stroke: #e62a6d;
  fill: #e62a6d;
}
.range_data {
  font-size: 1.2rem;
}
/* // quasar add */

/* HNT-add(2019-07-22 Edit_Start) */
/* Basic-Color(text, bg) */
:root {
  --q-color-col_em: #e5236d;
  --q-color-col_pk: #e5236d;
  --q-color-col_br: #937c72;
  --q-color-col_bl: #5e9acd;
  --q-color-col_bl2: #1d508c;
  --q-color-col_bk: #111;
  --q-color-col_gray: #666;
  --q-color-col_bronze: #e16f06;
  --q-color-col_silver: #9094a7;
  --q-color-col_gold: #f5a623;
  --q-color-col_vip: #eb2039;
  --q-color-col_lavel_b: #ff6529;
}
/* col_em */
.text-col_em {
  color: #e5236d !important;
  color: var(--q-color-col_em) !important;
}
.bg-col_em {
  background: #5e2bb8 !important;
}
/* col_pk */
.text-col_pk {
  color: #e5236d !important;
  color: var(--q-color-col_pk) !important;
}
.bg-col_pk {
  background: #e5236d !important;
  background: var(--q-color-col_pk) !important;
}
/* col_br */
.text-col_br {
  color: #937c72 !important;
  color: var(--q-color-col_br) !important;
}
.bg-col_br {
  background: #937c72 !important;
  background: var(--q-color-col_br) !important;
}
/* col_bl */
.text-col_bl {
  color: #5e9acd !important;
  color: var(--q-color-col_bl) !important;
}
.bg-col_bl {
  background: #5e9acd !important;
  background: var(--q-color-col_bl) !important;
}
/* col_bl2 */
.text-bl2 {
  color: #1d508c !important;
  color: var(--q-color-bl2) !important;
}
.bg-bl2 {
  background: #1d508c !important;
  background: var(--q-color-bl2) !important;
}
/* col_bk */
.text-col_bk {
  color: #111 !important;
  color: var(--q-color-col_bk) !important;
}
.bg-col_bk {
  background: #111 !important;
  background: var(--q-color-col_bk) !important;
}
/* col_gray */
.text-col_gray {
  color: #666 !important;
  color: var(--q-color-col_gray) !important;
}
.bg-col_gray {
  background: #666 !important;
  background: var(--q-color-col_gray) !important;
}
/* col_bronze */
.text-col_bronze {
  color: #e16f06 !important;
  color: var(--q-color-col_bronze) !important;
}
.bg-col_bronze {
  background: #e16f06 !important;
  background: var(--q-color-col_bronze) !important;
}
/* col_silver */
.text-col_silver {
  color: #9094a7 !important;
  color: var(--q-color-col_silver) !important;
}
.bg-col_silver {
  background: #9094a7 !important;
  background: var(--q-color-col_silver) !important;
}
/* col_gold */
.text-col_gold {
  color: #f5a623 !important;
  color: var(--q-color-col_gold) !important;
}
.bg-col_gold {
  background: #f5a623 !important;
  background: var(--q-color-col_gold) !important;
}
/* col_vip */
.text-col_vip {
  color: #eb2039 !important;
  color: var(--q-color-col_vip) !important;
}
.bg-col_vip {
  background: #eb2039 !important;
  background: var(--q-color-col_vip) !important;
}
/* col_lavel_b */
.text-col_lavel_b {
  color: #ff6529 !important;
  color: var(--q-color-col_lavel_b) !important;
}
.bg-col_lavel_b {
  background: #ff6529 !important;
  background: var(--q-color-col_lavel_b) !important;
}

/* Calendar(q-date,fx-date) */
/* ---qa + es */
.q-date.fx-date {
  display: inline-flex;
  max-width: 100%;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12);
  background: #fff;
}
.q-date.fx-date .q-btn {
  font-weight: normal;
}
.q-date.fx-date .q-date__header {
  padding: 16px;
  border-top-left-radius: inherit;
  color: #fff;
  background: #027be3;
}
.q-date.fx-date .q-date__header-link {
  opacity: 0.64;
  outline: 0;
  transition: opacity 0.3s ease-out;
}
.q-date.fx-date .q-date__header-link--active,
.q-date.fx-date .q-date__header-link:hover,
.q-date.fx-date .q-date__header-link:focus {
  opacity: 1;
}
.q-date.fx-date .q-date__header-subtitle {
  height: 24px;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.00938em;
}
.q-date.fx-date .q-date__header-title-label {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.00735em;
}
.q-date.fx-date .q-date__content:focus {
  outline: 0 none;
}
.q-date.fx-date .q-date__view {
  height: 100%;
  width: 100%;
  min-width: 290px;
  padding: 0;
}
.q-date.fx-date .q-date__navigation {
  height: 12.5%;
}
.q-date.fx-date .q-date__navigation > div:first-child {
  width: 8%;
  min-width: 24px;
  justify-content: flex-end;
}
.q-date.fx-date .q-date__navigation > div:last-child {
  width: 8%;
  min-width: 24px;
  justify-content: flex-start;
}
.q-date.fx-date .q-date__navigation .q-btn .q-icon {
  display: inline-block;
  width: 7px;
  height: 15px;
  margin-top: 7px;
  background: url(https://image.hanatour.com/usr/static/img2/pc/com/spr_com.png) no-repeat -234px -52px;
  font-size: 0 !important;
  color: transparent;
}
.q-date.fx-date .q-date__navigation.row .q-date__arrow + div + .q-date__arrow .q-btn .q-icon {
  background-position: -243px -52px;
}
.q-date.fx-date .q-date__view.q-date__calendar .q-date__navigation.row {
  display: flex;
  width: auto;
}
.q-date.fx-date .q-date__view.q-date__calendar .q-date__navigation .row {
  display: flex;
  width: auto;
}
.q-date.fx-date .q-date__calendar-weekdays {
  height: 32px;
  margin-top: 15px;
  border: 1px solid #eaeaea;
  border-bottom: none;
  background-color: #5b606e;
  color: #fff;
}
.q-date.fx-date .q-date__calendar-weekdays > div {
  opacity: 1;
  height: inherit !important;
  font-size: 14px;
}
.q-date.fx-date .q-date__calendar-item {
  display: inline-flex;
  position: relative;
  width: 14% !important;
  height: 50px !important;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
.q-date.fx-date .q-date__calendar-item > div,
.q-date.fx-date .q-date__calendar-item button {
  width: 34px;
  height: 34px;
}
.q-date.fx-date .q-date__calendar-item > div {
  line-height: 34px;
  text-align: center;
}
.q-date.fx-date .q-date__calendar-item--out {
  opacity: 1;
  color: #888;
}
.q-date.fx-date .q-date__calendar-days {
  padding: 5px 0 20px;
  border: 1px solid #eaeaea;
  border-top: none;
}
.q-date.fx-date .q-date__calendar-days > div {
  height: 50px !important;
}
.q-date.fx-date .q-date__calendar-days .q-btn {
  font-size: 16px;
  font-weight: 600;
  color: #111;
}
.q-date.fx-date .q-date__event {
  position: absolute;
  bottom: 2px;
  left: 50%;
  height: 5px;
  width: 8px;
  border-radius: 5px;
  background: #26a69a;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.q-date.fx-date .q-date__today {
  border-radius: 8px 0 8px 8px !important;
  background-color: #f4f5f9 !important;
}
.q-date.fx-date .q-date__today:after {
  content: 'TODAY';
  display: inline-block;
  position: relative;
  top: -7px;
  height: 14px;
  margin-left: -3px;
  font-size: 10px;
  font-weight: normal;
  background-image: none !important;
  line-height: 14px;
  color: #e5236d;
  letter-spacing: -0.4px;
}
.q-date.fx-date .q-date__years-content {
  padding: 0 8px;
}
.q-date.fx-date .q-date__today.bg-primary {
  background-color: #e5236d !important;
}
.q-date.fx-date.disabled .q-date__header,
.q-date.fx-date .q-date--readonly .q-date__header,
.q-date.fx-date.disabled .q-date__content,
.q-date.fx-date .q-date--readonly .q-date__content {
  pointer-events: none;
}
.q-date.fx-date .q-date--readonly .q-date__navigation {
  display: none;
}
.q-date.fx-date.q-date--portrait {
  flex-direction: column;
  height: auto;
  width: 100%;
}
.q-date.fx-date.q-date--portrait .q-date__header {
  border-top-right-radius: inherit;
  height: 86px;
}
.q-date.fx-date.q-date--portrait .q-date__header-title {
  height: 30px;
  align-items: center;
}
.q-date.fx-date .q-date--landscape {
  height: 321px;
  width: 420px;
  flex-direction: row;
  align-items: stretch;
}
.q-date.fx-date .q-date--landscape > div {
  display: flex;
  flex-direction: column;
}
.q-date.fx-date .q-date--landscape .q-date__content {
  height: 100%;
}
.q-date.fx-date .q-date--landscape .q-date__header {
  min-width: 110px;
  width: 110px;
  border-bottom-left-radius: inherit;
}
.q-date.fx-date .q-date--landscape .q-date__header-title {
  flex-direction: column;
}
.q-date.fx-date .q-date--landscape .q-date__header-today {
  margin-top: 12px;
}
.q-date.fx-date .q-date--dark {
  color: #fff;
  background: #424242;
}
/* ---up */
.q-date.fx-date .fit {
  width: 100% !important;
}
/* es */
.q-date.fx-date .q-date__years .q-btn .q-icon {
  display: inline-block;
  width: 10px;
  height: 15px;
  margin-top: 7px;
  background: url(https://image.hanatour.com/usr/static/img2/mobile/com/ico-arrow-left-40.png)
    no-repeat left top / 10px;
  font-size: 0 !important;
  color: transparent;
}
.q-date.fx-date .q-date__years .col-auto + div + .col-auto .q-btn .q-icon {
  background: url(https://image.hanatour.com/usr/static/img2/mobile/com/ico-arrow-right.png)
    no-repeat left top / 10px;
}
.q-date.fx-date .q-date__years .q-date__years-content {
}
.q-date.fx-date .q-date__years .q-date__years-content:after {
  display: table;
  content: '';
  clear: both;
}
.q-date.fx-date .q-date__years .q-date__years-item {
  /*flex:0 0 33.3333% !important;*/
  width: 33%;
  float: left;
}
.q-date.fx-date .q-date__years .q-date__years-item .q-btn {
  min-height: 3.7rem;
  padding: 4px 16px !important;
}
.q-date.fx-date .q-date__years .q-date__today:after {
  display: none;
}
.q-date.fx-date .q-date__months .q-date__months-content {
}
.q-date.fx-date .q-date__months .q-date__months-content:after {
  display: table;
  content: '';
  clear: both;
}
.q-date.fx-date .q-date__months .q-date__months-item {
  /*flex:0 0 33.3333% !important;*/
  width: 33%;
  float: left;
  margin-bottom: 14px;
}
.q-date.fx-date .q-date__months .q-date__months-item .q-btn {
  min-height: 3.7rem;
  padding: 4px 16px !important;
}
.q-date.fx-date .q-date__months .q-date__today:after {
  display: none;
}
.q-dialog.fullscreen .q-dialog__inner--minimized .lypop_container.fx-date .lypop_body {
  padding: 30px 40px 0;
}
.q-dialog.fx-dialog .lypop_container.fx-date {
  max-width: 410px;
  border: 1px solid #000;
  border-radius: 0;
}
.q-dialog.fx-dialog .lypop_container.fx-date .lypop_body {
  overflow-y: hidden; /* com.css overflow-y:auto; */
}
.q-dialog.fx-dialog .lypop_container.fx-date .q-date.fx-date {
  box-shadow: none;
}
.q-dialog.fx-dialog .lypop_container.fx-date .q-date.fx-date > .q-date__content.overflow-auto {
  overflow-y: hidden !important;
}
.q-dialog.fx-dialog .lypop_container.fx-date .q-date.fx-date .q-date__navigation .q-btn {
  height: inherit;
  font-size: 22px;
}
.q-dialog.fx-dialog .lypop_container.fx-date .q-date.fx-date .q-date__navigation .q-btn .q-icon {
  font-size: 24px;
}
.q-dialog.fx-dialog .lypop_container.fx-date .q-date.fx-date .q-btn {
  min-width: inherit;
  padding: 0;
  border: none;
  border-radius: 8px 0 8px 8px;
  line-height: 2em;
}

.q-dialog.fx-dialog .lypop_container.fx-date .lypop_footer .btn_wrap {
  margin-top: 0px;
  padding: 20px 0 20px;
}
.q-dialog.fx-dialog .lypop_container.fx-date .lypop_footer .btn_wrap .btn {
  min-width: 110px;
  height: 36px;
  padding: 0 20px;
  color: #fff !important;
  border: 1px solid #5b606e;
  font-size: 13px;
  background-color: #5b606e;
  line-height: 34px;
}
.q-dialog.fx-dialog .lypop_container.fx-date .lypop_footer .btn_wrap .btn.em {
  border: 1px solid #5e2bb8;
  background-color: #5e2bb8;
}
/* //Calendar(q-date,fx-date) */

/* Dialog(q-dialog, fx-dialog) */
/* ---qa + es */
.q-dialog.fx-dialog.lypop_wrap {
  display: block;
}
@media print {
  .q-dialog.fx-dialog.lypop_wrap {
    display: none;
  }
  /*프린트 영역 position 제거*/
  .fx-body--prevent-scroll {
    top: 0 !important;
    position: inherit !important;
  }
}
.q-dialog.fx-dialog.lypop_wrap.hidden {
  display: none;
} /* (2019.8.12) By SSK */
.q-dialog.fx-dialog .q-dialog__title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0.0125em;
}
.q-dialog.fx-dialog .q-dialog__message {
  color: #333;
}
.q-dialog.fx-dialog .q-dialog__inner {
  outline: 0;
}
.q-dialog.fx-dialog .q-dialog__inner > .scroll {
  max-height: 40vh;
}
.q-dialog.fx-dialog .q-dialog__inner > div {
  overflow: auto;
  pointer-events: all;
  border-radius: 0;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.14),
    0 1px 10px rgba(0, 0, 0, 0.12);
}
.q-dialog.fx-dialog .q-dialog__inner > .q-card > .q-card__actions .q-btn--rectangle {
  /*min-width:64px; jes */
}
.q-dialog.fx-dialog .q-dialog__inner--minimized {
  /*padding: 24px;*/
}
.q-dialog.fx-dialog .q-dialog__inner--minimized > div {
  /*max-height: calc(100vh - 32px);*/ /* max-height:calc(100vh - 5.5rem) jes */
}
.q-dialog.fx-dialog .q-dialog__inner--maximized > div {
  height: 100% !important;
  width: 100% !important; /*border-radius:0 !important; jes */
}
.q-dialog.fx-dialog .q-dialog__inner--top {
  padding-top: 0 !important;
}
.q-dialog.fx-dialog .q-dialog__inner--right {
  padding-right: 0 !important;
}
.q-dialog.fx-dialog .q-dialog__inner--bottom {
  padding-bottom: 0 !important;
}
.q-dialog.fx-dialog .q-dialog__inner--left {
  padding-left: 0 !important;
}
.q-dialog.fx-dialog .q-dialog__inner--left > div,
.q-dialog.fx-dialog .q-dialog__inner--top > div {
  border-top-left-radius: 0;
}
.q-dialog.fx-dialog .q-dialog__inner--right > div,
.q-dialog.fx-dialog .q-dialog__inner--top > div {
  border-top-right-radius: 0;
}
.q-dialog.fx-dialog .q-dialog__inner--left > div,
.q-dialog.fx-dialog .q-dialog__inner--bottom > div {
  border-bottom-left-radius: 0;
}
.q-dialog.fx-dialog .q-dialog__inner--right > div,
.q-dialog.fx-dialog .q-dialog__inner--bottom > div {
  border-bottom-right-radius: 0;
}
.q-dialog.fx-dialog .q-dialog__inner--fullwidth > div {
  width: 100% !important;
  max-width: 100% !important;
}
.q-dialog.fx-dialog .q-dialog__inner--fullheight > div {
  height: 100% !important;
  max-height: 100% !important;
}
.q-dialog.fx-dialog .q-dialog__backdrop {
  z-index: -1;
  pointer-events: all;
  background: rgba(17, 17, 17, 0.6);
}
@media (max-width: 599px) {
  .q-dialog.fx-dialog .q-dialog__inner--minimized {
    /*padding: 16px;*/
  }
  .q-dialog.fx-dialog .q-dialog__inner--top,
  .q-dialog.fx-dialog .q-dialog__inner--bottom {
    padding-left: 0;
    padding-right: 0;
  }
  .q-dialog.fx-dialog .q-dialog__inner--top > div,
  .q-dialog.fx-dialog .q-dialog__inner--bottom > div {
    width: 100% !important;
    border-radius: 0 !important;
  }
}
@media (min-width: 600px) {
  .q-dialog.fx-dialog .q-dialog__inner--minimized > div {
    max-width: inherit;
  }
}
/* ---up */ /* =dialog */
.q-dialog.fx-dialog .q-dialog__inner {
  top: 0;
  align-items: center;
}
.q-dialog.fx-dialog .lypop_container {
  width: 800px; /* 기본Size - 변형Size Page_InlineStyle 적용 */
  height: auto;
  max-height: 700px;
}
.q-dialog.fx-dialog .lypop_container.type03 {
  max-height: 90%; /* 모니터 대비 팝업크기를 크기를 극대화 하기위한 팝업. */
}
.q-dialog.fx-dialog .lypop_container.sys_pop {
  width: 500px;
} /*시스템팝업 가로사이즈 픽스 */
.q-dialog.fx-dialog .lypop_footer {
}
.q-dialog.fx-dialog .lypop_footer .btn_wrap {
}
.q-dialog.fx-dialog .lypop_container.scroll {
  height: 100%;
  max-height: calc(100vh - 5.5rem);
}
.q-dialog.fx-dialog .lypop_container.scroll .lypop_body {
  max-height: calc(100vh - 19.2rem);
}
.q-dialog.fx-dialog .lypop_container.bottom {
  margin: 0;
  height: 100vh;
  border-radius: 0;
}
.q-dialog.fx-dialog .lypop_container.bottom .lypop_header .tit {
  margin-top: 4.5rem;
}
.q-dialog.fx-dialog .lypop_container.bottom .q-card {
  width: 100%;
  height: calc(100vh - 3rem);
  margin: 3rem 0 0;
  padding-top: 0;
  border-radius: 2.4rem 2.4rem 0 0;
}
.q-dialog.fx-dialog .lypop_container.bottom .lypop_body {
  height: calc(100vh - 18.7rem);
}
.q-dialog.fx-dialog .lypop_container.full {
  height: 100vh;
  max-height: 100vh;
  margin: 0;
  border-radius: 0;
}
.q-dialog.fx-dialog .lypop_container.full .q-card {
  min-height: 100vh;
  border-radius: 0;
}
.q-dialog.fx-dialog .lypop_container.full .lypop_header .tit {
  margin-top: 2.2rem;
}
.q-dialog.fx-dialog .lypop_container.full .lypop_header {
  justify-content: center;
  padding: 0 4rem;
  height: 5rem;
}
.q-dialog.fx-dialog .lypop_container.full .lypop_body {
  height: calc(100vh - 13.5rem);
}
.q-dialog.fx-dialog .btn_cls.js_close {
  min-height: auto;
  padding: 0;
}
.q-dialog.fx-dialog .toast {
  display: block;
  overflow: auto;
  position: fixed;
  left: 2rem;
  right: 2rem;
  bottom: 5rem;
  z-index: 5000;
  width: calc(100% - 4rem) !important;
  background-color: rgba(0, 0, 0, 0.76);
  color: #fff;
  border-radius: 1rem !important;
  padding: 1.5rem 2rem;
  text-align: center;
  font-size: 1.3rem;
}
.q-dialog.fx-dialog.fullscreen,
.q-dialog.fx-dialog .fixed-full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* es */
.q-dialog.fx-dialog .q-dialog__inner.q-dialog__inner--left,
.q-dialog.fx-dialog .q-dialog__inner.q-dialog__inner--right {
  width: 100%;
}
.q-dialog.fx-dialog.fullscreen .q-dialog__inner--minimized .lypop_container {
  background-color: #fff;
}
.q-dialog.fx-dialog.fullscreen .q-dialog__inner--maximized .lypop_container {
  margin: 0;
  background-color: #fff;
}
.q-dialog.fx-dialog.fullscreen .q-dialog__inner--maximized .lypop_footer {
  position: fixed;
  bottom: 0;
  background-color: #fff;
}
.q-dialog.fx-dialog.fullscreen .q-dialog__inner--top .lypop_container,
.q-dialog.fx-dialog.fullscreen .q-dialog__inner--bottom .lypop_container,
.q-dialog.fx-dialog.fullscreen .q-dialog__inner--left .lypop_container,
.q-dialog.fx-dialog.fullscreen .q-dialog__inner--right .lypop_container {
  margin: 0;
}
.q-dialog.fx-dialog.fullscreen .q-dialog__inner--bottom.q-dialog__inner {
  align-items: flex-end;
}
.q-dialog.fx-dialog.fullscreen .q-dialog__inner--left > div,
.q-dialog.fx-dialog.fullscreen .q-dialog__inner--right > div {
  border-radius: 0;
}
.q-dialog.fx-dialog .q-dialog__inner--bottom > div.lypop_container {
  border-radius: 2.4rem 2.4rem 0 0 !important;
}
.q-dialog.fx-dialog .q-dialog__inner--bottom.q-dialog__inner--maximized > div.lypop_container {
  border-radius: 0 !important;
}
/* //Dialog(q-dialog, fx-dialog) */

/* Dialog - btn (q-dialog, fx-dialog, q-btn) */
.q-dialog.fx-dialog .q-btn {
  display: inline-block;
  position: relative;
  height: 46px;
  min-width: 120px;
  padding: 0 30px;
  margin: 0;
  border-radius: 4px;
  border: solid 1px #c2c2c2;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  line-height: 44px;
  text-align: center;
  background-color: #fff;
  text-transform: none;
  box-shadow: none;
}
.q-dialog.fx-dialog .q-btn:after {
  background-image: url('https://image.hanatour.com/usr/static/img2/pc/com/spr_btn.png');
}
.q-dialog.fx-dialog .q-btn:hover,
input.q-btn:not([disabled]):hover,
button.q-btn:not([disabled]):hover {
  /*border-color:#111;*/
}
.q-dialog.fx-dialog .btn_wrap .q-btn {
  min-width: 120px;
  height: 46px;
  padding: 0 30px;
  font-size: 15px;
  color: #333;
  line-height: 44px;
}
/* btn.line */
.q-dialog.fx-dialog .q-btn.line,
.search_field .q-btn.line,
.form_holder .q-btn.line {
  border: solid 1px #c2c2c2;
  color: #c2c2c2 !important;
} /* 버튼컬러 importnat */
.q-dialog.fx-dialog .q-btn.line:hover,
input.q-btn.line:not([disabled]):hover,
button.q-btn.line:not([disabled]):hover {
  border-color: #43109f;
  color: #43109f;
}
.q-dialog.fx-dialog span.q-btn.line,
.q-btn.line:disabled {
  border-color: #eaeaea;
  background-color: #eef0f3;
  color: #aaa;
  opacity: 1 !important;
}
/* btn.gray */
.q-dialog.fx-dialog .q-btn.gray {
  color: #fff !important;
  border: solid 1px #5b606e;
  background-color: #5b606e;
}
.q-dialog.fx-dialog .q-btn.gray:hover,
input.q-btn.gray:not([disabled]):hover,
button.q-btn.gray:not([disabled]):hover {
  color: #eee;
  border-color: #333;
  background-color: #333;
}
.q-dialog.fx-dialog span.q-btn.gray,
.q-btn.gray:disabled {
  border-color: #eaeaea;
  background-color: #eef0f3;
  color: #aaa;
  opacity: 1 !important;
}
/* btn.pink */
.q-dialog.fx-dialog .q-btn.pink {
  color: #fff !important;
  border: solid 1px #e3246c;
  background-color: #e3246c;
}
.q-dialog.fx-dialog .q-btn.pink:hover,
input.q-btn.pink:not([disabled]):hover,
button.q-btn.pink:not([disabled]):hover {
  color: #fff;
  border-color: #b70e4f;
  background-color: #b70e4f;
}
.q-dialog.fx-dialog span.q-btn.pink,
.q-btn.pink:disabled {
  border-color: #b7bbc1;
  background-color: #b7bbc1;
  color: #fff;
  opacity: 1 !important;
}
/* btn.arrow */
.q-dialog.fx-dialog .q-btn.arrow {
  padding-right: 41px;
  color: #e5236d;
  border: solid 1px #e5236d;
}
.q-dialog.fx-dialog .q-btn.arrow:after {
  position: absolute;
  top: 19px;
  right: 21px;
  width: 12px;
  height: 7px;
  background-position: 0 0;
}
.q-dialog.fx-dialog .q-btn.arrow.on:after {
  background-position: 0 -9px;
}
/* btn.big */
.q-dialog.fx-dialog .q-btn.big {
  min-width: 140px;
  height: 56px;
  padding: 0 35px;
  font-size: 17px;
  line-height: 54px;
}
/* btn.sml */
.q-dialog.fx-dialog .q-btn.sml,
.text_wrap .right_cont > .q-btn,
.option_wrap .right_cont > .q-btn,
.option_wrap .left_cont > .q-btn {
  min-width: 110px;
  height: 36px;
  padding: 0 20px;
  font-size: 13px;
  line-height: 34px;
}
/* btn.more */
.q-dialog.fx-dialog .q-btn.more {
  height: 42px;
  width: 100%;
  border: none;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  background-color: #f3f5f7;
  line-height: 40px;
}
.q-dialog.fx-dialog .q-btn.more:after {
  top: 4px;
  width: 12px;
  height: 7px;
  margin: 0 0 2px 7px;
  background-position: -15px 0;
}

/* //Dialog - btn (q-dialog, fx-dialog, q-btn) */

/* Dialog(q-card, fx-card / alert, confirm, prompt) */
/* ---qa + es */
.q-dialog.fx-dialog .q-card {
  position: relative;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  vertical-align: top;
  background: #fff;
}
.q-dialog.fx-dialog .q-card.q-dialog-plugin {
  width: 100%;
  border-radius: 0;
}
.q-dialog.fx-dialog .q-card.q-dialog-plugin > div:first-child {
  margin-top: 40px;
  text-align: center;
}
.q-dialog.fx-dialog .q-card > div:first-child,
.q-dialog.fx-dialog .q-card > img:first-child {
  border-top: 0;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.q-dialog.fx-dialog .q-card > div:last-child,
.q-dialog.fx-dialog .q-card > img:last-child {
  border-bottom: 0;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.q-dialog.fx-dialog .q-card > div:not(:first-child),
.q-dialog.fx-dialog .q-card > img:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.q-dialog.fx-dialog .q-card > div:not(:last-child),
.q-dialog.fx-dialog .q-card > img:not(:last-child) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.q-dialog.fx-dialog .q-card > div {
  border-left: 0;
  border-right: 0;
  box-shadow: none;
}
.q-dialog.fx-dialog .q-card--bordered {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.q-dialog.fx-dialog .q-card--dark {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.48);
}
.q-dialog.fx-dialog .q-card__section {
  position: relative; /*padding:16px; 2019-09-27 jes */
}
.q-dialog.fx-dialog .q-card__section.q-dialog__title {
  padding: 0 20px 10px;
  font-size: 22px;
  color: #111;
  font-weight: 400;
  line-height: 1;
}
.q-dialog.fx-dialog .q-card__section.q-dialog__message {
  padding: 5px 30px;
  line-height: 18px;
}
.q-dialog.fx-dialog .q-card__section .q-field--dense {
  padding: 10px 30px;
}
.q-dialog.fx-dialog .q-card__actions {
  padding: 8px;
  text-align: center;
}
.q-dialog.fx-dialog .q-card__actions .q-btn {
}
.q-dialog.fx-dialog .q-card__actions--horiz {
  margin: 20px 0 30px;
  padding: 0 30px;
}
.q-dialog.fx-dialog .q-card__actions--horiz > .q-btn-item + .q-btn-item,
.q-dialog.fx-dialog .q-card__actions--horiz > .q-btn-group + .q-btn-item,
.q-dialog.fx-dialog .q-card__actions--horiz > .q-btn-item + .q-btn-group {
  margin-left: 8px;
}
.q-dialog.fx-dialog .q-card__actions--vert > .q-btn-item + .q-btn-item,
.q-dialog.fx-dialog .q-card__actions--vert > .q-btn-group + .q-btn-item,
.q-dialog.fx-dialog .q-card__actions--vert > .q-btn-item + .q-btn-group {
  margin-top: 4px;
}
.q-dialog.fx-dialog .q-card__actions--vert > .q-btn-group > .q-btn-item {
  flex-grow: 1;
}
.q-dialog.fx-dialog .q-card__section + .q-card__section {
  padding-top: 0;
}
.q-dialog.fx-dialog .q-card > img {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 0;
}
.q-dialog.fx-dialog.prompt .q-card__section.q-dialog__message {
  /* padding:0rem 2rem 1rem; 2019-09-27 jes */
}
.q-dialog.fx-dialog.prompt .q-card__section .q-field--dense {
}
.q-dialog.fx-dialog.prompt .q-field.q-input.q-field--standard {
  /* margin:0 -16px -16px; 2019-09-27 jes */
}
.q-dialog.fx-dialog.prompt .q-card__section .q-field__control-container {
  width: 100%;
}
.q-dialog.fx-dialog.prompt .q-field.q-field--standard.q-field--dense .q-field__native {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  background-color: #fff;
  line-height: 50px;
}
/* //Dialog(q-card, fx-card / alert, confirm, prompt) */

/* Dialog - Fullscreen(q-dialog__inner--maximized / lypop_header, lypop_footer 고정. lypop_body 스크롤.) */
.q-dialog.fx-dialog .q-dialog__inner--maximized .lypop_container {
}
.q-dialog.fx-dialog .q-dialog__inner--maximized .lypop_container .lypop_header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  background-color: #fff;
}
.q-dialog.fx-dialog .q-dialog__inner--maximized .lypop_container .lypop_header button.btn_cls {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  width: 5rem;
  height: 5rem;
  background: url(https://image.hanatour.com/usr/static/img2/mobile/com/ico_close.png) no-repeat
    center center / 1.5rem 1.5rem;
}
.q-dialog.fx-dialog
  .q-dialog__inner--maximized
  .lypop_container
  .lypop_header
  button.btn_cls:before {
  display: none;
}
.q-dialog.fx-dialog .q-dialog__inner--maximized .lypop_container .lypop_body {
  overflow-y: auto;
  height: calc(100vh - 12.4rem);
  margin-top: 5rem;
  margin-bottom: 7.4rem;
  -webkit-overflow-scrolling: touch;
}
.q-dialog.fx-dialog .q-dialog__inner--maximized .lypop_container .lypop_footer {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  background-color: #fff;
}
/* //Dialog - Fullscreen(q-dialog__inner--maximized / lypop_header, lypop_footer 고정. lypop_body 스크롤.) */

/* Dialog - lypop_header, lypop_footer 없을 때, no-heade(r), no-footer class 적용.
   lypop_header, lypop_footer 2줄, 3줄 Type 일때, header-2lines, footer-2lines, header-3lines, footer-3lines
*/
.q-dialog.fx-dialog .q-dialog__inner--maximized .lypop_container.no-footer .lypop_body {
  height: calc(100vh - 5rem);
  margin-top: 5rem;
  margin-bottom: 0rem;
}

/* Dialog - dimmedPopup 달력 1Month / calendar(calendar01-스크롤 달력) */
.q-dialog.fx-dialog .lypop_container.fx-date .lypop_body .q-date.fx-date {
}
.q-dialog.fx-dialog
  .lypop_container.fx-date
  .lypop_body
  .q-date.fx-date
  .q-date__calendar-weekdays.row {
  display: inherit;
}
.q-dialog.fx-dialog
  .lypop_container.fx-date
  .lypop_body
  .q-date.fx-date
  .q-date__calendar-item
  .q-btn__content {
  display: inherit;
}
/* //Dialog - dimmedPopup 달력 1Month / calendar(calendar01-스크롤 달력) */

/* Notify(q-notification, fx-notification) */
.q-notification.fx-notification {
  display: block;
  overflow: auto;
  position: fixed; /*left:2rem; right:2rem;* 2020-03-03 jes */
  bottom: 7rem;
  z-index: 5000;
  padding: 1rem 2rem;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.76) !important;
  color: #fff;
  border-radius: 1rem;
  font-size: 1.3rem;
  text-align: center;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}
/* //Notify(q-notification, fx-notification) */

/* Tabs(q-tabs, fx-tabs, q-tab-panels, fx-tab-panels) */
/* double tab(tab-panel) */
.q-tab-panels.fx-tab-panels {
  background: #fff;
  color: #111;
}
.q-tab-panels.fx-tab-panels .q-tabs {
  padding: 0 !important;
}
.q-tab-panels.fx-tab-panels .q-tabs .q-tab {
  color: #000 !important;
}
.q-tab-panels.fx-tab-panels .q-tabs .q-tabs__content {
  background-color: #fbfbfb;
}
.q-tab-panels.fx-tab-panels .q-tabs--dense .q-tab {
  min-height: 4.4rem;
}
.q-tab-panels.fx-tab-panels .q-tab .q-tab__content {
  height: auto;
}
.q-tab-panels.fx-tab-panels .q-panel .q-tab-panel {
  padding: 2rem 0 0;
}

.q-tab-panel.fx-tab-panel {
  padding: 16px;
}

.q-tab.fx-tab {
  padding: 0 0 !important; /*min-height:48px; 20190829 psw */
  transition: color 0.3s, background-color 0.3s;
  text-transform: uppercase;
  white-space: nowrap;
  color: inherit;
  text-decoration: none;
}
.q-tab.fx-tab .q-tab--full {
  min-height: 72px;
}
.q-tab.fx-tab .q-tab--no-caps {
  text-transform: none;
}
.q-tab.fx-tab .q-tab__content {
  flex: 1;
  height: inherit;
  padding: 0 1rem !important;
  min-width: 40px;
}
.q-tab.fx-tab .q-tab__content:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #eaeaea;
}
.q-tab.fx-tab .q-tab__content--inline .q-tab__icon + .q-tab__label {
  padding-left: 8px;
}
.q-tab.fx-tab .q-tab__content .q-chip--floating {
  top: 0;
  right: -16px;
}
.q-tab.fx-tab .q-tab__icon {
  width: auto;
  height: auto;
  font-size: inherit;
}
.q-tab.fx-tab .q-tab__label {
  font-size: 14px;
  line-height: 2em;
  font-weight: 500;
}
.q-tab.fx-tab .q-badge {
  top: 3px;
  right: -12px;
}
.q-tab.fx-tab .q-tab__alert {
  position: absolute;
  top: 7px;
  right: -9px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: currentColor;
}
.q-tab.fx-tab .q-tab__indicator {
  opacity: 0;
  height: 2px;
  background: currentColor;
}
.q-tab.fx-tab .q-tab--active .q-tab__indicator {
  opacity: 0;
  transform-origin: left;
}
.q-tab.fx-tab .q-tab--inactive {
  opacity: 0.85;
}
.q-tab.fx-tab.q-tab--active .q-tab__content:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  height: 2px;
  background: #e5236d;
}
.q-tab.fx-tab.q-tab--active .q-tab__label {
  font-weight: 600;
}
.q-tab.fx-tab.q-tab--active .q-tab__icon {
  font-weight: 600;
}

.q-tabs.fx-tabs {
  padding: 0 2rem;
  transition: color 0.3s, background-color 0.3s;
  color: #111;
}
.q-tabs.fx-tabs .q-tabs--not-scrollable .q-tabs__arrow {
  display: none;
}
.q-tabs.fx-tabs .q-tabs--not-scrollable .q-tabs__content {
  border-radius: inherit;
}
.q-tabs.fx-tabs .q-tabs__arrow {
  cursor: pointer;
  min-width: 36px;
}
.q-tabs.fx-tabs .q-tabs__arrow--faded {
  opacity: 0.5;
}
.q-tabs.fx-tabs .q-tabs__content {
  overflow: hidden;
  flex: 1 1 auto;
}
.q-tabs.fx-tabs .q-tabs__content .q-tab__label {
  font-size: 1.5rem;
}
.q-tabs.fx-tabs .q-tabs__content--align-center {
  justify-content: center;
}
.q-tabs.fx-tabs .q-tabs__content--align-right {
  justify-content: flex-end;
}
.q-tabs.fx-tabs .q-tabs__content--align-justify .q-tab {
  flex: 1;
}
.q-tabs.fx-tabs .q-tabs__content.q-tabs__content--align-justify > a {
  flex: 1;
}
.q-tabs.fx-tabs .q-tabs__offset {
  display: none;
}
.q-tabs.fx-tabs .q-tabs--vertical {
  display: block !important;
  height: 100%;
}
.q-tabs.fx-tabs .q-tabs--vertical .q-tabs__content {
  display: block !important;
  height: calc(100% - 72px);
}
.q-tabs.fx-tabs .q-tabs--vertical .q-tabs__arrow {
  width: 100%;
  height: 36px;
  text-align: center;
}
.q-tabs.fx-tabs .q-tabs--vertical .q-tab {
  padding: 0 8px;
}
.q-tabs.fx-tabs .q-tabs--vertical .q-tab__indicator {
  height: unset;
  width: 2px;
}
.q-tabs.fx-tabs .q-tabs--vertical.q-tabs--not-scrollable .q-tabs__content {
  height: 100%;
}
.q-tabs.fx-tabs .q-tabs--vertical.q-tabs--dense .q-tab__content {
  min-width: 24px;
}
.q-tabs.fx-tabs .q-tabs--dense .q-tab {
  min-height: 36px;
}
.q-tabs.fx-tabs .q-tabs--dense .q-tab--full {
  min-height: 52px;
}
body.mobile .q-tabs.fx-tabs .q-tabs__content {
  overflow-x: visible;
}
body.mobile .q-tabs.fx-tabs .q-tabs__content::-webkit-scrollbar {
  display: none;
}
body.mobile .q-tabs.fx-tabs .q-tabs__arrow {
  display: none;
}
/*.q-tabs.fx-tabs.small i~.q-tab__label {font-size:1.1rem; margin-top:0.1rem;}*/

/* TabScroll(q-scroll-area, fx-scroll-area) */
.q-scroll-area.fx-scroll-area {
  position: relative;
  padding: 0 2rem; /*margin-right:5rem;*/
}
.q-scroll-area.fx-scroll-area .scroll::-webkit-scrollbar {
  display: none;
}
.q-scroll-area.fx-scroll-area.prevShadow:before {
  content: '';
  position: absolute;
  left: 2rem;
  top: -1px;
  z-index: 99;
  width: 4rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #fff),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
}
.q-scroll-area.fx-scroll-area.nextShadow:after {
  content: '';
  position: absolute;
  right: 1.9rem;
  top: -1px;
  z-index: 99;
  width: 4rem;
  height: 100%;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(0%, #fff),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
}
.q-scroll-area.fx-scroll-area > .scroll.fit {
  width: 100% !important;
}
.q-scroll-area.fx-scroll-area.sync:after {
  left: initial;
  right: 2rem;
  margin-right: 29px;
}
.q-scroll-area.fx-scroll-area .q-tabs.fx-tabs {
  padding: 0;
}
.q-scroll-area.fx-scroll-area .q-tabs.fx-tabs {
  display: inline-block;
  width: 100%;
}
.q-scroll-area.fx-scroll-area .q-tabs.fx-tabs.swipe {
  display: inline-block;
  width: auto;
}
.q-scroll-area.fx-scroll-area .q-tabs.fx-tabs.sync {
  padding-right: 3rem;
}

.q-scroll-area.fx-scroll-area.multi + .q-tab-panels.fx-tab-panels > .q-panel > .q-tab-panel {
  padding-top: 0;
}

/* tabs, panels, expansion-item ComboType(.fx-tabs.q-expansion-item.fx-expansion-item) */
/* tab in tab, Sync */
.q-tabs.fx-tabs.sync {
  position: relative;
  padding-right: 5rem;
}
.q-tabs.fx-tabs.sync:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #eaeaea;
}
.q-tabs.fx-tabs.sync .material-icons {
  font-family: 'Pretendard', 'AppleSDGothicNeo', Arial, Helvetica, serif,
    sans-serif;
}
.q-tabs.fx-tabs.sync .material-icons + div {
  line-height: 2rem;
}
.q-tabs.fx-tabs.sync .q-tab__content:after {
  display: none;
}
.q-tabs.fx-tabs.sync .q-tab.q-tab--active .q-tab__content:after {
  display: block;
}

/* tab in tab, Sync(arrow) */
.fx-tabs.q-expansion-item.fx-expansion-item {
  margin-top: -46px;
  margin-left: calc(100vw - 9rem);
}
.fx-tabs.q-expansion-item.fx-expansion-item .q-expansion-item__toggle-icon {
  border: 1px solid gray;
  border-radius: 0.5rem;
  background-color: white;
}
.fx-tabs.q-expansion-item.fx-expansion-item .q-expansion-item__content {
  margin-left: calc(-100vw + 9rem); /*margin-top:1rem;*/
}
.fx-tabs.q-expansion-item.fx-expansion-item .q-item__section--main ~ .q-item__section--side {
  padding-left: 1.8rem;
}
.fx-tabs.q-expansion-item.fx-expansion-item .q-btn {
  height: 4.2rem;
  font-size: 1.4rem;
}
.fx-tabs.q-expansion-item.fx-expansion-item .q-item {
  margin-bottom: 1rem;
  padding-right: 2rem;
  flex-flow: row-reverse;
}

/* tab in tab, Sync(.sync-toggle) */
.fx-tabs.q-expansion-item.fx-expansion-item .sync-toggle {
  flex-wrap: wrap;
  padding: 0 2rem;
}
.fx-tabs.q-expansion-item.fx-expansion-item .sync-toggle button {
  width: calc(50% - 0.5rem);
  margin-top: 0.5rem;
  border: 1px solid #e5236d;
  border-radius: 0.3rem !important;
}
.fx-tabs.q-expansion-item.fx-expansion-item .sync-toggle button:nth-child(2n) {
  margin-left: 1rem;
}
.fx-tabs.q-expansion-item.fx-expansion-item .sync-toggle button.q-btn.q-btn-item.text-col_bk {
  border: 1px solid #eaeaea;
  background: #fff;
}
.fx-tabs.q-expansion-item.fx-expansion-item .sync-toggle button.q-btn.q-btn-item.text-col_pk {
  border: 1px solid #e5236d;
  color: #e5236d;
  font-weight: 600;
}
.fx-tabs.q-expansion-item.fx-expansion-item
  .sync-toggle
  button.q-btn.q-btn-item.text-col_pk
  i.q-icon {
  font-weight: inherit;
}
.fx-tabs.q-expansion-item.fx-expansion-item
  .sync-toggle
  button.q-btn:not(.disabled):not(.q-btn--flat):not(.q-btn--outline):not(.q-btn--push):active:before,
.fx-tabs.q-expansion-item.fx-expansion-item
  .sync-toggle
  button.q-btn:not(.disabled):not(.q-btn--flat):not(.q-btn--outline):not(.q-btn--push).q-btn--active:before {
  /*box-shadow:none;*/
}
.fx-tabs.q-expansion-item.fx-expansion-item .sync-toggle i.material-icons {
  font-size: inherit;
  font-family: 'Pretendard', 'AppleSDGothicNeo', Arial, Helvetica, serif,
    sans-serif;
}
.fx-tabs.q-expansion-item.fx-expansion-item .sync-toggle i.material-icons + div {
  line-height: 1.9rem;
}

/* button-toggle */
.q-btn-toggle.fx-btn-toggle {
}

/* Slide item(.chip) */
.q-btn-toggle.fx-btn-toggle.chip {
  flex-wrap: wrap;
}
.q-btn-toggle.fx-btn-toggle.chip .q-btn {
  margin: 1rem 0 0 1rem;
  padding: 0.7rem 1.1rem;
  border-radius: 0.3rem;
  font-size: 1.3rem;
  font-weight: 600;
  background-color: #f4f5f9;
  line-height: 1.9rem;
}
/* //Tabs(q-tabs, fx-tabs, q-tab-panels, fx-tab-panels) */

/* input(q-field, fx-input) */
.q-field.fx-input {
  display: block;
  position: relative;
  margin: 0.7rem 0 1rem;
  border: none;
  border-radius: 0.3rem;
}
.q-field.fx-input .q-field__control-container input {
  color: #666;
}
.q-field.fx-input .q-field__native {
  width: 100%;
  height: 4.4rem;
  padding: 0 3.5rem 0 1.6rem;
  border: 1px solid #ddd;
  border-radius: 0.3rem;
  background-color: transparent;
  font-size: 1.5rem;
}
.q-field.fx-input .q-field__native::-webkit-input-placeholder {
  color: #bbb;
}
.q-field.fx-input .q-field__append {
  display: none;
  position: absolute;
  right: 0.8rem;
  top: 0.7rem;
  z-index: 10;
  width: 3rem;
  height: 3rem;
  text-indent: -999rem;
  white-space: nowrap;
}
.q-field.fx-input .q-field__append .q-icon.fx-icon {
  top: 0.6rem;
  left: 0.6rem;
  width: 1.8rem;
  height: 1.8rem;
  background-image: url(https://image.hanatour.com/usr/static/img2/mobile/com/btn_header_search_reset.png);
}
/*.q-field.fx-input .q-field__append:before {content:''; position:absolute; top:.6rem; left:.6rem; width:1.8rem; height:1.8rem; background:url('https://image.hanatour.com/usr/static/img2/mobile/com/btn_header_search_reset.png') no-repeat center center / 100% auto;}*/
.q-field.fx-input.q-field--focused .q-field__append {
  display: block;
}

/* //input(q-input, fx-input) */

/* i태그 (q-icon, fx-icon, material-icons) */
.q-icon.fx-icon {
  content: '';
  position: absolute;
  background: no-repeat center center / 100% auto;
}
/* Img 적용 시 ***
   top:.6rem; left:.6rem; width:1.8rem; height:1.8rem; 사용 component에 위치, 넓이 지정
   Txt 적용 시 ***
   font-size:inherit; font-weight:inherit; font-family:'Noto Sans KR', 'Malgun Gothic', 'AppleSDGothicNeo', Arial, Helvetica, serif , sans-serif; 사용 component에 글자서체, 글자 사이즈 지정 */
/* //i태그 (q-icon, fx-icon, material-icons) */

/* Rating(q-rating, fx-rating) */
.q-rating.fx-rating {
  color: #ffeb3b;
  vertical-align: middle;
}
.q-rating.fx-rating .q-rating__icon {
  position: relative;
  color: currentColor;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  opacity: 0.4;
  transition: transform 0.2s ease-in, opacity 0.2s ease-in;
}
.q-rating.fx-rating .q-rating__icon--hovered {
  transform: scale3d(1.3, 1.3, 1);
}
.q-rating.fx-rating .q-rating__icon--exselected {
  opacity: 0.7;
}
.q-rating.fx-rating .q-rating__icon--active {
  opacity: 1;
}
.q-rating.fx-rating .q-rating__icon + .q-rating__icon {
  margin-left: 2px;
}
.q-rating.fx-rating.q-rating--editable .q-icon {
  cursor: pointer;
}
.q-rating.fx-rating.q-rating--non-editable span,
.q-rating.fx-rating .q-icon {
  outline: 0;
}
/* jyk */
.q-rating.fx-rating .q-icon {
  width: 1.5rem;
  height: auto;
  margin-right: 1rem;
  transition: none;
  -webkit-transition: none;
  transform: none;
  -webkit-transform: none;
  outline-style: none;
  filter: sepia(100%);
  -webkit-filter: sepia(100%);
}
.q-rating.fx-rating .q-icon.q-rating__icon--active {
  filter: sepia(0);
  -webkit-filter: sepia(0);
}
/* //Rating(q-rating, fx-rating) */

/* Tooltip(q-btn, fx-btn, fx-tooltip, fx-tooltip2) */
.q-btn.fx-btn.fx-tooltip {
  min-height: 0;
  margin: 0.3rem 0 0 0.5rem;
  vertical-align: top;
}
.q-btn.fx-btn.fx-tooltip .q-icon {
  width: 1.5rem;
  height: auto;
  margin-right: 0;
}
.q-btn.fx-btn.fx-tooltip .q-icon ~ div {
  display: none;
}

.q-btn.fx-btn.fx-tooltip2 {
  min-height: 0;
  margin: 0.3rem 0 0 0.5rem;
  vertical-align: top;
}
.q-btn.fx-btn.fx-tooltip2 .q-icon {
  width: 1.5rem;
  height: auto;
  margin-right: 0;
}
.q-btn.fx-btn.fx-tooltip2 .q-icon ~ div {
  display: none;
}

/* Tooltip(q-menu, fx-menu, fx-tooltip-content, fx-tooltip2-menu)*/
.q-menu.fx-menu.fx-tooltip-content {
  max-width: 90vw;
}
.q-menu.fx-menu.fx-tooltip2-menu {
  max-width: 90vw !important; /*box-shadow:none;*/
}

/* Tooltip(q-card, fx-card)*/
.q-menu.fx-menu.fx-tooltip-content .q-card.fx-card,
.q-menu.fx-menu.fx-tooltip2-menu .q-card.fx-card {
  z-index: 4001;
  margin-top: 0.5rem;
  padding: 2rem;
  border: 1px solid #eaeaea;
  border-radius: 0.3rem;
  font-size: 1.3rem;
  line-height: 1.8rem;
  word-break: keep-all;
  box-shadow: none;
  color: #111;
}

/* Tooltip(q-btn, fx-btn)*/
.fx-tooltip-content .q-btn.fx-btn {
  top: 1.6rem;
  right: 1.6rem;
  min-height: 0;
  padding: 0;
}
.fx-tooltip-content .q-btn.fx-btn .q-btn__content {
  width: 1.4rem;
  height: auto;
}
.fx-tooltip-content .q-btn.fx-btn .q-btn__content img.q-icon.on-left {
  margin-right: 0;
}
.fx-tooltip-content .q-btn.fx-btn .q-btn__content img + div {
  display: none;
}

.fx-tooltip2-menu .q-btn.fx-btn {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  min-height: 0;
  padding: 0;
}
.fx-tooltip2-menu .q-btn.fx-btn .q-btn__content {
  width: 1.4rem;
  height: auto;
}
.fx-tooltip2-menu .q-btn.fx-btn .q-btn__content img.q-icon.on-left {
  margin-right: 0;
}
.fx-tooltip2-menu .q-btn.fx-btn .q-btn__content img + div {
  display: none;
}
/* //Tooltip(q-btn, fx-btn, fx-tooltip, fx-tooltip2) */

/* 컴포넌트 배포 후 페이지 단위 퍼블 수정 적용 건 */
/* Dialog(Full 날짜선택 LayerPopup) */
@media (max-width: 320px) {
  .lypop_container .lypop_body .calendar_wrap.swiper-container .day {
    height: 4.9rem;
  }
}
/* Dialog(lypopup 지역선택 BG 높이 채우기) */
.lypop_container .lypop_body.place_wrap .place_list {
  height: calc(100vh - 6rem);
}
.lypop_container .lypop_body.place_wrap .place_list .place_scroll {
  height: 100%;
}

/* Upleat 기본(3개) css - PC 적용으로 수정 내용 */
.lypop_wrap {
  max-height: inherit !important;
}

/* Dialog(lypopup wide 적용화면, .lypop_header.line2 영역 제외 스크롤 변경 적용) */
.q-dialog.fx-dialog.lypop_wrap.wide .lypop_container {
  overflow-y: hidden;
}

/* 제우스 메인 DT Bold 제거 적용 */
dt {
  font-weight: normal;
}

/* 페이지 로딩시 container 전체 반투명 BG(white-dimmed) 적용.(q-loading, fx-loading)  */
.q-loading.fx-loading.fullscreen {
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.5);
}

/* q-loading-bar 노출시 container 화면 가로 흔들리는 현상으로 overflow 제거(body.q-body--loading) */
.q-body--loading {
  overflow: initial;
}

/* q-loading-bar 노출시 red 색상 HNT-Pink 색상 적용. */
.q-loading-bar.q-loading-bar--top.bg-red {
  background: #5e2bb8 !important;
}

/* 페이지내에 스와이프 롤링 배너(api) 컨트롤 스타일  */
body > a[href^="https://nvapi.feeldmc.com"]
{
  display: none;
}

/* 호텔 예약확인Page 바우처확인 Lypopup 내에 api 스타일 영향으로 수정. */
.q-dialog.fx-dialog.fullscreen.lypop_wrap {
  background-color: inherit;
}
.q-dialog.fx-dialog.fullscreen.lypop_wrap .q-dialog__inner {
  background-color: inherit;
}

/* 닷컴 공통 레이어팝업 노출시 위치값 수정 */
\ .q-dialog.fx-dialog .q-dialog__inner .inr.system {
  overflow: inherit;
}

/* //HNT-add(2019-07-22 Edit_Start) */

/* dcr dialog :: q-card 밖에 영역 처리 */
.hnt-dialog .q-dialog__inner--bottom.q-dialog__inner--maximized > div {
  height: auto !important;
  max-width: 768px !important;
  border-radius: 20px !important;
} 
.hnt-dialog .q-dialog__inner--bottom.q-dialog__inner--minimized {
  top: auto;
} 
.hnt-dialog .q-card.marketing_multi {
  max-width: 400px;
}
.hnt-dialog .q-dialog__inner--bottom.q-dialog__inner--maximized > div.q-card.dialog-alert {
  max-width: 400px !important;
  height: auto !important;
  border-radius: 0 !important; 
}

.q-dialog.fx-dialog .q-dialog__message.tit_alert {
  text-align: left;
  font-size: 13px;
  color: #666;
}
.q-dialog.fx-dialog .q-dialog__message.tit_alert > strong {
  font-size:17px;
  color:#111;
  letter-spacing: -.68px;
  display:block;
  margin-bottom:10px
}

/* notify - Toast 아이콘타입(icon + text) - 아이콘 + 버튼 조합형(add_link) */
.q-notifications__list.q-notifications__list--top {top: 260px;}
.q-notification.toast_icon_type {padding: 20px 26px; width: auto; min-width: auto; max-width: 678px; letter-spacing: -0.68px; line-height: 1.3; border-radius: 12px; background-color: rgba(102, 102, 102, .96); box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);}
.q-notification.toast_icon_type .q-notification__message {display: flex; justify-content: center; align-items: flex-start; padding: 0;}
.q-notification.toast_icon_type .toast_icon {display: inline-block; width: 24px; height: 24px; margin-right: 8px; background-repeat: no-repeat; background-position: center; background-size: 100% auto;}
.q-notification.toast_icon_type .toast_icon.error {background-image: url(https://image.hanatour.com/usr/static/img2/pc/com/icon_notify_error_s48.png);}
.q-notification.toast_icon_type .toast_icon.info {background-image: url(https://image.hanatour.com/usr/static/img2/pc/com/icon_notify_info_s48.png);}
.q-notification.toast_icon_type .toast_icon.success {background-image: url(https://image.hanatour.com/usr/static/img2/pc/com/icon_notify_success_s48.png);}
.q-notification.toast_icon_type .toast_icon.warning {background-image: url(https://image.hanatour.com/usr/static/img2/pc/com/icon_notify_warning_s48.png);}
.q-notification.toast_icon_type .toast_text {font-size: 17px; font-weight: 500;}
.q-notification.toast_icon_type.add_link {padding: 15px 26px 16px;}
.q-notification.toast_icon_type.add_link,
.q-notification.toast_icon_type.add_link .col {width: 100%;}
.q-notification.toast_icon_type.add_link .toast_icon {margin-top: 4px;}
.q-notification.toast_icon_type.add_link .toast_text {flex: 1; padding: 4px 7px 0 0;}
.q-notification.toast_icon_type.add_link .link {height: 32px; width: 82px; margin: auto 0; color: #fff; background-color: rgba(255, 255, 255, 0.2); border-radius: 40px; font-size: 15px; font-weight: 600;letter-spacing: -0.3px; text-decoration: none; text-align: center; line-height: 3.1rem;border: 0}
/* //notify - Toast 아이콘타입(icon + text) - 아이콘 + 버튼 조합형(add_link) */


/***hnt-dialog***/
/*btn_area_bottom 공통*/
.btn_area_bottom{position: absolute;z-index: 3;padding: 20px 20px 24px;margin: 0 auto;left: 0;right: 0;bottom: 0;background-color: #fff;border: 0}
.btn_area_bottom.shadow{box-shadow: 0 -4px 16px 0 rgba(17, 17, 17, 0.12)}
.btn_area_bottom.fix, .btn_area_bottom.no-sticky{position: relative}
.btn_area_bottom .btn_bundle_wrap{display: flex;align-items: center;justify-content: center;width: 100%}
.btn_area_bottom .btn_bundle_wrap button + button{margin-left: 12px}
.btn_area_bottom .btn_bundle_wrap button.button_base_big{display: flex;align-items: center;justify-content: center;width: 100%;min-height: 52px;color: #111;font-size: 16px;font-weight: 700;letter-spacing: -0.32px;background-color: #f5f5f5;border-radius: 26px;border: 0}
.btn_area_bottom .btn_bundle_wrap button.button_base_big.em {color: #fff;background-color: #5e2bb8}
.btn_area_bottom .btn_bundle_wrap button.button_base_big.normal {color: #111;background-color: #fff;border: 1px solid #e5e5e5}
.btn_area_bottom .btn_bundle_wrap button.button_base_big.normal:disabled,  .btn_area_bottom .btn_bundle_wrap button.button_base_big.em:disabled {background-color: #f5f5f5;border: 0} 
.btn_area_bottom .btn_bundle_wrap button.button_base_big.normal:disabled span,  .btn_area_bottom .btn_bundle_wrap button.button_base_big.em:disabled span {color: #111;opacity: 0.3}
/*width size*/
.q-dialog.hnt-dialog .q-card.w500{max-width: 500px !important;}
/*alert layer*/
.hnt-dialog .q-card.alert_layer{max-width: 400px;border-radius: 20px}
/*btn_close*/
.flexible_layer .hnt_layer_wrap .header_title .btn_close,
.q-dialog.hnt-dialog .q-dialog__inner--maximized .header_title .btn_close{position: absolute;right: 20px;top: 25px;z-index:15;font-size: 0;width: 24px;height: 24px;border: 0;outline: 0}
.flexible_layer .hnt_layer_wrap .header_title .btn_close::before,
.q-dialog.hnt-dialog .q-dialog__inner--maximized .header_title .btn_close::before{display: block;content: '';position: absolute;left: 0;top: 0;width: 24px;height: 24px;background: url(https://image.hanatour.com/usr/static/img2/mobile/com/ico_close_24.png) no-repeat 0 0/100% auto}
/*header_title*/
.q-dialog.hnt-dialog .q-dialog__inner--maximized .header_title,
.flexible_layer .hnt_layer_wrap .header_title{display: flex;justify-content: flex-start;align-items:center;position: sticky;left: 0;top: 0;z-index:5;padding: 0 20px;width: auto;height: 70px;background-color: #fff}
.q-dialog.hnt-dialog .q-dialog__inner--maximized .header_title .tit,
.flexible_layer .hnt_layer_wrap .header_title .tit{display: block;padding: 0;font-size: 22px;font-weight: 700;letter-spacing: -0.88px}
/*body_content*/
.flexible_layer .hnt_layer_wrap .body_content,
.q-dialog.hnt-dialog .q-dialog__inner--maximized .body_content{overflow-y: auto;max-height: 470px;margin-bottom: 96px}
.flexible_layer .hnt_layer_wrap .body_content.no-btn,
.q-dialog.hnt-dialog .q-dialog__inner--maximized .body_content.no-btn{max-height: 566px;padding-bottom: 0;margin: 0}
.flexible_layer .hnt_layer_wrap .body_content .body_content_inner,
.q-dialog.hnt-dialog .q-dialog__inner--maximized .body_content_inner{padding: 0 2rem 2rem}
/*flexible layer*/
.dialog-wrapper .q-dialog.hnt-dialog .q-dialog__inner--minimized > div.q-card.flexible_layer,
.dialog-wrapper .q-dialog.hnt-dialog .q-dialog__inner--minimized > div.q-card.flexible_layer.terms{max-height: 636px}


/*호텔취소*/
.q-dialog.hnt-dialog .q-card.proc_full .layer_container.no-footer .layer_body{margin-bottom: 2rem}
.q-dialog.hnt-dialog .q-card.proc_full .layer_container.no-footer.layer_proc_content {padding-bottom: 2rem}
.q-dialog.hnt-dialog .q-card.proc_full .btn_area_bottom.fix,
.q-dialog.hnt-dialog .q-card.proc_flexible .btn_area_bottom.fix {position: sticky;left: 0;right: 0;bottom: 0;z-index: 50;padding-bottom: 0}