@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Light'), local('OpenSans-Light'), url('/fonts/opensanslight.woff2') format('woff2'), url('/fonts/opensanslight.woff') format('woff'), url('/fonts/opensanslight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url('/fonts/opensanslightitalic.woff2') format('woff2'), url('/fonts/opensanslightitalic.woff') format('woff'), url('/fonts/opensanslightitalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans'), local('OpenSans'), url('/fonts/opensans.woff2') format('woff2'), url('/fonts/opensans.woff') format('woff'), url('/fonts/opensans.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url('/fonts/opensansitalic.woff2') format('woff2'), url('/fonts/opensansitalic.woff') format('woff'), url('/fonts/opensansitalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('/fonts/opensanssemibold.woff2') format('woff2'), url('/fonts/opensanssemibold.woff') format('woff'), url('/fonts/opensanssemibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url('/fonts/opensanssemibolditalic.woff2') format('woff2'), url('/fonts/opensanssemibolditalic.woff') format('woff'), url('/fonts/opensanssemibolditalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('/fonts/opensansbold.woff2') format('woff2'), url('/fonts/opensansbold.woff') format('woff'), url('/fonts/opensansbold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('/fonts/opensansbolditalic.woff2') format('woff2'), url('/fonts/opensansbolditalic.woff') format('woff'), url('/fonts/opensansbolditalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url('/fonts/opensansextrabold.woff2') format('woff2'), url('/fonts/opensansextrabold.woff') format('woff'), url('/fonts/opensansextrabold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Extrabold Italic'), local('OpenSans-ExtraboldItalic'), url('/fonts/opensansextrabolditalic.woff2') format('woff2'), url('/fonts/opensansextrabolditalic.woff') format('woff'), url('/fonts/opensansextrabolditalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}
/* Uncomment and set these variables to customize the grid. */

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  margin-left: 8.333%;
}

.col-xs-offset-2 {
  margin-left: 16.667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.333%;
}

.col-xs-offset-5 {
  margin-left: 41.667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.333%;
}

.col-xs-offset-8 {
  margin-left: 66.667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.333%;
}

.col-xs-offset-11 {
  margin-left: 91.667%;
}

.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

@media only screen and (min-width: 48em) {
/*  .container {
    width: 46rem;
  }*/

  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-11 {
    margin-left: 91.667%;
  }

  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

@media only screen and (min-width: 62em) {
  .container {
    /*width: 61rem;*/
  }

  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-11 {
    margin-left: 91.667%;
  }

  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

@media only screen and (min-width: 75em) {
  .container {
    /*width: 71rem;*/
  }

  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-11 {
    margin-left: 91.667%;
  }

  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}


/* vietnamese */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: local('Nunito Regular'), local('Nunito-Regular'), url(/fonts/Nunito/NunitoRegular.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: local('Nunito Regular'), local('Nunito-Regular'), url(/fonts/Nunito/NunitoRegular2.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: local('Nunito Regular'), local('Nunito-Regular'), url(/fonts/Nunito/NunitoRegular3.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}h1,
h2,
h3,
h4 {
  font-weight: 300;
}

.no_list {
  padding: 0.7em;
  margin: 0 -0.8em;
  font-size: 1.2em;
  text-align: center;
  color: #787878;
  background-color: whitesmoke;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 0.5em;
  position: relative;
  top: 0px;
  overflow: hidden;
}

.no_list.no_list_m {
  margin: 0.7em 0em;
}

.form_content {
  margin: auto;
  max-width: 1000px;
}

.form_content textarea {
  min-height: 12em;
}

.form_content .form_red {
  display: inline-block;
  font-size: 1.25em;
  height: 0px;
  padding-left: 0.15em;
  color: #ea0900;
}

.from_answer {
  padding: 0 0.1em;
  padding-bottom: 0.5em;
}

.form_title_question {
  padding-left: 0.1em;
  padding-bottom: 0.5em;
  color: #333333;
  color: #787878;
}

.form_rozdil,
.form_rozdil_answer {
  padding-bottom: 1em;
}

.form_rozdil td.form_photo_td,
.form_rozdil_answer td.form_photo_td {
  color: #333333;
  width: 25%;
  text-align: center;
}

.form_rozdil td.form_photo_td:hover,
.form_rozdil_answer td.form_photo_td:hover {
  color: #184c91;
}

.form_rozdil td.form_retouching_td,
.form_rozdil_answer td.form_retouching_td {
  color: #333333;
  width: calc(100% / 2);
  text-align: center;
}

.form_rozdil td.form_retouching_td:hover,
.form_rozdil_answer td.form_retouching_td:hover {
  color: #184c91;
}

.form_rozdil:not(.no-hover):hover {
  color: #2066bf;
}

.form_input {
  width: 100%;
  margin-bottom: 0.5em;
}

.form_textarea {
  width: 100%;
  resize: vertical;
}

.btn-order {
  width: 100%;
}

.form-slot {
  padding-bottom: 0.5em;
}

.form-slot label {
  font-size: 18px;
  position: relative;
  margin: auto;
  display: flex;
  height: 100%;
  align-items: center;
}

.form-slot input {
  width: 100%;
  min-width: 100%;
  min-width: 100px;
}

.form-slot .input {
  display: flex;
  flex-wrap: nowrap;
}

.form-slot .input span {
  font-size: 20px;
  margin: auto;
  padding-right: 0.25em;
}

.from_answer_q {
  color: #9b9b9b;
}

.form_calc_total_photos {
  text-align: right;
  font-size: 1.5em;
}

.password-check {
  float: right;
}

.password-check .pass-weak {
  color: #ea0900;
}

.password-check .pass-good {
  color: #0a9e47;
}

.password-check .pass-strong {
  color: #0a9e47;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.small-loader-box {
  position: relative;
  min-height: 300px;
  height: 300px;
  width: 100%;
  display: block;
}

.lock-window {
  position: fixed;
  z-index: 999999;
  background-color: #fff;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-user-locked {
  display: block;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.page-user-locked i {
  color: #9b9b9b;
  margin-bottom: 25px;
  font-size: 100px;
}

.page-user-locked h1 {
  color: #9b9b9b;
}

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1240px) {
  .container {
    max-width: 1220px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1420px;
  }
}

@media (min-width: 1550px) {
  .container {
    max-width: 1600px;
  }
}

.container-fluid,
.container-xl,
.container-lgm,
.container-lg {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1240px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1220px;
  }
}

@media (min-width: 1440px) {
  .container-lgm,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1420px;
  }
}

@media (min-width: 1550px) {
  .container-xl,
  .container-lgm,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1600px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.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-lgm,
.col-lgm-auto,
.col-lgm-12,
.col-lgm-11,
.col-lgm-10,
.col-lgm-9,
.col-lgm-8,
.col-lgm-7,
.col-lgm-6,
.col-lgm-5,
.col-lgm-4,
.col-lgm-3,
.col-lgm-2,
.col-lgm-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: 15px;
  padding-left: 15px;
}

.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%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

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

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

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

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

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

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 580px) {
  .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%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 740px) {
  .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%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1240px) {
  .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%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1440px) {
  .col-lgm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

  .col-lgm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lgm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-lgm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lgm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-lgm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lgm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-lgm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lgm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

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

  .offset-lgm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lgm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lgm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lgm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lgm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lgm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lgm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lgm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1550px) {
  .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%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

.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;
}

.flex-fill {
  flex: 1 1 auto !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-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 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;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-auto {
  margin-left: auto !important;
}

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

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

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

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

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

.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.mx-n5 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 580px) {
  .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;
  }

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

  .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-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 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;
  }

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

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

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

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

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

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

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

  .order-sm-last {
    order: 6 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 740px) {
  .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;
  }

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

  .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-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 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;
  }

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

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

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

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

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

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

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

  .order-md-last {
    order: 6 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1240px) {
  .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;
  }

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

  .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-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 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;
  }

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

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

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

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

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

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

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

  .order-lg-last {
    order: 6 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1440px) {
  .d-lgm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-lgm-inline-flex {
    display: inline-flex !important;
  }

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

  .flex-lgm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lgm-stretch {
    align-self: stretch !important;
  }

  .order-lgm-first {
    order: -1 !important;
  }

  .order-lgm-0 {
    order: 0 !important;
  }

  .order-lgm-1 {
    order: 1 !important;
  }

  .order-lgm-2 {
    order: 2 !important;
  }

  .order-lgm-3 {
    order: 3 !important;
  }

  .order-lgm-4 {
    order: 4 !important;
  }

  .order-lgm-5 {
    order: 5 !important;
  }

  .order-lgm-last {
    order: 6 !important;
  }

  .m-lgm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

  .mx-lgm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lgm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lgm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lgm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lgm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lgm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lgm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lgm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lgm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lgm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lgm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lgm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lgm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lgm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lgm-0 {
    margin-top: 0 !important;
  }

  .mt-lgm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lgm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lgm-3 {
    margin-top: 1rem !important;
  }

  .mt-lgm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lgm-5 {
    margin-top: 3rem !important;
  }

  .mt-lgm-auto {
    margin-top: auto !important;
  }

  .mr-lgm-0 {
    margin-right: 0 !important;
  }

  .mr-lgm-1 {
    margin-right: 0.25rem !important;
  }

  .mr-lgm-2 {
    margin-right: 0.5rem !important;
  }

  .mr-lgm-3 {
    margin-right: 1rem !important;
  }

  .mr-lgm-4 {
    margin-right: 1.5rem !important;
  }

  .mr-lgm-5 {
    margin-right: 3rem !important;
  }

  .mr-lgm-auto {
    margin-right: auto !important;
  }

  .mb-lgm-0 {
    margin-bottom: 0 !important;
  }

  .mb-lgm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lgm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lgm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lgm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lgm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lgm-auto {
    margin-bottom: auto !important;
  }

  .ml-lgm-0 {
    margin-left: 0 !important;
  }

  .ml-lgm-1 {
    margin-left: 0.25rem !important;
  }

  .ml-lgm-2 {
    margin-left: 0.5rem !important;
  }

  .ml-lgm-3 {
    margin-left: 1rem !important;
  }

  .ml-lgm-4 {
    margin-left: 1.5rem !important;
  }

  .ml-lgm-5 {
    margin-left: 3rem !important;
  }

  .ml-lgm-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

  .mx-lgm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-lgm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-lgm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-lgm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-lgm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .my-lgm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-lgm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-lgm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-lgm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-lgm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .mt-lgm-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-lgm-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-lgm-n3 {
    margin-top: -1rem !important;
  }

  .mt-lgm-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-lgm-n5 {
    margin-top: -3rem !important;
  }

  .mr-lgm-n1 {
    margin-right: -0.25rem !important;
  }

  .mr-lgm-n2 {
    margin-right: -0.5rem !important;
  }

  .mr-lgm-n3 {
    margin-right: -1rem !important;
  }

  .mr-lgm-n4 {
    margin-right: -1.5rem !important;
  }

  .mr-lgm-n5 {
    margin-right: -3rem !important;
  }

  .mb-lgm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-lgm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-lgm-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-lgm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-lgm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lgm-n1 {
    margin-left: -0.25rem !important;
  }

  .ml-lgm-n2 {
    margin-left: -0.5rem !important;
  }

  .ml-lgm-n3 {
    margin-left: -1rem !important;
  }

  .ml-lgm-n4 {
    margin-left: -1.5rem !important;
  }

  .ml-lgm-n5 {
    margin-left: -3rem !important;
  }

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

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

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

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

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

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

  .px-lgm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lgm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lgm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lgm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lgm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lgm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lgm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lgm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lgm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lgm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lgm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lgm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lgm-0 {
    padding-top: 0 !important;
  }

  .pt-lgm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lgm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lgm-3 {
    padding-top: 1rem !important;
  }

  .pt-lgm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lgm-5 {
    padding-top: 3rem !important;
  }

  .pr-lgm-0 {
    padding-right: 0 !important;
  }

  .pr-lgm-1 {
    padding-right: 0.25rem !important;
  }

  .pr-lgm-2 {
    padding-right: 0.5rem !important;
  }

  .pr-lgm-3 {
    padding-right: 1rem !important;
  }

  .pr-lgm-4 {
    padding-right: 1.5rem !important;
  }

  .pr-lgm-5 {
    padding-right: 3rem !important;
  }

  .pb-lgm-0 {
    padding-bottom: 0 !important;
  }

  .pb-lgm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lgm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lgm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lgm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lgm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lgm-0 {
    padding-left: 0 !important;
  }

  .pl-lgm-1 {
    padding-left: 0.25rem !important;
  }

  .pl-lgm-2 {
    padding-left: 0.5rem !important;
  }

  .pl-lgm-3 {
    padding-left: 1rem !important;
  }

  .pl-lgm-4 {
    padding-left: 1.5rem !important;
  }

  .pl-lgm-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1550px) {
  .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;
  }

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

  .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-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 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;
  }

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

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

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

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

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

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

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

  .order-xl-last {
    order: 6 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-0 {
    padding-right: 0 !important;
  }

  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pr-xl-3 {
    padding-right: 1rem !important;
  }

  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pr-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-0 {
    padding-left: 0 !important;
  }

  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }

  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }

  .pl-xl-3 {
    padding-left: 1rem !important;
  }

  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }

  .pl-xl-5 {
    padding-left: 3rem !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;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0.11px;
  overflow-x: hidden;
}

pre {
  font-family: "Open Sans", sans-serif;
  overflow-wrap: break-word;
  word-wrap: break-word;
  max-width: 100%;
}

text {
  overflow-wrap: break-word;
}

blockquote {
  border-left: 3px solid #9b9b9b;
  padding-left: 1em;
  font-style: italic;
}

ol {
  list-style-position: inside;
}

ul {
  list-style-position: inside;
}

a {
  text-decoration: none;
  outline: 0;
}

p {
  padding: 0.5em 0;
  text-indent: 0em;
}

content {
  position: relative;
  margin-top: 60px;
  display: block;
}

header {
  background-color: #2066bf;
  background-image: linear-gradient(225deg, #2066bf, #308aff);
  height: 60px;
  position: fixed;
  width: 100vw;
  z-index: 99;
  top: 0px;
}

.header-row {
  height: 100%;
}

.logo {
  color: #FFF;
  height: 100%;
  align-items: center;
  font-size: 34px;
  display: flex;
  padding-left: 0.5em;
  max-width: 300px;
  font-weight: 400;
}

.logo .site_logo {
  min-width: 70px;
  height: 50px;
  display: inline-block;
  margin-right: 0em;
}

.logo span {
  color: white;
}

.logo .logo-artlook {
  text-transform: uppercase;
  font-size: 27px;
  text-align: center;
  line-height: 27px;
  font-weight: 400;
}

.logo .logo-studios {
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
}

.header-nav {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}

.header-nav a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  padding: 0 1em;
  color: white;
  text-transform: uppercase;
}

.header-nav a:hover {
  background: rgba(255, 255, 255, 0.3);
}

.header-nav a.router-link-active {
  background-color: rgba(255, 255, 255, 0.5);
}

.header-nav i {
  font-size: 1.4em;
}

.header-nav a.icon {
  min-width: 70px;
}

.header-nav .nav_not_read_marker {
  background-color: #ea0900;
  padding: 3px 7px;
  border-radius: 8px;
  margin-left: 4px;
  display: inline-block;
  color: #FFF;
}

