/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./apps/ais-webcr/src/theme.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Customization */
/* /Customization */
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 767px) {
  .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 991px) {
  .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 1199px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
@media (min-width: 1920px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.row-cols-7 > * {
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}
.row-cols-8 > * {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.row-cols-9 > * {
  flex: 0 0 11.1111111111%;
  max-width: 11.1111111111%;
}
.row-cols-10 > * {
  flex: 0 0 10%;
  max-width: 10%;
}
.row-cols-11 > * {
  flex: 0 0 9.0909090909%;
  max-width: 9.0909090909%;
}
.row-cols-12 > * {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 767px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .row-cols-sm-7 > * {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .row-cols-sm-8 > * {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .row-cols-sm-9 > * {
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }

  .row-cols-sm-10 > * {
    flex: 0 0 10%;
    max-width: 10%;
  }

  .row-cols-sm-11 > * {
    flex: 0 0 9.0909090909%;
    max-width: 9.0909090909%;
  }

  .row-cols-sm-12 > * {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 991px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .row-cols-md-7 > * {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .row-cols-md-8 > * {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .row-cols-md-9 > * {
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }

  .row-cols-md-10 > * {
    flex: 0 0 10%;
    max-width: 10%;
  }

  .row-cols-md-11 > * {
    flex: 0 0 9.0909090909%;
    max-width: 9.0909090909%;
  }

  .row-cols-md-12 > * {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1199px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .row-cols-lg-7 > * {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .row-cols-lg-8 > * {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .row-cols-lg-9 > * {
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }

  .row-cols-lg-10 > * {
    flex: 0 0 10%;
    max-width: 10%;
  }

  .row-cols-lg-11 > * {
    flex: 0 0 9.0909090909%;
    max-width: 9.0909090909%;
  }

  .row-cols-lg-12 > * {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1920px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .row-cols-xl-7 > * {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .row-cols-xl-8 > * {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .row-cols-xl-9 > * {
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }

  .row-cols-xl-10 > * {
    flex: 0 0 10%;
    max-width: 10%;
  }

  .row-cols-xl-11 > * {
    flex: 0 0 9.0909090909%;
    max-width: 9.0909090909%;
  }

  .row-cols-xl-12 > * {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 767px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 991px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1199px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1920px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 767px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 991px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1199px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1920px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 767px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 991px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1199px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1920px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 767px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 991px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1199px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1920px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
/**/
.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-badge-small .mat-badge-content {
  font-size: 9px;
}
.mat-badge-large .mat-badge-content {
  font-size: 24px;
}
.mat-h1,
.mat-headline,
.mat-typography .mat-h1,
.mat-typography .mat-headline,
.mat-typography h1 {
  font: 400 24px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2,
.mat-title,
.mat-typography .mat-h2,
.mat-typography .mat-title,
.mat-typography h2 {
  font: 500 20px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subheading-2,
.mat-typography .mat-h3,
.mat-typography .mat-subheading-2,
.mat-typography h3 {
  font: 400 16px / 28px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h4,
.mat-subheading-1,
.mat-typography .mat-h4,
.mat-typography .mat-subheading-1,
.mat-typography h4 {
  font: 400 15px / 24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px * 0.83) / 20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px * 0.67) / 20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong,
.mat-body-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-body-2 {
  font: 500 14px / 24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-body,
.mat-body-1,
.mat-typography .mat-body,
.mat-typography .mat-body-1,
.mat-typography {
  font: 400 14px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-body p,
.mat-body-1 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-1 p,
.mat-typography p {
  margin: 0 0 12px;
}
.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 12px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-display-4,
.mat-typography .mat-display-4 {
  font: 300 112px / 112px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}
.mat-display-3,
.mat-typography .mat-display-3 {
  font: 400 56px / 56px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}
.mat-display-2,
.mat-typography .mat-display-2 {
  font: 400 45px / 48px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}
.mat-display-1,
.mat-typography .mat-display-1 {
  font: 400 34px / 40px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-bottom-sheet-container {
  font: 400 14px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-button-toggle {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-card {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-card-title {
  font-size: 24px;
  font-weight: 500;
}
.mat-card-header .mat-card-title {
  font-size: 20px;
}
.mat-card-subtitle,
.mat-card-content {
  font-size: 14px;
}
.mat-checkbox {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}
.mat-chip {
  font-size: 14px;
  font-weight: 500;
}
.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}
.mat-table {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}
.mat-cell, .mat-footer-cell {
  font-size: 14px;
}
.mat-calendar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-calendar-body {
  font-size: 13px;
}
.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}
.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}
.mat-dialog-title {
  font: 500 20px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-expansion-panel-header {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.mat-expansion-panel-content {
  font: 400 14px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}
.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}
.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}
.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}
.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}
.mat-form-field-label {
  top: 1.34375em;
}
.mat-form-field-underline {
  bottom: 1.34375em;
}
.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}
.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  width: 133.3333333333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
  width: 133.3333433333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
  width: 133.3333533333%;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.6666666667em);
}
@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28122em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28121em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.2812em) scale(0.75);
  }
}
.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}
.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}
.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}
.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}
input.mat-input-element {
  margin-top: -0.0625em;
}
.mat-menu-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
}
.mat-radio-button {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-select {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-select-trigger {
  height: 1.125em;
}
.mat-slide-toggle-content {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-slider-thumb-label-text {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}
.mat-step-sub-label-error {
  font-weight: normal;
}
.mat-step-label-error {
  font-size: 14px;
}
.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}
.mat-tab-group {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-tab-label, .mat-tab-link {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 500 20px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0;
}
.mat-tooltip {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-list-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-list-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-list-base .mat-list-item {
  font-size: 16px;
}
.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-list-option {
  font-size: 16px;
}
.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
}
.mat-optgroup-label {
  font: 500 14px / 24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-simple-snackbar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
}
.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}
.mat-tree {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale(0);
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}
.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
@keyframes cdk-text-field-autofill-start {
  /*!*/
}
@keyframes cdk-text-field-autofill-end {
  /*!*/
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
.mat-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator {
  position: relative;
}
/**/
/**/
/**/
/**/
/*!************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[9].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[9].rules[0].oneOf[0].use[2]!./node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[9].rules[1].use[0]!./libs/shared-assets/styles/index.styl ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************/
html,
body {
  height: 100%;
  font-size: 10px;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
html body div span,
html body div div,
html body div h1,
html body div h2,
html body div h3,
html body div h4,
html body div h5,
html body div input,
html body div button,
html body div mat-option {
  font-family: var(--font-family) !important;
}
body {
  margin: 0;
  padding: 0;
  letter-spacing: 0.3px;
}
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
}
[app-root] {
  height: 100%;
  min-width: 1128px;
}
h1 {
  font-weight: var(--fw-semi-bold);
  font-size: var(--fs-h1);
  line-height: var(--lh-h1);
  font-family: var(--font-family);
  color: var(--fg-primary-color);
}
h2 {
  font-weight: var(--fw-semi-bold);
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  font-family: var(--font-family);
  color: var(--fg-primary-color);
}
h3 {
  font-weight: var(--fw-semi-bold);
  font-size: var(--fs-h3);
  line-height: var(--lh-h3);
  font-family: var(--font-family);
  color: var(--fg-primary-color);
}
h4 {
  font-weight: var(--fw-semi-bold);
  font-size: var(--fs-h4);
  line-height: var(--lh-h4);
  font-family: var(--font-family);
  color: var(--fg-primary-color);
}
.decor-title {
  font-weight: var(--fw-semi-bold);
  font-size: var(--fs-decor-title);
  line-height: var(--lh-decor-title);
  font-family: var(--font-family);
  color: var(--fg-primary-color);
}
.display-title {
  font-weight: var(--fw-semi-bold);
  font-size: var(--fs-display);
  line-height: var(--lh-display);
  font-family: var(--font-family);
  color: var(--fg-primary-color);
}
.body_text,
.kkm-table .mat-cell,
mat-form-field.kkm-form-field.mat-form-field,
.mat-tab-nav-bar .mat-tab-links .mat-tab-label,
.mat-tab-nav-bar .mat-tab-links .mat-tab-link,
.mat-radio-group {
  font-weight: var(--fw-regular);
  font-size: var(--fs-h3);
  line-height: var(--lh-h3);
  font-family: var(--font-family);
  color: var(--fg-primary-color);
}
.body_text_extended {
  font-weight: var(--fw-regular);
  font-size: var(--fs-h4);
  line-height: var(--lh-h4);
  font-family: var(--font-family);
  color: var(--fg-primary-color);
}
.hint_text {
  font-weight: var(--fw-regular);
  font-size: var(--fs-h4);
  line-height: var(--lh-h4);
  font-family: var(--font-family);
  color: var(--fg-secondary-color);
}
.hint_text.small {
  font-weight: var(--fw-regular);
  font-size: var(--fs-xs);
  line-height: var(--lh-xs);
  font-family: var(--font-family);
}
.white_text {
  color: var(--white-color);
}
.bg_text {
  color: var(--brand-bg-text-color);
}
.small_text {
  font-weight: var(--fw-regular);
  font-size: var(--fs-gh);
  line-height: var(--lh-gh);
  font-family: var(--font-family);
}
.large_text {
  font-weight: var(--fw-regular);
  font-size: var(--fs-h3);
  line-height: var(--lh-h3);
  font-family: var(--font-family);
}
.muted_text {
  color: var(--fg-secondary-color);
}
.lowercase {
  text-transform: lowercase;
}
.grid_header,
.kkm-table .mat-header-cell {
  font-weight: var(--fw-semi-bold);
  font-size: var(--fs-gh);
  line-height: var(--lh-gh);
  font-family: var(--font-family);
  color: var(--fg-primary-color);
}
.semi_bold {
  font-weight: 500 !important;
}
.bold {
  font-weight: 600 !important;
}
.fw-regular {
  font-weight: var(--fw-regular);
}
.pre-wrap {
  white-space: pre-wrap;
}
.brand-color {
  color: var(--brand-color-dark) !important;
}
.red-color {
  color: var(--red1-color) !important;
}
.gray1-color {
  color: var(--gray1-color) !important;
}
a {
  font-weight: var(--fw-medium);
  font-size: var(--fs-h4);
  line-height: var(--lh-h4);
  font-family: var(--font-family);
  color: var(--fg-link-color);
  cursor: pointer;
}
.m_t-0,
.m_y-0 {
  margin-top: 0rem;
}
.m_t-n0,
.m_y-n0 {
  margin-top: 0rem;
}
.m_b-0,
.m_y-0 {
  margin-bottom: 0rem !important;
}
.m_b-n0,
.m_y-n0 {
  margin-bottom: 0rem;
}
.m_l-0,
.m_x-0 {
  margin-left: 0rem !important;
}
.m_l-n0,
.m_x-n0 {
  margin-left: 0rem;
}
.m_r-0,
.m_x-0 {
  margin-right: 0rem;
}
.m_r-n0,
.m_x-n0 {
  margin-right: 0rem;
}
.p_t-0,
.p_y-0 {
  padding-top: 0rem;
}
.p_b-0,
.p_y-0 {
  padding-bottom: 0rem;
}
.p_l-0,
.p_x-0 {
  padding-left: 0rem;
}
.p_r-0,
.p_x-0 {
  padding-right: 0rem;
}
.m_t-1,
.m_y-1 {
  margin-top: 0.4rem;
}
.m_t-n1,
.m_y-n1 {
  margin-top: -0.4rem;
}
.m_b-1,
.m_y-1 {
  margin-bottom: 0.4rem !important;
}
.m_b-n1,
.m_y-n1 {
  margin-bottom: -0.4rem;
}
.m_l-1,
.m_x-1 {
  margin-left: 0.4rem !important;
}
.m_l-n1,
.m_x-n1 {
  margin-left: -0.4rem;
}
.m_r-1,
.m_x-1 {
  margin-right: 0.4rem;
}
.m_r-n1,
.m_x-n1 {
  margin-right: -0.4rem;
}
.p_t-1,
.p_y-1 {
  padding-top: 0.4rem;
}
.p_b-1,
.p_y-1 {
  padding-bottom: 0.4rem;
}
.p_l-1,
.p_x-1 {
  padding-left: 0.4rem;
}
.p_r-1,
.p_x-1 {
  padding-right: 0.4rem;
}
.m_t-2,
.m_y-2 {
  margin-top: 0.8rem;
}
.m_t-n2,
.m_y-n2 {
  margin-top: -0.8rem;
}
.m_b-2,
.m_y-2 {
  margin-bottom: 0.8rem !important;
}
.m_b-n2,
.m_y-n2 {
  margin-bottom: -0.8rem;
}
.m_l-2,
.m_x-2 {
  margin-left: 0.8rem !important;
}
.m_l-n2,
.m_x-n2 {
  margin-left: -0.8rem;
}
.m_r-2,
.m_x-2 {
  margin-right: 0.8rem;
}
.m_r-n2,
.m_x-n2 {
  margin-right: -0.8rem;
}
.p_t-2,
.p_y-2 {
  padding-top: 0.8rem;
}
.p_b-2,
.p_y-2 {
  padding-bottom: 0.8rem;
}
.p_l-2,
.p_x-2 {
  padding-left: 0.8rem;
}
.p_r-2,
.p_x-2 {
  padding-right: 0.8rem;
}
.m_t-3,
.m_y-3 {
  margin-top: 1.2rem;
}
.m_t-n3,
.m_y-n3 {
  margin-top: -1.2rem;
}
.m_b-3,
.m_y-3 {
  margin-bottom: 1.2rem !important;
}
.m_b-n3,
.m_y-n3 {
  margin-bottom: -1.2rem;
}
.m_l-3,
.m_x-3 {
  margin-left: 1.2rem !important;
}
.m_l-n3,
.m_x-n3 {
  margin-left: -1.2rem;
}
.m_r-3,
.m_x-3 {
  margin-right: 1.2rem;
}
.m_r-n3,
.m_x-n3 {
  margin-right: -1.2rem;
}
.p_t-3,
.p_y-3 {
  padding-top: 1.2rem;
}
.p_b-3,
.p_y-3 {
  padding-bottom: 1.2rem;
}
.p_l-3,
.p_x-3 {
  padding-left: 1.2rem;
}
.p_r-3,
.p_x-3 {
  padding-right: 1.2rem;
}
.m_t-4,
.m_y-4 {
  margin-top: 1.6rem;
}
.m_t-n4,
.m_y-n4 {
  margin-top: -1.6rem;
}
.m_b-4,
.m_y-4 {
  margin-bottom: 1.6rem !important;
}
.m_b-n4,
.m_y-n4 {
  margin-bottom: -1.6rem;
}
.m_l-4,
.m_x-4 {
  margin-left: 1.6rem !important;
}
.m_l-n4,
.m_x-n4 {
  margin-left: -1.6rem;
}
.m_r-4,
.m_x-4 {
  margin-right: 1.6rem;
}
.m_r-n4,
.m_x-n4 {
  margin-right: -1.6rem;
}
.p_t-4,
.p_y-4 {
  padding-top: 1.6rem;
}
.p_b-4,
.p_y-4 {
  padding-bottom: 1.6rem;
}
.p_l-4,
.p_x-4 {
  padding-left: 1.6rem;
}
.p_r-4,
.p_x-4 {
  padding-right: 1.6rem;
}
.m_t-5,
.m_y-5 {
  margin-top: 2rem;
}
.m_t-n5,
.m_y-n5 {
  margin-top: -2rem;
}
.m_b-5,
.m_y-5 {
  margin-bottom: 2rem !important;
}
.m_b-n5,
.m_y-n5 {
  margin-bottom: -2rem;
}
.m_l-5,
.m_x-5 {
  margin-left: 2rem !important;
}
.m_l-n5,
.m_x-n5 {
  margin-left: -2rem;
}
.m_r-5,
.m_x-5 {
  margin-right: 2rem;
}
.m_r-n5,
.m_x-n5 {
  margin-right: -2rem;
}
.p_t-5,
.p_y-5 {
  padding-top: 2rem;
}
.p_b-5,
.p_y-5 {
  padding-bottom: 2rem;
}
.p_l-5,
.p_x-5 {
  padding-left: 2rem;
}
.p_r-5,
.p_x-5 {
  padding-right: 2rem;
}
.m_t-6,
.m_y-6 {
  margin-top: 2.4rem;
}
.m_t-n6,
.m_y-n6 {
  margin-top: -2.4rem;
}
.m_b-6,
.m_y-6 {
  margin-bottom: 2.4rem !important;
}
.m_b-n6,
.m_y-n6 {
  margin-bottom: -2.4rem;
}
.m_l-6,
.m_x-6 {
  margin-left: 2.4rem !important;
}
.m_l-n6,
.m_x-n6 {
  margin-left: -2.4rem;
}
.m_r-6,
.m_x-6 {
  margin-right: 2.4rem;
}
.m_r-n6,
.m_x-n6 {
  margin-right: -2.4rem;
}
.p_t-6,
.p_y-6 {
  padding-top: 2.4rem;
}
.p_b-6,
.p_y-6 {
  padding-bottom: 2.4rem;
}
.p_l-6,
.p_x-6 {
  padding-left: 2.4rem;
}
.p_r-6,
.p_x-6 {
  padding-right: 2.4rem;
}
.m_t-7,
.m_y-7 {
  margin-top: 2.8rem;
}
.m_t-n7,
.m_y-n7 {
  margin-top: -2.8rem;
}
.m_b-7,
.m_y-7 {
  margin-bottom: 2.8rem !important;
}
.m_b-n7,
.m_y-n7 {
  margin-bottom: -2.8rem;
}
.m_l-7,
.m_x-7 {
  margin-left: 2.8rem !important;
}
.m_l-n7,
.m_x-n7 {
  margin-left: -2.8rem;
}
.m_r-7,
.m_x-7 {
  margin-right: 2.8rem;
}
.m_r-n7,
.m_x-n7 {
  margin-right: -2.8rem;
}
.p_t-7,
.p_y-7 {
  padding-top: 2.8rem;
}
.p_b-7,
.p_y-7 {
  padding-bottom: 2.8rem;
}
.p_l-7,
.p_x-7 {
  padding-left: 2.8rem;
}
.p_r-7,
.p_x-7 {
  padding-right: 2.8rem;
}
.m_t-8,
.m_y-8 {
  margin-top: 3.2rem;
}
.m_t-n8,
.m_y-n8 {
  margin-top: -3.2rem;
}
.m_b-8,
.m_y-8 {
  margin-bottom: 3.2rem !important;
}
.m_b-n8,
.m_y-n8 {
  margin-bottom: -3.2rem;
}
.m_l-8,
.m_x-8 {
  margin-left: 3.2rem !important;
}
.m_l-n8,
.m_x-n8 {
  margin-left: -3.2rem;
}
.m_r-8,
.m_x-8 {
  margin-right: 3.2rem;
}
.m_r-n8,
.m_x-n8 {
  margin-right: -3.2rem;
}
.p_t-8,
.p_y-8 {
  padding-top: 3.2rem;
}
.p_b-8,
.p_y-8 {
  padding-bottom: 3.2rem;
}
.p_l-8,
.p_x-8 {
  padding-left: 3.2rem;
}
.p_r-8,
.p_x-8 {
  padding-right: 3.2rem;
}
.m_t-9,
.m_y-9 {
  margin-top: 3.6rem;
}
.m_t-n9,
.m_y-n9 {
  margin-top: -3.6rem;
}
.m_b-9,
.m_y-9 {
  margin-bottom: 3.6rem !important;
}
.m_b-n9,
.m_y-n9 {
  margin-bottom: -3.6rem;
}
.m_l-9,
.m_x-9 {
  margin-left: 3.6rem !important;
}
.m_l-n9,
.m_x-n9 {
  margin-left: -3.6rem;
}
.m_r-9,
.m_x-9 {
  margin-right: 3.6rem;
}
.m_r-n9,
.m_x-n9 {
  margin-right: -3.6rem;
}
.p_t-9,
.p_y-9 {
  padding-top: 3.6rem;
}
.p_b-9,
.p_y-9 {
  padding-bottom: 3.6rem;
}
.p_l-9,
.p_x-9 {
  padding-left: 3.6rem;
}
.p_r-9,
.p_x-9 {
  padding-right: 3.6rem;
}
.m_t-10,
.m_y-10 {
  margin-top: 4rem;
}
.m_t-n10,
.m_y-n10 {
  margin-top: -4rem;
}
.m_b-10,
.m_y-10 {
  margin-bottom: 4rem !important;
}
.m_b-n10,
.m_y-n10 {
  margin-bottom: -4rem;
}
.m_l-10,
.m_x-10 {
  margin-left: 4rem !important;
}
.m_l-n10,
.m_x-n10 {
  margin-left: -4rem;
}
.m_r-10,
.m_x-10 {
  margin-right: 4rem;
}
.m_r-n10,
.m_x-n10 {
  margin-right: -4rem;
}
.p_t-10,
.p_y-10 {
  padding-top: 4rem;
}
.p_b-10,
.p_y-10 {
  padding-bottom: 4rem;
}
.p_l-10,
.p_x-10 {
  padding-left: 4rem;
}
.p_r-10,
.p_x-10 {
  padding-right: 4rem;
}
.m_t-11,
.m_y-11 {
  margin-top: 4.4rem;
}
.m_t-n11,
.m_y-n11 {
  margin-top: -4.4rem;
}
.m_b-11,
.m_y-11 {
  margin-bottom: 4.4rem !important;
}
.m_b-n11,
.m_y-n11 {
  margin-bottom: -4.4rem;
}
.m_l-11,
.m_x-11 {
  margin-left: 4.4rem !important;
}
.m_l-n11,
.m_x-n11 {
  margin-left: -4.4rem;
}
.m_r-11,
.m_x-11 {
  margin-right: 4.4rem;
}
.m_r-n11,
.m_x-n11 {
  margin-right: -4.4rem;
}
.p_t-11,
.p_y-11 {
  padding-top: 4.4rem;
}
.p_b-11,
.p_y-11 {
  padding-bottom: 4.4rem;
}
.p_l-11,
.p_x-11 {
  padding-left: 4.4rem;
}
.p_r-11,
.p_x-11 {
  padding-right: 4.4rem;
}
.m_t-12,
.m_y-12 {
  margin-top: 4.800000000000001rem;
}
.m_t-n12,
.m_y-n12 {
  margin-top: -4.800000000000001rem;
}
.m_b-12,
.m_y-12 {
  margin-bottom: 4.800000000000001rem !important;
}
.m_b-n12,
.m_y-n12 {
  margin-bottom: -4.800000000000001rem;
}
.m_l-12,
.m_x-12 {
  margin-left: 4.800000000000001rem !important;
}
.m_l-n12,
.m_x-n12 {
  margin-left: -4.800000000000001rem;
}
.m_r-12,
.m_x-12 {
  margin-right: 4.800000000000001rem;
}
.m_r-n12,
.m_x-n12 {
  margin-right: -4.800000000000001rem;
}
.p_t-12,
.p_y-12 {
  padding-top: 4.800000000000001rem;
}
.p_b-12,
.p_y-12 {
  padding-bottom: 4.800000000000001rem;
}
.p_l-12,
.p_x-12 {
  padding-left: 4.800000000000001rem;
}
.p_r-12,
.p_x-12 {
  padding-right: 4.800000000000001rem;
}
.m_t-13,
.m_y-13 {
  margin-top: 5.2rem;
}
.m_t-n13,
.m_y-n13 {
  margin-top: -5.2rem;
}
.m_b-13,
.m_y-13 {
  margin-bottom: 5.2rem !important;
}
.m_b-n13,
.m_y-n13 {
  margin-bottom: -5.2rem;
}
.m_l-13,
.m_x-13 {
  margin-left: 5.2rem !important;
}
.m_l-n13,
.m_x-n13 {
  margin-left: -5.2rem;
}
.m_r-13,
.m_x-13 {
  margin-right: 5.2rem;
}
.m_r-n13,
.m_x-n13 {
  margin-right: -5.2rem;
}
.p_t-13,
.p_y-13 {
  padding-top: 5.2rem;
}
.p_b-13,
.p_y-13 {
  padding-bottom: 5.2rem;
}
.p_l-13,
.p_x-13 {
  padding-left: 5.2rem;
}
.p_r-13,
.p_x-13 {
  padding-right: 5.2rem;
}
.m_t-14,
.m_y-14 {
  margin-top: 5.600000000000001rem;
}
.m_t-n14,
.m_y-n14 {
  margin-top: -5.600000000000001rem;
}
.m_b-14,
.m_y-14 {
  margin-bottom: 5.600000000000001rem !important;
}
.m_b-n14,
.m_y-n14 {
  margin-bottom: -5.600000000000001rem;
}
.m_l-14,
.m_x-14 {
  margin-left: 5.600000000000001rem !important;
}
.m_l-n14,
.m_x-n14 {
  margin-left: -5.600000000000001rem;
}
.m_r-14,
.m_x-14 {
  margin-right: 5.600000000000001rem;
}
.m_r-n14,
.m_x-n14 {
  margin-right: -5.600000000000001rem;
}
.p_t-14,
.p_y-14 {
  padding-top: 5.600000000000001rem;
}
.p_b-14,
.p_y-14 {
  padding-bottom: 5.600000000000001rem;
}
.p_l-14,
.p_x-14 {
  padding-left: 5.600000000000001rem;
}
.p_r-14,
.p_x-14 {
  padding-right: 5.600000000000001rem;
}
.m_t-15,
.m_y-15 {
  margin-top: 6rem;
}
.m_t-n15,
.m_y-n15 {
  margin-top: -6rem;
}
.m_b-15,
.m_y-15 {
  margin-bottom: 6rem !important;
}
.m_b-n15,
.m_y-n15 {
  margin-bottom: -6rem;
}
.m_l-15,
.m_x-15 {
  margin-left: 6rem !important;
}
.m_l-n15,
.m_x-n15 {
  margin-left: -6rem;
}
.m_r-15,
.m_x-15 {
  margin-right: 6rem;
}
.m_r-n15,
.m_x-n15 {
  margin-right: -6rem;
}
.p_t-15,
.p_y-15 {
  padding-top: 6rem;
}
.p_b-15,
.p_y-15 {
  padding-bottom: 6rem;
}
.p_l-15,
.p_x-15 {
  padding-left: 6rem;
}
.p_r-15,
.p_x-15 {
  padding-right: 6rem;
}
.m_t-16,
.m_y-16 {
  margin-top: 6.4rem;
}
.m_t-n16,
.m_y-n16 {
  margin-top: -6.4rem;
}
.m_b-16,
.m_y-16 {
  margin-bottom: 6.4rem !important;
}
.m_b-n16,
.m_y-n16 {
  margin-bottom: -6.4rem;
}
.m_l-16,
.m_x-16 {
  margin-left: 6.4rem !important;
}
.m_l-n16,
.m_x-n16 {
  margin-left: -6.4rem;
}
.m_r-16,
.m_x-16 {
  margin-right: 6.4rem;
}
.m_r-n16,
.m_x-n16 {
  margin-right: -6.4rem;
}
.p_t-16,
.p_y-16 {
  padding-top: 6.4rem;
}
.p_b-16,
.p_y-16 {
  padding-bottom: 6.4rem;
}
.p_l-16,
.p_x-16 {
  padding-left: 6.4rem;
}
.p_r-16,
.p_x-16 {
  padding-right: 6.4rem;
}
.m_t-17,
.m_y-17 {
  margin-top: 6.800000000000001rem;
}
.m_t-n17,
.m_y-n17 {
  margin-top: -6.800000000000001rem;
}
.m_b-17,
.m_y-17 {
  margin-bottom: 6.800000000000001rem !important;
}
.m_b-n17,
.m_y-n17 {
  margin-bottom: -6.800000000000001rem;
}
.m_l-17,
.m_x-17 {
  margin-left: 6.800000000000001rem !important;
}
.m_l-n17,
.m_x-n17 {
  margin-left: -6.800000000000001rem;
}
.m_r-17,
.m_x-17 {
  margin-right: 6.800000000000001rem;
}
.m_r-n17,
.m_x-n17 {
  margin-right: -6.800000000000001rem;
}
.p_t-17,
.p_y-17 {
  padding-top: 6.800000000000001rem;
}
.p_b-17,
.p_y-17 {
  padding-bottom: 6.800000000000001rem;
}
.p_l-17,
.p_x-17 {
  padding-left: 6.800000000000001rem;
}
.p_r-17,
.p_x-17 {
  padding-right: 6.800000000000001rem;
}
.m_t-18,
.m_y-18 {
  margin-top: 7.2rem;
}
.m_t-n18,
.m_y-n18 {
  margin-top: -7.2rem;
}
.m_b-18,
.m_y-18 {
  margin-bottom: 7.2rem !important;
}
.m_b-n18,
.m_y-n18 {
  margin-bottom: -7.2rem;
}
.m_l-18,
.m_x-18 {
  margin-left: 7.2rem !important;
}
.m_l-n18,
.m_x-n18 {
  margin-left: -7.2rem;
}
.m_r-18,
.m_x-18 {
  margin-right: 7.2rem;
}
.m_r-n18,
.m_x-n18 {
  margin-right: -7.2rem;
}
.p_t-18,
.p_y-18 {
  padding-top: 7.2rem;
}
.p_b-18,
.p_y-18 {
  padding-bottom: 7.2rem;
}
.p_l-18,
.p_x-18 {
  padding-left: 7.2rem;
}
.p_r-18,
.p_x-18 {
  padding-right: 7.2rem;
}
.m_t-19,
.m_y-19 {
  margin-top: 7.600000000000001rem;
}
.m_t-n19,
.m_y-n19 {
  margin-top: -7.600000000000001rem;
}
.m_b-19,
.m_y-19 {
  margin-bottom: 7.600000000000001rem !important;
}
.m_b-n19,
.m_y-n19 {
  margin-bottom: -7.600000000000001rem;
}
.m_l-19,
.m_x-19 {
  margin-left: 7.600000000000001rem !important;
}
.m_l-n19,
.m_x-n19 {
  margin-left: -7.600000000000001rem;
}
.m_r-19,
.m_x-19 {
  margin-right: 7.600000000000001rem;
}
.m_r-n19,
.m_x-n19 {
  margin-right: -7.600000000000001rem;
}
.p_t-19,
.p_y-19 {
  padding-top: 7.600000000000001rem;
}
.p_b-19,
.p_y-19 {
  padding-bottom: 7.600000000000001rem;
}
.p_l-19,
.p_x-19 {
  padding-left: 7.600000000000001rem;
}
.p_r-19,
.p_x-19 {
  padding-right: 7.600000000000001rem;
}
.m_t-20,
.m_y-20 {
  margin-top: 8rem;
}
.m_t-n20,
.m_y-n20 {
  margin-top: -8rem;
}
.m_b-20,
.m_y-20 {
  margin-bottom: 8rem !important;
}
.m_b-n20,
.m_y-n20 {
  margin-bottom: -8rem;
}
.m_l-20,
.m_x-20 {
  margin-left: 8rem !important;
}
.m_l-n20,
.m_x-n20 {
  margin-left: -8rem;
}
.m_r-20,
.m_x-20 {
  margin-right: 8rem;
}
.m_r-n20,
.m_x-n20 {
  margin-right: -8rem;
}
.p_t-20,
.p_y-20 {
  padding-top: 8rem;
}
.p_b-20,
.p_y-20 {
  padding-bottom: 8rem;
}
.p_l-20,
.p_x-20 {
  padding-left: 8rem;
}
.p_r-20,
.p_x-20 {
  padding-right: 8rem;
}
.m_b-half {
  margin-bottom: 0.2rem;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.flex {
  display: flex;
}
.h-fluid {
  height: 100%;
}
.h-0 {
  height: 0;
}
.w-fluid {
  width: 100%;
}
.w-0 {
  width: 0;
}
.w-auto {
  width: auto !important;
}
.min-w-auto {
  min-width: auto !important;
}
.of-auto {
  overflow: auto;
}
.of-hidden {
  overflow: hidden;
}
.of-scroll {
  overflow: scroll;
}
.opacity-zero {
  opacity: 0;
}
.sticky-top {
  position: sticky;
  top: 0;
}
.sticky-bottom {
  position: sticky;
  bottom: 0;
}
.pointer {
  cursor: pointer;
}
.no-text-decoration {
  text-decoration: none;
}
.underline {
  text-decoration: underline;
}
input:-internal-autofill-selected {
  background-color: transparent !important;
  color: inherit !important;
}
.box_shadow {
  box-shadow: 0 0 2px rgba(0,0,0,0.15);
}
.shadow-none {
  box-shadow: none !important;
}
.gray2_border {
  border: 1px solid var(--gray2-color) !important;
}
.bottom_border {
  border-bottom: 1px solid var(--gray2-color);
}
.transparent-area {
  background-color: transparent !important;
}
.white-area {
  background-color: var(--white-color);
}
.primary-area {
  background-color: var(--bg-primary-color);
}
.secondary-area {
  background-color: var(--bg-secondary-color);
}
.warning-area {
  background-color: var(--bg-warning-color);
}
.success-area {
  background-color: var(--bg-success-color);
  padding: 1.6rem;
}
.success-area_absolute-top {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 0.8rem;
  z-index: 3000;
}
.fail-area {
  font-weight: var(--fw-regular);
  font-size: var(--fs-h4);
  line-height: var(--lh-h4);
  font-family: var(--font-family);
  color: var(--fg-primary-color);
  background-color: var(--bg-fail-color);
  padding: 1.6rem;
  border-radius: 0.2rem;
}
.fail-area_absolute-top {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 0.8rem;
  z-index: 3000;
}
.fail-area_absolute-top .reload-page-link {
  color: #000;
  font-weight: var(--fw-semi-bold);
  text-decoration: underline;
}
.fail-area.webcr {
  border-radius: 0.4rem;
}
.filter-area {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  box-shadow: 0 0 2px rgba(0,0,0,0.15);
  margin: 1px auto;
}
.sidepage {
  padding: 2.4rem 2.4rem 3.2rem 4.8rem;
}
.sidepage__overlay {
  position: absolute;
  display: none;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.sidepage__overlay.is-opened {
  display: block;
}
.in_progress {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: var(--fg-secondary-color);
}
.in_progress:before {
  content: attr(data-text);
  margin-right: 2.4rem;
}
.in_progress:after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url("/assets/spinner-small.svg") center no-repeat;
  background-size: 2.4rem;
  animation-name: rotation;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.preloader {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.preloader:before {
  content: "";
  display: block;
  background: url("/assets/spinner-small.svg") center no-repeat;
  animation-name: rotation;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.preloader.small:before {
  width: 2.4rem;
  height: 2.4rem;
  background-size: 2.4rem;
}
.preloader.middle:before {
  width: 5rem;
  height: 5rem;
  background-size: 5rem;
}
.preloader.big:before {
  width: 10rem;
  height: 10rem;
  background-size: 10rem;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
button.kkm-button {
  transition: all 0.15s ease-in-out;
}
button.kkm-button.mat-button,
button.kkm-button.mat-stroked-button {
  font-weight: var(--fw-medium);
  font-size: var(--fs-h4);
  line-height: var(--lh-h4);
  font-family: var(--font-family);
  color: var(--fg-primary-color);
  border-radius: 0.2rem;
}
button.kkm-button_compact {
  height: 4.8rem !important;
  padding: 0.8rem 3.2rem !important;
}
button.kkm-button_loading:before {
  content: "";
  position: absolute;
  background-image: url("/assets/loader-mini.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 28px;
  height: 28px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
  animation-name: rotate-loader;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
button.kkm-button_loading-brand-color:before {
  background-image: url("/assets/loader-mini-brand-color.svg");
}
button.kkm-button.outlined {
  border: 1px solid #edeef9;
  background-color: var(--white-color);
  color: var(--brand-color) !important;
}
button.kkm-button.outlined:hover:not([disabled="true"]) {
  border-color: var(--brand-color);
}
button.kkm-button.outlined:active:not([disabled="true"]) {
  border-color: var(--brand-color);
  color: var(--brand-focus-color) !important;
}
button.kkm-button.outlined:focus:not([disabled="true"]) {
  border-color: var(--brand-focus-color);
  color: var(--brand-focus-color) !important;
}
button.kkm-button.outlined[disabled="true"] {
  opacity: 0.5;
}
button.kkm-button.mat-button {
  padding: 1.4rem 3.2rem;
  height: 5.2rem;
}
button.kkm-button.mat-button.narrow {
  padding: 0.8rem 1.6rem;
  font-weight: var(--fw-medium);
}
button.kkm-button.mat-button.action {
  min-width: 160px;
  height: 56px;
}
button.kkm-button.mat-button.wide {
  min-width: 10.9rem;
}
button.kkm-button.mat-button.fixed-height {
  height: 4rem;
  padding-bottom: 0;
  padding-top: 0;
}
button.kkm-button.mat-button.link {
  border: none;
  text-decoration: underline;
  padding: 0.8rem 1.6rem;
}
button.kkm-button.mat-button.link.primary[disabled="true"] {
  opacity: 0.5;
}
button.kkm-button.mat-button.link.primary:not([disabled="true"]):hover {
  color: var(--brand-hover-color);
}
button.kkm-button.mat-button.link.primary:not([disabled="true"]):active,
button.kkm-button.mat-button.link.primary:not([disabled="true"]):focus {
  color: var(--brand-focus-color);
}
button.kkm-button.mat-button.mat-button-base.mat-primary {
  background-color: var(--brand-color);
  color: var(--primary-button-color);
}
button.kkm-button.mat-button.mat-button-base.mat-primary[disabled="true"] {
  opacity: 0.5;
}
button.kkm-button.mat-button.mat-button-base.mat-primary:not([disabled="true"]):hover {
  background-color: var(--brand-hover-color);
}
button.kkm-button.mat-button.mat-button-base.mat-primary:not([disabled="true"]):active,
button.kkm-button.mat-button.mat-button-base.mat-primary:not([disabled="true"]):focus {
  background-color: var(--brand-focus-color);
}
button.kkm-button.mat-button .mat-button-wrapper .mat-icon + span {
  margin-left: 8px;
}
button.kkm-button.mat-stroked-button {
  padding: 1.5rem 1.6rem;
  border: 1px solid var(--border-color);
  color: var(--black-color);
}
button.kkm-button.mat-stroked-button.primary-color {
  color: var(--brand-color) !important;
}
button.kkm-button.mat-stroked-button.narrow {
  padding: 0.7rem 1.6rem;
  min-width: 12rem;
}
button.kkm-button.mat-stroked-button.auto-min-width {
  min-width: auto;
}
button.kkm-button.mat-stroked-button.wide {
  min-width: 10.9rem;
}
button.kkm-button.mat-stroked-button.action {
  min-width: 160px;
  height: 56px;
}
button.kkm-button.mat-stroked-button.link {
  border: none;
  text-decoration: underline;
  padding: 0.8rem 1.6rem;
}
button.kkm-button.mat-stroked-button.mat-button-base.mat-primary {
  background-color: var(--white-color);
}
button.kkm-button.mat-stroked-button.mat-button-base.mat-primary[disabled="true"] {
  opacity: 0.5;
}
button.kkm-button.mat-stroked-button.mat-button-base.mat-primary:not([disabled="true"]):hover {
  border-color: var(--brand-hover-color);
}
button.kkm-button.mat-stroked-button.mat-button-base.mat-primary:not([disabled="true"]):active,
button.kkm-button.mat-stroked-button.mat-button-base.mat-primary:not([disabled="true"]):focus {
  border-color: var(--brand-focus-color);
}
button.kkm-button.mat-icon-button,
button.kkm-button.kkm-icon-button {
  background-color: transparent;
  border: none;
}
button.kkm-button.mat-icon-button outline none .mat-icon.medium,
button.kkm-button.kkm-icon-button outline none .mat-icon.medium {
  height: 1.6rem !important;
  width: 1.6rem !important;
}
button.kkm-button.mat-icon-button outline none .mat-icon.large,
button.kkm-button.kkm-icon-button outline none .mat-icon.large {
  height: 2rem !important;
  width: 2rem !important;
}
button.kkm-button.mat-icon-button outline none .mat-icon.small,
button.kkm-button.kkm-icon-button outline none .mat-icon.small {
  height: 1.2rem !important;
  width: 1.2rem !important;
}
button.kkm-button.mat-icon-button.small .mat-icon,
button.kkm-button.kkm-icon-button.small .mat-icon {
  height: 1.6rem;
  width: 1.6rem;
}
button.kkm-button.mat-icon-button.medium,
button.kkm-button.kkm-icon-button.medium {
  height: 2.4rem;
  width: 2.4rem;
  line-height: 2.4rem;
}
button.icon-button {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
button.icon-button .mat-icon.small {
  height: 1.2rem !important;
  width: 1.2rem !important;
}
button.icon-button .mat-icon.medium {
  height: 1.6rem !important;
  width: 1.6rem !important;
}
button.icon-button .mat-icon.large {
  height: 2rem !important;
  width: 2rem !important;
}
button.icon-button .mat-icon.giant {
  height: 2.4rem !important;
  width: 2.4rem !important;
}
button.webcr.kkm-button.mat-button,
button.webcr.kkm-button.mat-stroked-button {
  border-radius: 0.4rem !important;
}
button.webcr.kkm-button.outlined {
  border: 1px solid var(--brand-color);
  background-color: var(--white-color);
  color: var(--brand-color);
}
button.webcr.kkm-button.outlined:hover:not([disabled="true"]),
button.webcr.kkm-button.outlined:active,
button.webcr.kkm-button.outlined:focus {
  border-color: var(--brand-color);
  background-color: var(--color-primary-light);
}
button.webcr.kkm-button.outlined[disabled="true"] {
  opacity: 0.5;
}
@media (max-width: 767px) {
  button.webcr.kkm-button {
    height: 4.8rem !important;
    padding: 1.2rem 3.2rem !important;
  }
}
.eye-button {
  visibility: hidden;
}
.eye-button_visible-by-input .eye-button {
  visibility: visible;
}
.eye-button_visible-by-hover:hover {
  visibility: visible;
}
button.reset-filter-button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--brand-color);
  background-color: var(--white-color) !important;
  border-radius: 0.2rem;
  border: 1px solid var(--gray2-color) !important;
}
button.reset-filter-button .mat-icon {
  width: 12px !important;
  height: 12px !important;
}
.kkm-button__filters_show {
  background-color: #f7f8fc !important;
}
.kkm-button__filters-count {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--brand-color);
  font-style: normal;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.2px;
  margin-left: 8px;
}
@keyframes rotate-loader {
  0% {
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) translateY(-50%) rotate(360deg);
  }
}
.kkm-table {
  table-layout: auto;
}
.kkm-table .mat-row,
.kkm-table .mat-header-row {
  border: none;
}
.kkm-table .mat-row {
  background-color: var(--white-color);
}
.kkm-table .mat-row.disabled {
  background-color: var(--bg-primary-color);
}
.kkm-table .mat-row.disabled .mat-cell {
  color: var(--fg-secondary-color);
}
.kkm-table .mat-header-row {
  align-items: stretch;
  min-height: 5.2rem;
  box-shadow: 0 0 2px rgba(0,0,0,0.15);
}
.kkm-table .mat-cell,
.kkm-table .mat-footer-cell {
  border-bottom: 1px solid var(--border-color);
}
.kkm-table.with-hover .mat-row:hover {
  background-color: var(--brand-hover-light-color);
}
.kkm-table.responsive-cells .mat-row {
  align-items: stretch;
}
.kkm-table.responsive-cells .mat-cell {
  height: auto;
}
.kkm-table .mat-header-cell {
  background-color: var(--bg-primary-color);
  border-bottom: none;
}
.kkm-table .mat-header-cell.mat-sort-header .mat-sort-header-container {
  flex-grow: 1;
}
.kkm-table .mat-header-cell.mat-sort-header .mat-sort-header-container .mat-sort-header-arrow {
  margin: 0 2.4rem 0 0.8rem;
}
.kkm-table .mat-header-cell.mat-sort-header .mat-sort-header-container .mat-sort-header-arrow .mat-sort-header-stem,
.kkm-table .mat-header-cell.mat-sort-header .mat-sort-header-container .mat-sort-header-arrow .mat-sort-header-indicator .mat-sort-header-pointer-left,
.kkm-table .mat-header-cell.mat-sort-header .mat-sort-header-container .mat-sort-header-arrow .mat-sort-header-indicator .mat-sort-header-pointer-right,
.kkm-table .mat-header-cell.mat-sort-header .mat-sort-header-container .mat-sort-header-arrow .mat-sort-header-indicator .mat-sort-header-pointer-middle {
  background: none;
}
.kkm-table .mat-header-cell.mat-sort-header .mat-sort-header-container .mat-sort-header-arrow:after {
  display: block;
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background: url("/assets/sort.svg") center no-repeat;
  transform: rotate(180deg);
  background-size: 1.4rem;
  color: var(--gray2-color);
}
.kkm-table .mat-header-cell.mat-sort-header[aria-sort='descending'] .mat-sort-header-arrow:after {
  transform: rotate(0deg);
}
.kkm-table tr.mat-header-row,
.kkm-table .mat-header-row {
  min-height: 5.2rem;
  height: auto;
}
.kkm-table .mat-header-cell,
.kkm-table .mat-cell,
.kkm-table .mat-footer-cell {
  min-height: 5.2rem;
  padding: 1.6rem 0.8rem 1.6rem 2.4rem;
}
.kkm-table .mat-header-cell a,
.kkm-table .mat-cell a,
.kkm-table .mat-footer-cell a {
  font: var(--fw-regular) var(--fs-h3) var(--font-family);
}
.mat-sort-header-end .mat-sort-header-container {
  flex-grow: 0 !important;
}
.mat-sort-header-end .mat-sort-header-arrow {
  margin-right: 0 !important;
}
.mat-expansion-panel.kkm-expansion-panel {
  margin-bottom: 0.8rem;
  box-shadow: 0 1px 8px rgba(0,0,0,0.04);
  border-radius: 2px !important;
}
.mat-expansion-panel.kkm-expansion-panel .mat-expansion-panel-header,
.mat-expansion-panel.kkm-expansion-panel .mat-expansion-panel-content .mat-expansion-panel-body {
  padding: 0;
}
.mat-expansion-panel.kkm-expansion-panel.mat-expansion-panel-spacing {
  margin-top: 0;
  margin-bottom: 1rem;
}
.kkm-expansion-panel-arrow {
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  opacity: 0.7;
  vertical-align: middle;
  border: 2px solid var(--fg-secondary-color);
  border-left: none;
  border-top: none;
  border-radius: 2px;
  transform: rotate(-45deg);
  transition: transform ease-in 0.1s;
}
.kkm-expansion-panel-arrow.expanded {
  transform: rotate(45deg);
}
mat-form-field.kkm-form-field.mat-form-field {
  line-height: 2rem;
  box-sizing: border-box;
/* Appearance = fill */
}
mat-form-field.kkm-form-field.mat-form-field.gray .mat-form-field-wrapper {
  background-color: var(--gray-color);
}
mat-form-field.kkm-form-field.mat-form-field .mat-form-field-wrapper {
  background-color: var(--white-color);
}
mat-form-field.kkm-form-field.mat-form-field .kkm-icon-button.mat-icon-button {
  width: 1.6rem !important;
  height: 1.6rem !important;
}
mat-form-field.kkm-form-field.mat-form-field .mat-form-field-label {
  font-weight: var(--fw-regular);
  font-size: var(--fs-h4);
  line-height: var(--lh-h4);
  font-family: var(--font-family);
  color: var(--fg-secondary-color);
}
mat-form-field.kkm-form-field.mat-form-field .mat-form-field-prefix svg,
mat-form-field.kkm-form-field.mat-form-field .mat-form-field-suffix svg,
mat-form-field.kkm-form-field.mat-form-field .mat-form-field-prefix path,
mat-form-field.kkm-form-field.mat-form-field .mat-form-field-suffix path,
mat-form-field.kkm-form-field.mat-form-field .mat-form-field-prefix rect,
mat-form-field.kkm-form-field.mat-form-field .mat-form-field-suffix rect {
  fill: var(--fg-secondary-color);
  opacity: 0.7;
}
mat-form-field.kkm-form-field.mat-form-field .mat-form-field-required-marker {
  display: none;
}
mat-form-field.kkm-form-field.mat-form-field.mat-form-field-appearance-fill .mat-form-field-flex:hover {
  border: 0.1rem solid var(--gray1-color);
}
mat-form-field.kkm-form-field.mat-form-field.mat-form-field-appearance-fill.mat-focused .mat-form-field-flex {
  border: 0.1rem solid var(--brand-focus-color);
  padding: 0.5rem 1.5rem 0 1.5rem;
}
mat-form-field.kkm-form-field.mat-form-field.mat-form-field-appearance-fill .mat-form-field-flex {
  transition: all 0.15s ease-in-out;
  border: 0.1rem solid var(--border-color);
  border-radius: 0.2rem;
  padding: 0.5rem 1.6rem 0 1.6rem;
  max-height: 52px;
}
mat-form-field.kkm-form-field.mat-form-field.mat-form-field-appearance-fill .mat-form-field-infix {
  padding-bottom: 0.95rem;
  width: 100%;
}
mat-form-field.kkm-form-field.mat-form-field.mat-form-field-appearance-fill .mat-form-field-infix .mat-select .mat-select-arrow {
  margin-top: 0.5rem;
}
mat-form-field.kkm-form-field.mat-form-field.mat-form-field-appearance-fill .mat-form-field-suffix .mat-icon-button {
  margin-left: 5px;
  height: auto;
  width: auto;
}
mat-form-field.kkm-form-field.mat-form-field.mat-form-field-appearance-fill .mat-form-field-wrapper {
  padding-bottom: 0;
}
mat-form-field.kkm-form-field.mat-form-field.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: var(--bg-primary-color);
  border: 1px solid var(--fg-disabled-color);
}
mat-form-field.kkm-form-field.mat-form-field.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex:hover {
  border: 1px solid var(--fg-disabled-color);
}
mat-form-field.kkm-form-field.mat-form-field.mat-form-field-appearance-fill.mat-form-field-invalid.ng-dirty.ng-touched:not(.range-invalid) .mat-form-field-flex {
  padding: 0.5rem 1.5rem 0 1.5rem;
  border: 2px solid var(--red1-color);
}
mat-form-field.kkm-form-field.mat-form-field.mat-form-field-appearance-fill.mat-form-field-invalid.ng-dirty.ng-touched:not(.range-invalid) .mat-form-field-subscript-wrapper {
  margin-top: 2.4rem;
}
mat-form-field.kkm-form-field.mat-form-field.mat-form-field-appearance-fill.mat-form-field-invalid.ng-dirty.ng-touched:not(.range-invalid) .mat-form-field-subscript-wrapper .mat-error {
  font: 400 13px/18px var(--font-family);
  color: var(--red1-color);
}
mat-form-field.kkm-form-field.mat-form-field.mat-form-field-appearance-fill.mat-form-field-invalid.ng-dirty.ng-touched.range-invalid .mat-form-field-subscript-wrapper {
  margin-top: 2.4rem;
}
mat-form-field.kkm-form-field.mat-form-field.mat-form-field-appearance-fill.mat-form-field-invalid.ng-dirty.ng-touched.range-invalid .mat-form-field-subscript-wrapper .mat-error {
  font: 400 13px/18px var(--font-family);
  color: var(--red1-color);
}
mat-form-field.kkm-form-field.mat-form-field.compact.mat-form-field-appearance-standard .mat-form-field-wrapper {
  background-color: transparent;
  padding-bottom: 0;
}
mat-form-field.kkm-form-field.mat-form-field.compact.mat-form-field-appearance-standard .mat-form-field-wrapper .mat-form-field-flex {
  padding-top: 0;
}
mat-form-field.kkm-form-field.mat-form-field.compact.mat-form-field-appearance-standard .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix {
  color: var(--brand-color);
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 600;
  border-top: 0;
  padding: 0;
  width: auto !important;
}
mat-form-field.kkm-form-field.mat-form-field.compact.mat-form-field-appearance-standard .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-select-value {
  max-width: 100%;
  padding-right: 0.4rem;
  font-family: var(--font-family);
}
mat-form-field.kkm-form-field.mat-form-field.compact.mat-form-field-appearance-fill .mat-select-arrow-wrapper {
  transform: translateY(0%);
}
mat-form-field.kkm-form-field.mat-form-field.compact.mat-form-field-appearance-fill .mat-select-arrow-wrapper .mat-select-arrow {
  margin-top: 0;
}
mat-form-field.kkm-form-field.mat-form-field.compact.mat-form-field-appearance-fill .mat-form-field-flex {
  align-items: center;
  padding: 7px 1.6rem !important;
  height: 4rem;
}
mat-form-field.kkm-form-field.mat-form-field.compact.mat-form-field-appearance-fill .mat-form-field-flex:hover {
  border: 1px solid var(--gray1-color);
}
mat-form-field.kkm-form-field.mat-form-field.compact.mat-form-field-appearance-fill .mat-form-field-flex .mat-form-field-prefix {
  padding-right: 0.8rem;
}
mat-form-field.kkm-form-field.mat-form-field.compact.mat-form-field-appearance-fill .mat-form-field-flex .mat-form-field-prefix .mat-icon {
  font-size: 100%;
  line-height: 1;
  width: 2.4rem !important;
  height: 2.4rem !important;
}
mat-form-field.kkm-form-field.mat-form-field.compact.mat-form-field-appearance-fill .mat-form-field-flex .mat-form-field-suffix .mat-icon-button {
  margin-left: 5px;
  height: auto;
  width: auto;
}
mat-form-field.kkm-form-field.mat-form-field.compact.mat-form-field-appearance-fill .mat-form-field-flex .mat-form-field-suffix .mat-icon {
  font-size: 100%;
  line-height: 1;
  width: 1.6rem;
  height: 1.6rem;
}
mat-form-field.kkm-form-field.mat-form-field.compact.mat-form-field-appearance-fill .mat-form-field-flex .mat-form-field-infix {
  border-top: none;
  padding: 0;
  font-size: 1.5rem;
  line-height: 2.4rem;
}
mat-form-field.kkm-form-field.mat-form-field.compact.mat-form-field-appearance-fill .mat-form-field-flex .mat-form-field-infix .mat-form-field-label-wrapper ng-tns-c70-0 {
  display: none;
}
mat-form-field.kkm-form-field.mat-form-field.compact.mat-form-field-appearance-fill.mat-focused .mat-form-field-flex {
  border: 0.1rem solid var(--brand-focus-color);
  padding: 0.6rem 1.5rem;
}
mat-form-field.kkm-form-field.mat-form-field.compact.medium .mat-form-field-flex {
  padding: 1rem 1.6rem;
  height: 4.8rem;
}
mat-form-field.kkm-form-field.mat-form-field.no-label .mat-form-field-flex {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 5.6rem !important;
  display: flex;
  align-items: center;
}
mat-form-field.kkm-form-field.mat-form-field.no-label .mat-form-field-flex .mat-form-field-infix {
  border-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
mat-form-field.kkm-form-field.mat-form-field.no-label.medium .mat-form-field-flex {
  height: 4.8rem !important;
}
mat-form-field.kkm-form-field.mat-form-field.no-label.medium .mat-form-field-flex .mat-form-field-prefix .mat-icon {
  line-height: 1 !important;
  margin-right: 1.6rem;
}
mat-form-field.kkm-form-field.mat-form-field.small-x-padding .mat-form-field-flex {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.mat-select-panel.kkm-select-panel,
.mat-select-panel.kkm-select-panel__compact {
  background-color: var(--white-color);
  box-shadow: 0px 0px 2px rgba(0,0,0,0.15);
  border-radius: 0.2rem;
}
.mat-select-panel.kkm-select-panel .mat-option,
.mat-select-panel.kkm-select-panel__compact .mat-option {
  transition: background-color 0.2s ease;
}
.mat-select-panel.kkm-select-panel .mat-option.mat-selected,
.mat-select-panel.kkm-select-panel__compact .mat-option.mat-selected {
  background-color: var(--brand-light-color);
}
.mat-form-field-underline:before {
  height: 0 !important;
}
.mat-pseudo-checkbox {
  margin-bottom: 0.2rem;
  border-color: var(--gray2-color) !important;
}
.mat-pseudo-checkbox.mat-pseudo-checkbox-checked {
  background-color: var(--brand-color);
  border-color: var(--brand-color) !important;
  color: var(--white-color);
}
.cdk-overlay-pane:not(.mat-datepicker-popup):not(.kkm-dialog_panel):not(.kkm-datepicker__overlay_start_bottom_start_top):not(.kkm-overlay-panel__overlay_start_bottom_start_top) {
  transform: translate(-1.7rem, -1rem) !important;
}
.cdk-overlay-pane .mat-autocomplete-panel {
  background-color: var(--white-color);
  transform: translate(1.7rem, 1rem) !important;
  box-shadow: 0px 0px 2px rgba(0,0,0,0.15);
}
.cdk-overlay-pane .mat-autocomplete-panel .mat-option.mat-active,
.cdk-overlay-pane .mat-autocomplete-panel .mat-option.mat-selected,
.cdk-overlay-pane .mat-autocomplete-panel .mat-option:hover {
  background-color: var(--brand-light-color);
}
.cdk-overlay-pane .mat-autocomplete-panel.select-autocomplete {
  box-shadow: 0px 0px 11px rgba(0,0,0,0.15);
}
.cdk-overlay-pane .kkm-select-panel {
  min-width: calc(100% + 3.4rem) !important;
  border: 1px solid var(--gray2-color);
  transform: translate(0, 4rem) !important;
}
.cdk-overlay-pane .kkm-select-panel__compact {
  min-width: calc(100% + 3.4rem) !important;
  border: 1px solid var(--gray2-color);
  transform: translate(0, 4.1rem) !important;
}
.cdk-overlay-pane[style*='bottom'] .kkm-select-panel {
  transform: translate(0, -3.5rem) !important;
}
.cdk-overlay-pane[style*='bottom'] .kkm-select-panel__compact {
  transform: translate(0, -2.2rem) !important;
}
.kkm-select-arrow {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid;
  margin: 0 4px;
}
mat-form-field.kkm-form-field.mat-form-field.webcr.mat-form-field-appearance-fill .mat-form-field-flex {
  border-radius: 0.4rem;
}
mat-form-field.kkm-field-error:not(.kkm-mat-datepicker) .mat-form-field-wrapper .mat-form-field-subscript-wrapper {
  position: relative;
  min-height: 2.2rem;
  margin-top: 0.4rem !important;
  margin-bottom: -2rem;
  padding: 0;
}
mat-form-field.kkm-field-error.condition-field-error .mat-form-field-wrapper .mat-form-field-subscript-wrapper {
  background: var(--gray-color);
  margin-top: 0 !important;
  padding-top: 0.4rem !important;
}
.kkm-form-field-datepicker {
  width: 18rem;
  max-width: 18rem;
}
mat-form-field.kkm-form-field.mat-form-field.compact.compact__page-number .mat-form-field-flex {
  height: 24px !important;
  padding: 0.7rem 0.5rem !important;
}
mat-form-field.kkm-form-field.mat-form-field.compact.compact__page-number input {
  font-size: var(--fs-gh);
  text-align: center;
}
.kkm-dialog_panel .mat-dialog-container {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 2.4rem 0;
  box-sizing: border-box;
  outline: 0;
  box-shadow: -1px 2px 9px rgba(0,0,0,0.23);
  background: var(--white-color);
  border-radius: 0;
  color: var(--fg-primary-color);
  cursor: default;
  overflow: hidden;
}
.kkm-dialog_panel .mat-dialog-container .mat-dialog-title {
  padding: 0 3.2rem;
  font-weight: var(--fw-semi-bold);
  font-size: var(--fs-h1);
  line-height: var(--lh-h1);
  font-family: var(--font-family);
  color: var(--fg-primary-color);
  margin-bottom: 0;
}
.kkm-dialog_panel .mat-dialog-container .mat-dialog-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2.4rem 3.2rem 1.6rem 1.6rem;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
}
.kkm-dialog_panel .mat-dialog-container .mat-dialog-close-button .mat-icon {
  width: 2.4rem !important;
  height: 2.4rem !important;
}
.kkm-dialog_panel .mat-dialog-container .mat-dialog-close-button.medium .mat-icon {
  width: 2rem !important;
  height: 2rem !important;
}
.kkm-dialog_panel .mat-dialog-container .mat-dialog-content {
  margin: 0;
  padding: 2.8rem 3.2rem 0;
}
.kkm-dialog_panel .mat-dialog-container .mat-dialog-actions {
  padding: 0 3.2rem 2.4rem;
}
.kkm-dialog_panel .mat-dialog-container .mat-dialog-actions button:not(:last-child),
.kkm-dialog_panel .mat-dialog-container .mat-dialog-actions a:not(:last-child) {
  margin-right: 2.4rem;
  margin-left: 0;
}
.kkm-dialog_panel .mat-dialog-container .mat-dialog-actions a {
  text-decoration: underline;
}
@media screen and (max-width: 375px) {
  .kkm-dialog_panel {
    height: 100vh;
    width: 100vw;
    --title-height: 6rem;
  }
  .kkm-dialog_panel .mat-dialog-container {
    position: relative;
    padding: 0;
    overflow-y: auto;
  }
  .kkm-dialog_panel .mat-dialog-container .mat-dialog-title {
    font-weight: var(--fw-bold) !important;
    font-size: var(--fs-h3) !important;
    line-height: var(--title-height) !important;
    font-family: var(--font-family) !important;
    color: var(--fg-primary-color);
    height: var(--title-height);
    min-height: var(--title-height);
    padding: 0 1.6rem;
    padding-right: 5rem;
    border-bottom: 1px solid var(--gray2-color);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0;
  }
  .kkm-dialog_panel .mat-dialog-container .mat-dialog-title.centered {
    text-align: center;
    padding-right: 0;
  }
  .kkm-dialog_panel .mat-dialog-container .mat-dialog-close-button {
    padding: 2rem 2rem 1.6rem 1.6rem;
  }
  .kkm-dialog_panel .mat-dialog-container .mat-dialog-close-button.back-button {
    left: 0;
  }
  .kkm-dialog_panel .mat-dialog-container .mat-dialog-content {
    margin: 0;
    padding: 2.4rem 1.6rem;
    max-height: none;
  }
  .kkm-dialog_panel .mat-dialog-container .mat-dialog-actions {
    padding: 0 1.6rem 3rem;
  }
  .kkm-dialog_panel .mat-dialog-container .mat-dialog-actions button:not(:last-child),
  .kkm-dialog_panel .mat-dialog-container .mat-dialog-actions a:not(:last-child) {
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .kkm-dialog_panel {
    margin-top: 0 !important;
    margin-right: 0 !important;
  }
}
.cdk-overlay-backdrop {
  opacity: 0 !important;
}
.cdk-global-overlay-wrapper {
  background: rgba(0,0,0,0.32);
}
.cdk-global-overlay-wrapper_transparent {
  background: transparent !important;
}
.mat-spinner.mat-progress-spinner svg circle {
  stroke: var(--brand-color);
}
.mat-spinner.mat-progress-spinner.narrow svg circle {
  stroke-width: 0.3rem !important;
}
.sat-popover-container .kkm-popover {
  background: var(--white-color);
  color: var(--black-color);
  font-size: 13px;
  line-height: 20px;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.15);
  border-radius: 2px;
  padding: 18px 9.5px;
  margin-left: 15px;
  position: relative;
}
.sat-popover-container .kkm-popover:after,
.sat-popover-container .kkm-popover:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.sat-popover-container .kkm-popover:before {
  border-color: rgba(194,225,245,0);
  border-color: rgba(136,183,213,0);
  border-right-color: var(--white-color);
  border-width: 10px;
  margin-top: -10px;
  filter: drop-shadow(rgba(0,0,0,0.05) -2px 0px 1px);
}
mat-tooltip-component {
  opacity: 0.8 !important;
}
mat-tooltip-component .mat-tooltip {
  overflow: visible;
  background: #121010;
  border-radius: 2px;
  padding: 8px 16px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.2px;
}
mat-tooltip-component .kkm-table-tooltip-above {
  position: relative !important;
  margin-bottom: -15px !important;
}
mat-tooltip-component .kkm-table-tooltip-above:after {
  content: "";
  position: absolute;
  border-color: #121010 transparent transparent transparent;
  border-style: solid;
  border-width: 5px;
  top: 100%;
  left: 50%;
}
mat-tooltip-component .kkm-icon-tooltip-below {
  position: relative !important;
  margin-right: -20px !important;
}
mat-tooltip-component .kkm-icon-tooltip-below:after {
  content: "";
  position: absolute;
  border-color: transparent transparent #121010 transparent;
  border-style: solid;
  border-width: 5px;
  bottom: 100%;
  left: 45%;
}
.mat-tab-nav-bar {
  border-bottom: 1px solid rgba(0,0,0,0.12);
}
.mat-tab-nav-bar .mat-tab-links .mat-tab-link {
  margin-right: 5rem;
  min-width: 10px;
  letter-spacing: 0.2px;
  font-size: 1.3rem;
  line-height: 2.4rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--gray1-color);
  height: 4rem;
  padding: 0;
  padding-bottom: 1.3rem;
  opacity: 1;
}
.mat-tab-nav-bar .mat-tab-links .mat-tab-link.mat-tab-label-active {
  color: var(--fg-primary-color);
}
.mat-tab-nav-bar .mat-ink-bar {
  background-color: var(--brand-color) !important;
  height: 0.3rem !important;
}
mat-tab-group.kkm-secondary-tabs .mat-tab-body-wrapper {
  height: 100%;
}
mat-tab-group.kkm-secondary-tabs .mat-tab-label {
  min-width: 0;
  padding: 0;
  opacity: 1;
  color: var(--fg-secondary-color);
  font-size: var(--fs-h3);
  font-weight: var(--fw-semi-bold);
}
mat-tab-group.kkm-secondary-tabs .mat-tab-label.mat-tab-label-active {
  color: var(--brand-color);
}
mat-tab-group.kkm-secondary-tabs .mat-tab-label.mat-tab-disabled {
  opacity: 0.6;
}
mat-tab-group.kkm-secondary-tabs .mat-tab-label:not(:last-child) {
  margin-right: 4.8rem;
}
.mat-button-toggle-group {
  border-radius: 2px !important;
  height: 4rem;
  display: flex;
  align-items: center;
  width: 100%;
}
.mat-button-toggle-group .mat-button-toggle {
  flex: 1 1 105px;
  background-color: var(--white-color);
  height: 4rem;
}
.mat-button-toggle-group .mat-button-toggle .mat-button-toggle-button {
  border: 1px solid var(--border-color);
  border-right: none;
}
.mat-button-toggle-group .mat-button-toggle:last-child .mat-button-toggle-button {
  border-right: 1px solid var(--border-color);
}
.mat-button-toggle-group .mat-button-toggle .mat-button-toggle-button {
  height: 4rem;
}
.mat-button-toggle-group .mat-button-toggle .mat-button-toggle-button .mat-button-toggle-label-content {
  font-size: var(--fs-h4);
  line-height: var(--lh-h4);
}
.mat-button-toggle-group .mat-button-toggle .mat-button-toggle-focus-overlay {
  border-bottom: 0 !important;
}
.mat-button-toggle-group .mat-button-toggle.mat-button-toggle-checked .mat-button-toggle-button {
  border: 2px solid var(--brand-color);
  background: var(--white-color);
  color: var(--brand-color);
  font-weight: var(--fw-medium);
}
.mat-button-toggle-group .mat-button-toggle.mat-button-toggle-checked + .mat-button-toggle .mat-button-toggle-button {
  border-left: transparent;
}
mat-form-field.kkm-form-field.mat-form-field .mat-form-field-flex .mat-form-field-suffix .mat-datepicker-toggle .mat-icon-button {
  background-color: transparent;
}
mat-form-field.kkm-form-field.mat-form-field .mat-form-field-flex .mat-form-field-suffix .mat-datepicker-toggle .mat-icon-button .mat-icon {
  height: 2rem !important;
  width: 2rem !important;
}
mat-form-field.kkm-form-field.mat-form-field:not(.compact) .mat-form-field-flex .mat-form-field-suffix .mat-datepicker-toggle .mat-icon-button {
  transform: translateY(-3px);
}
.mat-datepicker-popup {
  border: 1px solid #e5e5e5;
  border-radius: 0.4rem;
}
.mat-datepicker-popup .mat-datepicker-content .mat-calendar {
  font-family: var(--font-family);
  background-color: var(--white-color);
}
.mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-header .mat-calendar-controls .mat-calendar-period-button {
  background-color: transparent;
}
.mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-header .mat-calendar-controls .mat-calendar-previous-button,
.mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-header .mat-calendar-controls .mat-calendar-next-button {
  background-color: transparent;
}
.mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-table-header .mat-calendar-body-label:not(:last-of-type),
.mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-body .mat-calendar-body-label:not(:last-of-type) {
  visibility: hidden;
}
.mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-table-header .mat-calendar-body-label:last-of-type,
.mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-body .mat-calendar-body-label:last-of-type {
  display: none;
}
.mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-table-header .mat-calendar-body-cell.mat-calendar-body-disabled,
.mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-body .mat-calendar-body-cell.mat-calendar-body-disabled {
  color: var(--gray1-color);
}
.mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-table-header .mat-calendar-body-cell.mat-calendar-cell-semi-selected,
.mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-body .mat-calendar-body-cell.mat-calendar-cell-semi-selected,
.mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-table-header .mat-calendar-body-cell.mat-calendar-body-in-range,
.mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-body .mat-calendar-body-cell.mat-calendar-body-in-range,
.mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-table-header .mat-calendar-body-cell.mat-calendar-body-in-preview,
.mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-body .mat-calendar-body-cell.mat-calendar-body-in-preview {
  background-color: var(--brand-light-color);
  border-radius: 0;
}
.mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-table-header .mat-calendar-body-cell.mat-calendar-cell-semi-selected .mat-calendar-body-cell-preview,
.mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-body .mat-calendar-body-cell.mat-calendar-cell-semi-selected .mat-calendar-body-cell-preview,
.mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-table-header .mat-calendar-body-cell.mat-calendar-body-in-range .mat-calendar-body-cell-preview,
.mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-body .mat-calendar-body-cell.mat-calendar-body-in-range .mat-calendar-body-cell-preview,
.mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-table-header .mat-calendar-body-cell.mat-calendar-body-in-preview .mat-calendar-body-cell-preview,
.mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-body .mat-calendar-body-cell.mat-calendar-body-in-preview .mat-calendar-body-cell-preview {
  border: none !important;
}
.mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-table-header .mat-calendar-body-cell.mat-calendar-body-begin-range:not(.mat-calendar-body-end-range),
.mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-body .mat-calendar-body-cell.mat-calendar-body-begin-range:not(.mat-calendar-body-end-range),
.mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-table-header .mat-calendar-body-cell.mat-calendar-body-range-start:not(.mat-calendar-body-range-end),
.mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-body .mat-calendar-body-cell.mat-calendar-body-range-start:not(.mat-calendar-body-range-end),
.mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-table-header .mat-calendar-body-cell.mat-calendar-body-preview-start:not(.mat-calendar-body-preview-end),
.mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-body .mat-calendar-body-cell.mat-calendar-body-preview-start:not(.mat-calendar-body-preview-end) {
  border-radius: 100% 0 0 100%;
  background-color: var(--brand-light-color);
}
.mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-table-header .mat-calendar-body-cell.mat-calendar-body-end-range:not(.mat-calendar-body-begin-range),
.mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-body .mat-calendar-body-cell.mat-calendar-body-end-range:not(.mat-calendar-body-begin-range),
.mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-table-header .mat-calendar-body-cell.mat-calendar-body-range-end:not(.mat-calendar-body-range-start),
.mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-body .mat-calendar-body-cell.mat-calendar-body-range-end:not(.mat-calendar-body-range-start),
.mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-table-header .mat-calendar-body-cell.mat-calendar-body-preview-end:not(.mat-calendar-body-preview-start),
.mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-body .mat-calendar-body-cell.mat-calendar-body-preview-end:not(.mat-calendar-body-preview-start) {
  border-radius: 0 100% 100% 0;
  background-color: var(--brand-light-color);
}
.mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-table-header .mat-calendar-body-cell .mat-calendar-body-cell-content,
.mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-body .mat-calendar-body-cell .mat-calendar-body-cell-content {
  border-color: transparent;
}
.mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-table-header .mat-calendar-body-cell .mat-calendar-body-cell-content.mat-calendar-body-today,
.mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-body .mat-calendar-body-cell .mat-calendar-body-cell-content.mat-calendar-body-today {
  border: 1px solid var(--gray1-color);
}
.mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-table-header .mat-calendar-body-cell .mat-calendar-body-cell-content.mat-calendar-body-selected,
.mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-body .mat-calendar-body-cell .mat-calendar-body-cell-content.mat-calendar-body-selected {
  background-color: var(--brand-color);
  border-color: var(--brand-color);
  color: var(--white-color);
}
.mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-table-header .mat-calendar-body-cell .mat-calendar-body-cell-content.mat-calendar-body-semi-selected,
.mat-datepicker-popup .mat-datepicker-content .mat-calendar .mat-calendar-content .mat-calendar-table .mat-calendar-body .mat-calendar-body-cell .mat-calendar-body-cell-content.mat-calendar-body-semi-selected {
  background-color: var(--brand-light-color);
  color: var(--black-color);
}
.kkm-datepicker .mat-form-field-flex {
  padding-right: 0 !important;
}
.kkm-datepicker .mat-form-field-flex .mat-form-field-suffix {
  padding-right: 0 !important;
}
.kkm-datepicker-toggle .mat-icon-button {
  background-color: transparent;
}
.kkm-mat-datepicker.mat-form-field-type-mat-date-range-input .mat-form-field-wrapper {
  padding-bottom: 0;
  background-color: var(--white-color);
}
.kkm-mat-datepicker.mat-form-field-type-mat-date-range-input .mat-form-field-wrapper .mat-form-field-flex {
  border: 1px solid var(--border-color);
  border-radius: 0.2rem;
  height: 4rem;
  padding: 0.7rem 1.6rem;
  align-items: center;
  width: 100%;
  margin: 0;
}
.kkm-mat-datepicker.mat-form-field-type-mat-date-range-input .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix {
  width: auto;
  border-top: 0;
  padding-bottom: 0;
  padding-top: 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: normal;
  color: var(--black-color);
}
.kkm-mat-datepicker.mat-form-field-type-mat-date-range-input .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix {
  display: flex;
  align-items: center;
}
.kkm-mat-datepicker.mat-form-field-type-mat-date-range-input .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-datepicker-toggle {
  color: #f00;
  background-color: transparent;
}
.kkm-mat-datepicker.mat-form-field-type-mat-date-range-input .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-suffix .mat-icon.mat-button {
  padding: 0 !important;
  min-width: auto;
  margin-left: 0.8rem;
}
.kkm-mat-datepicker.mat-form-field-type-mat-date-range-input.simple-datepicker {
  min-width: auto;
}
.kkm-mat-datepicker.mat-form-field-type-mat-date-range-input.simple-datepicker .mat-form-field-flex {
  border: none;
  padding-left: 1rem;
  padding-right: 0;
}
.kkm-mat-datepicker.mat-form-field-type-mat-date-range-input.simple-datepicker .mat-form-field-flex .mat-form-field-infix .mat-date-range-input {
  display: none;
}
.kkm-month-view,
.kkm-year-view {
  width: 100%;
  display: block;
}
.kkm-month-view table.mat-calendar-table,
.kkm-year-view table.mat-calendar-table {
  border-spacing: 0;
  width: 100%;
}
.kkm-year-view {
  margin-top: 27px;
}
.kkm-year-view .mat-calendar-table-header {
  display: none;
}
.kkm-year-view .mat-calendar-body tr:first-child {
  display: none;
}
.kkm-year-view .mat-calendar-body-label {
  display: none;
}
.kkm-year-view .mat-calendar-body-cell {
  width: 84px !important;
  height: 48px;
  padding: 0 !important;
}
.kkm-year-view .mat-calendar-body-cell-content {
  width: 84px;
  height: 48px;
  border-radius: 50px;
  top: 0;
  left: 0;
  font-size: var(--fs-h4);
  line-height: var(--lh-gh);
  border: none;
}
.kkm-year-view .mat-calendar-body-cell-content:hover {
  background-color: var(--brand-light-color);
}
.kkm-year-view .mat-calendar-body-cell-content.mat-calendar-body-selected {
  background: var(--brand-color);
  color: var(--white-color);
}
.kkm-month-view {
  margin-top: 19px;
}
.kkm-month-view .mat-calendar-body-label {
  visibility: hidden;
}
.kkm-month-view .mat-calendar-body-cell {
  width: 48px !important;
  height: 48px !important;
  padding: 0 !important;
  border-radius: 50%;
}
.kkm-month-view .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover {
  background-color: var(--brand-light-color);
}
.kkm-month-view .mat-calendar-body-cell-content {
  border: none;
  font-size: var(--fs-h4);
  line-height: var(--lh-gh);
  position: relative !important;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
}
.kkm-month-view .mat-calendar-body-today {
  border: 1px solid var(--gray1-color);
}
.kkm-month-view .mat-calendar-body-selected {
  background: var(--brand-color);
  color: var(--white-color);
  border: none;
}
.kkm-month-view .mat-calendar-body-in-range,
.kkm-month-view .mat-calendar-body-in-preview,
.kkm-month-view .mat-calendar-body-preview-end {
  background-color: var(--brand-light-color);
  border-radius: 0;
}
.kkm-month-view .mat-calendar-body-in-preview .mat-calendar-body-cell-preview {
  border: none;
}
.kkm-month-view .mat-calendar-body-preview-end {
  border-radius: 0 50% 50% 0;
}
.kkm-month-view .mat-calendar-body-range-start {
  border-radius: 50% 0 0 50%;
}
.kkm-month-view .mat-calendar-body-range-end {
  border-radius: 0 50% 50% 0;
}
.kkm-month-view .mat-calendar-table-header th {
  font-size: var(--fs-gh);
  line-height: var(--lh-gh);
  color: var(--gray1-color);
}
.kkm-mat-calendar-header .mat-calendar-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 27px;
}
.kkm-mat-calendar-header .mat-calendar-period-button {
  background: transparent;
}
.mat-checkbox .mat-checkbox-inner-container {
  width: 1.8rem;
  height: 1.8rem;
  background-color: var(--white-color);
  margin-right: 1.2rem;
}
.mat-checkbox .mat-checkbox-label {
  display: flex;
}
.mat-checkbox.mat-checkbox-checked .mat-checkbox-frame {
  border-color: transparent;
  background-color: var(--brand-color);
}
.mat-checkbox .mat-checkbox-frame {
  border-color: var(--gray2-color);
  background-color: transparent;
}
.kkm-mat-autocomplete__checkbox .mat-checkbox-layout {
  width: 100%;
  height: 48px;
  align-items: center;
}
.kkm-mat-autocomplete__checkbox .mat-checkbox-inner-container {
  margin-left: 0;
}
.mat-slide-toggle .mat-slide-toggle-bar {
  margin-right: 12px;
  background-color: rgba(0,0,0,0.38);
}
.mat-slide-toggle .mat-slide-toggle-bar .mat-slide-toggle-thumb {
  box-shadow: 0 2px 1px -1px rgba(0,0,0,0.2), 0 1px 1px 0 rgba(0,0,0,0.14), 0 1px 3px 0 rgba(0,0,0,0.12);
  background-color: var(--gray2-color);
}
.mat-slide-toggle .mat-slide-toggle-bar .mat-ripple-element {
  background-color: var(--black-color);
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: var(--green-secondary-color);
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar .mat-slide-toggle-thumb {
  background-color: var(--brand-color);
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar .mat-ripple-element {
  background-color: var(--brand-color);
}
.kkm-slide-toggle.mat-slide-toggle .mat-slide-toggle-bar {
  width: 44px;
  height: 24px;
  border-radius: 12px;
  background-color: var(--gray4-color);
}
.kkm-slide-toggle.mat-slide-toggle .mat-slide-toggle-bar .mat-slide-toggle-thumb-container {
  width: 21px;
  height: 21px;
  top: 2px;
  transform: translate3d(2px, 0, 0);
}
.kkm-slide-toggle.mat-slide-toggle .mat-slide-toggle-bar .mat-slide-toggle-thumb-container .mat-slide-toggle-thumb {
  box-shadow: none;
  background-color: var(--white-color);
}
.kkm-slide-toggle.mat-slide-toggle .mat-slide-toggle-bar .mat-slide-toggle-thumb-container .mat-slide-toggle-ripple {
  display: none;
}
.kkm-slide-toggle.mat-slide-toggle .mat-slide-toggle-content {
  display: flex;
}
@media screen and (max-width: 768px) {
  .kkm-slide-toggle.mat-slide-toggle .mat-slide-toggle-content {
    white-space: break-spaces;
  }
}
.kkm-slide-toggle.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: var(--brand-color);
}
.kkm-slide-toggle.mat-slide-toggle.mat-checked .mat-slide-toggle-bar .mat-slide-toggle-thumb-container {
  transform: translate3d(22px, 0, 0);
}
.mat-radio-button .mat-radio-container {
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 1.2rem;
}
.mat-radio-button .mat-radio-label-content {
  padding: 0;
  font-weight: var(--fw-regular);
  font-size: var(--fs-h4);
  line-height: var(--lh-h4);
  font-family: var(--font-family);
}
.mat-radio-button .mat-radio-outer-circle {
  border-color: var(--gray2-color);
  transform: scale(0.9);
  border-width: 1px;
}
.mat-radio-button.mat-radio-checked .mat-radio-outer-circle {
  border-color: var(--brand-color);
}
.mat-radio-button.mat-radio-checked .mat-radio-inner-circle {
  transform: scale(0.54);
}
.mat-radio-button.mat-radio-checked .mat-radio-persistent-ripple,
.mat-radio-button:active .mat-radio-persistent-ripple,
.mat-radio-button .mat-radio-inner-circle,
.mat-radio-button .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple) {
  background-color: var(--brand-color);
}
.mat-icon {
  width: 2rem !important;
  height: 2rem !important;
}
.mat-icon svg {
  display: block;
}
.mat-icon.small {
  width: 1.2rem !important;
  height: 1.2rem !important;
}
.mat-icon.medium {
  width: 1.6rem !important;
  height: 1.6rem !important;
}
.mat-icon.large {
  width: 2.2rem !important;
  height: 2.2rem !important;
}
.mat-icon.very-large {
  width: 2.4rem !important;
  height: 2.4rem !important;
}
.mat-icon.mat-button {
  cursor: pointer;
  font-size: 0;
}
.mat-icon.back-button {
  width: 1.2rem !important;
  height: 1rem !important;
}
.mat-icon.white svg,
.mat-icon.white path,
.mat-icon.white rect {
  fill: var(--white-color) !important;
}
.mat-icon.gray svg,
.mat-icon.gray path,
.mat-icon.gray rect {
  fill: var(--gray1-color) !important;
}
.mat-icon.dark svg,
.mat-icon.dark path,
.mat-icon.dark rect {
  fill: var(--fg-primary-color) !important;
}
.mat-icon.brand svg,
.mat-icon.brand path,
.mat-icon.brand rect {
  fill: var(--brand-color) !important;
}
.mat-icon.red svg,
.mat-icon.red path,
.mat-icon.red rect {
  fill: var(--red1-color) !important;
}
.mat-icon.search-applied svg,
.mat-icon.search-applied path,
.mat-icon.search-applied rect {
  fill: var(--brand-color) !important;
  opacity: 0.85 !important;
}
.cdk-overlay-container {
  z-index: 3000;
}
.kkm-ui-vertical-stepper {
  position: relative;
}
.kkm-ui-vertical-stepper .mat-step {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  position: static;
  height: 96px;
}
.kkm-ui-vertical-stepper .mat-step .mat-step-header {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0;
}
.kkm-ui-vertical-stepper .mat-step .mat-vertical-content-container {
  flex: 0 0 75%;
  width: 75%;
  max-width: 75%;
  padding: 0;
}
.kkm-ui-vertical-stepper .mat-vertical-stepper-header {
  height: 100%;
  display: inline-flex;
  align-items: flex-start;
  pointer-events: none !important;
}
.kkm-ui-vertical-stepper .mat-step-icon {
  position: relative;
  height: 44px;
  width: 44px;
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  font-weight: var(--fw-semi-bold);
  color: var(--gray1-color);
  border: 2px solid var(--gray1-color);
  opacity: 0.6;
}
.kkm-ui-vertical-stepper .mat-step-icon::before {
  content: "";
  border-left: 2px solid var(--gray1-color);
  opacity: 0.6;
  top: 54px;
  bottom: -42px;
  position: absolute;
  left: calc(50% - 1px);
}
.kkm-ui-vertical-stepper .mat-step:last-child .mat-step-icon:before {
  content: none;
}
.kkm-ui-vertical-stepper .mat-step-icon-selected {
  color: #fff;
  background-color: var(--blue-color);
  opacity: 1;
  border-color: var(--blue-color);
}
.kkm-ui-vertical-stepper .mat-vertical-content-container {
  margin: 0;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.kkm-ui-vertical-stepper .mat-stepper-vertical-line::before {
  content: none;
}
.kkm-ui-vertical-stepper__step-no {
  display: block;
  text-transform: uppercase;
  color: var(--gray1-color);
  font-size: 11px;
  line-height: 20px;
  margin-bottom: 2px;
  opacity: 0.6;
}
.kkm-ui-vertical-stepper__step-title {
  display: block;
  color: var(--black-color);
  font-size: var(--fs-h3);
  line-height: var(--lh-h3);
  opacity: 0.6;
  padding-right: 36px;
}
.kkm-ui-vertical-stepper .mat-step-label {
  white-space: break-spaces;
}
.kkm-ui-vertical-stepper .mat-step-label-active .kkm-ui-vertical-stepper__step-no,
.kkm-ui-vertical-stepper .mat-step-label-active .kkm-ui-vertical-stepper__step-title {
  font-weight: normal;
  opacity: 1;
}
.kkm-ui-vertical-stepper .mat-step-icon-state-edit {
  border-color: var(--green1-color);
  background: var(--green1-color) no-repeat 12px center url('checkmark.svg');
}
.kkm-ui-vertical-stepper .mat-step-icon-state-edit:before {
  border-left-color: var(--green1-color);
}
.kkm-ui-vertical-stepper .mat-step-icon-state-edit .mat-icon {
  display: none;
}
.kkm-ui-vertical-stepper .mat-vertical-content {
  padding: 0;
  margin: 0;
}
.kkm-ui-vertical-stepper__content-card {
  background: #fff;
  padding: 3.2rem;
  margin-bottom: 3.2rem;
  box-shadow: 0 1px 8px rgba(0,0,0,0.04);
  border-radius: 2px;
  min-height: 450px;
}
.mat-select {
  font: inherit;
}
.kkm-mat-menu+*.cdk-overlay-connected-position-bounding-box .cdk-overlay-pane {
  transform: translate(0, 1rem) !important;
}
.kkm-mat-menu+*.cdk-overlay-connected-position-bounding-box .cdk-overlay-pane .mat-menu-panel {
  min-width: 13rem;
}
.kkm-mat-menu+*.cdk-overlay-connected-position-bounding-box .cdk-overlay-pane .mat-menu-content {
  padding: 0 !important;
  margin-top: 1rem;
  border: 1px solid var(--gray2-color);
}
.kkm-mat-menu+*.cdk-overlay-connected-position-bounding-box .cdk-overlay-pane .mat-menu-content button {
  display: flex;
  align-items: center;
  background-color: var(--white-color);
  padding-left: 1rem;
  font-weight: var(--fw-regular);
  font-size: var(--fs-h4);
  line-height: var(--lh-h4);
  font-family: var(--font-family);
}
.kkm-mat-menu+*.cdk-overlay-connected-position-bounding-box .cdk-overlay-pane .mat-menu-content button:hover {
  background-color: var(--brand-hover-light-color);
}
.kkm-mat-menu+*.cdk-overlay-connected-position-bounding-box .cdk-overlay-pane .mat-menu-content button .mat-icon {
  margin-right: 1rem;
}
mat-form-field.kkm-form-field.kkm-mat-chip-form-field.mat-form-field.compact.mat-form-field-appearance-fill .mat-form-field-flex {
  padding: 0.4rem 0.8rem 0.4rem 1.6rem !important;
}
.kkm-mat-chip-form-field .mat-form-field-flex {
  height: auto !important;
  max-height: none !important;
  min-height: 4rem;
}
.kkm-mat-chip-form-field input.mat-chip-input {
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1 0 2.2rem;
  width: 100%;
  margin: 0 -0.4rem 0 0 !important;
}
.mat-standard-chip {
  padding: 0.6rem 0.8rem !important;
  margin: 0.2rem !important;
  background: var(--gray-color);
  border-radius: 2px !important;
  font: var(--fw-regular) var(--fs-h3) var(--font-family);
  color: var(--black-color);
}
.mat-standard-chip .mat-icon.mat-chip-remove {
  color: var(--gray1-color);
  width: 1rem !important;
  height: 1rem !important;
}
.mat-form-field-ripple {
  opacity: 0 !important;
}
* {
  scrollbar-width: thin;
  scrollbar-color: var(--gray2-color) var(--white-color);
}
::-webkit-scrollbar {
  width: 0.8rem;
}
/* Track */
::-webkit-scrollbar-track {
  background: var(--white-color);
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--gray2-color);
}
::-webkit-scrollbar-thumb:hover {
  background: var(--gray2-color);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.link {
  color: var(--brand-dark-color);
  cursor: pointer;
  text-decoration: none;
}
.no-data-area {
  padding: 60px 0;
}
.no-data-area__image {
  width: 362px;
  height: 280px;
}
.fn-status {
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px 12px;
  font-weight: 600;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
}
.fn-status__free {
  background-color: #cae6ff;
  color: #707070;
}
.fn-status__awaiting {
  background-color: #ffedc2;
  color: #707070;
}
.fn-status__in-use {
  background-color: #ccf0e6;
  color: #00a38d;
}
.fn-status__expired {
  background-color: rgba(244,91,105,0.3);
  color: #707070;
}
.fn-status__lost,
.fn-status__disabled {
  background-color: #dfe0eb;
  color: #707070;
}
.yt-cluster {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
}
.yt-cluster__circle {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: rgba(24,97,219,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.yt-cluster__circle div {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background-color: #1861db;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yt-cluster__circle.animate {
  animation: outer 800ms ease-in-out;
}
.yt-cluster__circle.animate div {
  animation: inner 800ms ease-in-out;
}
@keyframes outer {
  from {
    background-color: rgba(24,97,219,0.3);
    width: 60px;
    height: 60px;
  }
  25% {
    background-color: rgba(242,187,39,0.3);
    width: 64px;
    height: 64px;
  }
  75% {
    background-color: rgba(242,187,39,0.3);
    width: 64px;
    height: 64px;
  }
  to {
    background-color: rgba(24,97,219,0.3);
    width: 60px;
    height: 60px;
  }
}
@keyframes inner {
  from {
    background-color: #1861db;
  }
  25% {
    background-color: #f2bb27;
  }
  75% {
    background-color: #f2bb27;
  }
  to {
    background-color: #1861db;
  }
}
.yt-cluster__circle__container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}
.yt-cluster__tooltip {
  z-index: 1;
  background-color: #fff;
  position: relative;
  font-weight: 600;
  height: 36px;
  min-width: 87px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
  padding: 0 6px;
}
.yt-cluster__tooltip:after {
  content: "";
  border-color: #fff transparent transparent transparent;
  position: absolute;
  border-style: solid;
  border-width: 8px;
  top: 100%;
  left: 42%;
}
.ya-marker {
  text-align: center;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
}
.ya-marker__tooltip {
  position: relative;
  font-weight: 600;
  height: 36px;
  min-width: 87px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
  padding: 0 6px;
}
.ya-marker__tooltip.inactive {
  background-color: #fff;
}
.ya-marker__tooltip.inactive:after {
  content: "";
  border-color: #fff transparent transparent transparent;
  position: absolute;
  border-style: solid;
  border-width: 8px;
  top: 100%;
  left: 42%;
}
.ya-marker__tooltip.active {
  background-color: #1861db;
  color: #fff;
}
.ya-marker__tooltip.active:after {
  content: "";
  border-color: #1861db transparent transparent transparent;
  position: absolute;
  border-style: solid;
  border-width: 8px;
  top: 100%;
  left: 42%;
}
.taxi-top-first {
  background-color: #ff495a;
}
.taxi-top-second {
  background-color: #6ab46d;
}
.taxi-top-third {
  background-color: #1a85dd;
}
.taxi-top-fourth {
  background-color: #fa7921;
}
.taxi-top-fifth {
  background-color: #9f6ec4;
}
.taxi-top-others {
  background-color: #ffd166;
}
.border-box {
  box-sizing: border-box;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[9].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[9].rules[0].oneOf[0].use[2]!./node_modules/stylus-loader/dist/cjs.js??ruleSet[1].rules[9].rules[1].use[0]!./apps/ais-webcr/src/styles.styl ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --color-white: #fff;
  --color-black: #111;
  --color-background: #f7fbfc;
  --color-primary: #9fb8eb;
  --color-primary-light: #f2f6ff;
  --color-primary-dark: #4f79d0;
  --color-accent: #fec50c;
  --color-accent-100: #fff9e7;
  --color-accent-200: #fff3ce;
  --color-accent-300: #ffe89e;
  --color-accent-400: #fed13d;
  --color-accent-500: --color-accent;
  --color-accent-600: #cb9e0a;
  --color-accent-700: #cb9e0a;
  --color-accent-800: #664f05;
  --color-accent-900: #332702;
  --color-neutral: #59606a;
  --color-neutral-100: #f0f4f7;
  --color-neutral-200: #e1e8ef;
  --color-neutral-300: #c0c8d1;
  --color-neutral-400: #939aa4;
  --color-neutral-500: --color-neutral;
  --color-neutral-600: #474d55;
  --color-neutral-700: #353a40;
  --color-neutral-800: #24262a;
  --color-neutral-900: #1b1d20;
  --color-danger: #f54848;
  --color-danger-light: #ffe8e8;
  --color-danger-dark: #af0808;
  --color-success: #52cb50;
  --color-success-light: #e2ffd7;
  --color-success-dark: #146f29;
  --color-warning: #f3c10e;
  --color-warning-light: #fff5c4;
  --color-warning-dark: #a47908;
  --color-information: #3aa1ec;
  --color-information-light: #def1ff;
  --color-information-dark: #006ebe;
  --color-status-1: #f2ffee;
  --color-status-2: #c8ff66;
  --color-status-3: #ff573f;
}
/* You can add global styles to this file, and also import other style files */
:root {
/* Colors definition */
  --green-color: #00b283;
  --green-secondary-color: #ccf0e6;
  --green-dark-color: #00a38d;
  --green-light-color: #14cc9c;
  --white-color: #fff;
  --black-color: #121010;
  --gray-color: #f7f8fc;
  --gray1-color: #707070;
  --gray2-color: #dfe0eb;
  --gray3-color: #e2e2e6;
  --gray4-color: #d0cfcf;
  --red1-color: #f45b69;
  --red2-color: #fddee1;
  --purple-color: #6e44ff;
  --warning-color: #ffedc2;
  --light-blue-color: #cae6ff;
/* Application colors */
  --brand-color: var(--color-primary);
  --brand-hover-color: var(--color-primary-dark);
  --brand-focus-color: var(--color-primary-dark);
  --brand-light-color: #fafbfe;
  --brand-hover-light-color: var(--color-primary-dark);
  --border-color: var(--color-neutral-300);
  --blue-color-link: var(--color-primary-dark);
  --bg-primary-color: var(--gray-color);
  --bg-secondary-color: var(--white-color);
  --bg-fail-color: var(--color-danger);
  --bg-info-color: var(--color-information);
  --bg-warning-color: var(--color-warning);
  --bg-success-color: var(--color-success);
  --fg-primary-color: var(--black-color);
  --fg-secondary-color: var(--gray1-color);
  --fg-disabled-color: var(--gray2-color);
  --fg-link-color: var(--color-primary-dark);
  --primary-button-color: var(--white-color);
/* Font */
  --font-family: Inter, sans-serif;
  --fw-bold: 700;
  --fw-semi-bold: 600;
  --fw-medium: 500;
  --fw-regular: 400;
  --fs-h1: 28px;
  --fs-h2: 24px;
  --fs-h3: 20px;
  --fs-h4: 16px;
  --fs-gh: 16px;
  --fs-xs: 12px;
  --fs-label: 13px;
  --lh-h1: 36px;
  --lh-h2: 32px;
  --lh-h3: 28px;
  --lh-h4: 24px;
  --lh-gh: 28px;
  --lh-xs: 16px;
  --lh-label: 20px;
/* Layout */
  --header-height: 6rem;
}
@media screen and (max-width: 375px) {
  :root {
    --header-height: 5.2rem;
  }
}
[app-root] {
  height: 100%;
  min-width: auto !important;
}
h2 {
  font-weight: var(--fw-semi-bold);
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
}
.body_text {
  font-weight: var(--fw-regular);
  font-size: var(--fs-h4);
  line-height: var(--lh-h4);
}
.small_text {
  font-size: var(--fs-label);
  line-height: var(--lh-label);
}
/* KKM Button */
button.kkm-button.mat-button {
  padding: 1.5rem 3.2rem;
  height: 5.6rem;
}
/* KKM Form Field Component */
mat-form-field.kkm-form-field.mat-form-field.mat-form-field-appearance-fill .mat-form-field-flex {
  padding: 0.7rem 1.6rem 0 1.6rem;
  max-height: 56px;
  font-size: var(--fs-h4);
  line-height: var(--lh-h4);
  font-family: var(--font-family);
}
/* KKM Dialog Component */
.kkm-dialog_panel .mat-dialog-container .mat-dialog-title {
  font-weight: var(--fw-semi-bold);
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
}
/* search field in registration -> choose address */
mat-form-field.choose_address-search_field.mat-form-field.compact.mat-form-field-appearance-fill .mat-form-field-flex {
  height: 48px;
}
.google_map {
  color: #707070;
}
.google_map-controls_container {
  top: 10px !important;
  right: 10px !important;
  width: 40px;
  height: calc(3 * 40px + 1px + 16px);
}
.google_map-controls_wrapper {
  box-shadow: rgba(0,0,0,0.3) 0px 1px 4px -1px;
  border-radius: 2px;
}
.google_map-control_button {
  display: block;
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  overflow: hidden;
  width: 4rem;
  height: 4rem;
}
.google_map-control_button-location {
  background: no-repeat center url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjY3MTMgMTkuMDAwMUgxMi42MTEzQzEyLjM5MTIgMTguOTg2OCAxMi4xODE3IDE4LjkwMTIgMTIuMDE1MyAxOC43NTY1QzExLjg0ODkgMTguNjExOCAxMS43MzUgMTguNDE2MiAxMS42OTEzIDE4LjIwMDFMMTAuMDAxMyAxMC4wMDAxTDEuODAxMjkgOC4zMTAwNkMxLjU4NDc2IDguMjY3MDYgMS4zODg1NSA4LjE1MzYxIDEuMjQzMjUgNy45ODc0MUMxLjA5Nzk0IDcuODIxMjEgMS4wMTE3MiA3LjYxMTYxIDAuOTk4MDIyIDcuMzkxMjdDMC45ODQzMjIgNy4xNzA5NCAxLjA0MzkyIDYuOTUyMjcgMS4xNjc1MSA2Ljc2OTM1QzEuMjkxMTEgNi41ODY0MyAxLjQ3MTc2IDYuNDQ5NTYgMS42ODEyOSA2LjM4MDA2TDE3LjY4MTMgMS4wNTAwNkMxNy44NjA5IDAuOTc1OTAzIDE4LjA1ODIgMC45NTU2NzQgMTguMjQ5MSAwLjk5MTg0N0MxOC40NCAxLjAyODAyIDE4LjYxNjMgMS4xMTkwMyAxOC43NTYzIDEuMjUzNzRDMTguODk2MyAxLjM4ODQ2IDE4Ljk5NCAxLjU2MTA1IDE5LjAzNzUgMS43NTA0MkMxOS4wODExIDEuOTM5NzkgMTkuMDY4NSAyLjEzNzczIDE5LjAwMTMgMi4zMjAwNkwxMy42NzEzIDE4LjMyMDFDMTMuNjAxNyAxOC41MjcgMTMuNDY2MyAxOC43MDU2IDEzLjI4NTcgMTguODI4M0MxMy4xMDUyIDE4Ljk1MTEgMTIuODg5NCAxOS4wMTE0IDEyLjY3MTMgMTkuMDAwMVpNNS44NzEyOSA3LjEwMDA2TDExLjA2MTMgOC4xNjAwNkMxMS4yNTUzIDguMTk3NDggMTEuNDMzOSA4LjI5MTU0IDExLjU3NDUgOC40MzAzNkMxMS43MTUxIDguNTY5MTggMTEuODExNCA4Ljc0NjU0IDExLjg1MTMgOC45NDAwNkwxMi45MDEzIDE0LjEzMDFMMTYuNDIxMyAzLjU4MDA2TDUuODcxMjkgNy4xMDAwNloiIGZpbGw9IiM3MDcwNzAiLz4KPC9zdmc+Cg=="), #fff;
}
.google_map-control_button-zoom_in {
  background: no-repeat center url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1IDdIOVYxQzkgMC43MzQ3ODQgOC44OTQ2NCAwLjQ4MDQzIDguNzA3MTEgMC4yOTI4OTNDOC41MTk1NyAwLjEwNTM1NyA4LjI2NTIyIDAgOCAwQzcuNzM0NzggMCA3LjQ4MDQzIDAuMTA1MzU3IDcuMjkyODkgMC4yOTI4OTNDNy4xMDUzNiAwLjQ4MDQzIDcgMC43MzQ3ODQgNyAxVjdIMUMwLjczNDc4NCA3IDAuNDgwNDMgNy4xMDUzNiAwLjI5Mjg5MyA3LjI5Mjg5QzAuMTA1MzU3IDcuNDgwNDMgMCA3LjczNDc4IDAgOEMwIDguMjY1MjIgMC4xMDUzNTcgOC41MTk1NyAwLjI5Mjg5MyA4LjcwNzExQzAuNDgwNDMgOC44OTQ2NCAwLjczNDc4NCA5IDEgOUg3VjE1QzcgMTUuMjY1MiA3LjEwNTM2IDE1LjUxOTYgNy4yOTI4OSAxNS43MDcxQzcuNDgwNDMgMTUuODk0NiA3LjczNDc4IDE2IDggMTZDOC4yNjUyMiAxNiA4LjUxOTU3IDE1Ljg5NDYgOC43MDcxMSAxNS43MDcxQzguODk0NjQgMTUuNTE5NiA5IDE1LjI2NTIgOSAxNVY5SDE1QzE1LjI2NTIgOSAxNS41MTk2IDguODk0NjQgMTUuNzA3MSA4LjcwNzExQzE1Ljg5NDYgOC41MTk1NyAxNiA4LjI2NTIyIDE2IDhDMTYgNy43MzQ3OCAxNS44OTQ2IDcuNDgwNDMgMTUuNzA3MSA3LjI5Mjg5QzE1LjUxOTYgNy4xMDUzNiAxNS4yNjUyIDcgMTUgN1oiIGZpbGw9IiM3MDcwNzAiLz4KPC9zdmc+Cg=="), #fff;
}
.google_map-control_button-zoom_out {
  background: no-repeat center url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMiIgdmlld0JveD0iMCAwIDE2IDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xNSAwSDhWMUM4IDAuNzM0Nzg0IDguODk0NjQgMC40ODA0MyA4LjcwNzExIDAuMjkyODkzQzguNTE5NTcgMC4xMDUzNTcgOC4yNjUyMiAwIDggMEM3LjczNDc4IDAgNy40ODA0MyAwLjEwNTM1NyA3LjI5Mjg5IDAuMjkyODkzQzcuMTA1MzYgMC40ODA0MyAxMiAwLjczNDc4NCAxMiAxVjBIMUMwLjczNDc4NCAwIDAuNDgwNDMgMC4xMDUzNTcgMC4yOTI4OTMgMC4yOTI4OTNDMC4xMDUzNTcgMC40ODA0MyAwIDAuNzM0Nzg0IDAgMUMwIDEuMjY1MjIgMC4xMDUzNTcgMS41MTk1NyAwLjI5Mjg5MyAxLjcwNzExQzAuNDgwNDMgMS44OTQ2NCAwLjczNDc4NCAyIDEgMkgxMlYxQzEyIDEuMjY1MjIgNy4xMDUzNiAxLjUxOTU3IDcuMjkyODkgMS43MDcxMUM3LjQ4MDQzIDEuODk0NjQgNy43MzQ3OCAyIDggMkM4LjI2NTIyIDIgOC41MTk1NyAxLjg5NDY0IDguNzA3MTEgMS43MDcxMUM4Ljg5NDY0IDEuNTE5NTcgOCAxLjI2NTIyIDggMVYySDE1QzE1LjI2NTIgMiAxNS41MTk2IDEuODk0NjQgMTUuNzA3MSAxLjcwNzExQzE1Ljg5NDYgMS41MTk1NyAxNiAxLjI2NTIyIDE2IDFDMTYgMC43MzQ3ODQgMTUuODk0NiAwLjQ4MDQzIDE1LjcwNzEgMC4yOTI4OTNDMTUuNTE5NiAwLjEwNTM1NyAxNS4yNjUyIDAgMTUgMFoiIGZpbGw9IiM3MDcwNzAiLz4KPC9zdmc+Cg=="), #fff;
}
.google_map-control_separator {
  width: 30px;
  height: 1px;
  margin: 0 5px;
  background-color: #e6e6e6;
}
.gm-style-iw-t::after {
  content: none !important;
}
.gm-style-iw-t .gm-ui-hover-effect {
  display: none !important;
}
.gm-style-iw-c {
  padding: 16px 13px !important;
  border-radius: 2px !important;
  box-shadow: 0 0 11px rgba(0,0,0,0.05) !important;
  transform: translate(-50%, -90%) !important;
}
@media screen and (max-width: 375px) {
  .gm-style-iw-c {
    max-width: calc(100vw - 58px) !important;
  }
}
@media screen and (min-width: 376px) and (max-width: 526px) {
  .gm-style-iw-c {
    max-width: calc(100vw - 98px) !important;
  }
}
.gm-style-iw-d {
  font-weight: 600 !important;
  font-size: 15px !important;
  line-height: 20px !important;
  letter-spacing: 0.2px !important;
}
.gm-style .gm-style-cc,
.gm-style .gmnoprint {
  display: none !important;
}
.gm-style div > div > a {
  display: none !important;
}
mat-tooltip-component .kkm-table-tooltip-above.parent-receipt-tooltip-above {
  max-width: 300px !important;
  transform-origin: initial;
  text-align: center;
  margin: 0 0 -5px 25px !important;
}
.currency-catalog-filter__search-field .mat-form-field-flex {
  height: 4.8rem !important;
}
.currency-catalog-table .mat-header-cell,
.currency-catalog-table .mat-cell {
  font-size: var(--fs-h4);
  line-height: var(--lh-h4);
}
.currency-catalog-table tr.mat-row {
  height: 5.6rem;
}
.currency-catalog-table__row_editable .mat-cell {
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
}
.currency-catalog-table__form-field .mat-form-field-flex {
  height: 4.8rem !important;
}
.color-filtered {
  filter: hue-rotate(65deg);
}


/*# sourceMappingURL=styles.css.map*/