.header-avatar {
  position: relative;
  display: flex;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  user-select: none;
}

.header-avatar:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 60px;
  height: 60px;
  background-color: #FFF;
  opacity: 0;
  z-index: 51;
  transition: all 0.15s ease;
}

.header-avatar .header-avatar-img {
  position: relative;
  z-index: 52;
  width: 45px;
  height: 45px;
  display: block;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  border: 1.2px solid #FFF;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5), 0 0 2px rgba(0, 0, 0, 0.5);
  transition: all 0.15s ease;
}

.header-avatar .header-avatar-img:hover {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5), 0 0 7px rgba(0, 0, 0, 0.5);
}

.header-avatar.active .header-avatar-menu {
  opacity: 1;
}

.header-avatar.active:after {
  opacity: 1;
}

.header-avatar .header-avatar-menu {
  overflow: hidden;
  position: absolute;
  top: 60px;
  right: 0px;
  background-color: #FFF;
  z-index: 50;
  padding: 10px 10px;
  border-radius: 0 0 10px 10px;
  opacity: 0;
  transition: all 0.15s ease;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.header-avatar .header-avatar-menu .e-menu-item {
  height: 40px;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0 12px;
  padding-right: 15px;
  border-radius: 7px;
}

.header-avatar .header-avatar-menu .e-menu-item i {
  text-align: center;
  font-size: 15px;
  width: 25px;
}

.header-avatar .header-avatar-menu .e-menu-item:hover {
  background-color: whitesmoke;
}

.header-avatar .header-avatar-menu .e-menu-item.e-sign-out {
  color: #f53f38;
}

.header-avatar .header-avatar-menu .e-menu-item.e-sign-out:hover {
  color: #ea0900;
}

.validator_box {
  position: relative;
}

.validator_box .error_title {
  border-radius: 5px;
  height: 1.5em;
  display: flex;
  align-items: center;
  color: #ea0900;
  margin: 0.3em 0;
}

.validator_box .warning_title {
  border-radius: 5px;
  height: 1.5em;
  display: flex;
  align-items: center;
  color: #fa6607;
  margin: 0.3em 0;
}

.validator_box .message_title {
  border-radius: 5px;
  height: 1.5em;
  display: flex;
  align-items: center;
  color: #0a9e47;
  margin: 0.3em 0;
}

.validator_box.validator_warning input,
.validator_box.validator_warning textarea,
.validator_box.validator_warning .text_switch,
.validator_box.validator_warning .c-select-outer {
  border: 1px solid #fa6607;
  box-shadow: inset 0 0px 0px #dddddd, 0 0 0 1px #fa6607, 0 0 5px #fa6607;
}

.validator_box.validator_error input,
.validator_box.validator_error textarea,
.validator_box.validator_error .text_switch,
.validator_box.validator_error .c-select-outer {
  border: 1px solid #ea0900;
  box-shadow: inset 0 0px 0px #dddddd, 0 0 0 1px #ea0900, 0 0 5px #ea0900;
}

@keyframes vue_checkbox_bounce {
  0% {
    width: 0px;
    height: 0px;
  }

  70% {
    width: 0.8em;
    height: 0.8em;
  }

  100% {
    width: 7em;
    height: 0.7em;
  }
}

@keyframes vue_checkbox_bounce_hide {
  0% {
    width: 0.7em;
    height: 0.7em;
  }

  30% {
    width: 0.8em;
    height: 0.8em;
  }

  100% {
    width: 0px;
    height: 0px;
  }
}

.vue-checkbox {
  width: 1em;
  height: 1em;
  font-size: 1em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  color: #184c91;
}

.vue-checkbox i {
  margin: auto;
}

.vue-checkbox input[type=checkbox] {
  display: none;
}

/* Context Menu */

.cm-window {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  padding: 10px 0;
  background-color: #FFF;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  /*border-radius: 8px;*/
  z-index: 9999999;
}

.cm-window .cm-list {
  position: relative;
  padding: 10px 15px;
  -webkit-user-select: none;
  user-select: none;
  color: rgba(0, 0, 0, 0.8);
}

.cm-window .cm-list:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.cm-window .cm-list .cm-list-label {
  position: relative;
  padding-right: 30px;
}

.cm-window .cm-list .cm-list-icon-left {
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  -ms-align-items: center;
  align-items: center;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 30px;
}

.cm-window .cm-list .cm-list-icon {
  width: 1em;
  height: 100%;
  display: inline-block;
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
}

.cm-window .cm-list.cm-list-disabled,
.cm-window .cm-list.cm-list-disabled .cm-list-icon {
  opacity: 0.5;
}

/* End Context Menu */

/* Vue cSelect */

.c-select-vue-anim-enter-active,
.c-select-vue-anim-leave-active {
  transition: all 0.3s;
}

.c-select-vue-anim-enter,
.c-select-vue-anim-leave-to {
  opacity: 0;
}

.c-select-outer {
  all: unset;
  position: relative;
  height: 40px;
  max-height: 40px;
  width: 100%;
  margin: 5px 0;
  display: inline-block;
  min-width: 70px;
  border: 1px solid #e7e7e7;
  color: rgba(0, 0, 0, 0.8);
  background-color: #FFF;
  vertical-align: middle;
  font-family: sans-serif;
}

.c-select-outer .c-select {
  all: unset;
  display: block;
  position: relative;
  height: 40px;
  padding: 0 15px;
  padding-right: 2.4em;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  user-select: none;
}

.c-select-outer .c-select .c-select-placeholder {
  opacity: 0.5;
}

.c-select-outer .c-select .c-select-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 1.4em;
  height: 100%;
  font-size: 1.2em;
  opacity: 0.8;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.c-select-outer .c-select .c-select-icon i,
.c-select-outer .c-select-options-outer {
  transition: all 0.2s;
}

.c-select-outer .c-select-options-outer {
  position: relative;
  overflow: hidden;
  float: left;
  width: calc(100% + 2px);
  top: 2px;
  left: -1px;
  z-index: 1;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.c-select-outer .c-select-options {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  overflow: hidden;
  float: left;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid var(--color-gray-s-2);
  padding: 15px 0;
  background-color: #FFF;
}

.c-select-outer .c-select-options-in {
  width: 100%;
  max-height: 212px;
  overflow-y: auto;
  overflow-x: hidden;
}

.c-select-outer .c-select-options-in::-webkit-scrollbar {
  width: 10px;
}

.c-select-outer .c-select-options-in::-webkit-scrollbar-thumb {
  background: #2066bf;
}

.c-select-outer .c-select-options-in::-webkit-scrollbar-track {
  background: whitesmoke;
}

.c-select-outer .c-select-label {
  height: auto !important;
}

.c-select-outer .c-select-label > input:checked + .c-select-option {
  background-color: #e2e1e1;
}

.c-select-outer .c-select-option {
  padding: 0 15px;
  padding-right: 20px;
  height: 30px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.c-select-outer .c-select-option:not(.c-select-disabled):hover {
  background-color: var(--color-gray-s-05);
}

.c-select-outer .c-select-disabled {
  opacity: 0.5;
}

.c-select-outer.active {
  box-shadow: 0 0 3px #9b9b9b;
}

.c-select-outer.active .c-select-options-outer {
  box-shadow: 0 0 3px #9b9b9b;
}

/* Vue cSelect */

.c-select-lite-outer {
  all: unset;
  font-size: 16px;
  position: relative;
  height: 2em;
  margin: 5px 0;
  display: inline-block;
  min-width: 120px;
  color: rgba(0, 0, 0, 0.8);
  background-color: #FFF;
  vertical-align: middle;
  font-family: sans-serif;
}

.c-select-lite-outer .c-select {
  all: unset;
  display: block;
  position: relative;
  height: 2em;
  padding: 0 15px;
  padding-right: 2.4em;
  color: #184c91;
  font-size: 15px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  user-select: none;
  box-sizing: border-box;
}

.c-select-lite-outer .c-select .c-select-placeholder {
  opacity: 0.5;
  font-size: 16px;
}

.c-select-lite-outer .c-select .c-select-icon {
  width: 1.4em;
  height: 100%;
  padding-left: 5px;
  font-size: 1.2em;
  opacity: 0.8;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.c-select-lite-outer .c-select .c-select-icon i,
.c-select-lite-outer .c-select-options-outer {
  transition: all 0.2s;
}

.c-select-lite-outer .c-select-options-outer {
  position: relative;
  overflow: hidden;
  float: left;
  width: calc(100% + 2px);
  /* padding: 0.3em; */
  left: -1px;
  z-index: 10;
}

.c-select-lite-outer .c-select-options {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  overflow: hidden;
  float: left;
  display: flex;
  flex-wrap: wrap;
  padding: 0.5em 0;
  background-color: #FFF;
  box-sizing: border-box;
}

.c-select-lite-outer .c-select-options-in {
  width: 100%;
  max-height: 212px;
  overflow-y: auto;
  overflow-x: hidden;
}

.c-select-lite-outer .c-select-options-in::-webkit-scrollbar {
  width: 10px;
}

.c-select-lite-outer .c-select-options-in::-webkit-scrollbar-thumb {
  background: #2066bf;
  border-radius: 20px;
}

.c-select-lite-outer .c-select-options-in::-webkit-scrollbar-track {
  background: whitesmoke;
  border-radius: 20px;
}

.c-select-lite-outer .c-select-label {
  height: auto !important;
}

.c-select-lite-outer .c-select-label > input:checked + .c-select-option {
  background-color: #e2e1e1;
}

.c-select-lite-outer .c-select-option {
  padding: 0 15px;
  padding-right: 20px;
  height: 30px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.c-select-lite-outer .c-select-option:not(.c-select-disabled):hover {
  background-color: var(--color-gray-s-05);
}

.c-select-lite-outer .c-select-disabled {
  opacity: 0.5;
}

.c-select-lite-outer.active .c-select-options {
  border: 1px solid #9b9b9b;
}

/* Theme */

.theme-orange .vdatetime-popup__header,
.theme-orange .vdatetime-calendar__month__day--selected > span > span,
.theme-orange .vdatetime-calendar__month__day--selected:hover > span > span {
  background: #01608a !important;
}

.theme-orange .vdatetime-year-picker__item--selected,
.theme-orange .vdatetime-time-picker__item--selected,
.theme-orange .vdatetime-popup__actions__button {
  color: #01608a !important;
}

/* End Theme */

/* Calendar */

.vdatetime-fade-enter-active,
.vdatetime-fade-leave-active {
  transition: all 0.3s;
}

.vdatetime-fade-enter,
.vdatetime-fade-leave-to {
  opacity: 0;
}

.vdatetime-popup {
  transition: top 0.3s;
  opacity: 1;
}

.vdatetime-fade-enter .vdatetime-popup,
.vdatetime-fade-leave-to .vdatetime-popup {
  top: -30px;
  opacity: 0;
}

.vdatetime-overlay {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

/* Popup */

.vdatetime-popup {
  z-index: 1;
  position: relative;
  top: 0px;
  width: 340px;
  opacity: 1;
  max-width: calc(100% - 30px);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  color: #444;
  line-height: 1.18;
  background: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*border-radius: 8px;*/
  -webkit-user-select: none;
  user-select: none;
}

.vdatetime-popup__header {
  padding: 18px 30px;
  background: #2066bf;
  color: #fff;
  font-size: 32px;
  /*border-radius: 8px 8px 0 0;*/
}

.vdatetime-popup__title {
  margin-bottom: 8px;
  font-size: 21px;
  font-weight: 300;
}

.vdatetime-popup__year {
  font-weight: 300;
  font-size: 14px;
  opacity: 0.7;
  cursor: pointer;
  transition: opacity 0.3s;
}

.vdatetime-popup__year:hover {
  opacity: 1;
}

.vdatetime-popup__date {
  line-height: 1;
  cursor: pointer;
}

.vdatetime-popup__actions {
  padding: 0 20px 10px 30px;
  text-align: right;
}

.vdatetime-popup__actions__button {
  display: inline-block;
  border: none;
  padding: 10px 20px;
  background: transparent;
  font-size: 16px;
  color: #2066bf;
  cursor: pointer;
  transition: color 0.3s;
}

.vdatetime-popup__actions__button:hover {
  color: #444;
}

.vdatetime-calendar__navigation--previous:hover svg path,
.vdatetime-calendar__navigation--next:hover svg path {
  stroke: #888;
}

/* End Popup */

/* Calendar */

.vdatetime-calendar__navigation {
  position: relative;
  margin: 15px 0;
  padding: 0 30px;
  width: 100%;
}

.vdatetime-calendar__navigation--previous,
.vdatetime-calendar__navigation--next {
  position: absolute;
  top: 0;
  padding: 0 5px;
  width: 18px;
  cursor: pointer;
}

.vdatetime-calendar__navigation--previous svg,
.vdatetime-calendar__navigation--next svg {
  width: 8px;
}

.vdatetime-calendar__navigation--previous svg path,
.vdatetime-calendar__navigation--next svg path {
  transition: stroke 0.3s;
}

.vdatetime-calendar__navigation--previous {
  left: 25px;
}

.vdatetime-calendar__navigation--next {
  right: 25px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.vdatetime-calendar__current--month {
  text-align: center;
  text-transform: capitalize;
}

.vdatetime-calendar__month {
  padding: 0 20px;
  transition: height 0.2s;
}

.vdatetime-calendar__month__weekday,
.vdatetime-calendar__month__day {
  display: inline-block;
  width: 14.28571%;
  line-height: 36px;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  cursor: pointer;
}

.vdatetime-calendar__month__weekday > span,
.vdatetime-calendar__month__day > span {
  display: block;
  width: 100%;
  position: relative;
  height: 0;
  padding: 0 0 100%;
  overflow: hidden;
}

.vdatetime-calendar__month__weekday > span > span,
.vdatetime-calendar__month__day > span > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0;
  border-radius: 50%;
  transition: background-color 0.3s, color 0.3s;
}

.vdatetime-calendar__month__weekday {
  font-weight: bold;
}

.vdatetime-calendar__month__day:hover > span > span {
  background: #eee;
}

.vdatetime-calendar__month__day--selected > span > span,
.vdatetime-calendar__month__day--selected:hover > span > span {
  color: #fff;
  background: #2066bf;
}

.vdatetime-calendar__month__day--disabled {
  opacity: 0.4;
  cursor: default;
}

.vdatetime-calendar__month__day--disabled:hover > span > span {
  color: inherit;
  background: transparent;
}

.vdatetime-time-picker__list::-webkit-scrollbar-thumb {
  background: #ccc;
}

/* End Calendar */

.vdatetime-time-picker__list::-webkit-scrollbar-track {
  background: #efefef;
}

.vdatetime-time-picker * {
  box-sizing: border-box;
}

.vdatetime-time-picker {
  box-sizing: border-box;
}

.vdatetime-time-picker::after {
  content: "";
  display: table;
  clear: both;
}

.vdatetime-time-picker__list {
  position: relative;
  float: left;
  width: 50%;
  height: 320px;
  overflow-y: scroll;
}

.vdatetime-time-picker__list::-webkit-scrollbar {
  width: 3px;
}

.vdatetime-time-picker__with-suffix .vdatetime-time-picker__list {
  width: 33.3%;
}

.vdatetime-time-picker__item {
  font-size: 20px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  transition: font-size 0.3s;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-user-select: none;
  user-select: none;
}

.vdatetime-time-picker__item:first-child {
  margin-top: 140px;
}

.vdatetime-time-picker__item:last-child {
  margin-bottom: 140px;
}

.vdatetime-time-picker__item:hover {
  font-size: 32px;
}

.vdatetime-time-picker__item--selected {
  color: #2066bf;
  font-size: 32px;
}

.vdatetime-time-picker__item--disabled {
  opacity: 0.4;
  cursor: default;
  font-size: 20px !important;
}

.vdatetime-year-picker__list::-webkit-scrollbar-thumb {
  background: #ccc;
}

.vdatetime-year-picker__list::-webkit-scrollbar-track {
  background: #efefef;
}

.vdatetime-year-picker * {
  box-sizing: border-box;
}

.vdatetime-year-picker {
  box-sizing: border-box;
}

.vdatetime-year-picker::after {
  content: "";
  display: table;
  clear: both;
}

.vdatetime-year-picker__list {
  position: relative;
  float: left;
  width: 100%;
  height: 320px;
  overflow-y: scroll;
}

.vdatetime-year-picker__list::-webkit-scrollbar {
  width: 3px;
}

.vdatetime-year-picker__item {
  height: 40px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  transition: font-size 0.3s;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.vdatetime-year-picker__item:first-child {
  margin-top: 140px;
}

.vdatetime-year-picker__item:last-child {
  margin-bottom: 140px;
}

.vdatetime-year-picker__item:hover {
  font-size: 32px;
}

.vdatetime-year-picker__item--selected {
  color: #2066bf;
  font-size: 32px;
}

.vdatetime-year-picker__item--disabled {
  opacity: 0.4;
  cursor: default;
}

.vdatetime-year-picker__item--disabled:hover {
  color: inherit;
  background: transparent;
}

.vdatetime-month-picker__list::-webkit-scrollbar-thumb {
  background: #ccc;
}

.vdatetime-month-picker__list::-webkit-scrollbar-track {
  background: #efefef;
}

.vdatetime-month-picker * {
  box-sizing: border-box;
}

.vdatetime-month-picker {
  box-sizing: border-box;
}

.vdatetime-month-picker::after {
  content: "";
  display: table;
  clear: both;
}

.vdatetime-month-picker__list {
  position: relative;
  float: left;
  width: 100%;
  height: 320px;
  overflow-y: scroll;
}

.vdatetime-month-picker__list::-webkit-scrollbar {
  width: 3px;
}

.vdatetime-month-picker__item {
  height: 40px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  transition: font-size 0.3s;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.vdatetime-month-picker__item:first-child {
  margin-top: 140px;
}

.vdatetime-month-picker__item:last-child {
  margin-bottom: 140px;
}

.vdatetime-month-picker__item:hover {
  font-size: 32px;
}

.vdatetime-month-picker__item--selected {
  color: #2066bf;
  font-size: 32px;
}

.vdatetime-month-picker__item--disabled {
  opacity: 0.4;
  cursor: default;
}

.vdatetime-month-picker__item--disabled:hover {
  color: inherit;
  background: transparent;
}

/* End Calendar */

/* Custom Modal Window */

.crm-window-wrapper-fade-enter,
.crm-window-wrapper-fade-leave-to {
  opacity: 0;
}

.crm-window-wrapper-fade-enter .crm-window,
.crm-window-wrapper-fade-leave-active .crm-window {
  opacity: 0;
  top: -30px;
}

@keyframes showShadow {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes showModal {
  0% {
    opacity: 0;
    top: -30px;
  }

  100% {
    opacity: 1;
    top: 0px;
  }
}

.crm-window-wrapper .crm-window-shadow {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  animation: showShadow 0.3s ease 1;
}

.crm-window-wrapper,
.crm-window-wrapper-additional {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  z-index: 99;
  transition: all linear 0.15s;
}

.crm-window-wrapper .crm-window-shadow,
.crm-window-wrapper-additional .crm-window-shadow {
  background-color: rgba(0, 0, 0, 0.4);
}

.crm-window-wrapper-additional .crm-window {
  opacity: 0.3;
  transform: scale(0.9);
  filter: blur(1px);
  pointer-events: none;
  top: 0px;
}

.crm-window-wrapper-additional:not(.crm-window-wrapper-first) {
  transition: none !important;
  background-color: rgba(0, 0, 0, 0);
}

.crm-window-wrapper-first {
  transition: none !important;
}

.crm-window-wrapper-main {
  transition: none !important;
}

.crm-window-wrapper-main .crm-window-shadow {
  background-color: rgba(0, 0, 0, 0);
}

.crm-window {
  position: relative;
  min-width: 240px;
  min-height: 80px;
  top: 0px;
  filter: blur(0px);
  background-color: white;
  transition: all linear 0.15s;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
  animation: showModal 0.3s ease 1;
}

.crm-window > .ce-header {
  min-height: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*justify-content: center;*/
  -ms-align-items: center;
  align-items: center;
  /*background-color: var(--color-theme); */
  color: var(--color-gray-s-9);
  border-bottom: 1px solid var(--color-gray-s-2);
}

.crm-window > .ce-header .e-content {
  float: left;
  display: block;
  width: calc(100% - 40px);
  padding: 15px 20px;
  font-size: 22px;
}

.crm-window > .ce-header .e-close {
  float: left;
  display: block;
  width: 60px;
  text-align: center;
  font-size: 21px;
  transition: all 0.1s;
  cursor: pointer;
}

.crm-window > .ce-header .e-close i {
  position: relative;
  top: 0px;
}

.crm-window > .ce-header .e-close:hover {
  color: var(--color-red);
}

.crm-window > .ce-header .e-close:active {
  opacity: 1;
}

.crm-window > .ce-content {
  position: relative;
  padding: 20px 20px;
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.crm-window.visible > .ce-content {
  overflow-y: visible !important;
  overflow-x: visible !important;
}

.crm-window > .ce-footer {
  padding: 10px 20px;
  border-top: 1px solid var(--color-gray-s-2);
}

.crm-window > .ce-footer .e-close,
.crm-window > .ce-footer .e-confirm {
  width: auto;
  float: none;
  display: inline-block;
  color: var(--color-theme);
  cursor: pointer;
  font-size: 16px;
  padding: 0 4px;
}

.crm-window > .ce-footer .e-close:hover,
.crm-window > .ce-footer .e-confirm:hover {
  color: var(--color-theme-dark);
}

.crm-window > .ce-footer .e-btn-box {
  text-align: right;
}

/* End Custom Modal Window */

/* Table Pagination */

.table-pagination-wrapper {
  padding: 1em;
}

.table-pagination-wrapper.center {
  text-align: center;
}

.table-pagination {
  display: inline-block;
}

.table-pagination li {
  display: inline-block;
  width: auto;
  border-radius: 20px;
  min-width: 40px;
  padding: 0 8px;
  height: 40px;
  margin: 4px 2px;
  border: 1px solid #e2e1e1;
  color: #e2e1e1;
  -webkit-user-select: none;
  user-select: none;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.table-pagination li.active {
  color: #2066bf;
  cursor: pointer;
}

.table-pagination li.active:hover {
  color: #FFFFFF;
  border: 1px solid #308aff;
  background-color: #308aff;
}

.table-pagination li.current {
  color: #FFFFFF;
  border: 1px solid #2066bf !important;
  background-color: #2066bf !important;
}

.table-pagination li.clean-border {
  border: 0;
}

/* Table Pagination */

.word-checkbox {
  all: initial;
  display: inline-block;
  vertical-align: middle;
  vertical-align: auto;
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 0;
  width: 65px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  user-select: none;
  font-family: inherit;
}

.word-checkbox div {
  position: absolute;
  vertical-align: middle;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
  background: #ea0900;
  border-radius: 1.2em;
  font-weight: bold;
  color: #FFF;
  transition: background 0.3s, text-indent 0.3s;
  text-indent: 27px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
}

.word-checkbox div:after {
  all: unset;
  content: "NO";
  display: block;
  position: absolute;
  padding-left: 0.7em;
  top: 0px;
  left: 0px;
  width: 100%;
  font-size: 12px;
  z-index: 1;
}

.word-checkbox div:before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 1em;
  background: #FFF;
  position: absolute;
  z-index: 2;
  top: 3px;
  left: 3px;
  display: block;
  transition: left 0.3s;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

.word-checkbox input:checked + div {
  background: #0a9e47;
  text-indent: 8px;
}

.word-checkbox input:checked + div:after {
  content: "YES";
  color: #FFF;
  padding-left: 0.3em;
}

.word-checkbox input:checked + div:before {
  left: 38px;
}

.main_notify_list {
  position: fixed;
  top: 0px;
  right: 1em;
  padding-top: calc(60px);
  max-width: calc(100% - 28px);
  width: 400px;
  display: flex;
  background-color: #FFF;
  box-shadow: 0 0 5px #e2e1e1;
  z-index: 99;
  overflow: hidden;
  border: 1px solid #2066bf;
  box-shadow: 0 0 0 1px #2066bf, 0 0 5px #2066bf;
}

.main_notify_list.open {
  opacity: 1;
  max-height: 70vh;
}

.main_notify_list .ce-content {
  min-height: 100px;
  padding: 0.5em;
  padding-top: 0;
  max-height: 80vh;
  overflow: auto;
}

.notify-order-link {
  text-align: center;
  padding: 0.4em 0;
}

.notify-item {
  padding: 0.5em;
  border-bottom: 1px solid #e2e1e1;
}

.notify-item:last-child {
  border-bottom: 0px;
}

.notify-item .notify-title {
  font-weight: bold;
}

.notify-item .notify-time {
  color: #9b9b9b;
  font-weight: normal;
  float: right;
}

.notify-item.not-read {
  border-bottom-color: #0a9e47;
  background-color: whitesmoke;
}

.notify-item.not-read .notify-time {
  color: #0a9e47;
}

.notify-item:hover {
  background-color: #e2e1e1;
}

.notify-header-sticky {
  position: sticky;
  top: 0em;
  left: 0px;
  width: 100%;
  display: block;
  padding: 0.1em;
  font-size: 1.1em;
  text-align: center;
  cursor: default;
  background-color: #FFF;
  user-select: none;
}

.text_switch {
  position: relative;
  display: inline-flex;
  height: 40px;
  vertical-align: auto;
  vertical-align: middle;
  border-radius: 20px;
  background-color: #FFF;
  overflow: hidden;
  font-size: 1rem;
  box-shadow: inset 0 0px 3px #dddddd;
}

.text_switch .list_container {
  display: flex;
}

.text_switch:after {
  content: "";
  width: calc(100% + 5em);
  display: table;
}

.text_switch .label {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: auto 0;
  padding: 0.5em 1em;
  user-select: none;
  cursor: default;
}

.text_switch .label .text {
  position: relative;
  z-index: 1;
  color: #2066bf;
  transition: all 0.3s ease;
  display: flex;
  width: 100%;
  white-space: nowrap;
  font-size: 15px;
}

.text_switch .label.active .text {
  color: #FFF;
}

.text_switch:not(.disabled) .label:hover {
  background-color: #e2e1e1;
}

.text_switch .shadow_active {
  position: absolute;
  transition: all 0.3s ease;
  height: 100%;
  z-index: 0;
  background-color: #2066bf;
}

.text_switch .placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: gray;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 5;
}

.text_switch:not(.disabled):hover .placeholder {
  display: none;
}

.vue-radio input[type=radio]:checked + span {
  box-shadow: inset 0 0 0 0.3em #2066bf, 0 0 0.2em #308aff;
  background-color: #FFF;
}

.vue-radio span {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  margin: 3px;
  border-radius: 1em;
  cursor: pointer;
  box-shadow: inset 0 0 0 0.3em #9b9b9b, 0 0 0.2em #e2e1e1;
  background-color: #FFF;
}

/* Table */

.table-outer {
  position: relative;
  overflow-x: scroll;
  overflow-y: scroll;
  max-width: calc( 100vw );
  background: #FFF;
  display: flex;
  flex-direction: column;
  font-size: 13px;
}

.table-outer input {
  font-size: 1em;
}

.table-outer::-webkit-scrollbar {
  width: 10px;
  height: 15px;
  border: 3px solid #000;
  transform: translate3d(0, 0, 1);
}

.table-outer::-webkit-scrollbar-thumb {
  background: #c8c8c8;
  border-radius: 15px;
  background-clip: content-box;
}

.table-outer::-webkit-scrollbar-track {
  background: whitesmoke;
}

.table {
  position: relative;
  top: 0;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: -o-fit-content;
  width: fit-content;
  border: 0;
  padding: 0;
  border-spacing: 0;
  padding-bottom: 55px;
  margin-bottom: -50px;
  z-index: 1;
  background: #FFF;
}

.table .td-order-addons {
  text-align: center;
  width: 50px;
  display: flex;
}

.table .td-order-delete {
  margin: auto;
  display: none;
  font-size: 16px;
  opacity: 0;
  justify-content: center;
  align-items: center;
  color: #ea0900;
  transition: opacity 0.15s ease;
  cursor: pointer;
}

.table .td-order-delete:hover {
  color: #aa0903;
}

.table .td-order-delete:active {
  color: #ea0900;
}

.table .tr:hover .td-order-delete {
  opacity: 1;
  display: flex;
}

.table .td-order-restore {
  margin: auto;
  display: none;
  font-size: 16px;
  opacity: 0;
  justify-content: center;
  align-items: center;
  color: #0a9e47;
  transition: opacity 0.15s ease;
  cursor: pointer;
}

.table .td-order-restore:hover {
  color: #0e8f44;
}

.table .td-order-restore:active {
  color: #0a9e47;
}

.table .tr:hover .td-order-restore {
  opacity: 1;
  display: flex;
}

.table .tr-deleted .td {
  box-shadow: inset 0 0 0 40px rgba(72, 72, 72, 0.2);
}

.table .tr-deleted:hover .td {
  box-shadow: inset 0 0 0 40px rgba(72, 72, 72, 0.25);
}

.table .tr {
  border-bottom: 1px solid #dfe2e5;
  display: flex;
  flex-direction: row;
}

.table .tr > div {
  display: flex;
  flex-direction: row;
}

.table .th {
  position: sticky;
  top: 50px;
  z-index: 4;
  background: #FFF;
  font-weight: 600;
  border-top: 1px solid #dfe2e5;
}

.table .th .thmove {
  position: absolute;
  top: 9px;
  display: block;
  width: 40px;
  height: 4px;
  margin-top: -4px;
  cursor: grab;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: auto;
  left: 50%;
  transform: translateX(-50%);
}

.table .td,
.table .th {
  height: 40px;
  border-right: 1px solid #dfe2e5;
}

.table-tbody .tr:nth-child(2n+1) .td {
  background-color: #f6f8fa;
}

.table-tbody .tr:hover .td,
.table-tbody .tr:hover {
  background-color: #eceef0;
}

.tr-selected .td {
  background-color: #d9d9d9 !important;
}

/* td Align */

.table .td .tmain.e-align-left {
  text-align: left;
}

.table .td .tmain.e-align-center {
  text-align: center;
}

.table .td .tmain.e-align-right {
  text-align: right;
}

/* End td Align */

.in-td {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 40px;
}

.table .td .in-td:hover {
  box-shadow: inset 0 0 3px 0 #2066bf, inset 0 0 3px 0 #2066bf, inset 0 0 3px 0 #2066bf;
}

.table .th.th_active {
  color: #184c91;
}

/* Table loader */

.vue-table-loader {
  font-size: 36px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  z-index: 5;
  background: #FFF;
  position: absolute;
  top: 0px;
  left: 0px;
  width: calc(100%);
  height: calc(100%);
}

.vue-table-loader-data {
  top: 0px;
  font-size: 36px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background: #FFF;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}

/* Table loader */

/* Flex Table Layout */

.table {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.table .thead,
.table .tbody {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-flow: column;
}

.table .thead {
  position: sticky;
  z-index: 4;
  top: 0px;
}

.table .tr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  position: relative;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
}

.table .td,
.table .th {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: nowrap;
}

/* Btns */

.e-new-th .in-td {
  height: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  min-width: 120px;
}

.e-new-th .in-td i {
  cursor: pointer;
}

/* End Btns */

/* End Table */

/* Need clean */

/* CRM */

.crm-title {
  cursor: pointer;
  font-size: 20px;
}

.crm-title:hover {
  color: var(--color-theme);
}

.crm-icon {
  padding: 8px 0;
  padding-left: 15px;
  text-align: center;
  font-size: 24px;
  color: var(--color-theme-05);
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  transition: all 0.3s ease-in-out;
}

.crm-icon:hover {
  color: var(--color-theme);
}

.crm-header-control {
  height: 50px;
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 5;
}

.c-header-roz-outer {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  z-index: 4;
  background-color: #FFF;
  padding: 0 15px 0 15px;
}

.crm-header-main {
  min-width: calc(100% - 300px);
  display: flex;
  flex-direction: row;
  height: 100%;
}

.crm-header-main > div {
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.crm-header-main .crm-header-main-search {
  padding: 0 0.5em;
  padding-right: 1em;
  margin-left: auto;
}

.crm-header-main .crm-header-main-search input {
  margin: 0px;
  height: 36px;
}

.crm-header-loader {
  display: flex;
  min-width: 100px;
  height: 100%;
  min-height: 1px;
  align-items: center;
  justify-content: center;
  color: #2066bf;
}

.crm-header-control-btns {
  min-width: 200px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.crm-header-control-btn {
  font-size: 24px;
  color: #2066bf;
  cursor: pointer;
  height: 50px;
  width: 40px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.crm-header-control-btn:hover {
  opacity: 0.8;
}

.crm-header-control-btn:active {
  opacity: 1;
}

.crm-header-control-btn.crm-header-control-btn-add {
  width: 80px !important;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.crm-header-control-btn.crm-header-control-btn-add i {
  font-size: 18px !important;
  margin-right: 5px;
}

.crm-header-control-btn.crm-header-control-btn-add span {
  width: 100%;
  height: 28px;
  background-color: #0a9e47;
  border-radius: 14px;
  display: flex;
  font-size: 14px !important;
  padding-bottom: 2px;
  justify-content: center;
  align-items: center;
}

.crm-header-history-btn {
  font-size: 24px;
  color: var(--color-gray);
  cursor: pointer;
  height: 50px;
  width: 40px !important;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pin_header_control_menu:checked ~ .crm-header-control {
  position: sticky;
  top: 0;
  left: 0;
}

.label_pin_header_control_menu {
  cursor: pointer;
  font-size: 90%;
  color: #c8c8c8;
}

.pin_header_control_menu:checked ~ div .label_pin_header_control_menu {
  color: #646464;
}

/* Main Table Style */

/* End Main Table Style */

.crm-new-row-loader {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  z-index: 1;
}

.crm-table-pin-element {
  position: absolute;
  right: 2px;
  top: 1px;
  font-size: 80%;
  cursor: pointer;
  color: #2066bf;
}

.crm-edit-row-btn {
  position: absolute;
  color: var(--color-theme-05);
  left: 8px;
  top: 13px;
  cursor: pointer;
}

.crm-edit-row-btn:hover {
  color: var(--color-theme-08);
}

.crm-edit-row-btn:active {
  color: var(--color-theme);
}

.tmain {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  height: 100%;
  width: 100%;
  max-height: 40px;
}

.tmain .tmain-comment_count {
  color: #ea0900;
}

.tmain .e-changed_title {
  border-top: 4px solid transparent;
  border-left: 4px solid transparent;
  border-right: 4px solid #fa6607;
  border-bottom: 4px solid #fa6607;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.tmain > div {
  width: 100%;
}

.tmain-text {
  overflow: hidden;
  display: block;
  /*height: 100%;*/
  max-height: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.thmain {
  position: relative;
  z-index: 2;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
  color: #50505a;
  pointer-events: none;
}

.thresizer {
  top: 0px;
  left: -100px;
  position: fixed;
  z-index: 3;
  display: block;
  height: calc(100% - 17px);
  width: 2px;
  background: var(--color-orange);
  box-shadow: 0 0 2px var(--color-orange);
  pointer-events: none !important;
}

.thresizer.e-red {
  background: var(--color-red);
  box-shadow: 0 0 2px var(--color-red);
}

.thresizer.e-orange {
  background: var(--color-orange);
  box-shadow: 0 0 2px var(--color-orange);
}

.thresizer.e-green {
  background: var(--color-green);
  box-shadow: 0 0 2px var(--color-green);
}

.th-shadow-box-anim-enter-active,
.th-shadow-box-anim-leave-active {
  transition: opacity 0.3s;
}

.th-shadow-box-anim-enter,
.th-shadow-box-anim-leave-to {
  opacity: 0;
}

.th-shadow-box {
  top: 0px;
  left: -100px;
  position: fixed;
  z-index: 2;
  display: block;
  height: 100%;
  width: 8px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  pointer-events: none !important;
}

.thdroper {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px) !important;
  height: calc(100% + 4px) !important;
  display: block;
  opacity: 0;
  z-index: 9999;
}

.btable_col_resizer {
  position: absolute;
  right: -2px;
  top: 0px;
  width: 4px;
  height: calc(100% + 2px);
  display: block;
  z-index: 111;
  cursor: e-resize;
}

.crm_avatar_lite {
  height: 34px;
  width: 34px;
  position: relative;
  border-radius: 50%;
  border: 1px solid var(--color-theme);
  background-image: url(/img/NoUser.svg);
  background-position: center;
  background-size: cover;
}

.crm-w-user-list-outer {
  position: relative;
  padding-top: 5px;
  width: 415px;
}

.crm-w-user-list-input {
  width: calc(100% - 10px);
  margin: 0 5px;
}

.crm-w-user-list {
  padding: 5px;
  margin: 5px 0 0 5px;
  width: 200px;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  cursor: pointer;
}

.crm-w-user-list.active {
  background-color: #eceef0;
}

.crm-w-user-list:hover {
  background-color: #eceef0;
}

.crm-w-user-list .col_1 {
  width: 42px;
}

.crm-w-user-list .col_2 {
  width: calc(100% - 42px);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  height: 32px;
  /*justify-content: center;*/
}

.tmain input.e-edit-value {
  position: absolute;
  height: 100%;
  width: 100%;
  min-width: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  border: 1px solid #2066bf;
  border-radius: 0;
}

.tmain input.e-edit-value:focus {
  box-shadow: none;
}

.pin_header_control_menu:checked ~ .crm-table-header {
  top: 50px;
}

.crm-table-tbody.can_resize .col:before {
  display: block;
  z-index: 1;
  position: absolute;
  width: 6px;
  padding: 0 !important;
  content: "";
  top: 0px;
  right: -3px;
  /*background-color: var(--color-orange);*/
  height: 100%;
  cursor: col-resize;
}

.widther {
  position: absolute;
  width: auto;
  display: block;
  height: 0px;
}

.mover {
  position: fixed;
  width: auto;
  display: block;
  height: 0px;
  background: var(--color-gray);
  color: #FFF;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  z-index: 4;
  opacity: 0.5;
}

.resizer {
  z-index: 2;
  position: absolute;
  width: 3px;
  padding: 0 !important;
  content: "";
  top: 0px;
  background-color: var(--color-orange);
  cursor: col-resize;
  height: 100%;
  display: none;
}

/* End CRM */

/* Top Nav */

.top-nav .header-row {
  display: block;
  position: relative;
  padding-bottom: 15px;
  -webkit-user-select: none;
  user-select: none;
}

.top-nav .header-row .roz {
  display: inline-block;
  padding: 10px 20px;
  border-bottom: 1px;
  cursor: pointer;
  color: var(--color-theme);
  transition: all 0.1s ease;
}

.top-nav .header-row .roz.active {
  color: #FFF;
  background-color: var(--color-theme);
}

.top-nav .content-row {
  position: relative;
  min-height: 300px;
  max-height: calc(100vh - 300px);
  max-width: calc(100vw - 300px);
  overflow-y: auto;
}

/* End Top Nav */

.crm-percent input {
  width: 100%;
  min-width: 100%;
}

.pined-table-left {
  position: sticky;
  left: 0px;
  display: block;
  display: flex;
  flex-direction: row;
  z-index: 5;
  background-color: #FFF;
}

.pined-table-left-scroll {
  border-right: 2px solid #e2e1e1;
}

/* Percent Type */

.crm-percent {
  position: relative;
  width: calc(100% + 14px);
  display: block;
  height: 32px;
  margin: 0 -7px;
  padding: 0 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: row-reverse;
}

.crm-percent:hover .e-line > div {
  background-color: #e4e4e4;
}

.crm-percent .e-line {
  position: relative;
  width: 25%;
  height: 100%;
}

.crm-percent .e-line:hover > div {
  opacity: 0.7;
}

.crm-percent .e-line > div {
  position: absolute;
  width: calc(100% - 4px);
  height: 100%;
  display: block;
  left: 2px;
  border-radius: 5px;
  transition: all 0.1s;
}

.crm-percent .e-line-25 > div {
  background-color: #2066bf;
}

.crm-percent .e-line-25:hover > div {
  background-color: #2066bf;
}

.crm-percent .e-line-50 > div {
  background-color: #2066bf;
}

.crm-percent .e-line-50:hover > div {
  background-color: #2066bf;
}

.crm-percent .e-line-50:hover ~ .e-line-25 > div {
  background-color: #2066bf;
}

.crm-percent .e-line-75 > div {
  background-color: #2066bf;
}

.crm-percent .e-line-75:hover > div {
  background-color: #2066bf;
}

.crm-percent .e-line-75:hover ~ .e-line-25 > div {
  background-color: #2066bf;
}

.crm-percent .e-line-75:hover ~ .e-line-50 > div {
  background-color: #2066bf;
}

.crm-percent .e-line-100 > div {
  background-color: #2066bf;
}

.crm-percent .e-line-100:hover > div {
  background-color: #2066bf;
}

.crm-percent .e-line-100:hover ~ .e-line-25 > div {
  background-color: #2066bf;
}

.crm-percent .e-line-100:hover ~ .e-line-50 > div {
  background-color: #2066bf;
}

.crm-percent .e-line-100:hover ~ .e-line-75 > div {
  background-color: #2066bf;
}

.crm-percent .e-line-shadow > div {
  background-color: #e4e4e4;
}

.crm-percent.not-editable {
  cursor: default;
  pointer-events: none;
}

.crm-percent .e-text {
  position: relative;
  z-index: 1;
  background: #FFF;
  padding: 2px 4px;
  border-radius: 4px;
  -webkit-user-select: none;
  user-select: none;
}

.crm-percent input[type=range] {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  opacity: 0;
}

/*  */

.deadline-component .deadline {
  font-size: 0.9em;
  color: #fa6607;
}

.crm-table-footer {
  position: sticky;
  bottom: 0px;
  left: 0px;
  height: 50px;
  min-height: 50px;
  display: flex;
  flex-direction: row;
  width: 100%;
  background-color: #FFF;
  z-index: 5;
  border-top: 1px solid #dfe2e5;
  border-bottom: 1px solid #dfe2e5;
  margin-top: auto;
  padding: 0 5px 0 15px;
}

.crm-table-footer .table-footer-info {
  width: auto;
  min-width: 150px;
  display: flex;
  align-items: center;
}

.crm-table-footer .table-footer-info span {
  padding-right: 5px;
}

.crm-table-footer .table-footer-pagination {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.autocomplete {
  position: relative;
  max-width: 240px;
}

.autocomplete-results {
  padding: 0;
  margin: 0;
  border: 1px solid #eeeeee;
  overflow: auto;
  width: 100%;
  display: block;
  position: absolute;
  background-color: #FFF;
  z-index: 7;
}

.autocomplete-result {
  list-style: none;
  text-align: left;
  padding: 8px;
  cursor: pointer;
  min-height: auto !important;
}

.autocomplete-result .user_name {
  width: 100%;
}

.autocomplete-result .user_text {
  width: 100%;
}

.autocomplete-result .user_text span {
  color: #9b9b9b;
}

.autocomplete-result.is-active {
  background-color: #e2e1e1;
}

.autocomplete-result:hover {
  background-color: whitesmoke;
}

.table .td:hover .table-td-copy {
  opacity: 1 !important;
}

.table .td .table-td-copy {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.table-little-text {
  color: #787878;
  font-size: 10px;
}

.simple-table-outer {
  width: auto;
  height: auto;
  max-width: auto;
  max-height: auto;
  overflow: auto;
  background-color: transparent;
  padding-bottom: 0.5em;
}

.simple-table {
  display: inline-flex;
  border-right: 0;
}

.simple-table {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: -o-fit-content;
  width: fit-content;
  border: 0;
  padding: 0;
  border-spacing: 0;
  z-index: 1;
  background: #FFF;
  border-top: 1px solid #dfe2e5;
  border-right: 1px solid #dfe2e5;
  display: table;
}

.simple-table .td,
.simple-table .th {
  border-left: 1px solid #dfe2e5;
  border-bottom: 1px solid #dfe2e5;
}

.simple-table .th {
  background: #FFF;
  font-weight: 600;
}

.simple-table .td {
  background: #FFF;
}

.simple-table .tr {
  height: 40px;
}

.simple-table .thead {
  background: #FFF;
  border-top: 1px solid #dfe2e5;
}

.simple-table-tbody .tr:nth-child(2n+1) .td,
.simple-table-tbody .tr:nth-child(2n+1) {
  background-color: #f6f8fa;
}

.simple-table-tbody .tr:hover .td,
.simple-table-tbody .tr:hover {
  background-color: #eceef0;
}

.notification_box {
  position: fixed;
  z-index: 1000;
  top: 70px;
  width: 360px;
  right: 0.5em;
}

.notification_box .notification_outer {
  position: relative;
  overflow: hidden;
}

.notification_box .notification_mess,
.notification_box .notification_err,
.notification_box .notification_warning,
.notification_box .notification_info {
  padding: 0.7em;
  margin: 0.5em;
  color: #FFF;
  border-radius: 5px;
  box-shadow: 0 0 5px #9b9b9b;
  display: flex;
  flex-wrap: nowrap;
}

.notification_box .notification_mess .notification_text,
.notification_box .notification_err .notification_text,
.notification_box .notification_warning .notification_text,
.notification_box .notification_info .notification_text {
  order: 2;
  width: 100%;
}

.notification_box .notification_mess .notification_icon,
.notification_box .notification_err .notification_icon,
.notification_box .notification_warning .notification_icon,
.notification_box .notification_info .notification_icon {
  order: 1;
  width: 35px;
  font-size: 25px;
}

.notification_box .notification_mess .notification_icon ~ .notification_text,
.notification_box .notification_err .notification_icon ~ .notification_text,
.notification_box .notification_warning .notification_icon ~ .notification_text,
.notification_box .notification_info .notification_icon ~ .notification_text {
  width: calc(100% - 35px);
}

.notification_box .notification_mess .notification_close,
.notification_box .notification_err .notification_close,
.notification_box .notification_warning .notification_close,
.notification_box .notification_info .notification_close {
  text-align: center;
  width: 20px;
  order: 3;
}

.notification_box .notification_mess .notification_close i:hover,
.notification_box .notification_err .notification_close i:hover,
.notification_box .notification_warning .notification_close i:hover,
.notification_box .notification_info .notification_close i:hover {
  color: #ea0900;
}

.notification_box .notification_mess .notification_close ~ .notification_text,
.notification_box .notification_err .notification_close ~ .notification_text,
.notification_box .notification_warning .notification_close ~ .notification_text,
.notification_box .notification_info .notification_close ~ .notification_text {
  width: calc(100% - 55px);
}

.notification_box .notification_mess .notification_close + .notification_text,
.notification_box .notification_err .notification_close + .notification_text,
.notification_box .notification_warning .notification_close + .notification_text,
.notification_box .notification_info .notification_close + .notification_text {
  width: calc(100% - 20px);
}

.notification_box .notification_mess {
  background-color: #0a9e47;
}

.notification_box .notification_err {
  background-color: #ea0900;
}

.notification_box .notification_warning {
  background-color: #fa6607;
}

.notification_box .notification_info {
  background-color: #2066bf;
}

.loader-outer {
  position: fixed;
  top: 60px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.loader-outer .loader {
  height: 4px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #ddd;
  z-index: 1;
}

.loader-outer .loader:before {
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 4px;
  background-color: #2066bf;
  animation: loading 2s linear infinite;
}

@keyframes loading {
  0% {
    left: -200px;
    width: 200px;
  }

  50% {
    width: 30%;
  }

  70% {
    width: 70%;
  }

  80% {
    left: 50%;
  }

  95% {
    left: 120%;
  }

  100% {
    left: 100%;
  }
}

.loader-outer .loader-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

.loader-enter-active,
.loader-leave-active {
  transition: opacity 0.3s;
}

.loader-enter,
.loader-leave-to {
  opacity: 0;
}

.loader-custom {
  position: absolute;
  background-color: #FFF;
  top: 0px;
  left: 0px;
  z-index: 1;
  padding: 1em;
  text-align: center;
  display: flex;
  min-height: 200px;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
  color: #9b9b9b;
}

.svg-world-map {
  position: relative;
  z-index: 1;
  stroke-linejoin: round;
  stroke: #555;
  fill: none;
}

.svg-world-map path {
  fill: #f5f5f5;
  fill-rule: evenodd;
}

.svg-world-map path:hover {
  opacity: 0.7;
  stroke: #000;
  fill: #AFAFAF;
}

.svg-world-map .path_hover {
  opacity: 0.7;
  stroke: #000;
  fill: #AFAFAF;
}

.hint_country_name {
  position: fixed;
  padding: 0.2em 0.7em;
  border-radius: 4px;
  transform: translate(0%, -100%);
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
}

.value-scale {
  position: relative;
  height: 1em;
  width: 15em;
  border: 1px solid #555;
  background-image: linear-gradient(to right, #f5f5f5, #22bf00);
  z-index: 3;
}

.value-scale .after {
  position: absolute;
  top: -1.3em;
  right: -1px;
  color: #555;
  border-right: 1px solid #555;
  padding: 0 4px;
}

.value-scale .before {
  position: absolute;
  top: -1.3em;
  left: -1px;
  color: #555;
  border-left: 1px solid #555;
  padding: 0 4px;
}

.filter-wrapper .add-filter {
  height: 40px;
  padding: 0 1em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 1px solid #e2e1e1;
  color: #9b9b9b;
  cursor: pointer;
  user-select: none;
}

.filter-wrapper .add-filter:hover {
  background-color: whitesmoke;
}

.filter-list-wrapper {
  display: block;
}

.filter-list-wrapper .filter-list-item {
  border: 1px solid #e2e1e1;
  border-radius: 20px;
  display: inline-block;
  padding: 5px 10px;
  margin: 0 3px 3px 0;
  color: #9b9b9b;
}

.filter-list-wrapper .filter-list-item-clear {
  border: 1px solid #2066bf;
  color: #2066bf;
  cursor: pointer;
  user-select: none;
}

.filter-list-wrapper .filter-list-item-clear:hover {
  border: 1px solid #184c91;
  color: #184c91;
  background: whitesmoke;
}

.filter-list-wrapper .filter-list-edit-btn {
  border: 1px solid #fa6607;
  border-radius: 20px;
  display: inline-block;
  padding: 5px 10px;
  margin: 0 3px 3px 0;
  color: #fa6607;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  user-select: none;
}

.filter-list-wrapper .filter-list-edit-btn:hover {
  background-color: #fa6607;
  color: #FFF;
}

.filter-list-wrapper .remove-filter {
  margin-left: 3px;
}

.filter-list-wrapper .remove-filter:hover {
  color: #ea0900;
}

.filter-list-wrapper .remove-filter:active {
  color: #9b9b9b;
}

.form-notes-wrapper {
  display: flex;
  flex-flow: column;
}

.form-notes-wrapper .form-notes-btn-add {
  display: flex;
  flex-flow: column;
}

.form-notes-wrapper .form-notes-btn-add .btn {
  margin-left: auto;
  height: 30px;
  width: 30px;
}

.form-notes-wrapper .form-notes-btn-add .btn i {
  padding: 0px;
}

.form-notes-wrapper .form-notes-textarea textarea {
  min-height: auto !important;
}

.form-notes-wrapper .text_switch {
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e7e7e7;
  border-radius: 15px;
  box-shadow: none;
}

.form-notes-wrapper .text_switch .label {
  font-size: 15px;
  padding: 0 10px;
}

.form-notes-wrapper .text_switch .label .text {
  padding-bottom: 1px;
}

.form-notes-wrapper .form-notes-type {
  min-width: 300px;
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
  margin-left: auto;
}

.form-notes-wrapper .form-notes-type .form-notes-type-alert,
.form-notes-wrapper .form-notes-type .form-notes-type-warning,
.form-notes-wrapper .form-notes-type .form-notes-type-note {
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  border-radius: 15px;
  margin: 5px;
  margin-left: 10px;
  margin-right: 0;
  cursor: pointer;
  user-select: none;
}

.form-notes-wrapper .form-notes-type .form-notes-type-alert {
  color: #ea0900;
}

.form-notes-wrapper .form-notes-type .form-notes-type-alert.active {
  color: #FFF;
  background-color: #ea0900;
}

.form-notes-wrapper .form-notes-type .form-notes-type-alert:hover {
  color: #FFF;
  background-color: #f53f38;
}

.form-notes-wrapper .form-notes-type .form-notes-type-warning {
  color: #fa6607;
}

.form-notes-wrapper .form-notes-type .form-notes-type-warning.active {
  color: #FFF;
  background-color: #fa6607;
}

.form-notes-wrapper .form-notes-type .form-notes-type-warning:hover {
  color: #FFF;
  background-color: #ff7b27;
}

.form-notes-wrapper .form-notes-type .form-notes-type-note {
  color: #9b9b9b;
}

.form-notes-wrapper .form-notes-type .form-notes-type-note.active {
  color: #FFF;
  background-color: #9b9b9b;
}

.form-notes-wrapper .form-notes-type .form-notes-type-note:hover {
  color: #FFF;
  background-color: #e4e4e4;
}

.form-notes-wrapper .form-notes-maintitle {
  margin: 10px 0;
  font-size: 16px;
  color: #9b9b9b;
}

.form-notes-wrapper .form-notes-title {
  display: flex;
  flex-flow: row;
}

.form-notes-wrapper .form-notes-address {
  margin: 5px 0;
}

.form-notes-wrapper .form-notes-address-left {
  display: flex;
  align-items: center;
  padding-bottom: 1px;
  justify-content: flex-start;
  padding-right: 5px;
  height: 50px;
  align-items: center;
}

.form-notes-wrapper .form-notes-address-right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.form-notes-wrapper .form-notes-item {
  margin: 0 -10px;
  padding: 5px 10px;
  border-left: 3px solid transparent;
}

.form-notes-wrapper .form-notes-item.e-alert {
  border-left: 3px solid #ea0900;
}

.form-notes-wrapper .form-notes-item.e-warning {
  border-left: 3px solid #fa6607;
}

.form-notes {
  display: flex;
  flex-flow: column;
}

.form-notes .form-notes-top {
  display: flex;
  flex-flow: row;
  width: 100%;
}

.form-notes .form-notes-top .form-notes-title {
  width: 100%;
}

.form-notes .form-notes-address {
  display: flex;
  flex-flow: row;
}

.user_box_form_note {
  display: flex;
  flex-wrap: nowrap;
  flex-flow: row;
}

.user_box_form_note .avatar_40 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  max-height: 40px;
  height: 40px;
  margin: 8px auto auto auto;
  border-radius: 50%;
  box-shadow: 0 0 2px #9b9b9b;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.user_box_form_note .user_name {
  display: flex;
  align-items: center;
  padding: 5px;
  padding-left: 10px;
  font-weight: 400;
  flex-wrap: wrap;
  text-align: left;
  width: 100%;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
}

.user_box_form_note .user_name div {
  display: block;
  margin-left: auto;
  float: right;
  color: #555;
  font-weight: 400;
}

.user_box_form_note .user_text {
  font-weight: normal;
  width: 100%;
  padding: 5px;
  padding-top: 0px;
  padding-left: 10px;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}

.user_box_form_note .user_text_wrapper {
  display: block;
  width: 100%;
}

.user_info_window {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap !important;
  height: auto !important;
}

.user_info_window .avatar_box {
  min-width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user_info_window .user_info_box {
  width: 100%;
  padding: 10px;
  display: flex;
  flex-flow: column;
}

.user_info_window .user_window_name {
  position: relative;
  font-size: 18px;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 10px;
}

.user_info_window .user_window_name:after {
  content: "";
  display: block;
  width: 30px;
  position: absolute;
  height: 1px;
  left: 0px;
  bottom: 0px;
  background-color: #555;
}

.user_info_window .user_window_name .fa-male {
  color: #0074d4;
}

.user_info_window .user_window_name .fa-female {
  color: #ea0900;
}

.user_info_window .user_info_roz {
  padding: 3px 0;
}

.user_info_window .user_info_roz b {
  color: #555;
}

.user_info_window .user_info_roz i {
  color: #555;
  width: 1em;
  text-align: center;
}

.user_info_window .user_info_roz i.icon-active {
  cursor: pointer;
}

.user_info_window .user_info_roz i.icon-active:hover {
  color: #2066bf;
}

.user_info_window .user_info_roz i.icon-active:active {
  color: #184c91;
}

.btn {
  font-size: 15px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.11px;
  padding: 0em 20px;
  border-radius: 25px;
  border: 0;
  outline: 0;
  margin: 5px 0;
  user-select: none;
  font-weight: 400;
  text-transform: uppercase;
}

.btn i {
  padding-right: 5px;
}

.btn .btn-right {
  float: right;
}

.btn.small {
  font-size: 0.9em;
}

.btn.middle {
  font-size: 1em;
}

.btn.large {
  font-size: 1.2em;
}

.btn.btn-theme {
  color: #FFF;
  background-color: #2066bf;
}

.btn.btn-theme:hover {
  background-color: #308aff;
  box-shadow: 0 0 5px #308aff;
}

.btn.btn-theme:active {
  background-color: #184c91;
  box-shadow: 0 0 5px #184c91;
}

.btn.btn-orange {
  color: #FFF;
  background-color: #fa6607;
}

.btn.btn-orange:hover {
  background-color: #ff7b27;
  box-shadow: 0 0 5px #ff7b27;
}

.btn.btn-orange:active {
  background-color: #d25200;
  box-shadow: 0 0 5px #d25200;
}

.btn.btn-green {
  color: #FFF;
  background-color: #0a9e47;
}

.btn.btn-green:hover {
  background-color: #15b658;
  box-shadow: 0 0 5px #15b658;
}

.btn.btn-green:active {
  background-color: #0e8f44;
  box-shadow: 0 0 5px #0e8f44;
}

.btn.btn-red {
  color: #FFF;
  background-color: #ea0900;
}

.btn.btn-red:hover {
  background-color: #f53f38;
  box-shadow: 0 0 5px #f53f38;
}

.btn.btn-red:active {
  background-color: #aa0903;
  box-shadow: 0 0 5px #aa0903;
}

.btn.btn-50 {
  width: calc(50% - 2px);
}

.btn[disabled] {
  color: #FFF;
  background-color: #e2e1e1;
}

.btn[disabled]:hover {
  background-color: #e2e1e1;
  box-shadow: none;
}

.btn[disabled]:active {
  background-color: #e2e1e1;
  box-shadow: none;
}

.anim-fade-enter-active,
.anim-fade-leave-active {
  transition: opacity 0.3s;
}

.anim-fade-enter,
.anim-fade-leave-to {
  opacity: 0;
}

.answer_btn {
  float: right;
  margin-left: auto;
}

.comment_answer {
  color: #9b9b9b;
  font-size: 0.8em;
  padding: 0 0.3em !important;
}

.comment_answer_icon {
  transform: rotate(0deg);
}

.fix_new_comment_box {
  position: sticky;
  bottom: -1.4em;
  left: 0px;
  background-color: #FFF;
  padding: 1em 0 2em 0;
  margin-bottom: -1.5em;
}

.fix_new_comment_box .fix_new_comment_shadow {
  display: block;
  position: relative;
  top: calc(-10px);
  margin: 0 0.8em;
  height: 10px;
  width: 100%;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.05));
}

.page_order_comments {
  margin: -1em 0 -0.9em 0 !important;
}

.order_window_nav {
  position: sticky;
  top: -1.5em;
  padding: 2em 0 1em 0;
  margin-top: -1.5em;
  left: 0px;
  background-color: #FFF;
  z-index: 111;
}

.order_window_nav .fix_new_comment_shadow {
  display: block;
  position: relative;
  top: calc(-10px);
  margin: 0 0.8em;
  height: 10px;
  width: 100%;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.05));
}

.comment_box {
  padding: 0.5em 0.5em;
}

.comment_box:hover {
  background-color: whitesmoke;
}

.comment_box .user_box {
  padding: 0 !important;
  margin: 0;
}

.z1 {
  z-index: 1;
}

:root {
  --color-theme: #2066bf;
  --color-theme-dark: #184c91;
  --color-theme-light: #308aff;
  --color-red: #ea0900;
  --color-green: #0a9e47;
  --color-orange: #fa6607;
  --color-violet: #9e249e;
  --color-blue: #0074d4;
  --color-gray: #9b9b9b;
  --color-yellow: rgb(199, 175, 1);
  --color-red-05: rgba(234, 7, 0, .5);
  --color-green-05: rgba(10, 158, 71, .5);
  --color-orange-05: rgba(250,102,7, .5);
  --color-violet-05: rgba(153,51,255, .5);
  --color-blue-05: rgba(0,128,255, .5);
  --color-gray-05: rgba(150,150,150, .5);
  --color-yellow-05: rgba(230, 233, 10, .5);
  --color-red-03: rgba(234, 7, 0, .3);
  --color-green-03: rgba(10, 158, 71, .3);
  --color-orange-03: rgba(250,102,7, .3);
  --color-violet-03: rgba(153,51,255, .3);
  --color-blue-03: rgba(0,128,255, .3);
  --color-gray-03: rgba(150,150,150, .3);
  --color-yellow-03: rgba(230, 233, 10, .3);
  --bg-color: rgb(252, 253, 255);
  --color-theme-08: rgba(1, 96, 138, 0.8);
  --color-theme-05: rgba(1, 96, 138, 0.5);
  --color-theme-light-05: rgba(70, 199, 251, .5);
  --color-theme-dark-05: rgba(0, 76, 107, .5);
  --color-theme-035: rgb(160, 190, 210);
  --color-theme-03: rgb(179, 207, 220);
  --color-theme-02: rgb(214, 235, 242);
  --color-theme-01: rgb(241, 244, 245);
  --color-theme-light-03: rgba(70, 199, 251, .3);
  --color-theme-dark-03: rgb(0, 76, 107,.3);
  --color-theme-white-hover: rgba(235, 245, 253, 1);
  --color-theme-white-active: rgba(225, 235, 243, 1);
  --bg-color: rgb(246, 250, 252);
  --header-height: 70px;
  --width-main-menu: 60px;
  --min_width_bm: 1250px;
  --color-orange-ll: rgb(255,255,255);
  /*rgb(255, 244, 234);*/
  --color-gray-ll: rgb(255,255,255);
  /*rgb(245, 245, 245);*/
  --color-theme-ll: rgb(255,255,255);
  /*rgb(233, 248, 255);*/
  --color-blue-ll: rgb(255,255,255);
  /*rgb(255, 244, 234);*/
  --color-red-ll: rgb(255,255,255);
  /*rgb(255, 244, 234);*/
  --color-green-ll: rgb(255,255,255);
  /*rgb(236, 255, 234);*/
  --color-violet-ll: rgb(255,255,255);
  /*rgb(255, 244, 234);*/
  --color-yellow-ll: rgb(255,255,255);
  /*rgb(255, 244, 234);*/
  --color-red-dark: rgb(196, 6, 0);
  --color-green-dark: rgb(10, 143, 65);
  --color-orange-dark: rgb(221, 91, 7);
  --color-yellow-dark: rgb(199, 202, 11);
  --color-gray-dark: rgb(128, 128, 128);
  --color-violet-dark: rgb(125, 41, 209);
  --color-blue-dark: rgb(0, 108, 215);
  --color-gray-s-9: rgb(25, 25, 25);
  --color-gray-s-2: rgb(229, 229, 229);
  --color-gray-s-05: rgb(242, 242, 242);
}

.fcol {
  float: left;
  width: 100%;
}

.fcol-right {
  float: right;
}

.frow:after {
  content: "";
  display: table;
  clear: both;
}

.frow-c {
  display: block;
  width: 100%;
  float: left;
  height: 1px;
  position: relative;
  margin-top: -1px;
}

.flex {
  display: flex;
}

.flex-center {
  justify-content: center;
  align-items: center;
}

.flex-center-y {
  margin: auto 0;
  align-items: center;
}

.flex-right {
  justify-content: flex-end;
}

.center {
  text-align: center;
}

.loader_logo {
  position: absolute;
  background-color: #FFF;
  top: 0px;
  left: 0px;
  z-index: 1;
  padding: 1em;
  text-align: center;
  display: flex;
  min-height: 200px;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.loader_logo .loader-box {
  position: relative;
  margin: auto;
  display: block;
}

.loader_logo .loader-box .loader-logo {
  position: relative;
  display: block;
  width: 100px;
  height: 70px;
}

.loader_logo .loader-box .loader-text {
  display: block;
  padding: 0.4em 0;
  font-size: 1.2em;
}

.loader_logo svg {
  width: 100px;
  height: 70px;
}

.loader_logo .cls-1 {
  fill: #ff5252;
}

.loader_logo .cls-2 {
  fill: #ff1744;
}

.loader_logo .cls-3 {
  fill: #ffc400;
}

.loader_logo .cls-4 {
  fill: #1e88e5;
}

.loader_logo .cls-5 {
  fill: #00c853;
}

.loader_logo .cls-6 {
  fill: #a0f;
}

.loader_logo .cls-7 {
  fill: #fff;
}

@keyframes rainbow {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.rainbow-rotate {
  transform-origin: 328.25px 196.1px;
  animation: rainbow 1s linear infinite;
}

.width {
  width: 100%;
}

.hidden {
  overflow: hidden;
}

.inline-flex-1 {
  display: inline-flex;
  flex-flow: row;
  white-space: nowrap;
}

.v-a-m {
  vertical-align: middle;
}

.text-right {
  text-align: right;
}

.relative {
  position: relative;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.link {
  color: #2066bf;
  cursor: pointer;
}

.link:hover {
  color: #184c91;
  text-decoration: underline;
}

.link:active {
  color: #2066bf;
  text-decoration: underline;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #2066bf;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(19px, 0);
  }
}

.custom-scroll::-webkit-scrollbar {
  width: 10px;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background: #2066bf;
  border-radius: 20px;
}

.custom-scroll::-webkit-scrollbar-track {
  background: whitesmoke;
  border-radius: 20px;
}

.order_box {
  padding: 0.5em;
  text-align: center;
  overflow: auto;
}

.order_box div {
  height: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.7em;
  background-color: #e2e1e1;
  cursor: default;
  user-select: none;
  color: #787878;
  transition: all 0.3s;
  font-size: 24px;
}

.order_box div:hover {
  background-color: #308aff;
  box-shadow: 0 0 8px #308aff;
  color: #FFF;
}

.order_box div:active {
  background-color: #2066bf;
  box-shadow: 0 0 8px #2066bf;
  color: #FFF;
}

.order_box.router-link-active div {
  background-color: #308aff;
  box-shadow: 0 0 8px #308aff;
  color: #FFF;
}

.clasic_checkbox {
  padding: unset;
  min-width: unset;
  height: unset;
}

.text_active,
.text-active {
  cursor: pointer;
  user-select: none;
}

.text_active:hover,
.text-active:hover {
  color: #2066bf;
}

.text_active:active,
.text-active:active {
  color: #184c91;
}

.lang-box {
  margin-top: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  position: sticky;
  padding: 0.5em;
  background-color: #FFF;
  bottom: 0px;
  font-size: 0.9em;
}

.lang-box > div {
  padding: 0 4px;
  filter: grayscale(100%);
  user-select: none;
  cursor: pointer;
}

.lang-box > div.selected_language {
  filter: grayscale(0%);
}

.lang-box > div:hover {
  filter: grayscale(0%);
}

.lang-box img {
  width: 1.1em;
  position: relative;
  top: 2px;
  display: inline-block;
}

.main-loader {
  position: fixed;
  z-index: 999;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.wrapword {
  white-space: -moz-pre-wrap !important;
  /* Mozilla, since 1999 */
  white-space: -webkit-pre-wrap;
  /*Chrome & Safari */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: pre-wrap;
  /* CSS3 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  word-break: break-all;
  white-space: normal;
}

.margin-s {
  margin: 5px;
}

.margin-m {
  margin: 10px;
}

.margin-l {
  margin: 20px;
}

.margin-v-s {
  margin-top: 5px;
  margin-bottom: 5px;
}

.margin-v-m {
  margin-top: 10px;
  margin-bottom: 10px;
}

.margin-v-l {
  margin-top: 20px;
  margin-bottom: 20px;
}

.margin-h-s {
  margin-left: 5px;
  margin-right: 5px;
}

.margin-h-m {
  margin-left: 10px;
  margin-right: 10px;
}

.margin-h-l {
  margin-left: 20px;
  margin-right: 20px;
}

.padding-s {
  padding: 5px;
}

.padding-m {
  padding: 10px;
}

.padding-l {
  padding: 20px;
}

.padding-v-s {
  padding-top: 5px;
  padding-bottom: 5px;
}

.padding-v-m {
  padding-top: 10px;
  padding-bottom: 10px;
}

.padding-v-l {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding-h-s {
  padding-left: 5px;
  padding-right: 5px;
}

.padding-h-m {
  padding-left: 10px;
  padding-right: 10px;
}

.padding-h-l {
  padding-left: 20px;
  padding-right: 20px;
}

.a-href {
  color: #2066bf;
  cursor: pointer;
}

.a-href:hover {
  text-decoration: underline;
}

.user_container {
  min-height: calc(100vh - 60px);
}

.user_menu {
  max-width: 240px;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #e2e1e1;
}

.user_content {
  position: relative;
  padding: 1em;
  max-width: calc(100% - ( 240px + 1em ) );
}

.user_info {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 220px;
  padding-bottom: 0.7em;
  flex-wrap: wrap;
}

.user_info .user_info_avatar_120 {
  position: relative;
  border: 1px solid #308aff;
  border-radius: 50%;
  display: block;
  width: 120px;
  height: 120px;
  margin-top: 0.8em;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.user_info .user_info_avatar_120 .user_info_avatar_edit {
  position: absolute;
  top: -1px;
  right: 5px;
  width: 2em;
  height: 2em;
  display: flex;
  color: #2066bf;
  font-size: 0.9em;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  border-radius: 50%;
  box-shadow: 0 0 5px #2066bf;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
  transition: all 0.15s;
}

.user_info .user_info_avatar_120 .user_info_avatar_edit:hover {
  transform: scale(1.1);
}

.user_info .user_info_avatar_120 .user_info_avatar_edit:hover i {
  top: 1px !important;
  transform: scale(1.1);
}

.user_info .user_info_avatar_120 .user_info_avatar_edit:active {
  transform: scale(0.8);
}

.user_info .user_info_avatar_120 .user_info_avatar_edit:active i {
  transform: scale(0.8);
}

.user_info .user_info_avatar_120 .user_info_avatar_edit i {
  position: relative;
  margin: auto;
}

.user_info .user_info_avatar_120 .user_info_avatar_edit.user_info_avatar_close {
  opacity: 1;
  box-shadow: 0 0 5px #ea0900;
  color: #ea0900;
}

.user_info .user_info_avatar_120 .user_info_avatar_edit.user_info_avatar_close i.fa-times {
  position: relative;
  top: 0px;
  left: 1px;
}

.user_info .user_info_avatar_120 .user_info_avatar_upload_icon {
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 5.5em;
  padding: 0 0.4em;
  height: 2em;
  display: flex;
  color: #2066bf;
  font-size: 0.9em;
  transform: translateX(-50%);
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  border-radius: 8px;
  box-shadow: 0 0 5px #2066bf;
  cursor: pointer;
  z-index: 1;
  user-select: none;
  transition: all 0.15s;
}

.user_info .user_info_avatar_120 .user_info_avatar_upload_icon:hover {
  transform: translateX(-50%) scale(1.1);
}

.user_info .user_info_avatar_120 .user_info_avatar_upload_icon:active {
  transform: translateX(-50%) scale(0.8);
}

.user_info .user_info_avatar_120 .user_info_avatar_upload_icon i {
  position: relative;
  margin: auto;
}

.user_info .user_info_avatar_120:hover .user_info_avatar_edit {
  opacity: 1;
}

.user_info .user_info_avatar_120 .user_info_avatar_upload {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: white;
  transition: all 0.15s;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2066bf;
}

.user_info .user_info_avatar_120 .user_info_avatar_upload i {
  font-size: 24px;
}

.user_info .user_info_avatar_120 .user_info_avatar_upload_error {
  text-align: center;
  color: #ea0900;
}

.user_info .user_info_avatar_120 .user_info_avatar_loader {
  background-color: rgba(255, 255, 255, 0.8);
}

.user_info .user_info_name {
  width: 100%;
  text-align: center;
  display: block;
  font-size: 18px;
  font-weight: bold;
  height: 1em;
  margin-top: -0.7em;
}

.user_info .user_info_email {
  width: 100%;
  text-align: center;
  height: 0.7em;
  font-size: 0.7em;
  color: #9b9b9b;
  margin-top: -1.5em;
}

.user_link {
  width: 100%;
  display: flex;
  padding-left: 1em;
  -ms-align-items: center;
  align-items: center;
  height: 3em;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

.user_link:hover {
  background-color: whitesmoke;
}

.user_link.router-link-exact-active {
  background-color: #e2e1e1;
}

.user_link i {
  text-align: center;
  width: 1.2em;
  margin: 0 5px;
}

.user_link .e-counter {
  display: inline-block;
  margin-left: auto;
  border: 1px solid #e2e1e1;
  background-color: whitesmoke;
  padding: 2px 4px;
  margin-right: 0.5em;
}

.user_link:not(.router-link-exact-active):hover .e-counter {
  background-color: #e2e1e1;
}

.user_link_list {
  width: 100%;
  display: flex;
  padding-left: 1em;
  align-items: center;
  height: 2.4em;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

.user_link_list:hover {
  background-color: whitesmoke;
}

.user_link_list.router-link-exact-active {
  background-color: #e2e1e1;
}

.user_link_list i {
  text-align: center;
  width: 0.7em;
  margin: 0 5px;
}

.user_link_list i.fas {
  width: 1.2em;
}

.user_box {
  display: flex;
  flex-wrap: nowrap;
  min-height: 100%;
}

.user_box.clickable {
  user-select: none;
  cursor: pointer;
}

.user_box .avatar_40 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  max-height: 40px;
  height: 40px;
  margin: auto 0;
  border-radius: 50%;
  border: 0px solid #2066bf;
  box-shadow: 0 0 2px #9b9b9b;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.user_box .user_name {
  display: flex;
  align-items: center;
  padding-left: 0.5em;
  flex-wrap: wrap;
  text-align: left;
  overflow: hidden;
  max-height: 100%;
}

.user_box .user_text {
  font-weight: normal;
  width: 100%;
  overflow: hidden;
  display: block;
  max-height: 100%;
  text-overflow: none !important;
  overflow-wrap: break-word;
}

.page_title {
  font-size: 20px;
  border-bottom: 1px solid #e2e1e1;
  padding: 0em 1em;
  height: 3em;
  margin: -1rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.page_title .page_title_btn_right {
  align-self: center;
  font-size: 0.8em;
  justify-self: flex-end;
  margin-left: auto;
}

.page_title .right {
  margin-left: auto;
}

.page_title .input {
  position: relative;
}

.page_title .btn {
  font-size: 0.7em;
}

.notify_not_read_marker {
  background-color: #ea0900;
  color: #FFF;
  padding: 1px 0.3em;
  position: absolute;
  top: 8px;
  left: 36px;
  right: auto;
  border-radius: 10px;
}

.crm-window-select-col.color-new {
  color: var(--color-theme);
  border: 3px var(--color-theme) dashed;
}

.crm-window-select-col.color-clear {
  color: var(--color-gray);
  border: 1px var(--color-gray) solid;
}

.crm-window-select-col.color-clear:hover {
  opacity: 1;
  background-color: var(--color-gray-03);
}

.crm-window-select-col {
  position: relative;
  width: calc(50% - 7.5px);
  max-width: calc(50% - 7.5px);
  color: #FFF;
  height: 40px;
  margin: 0 0 5px 5px;
  border-radius: 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  opacity: 1;
  /*transition: all 0.1s linear;*/
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  /*box-shadow: inset 0 0 0 2px var();*/
}

.crm-window-select-col:hover {
  opacity: 0.7;
}

.crm-window-select-col:active {
  opacity: 1;
}

.crm-window-select-col.e-view {
  position: relative;
  color: #FFF;
  height: 32px;
  margin: 3px 0;
  border-radius: 5px;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  opacity: 1;
  box-shadow: none !important;
  /* TMP HIDE BOX-BORDER */
}

.crm-window-select-col > div.e-text {
  width: 100%;
  padding: 1px 10px 1px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.crm-window-select-col > div.e-addons {
  width: 100%;
  padding: 0px 10px 2px 10px;
  font-size: 0.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.crm-window-select-col .edit-value-i {
  position: absolute;
  right: 7px;
  top: 5px;
  font-size: 80%;
  cursor: pointer;
}

.crm-window-select-col .edit-value-i:hover {
  color: rgba(255, 255, 255, 0.8);
}

.edit-value-form {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}

.edit-value-form input {
  height: 32px;
  width: 100% !important;
  padding: 0 40px;
  box-shadow: none;
  text-align: center;
}

.edit-value-form .e-color-picker {
  position: absolute;
  top: 6.5px;
  right: 7px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.edit-value-form .e-value-submit {
  position: absolute;
  top: 6.5px;
  left: 7px;
  display: block;
  width: 20px;
  height: 20px;
  color: var(--color-gray);
  border-radius: 50%;
  transition: all 0.2s ease;
}

.edit-value-form .e-value-submit:hover {
  color: var(--color-green);
}

.edit-value-form .e-color-picker:hover {
  box-shadow: 0 0 3px var(--color-gray);
}

.crm-window-select-col.color-red {
  background: var(--color-red);
  box-shadow: inset 0 0 0 2px var(--color-red), inset 0 0 0 3px #FFF;
}

.crm-window-select-col.color-green {
  background: var(--color-green);
  box-shadow: inset 0 0 0 2px var(--color-green), inset 0 0 0 3px #FFF;
}

.crm-window-select-col.color-violet {
  background: var(--color-violet);
  box-shadow: inset 0 0 0 2px var(--color-violet), inset 0 0 0 3px #FFF;
}

.crm-window-select-col.color-orange {
  background: var(--color-orange);
  box-shadow: inset 0 0 0 2px var(--color-orange), inset 0 0 0 3px #FFF;
}

.crm-window-select-col.color-blue {
  background: var(--color-blue);
  box-shadow: inset 0 0 0 2px var(--color-blue), inset 0 0 0 3px #FFF;
}

.crm-window-select-col.color-theme {
  background: var(--color-theme);
  box-shadow: inset 0 0 0 2px var(--color-theme), inset 0 0 0 3px #FFF;
}

.crm-window-select-col.color-gray {
  background: var(--color-gray);
  box-shadow: inset 0 0 0 2px var(--color-gray), inset 0 0 0 3px #FFF;
}

.crm-window-select-col.color-yellow {
  background: var(--color-yellow);
  box-shadow: inset 0 0 0 2px var(--color-yellow), inset 0 0 0 3px #FFF;
}

.filter_user_box > div {
  display: flex;
  flex-direction: row;
}

.filter_user_box .text-box {
  width: 100%;
  margin-right: 0.5em;
  padding: 0;
  height: 2.7em;
  font-size: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.filter_user_box .btn-box {
  width: 100px;
}

.filter_user_box .btn-box .btn {
  margin: 0;
}

.filter_user_box .no_list_user_select {
  padding: 0.5em;
  font-size: 1em;
  width: 100%;
  color: #9b9b9b;
  border-radius: 8px;
  height: 2.7em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: whitesmoke;
}

.footer-users {
  padding: 10px 10px;
  border-top: 1px solid #e2e1e1;
  border-bottom: 1px solid #e2e1e1;
  margin: 1em -1em;
}

.users_nav_btn_top {
  padding-top: 0.5em;
}

.users_nav_btn {
  padding: 0em 0.5em 0em 0.5em;
}

.faq-container {
  margin: 0 auto;
  max-width: 1200px;
}

.faq {
  margin: 1em 0;
  padding: 0.5em 1em;
  border: 1px solid #e2e1e1;
  cursor: default;
}

.faq .question {
  font-size: 1.5em;
  color: #2066bf;
  padding: 0.3em 0;
  cursor: pointer;
  user-select: none;
}

.faq .question > i {
  top: 0.1em;
  position: relative;
  float: right;
  transition: all 0.3s ease-in-out;
  transform: rotate(-180deg);
}

.faq .question.e-active > i {
  transform: rotate(0deg);
}

.faq .question .e-edit {
  font-size: 0.7em;
  margin: 0.15em 0.7em 0 0;
  padding: 0;
  color: #fa6607;
  float: right;
}

.faq .question .e-edit:hover {
  color: #d25200;
  text-decoration: underline;
}

.faq .question .e-edit:active {
  color: #fa6607;
}

.faq .question .e-remove {
  font-size: 0.7em;
  margin: 0.15em 0.7em 0 0;
  padding: 0;
  color: #ea0900;
  float: right;
}

.faq .question .e-remove:hover {
  color: #aa0903;
  text-decoration: underline;
}

.faq .question .e-remove:active {
  color: #ea0900;
}

.faq .answer {
  padding: 0.3em 0;
  white-space: pre-wrap;
}

.support_container {
  margin: 0 auto 0 auto;
  padding: 0 1rem;
  max-width: 1200px;
}

.support-question-box {
  padding-bottom: 1em;
}

.support-question-box .user_box {
  padding-bottom: 0.3em;
}

.support-question-box .e-title {
  font-size: 1.5em;
}

.support-question-box .e-text {
  height: 100%;
  white-space: pre-wrap;
}

.s_ticket {
  border: 1px solid #e2e1e1;
  padding: 1em;
  margin-bottom: 0.5em;
}

.s_ticket .user_box {
  padding-bottom: 1em;
  min-height: auto !important;
}

.s_ticket .e-title {
  font-size: 1.5em;
}

.s_ticket .col-xs-6 {
  display: flex;
  flex-direction: column;
}

.s_ticket .e-row {
  text-align: right;
  display: flex;
  width: 100%;
  padding-bottom: 1.25em;
}

.s_ticket .e-status {
  padding: 0 0.3em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  border-radius: 10px;
  color: #FFF;
  margin-left: auto;
}

.s_ticket .e-status .e-green {
  color: #0a9e47;
}

.s_ticket .e-status .e-orange {
  color: #fa6607;
}

.s_ticket .e-text {
  height: 100%;
  white-space: pre-wrap;
}

.s_ticket .no_list {
  margin: 0 !important;
  height: 100%;
}

.s_ticket .e-date-text {
  float: right;
  color: #9b9b9b;
  font-size: 14px;
}

.page_order_comments_box {
  padding: 1em 0;
}

.page_order_comments_box .user_box {
  padding-bottom: 1em;
}

.page_order_comments_box .user_box .avatar_40 {
  margin-top: 0;
}

.page_order_comments_box .user_box .user_text {
  min-width: 100%;
  white-space: pre-line;
}

.page_order_comments_box textarea {
  width: 100%;
  min-height: auto !important;
}

.comment_box .user_text {
  white-space: pre-line;
}

.list-outer {
  margin: 0.5em 0;
  padding: 0.5em 1em;
  border: 1px solid #e2e1e1;
  cursor: default;
}

.list-outer:hover {
  background-color: whitesmoke;
}

.transfer-list {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.transfer-list .transfer-icon {
  height: 100%;
  font-size: 1.5em;
  min-width: 50px;
  text-align: center;
}

.transfer-list .transfer-list-user_box {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.transfer-list .transfer-to {
  color: #0a9e47;
}

.transfer-list .transfer-rollback {
  color: #ea0900;
}

@media screen and (max-width: 900px) {
  .mobile {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .mobile.menu_opened {
    overflow-y: hidden;
    max-height: 100vh;
  }

  .user_menu {
    position: fixed;
    width: 280px;
    display: block;
    max-width: 280px;
    z-index: 111;
    background: #FFF;
    height: 100%;
    top: 60px;
    max-height: calc(100% - 60px);
    overflow-y: auto;
    left: -280px;
    padding-top: 10px;
    padding-bottom: 50px;
    transition: left 0.3s ease;
  }

  .user_menu.active {
    left: -20px;
  }

  .header_menu_box {
    position: fixed;
    width: 280px;
    top: 0px;
    left: -280px;
    background: #FFF;
    height: 60px;
    z-index: 3;
    border-right: 1px solid #e2e1e1;
    transition: left 0.3s ease;
  }

  .header_menu_box.active {
    left: -20px;
  }

  .user_menu_shadow,
  .user_menu_header_shadow {
    position: fixed;
    top: 60px;
    left: 0px;
    z-index: 110;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease;
    background-color: rgba(0, 0, 0, 0.4);
  }

  .user_menu_shadow.active,
  .user_menu_header_shadow.active {
    opacity: 1;
  }

  .user_menu_header_shadow {
    top: 0px;
    height: 60px;
    z-index: 1;
  }

  .logo {
    z-index: 4;
  }

  .logo .logo-artlook {
    transition: color 0.3s ease;
  }

  .logo .logo-studios {
    transition: color 0.3s ease;
  }

  .logo.text_black .logo-artlook {
    color: #333333;
  }

  .logo.text_black .logo-studios {
    color: #333333;
  }

  .user_content {
    margin: 0 1em;
    width: 100% !important;
    max-width: 100% !important;
  }

  .logo svg {
    max-width: 90px;
    min-width: 70px;
    height: 40px;
  }

  .logo .logo-artlook {
    font-size: 25px;
  }

  .logo .logo-studios {
    font-size: 16px;
  }

  .order {
    justify-content: space-between;
    flex-flow: row;
  }

  .order .order_marker {
    max-width: 10px !important;
    min-width: 10px !important;
    writing-mode: vertical-rl;
  }

  .order .order_content {
    width: 100%;
  }

  .order .order_content > div {
    margin: 0.5em 0;
    height: auto !important;
    min-height: auto !important;
  }

  .header-nav a.icon {
    min-width: 56px;
  }

  .page_title .right {
    padding-right: 20px;
  }

  .order_main_container {
    margin: 0em !important;
  }

  .nav_box_wrapper {
    width: 100%;
    padding: 0 10px;
    margin: 0px;
  }

  .nav_box {
    width: 100%;
    flex-wrap: wrap;
    padding: 0px;
  }

  .nav_box > a {
    width: 50%;
    margin-bottom: 5px;
  }

  .nav_box > a:nth-child(2) {
    border-right: 1px solid #e2e1e1 !important;
  }

  .order_select_box {
    margin: 0px 0;
    padding: 0;
  }

  .order_select_box div:first-child {
    margin-left: 0px !important;
  }

  body {
    max-width: 100vw;
    overflow-x: hidden;
  }

  content {
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
  }
}

@media screen and (min-width: 900px) {
  .order_content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
    width: 100%;
  }
}

.list_wrapper {
  margin: 0em;
}

.list_row {
  padding: 0.5em 1em;
}

.list_row:nth-child(2n+1) {
  background-color: whitesmoke;
}

.list_row:hover {
  background-color: #e2e1e1;
}

.list_row .user_box {
  min-width: 240px;
}

.list_row .user_box .user_text {
  min-width: 100%;
}

.list_row .icons {
  width: 1em;
  font-size: 1.2em;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.list_row .icons i {
  width: 2em;
  cursor: pointer;
}

.list_row .icons i:hover {
  opacity: 0.5;
}

.list_row .icons i:active {
  opacity: 1;
}

.list_row .icons .edit {
  color: #fa6607;
}

.list_row .icons .sett {
  color: #9b9b9b;
}

.list_row .icons .cash {
  color: #2066bf;
}

.list_row_header {
  margin: 0 -0.5em;
  padding: 0.5em;
  font-weight: bold;
  color: #9b9b9b;
}

.from_answer {
  font-size: 0.8em;
  padding: 0 0.3em;
}

.user_select_main_box .no_list {
  font-size: 1em;
  margin: 0;
  height: 3.2em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.user_select_search {
  margin-bottom: 0.7em;
}

.user_select_clear_btn {
  padding: 0.3em;
  border: 1px solid #9b9b9b;
  margin: 0.15em 0;
  border-radius: 8px;
  height: 3em;
  cursor: pointer;
  user-select: none;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9b9b9b;
  font-weight: 600;
}

.user_select_clear_btn:hover {
  background-color: #e2e1e1;
}

.select_user_box {
  padding: 0.3em;
  border: 1px solid #e4e4e4;
  margin: 0.15em 0;
  border-radius: 8px;
  cursor: pointer;
  user-select: none;
  width: 100%;
}

.select_user_box:hover {
  background-color: #e2e1e1;
}

.select_user_box .user_name {
  font-weight: normal;
}

.btn-rigth {
  text-align: right;
}

.no_users_selected_box {
  background-color: #e2e1e1;
  color: #9b9b9b;
  padding: 0.58em 0.8em;
  border-radius: 0.5em;
  margin: 0.3em 0.3em 0 0;
}

.selected_users_box {
  border: 1px solid #e4e4e4;
  padding: 0.54em 0.7em;
  border-radius: 0.5em;
  margin: 0.3em 0.3em 0 0;
  display: inline-block;
}

.selected_users_box:hover {
  background-color: whitesmoke;
}

.selected_users_box .fa-times {
  color: #9b9b9b;
  cursor: pointer;
  user-select: none;
}

.selected_users_box .fa-times:hover {
  color: #ea0900;
}

.selected_users_box .fa-times:active {
  color: #9b9b9b;
}

.order_box div {
  padding: 0 1em !important;
  font-size: 1.2em !important;
}

.nwu-row {
  display: flex;
  flex-direction: row;
}

.no_list_user_select {
  font-size: 16px;
  margin: 0;
}

.btn_user_select {
  margin: 0 0;
  font-size: 16px;
}

.form-list-item {
  padding: 10px 0px;
}

.form-list-item:nth-child(2n+1) {
  background-color: whitesmoke;
}

.form-list-item > .row > div {
  display: flex;
  align-items: center;
}

.form-list-item .name-red {
  color: #ea0900;
  font-weight: bold;
}

.form-list-item .name-red a {
  color: #2066bf;
  font-weight: normal;
}

.form-list-item .name-red a:hover {
  text-decoration: underline;
}

.form-list-item .form-type-photo {
  color: #9e249e;
}

.form-list-item .form-type-video {
  color: #ea0900;
}

.form-list-item .form-type-retouching {
  color: #2066bf;
}

.form-list-btn {
  text-align: center;
  cursor: pointer;
}

.form-list-btn i {
  font-size: 24px;
  display: block;
  margin: 5px;
  text-align: center;
}

.form-icon-list {
  display: flex;
  flex-flow: row;
  color: #9b9b9b;
}

.form-icon-list > div {
  width: calc(100% / 3);
}

.form-icon-list .btn-open-form {
  color: #2066bf;
  opacity: 0.7;
}

.form-icon-list .btn-open-form:hover {
  color: #2066bf;
  opacity: 1;
}

.form-icon-list .btn-ban-form {
  color: #fa6607;
  opacity: 0.7;
}

.form-icon-list .btn-ban-form:hover {
  color: #fa6607;
  opacity: 1;
}

.form-icon-list .btn-delete-form {
  color: #ea0900;
  opacity: 0.7;
}

.form-icon-list .btn-delete-form:hover {
  color: #ea0900;
  opacity: 1;
}

.form-icon-list .btn-check-form {
  color: #9b9b9b;
  opacity: 0.7;
}

.form-icon-list .btn-check-form:hover {
  color: #0a9e47;
  opacity: 1;
}

.form-icon-list .btn-check-form.active {
  color: #0a9e47;
  opacity: 0.7;
}

.form-icon-list .btn-check-form.active:hover {
  color: #0a9e47;
  opacity: 1;
}

.new_order_select_user {
  font-size: 14px;
}

.new_order_select_user .no_list_user_select {
  font-size: 14px;
}

.new_order_select_user .btn {
  font-size: 14px;
}

.base-list-item .user_box {
  width: 100%;
}

.base-list-item .access {
  width: 100%;
  max-width: 180px;
}

.base-list-item .base-icon-list {
  max-width: 200px;
}

.user-d-btn-ban {
  color: #fa6607;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  opacity: 0.7;
  cursor: pointer;
  font-size: 20px;
  font-weight: 300;
  margin: auto;
  transition: all 0.1s ease;
}

.user-d-btn-ban:hover {
  opacity: 1;
  background-color: #fa6607;
  color: #FFF;
}

.user-d-btn-ban i {
  font-size: 36px;
  margin-bottom: 5px;
}

.user-d-btn-delete {
  color: #ea0900;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  opacity: 0.7;
  cursor: pointer;
  font-size: 20px;
  font-weight: 300;
  margin: auto;
  transition: all 0.1s ease;
}

.user-d-btn-delete:hover {
  opacity: 1;
  background-color: #ea0900;
  color: #FFF;
}

.user-d-btn-delete i {
  font-size: 36px;
  margin-bottom: 5px;
}

.page_roz {
  font-weight: bold;
  color: #2066bf;
  font-size: 20px;
  padding: 10px;
  display: flex;
  flex-flow: row;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #e2e1e1;
}

.page_roz .page_roz-left {
  font-size: 16px;
  font-weight: normal;
  margin-left: auto;
}

.page_roz.p0 {
  padding: 0px;
}

.support_container {
  margin: 0 auto 0 auto;
  padding: 0 1rem;
  max-width: 1200px;
}

.support-question-box {
  padding-bottom: 1em;
}

.support-question-box .user_box {
  padding-bottom: 0.3em;
}

.support-question-box .e-title {
  font-size: 1.5em;
}

.support-question-box .e-text {
  height: 100%;
  white-space: pre-wrap;
}

.s_ticket {
  border: 1px solid #e2e1e1;
  padding: 1em;
  margin-bottom: 0.5em;
}

.s_ticket .user_box {
  padding-bottom: 1em;
  min-height: auto !important;
}

.s_ticket .e-title {
  font-size: 1.5em;
}

.s_ticket .col-xs-6 {
  display: flex;
  flex-direction: column;
}

.s_ticket .e-row {
  text-align: right;
  display: flex;
  width: 100%;
  padding-bottom: 1.25em;
}

.s_ticket .e-status {
  padding: 0 0.3em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  border-radius: 10px;
  color: #FFF;
  margin-left: auto;
}

.s_ticket .e-status .e-green {
  color: #0a9e47;
}

.s_ticket .e-status .e-orange {
  color: #fa6607;
}

.s_ticket .e-text {
  height: 100%;
  white-space: pre-wrap;
}

.s_ticket .no_list {
  margin: 0 !important;
  height: 100%;
}

.s_ticket .e-date-text {
  float: right;
  color: #9b9b9b;
  font-size: 14px;
}

input,
textarea {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  min-height: 40px;
  border: 1px solid #e7e7e7;
  box-shadow: 0 0 0 0px #308aff, 0 0 0px #308aff;
  transition: all 0.3s;
}

input,
textarea,
button,
input:focus,
textarea:focus,
button:focus,
input:active,
textarea:active,
button:active {
  outline: none !important;
}

button {
  all: insert;
  outline: none !important;
}

input {
  padding: 0 1em;
  height: 40px;
  min-width: 200px;
}

textarea {
  padding: 1em;
  min-height: 7em;
  min-width: 280px;
}

input:focus,
textarea:focus,
input.focus,
textarea.focus {
  border: 1px solid #2066bf;
}

input {
  background: transparent;
  border: 0 solid transparent;
  border-bottom: 1px solid #e7e7e7;
  color: #333;
  padding: 15px 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
}

input:focus {
  outline: 0;
}

textarea {
  width: 100%;
  background: transparent;
  border: 0 solid transparent;
  border-bottom: 1px solid #e7e7e7;
  color: #333;
  padding: 15px 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
}

textarea:focus {
  outline: 0;
}

button {
  min-width: 150px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}

input {
  margin-top: 5px;
  width: 100%;
  border-top: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
}

textarea {
  margin-top: 5px;
  min-height: 150px;
  border-top: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
}

.form_content {
  margin: auto;
  max-width: 1000px;
}

.form_content textarea {
  min-height: 12em;
}

.form_title_question {
  padding-left: 0px;
  padding-bottom: 0;
}

.form_title_question .form_red {
  display: inline-block;
  font-size: 1.2em;
  padding-left: 0.15em;
  color: #ea0900;
}

.btn-order {
  width: 100%;
}

.form-slot {
  padding-bottom: 0.5em;
}

.form-slot label {
  font-size: 18px;
  position: relative;
  margin: auto;
  display: flex;
  height: 100%;
  align-items: center;
}

.form-slot input {
  width: 100%;
  min-width: 100%;
  min-width: 100px;
}

.form-slot .input {
  display: flex;
  flex-wrap: nowrap;
}

.form-slot .input span {
  font-size: 20px;
  margin: auto;
  padding-right: 0.25em;
}

.form_rozdil_answer {
  border: 1px solid #e7e7e7;
  padding: 5px 10px;
  margin-bottom: 5px;
}

.from_answer_q {
  color: #9b9b9b;
}

.from_answer {
  color: #333333;
  font-size: 1.2em;
  padding-bottom: 0px;
  overflow-wrap: break-word;
}

.form_calc_total_photos {
  text-align: right;
  font-size: 1.5em;
}

.nav_box {
  width: 100%;
  display: flex;
  padding-bottom: 1em;
}

.nav_box .nav {
  min-width: 120px;
  padding: 0 0.8em;
  width: max-content;
  display: flex;
  align-items: center;
  height: 40px;
  justify-content: center;
  border: 1px solid #e2e1e1;
  border-right: 0;
  cursor: pointer;
  color: #9b9b9b;
  flex-wrap: nowrap;
  user-select: none;
}

.nav_box .nav:hover {
  background-color: whitesmoke;
}

.nav_box .nav:last-child {
  border-right: 1px solid #e2e1e1;
}

.nav_box .nav.active,
.nav_box .nav.router-link-exact-active {
  font-weight: bold;
  background-color: #e2e1e1;
  color: #787878;
}

.form-container {
  margin: -20px;
  flex-flow: column;
  display: flex;
  flex-flow: row;
  height: 100%;
}

.form-container .form-left {
  display: flex;
  width: 200px;
  flex-flow: column;
  border-right: 1px solid #e2e1e1;
  height: calc(100vh - 60px);
  position: sticky;
  top: 0px;
  left: 0px;
  margin-right: 20px;
  padding-top: 20px;
}

.form-container .form-right {
  position: relative;
  width: calc(100% - 200px);
  flex-flow: column;
  height: calc(100vh - 60px);
  padding: 20px 20px;
  overflow-y: scroll;
}

.form-container .form-nav {
  cursor: pointer;
}

.form-window-counters-not-start {
  color: #ea0900;
  margin-left: auto;
}

.form-window-counters-start {
  color: #fa6607;
}

.form-window-counters-done {
  color: #0a9e47;
  margin-right: 5px;
}

.order-history {
  box-shadow: 0 0 0 #000 !important;
}

.order-history .o-h-info-wrapper {
  width: 100%;
  display: flex;
  flex-flow: row;
  justify-content: space-around;
}

.order-history .o-h-info-wrapper .fa-stopwatch {
  color: #9b9b9b;
}

.order-history .o-h-info-type {
  width: 100%;
  display: flex;
  align-items: center;
}

.order-history .o-h-info-type.o-h-type-create {
  color: #0a9e47;
}

.order-history .o-h-info-type.o-h-type-edit {
  color: #fa6607;
}

.order-history .o-h-info-type.o-h-type-paid {
  color: #2066bf;
}

.order-history .o-h-info-row {
  width: 100%;
  display: flex;
  align-items: center;
}

.order-history .o-h-info-from {
  width: 100%;
  padding: 0 20px;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.order-history .o-h-info-to {
  width: 100%;
  padding: 0 20px;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.order-history .o-h-info-icon-right {
  width: 40px;
  color: #0a9e47;
  display: flex;
  align-items: center;
  justify-content: center;
}

.order-history .o-h-info-empty {
  color: #9b9b9b;
}

.order-history .crm-percent {
  min-width: 150px;
}

.o-t-main-box {
  min-height: 100px;
  margin-left: 10px;
  position: relative;
  display: flex;
  width: 100%;
  flex-flow: row;
}

.o-t-main-box .o-t-left {
  padding-top: 12px;
}

.o-t-main-box .o-t-right {
  padding-bottom: 20px;
}

.o-t-main-box a:hover {
  text-decoration: underline;
}

.o-t-main-box i {
  cursor: pointer;
}

.o-t-main-box i:hover {
  color: #2066bf;
}

.o-t-main-box:before {
  content: "";
  display: block;
  width: 28px;
  position: absolute;
  top: 0px;
  left: 67px;
  height: 2px;
  background-color: #308aff;
}

.o-t-main-box .o-t-created .o-t-c-title {
  color: #184c91;
  font-weight: 300;
  font-size: 28px;
}

.o-t-main-box .o-t-created .o-t-c-user {
  color: #9b9b9b;
}

.o-t-timeline-box {
  margin-left: 10px;
  min-height: 200px;
}

.o-t-timeline-box .o-t-line {
  position: relative;
  min-height: 100px;
  display: flex;
  width: 100%;
  flex-flow: row;
}

.o-t-end-box {
  position: relative;
  margin-left: 10px;
  display: flex;
  width: 100%;
  min-height: 100px;
  flex-flow: row;
}

.o-t-end-box:before {
  content: "";
  display: block;
  width: 28px;
  position: absolute;
  bottom: 0px;
  left: 67px;
  height: 2px;
  background-color: #308aff;
}

.o-t-left {
  position: relative;
  width: 80px;
  min-width: 80px;
  display: flex;
  align-items: flex-start;
  padding: 4px;
  font-size: 12px;
  color: #9b9b9b;
}

.o-t-right {
  position: relative;
  width: 100%;
  border-left: 2px solid #308aff;
  display: flex;
  align-items: flex-start;
  padding-left: 30px;
}

.o-t-line .o-t-left {
  align-items: center;
}

.o-t-line .o-t-right {
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.o-t-line .o-t-right:after {
  position: absolute;
  display: block;
  content: "";
  left: -11px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #308aff;
}

.o-t-line.o-t-line-deadline .o-t-left {
  color: #ea0900 !important;
}

.o-t-line.o-t-line-deadline .o-t-right {
  border-left: 2px solid #ea0900;
}

.o-t-line.o-t-line-deadline .o-t-right:after {
  box-shadow: inset 0 0 0 2px #ea0900;
}

.o-t-line .o-t-working .o-t-c-title {
  color: #f66D9b;
  font-weight: 300;
  font-size: 20px;
}

.o-t-line .o-t-working .o-t-c-user {
  color: #9b9b9b;
}

.o-t-line .o-t-status .o-t-c-title {
  color: #0a9e47;
  font-weight: 300;
  font-size: 20px;
}

.o-t-line .o-t-status .o-t-c-user {
  color: #9b9b9b;
}

.o-t-line .o-t-send .o-t-c-title {
  color: #308aff;
  font-weight: 300;
  font-size: 20px;
}

.o-t-line .o-t-send .o-t-c-user {
  color: #9b9b9b;
}

.o-t-line .o-t-rework .o-t-c-title {
  color: #fa6607;
  font-weight: 300;
  font-size: 20px;
}

.o-t-line .o-t-rework .o-t-c-user {
  color: #9b9b9b;
}

.o-t-line .o-t-deadline .o-t-c-title {
  color: #ea0900;
  font-weight: 300;
  font-size: 20px;
}

.o-t-end-box .o-t-left {
  align-items: flex-end;
  padding-bottom: 12px;
}

.o-t-end-box .o-t-right {
  align-items: flex-end;
  padding-top: 20px;
  padding-bottom: 10px;
}

.o-t-end-box .o-t-paid .o-t-c-title {
  color: #184c91;
  font-weight: 300;
  font-size: 28px;
}

.o-t-end-box .o-t-paid .o-t-c-user {
  color: #9b9b9b;
}

.o-t-c-user {
  margin: 2px 0;
}

.base-list-item {
  padding: 10px 0px;
}

.base-list-item .row {
  margin-left: 0;
  margin-right: 0;
}

.base-list-item:nth-child(2n+1) {
  background-color: whitesmoke;
}

.base-list-item > .row > div {
  display: flex;
  align-items: center;
}

.base-list-item .name-red {
  color: #ea0900;
  font-weight: bold;
}

.base-list-item .name-red a {
  color: #2066bf;
  font-weight: normal;
}

.base-list-item .name-red a:hover {
  text-decoration: underline;
}

.base-list-item .a-row {
  display: flex;
  flex-flow: row;
}

.base-list-item .a-row .a-col {
  width: 100%;
  display: flex;
  align-items: center;
}

.base-list-item .a-row .a-col-icon {
  width: 50px;
  min-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.base-list-item .a-row .a-col-text-right {
  width: 80px;
  min-width: 80px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.base-list-item .base-list-btn {
  text-align: center;
  cursor: pointer;
}

.base-list-item .base-list-btn i {
  font-size: 24px;
  display: block;
  margin: 5px;
  text-align: center;
}

.base-list-item .base-icon-list {
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
  color: #9b9b9b;
}

.base-list-item .base-icon-list > div {
  width: 100%;
  max-width: 60px;
  margin-left: 10px;
}

.base-list-item .base-icon-list .btn-theme-form {
  color: #2066bf;
  opacity: 0.7;
}

.base-list-item .base-icon-list .btn-theme-form:hover {
  color: #2066bf;
  opacity: 1;
}

.base-list-item .base-icon-list .btn-orange-form {
  color: #fa6607;
  opacity: 0.7;
}

.base-list-item .base-icon-list .btn-orange-form:hover {
  color: #fa6607;
  opacity: 1;
}

.base-list-item .base-icon-list .btn-red-form {
  color: #ea0900;
  opacity: 0.7;
}

.base-list-item .base-icon-list .btn-red-form:hover {
  color: #ea0900;
  opacity: 1;
}

.base-list-item .base-icon-list .btn-green-form {
  color: #0a9e47;
  opacity: 0.7;
}

.base-list-item .base-icon-list .btn-green-form:hover {
  color: #0a9e47;
  opacity: 1;
}

