/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@charset "UTF-8";
/*
 * blueimp Gallery CSS
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */

.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .slides > .slide > .slide-content > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.2s linear;
  /* Prevent artifacts in Mozilla Firefox: */
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .slides > .slide > .slide-content > img {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
}
.blueimp-gallery {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: #000;
  opacity: 0;
  display: none;
  direction: ltr;
  touch-action: pinch-zoom;
}
.blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  /* Set the carousel width/height ratio to 16/9: */
  padding-bottom: 56.25%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  touch-action: pan-y pinch-zoom;
  display: block;
}
.blueimp-gallery-display {
  display: block;
  opacity: 1;
}
.blueimp-gallery > .slides {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.blueimp-gallery-carousel > .slides {
  position: absolute;
}
.blueimp-gallery > .slides > .slide {
  visibility: hidden;
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.blueimp-gallery > .slides > .slide-prev,
.blueimp-gallery > .slides > .slide-active,
.blueimp-gallery > .slides > .slide-next {
  visibility: visible;
}
.blueimp-gallery > .slides > .slide-loading {
  background: url(../img/loading.gif) center no-repeat;
  background-size: 64px 64px;
}
.blueimp-gallery-smil > .slides > .slide-loading {
  background-image: url(../img/loading.svg);
}
.blueimp-gallery > .slides > .slide-loading > .slide-content {
  opacity: 0;
}
.blueimp-gallery > .slides > .slide-error {
  background: url(../img/error.png) center no-repeat;
}
.blueimp-gallery-svgasimg > .slides > .slide-error {
  background-image: url(../img/error.svg);
}
.blueimp-gallery > .slides > .slide-error > .slide-content {
  display: none;
}
.blueimp-gallery-display > .prev,
.blueimp-gallery-display > .next {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 8px;
  height: 20px;
  padding: 10px 14px 10px 18px;
  margin-top: -23px;
  box-sizing: content-box;
  background: #222 url(../img/prev.png) center no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  border: 3px solid #fff;
  border-radius: 30px;
  opacity: 0.5;
  cursor: pointer;
  display: none;
}
.blueimp-gallery-display > .next {
  right: 15px;
  left: auto;
  background-image: url(../img/next.png);
}
.blueimp-gallery-svgasimg > .prev {
  background-image: url(../img/prev.svg);
}
.blueimp-gallery-svgasimg > .next {
  background-image: url(../img/next.svg);
}
.blueimp-gallery-display > .close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) center no-repeat;
  opacity: 0.8;
  cursor: pointer;
  display: none;
}
.blueimp-gallery-svgasimg > .close {
  background-image: url(../img/close.svg);
}
.blueimp-gallery > .title {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0 60px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: 0.8;
  display: none;
}
.blueimp-gallery-display > .play-pause {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 30px;
  height: 30px;
  background: url(../img/play-pause.png) 0 0 no-repeat;
  cursor: pointer;
  opacity: 0.5;
  display: none;
}
.blueimp-gallery-svgasimg > .play-pause {
  background-image: url(../img/play-pause.svg);
}
.blueimp-gallery-playing > .play-pause {
  background-position: -30px 0;
}
.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .title,
.blueimp-gallery-controls > .play-pause {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  transform: translateZ(0);
}
.blueimp-gallery-single > .prev,
.blueimp-gallery-left > .prev,
.blueimp-gallery-single > .next,
.blueimp-gallery-right > .next,
.blueimp-gallery-single > .play-pause {
  display: none;
}
.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .play-pause {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.blueimp-gallery > .prev:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .close:hover,
.blueimp-gallery > .title:hover,
.blueimp-gallery > .play-pause:hover {
  color: #fff;
  opacity: 1;
}

/* IE7 fixes */
* + html .blueimp-gallery > .slides > .slide {
  min-height: 300px;
}
* + html .blueimp-gallery > .slides > .slide > .slide-content {
  position: relative;
}
* + html .blueimp-gallery > .slides > .slide > .slide-content > img {
  position: relative;
}

@supports ((-o-object-fit: contain) or (object-fit: contain)) {
  .blueimp-gallery-contain > .slides > .slide > .slide-content,
  .blueimp-gallery-contain > .slides > .slide > .slide-content > img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media (prefers-color-scheme: light) {
  .blueimp-gallery-carousel {
    background: #fff;
  }
}

@charset "UTF-8";
table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer;
}
table.dataTable td.dt-control:before {
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: inline-block;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #31b131;
}
table.dataTable tr.dt-hasChild td.dt-control:before {
  content: "-";
  background-color: #d33333;
}

table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting_asc_disabled, table.dataTable thead > tr > th.sorting_desc_disabled,
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting_asc_disabled,
table.dataTable thead > tr > td.sorting_desc_disabled {
  cursor: pointer;
  position: relative;
  padding-right: 26px;
}
table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  position: absolute;
  display: block;
  opacity: 0.125;
  right: 10px;
  line-height: 9px;
  font-size: 0.9em;
}
table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:before {
  bottom: 50%;
  content: "▴";
}
table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  top: 50%;
  content: "▾";
}
table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:after {
  opacity: 0.6;
}
table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before {
  display: none;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

div.dataTables_scrollBody table.dataTable thead > tr > th:before, div.dataTables_scrollBody table.dataTable thead > tr > th:after,
div.dataTables_scrollBody table.dataTable thead > tr > td:before,
div.dataTables_scrollBody table.dataTable thead > tr > td:after {
  display: none;
}

div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 2px;
}
div.dataTables_processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}
div.dataTables_processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgba(13, 110, 253, 0.9);
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
div.dataTables_processing > div:last-child > div:nth-child(1) {
  left: 8px;
  -webkit-animation: datatables-loader-1 0.6s infinite;
          animation: datatables-loader-1 0.6s infinite;
}
div.dataTables_processing > div:last-child > div:nth-child(2) {
  left: 8px;
  -webkit-animation: datatables-loader-2 0.6s infinite;
          animation: datatables-loader-2 0.6s infinite;
}
div.dataTables_processing > div:last-child > div:nth-child(3) {
  left: 32px;
  -webkit-animation: datatables-loader-2 0.6s infinite;
          animation: datatables-loader-2 0.6s infinite;
}
div.dataTables_processing > div:last-child > div:nth-child(4) {
  left: 56px;
  -webkit-animation: datatables-loader-3 0.6s infinite;
          animation: datatables-loader-3 0.6s infinite;
}

@-webkit-keyframes datatables-loader-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes datatables-loader-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes datatables-loader-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes datatables-loader-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@-webkit-keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: left;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 10px 6px 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
table.dataTable tbody tr {
  background-color: transparent;
}
table.dataTable tbody tr.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.9);
  color: white;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe > tbody > tr.odd > *, table.dataTable.display > tbody > tr.odd > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023);
}
table.dataTable.stripe > tbody > tr.odd.selected > *, table.dataTable.display > tbody > tr.odd.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.923);
}
table.dataTable.hover > tbody > tr:hover > *, table.dataTable.display > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.035);
}
table.dataTable.hover > tbody > tr.selected:hover > *, table.dataTable.display > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.935);
}
table.dataTable.order-column > tbody tr > .sorting_1,
table.dataTable.order-column > tbody tr > .sorting_2,
table.dataTable.order-column > tbody tr > .sorting_3, table.dataTable.display > tbody tr > .sorting_1,
table.dataTable.display > tbody tr > .sorting_2,
table.dataTable.display > tbody tr > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
}
table.dataTable.order-column > tbody tr.selected > .sorting_1,
table.dataTable.order-column > tbody tr.selected > .sorting_2,
table.dataTable.order-column > tbody tr.selected > .sorting_3, table.dataTable.display > tbody tr.selected > .sorting_1,
table.dataTable.display > tbody tr.selected > .sorting_2,
table.dataTable.display > tbody tr.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
}
table.dataTable.display > tbody > tr.odd > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.054);
}
table.dataTable.display > tbody > tr.odd > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.047);
}
table.dataTable.display > tbody > tr.odd > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.039);
}
table.dataTable.display > tbody > tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.954);
}
table.dataTable.display > tbody > tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.947);
}
table.dataTable.display > tbody > tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.939);
}
table.dataTable.display > tbody > tr.even > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
}
table.dataTable.display > tbody > tr.even > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.011);
}
table.dataTable.display > tbody > tr.even > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.003);
}
table.dataTable.display > tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
}
table.dataTable.display > tbody > tr.even.selected > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.911);
}
table.dataTable.display > tbody > tr.even.selected > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.903);
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.082);
}
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.074);
}
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.062);
}
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.982);
}
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.974);
}
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.962);
}
table.dataTable.no-footer {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}

table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_length select {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  padding: 4px;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  margin-left: 3px;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(230, 230, 230, 0.1);
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  top: 50%;
  left: 5px;
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: block;
  position: absolute;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #31b131;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
  content: "-";
  background-color: #d33333;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control {
  padding-left: 27px;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control:before {
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}
table.dataTable.dtr-column > tbody > tr > td.dtr-control,
table.dataTable.dtr-column > tbody > tr > th.dtr-control,
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}
table.dataTable.dtr-column > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr > th.dtr-control:before,
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 0.8em;
  width: 0.8em;
  margin-top: -0.5em;
  margin-left: -0.5em;
  display: block;
  position: absolute;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #31b131;
}
table.dataTable.dtr-column > tbody > tr.parent td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.parent th.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: "-";
  background-color: #d33333;
}
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}
table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}
table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none;
}
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}
div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}
div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}
div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}
div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}
div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}
div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}

/*! Pickr 1.8.1 MIT | https://github.com/Simonwep/pickr */.pickr{position:relative;overflow:visible;transform:translateY(0)}.pickr *{box-sizing:border-box;outline:none;border:none;-webkit-appearance:none}.pickr .pcr-button{position:relative;height:2em;width:2em;padding:.5em;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;border-radius:.15em;background:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" stroke="%2342445A" stroke-width="5px" stroke-linecap="round"><path d="M45,45L5,5"></path><path d="M45,5L5,45"></path></svg>') no-repeat 50%;background-size:0;transition:all .3s}.pickr .pcr-button:before{background:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');background-size:.5em;z-index:-1;z-index:auto}.pickr .pcr-button:after,.pickr .pcr-button:before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;border-radius:.15em}.pickr .pcr-button:after{transition:background .3s;background:var(--pcr-color)}.pickr .pcr-button.clear{background-size:70%}.pickr .pcr-button.clear:before{opacity:0}.pickr .pcr-button.clear:focus{box-shadow:0 0 0 1px hsla(0,0%,100%,.85),0 0 0 3px var(--pcr-color)}.pickr .pcr-button.disabled{cursor:not-allowed}.pcr-app *,.pickr *{box-sizing:border-box;outline:none;border:none;-webkit-appearance:none}.pcr-app button.pcr-active,.pcr-app button:focus,.pcr-app input.pcr-active,.pcr-app input:focus,.pickr button.pcr-active,.pickr button:focus,.pickr input.pcr-active,.pickr input:focus{box-shadow:0 0 0 1px hsla(0,0%,100%,.85),0 0 0 3px var(--pcr-color)}.pcr-app .pcr-palette,.pcr-app .pcr-slider,.pickr .pcr-palette,.pickr .pcr-slider{transition:box-shadow .3s}.pcr-app .pcr-palette:focus,.pcr-app .pcr-slider:focus,.pickr .pcr-palette:focus,.pickr .pcr-slider:focus{box-shadow:0 0 0 1px hsla(0,0%,100%,.85),0 0 0 3px rgba(0,0,0,.25)}.pcr-app{position:fixed;display:flex;flex-direction:column;z-index:10000;border-radius:.1em;background:#fff;opacity:0;visibility:hidden;transition:opacity .3s,visibility 0s .3s;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;box-shadow:0 .15em 1.5em 0 rgba(0,0,0,.1),0 0 1em 0 rgba(0,0,0,.03);left:0;top:0}.pcr-app.visible{transition:opacity .3s;visibility:visible;opacity:1}.pcr-app .pcr-swatches{display:flex;flex-wrap:wrap;margin-top:.75em}.pcr-app .pcr-swatches.pcr-last{margin:0}@supports (display:grid){.pcr-app .pcr-swatches{display:grid;align-items:center;grid-template-columns:repeat(auto-fit,1.75em)}}.pcr-app .pcr-swatches>button{font-size:1em;position:relative;width:calc(1.75em - 5px);height:calc(1.75em - 5px);border-radius:.15em;cursor:pointer;margin:2.5px;flex-shrink:0;justify-self:center;transition:all .15s;overflow:hidden;background:transparent;z-index:1}.pcr-app .pcr-swatches>button:before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');background-size:6px;border-radius:.15em;z-index:-1}.pcr-app .pcr-swatches>button:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--pcr-color);border:1px solid rgba(0,0,0,.05);border-radius:.15em;box-sizing:border-box}.pcr-app .pcr-swatches>button:hover{filter:brightness(1.05)}.pcr-app .pcr-swatches>button:not(.pcr-active){box-shadow:none}.pcr-app .pcr-interaction{display:flex;flex-wrap:wrap;align-items:center;margin:0 -.2em}.pcr-app .pcr-interaction>*{margin:0 .2em}.pcr-app .pcr-interaction input{letter-spacing:.07em;font-size:.75em;text-align:center;cursor:pointer;color:#75797e;background:#f1f3f4;border-radius:.15em;transition:all .15s;padding:.45em .5em;margin-top:.75em}.pcr-app .pcr-interaction input:hover{filter:brightness(.975)}.pcr-app .pcr-interaction input:focus{box-shadow:0 0 0 1px hsla(0,0%,100%,.85),0 0 0 3px rgba(66,133,244,.75)}.pcr-app .pcr-interaction .pcr-result{color:#75797e;text-align:left;flex:1 1 8em;min-width:8em;transition:all .2s;border-radius:.15em;background:#f1f3f4;cursor:text}.pcr-app .pcr-interaction .pcr-result::-moz-selection{background:#4285f4;color:#fff}.pcr-app .pcr-interaction .pcr-result::selection{background:#4285f4;color:#fff}.pcr-app .pcr-interaction .pcr-type.active{color:#fff;background:#4285f4}.pcr-app .pcr-interaction .pcr-cancel,.pcr-app .pcr-interaction .pcr-clear,.pcr-app .pcr-interaction .pcr-save{width:auto;color:#fff}.pcr-app .pcr-interaction .pcr-cancel:hover,.pcr-app .pcr-interaction .pcr-clear:hover,.pcr-app .pcr-interaction .pcr-save:hover{filter:brightness(.925)}.pcr-app .pcr-interaction .pcr-save{background:#4285f4}.pcr-app .pcr-interaction .pcr-cancel,.pcr-app .pcr-interaction .pcr-clear{background:#f44250}.pcr-app .pcr-interaction .pcr-cancel:focus,.pcr-app .pcr-interaction .pcr-clear:focus{box-shadow:0 0 0 1px hsla(0,0%,100%,.85),0 0 0 3px rgba(244,66,80,.75)}.pcr-app .pcr-selection .pcr-picker{position:absolute;height:18px;width:18px;border:2px solid #fff;border-radius:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pcr-app .pcr-selection .pcr-color-chooser,.pcr-app .pcr-selection .pcr-color-opacity,.pcr-app .pcr-selection .pcr-color-palette{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:flex;flex-direction:column;cursor:grab;cursor:-webkit-grab}.pcr-app .pcr-selection .pcr-color-chooser:active,.pcr-app .pcr-selection .pcr-color-opacity:active,.pcr-app .pcr-selection .pcr-color-palette:active{cursor:grabbing;cursor:-webkit-grabbing}.pcr-app[data-theme=classic]{width:28.5em;max-width:95vw;padding:.8em}.pcr-app[data-theme=classic] .pcr-selection{display:flex;justify-content:space-between;flex-grow:1}.pcr-app[data-theme=classic] .pcr-selection .pcr-color-preview{position:relative;z-index:1;width:2em;display:flex;flex-direction:column;justify-content:space-between;margin-right:.75em}.pcr-app[data-theme=classic] .pcr-selection .pcr-color-preview:before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');background-size:.5em;border-radius:.15em;z-index:-1}.pcr-app[data-theme=classic] .pcr-selection .pcr-color-preview .pcr-last-color{cursor:pointer;transition:background-color .3s,box-shadow .3s;border-radius:.15em .15em 0 0;z-index:2}.pcr-app[data-theme=classic] .pcr-selection .pcr-color-preview .pcr-current-color{border-radius:0 0 .15em .15em}.pcr-app[data-theme=classic] .pcr-selection .pcr-color-preview .pcr-current-color,.pcr-app[data-theme=classic] .pcr-selection .pcr-color-preview .pcr-last-color{background:var(--pcr-color);width:100%;height:50%}.pcr-app[data-theme=classic] .pcr-selection .pcr-color-palette{width:100%;height:8em;z-index:1}.pcr-app[data-theme=classic] .pcr-selection .pcr-color-palette .pcr-palette{flex-grow:1;border-radius:.15em}.pcr-app[data-theme=classic] .pcr-selection .pcr-color-palette .pcr-palette:before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');background-size:.5em;border-radius:.15em;z-index:-1}.pcr-app[data-theme=classic] .pcr-selection .pcr-color-chooser,.pcr-app[data-theme=classic] .pcr-selection .pcr-color-opacity{margin-left:.75em}.pcr-app[data-theme=classic] .pcr-selection .pcr-color-chooser .pcr-picker,.pcr-app[data-theme=classic] .pcr-selection .pcr-color-opacity .pcr-picker{left:50%;transform:translateX(-50%)}.pcr-app[data-theme=classic] .pcr-selection .pcr-color-chooser .pcr-slider,.pcr-app[data-theme=classic] .pcr-selection .pcr-color-opacity .pcr-slider{width:8px;flex-grow:1;border-radius:50em}.pcr-app[data-theme=classic] .pcr-selection .pcr-color-chooser .pcr-slider{background:linear-gradient(180deg,red,#ff0,#0f0,#0ff,#00f,#f0f,red)}.pcr-app[data-theme=classic] .pcr-selection .pcr-color-opacity .pcr-slider{background:linear-gradient(180deg,transparent,#000),url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');background-size:100%,50%}
:root {
  --guttersize: 60px;
  --navigationsize: 60px;
  --navigationmargin: 8px;
  --navigationfontsize: 16px;
}
@media all and (max-width: 1100px) {
  :root {
    --guttersize: 30px;
  }
}
@media all and (max-width: 500px) {
  :root {
    --guttersize: 15px;
  }
}
@media all and (max-width: 400px) {
  :root {
    --navigationsize: 40px;
    --navigationmargin: 4px;
    --navigationfontsize: 14px;
  }
}
/* @black: #000000;
@white: #ffffff;
@gray: #cccccc;
@opacity:.8;

@reflexBlue:#1aa2e7;
@grayButtons:#969EA8;
@green:#19cb20;
@orange:#FF611D; */
/* FORMFLEX GENERAL */
/* FORMFLEX NAME */
/* FORMFLEX CHECKSKIN */
.sliker {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}
.sliker * {
  box-sizing: border-box;
}
.sliker .sliker__displayer-img {
  display: block;
  width: 100%;
}
.sliker .sliker__window {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.sliker .sliker__track {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  width: 1000000px;
  overflow: hidden;
  transition-property: transform;
  will-change: transform;
  display: flex;
}
.sliker .sliker__fading-mask {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
  overflow: hidden;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
}
.sliker .sliker__item {
  position: relative;
  overflow: hidden;
}
.sliker .sliker__bullets {
  overflow: hidden;
  margin: auto;
  text-align: center;
  z-index: 10;
  left: 0;
  width: 100%;
  font-size: 0;
  padding-left: 0;
}
.sliker .sliker__bulletitem {
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
}
.sliker .sliker__bulletitem i {
  font-size: 18px;
  cursor: pointer;
  color: #aaa;
}
.sliker .sliker__bullet-classic {
  display: block;
  background-color: #aaa;
  width: 15px;
  height: 15px;
  text-align: center;
  color: #eee;
  border-radius: 30px;
  cursor: pointer;
  overflow: hidden;
  text-indent: -100px;
}
.sliker .sliker__bulletitem:hover .sliker__bullet-classic,
.sliker .sliker__bulletitem--selected .sliker__bullet-classic {
  background-color: yellowgreen;
  color: #fff;
}
.sliker .sliker__bulletitem:hover i,
.sliker .sliker__bulletitem--selected i {
  color: yellowgreen;
}
.sliker .sliker__pages {
  overflow: hidden;
  margin: auto;
  text-align: center;
  z-index: 10;
  left: 0;
  width: 100%;
  font-size: 0;
  opacity: 0.8;
}
.sliker .sliker__pages-wrap {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 2px;
}
.sliker .sliker__pages-text {
  display: inline-block;
  font-size: 12px;
  color: #fff;
}
.sliker .sliker__pages-btn-left,
.sliker .sliker__pages-btn-right {
  font-weight: normal;
  position: static;
  cursor: pointer;
  padding: 3px 5px;
  background: none;
  display: inline-block;
  font-size: 12px;
  color: #fff;
}
.sliker .sliker__pages-btn-left:hover,
.sliker .sliker__pages-btn-right:hover {
  color: yellowgreen;
}
.sliker .sliker__bullets,
.sliker .sliker__pages {
  position: absolute;
  bottom: 12px;
}
.sliker .sliker__arrow-left,
.sliker .sliker__arrow-right {
  font-weight: bold;
  position: absolute;
  top: 50%;
  visibility: visible;
  z-index: 10;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 32px;
  color: #aaa;
}
.sliker .sliker__arrow-left i,
.sliker .sliker__arrow-right i {
  line-height: 50px;
}
.sliker .sliker__arrow-left:hover,
.sliker .sliker__arrow-right:hover {
  color: yellowgreen;
}
.sliker .sliker__arrow-left {
  left: 0px;
}
.sliker .sliker__arrow-right {
  right: 0px;
}
.sliker .sliker__btn-fullscreen {
  font-weight: bold;
  position: absolute;
  bottom: 5px;
  right: 5px;
  visibility: visible;
  z-index: 11;
  background-color: #000;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  opacity: 0.4;
}
.sliker .sliker__btn-fullscreen i {
  font-size: 14px;
  color: #ddd;
  position: relative;
  top: 2px;
}
.sliker .sliker__btn-fullscreen:hover {
  opacity: 0.8;
}
.sliker--safeload .sliker__arrow-left,
.sliker--safeload .sliker__arrow-right,
.sliker--safeload .sliker__btn-fullscreen,
.sliker--safeload .sliker__bullets {
  display: none !important;
}
.sliker--safeload .sliker__track,
.sliker--safeload .sliker__fading-mask {
  position: static;
  width: 100%;
}
.sliker--safeload .sliker__item {
  float: none;
  position: relative;
  overflow: hidden;
  display: none;
}
.sliker--safeload .sliker__item:first-child {
  display: block;
  width: 100% !important;
}
.sliker--safeload .sliker__item--selected {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
}
.sliker--safeload .sliker__item--selected:first-child {
  height: auto;
  position: static;
}
.sliker--fullscreen {
  border: none !important;
  width: 100% !important;
  border-radius: 0px !important;
  max-width: none !important;
  height: 100% !important;
  max-height: none !important;
  overflow: hidden !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  z-index: 9999999 !important;
  background-color: #000 !important;
}
.sliker--fullscreen .sliker__window {
  height: 100% !important;
}
.sliker--fullscreen .sliker__track,
.sliker--fullscreen .sliker__fading-mask {
  height: 100% !important;
}
.sliker--fullscreen .sliker__item {
  height: 100% !important;
  background-color: #000 !important;
}
.sliker--fullscreen .sliker__bullets,
.sliker--fullscreen .sliker__pages {
  position: absolute !important;
  bottom: 20px !important;
  margin: 0 !important;
}
.sliker--fullscreen .sliker__btn-fullscreen {
  width: 50px !important;
  height: 50px !important;
}
.sliker--fullscreen .sliker__btn-fullscreen i {
  font-size: 40px !important;
  top: 5px !important;
}
.sliker-isolation {
  background-color: black;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  display: none;
}
.clear {
  display: block;
  clear: both;
}
#autoloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: none;
}
#autoloader i {
  position: fixed;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: #fff;
  cursor: default;
}
.autopopup {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  display: none;
}
.autopopup.test {
  display: block;
}
.autopopup.r5 .margin_wrapper {
  border-radius: 5px;
}
.autopopup.r10 .margin_wrapper {
  border-radius: 10px;
}
.autopopup.r15 .margin_wrapper {
  border-radius: 15px;
}
.autopopup.r20 .margin_wrapper {
  border-radius: 20px;
}
.autopopup.r25 .margin_wrapper {
  border-radius: 25px;
}
.autopopup.r30 .margin_wrapper {
  border-radius: 30px;
}
.autopopup.r35 .margin_wrapper {
  border-radius: 35px;
}
.autopopup.r40 .margin_wrapper {
  border-radius: 40px;
}
.autopopup.r45 .margin_wrapper {
  border-radius: 45px;
}
.autopopup.r50 .margin_wrapper {
  border-radius: 50px;
}
.autopopup .center_wrapper {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
}
.autopopup .hor_wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  display: table;
}
.autopopup.w100 .hor_wrapper {
  width: 100px;
  left: -50px;
}
.autopopup.w200 .hor_wrapper {
  width: 200px;
  left: -100px;
}
.autopopup.w300 .hor_wrapper {
  width: 300px;
  left: -150px;
}
.autopopup.w400 .hor_wrapper {
  width: 400px;
  left: -200px;
}
.autopopup.w500 .hor_wrapper {
  width: 500px;
  left: -250px;
}
.autopopup.w600 .hor_wrapper {
  width: 600px;
  left: -300px;
}
.autopopup.w700 .hor_wrapper {
  width: 700px;
  left: -350px;
}
.autopopup.w800 .hor_wrapper {
  width: 800px;
  left: -400px;
}
.autopopup.w900 .hor_wrapper {
  width: 900px;
  left: -450px;
}
.autopopup.w1000 .hor_wrapper {
  width: 1000px;
  left: -500px;
}
.autopopup .vert_wrapper {
  display: table-cell;
  vertical-align: middle;
}
.autopopup .margin_wrapper {
  background-color: #fff;
  overflow: auto;
}
.autopopup .content_wrapper {
  position: relative;
}
.autopopup.m5 .content_wrapper {
  margin: 5px;
}
.autopopup.m10 .content_wrapper {
  margin: 10px;
}
.autopopup.m15 .content_wrapper {
  margin: 15px;
}
.autopopup.m20 .content_wrapper {
  margin: 20px;
}
.autopopup.m25 .content_wrapper {
  margin: 25px;
}
.autopopup.m30 .content_wrapper {
  margin: 30px;
}
.autopopup.m35 .content_wrapper {
  margin: 35px;
}
.autopopup.m40 .content_wrapper {
  margin: 40px;
}
.autopopup.m45 .content_wrapper {
  margin: 45px;
}
.autopopup.m50 .content_wrapper {
  margin: 50px;
}
.autopopup .cross {
  position: absolute;
  top: 0;
  right: 0;
  height: 16px;
  cursor: pointer;
  color: #333;
}
.autopopup .cross:hover {
  color: #b90000;
}
.autopopup .cross i {
  position: relative;
  top: -2px;
  font-size: 20px;
}
@media all and (max-width: 1050px) {
  .autopopup.w1000 .hor_wrapper {
    width: 900px;
    left: -450px;
  }
}
@media all and (max-width: 950px) {
  .autopopup.w1000 .hor_wrapper,
  .autopopup.w900 .hor_wrapper {
    width: 800px;
    left: -400px;
  }
}
@media all and (max-width: 850px) {
  .autopopup.w1000 .hor_wrapper,
  .autopopup.w900 .hor_wrapper,
  .autopopup.w800 .hor_wrapper {
    width: 700px;
    left: -350px;
  }
}
@media all and (max-width: 750px) {
  .autopopup.w1000 .hor_wrapper,
  .autopopup.w900 .hor_wrapper,
  .autopopup.w800 .hor_wrapper,
  .autopopup.w700 .hor_wrapper {
    width: 600px;
    left: -300px;
  }
}
@media all and (max-width: 650px) {
  .autopopup.w1000 .hor_wrapper,
  .autopopup.w900 .hor_wrapper,
  .autopopup.w800 .hor_wrapper,
  .autopopup.w700 .hor_wrapper,
  .autopopup.w600 .hor_wrapper {
    width: 500px;
    left: -250px;
  }
}
@media all and (max-width: 550px) {
  .autopopup.w1000 .hor_wrapper,
  .autopopup.w900 .hor_wrapper,
  .autopopup.w800 .hor_wrapper,
  .autopopup.w700 .hor_wrapper,
  .autopopup.w600 .hor_wrapper,
  .autopopup.w500 .hor_wrapper {
    width: 400px;
    left: -200px;
  }
}
@media all and (max-width: 450px) {
  .autopopup.w1000 .hor_wrapper,
  .autopopup.w900 .hor_wrapper,
  .autopopup.w800 .hor_wrapper,
  .autopopup.w700 .hor_wrapper,
  .autopopup.w600 .hor_wrapper,
  .autopopup.w500 .hor_wrapper,
  .autopopup.w400 .hor_wrapper {
    width: 300px;
    left: -150px;
  }
}
.block-ratio-custom,
.block-3-2,
.block-16-9,
.block-4-3,
.block-square {
  display: block;
}
.block-ratio-custom > div,
.block-3-2 > div,
.block-16-9 > div,
.block-4-3 > div,
.block-square > div,
.block-ratio-custom > span,
.block-3-2 > span,
.block-16-9 > span,
.block-4-3 > span,
.block-square > span {
  display: block;
  width: 100%;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.block-ratio-custom > div > div,
.block-3-2 > div > div,
.block-16-9 > div > div,
.block-4-3 > div > div,
.block-square > div > div,
.block-ratio-custom > span > div,
.block-3-2 > span > div,
.block-16-9 > span > div,
.block-4-3 > span > div,
.block-square > span > div,
.block-ratio-custom > div > span,
.block-3-2 > div > span,
.block-16-9 > div > span,
.block-4-3 > div > span,
.block-square > div > span,
.block-ratio-custom > span > span,
.block-3-2 > span > span,
.block-16-9 > span > span,
.block-4-3 > span > span,
.block-square > span > span,
.block-ratio-custom > div > a,
.block-3-2 > div > a,
.block-16-9 > div > a,
.block-4-3 > div > a,
.block-square > div > a,
.block-ratio-custom > span > a,
.block-3-2 > span > a,
.block-16-9 > span > a,
.block-4-3 > span > a,
.block-square > span > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-ratio-custom > div > div > img,
.block-3-2 > div > div > img,
.block-16-9 > div > div > img,
.block-4-3 > div > div > img,
.block-square > div > div > img,
.block-ratio-custom > span > div > img,
.block-3-2 > span > div > img,
.block-16-9 > span > div > img,
.block-4-3 > span > div > img,
.block-square > span > div > img,
.block-ratio-custom > div > span > img,
.block-3-2 > div > span > img,
.block-16-9 > div > span > img,
.block-4-3 > div > span > img,
.block-square > div > span > img,
.block-ratio-custom > span > span > img,
.block-3-2 > span > span > img,
.block-16-9 > span > span > img,
.block-4-3 > span > span > img,
.block-square > span > span > img,
.block-ratio-custom > div > a > img,
.block-3-2 > div > a > img,
.block-16-9 > div > a > img,
.block-4-3 > div > a > img,
.block-square > div > a > img,
.block-ratio-custom > span > a > img,
.block-3-2 > span > a > img,
.block-16-9 > span > a > img,
.block-4-3 > span > a > img,
.block-square > span > a > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: relative;
}
.block-ratio-custom > div > img,
.block-3-2 > div > img,
.block-16-9 > div > img,
.block-4-3 > div > img,
.block-square > div > img,
.block-ratio-custom > span > img,
.block-3-2 > span > img,
.block-16-9 > span > img,
.block-4-3 > span > img,
.block-square > span > img {
  position: absolute;
  top: 0;
  width: 100%;
  display: block;
}
.block-ratio-custom.block-3-2 > div,
.block-3-2.block-3-2 > div,
.block-16-9.block-3-2 > div,
.block-4-3.block-3-2 > div,
.block-square.block-3-2 > div,
.block-ratio-custom.block-3-2 > span,
.block-3-2.block-3-2 > span,
.block-16-9.block-3-2 > span,
.block-4-3.block-3-2 > span,
.block-square.block-3-2 > span {
  padding-bottom: 66.66666667%;
}
.block-ratio-custom.block-16-9 > div,
.block-3-2.block-16-9 > div,
.block-16-9.block-16-9 > div,
.block-4-3.block-16-9 > div,
.block-square.block-16-9 > div,
.block-ratio-custom.block-16-9 > span,
.block-3-2.block-16-9 > span,
.block-16-9.block-16-9 > span,
.block-4-3.block-16-9 > span,
.block-square.block-16-9 > span {
  padding-bottom: 56.25%;
}
.block-ratio-custom.block-4-3 > div,
.block-3-2.block-4-3 > div,
.block-16-9.block-4-3 > div,
.block-4-3.block-4-3 > div,
.block-square.block-4-3 > div,
.block-ratio-custom.block-4-3 > span,
.block-3-2.block-4-3 > span,
.block-16-9.block-4-3 > span,
.block-4-3.block-4-3 > span,
.block-square.block-4-3 > span {
  padding-bottom: 75%;
}
.block-ratio-custom.block-square > div,
.block-3-2.block-square > div,
.block-16-9.block-square > div,
.block-4-3.block-square > div,
.block-square.block-square > div,
.block-ratio-custom.block-square > span,
.block-3-2.block-square > span,
.block-16-9.block-square > span,
.block-4-3.block-square > span,
.block-square.block-square > span {
  padding-bottom: 100%;
}
#stp-sidemenu-mask {
  z-index: 499;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
[class^="ffx-"],
[class^="ffx-"] * {
  box-sizing: border-box;
}
[class^="ffx-"]::-webkit-input-placeholder,
.wpcf7-form-control::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #21364F;
  opacity: 0.8;
}
[class^="ffx-"]:-moz-placeholder,
.wpcf7-form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #21364F;
  opacity: 0.8;
}
[class^="ffx-"]::-moz-placeholder,
.wpcf7-form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #21364F;
  opacity: 0.8;
}
[class^="ffx-"]:-ms-input-placeholder,
.wpcf7-form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #21364F;
  opacity: 0.8;
}
[class^="ffx-"]::-ms-input-placeholder,
.wpcf7-form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #21364F;
  opacity: 0.8;
}
.ffx-input,
.wpcf7-text {
  display: block;
  height: 48px;
  border: 1px solid #fff;
  padding: 0 5px;
  margin: 0;
  font-size: 16px;
  color: #21364F;
  border-radius: 0px;
  transition: 0.3s;
  background-color: #fff;
  font-weight: normal;
  max-width: 100%;
  width: 100%;
}
.ffx-input[readonly],
.wpcf7-text[readonly],
.ffx-input.readonly,
.wpcf7-text.readonly {
  border-color: transparent !important;
  background-color: #fff !important;
}
.ffx-input:hover,
.wpcf7-text:hover {
  border-color: #36A9E1;
  outline: 0px !important;
}
.ffx-input:active,
.wpcf7-text:active {
  outline: 0px !important;
}
.ffx-input:focus,
.wpcf7-text:focus {
  outline: 0px !important;
}
.ffx-name,
.ffx-legend,
.wpcf7-list-item-label {
  display: block;
  margin: 0;
  font-size: 12px;
  color: #333;
  border: none;
  font-weight: 700;
  padding: 10px 0;
}
.ffx-name i,
.ffx-legend i,
.wpcf7-list-item-label i {
  font-size: 18px;
  color: #333;
  width: 20px;
}
.ffx-name em,
.ffx-legend em,
.wpcf7-list-item-label em {
  color: #333;
}
.ffx-name.ffx-legend,
.ffx-legend.ffx-legend,
.wpcf7-list-item-label.ffx-legend {
  margin: 0;
}
.ffx-textarea,
.wpcf7-textarea {
  display: block;
  border: 1px solid #fff;
  margin: 0;
  padding: 5px;
  font-size: 16px;
  color: #21364F;
  background-color: #fff;
  min-height: 100px;
  height: 100px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  border-radius: 0px;
  font-weight: normal;
}
.ffx-textarea:hover,
.wpcf7-textarea:hover {
  border-color: #36A9E1;
  outline: 0px !important;
}
.ffx-textarea:active,
.wpcf7-textarea:active {
  outline: 0px !important;
}
.ffx-textarea:focus,
.wpcf7-textarea:focus {
  outline: 0px !important;
}
.ffx-textarea[disabled=disabled],
.wpcf7-textarea[disabled=disabled] {
  background-color: #eee;
}
.ffx-select,
.wpcf7-select {
  border: 1px solid #fff;
  overflow: hidden;
  background-image: url(../../node_modules/img/ffx-select-arrow-on.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 48px;
  background-color: #fff;
  display: block;
  border-radius: 0px;
  height: 48px;
  line-height: normal !important;
  min-width: 100px;
  color: #21364F;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  padding-left: 5px;
  padding-right: 48px;
  font-weight: normal;
  position: relative;
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.ffx-select:hover,
.wpcf7-select:hover {
  background-image: url(../../node_modules/img/ffx-select-arrow-off.svg);
}
.ffx-select option,
.wpcf7-select option {
  background-color: #333;
}
.ffx-select:disabled,
.wpcf7-select:disabled {
  background-color: #eee;
}
.ffx-select:focus,
.wpcf7-select:focus {
  outline: none;
}
.ffx-select:first-child,
.wpcf7-select:first-child {
  margin-left: 0;
}
.ffx-file {
  position: relative;
  overflow: hidden;
  margin: 0;
  vertical-align: top;
}
.ffx-file .ffx-file__infos {
  border: 1px solid #fff;
  border-right: 0;
  height: 48px;
  line-height: 48px;
  display: block;
  float: left;
  width: 100%;
  padding: 0 5px;
  font-size: 16px;
  color: #21364F;
  background-color: #fff;
  font-weight: normal;
}
.ffx-file .ffx-file__btn {
  background-color: #36A9E1;
  height: 48px;
  line-height: 48px;
  float: left;
  color: #fff;
  font-size: 16px;
  width: 100px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}
.ffx-file input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-200px, 0) scale(6);
  font-size: 400px;
  direction: ltr;
  cursor: pointer;
}
.ffx-file:hover .ffx-file__btn {
  background-color: #36A9E1;
}
.ffx-checkskin,
.wpcf7-list-item > label {
  min-height: 10px;
  position: relative;
  display: block;
  margin: 5px 0;
  cursor: pointer;
}
.ffx-checkskin input,
.wpcf7-list-item > label input {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.ffx-checkskin .ffx-name,
.wpcf7-list-item > label .ffx-name,
.ffx-checkskin .wpcf7-list-item-label,
.wpcf7-list-item > label .wpcf7-list-item-label {
  padding: 0;
  padding-left: 38px;
  margin-left: 0;
  min-height: 28px;
  padding-top: 0;
  bottom: 0;
  vertical-align: top;
  display: flex;
  align-items: center;
  position: relative;
}
.ffx-checkskin .ffx-name::before,
.wpcf7-list-item > label .ffx-name::before,
.ffx-checkskin .wpcf7-list-item-label::before,
.wpcf7-list-item > label .wpcf7-list-item-label::before {
  height: 28px;
  line-height: 28px;
  width: 28px;
  position: relative;
  top: -20px/2*-1;
  text-align: center;
  background-color: #fff;
  border: 1px solid #36A9E1;
  color: #fff;
  overflow: hidden;
  position: absolute;
  left: 0;
  vertical-align: top;
  box-sizing: border-box;
  display: block;
  content: ' ';
}
.ffx-checkskin:hover .ffx-name,
.wpcf7-list-item > label:hover .ffx-name,
.ffx-checkskin:hover .wpcf7-list-item-label,
.wpcf7-list-item > label:hover .wpcf7-list-item-label {
  color: #000;
}
.ffx-checkskin:hover .ffx-name::before,
.wpcf7-list-item > label:hover .ffx-name::before,
.ffx-checkskin:hover .wpcf7-list-item-label::before,
.wpcf7-list-item > label:hover .wpcf7-list-item-label::before {
  border-color: #21364F;
}
.ffx-checkskin input[type="radio"] + .ffx-name::before,
.wpcf7-list-item > label input[type="radio"] + .ffx-name::before,
.ffx-checkskin input[type="radio"] + .wpcf7-list-item-label::before,
.wpcf7-list-item > label input[type="radio"] + .wpcf7-list-item-label::before {
  border-radius: 100px;
}
.ffx-checkskin input[type="checkbox"] + .ffx-name::before,
.wpcf7-list-item > label input[type="checkbox"] + .ffx-name::before,
.ffx-checkskin input[type="checkbox"] + .wpcf7-list-item-label::before,
.wpcf7-list-item > label input[type="checkbox"] + .wpcf7-list-item-label::before {
  border-radius: 0px;
}
.ffx-checkskin input:checked + .ffx-name::before,
.wpcf7-list-item > label input:checked + .ffx-name::before,
.ffx-checkskin input:checked + .wpcf7-list-item-label::before,
.wpcf7-list-item > label input:checked + .wpcf7-list-item-label::before {
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 442.5 442.5'%3E%3Cpath d='M434.5 98.5l-38.8-38.8c-5.3-5.3-11.8-8-19.4-8 -7.6 0-14.1 2.7-19.4 8L169.6 247.2l-83.9-84.2c-5.3-5.3-11.8-8-19.4-8 -7.6 0-14.1 2.7-19.4 8L8 201.9C2.7 207.2 0 213.7 0 221.3c0 7.6 2.7 14.1 8 19.4l103.4 103.3 38.8 38.8c5.3 5.3 11.8 8 19.4 8 7.6 0 14.1-2.7 19.4-8l38.8-38.8L434.5 137.3c5.3-5.3 8-11.8 8-19.4C442.5 110.3 439.9 103.8 434.5 98.5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  background-color: #36A9E1;
}
.ffx-checkskin input:checked + .ffx-name:hover::before,
.wpcf7-list-item > label input:checked + .ffx-name:hover::before,
.ffx-checkskin input:checked + .wpcf7-list-item-label:hover::before,
.wpcf7-list-item > label input:checked + .wpcf7-list-item-label:hover::before {
  background-color: #36A9E1;
}
.ffx-checkskin input:active + .ffx-name::before,
.wpcf7-list-item > label input:active + .ffx-name::before,
.ffx-checkskin input:active + .wpcf7-list-item-label::before,
.wpcf7-list-item > label input:active + .wpcf7-list-item-label::before {
  background-color: #21364F !important;
  height: 28px;
  line-height: 28px;
  width: 28px;
  border: none;
}
.ffx-label {
  min-height: 10px;
  position: relative;
  display: block;
  margin: 5px 0;
}
.ffx-search {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
}
.ffx-search button {
  position: absolute;
  z-index: 2;
  top: 0px;
  height: 48px;
  width: 48px;
  line-height: 48px;
  left: 0px;
  padding: 0;
  font-size: 18px;
  color: #21364F;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.ffx-search button:hover {
  color: #36A9E1 !important;
  outline: 0px !important;
}
.ffx-search button:active {
  outline: 0px !important;
}
.ffx-search button:focus {
  outline: 0px !important;
}
.ffx-search .ffx-label {
  margin-top: 0;
  margin-bottom: 0;
}
.ffx-search .ffx-label .ffx-input {
  padding-left: 48px;
  margin-left: 0;
}
.ffx-fieldset {
  padding: 0;
  border: none;
  margin: 5px 0;
  position: relative;
}
@media all and (min-width: 500px) {
  .ffx-fieldset {
    flex-wrap: wrap;
    display: flex;
    align-items: flex-end;
    margin-right: -5px;
  }
  .ffx-fieldset .ffx-label,
  .ffx-fieldset .ffx-checkskin {
    min-height: 10px;
    margin: 0;
  }
  .ffx-fieldset .ffx-legend {
    flex-basis: 100%;
  }
  .ffx-fieldset .ffx-label {
    flex-grow: 1;
    margin-right: 5px;
  }
  .ffx-fieldset .ffx-buttonsset {
    margin-right: 5px;
  }
  .ffx-fieldset .ffx-dragzone {
    margin-right: 5px;
  }
  .ffx-fieldset .ffx-checkskin {
    margin-right: 10px;
  }
}
@media all and (max-width: 500px) {
  .ffx-fieldset {
    display: block;
  }
  .ffx-fieldset .ffx-label,
  .ffx-fieldset .ffx-checkskin {
    display: block;
  }
}
.ffx-round-icon {
  display: block;
  height: 48px;
  line-height: 48px;
  width: 48px;
  text-align: center;
  background-color: #36A9E1;
  font-size: 18px;
  color: #fff;
  border-radius: 100px;
  cursor: pointer;
  border: none;
  display: inline-block;
}
.ffx-round-icon:hover {
  background-color: #36A9E1;
}
.ffx-round-icon.ffx-round-icon--delete {
  display: none;
}
.ffx-round-icon.ffx-round-icon--dupplicate {
  display: none;
}
.ffx-round-icon.ffx-round-icon--green {
  background-color: yellowgreen;
}
.ffx-round-icon.ffx-round-icon--green:hover {
  background-color: #8DBA2C;
}
.ffx-round-icon.ffx-round-icon--gray-on-white {
  background-color: #fff;
  color: #666;
}
.ffx-round-icon.ffx-round-icon--gray-on-white:hover {
  background-color: #fff;
  color: #000;
}
.ffx-round-icon.ffx-round-icon--blue {
  background-color: #00BFFF;
}
.ffx-round-icon.ffx-round-icon--blue:hover {
  background-color: #04A5DB;
}
.ffx-round-icon.ffx-round-icon--red {
  background-color: red;
}
.ffx-round-icon.ffx-round-icon--red:hover {
  background-color: #C61111;
}
.ffx-clone .ffx-round-icon--delete {
  display: inline-block;
}
.dupplicate_wrapper .ffx-round-icon--dupplicate {
  display: inline-block;
}
.ffx-lang-menu {
  overflow: hidden;
  border-bottom: 1px solid #fff;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ffx-lang-menu li {
  float: left;
  padding: 5px 15px;
  background-color: #36A9E1;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  margin-right: 1px;
}
.ffx-lang-menu li:hover,
.ffx-lang-menu li.selected {
  background-color: #176f9a;
  color: #fff;
}
.ffx-children-wrapper .ffx-round-icon--delete {
  display: inline-block;
}
.ffx-children-wrapper {
  margin-left: 48px;
}
.ffx-error {
  display: none;
  position: absolute;
  background: #a31916;
  border-radius: 3px;
}
.ffx-error .ffx-error__info {
  padding: 5px;
  white-space: nowrap;
  font-size: 10px;
  color: #fff;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  font-weight: 400;
  font-size: 12px;
  display: block;
}
.ffx-error .ffx-error__arrow {
  background: #a31916;
  transform: rotate(45deg);
  height: 10px;
  width: 10px;
  position: absolute;
  z-index: 1;
  bottom: -5px;
  left: 10px;
  display: block;
}
div.wpcf7 .ajax-loader {
  display: block;
  margin: auto;
  padding: 15px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
}
div.wpcf7-response-output {
  margin: 0;
  padding: 15px;
  font-size: 12px;
  color: #333;
  font-weight: 700;
}
.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form-control-wrap .wpcf7-checkbox,
.wpcf7-form-control-wrap .wpcf7-radio,
.wpcf7-form-control-wrap .wpcf7-acceptance {
  display: block;
}
.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item,
.wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item,
.wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item {
  display: block;
  margin: 0;
}
.opensans {
  font-family: 'Open Sans', sans-serif;
}
@font-face {
  font-family: "Burbank Big Regular";
  src: url("../fonts/BurbankBigRegular-Black.otf") format("opentype");
}
.burbank {
  font-family: "Burbank Big Regular", Arial, Helvetica, sans-serif;
}
@font-face {
  font-family: "Digital 7";
  src: url("../fonts/digital-7.ttf");
}
.digital {
  font-family: "Digital 7", Arial, Helvetica, sans-serif;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  background-image: url(../img/main-background-1920px.png);
  background-size: 100%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
button {
  cursor: pointer;
  border: none;
}
::-webkit-scrollbar {
  width: 20px;
}
/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #21364f;
  border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #003;
}
.autosize {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
}
.fullsize {
  width: 100%;
  position: relative;
  z-index: 10;
}
.ctitle {
  font-size: 40px;
  font-family: "Burbank Big Regular", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #21364F;
  margin-top: 30px;
  margin-bottom: 20px;
}
.ctitle strong {
  font-size: 1.5em;
  word-wrap: break-word;
}
@media all and (max-width: 600px) {
  .ctitle {
    font-size: 30px;
  }
}
@media all and (max-width: 500px) {
  .ctitle {
    font-size: 26px;
    word-break: break-all;
  }
}
.csubtitle-display {
  font-size: 20px;
  font-family: "Burbank Big Regular", Arial, Helvetica, sans-serif;
  color: #21364F;
  text-transform: uppercase;
  margin: 0;
}
.csubtitle-display--align-right {
  text-align: right;
}
@media all and (max-width: 1200px) {
  .csubtitle-display--align-right {
    text-align: left;
  }
}
.csubtitle {
  font-size: 12px;
  text-transform: uppercase;
  color: #21364F;
  font-weight: 700;
  margin: 10px 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
.csubtitle2 {
  font-family: "Burbank Big Regular", Arial, Helvetica, sans-serif;
  color: #36A9E1;
  text-transform: uppercase;
  font-size: 30px;
}
@media all and (max-width: 750px) {
  .csubtitle2 {
    word-wrap: break-word;
  }
}
.ctext {
  font-size: 14px;
  color: #21364F;
  margin-top: 15px;
  margin-bottom: 15px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
  line-height: 1.7em;
}
.cnormal-text {
  font-size: 12px;
  line-height: 1.7;
  color: #21364f;
}
.cbutton {
  background: linear-gradient(to right, #21364f, #009ee2);
  color: #fff;
  font-family: "Burbank Big Regular", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  min-height: 48px;
  border: none;
  padding: 0 25px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  outline: none;
  letter-spacing: 0.05em;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  /* min-width: 150px; */
}
.cbutton[disabled] {
  cursor: not-allowed;
  background: #cccccc;
}
.cbutton[disabled]:hover {
  background: #cccccc;
}
.cbutton--disabled {
  pointer-events: none;
  background: #cccccc !important;
}
.cbutton i {
  font-size: 20px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.cbutton:hover {
  background: linear-gradient(to right, #21364f, #21364f);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
.cbutton svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
@media all and (max-width: 750px) {
  .cbutton {
    padding: 20px;
  }
}
.cbutton--hidden {
  display: none;
}
.redcbutton {
  background: linear-gradient(to right, #410F0F, #E71A1A);
  color: #fff;
  font-family: "Burbank Big Regular", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  min-height: 48px;
  border: none;
  padding: 0 25px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  outline: none;
  letter-spacing: 0.05em;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  /* min-width: 150px; */
}
.redcbutton[disabled] {
  cursor: not-allowed;
  background: #cccccc;
}
.redcbutton[disabled]:hover {
  background: #cccccc;
}
.redcbutton--disabled {
  pointer-events: none;
  background: #cccccc !important;
}
.redcbutton i {
  font-size: 20px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.redcbutton:hover {
  background: linear-gradient(to right, #410F0F, #410F0F);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
.redcbutton svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
@media all and (max-width: 750px) {
  .redcbutton {
    padding: 20px;
  }
}
/*The next button is not a modifier*/
.cbutton-blue {
  background: linear-gradient(to right, #21364f, #009ee2);
  color: #fff;
  font-family: "Burbank Big Regular", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  border: none;
  padding: 15px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  outline: none;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  position: relative;
  width: 210px;
}
.cbutton-blue i {
  font-size: 20px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.cbutton-blue:hover {
  background: linear-gradient(to right, #21364f, #21364f);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
.cbutton-blue svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
@media all and (max-width: 750px) {
  .cbutton-blue {
    width: 100%;
    margin-top: 20px;
  }
}
.cbutton-blue--width-auto {
  width: auto;
}
.cbutton--arrowleft {
  position: relative;
  margin-left: 24px;
  font-size: 20px;
}
.cbutton--arrowleft:before {
  content: '';
  position: absolute;
  left: -24px;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: 24px solid #21364f;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
}
.cbutton--arrowleft span {
  position: relative;
  top: 3px;
}
@media all and (max-width: 750px) {
  .cbutton--arrowleft {
    padding: 0 25px;
  }
}
.cbutton--arrowleft--w200 {
  width: 200px;
}
@media all and (max-width: 750px) {
  .cbutton--arrowleft--w200 {
    width: 50%;
  }
}
.cbutton--green {
  background: linear-gradient(to right, #25A77F, #19cb20);
}
.cbutton--green:hover {
  background: linear-gradient(to right, #21364f, #19cb20);
}
.cbutton--red {
  background: linear-gradient(to right, #410F0F, #e71a1a);
}
.cbutton--red:hover {
  background: linear-gradient(to right, #21364f, #e71a1a);
}
.cbutton--white {
  background: #FFF;
  color: #21364f;
}
.cbutton--gray {
  background-color: black;
  color: white;
}
.cbutton--fullwidth {
  width: 100%;
  display: block;
}
.cbutton--float-right {
  float: right;
}
.cbutton--file {
  position: relative;
  overflow: hidden;
}
.cbutton--file input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-200px, 0) scale(6);
  font-size: 400px;
  direction: ltr;
  cursor: pointer;
}
.cbutton--fixed {
  position: fixed;
  z-index: 200;
}
.clink {
  text-decoration: none;
  color: #21364f;
}
.clink:hover {
  text-decoration: underline;
}
@media all and (max-width: 450px) {
  .clink {
    word-break: break-all;
  }
}
.ffx-select,
.ffx-input {
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3);
  /* text-transform:uppercase; */
}
.ffx-select,
.wpcf7-select {
  background-image: url(../img/ffx-select-arrow-on.svg);
}
.ffx-select:hover,
.wpcf7-select:hover {
  background-image: url(../img/ffx-select-arrow-off.svg);
}
.ffx-input--half-width {
  width: 50%;
}
@media all and (max-width: 750px) {
  .ffx-input--half-width {
    width: 100%;
  }
}
.ffx-fieldset-basic {
  position: relative;
  border: none;
  padding: 0;
}
.ffx-fieldset-basic label {
  margin: 0 20px 0 0;
}
@media all and (max-width: 1370px) {
  .ffx-fieldset-basic label {
    display: block;
    margin: 20px;
  }
}
.ffx-input--inline {
  display: inline-block;
  width: 120px;
  margin: 0;
}
.ffx-search {
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  bottom: 3px;
}
.ffx-search--full-width {
  width: 100%;
}
.ffx-name {
  text-transform: uppercase;
}
.ffx-checkskin .ffx-name::before {
  top: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  width: 24px;
  height: 24px;
}
.ffx-checkskin .ffx-name {
  font-family: "Burbank Big Regular", Arial, Helvetica, sans-serif;
  font-size: 18px;
}
.ffx-checkskin .ffx-name--sans {
  font-family: 'open sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.custom-inputfile .custom-inputfile__icon {
  max-width: 20px;
}
.custom-inputfile .custom-inputfile__container {
  border: none;
  background-color: #FFF;
  padding: 0;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  width: 100%;
}
.custom-inputfile .custom-inputfile__container strong {
  height: 100%;
  color: #21364F;
  background-color: transparent;
  display: inline-block;
  padding: 0.625rem 1.25rem;
  border: 2px solid #21364F;
}
.custom-inputfile .custom-inputfile__container strong svg {
  fill: #21364F;
}
.custom-inputfile .custom-inputfile__container strong:hover {
  background-color: #009ee2;
  color: #FFF;
  border: 2px solid #fff;
}
.custom-inputfile .custom-inputfile__container strong:hover svg {
  fill: #fff;
}
.custom-inputfile .custom-inputfile__container strong div {
  display: inline;
}
.custom-inputfile .custom-inputfile__name-file {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-transform: none;
  padding: 10px;
  font-weight: 400;
}
@media all and (max-width: 650px) {
  .custom-inputfile .custom-inputfile__container {
    font-size: 12px;
  }
  .custom-inputfile .custom-inputfile__container strong div {
    display: none;
  }
}
.itemsloader {
  text-align: center;
  color: #36A9E1;
  font-size: 30px;
  padding-bottom: 15px;
  padding-top: 15px;
}
.itemsloader i {
  opacity: 1;
  transition: 0.3s;
  will-change: opacity;
}
.itemsloader--off {
  display: none;
}
.photo-gallery {
  margin-top: 30px;
  margin-bottom: 30px;
}
.photo-gallery.photo-gallery--selection {
  display: none;
}
.photo-gallery.photo-gallery--selection.active {
  display: block;
}
.photo-gallery .photo-gallery__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
}
.photo-gallery .photo-gallery__item {
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(33, 54, 79, 0.1);
  will-change: box-shadow;
  transition: box-shadow 0.3s;
  background-color: #E8EAED;
  position: relative;
}
.photo-gallery .photo-gallery__item-trash {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #e71a1a;
  padding: 8px;
  fill: #fff;
  cursor: pointer;
  z-index: 1000;
}
.photo-gallery .photo-gallery__item-trash:hover {
  background: #410F0F;
}
.photo-gallery .photo-gallery__item--transparent {
  border: none;
  box-shadow: none;
  transition: none;
  background-color: transparent;
}
.photo-gallery .photo-gallery__item:hover {
  box-shadow: 0 0 20px rgba(33, 54, 79, 0.8);
}
@media all and (min-width: 651px) and (max-width: 1200px) {
  .photo-gallery .photo-gallery__list {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media all and (min-width: 451px) and (max-width: 650px) {
  .photo-gallery .photo-gallery__list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
}
@media all and (max-width: 450px) {
  .photo-gallery .photo-gallery__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}
.mg0 {
  margin-bottom: 0;
  margin-top: 0;
}
.mgb0 {
  margin-bottom: 0;
}
.mgt0 {
  margin-top: 0;
}
.mg15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.mgt15 {
  margin-top: 15px;
}
.mgb15 {
  margin-bottom: 15px;
}
.mg20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mgt20 {
  margin-top: 20px;
}
.mgb20 {
  margin-bottom: 20px;
}
.mg30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mgt30 {
  margin-top: 30px;
}
.mgb30 {
  margin-bottom: 30px;
}
.mg45 {
  margin-top: 45px;
  margin-bottom: 45px;
}
.mgt45 {
  margin-top: 45px;
}
.mgb45 {
  margin-bottom: 45px;
}
.mg60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.mgt60 {
  margin-top: 60px;
}
.mgb60 {
  margin-bottom: 60px;
}
.mg90 {
  margin-top: 90px;
  margin-bottom: 90px;
}
.mgt90 {
  margin-top: 90px;
}
.mgb90 {
  margin-bottom: 90px;
}
.mg120 {
  margin-top: 120px;
  margin-bottom: 120px;
}
.mgt120 {
  margin-top: 120px;
}
.mgb120 {
  margin-bottom: 120px;
}
.font20 {
  font-size: 20px;
}
.font14 {
  font-size: 14px;
}
@media all and (max-width: 450px) {
  .font14 {
    font-size: 12px;
  }
}
.font57 {
  font-size: 57px;
}
@media all and (max-width: 450px) {
  .font57 {
    font-size: 30px;
  }
}
.font38 {
  font-size: 38px;
}
.white {
  color: #fff;
}
.dark-blue {
  color: #21364f;
}
.ctable {
  max-width: 100%;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.ctable table {
  width: 100%;
  border: none;
  border-collapse: collapse;
}
.ctable th {
  position: relative;
}
.ctable th a {
  position: absolute;
  right: 15px;
  bottom: 5px;
  color: #21364f;
  font-size: 25px;
  transform: rotate(0deg);
  transition: transform 0.5s, bottom 0.5s;
}
.ctable th a:hover {
  transform: rotate(180deg);
  bottom: 10px;
}
.ctable th,
.ctable td {
  border: 1px solid #fff;
  min-height: 60px;
}
.ctable thead th {
  background-color: #cccccc;
  font-family: "Burbank Big Regular", Arial, Helvetica, sans-serif;
  color: #21364F;
  text-transform: uppercase;
  font-size: 20px;
  padding: 15px 25px 10px 25px;
  text-align: left;
}
.ctable tbody td {
  color: #21364F;
  font-size: 16px;
  padding: 10px 25px;
  background-color: #fff;
}
.ctable tbody tr:nth-child(even) td {
  background-color: #E8EAED;
}
.ctable .ctable__link {
  padding: 0;
  margin: 0 5px;
  border: none;
  outline: none;
  cursor: pointer;
  background: none;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 600;
  color: #009ee2;
}
.ctable .ctable__link:hover {
  color: #21364f;
}
@media all and (max-width: 750px) {
  .ctable th {
    position: relative;
  }
  .ctable th a {
    position: absolute;
    right: 8px;
    bottom: 12px;
    font-size: 15px;
  }
  .ctable th a:hover {
    bottom: 15px;
  }
}
.ctable--small {
  max-width: 100%;
  max-height: 210px;
  font-weight: 600;
}
.ctable--small th,
.ctable--small td {
  border: 1px solid #fff;
  min-height: auto;
  width: 25%;
}
.ctable--small thead th {
  font-size: 9px;
  padding: 8px;
}
.ctable--small tbody td {
  font-size: 7px;
  padding: 10px;
}
@media all and (max-width: 320px) {
  .ctable--small thead th {
    font-size: 7px;
    padding: 5px;
  }
  .ctable--small tbody td {
    font-size: 6px;
    padding: 5px;
  }
}
.cpagination {
  display: block;
  width: 310px;
  margin: 30px auto;
  clear: both;
  font-family: "Burbank Big Regular", Arial, Helvetica, sans-serif;
  /* Pagination links */
  /* Add a grey background color on mouse-over */
  /* Style the active/current link */
}
.cpagination a {
  /* display:inline-block; */
  text-align: center;
  color: black;
  float: left;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  border-right: 1px solid #009ee2;
  margin: 0;
}
.cpagination a:last-child {
  border-right: none;
}
.cpagination a:hover:not(.active) {
  background-color: #ddd;
}
.cpagination .cpagination__active-btn {
  background-color: #009ee2;
  color: white;
}
.cpagination .cpagination__disabled-btn {
  background-color: #cccccc;
  color: white;
  pointer-events: none;
}
@media all and (max-width: 450px) {
  .cpagination {
    width: auto;
    /* Pagination links */
  }
  .cpagination span {
    display: none;
  }
  .cpagination a {
    float: left;
    margin: 0;
  }
}
.info-box {
  position: relative;
  background-color: #fff;
  margin-top: 40px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  padding: 10px 30px 30px;
}
.info-box .info-box-texts {
  display: flex;
  justify-content: space-between;
}
.info-box .info-box-texts ul {
  font-size: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.info-box .info-box-texts ul li {
  margin-bottom: 8px;
}
.info-box .info-box-texts ul i {
  font-size: 15px;
  color: #009ee2;
  margin-right: 5px;
}
.info-box .info-box__checklist-tasks {
  display: grid;
  grid-gap: 0;
  grid-template-columns: 34% 33% 33%;
}
.info-box img {
  width: 100%;
}
.info-box label {
  display: block;
  margin-top: 30px;
}
.info-box label input {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  width: 40%;
}
@media all and (min-width: 550px) and (max-width: 850px) {
  .info-box .info-box__checklist-tasks {
    grid-template-columns: 50% 50%;
  }
}
@media all and (max-width: 549px) {
  .info-box {
    padding: 10px 10px 30px;
  }
  .info-box .info-box__checklist-tasks {
    grid-template-columns: 100%;
  }
}
@media all and (max-width: 750px) {
  .info-box .info-box-texts {
    display: block;
  }
  .info-box .info-box-texts ul {
    font-size: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .info-box .info-box-texts ul li {
    margin-bottom: 8px;
  }
  .info-box label input {
    width: 80%;
  }
}
.info-box--label-no-margin label {
  margin-top: 0;
  margin-right: 10px;
}
.info-box--two-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
}
.info-box--two-columns iframe {
  width: 48%;
}
.info-box--two-columns div {
  width: 48%;
}
@media all and (max-width: 750px) {
  .info-box--two-columns iframe {
    width: 100%;
    margin-bottom: 20px;
  }
  .info-box--two-columns div {
    width: 100%;
  }
}
.task-content .task-content__half-width {
  width: 50%;
}
.task-content section {
  margin-bottom: 30px;
  margin-top: 60px;
}
.task-content .task-content__flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 30px;
}
.task-content .task-content__flex img {
  margin-right: 15px;
}
@media all and (max-width: 1000px) {
  .task-content .task-content__half-width {
    width: 100%;
  }
  .task-content .task-content__flex img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.slide-button {
  display: flex;
  align-items: center;
  /* The switch - the box around the slider */
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
.slide-button .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.slide-button .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slide-button .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
.slide-button .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}
.slide-button input:checked + .slider {
  background-color: #19cb20;
}
.slide-button input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.slide-button input:checked + .slider:before {
  transform: translateX(26px);
}
.slide-button .slider.round {
  border-radius: 34px;
}
.slide-button .slider.round:before {
  border-radius: 50%;
}
@media all and (max-width: 750px) {
  .slide-button {
    display: block;
  }
}
audio:focus {
  outline: none;
}
.audio-box {
  width: 90%;
  margin: 0 auto;
  width: calc(100% - 20px);
  height: auto;
  margin-top: 50px;
  margin: 0 auto 20px;
}
.audio-box .audio-box__group {
  background: #FFF;
}
.audio-box .audio-box__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.audio-box audio {
  display: block;
  width: 100%;
  border-radius: none;
}
.audio-box i {
  text-align: center;
  font-size: 42px;
  color: #21364f;
}
.rating {
  float: left;
  width: 95%;
}
.rating span {
  float: right;
  margin: 5px;
  position: relative;
}
.rating span label {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #FFF;
  background: transparent;
  font-size: 30px;
  margin-right: 2px;
  line-height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.rating span label:before {
  display: inline-block;
  color: #009ee2;
  content: "\f005";
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
}
.rating span input {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
.rating span:hover ~ span label:before,
.rating span:hover label:before,
.rating span.checked label:before,
.rating span.checked ~ span label:before {
  display: inline-block;
  color: #009ee2;
  content: "\f005";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
@media all and (min-width: 450px) and (max-width: 1000px) {
  .rating {
    width: 250px;
    margin-left: 0;
  }
}
@media all and (min-width: 250px) and (max-width: 449px) {
  .rating {
    width: 160px;
    margin-left: 0;
  }
  .rating label:before {
    font-size: 16px;
  }
}
@media all and (max-width: 249px) {
  .rating {
    width: 120px;
    margin-left: 0;
  }
  .rating label:before {
    font-size: 10px;
  }
}
.rating-sidebar {
  float: none;
  width: 85%;
}
.rating-sidebar span {
  float: right;
  margin: 5px;
  position: relative;
}
.rating-sidebar span label {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #FFF;
  background: transparent;
  font-size: 30px;
  margin-right: 2px;
  line-height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.rating-sidebar span label:before {
  display: inline-block;
  color: #009ee2;
  content: "\f005";
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
}
.rating-sidebar span input {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
.rating-sidebar span:hover ~ span label:before,
.rating-sidebar span:hover label:before,
.rating-sidebar span.checked label:before,
.rating-sidebar span.checked ~ span label:before {
  display: inline-block;
  color: #009ee2;
  content: "\f005";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
@media all and (min-width: 450px) and (max-width: 1000px) {
  .rating-sidebar {
    width: 250px;
    margin-left: 0;
  }
}
@media all and (min-width: 250px) and (max-width: 449px) {
  .rating-sidebar {
    width: 160px;
    margin-left: 0;
  }
  .rating-sidebar label:before {
    font-size: 16px;
  }
}
@media all and (max-width: 249px) {
  .rating-sidebar {
    width: 120px;
    margin-left: 0;
  }
  .rating-sidebar label:before {
    font-size: 10px;
  }
}
.rating-photoshooting {
  position: relative;
  bottom: 5px;
  float: right;
}
.rating-photoshooting span {
  float: right;
  margin: 0;
  position: relative;
  margin: 5px 0;
}
.rating-photoshooting span label {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 15px;
  height: 15px;
  text-align: center;
  color: #FFF;
  background: transparent;
  font-size: 20px;
  margin-right: 2px;
  line-height: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.rating-photoshooting span label:before {
  display: inline-block;
  color: #009ee2;
  content: "\f005";
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
}
.rating-photoshooting span input {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
.rating-photoshooting span:hover ~ span label:before,
.rating-photoshooting span:hover label:before,
.rating-photoshooting span.checked label:before,
.rating-photoshooting span.checked ~ span label:before {
  display: inline-block;
  color: #009ee2;
  content: "\f005";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
@media all and (max-width: 350px) {
  .rating-photoshooting {
    float: none;
    bottom: 0;
  }
  .rating-photoshooting span {
    float: right;
    margin: 0;
    position: relative;
  }
  .rating-photoshooting span label {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 15px;
    height: 15px;
    text-align: center;
    color: #FFF;
    background: transparent;
    font-size: 15px;
    margin-right: 1px;
    line-height: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
  }
}
.popup-window {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in-out;
}
.popup-window .popup-window__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media all and (max-width: 750px) {
  .popup-window .popup-window__message {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    width: 80%;
    margin: auto;
  }
  .popup-window__btn-box {
    margin-top: 32px !important;
  }
  .popup-window__btn-box .cbutton {
    width: calc(50% - 16px) !important;
  }
  .popup-window .popup-window__paragraph {
    width: 80%;
    margin: 10px auto 0;
  }
}
.popup-window__text-container {
  width: 600px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  height: auto;
  padding: 40px 0;
  background: #E8EAED;
}
.popup-window__text-container .popup-window__message {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  width: 70%;
  margin: auto;
}
.popup-window__text-container .popup-window__paragraph {
  text-align: center;
  font-size: 12px;
}
.popup-window__text-container .popup-window__btn-box {
  margin: 18px auto 0;
  width: 80%;
  display: flex;
  justify-content: center;
}
.popup-window__text-container .popup-window__btn-box .cbutton {
  width: 25%;
  margin: 0 8px;
}
.popup-window--off {
  transform: translateY(-100%);
}
.no-results-card {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  padding: 64px 32px;
  display: flex;
  flex-flow: column;
  margin: 16px 0;
}
.no-results-card .no-results-card__icon {
  color: #21364f;
  display: block;
  margin: auto;
}
.no-results-card .no-results-card__caption {
  font-family: "Burbank Big Regular", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #21364f;
  margin-top: 20px;
}
.no-results-card.no-results-card--off {
  display: none;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.overlay .overlay__icon {
  font-size: 100px;
  color: #fff;
}
.overlay .overlay__caption {
  font-size: 32px;
  color: #fff;
  margin-top: 24px;
}
.overlay--off {
  display: none;
}
.alert {
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.alert .alert__content {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  position: relative;
  padding-bottom: 12px;
  width: 100%;
  max-width: 500px;
}
.alert .alert__icon {
  font-family: "Font Awesome 5 Free";
  display: block;
  padding: 12px;
  vertical-align: middle;
  text-align: center;
  font-weight: 900;
  font-size: 28px;
}
.alert.alert--off {
  display: none;
}
.alert.alert--danger .alert__icon::after {
  content: "\f12a";
  color: #e71a1a;
}
.alert.alert--success .alert__icon::after {
  content: "\f00c";
  color: #19cb20;
}
.alert.alert--info .alert__icon::after {
  content: "\f05a";
  color: #009ee2;
}
.alert.alert--warning .alert__icon::after {
  content: "\f071";
  color: #FD8859;
}
.alert .alert__caption {
  font-family: "Burbank Big Regular", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #21364f;
  font-weight: 400;
  text-align: left;
  flex: 1 0;
  padding: 0 16px;
}
.alert .alert__close-btn {
  background: #21364f;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: -15px;
  right: -15px;
}
.alert .alert__close-btn:hover {
  background: #009ee2;
  cursor: pointer;
}
.alert .alert__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 600px) {
  .alert__caption {
    text-align: center !important;
  }
  .alert .alert__close-btn {
    top: -10px;
    right: -10px;
  }
}
.parsley-error {
  border: 2px solid #e71a1a !important;
}
.parsley-errors-list {
  margin-top: 4px;
  padding: 0px;
}
.parsley-errors-list li {
  list-style: none;
  font-size: 12px;
  font-weight: bold;
  color: #e71a1a;
}
.colorgray {
  color: #cccccc;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus,
.btn .focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn:disabled,
.btn .disabled {
  opacity: 0.65;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus,
.btn-primary .focus {
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary:disabled,
.btn-primary .disabled {
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-open-chat {
  position: fixed;
  bottom: 20px;
  right: 5px;
  display: block;
  -webkit-animation: blink 3s infinite;
          animation: blink 3s infinite;
}
.cbutton--msg {
  bottom: -4px;
}
.cbutton--non-display {
  display: none;
}
.cbutton--non-active {
  pointer-events: none;
  background: #ccc;
  cursor: default;
}
.cbutton--with--msg {
  background: linear-gradient(to right, #410F0F, #E71A1A);
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    color: blue;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    color: blue;
  }
}
.photo-review-gd-messages {
  background-color: rgba(0, 0, 0, 0.04);
  padding: 0.5rem;
}
.chat {
  margin-top: auto;
  margin-bottom: auto;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.8) !important;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  height: 70%;
  border-radius: 15px ;
  background-color: rgba(0, 0, 0, 0.74);
}
.card .card-header,
.card .card-footer {
  border-top: 0;
}
.card--without-percent {
  height: 300px;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.contacts_body {
  padding: 0.75rem 0 !important;
  overflow-y: auto;
  white-space: nowrap;
}
.msg_card_body {
  overflow-y: auto;
  height: 150px;
}
.card-header {
  border-radius: 15px 15px 0 0 !important;
  border-bottom: 0 !important;
}
.card-footer {
  border-radius: 0 0 15px 15px !important;
  border-top: 0 !important;
}
.float-right {
  float: right !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.d-flex {
  display: flex !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group .form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
  resize: none;
}
.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.container-fluid .row {
  flex-wrap: wrap;
  /*margin-right: -15px;
            margin-left: -15px;*/
  display: block ;
}
.container-fluid--non-display {
  display: none;
}
.search {
  border-radius: 15px 0 0 15px ;
  background-color: rgba(0, 0, 0, 0.3);
  border: 0 ;
  color: white ;
}
.search:focus {
  box-shadow: none !important;
  outline: 0px !important;
}
.type_msg {
  background-color: rgba(0, 0, 0, 0.3) !important;
  border: 0 !important;
  color: white !important;
  height: 60px !important;
  overflow-y: auto;
}
.type_msg:focus {
  box-shadow: none !important;
  outline: 0px !important;
}
.attach_btn {
  border-radius: 15px 0 0 15px !important;
  background-color: rgba(0, 0, 0, 0.3) !important;
  border: 0 !important;
  color: white !important;
  cursor: pointer;
}
.send-btn {
  border-radius: 0 15px 15px 0 !important;
  background-color: rgba(0, 0, 0, 0.3) !important;
  border: 0 !important;
  color: white;
  cursor: pointer;
}
.send-btn__error {
  color: red;
  cursor: pointer;
}
.search_btn {
  border-radius: 0 15px 15px 0 !important;
  background-color: rgba(0, 0, 0, 0.3) !important;
  border: 0 !important;
  color: white !important;
  cursor: pointer;
}
.contacts {
  list-style: none;
  padding: 0;
}
.contacts li {
  width: 100% !important;
  padding: 5px 10px;
  margin-bottom: 15px !important;
}
.active {
  background-color: rgba(0, 0, 0, 0.3);
}
.user_img {
  height: 70px;
  width: 70px;
  border: 1.5px solid #f5f6fa;
}
.user_img_msg {
  height: 40px;
  width: 40px;
  border: 1.5px solid #f5f6fa;
}
.img_cont {
  position: relative;
  height: 70px;
  width: 70px;
}
.img_cont_msg {
  height: 40px;
  width: 40px;
}
.online_icon {
  position: absolute;
  height: 15px;
  width: 15px;
  background-color: #4cd137;
  border-radius: 50%;
  bottom: 0.2em;
  right: 0.4em;
  border: 1.5px solid white;
}
.offline {
  background-color: #c23616 !important;
}
.user_info {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 15px;
}
.user_info span {
  font-size: 20px;
  color: white;
}
.user_info p {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
}
.video_cam {
  margin-left: 50px;
  margin-top: 5px;
}
.video_cam span {
  color: white;
  font-size: 20px;
  cursor: pointer;
  margin-right: 20px;
}
.msg_cotainer {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 10px;
  border-radius: 25px;
  max-width: 150px;
  width: 150px;
  background-color: #82ccdd;
  padding: 10px;
  position: relative;
}
.msg_cotainer_send {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
  border-radius: 25px;
  background-color: #a5b8a9;
  padding: 10px;
  position: relative;
}
.msg_cotainer_error {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
  border-radius: 25px;
  color: #c23616;
  padding: 10px;
  position: relative;
}
.msg_cotainer_sending {
  margin: auto 10px;
  border-radius: 25px;
  bottom: 20px;
  right: 5px;
  display: block;
  -webkit-animation: blink 2s infinite;
          animation: blink 2s infinite;
  float: right;
  color: #cac7c7;
  padding: 10px;
}
.msg_cotainer_sending__display-non {
  display: none;
}
.messages_empty {
  margin: auto 10px;
  border-radius: 25px;
  bottom: 20px;
  right: 5px;
  display: none;
  float: right;
  color: #cac7c7;
  padding: 10px;
}
.messages_empty--show {
  display: block;
}
.msg_time {
  position: absolute;
  left: 0;
  bottom: -25px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
}
.msg_time_send {
  position: absolute;
  right: 0;
  bottom: -15px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
}
.msg_head {
  position: relative;
}
.action_menu_btn {
  right: 10px;
  top: 10px;
  color: white;
  cursor: pointer;
  font-size: 20px;
  margin-left: 5px;
}
.action_menu {
  z-index: 1;
  position: absolute;
  padding: 15px 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border-radius: 15px;
  top: 30px;
  right: 15px;
  display: none;
}
.action_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.action_menu ul li {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 5px;
}
.action_menu ul li i {
  padding-right: 10px;
}
.action_menu ul li:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 576px) {
  .contacts_card {
    margin-bottom: 15px !important;
  }
}
/*LESS VARIABLES ----------------------------------------------------------*/
.mainwrapper {
  margin-left: var(--navigationsize);
  background: linear-gradient(to bottom right, #fff, #e9edf4);
  position: relative;
  z-index: 5;
  width: 95%;
}
.mainwrapper::before {
  content: " ";
  position: absolute;
  top: calc(-1 * var(--guttersize));
  left: 0;
  width: 32.4%;
  height: var(--guttersize);
  background-color: #fefefe;
  z-index: 1;
}
.mainwrapper::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/mainwrapper-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
}
.mainwrapper .orders-sections {
  padding: 0.5rem;
}
.mainwrapper .selected-pill {
  background-color: #21364f !important;
}
.mainwrapper .deselected-pill {
  background-color: #CCCCCC !important;
}
.mainwrapper .status-pills {
  margin-right: 0.5rem;
  font-size: 1.5rem;
}
.mainwrapper .status-pill-badge {
  position: relative;
  /* Use relative positioning on the parent nav-link */
  font-size: 0.6rem;
  margin-left: 0.5rem;
  /* Add some margin to separate the badge from text */
  vertical-align: top;
  /* Align the badge to the top of the parent */
  display: inline-block;
  /* Ensure the badge is displayed inline */
  font-weight: 100;
  letter-spacing: 1px;
}
.mainwrapper .pill-badge-red {
  color: red;
}
.mainwrapper #pills-tabContent .tab-pane {
  /*background-color: #f5f7fa;*/
}
.fit-content-height {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: var(--navigationsize);
  max-width: 90vw;
  will-change: width;
  height: 100%;
  background-color: rgba(33, 54, 79, 0.95);
  z-index: 1000;
  transition: width 0.3s;
  overflow: hidden;
  max-height: calc(100vh);
  overflow-y: auto;
}
.navigation .navigation__openbutton {
  background: none;
  border: none;
  width: var(--navigationsize);
  height: var(--navigationsize);
  color: #fff;
  font-size: calc(var(--navigationsize) / 2);
  outline: none;
  cursor: pointer;
  transform: rotate(0deg);
  will-change: transform;
  transition: transform 0.5s, color 0.3s;
}
.navigation .navigation__openbutton:hover {
  color: #36A9E1;
}
.navigation .navigation__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 360px;
  max-width: 90vw;
}
.navigation .navigation__section {
  font-weight: 700;
  color: #fff;
}
.navigation .navigation__sectionlink {
  text-decoration: none;
  color: inherit;
  display: block;
  display: flex;
  align-items: center;
  transition: background-color 0.3s, color 0.3s;
}
.navigation .navigation__sectionicon {
  width: calc(var(--navigationsize) - var(--navigationmargin) * 2);
  flex-basis: calc(var(--navigationsize) - var(--navigationmargin) * 2);
  height: calc(var(--navigationsize) - var(--navigationmargin) * 2);
  display: inline-block;
  margin: 8px var(--navigationmargin);
  transform: rotate(0deg);
  will-change: transform;
  transition: transform 0.3s;
  flex-shrink: 0;
}
.navigation .navigation__sectiontext {
  margin: 0 calc(var(--navigationmargin) * 2);
  text-transform: uppercase;
  font-size: var(--navigationfontsize);
}
.navigation .navigation__sectionlink:hover {
  color: #36A9E1;
  background-color: #21364F;
}
.navigation .navigation__sectionlink:hover .navigation__sectionicon {
  transform: rotate(25deg);
}
.navigation--open {
  width: 360px;
}
.navigation--open .navigation__openbutton {
  transform: rotate(180deg);
}
.header {
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding: 30px;
}
.header .header__usersection {
  float: right;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.header .header__userdisconnect {
  text-decoration: none;
  color: inherit;
  margin-right: 15px;
}
.header .header__userdisconnect:hover {
  color: #36A9E1;
}
.header .header__userprofil {
  text-decoration: none;
  color: inherit;
}
.header .header__userprofilavatar {
  width: 34px;
  height: 34px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  border-radius: 100%;
  transform: scale(1);
  will-change: transform;
  transition: transform 0.2s;
}
.header .header__userprofilavatar img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .header__userprofil:hover .header__userprofilavatar {
  transform: scale(1.2);
}
.header .header__userprofil:hover .header__userprofiltext {
  color: #36A9E1;
}
@media all and (max-width: 650px) {
  .header {
    padding: 10px 15px;
  }
  .header .header__usersection {
    font-size: 9px;
  }
}
@media all and (max-width: 450px) {
  .header {
    padding: 10px;
  }
  .header .header__userdisconnect {
    margin-right: 5px;
  }
  .header .header__userprofilavatar {
    display: none;
  }
}
.taskslistheader {
  margin-top: 30px;
  margin-bottom: 60px;
  position: relative;
}
.taskslistheader .taskslistheader__content {
  width: 50%;
  min-width: 500px;
  display: flex;
  flex-wrap: wrap;
  word-wrap: break-word;
  align-items: flex-end;
}
.taskslistheader .taskslistheader__contentzone {
  flex-basis: 50%;
  margin-bottom: 15px;
  padding: 5px;
}
.taskslistheader .ffx-label {
  margin: 0;
}
.taskslistheader .ctitle {
  margin: 0;
}
.taskslistheader .taskslistheader__taskcounter {
  background-color: #fff;
  height: 48px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  position: relative;
}
.taskslistheader .taskslistheader__taskcountervalue {
  color: #fff;
  font-family: "Burbank Big Regular", Arial, Helvetica, sans-serif;
  font-size: 22px;
  z-index: 10;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.taskslistheader .taskslistheader__progressbar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  will-change: width;
  transition: width 1.6s;
  background: linear-gradient(to right, #FFBB00, #FF611D);
  z-index: 2;
}
.taskslistheader .taskslistheader__progressbar--success {
  background: linear-gradient(to right, #1EEAAB, #19cb20);
}
.taskslistheader .taskslistheader__progressbar--warning {
  background: linear-gradient(to right, #FFBB00, #FF611D);
}
.taskslistheader .taskslistheader__progressbar--danger {
  background: linear-gradient(to right, #E71A1A, #e71a1a);
}
.taskslistheader .taskslistheader__search {
  margin-top: 30px;
}
.taskslistheader .taskslistheader__filter {
  margin-top: 30px;
}
.taskslistheader .taskslistheader__icon {
  position: absolute;
  top: 50px;
  right: 5vw;
  width: 200px;
  height: 15vw;
}
.taskslistheader .taskslistheader__icon svg {
  width: 100%;
  height: 100%;
}
@media all and (max-width: 1400px) {
  .taskslistheader .taskslistheader__icon {
    width: 15vw;
  }
}
@media all and (max-width: 1050px) {
  .taskslistheader .taskslistheader__icon {
    right: 0;
    width: 10vw;
    height: 10vw;
  }
}
@media all and (max-width: 880px) {
  .taskslistheader .taskslistheader__content {
    width: auto;
    min-width: 0;
  }
  .taskslistheader .taskslistheader__icon {
    display: none;
  }
}
@media all and (max-width: 750px) {
  .taskslistheader .taskslistheader__content {
    display: block;
  }
  .taskslistheader .taskslistheader__contentzone {
    margin-bottom: 5px;
  }
}
.mytasks {
  padding-bottom: 60px;
}
.mytasks .mytasks__summary {
  font-size: 12px;
  text-transform: uppercase;
  color: #21364F;
  font-weight: 700;
  margin: 10px 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
.mytasks .mytasks__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
}
.mytasks .mytasks__item {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.mytasks .mytasks__icon {
  margin: auto;
  border-bottom: 1px solid #E8EAED;
  text-align: center;
  margin: 15px;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.mytasks .mytasks__icon img {
  width: auto;
  height: 75px;
}
.mytasks .mytasks__titlezone {
  margin: 15px;
  height: 75px;
}
.mytasks .mytasks__title {
  font-size: 20px;
  font-family: "Burbank Big Regular", Arial, Helvetica, sans-serif;
  color: #21364F;
  text-transform: uppercase;
  margin: 0;
}
.mytasks .mytasks__taskid {
  font-size: 20px;
  color: #21364F;
  text-transform: uppercase;
  margin: 0;
}
.mytasks .mytasks__deadlinetitle {
  font-size: 12px;
  color: #21364F;
  font-weight: 700;
  margin: 15px;
  margin-bottom: 5px;
}
.mytasks .mytasks__deadlineprogress {
  height: 15px;
  background-color: #E8EAED;
  position: relative;
  overflow: hidden;
  margin: 15px;
  margin-top: 5px;
  max-width: 220px;
}
.mytasks .mytasks__deadlineprogressbar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: linear-gradient(to right, #1EEAAB, #25A77F);
}
.mytasks .mytasks__deadlineprogressbar.js-warning {
  background: linear-gradient(to right, #FFBB00, #FD8859);
}
.mytasks .mytasks__deadlineprogressbar.js-danger {
  background: linear-gradient(to right, #410F0F, #E71A1A);
}
.mytasks .mytasks__secondaryinfos {
  font-size: 12px;
  color: #21364F;
  flex-grow: 0;
  border-top: 1px solid #E8EAED;
  padding-top: 25px;
  margin: 15px;
  margin-top: 25px;
}
.mytasks .mytasks__pictureszone {
  position: relative;
  overflow: hidden;
  height: 100px;
  margin: 15px;
}
.mytasks .mytasks__pictureszone picture {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 49%;
  flex-grow: 0;
}
.mytasks .mytasks__pictureszone picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mytasks .mytasks__pictureszone picture:first-child {
  left: 0;
}
.mytasks .mytasks__pictureszone picture:last-child {
  right: 0;
}
.mytasks .mytasks__button {
  display: block;
  width: 100%;
}
.mytasks .mytasks__itemsloader {
  text-align: center;
  color: #36A9E1;
  font-size: 30px;
  padding-bottom: 30px;
  padding-top: 15px;
}
.mytasks .mytasks__itemsloader i {
  opacity: 1;
  transition: 0.3s;
  will-change: opacity;
}
.mytasks .mytasks__itemsloader--off i {
  opacity: 0;
}
@media all and (max-width: 1650px) {
  .mytasks .mytasks__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media all and (max-width: 1350px) {
  .mytasks .mytasks__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 1000px) {
  .mytasks .mytasks__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 650px) {
  .mytasks .mytasks__list {
    display: block;
  }
  .mytasks .mytasks__item {
    margin-bottom: 30px;
  }
}
.progressbartasks .progressbartasks__deadlinetitle {
  font-size: 12px;
  color: #21364F;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 5px;
}
.progressbartasks .progressbartasks__deadlineprogress {
  height: 15px;
  background-color: #E8EAED;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  max-width: 220px;
}
.progressbartasks .progressbartasks__deadlineprogressbar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: linear-gradient(to right, #1EEAAB, #25A77F);
}
.progressbartasks .progressbartasks__deadlineprogressbar.js-warning {
  background: linear-gradient(to right, #FFBB00, #FD8859);
}
.progressbartasks .progressbartasks__deadlineprogressbar.js-danger {
  background: linear-gradient(to right, #410F0F, #E71A1A);
}
.progressbartasks .progressbartasks__button {
  display: block;
  width: 100%;
  max-width: 220px;
}
.progressbartasks .progressbartasks__button--disabled {
  pointer-events: none;
  background-color: #cccccc !important;
}
.progressbartasks .progressbartasks__secondaryinfos {
  flex-basis: 20%;
  font-size: 12px;
  color: #21364F;
  padding: 0 15px;
  flex-grow: 0;
}
.progressbartasks .progressbartasks__pictureszone {
  flex-basis: 40%;
  position: relative;
  overflow: hidden;
}
.progressbartasks .progressbartasks__pictureszone picture {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 49%;
  flex-grow: 0;
}
.progressbartasks .progressbartasks__pictureszone picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.progressbartasks .progressbartasks__pictureszone picture:first-child {
  left: 0;
}
.progressbartasks .progressbartasks__pictureszone picture:last-child {
  right: 0;
}
.progressbartasks .progressbartasks__itemsloader {
  text-align: center;
  color: #36A9E1;
  font-size: 30px;
  padding-bottom: 30px;
  padding-top: 15px;
}
.progressbartasks .progressbartasks__itemsloader i {
  opacity: 1;
  transition: 0.3s;
  will-change: opacity;
}
.progressbartasks .progressbartasks__itemsloader--off {
  display: none;
}
.progressbartasks .progressbartasks__itemsloader--off i {
  opacity: 0;
}
@media all and (max-width: 1200px) {
  .progressbartasks .progressbartasks__item {
    flex-wrap: wrap;
  }
  .progressbartasks .progressbartasks__maininfos {
    flex-basis: 50%;
    order: 1;
    border-right: 0;
  }
  .progressbartasks .progressbartasks__secondaryinfos {
    flex-basis: 100%;
    order: 3;
    margin-top: 15px;
    padding-left: 0;
  }
  .progressbartasks .progressbartasks__pictureszone {
    flex-basis: 50%;
    min-height: 100px;
    order: 2;
  }
}
@media all and (max-width: 800px) {
  .progressbartasks .progressbartasks__item {
    display: block;
  }
  .progressbartasks .progressbartasks__maininfos {
    padding-right: 0;
  }
  .progressbartasks .progressbartasks__secondaryinfos {
    margin: 15px 0;
    padding: 0;
  }
  .progressbartasks .progressbartasks__pictureszone {
    height: 20vw;
    min-height: 0;
  }
}
@media all and (max-width: 450px) {
  .progressbartasks .progressbartasks__icon {
    width: 36px;
    height: 36px;
  }
  .progressbartasks .progressbartasks__title {
    font-size: 16px;
    margin-left: 46px;
  }
  .progressbartasks .progressbartasks__taskid {
    font-size: 14px;
    margin-left: 46px;
  }
}
.availabletasks {
  padding-bottom: 60px;
}
.availabletasks .availabletasks__summary {
  font-size: 12px;
  text-transform: uppercase;
  color: #21364F;
  font-weight: 700;
  margin: 10px 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
.availabletasks .availabletasks__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.availabletasks .availabletasks__item {
  background-color: #fff;
  margin-bottom: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  padding: 15px;
  display: flex;
}
.availabletasks .availabletasks__maininfos {
  position: relative;
  flex-basis: 40%;
  border-right: 1px solid #E8EAED;
  padding-right: 15px;
}
.availabletasks .availabletasks__icon {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
.availabletasks .availabletasks__icon svg {
  width: 100%;
  height: 100%;
}
.availabletasks .availabletasks__title {
  font-size: 20px;
  font-family: "Burbank Big Regular", Arial, Helvetica, sans-serif;
  color: #21364F;
  text-transform: uppercase;
  margin: 0;
  margin-left: 60px;
}
.availabletasks .availabletasks__taskid {
  font-size: 20px;
  color: #21364F;
  text-transform: uppercase;
  margin: 0;
  margin-left: 60px;
}
.availabletasks .availabletasks__deadlinetitle {
  font-size: 12px;
  color: #21364F;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 5px;
}
.availabletasks .availabletasks__deadlineprogress {
  height: 15px;
  background-color: #E8EAED;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  max-width: 220px;
}
.availabletasks .availabletasks__deadlineprogressbar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: linear-gradient(to right, #1EEAAB, #25A77F);
}
.availabletasks .availabletasks__deadlineprogressbar.js-warning {
  background: linear-gradient(to right, #FFBB00, #FD8859);
}
.availabletasks .availabletasks__deadlineprogressbar.js-danger {
  background: linear-gradient(to right, #410F0F, #E71A1A);
}
.availabletasks .availabletasks__button {
  display: block;
  width: 100%;
  max-width: 220px;
}
.availabletasks .availabletasks__button--disabled {
  pointer-events: none;
  background-color: #cccccc !important;
}
.availabletasks .availabletasks__secondaryinfos {
  flex-basis: 20%;
  font-size: 12px;
  color: #21364F;
  padding: 0 15px;
  flex-grow: 0;
}
.availabletasks .availabletasks__pictureszone {
  flex-basis: 40%;
  position: relative;
  overflow: hidden;
}
.availabletasks .availabletasks__pictureszone picture {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 49%;
  flex-grow: 0;
}
.availabletasks .availabletasks__pictureszone picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.availabletasks .availabletasks__pictureszone picture:first-child {
  left: 0;
}
.availabletasks .availabletasks__pictureszone picture:last-child {
  right: 0;
}
.availabletasks .availabletasks__itemsloader {
  text-align: center;
  color: #36A9E1;
  font-size: 30px;
  padding-bottom: 30px;
  padding-top: 15px;
}
.availabletasks .availabletasks__itemsloader i {
  opacity: 1;
  transition: 0.3s;
  will-change: opacity;
}
.availabletasks .availabletasks__itemsloader--off {
  display: none;
}
.availabletasks .availabletasks__itemsloader--off i {
  opacity: 0;
}
@media all and (max-width: 1200px) {
  .availabletasks .availabletasks__item {
    flex-wrap: wrap;
  }
  .availabletasks .availabletasks__maininfos {
    flex-basis: 50%;
    order: 1;
    border-right: 0;
  }
  .availabletasks .availabletasks__secondaryinfos {
    flex-basis: 100%;
    order: 3;
    margin-top: 15px;
    padding-left: 0;
  }
  .availabletasks .availabletasks__pictureszone {
    flex-basis: 50%;
    min-height: 100px;
    order: 2;
  }
}
@media all and (max-width: 800px) {
  .availabletasks .availabletasks__item {
    display: block;
  }
  .availabletasks .availabletasks__maininfos {
    padding-right: 0;
  }
  .availabletasks .availabletasks__secondaryinfos {
    margin: 15px 0;
    padding: 0;
  }
  .availabletasks .availabletasks__pictureszone {
    height: 20vw;
    min-height: 0;
  }
}
@media all and (max-width: 450px) {
  .availabletasks .availabletasks__icon {
    width: 36px;
    height: 36px;
  }
  .availabletasks .availabletasks__title {
    font-size: 16px;
    margin-left: 46px;
  }
  .availabletasks .availabletasks__taskid {
    font-size: 14px;
    margin-left: 46px;
  }
}
.profil {
  padding-bottom: 60px;
}
.profil .profil__maintitle {
  margin: 30px 0;
}
.profil .profil__section {
  background-color: #fff;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1);
  min-height: 200px;
  margin: 30px 0;
  padding: 30px;
  display: grid;
  grid-gap: 0 30px;
  grid-auto-flow: row dense;
}
.profil .profil__section--personnal {
  grid-template-columns: repeat(3, 1fr);
}
.profil .profil__sectioncase--role {
  grid-column-start: 2;
  grid-row: 1 / span 4;
}
.profil .profil__sectioncase .ffx-label {
  margin-top: 10px;
}
.profil .profil__sectioncase--avatar {
  grid-column-start: 3;
  grid-row: 1 / span 4;
  text-align: center;
}
.profil .profil__avatar {
  margin: auto;
  margin-top: 30px;
  width: 175px;
  height: 175px;
  overflow: hidden;
  position: relative;
  border-radius: 100%;
}
.profil .profil__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.profil .profil__avatarbutton {
  width: 175px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.profil .profil__savebutton {
  margin-top: 25px;
}
.profil .profil__section--password {
  grid-template-columns: 1fr 2fr;
}
.profil .profil__sectioncase--newpasswordbutton {
  grid-row-start: span 4;
  grid-column-start: 2;
  padding-top: 140px;
}
.profil .profil__section--authorizedstasks {
  grid-template-columns: 1fr 1fr 1fr;
}
.profil .profil__sectioncase--solosubtitle {
  grid-column: span 3;
}
.profil .profil__sectioncase--solobutton {
  grid-column: 1;
  grid-row-end: 9;
}
.profil .profil__checkbox {
  margin: 10px 0;
}
.profil .profil__columntitle {
  text-transform: uppercase;
  font-family: "Burbank Big Regular", Arial, Helvetica, sans-serif;
  color: #36A9E1;
}
.profil .profil__sectioncase--complexitycolumn {
  grid-column-start: 1;
}
.profil .profil__sectioncase--qualitycolumn {
  grid-column-start: 2;
}
.profil .profil__sectiontitle {
  font-family: "Burbank Big Regular", Arial, Helvetica, sans-serif;
  font-size: 34px;
  color: #36A9E1;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 15px;
}
.profil .profil__userstable {
  max-width: 100%;
  overflow: auto;
}
.profil .profil__userstable table {
  width: 100%;
  border: none;
  border-collapse: collapse;
}
.profil .profil__userstable th,
.profil .profil__userstable td {
  border: 1px solid #fff;
}
.profil .profil__userstable thead th {
  background-color: #cccccc;
  font-family: "Burbank Big Regular", Arial, Helvetica, sans-serif;
  color: #21364F;
  text-transform: uppercase;
  font-size: 20px;
  padding: 15px 25px 10px 25px;
  text-align: left;
}
.profil .profil__userstable tbody td {
  color: #21364F;
  font-size: 16px;
  padding: 10px 25px;
  background-color: #fff;
}
.profil .profil__userstable tbody tr:nth-child(even) td {
  background-color: #E8EAED;
}
.profil .profil__userremove {
  color: #e71a1a;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  cursor: pointer;
  background: none;
}
.profil .profil__userremove:hover {
  text-decoration: underline;
}
.profil .profil__newuser {
  margin: 15px 0;
}
@media all and (max-width: 1000px) {
  .profil .profil__section--personnal {
    grid-template-columns: repeat(2, 1fr);
  }
  .profil .profil__sectioncase--role {
    grid-column: auto;
    grid-row: auto;
  }
  .profil .profil__sectioncase--avatar {
    grid-column-start: 2;
    grid-row: 1 / span 5;
  }
  .profil .profil__section--password {
    grid-template-columns: 1fr 1fr;
  }
  .profil .profil__section--authorizedstasks {
    grid-template-columns: 1fr 1fr;
  }
  .profil .profil__sectioncase--solosubtitle {
    grid-column: span 2;
  }
}
@media all and (max-width: 700px) {
  .profil .profil__section {
    display: block;
  }
  .profil .profil__avatar {
    margin-top: 0;
  }
  .profil .profil__sectioncase--newpasswordbutton {
    padding-top: 30px;
  }
}
.doublecolumns {
  display: flex;
  padding-bottom: 60px;
}
.doublecolumns .doublecolumns__main {
  flex-grow: 1;
}
.doublecolumns .doublecolumns__secondary {
  /* min-height: 600px; */
  background-color: #E8EAED;
  flex-basis: 300px;
  margin-left: 30px;
  flex-shrink: 0;
  overflow-y: auto;
}
.doublecolumns .doublecolumns__secondary video {
  display: block;
  width: calc(100% - 20px);
  margin: 0 auto 20px;
}
.doublecolumns .doublecolumns__secondary--photos {
  background-color: #E8EAED;
  flex-basis: 40%;
  margin-left: 0px;
  flex-shrink: 0;
  position: relative;
  right: -10%;
  overflow-y: auto;
}
.doublecolumns .doublecolumns__secondary--transparent {
  background-color: transparent;
}
.doublecolumns .doublecolumns__secondary-text {
  font-size: 14px;
  list-style: none;
  padding: 0 20px 20px;
  margin: 0;
}
.doublecolumns .doublecolumns__secondary-text ul {
  list-style: none;
}
.doublecolumns .doublecolumns__secondary-text ul li {
  margin: 5px 0;
}
.doublecolumns .doublecolumns__secondary-text li {
  margin: 20px 0;
}
.doublecolumns .doublecolumns__secondary-text i {
  font-size: 36px;
  color: #009ee2;
}
.doublecolumns .doublecolumns__secondary-header {
  padding: 20px 20px 45px;
}
.doublecolumns .doublecolumns__rating-stars {
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 24px;
  padding: 0 20px 20px;
}
.doublecolumns .doublecolumns__rating-stars i {
  color: #009ee2;
}
.doublecolumns .doublecolumns__textarea {
  text-transform: none;
  display: block;
  height: 100%;
  width: 90%;
  margin: auto;
  min-height: 150px;
  padding: 20px;
  font-size: 12px;
  resize: none;
}
.doublecolumns .doublecolumns__secondary-photo-revision-section {
  width: 85%;
  border-top: 1px solid #009ee2;
  margin: 20px auto 0;
}
@media all and (max-width: 1000px) {
  .doublecolumns {
    display: block;
  }
  .doublecolumns .doublecolumns__secondary {
    margin-left: 0;
  }
}
.timer {
  background-color: #E8EAED;
  padding: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  border-top: none;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .timer .timer__header {
    text-align: center;
    flex-flow: column-reverse;
  }
  .timer .timer__header .timer__details {
    margin-top: 16px;
  }
}
.timer .timer__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.timer .timer__title {
  font-size: 14px;
  font-weight: 700;
  color: #21364F;
  margin-right: 70px;
  margin: 0;
  margin-bottom: 10px;
}
.timer .timer__clock {
  color: #21364F;
  text-align: center;
  min-width: 130px;
}
.timer .timer__clock i {
  font-size: 50px;
  display: block;
  margin-bottom: 5px;
}
.timer .timer__clock .timer__stopwatch {
  font-family: "Digital 7", Arial, Helvetica, sans-serif;
  font-size: 36px;
  letter-spacing: 2px;
  font-weight: 600;
}
.timer .timer__times {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #21364F;
  font-size: 14px;
}
.timer .timer__times span {
  color: #19cb20;
}
.timer .timer__onetime {
  margin-bottom: 10px;
}
.timer .timer__onetime span {
  color: #19cb20;
}
.timer .timer__onetime--warning span {
  color: #FF611D;
}
.timer .timer__onetime--danger span {
  color: #e71a1a;
}
.timer .timer__subtitle {
  font-family: "Burbank Big Regular", Arial, Helvetica, sans-serif;
  color: #36A9E1;
  font-size: 34px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 15px;
}
.timer .timer__actionslist {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.timer .timer__action {
  margin-top: 15px;
}
.timer--no-shadow {
  box-shadow: none;
}
.backbutton {
  margin-bottom: 30px;
}
.warningmessage {
  position: relative;
  overflow: hidden;
  background-color: #FF611D;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  padding: 30px;
}
.warningmessage .warningmessage__icon {
  position: absolute;
  top: 30px;
  left: 30px;
  color: #fff;
  font-size: 50px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.warningmessage .warningmessage__title {
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  margin-left: 80px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.warningmessage .warningmessage__list {
  font-size: 12px;
  color: #fff;
  padding-left: 20px;
  margin-left: 80px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.warningmessage .warningmessage__list li {
  margin: 5px 0;
}
.missingafterediting {
  margin-top: 30px;
  margin-bottom: 30px;
}
.missingafterediting .missingafterediting__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
.missingafterediting .missingafterediting__item {
  border: 1px solid #cccccc;
  box-shadow: 0 0 10px rgba(33, 54, 79, 0.1);
  will-change: box-shadow;
  transition: box-shadow 0.3s;
  background-color: #E8EAED;
  position: relative;
}
.missingafterediting .missingafterediting__item .favorite-icon-validlr {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: absolute;
  z-index: 1;
  padding: 0.2rem;
  background-color: #009EE2;
  color: white;
  font-size: 0.8rem;
}
.missingafterediting .missingafterediting__item:hover {
  box-shadow: 0 0 20px rgba(33, 54, 79, 0.8);
}
.missingafterediting .missingafterediting__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.missingafterediting .missingafterediting__link img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.missingafterediting .missingafterediting__check {
  margin: 30px 0;
}
.missingafterediting .missingafterediting__validatebtn {
  margin: 30px 0;
}
@media all and (max-width: 1400px) {
  .missingafterediting .missingafterediting__list {
    grid-template-columns: 1fr 1fr;
  }
}
.specialediting {
  margin: 30px 0;
}
.specialediting .specialediting__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.specialediting .specialediting__item {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  margin-bottom: 30px;
}
.specialediting .specialediting__subtitle {
  font-size: 20px;
  color: #21364F;
  text-transform: uppercase;
  font-family: "Burbank Big Regular", Arial, Helvetica, sans-serif;
  margin: 0;
  margin-bottom: 15px;
}
.specialediting .specialediting__picture {
  position: relative;
  background-color: #E8EAED;
}
.specialediting .specialediting__browse {
  grid-column: span 2;
  background-color: #E8EAED;
  text-align: center;
  padding: 30px;
}
.specialediting .specialediting__browseinfo {
  font-size: 14px;
  color: #21364F;
  margin: 0;
  margin-top: 15px;
}
.specialediting .specialediting__actions {
  margin-top: 15px;
}
.popupchoseapicture .popupchoseapicture__title {
  font-size: 20px;
  color: #21364F;
  text-align: center;
  margin: 0;
  padding-top: 30px;
  margin-bottom: 15px;
}
.popupchoseapicture .popupchoseapicture__piccontainer {
  height: 50vh;
  background-color: #E8EAED;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  overflow: auto;
}
.popupchoseapicture .popupchoseapicture__piclist {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 15px;
  grid-gap: 15px;
}
.popupchoseapicture .popupchoseapicture__picitem {
  flex-basis: 23%;
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  transform: translate(0px, 0px);
  will-change: transform;
  transition: transform 0.3s, box-shadow 0.3s;
  border: 3px solid transparent;
  cursor: pointer;
}
.popupchoseapicture .popupchoseapicture__picitem:hover {
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
  transform: translate(0px, -2px);
}
.popupchoseapicture .popupchoseapicture__picitem.js-selected {
  border-color: #36A9E1;
}
.popupchoseapicture .popupchoseapicture__actions {
  margin: 15px 0;
  text-align: center;
}
@media all and (max-width: 800px) {
  .popupchoseapicture .popupchoseapicture__piclist {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 560px) {
  .popupchoseapicture .popupchoseapicture__piclist {
    grid-template-columns: repeat(2, 1fr);
  }
}
.minimalheader {
  margin-top: 30px;
  margin-bottom: 60px;
  position: relative;
}
.minimalheader .minimalheader__container {
  display: grid;
  grid-template-columns: 48% 48%;
  grid-gap: 4%;
}
.minimalheader .minimalheader__box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.minimalheader .minimalheader__container-block {
  display: block;
}
.minimalheader .minimalheader__block {
  display: block;
}
.minimalheader .minimalheader__block-main {
  width: 70%;
  float: left;
}
.minimalheader .minimalheader__block-main img {
  width: 100%;
  max-width: 700px;
}
.minimalheader .minimalheader__block-timer {
  /* 	flex-basis:30%; */
  width: 300px;
  float: right;
}
.minimalheader .minimalheader__contentzone {
  padding: 5px;
}
.minimalheader .minimalheader__contentzone--50 {
  flex-basis: 50%;
}
.minimalheader .minimalheader__icon {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  /* position: absolute;
	top: 50px;
	right: 5vw; */
  width: 200px;
  height: 15vw;
  margin: 0 auto;
}
.minimalheader .minimalheader__icon svg {
  width: 100%;
  height: 100%;
}
.minimalheader .minimalheader__title {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}
.minimalheader .minimalheader__checkbox {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
  align-self: flex-end;
}
.minimalheader .minimalheader__inputs {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  margin-bottom: 30px;
}
@media all and (max-width: 1400px) {
  .minimalheader .minimalheader__icon {
    width: 15vw;
  }
}
@media all and (max-width: 1370px) {
  .minimalheader .minimalheader__block-main {
    width: 50%;
  }
}
@media all and (max-width: 1200px) {
  .minimalheader {
    margin-bottom: 170px;
  }
}
@media all and (max-width: 1050px) {
  .minimalheader .minimalheader__icon {
    align-self: center;
    right: 0;
    width: 20vw;
    height: 20vw;
  }
  .minimalheader .minimalheader__title {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .minimalheader .minimalheader__checkbox {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    align-self: center;
  }
  .minimalheader .minimalheader__inputs {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .minimalheader .minimalheader__contentzone {
    margin-bottom: 0;
    flex-basis: 100%;
  }
  .minimalheader .minimalheader__contentzone--50 {
    flex-basis: 100%;
  }
}
@media all and (max-width: 800px) {
  .minimalheader .minimalheader__block {
    display: block;
  }
  .minimalheader .minimalheader__block-main {
    width: 100%;
    float: none;
  }
  .minimalheader .minimalheader__block-timer {
    /* 	flex-basis:30%; */
    width: 100%;
    float: none;
  }
}
@media all and (max-width: 750px) {
  .minimalheader .minimalheader__container {
    display: block;
  }
  .minimalheader .minimalheader__icon {
    display: none;
  }
  .minimalheader .minimalheader__title {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
@media all and (max-width: 1200px) {
  .minimalheader--mgb30 {
    margin-bottom: 60px;
  }
}
.estates-list {
  /* .estates-list__address{
		position:absolute;
		bottom:5px;
		right:15px;
		text-align:right;
		width:100%;
	} */
}
.estates-list .estates-list__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.estates-list .estates-list__listfilter {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.estates-list .estates-list__summary {
  font-size: 12px;
  text-transform: uppercase;
  color: #21364F;
  font-weight: 700;
  margin: 10px 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
.estates-list .estates-list__advanced-filter {
  font-family: "open sans", sans-serif;
  font-size: 12px;
  text-transform: none;
  background-color: #fff;
  margin-bottom: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  padding: 25px;
  display: block;
}
.estates-list .estates-list__advanced-filter form {
  margin: 15px 0;
}
.estates-list .estates-list__advanced-filter-label {
  display: inline-block;
}
.estates-list .estates-list__advanced-filter-icon {
  margin-bottom: 10px;
}
.estates-list .estates-list__advanced-filter-icon svg {
  width: 24px;
  height: 24px;
}
.estates-list .estates-list__item {
  position: relative;
  background-color: #fff;
  margin-bottom: 70px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  padding: 15px;
  display: flex;
}
.estates-list .estates-list__maininfos {
  display: flex;
  position: relative;
  flex-basis: 40%;
  border-right: 1px solid #E8EAED;
  padding-right: 15px;
}
.estates-list .estates-list__avatar {
  margin: 0;
  margin-right: 20px;
  width: 55px;
  height: 55px;
  min-width: 55px;
  overflow: hidden;
  position: relative;
  border-radius: 100%;
}
.estates-list .estates-list__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.estates-list .estates-list__status {
  font-size: 12px;
}
.estates-list .estates-list__taskid {
  font-size: 20px;
}
.estates-list .estates-list__deadlinetitle {
  font-size: 12px;
  margin-bottom: 5px;
}
.estates-list .estates-list__deadlineprogress {
  height: 15px;
  background-color: #E8EAED;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  max-width: 220px;
}
.estates-list .estates-list__deadlineprogressbar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: linear-gradient(to right, #1EEAAB, #25A77F);
}
.estates-list .estates-list__deadlineprogressbar.js-warning {
  background: linear-gradient(to right, #FFBB00, #FD8859);
}
.estates-list .estates-list__deadlineprogressbar.js-danger {
  background: linear-gradient(to right, #410F0F, #E71A1A);
}
.estates-list div.estates-list__buttoncontainer {
  position: absolute;
  bottom: -48px;
  left: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.estates-list div.estates-list__buttoncontainer .cbutton {
  box-shadow: none;
}
.estates-list .estates-list__button {
  padding: 10px;
  display: block;
  width: 100%;
  max-width: 250px;
}
.estates-list .estates-list__secondaryinfos {
  position: relative;
  flex-basis: 20%;
  font-size: 12px;
  color: #21364F;
  padding: 0 15px;
  flex-grow: 0;
}
.estates-list .estates-list__info-list {
  list-style: none;
  padding: 0;
  text-align: right;
}
.estates-list .estates-list__address {
  position: relative;
  bottom: 0;
  right: 0;
  text-align: right;
  width: 100%;
  margin-top: 5px;
}
.estates-list .estates-list__pictureszone {
  flex-basis: 40%;
  position: relative;
  overflow: hidden;
}
.estates-list .estates-list__pictureszone picture {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 49%;
  flex-grow: 0;
}
.estates-list .estates-list__pictureszone picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.estates-list .estates-list__pictureszone picture:first-child {
  left: 0;
}
.estates-list .estates-list__pictureszone picture:last-child {
  right: 0;
}
.estates-list .estates-list__progress-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.estates-list .estates-list__progress-icons li {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.estates-list .estates-lists__itemsloader {
  text-align: center;
  color: #36A9E1;
  font-size: 30px;
  padding-bottom: 30px;
  padding-top: 15px;
}
.estates-list .estates-lists__itemsloader i {
  opacity: 1;
  transition: 0.3s;
  will-change: opacity;
}
.estates-list .estates-lists__itemsloader--off i {
  opacity: 0;
}
@media all and (max-width: 1200px) {
  .estates-list .estates-list__item {
    flex-wrap: wrap;
    margin-bottom: 100px;
  }
  .estates-list .estates-list__avatar {
    display: none;
  }
  .estates-list .estates-list__maininfos {
    flex-basis: 50%;
    order: 1;
    border-right: 0;
    align-self: flex-end;
  }
  .estates-list .estates-list__button {
    position: relative;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    max-width: 250px;
    margin-top: 20px;
  }
  .estates-list .estates-list__secondaryinfos {
    flex-basis: 50%;
    order: 3;
    margin-top: 15px;
    margin-left: 50%;
    padding-left: 0;
  }
  .estates-list .estates-list__info-list {
    list-style: none;
    padding: 0;
    text-align: left;
  }
  .estates-list .estates-list__address {
    position: relative;
    bottom: 0;
    right: 0;
    text-align: left;
    padding-top: 10px;
    margin-top: 0;
  }
  .estates-list .estates-list__pictureszone {
    flex-basis: 50%;
    min-height: 100px;
    order: 2;
  }
}
@media screen and (max-width: 1020px) {
  .estates-list div.estates-list__buttoncontainer {
    bottom: -68px;
  }
  .estates-list div.estates-list__buttoncontainer .cbutton {
    padding: 1em;
  }
}
@media all and (max-width: 800px) {
  .estates-list .estates-list__item {
    display: block;
    margin-bottom: 45px;
  }
  .estates-list .estates-list__maininfos {
    padding-right: 0;
  }
  .estates-list .estates-list__secondaryinfos {
    margin: 15px 0;
    padding: 0;
  }
  .estates-list .estates-list__pictureszone {
    height: 20vw;
    min-height: 0;
  }
  .estates-list div.estates-list__buttoncontainer {
    position: relative;
    bottom: 0;
    margin-top: 10px;
  }
  .estates-list div.estates-list__buttoncontainer .cbutton {
    padding: 0.5em;
    font-size: 14px;
  }
  .estates-list .estates-list__advanced-filter {
    margin-bottom: 0;
  }
}
@media all and (max-width: 500px) {
  .estates-list div.estates-list__buttoncontainer {
    flex-direction: column;
  }
  .estates-list div.estates-list__buttoncontainer .cbutton {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .estates-list .estates-list__item {
    display: block;
    margin-bottom: 50px;
  }
}
@media all and (max-width: 450px) {
  .estates-list .estates-list__icon {
    width: 36px;
    height: 36px;
  }
  .estates-list .estates-lists__title {
    font-size: 16px;
    margin-left: 46px;
  }
  .estates-list .estates-list__taskid {
    font-size: 14px;
  }
  .estates-list .estates-list__secondaryinfos {
    margin: 15px 0;
    margin-left: 0;
    padding: 0;
  }
}
.active-tasks .active-tasks__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.active-tasks .active-tasks__item {
  position: relative;
  background-color: #fff;
  margin-bottom: 130px;
  margin-top: 80px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  padding: 15px;
  display: flex;
}
.active-tasks .active-tasks__status-task {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  left: 0;
  top: -50px;
  background: #fff;
  width: auto;
}
.active-tasks .active-tasks__status-task img {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  margin-right: 10px;
}
.active-tasks .active-tasks__status-task--green-back {
  background: linear-gradient(230deg, #19cb20 0%, #203651 100%);
  color: #fff;
}
.active-tasks .active-tasks__itemsloader {
  color: #fff;
  padding: 0;
  margin: 0;
  margin-left: 30px;
}
.active-tasks .active-tasks__maininfos {
  display: flex;
  position: relative;
  flex-basis: 40%;
  border-right: 1px solid #E8EAED;
  padding-right: 15px;
}
.active-tasks .active-tasks__active-task {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.active-tasks .active-tasks__active-task-icon svg {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
.active-tasks .active-tasks__taskid {
  font-size: 20px;
}
.active-tasks .active-tasks__deadlinetitle {
  font-size: 12px;
  margin-bottom: 5px;
}
.active-tasks .active-tasks__deadlineprogress {
  height: 20px;
  background-color: #E8EAED;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  width: 210px;
  max-width: 220px;
}
.active-tasks .active-tasks__deadlineprogressbar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: linear-gradient(to right, #1EEAAB, #25A77F);
}
.active-tasks .active-tasks__deadlineprogressbar.js-warning {
  background: linear-gradient(to right, #FFBB00, #FD8859);
}
.active-tasks .active-tasks__deadlineprogressbar.js-danger {
  background: linear-gradient(to right, #410F0F, #E71A1A);
}
.active-tasks .active-tasks__button {
  position: absolute;
  padding: 10px;
  bottom: -63px;
  left: -16px;
  display: block;
  width: 100%;
  max-width: 220px;
}
.active-tasks .active-tasks__secondaryinfos {
  position: relative;
  flex-basis: 20%;
  font-size: 12px;
  color: #21364F;
  padding: 0 15px;
  flex-grow: 0;
}
.active-tasks .active-tasks__info-list {
  list-style: none;
  padding: 0;
}
.active-tasks .active-tasks__pictureszone {
  flex-basis: 40%;
  position: relative;
  overflow: hidden;
}
.active-tasks .active-tasks__pictureszone picture {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 49%;
  flex-grow: 0;
}
.active-tasks .active-tasks__pictureszone picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.active-tasks .active-tasks__pictureszone picture:first-child {
  left: 0;
}
.active-tasks .active-tasks__pictureszone picture:last-child {
  right: 0;
}
@media all and (max-width: 1200px) {
  .active-tasks .active-tasks__item {
    flex-wrap: wrap;
  }
  .active-tasks .active-tasks__avatar {
    display: none;
  }
  .active-tasks .active-tasks__maininfos {
    flex-basis: 50%;
    order: 1;
    border-right: 0;
    align-self: flex-end;
  }
  .active-tasks .active-tasks__button {
    position: relative;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    max-width: 250px;
    margin-top: 20px;
  }
  .active-tasks .active-tasks__secondaryinfos {
    flex-basis: 50%;
    order: 3;
    margin-top: 15px;
    margin-left: 50%;
    padding-left: 0;
  }
  .active-tasks .active-tasks__info-list {
    list-style: none;
    padding: 0;
    text-align: left;
  }
  .active-tasks .active-tasks__address {
    position: relative;
    bottom: 0;
    right: 0;
    text-align: left;
    padding-top: 20px;
  }
  .active-tasks .active-tasks__pictureszone {
    flex-basis: 50%;
    min-height: 100px;
    order: 2;
  }
}
@media all and (max-width: 800px) {
  .active-tasks .active-tasks__item {
    display: block;
  }
  .active-tasks .active-tasks__maininfos {
    display: block;
    width: 50%;
    margin: 20px auto;
    padding-right: 0;
  }
  .active-tasks .active-tasks__deadlineprogress {
    width: 100%;
  }
  .active-tasks .active-tasks__secondaryinfos {
    margin: 15px 0;
    padding: 0;
  }
  .active-tasks .active-tasks__pictureszone {
    height: 20vw;
    min-height: 0;
  }
}
@media all and (max-width: 550px) {
  .active-tasks .active-tasks__maininfos {
    display: block;
    width: 100%;
    margin: 20px auto;
    padding-right: 0;
  }
  .active-tasks .active-tasks__button {
    max-width: 100%;
  }
  .active-tasks .active-tasks__itemsloader {
    display: none;
  }
}
@media all and (max-width: 450px) {
  .active-tasks .active-tasks__icon {
    width: 36px;
    height: 36px;
  }
  .active-tasks .active-tasks__title {
    font-size: 16px;
    margin-left: 46px;
  }
  .active-tasks .active-tasks__taskid {
    font-size: 14px;
  }
  .active-tasks .active-tasks__secondaryinfos {
    margin: 15px 0;
    margin-left: 0;
    padding: 0;
  }
}
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.accordion:hover {
  background-color: #ccc;
}
/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}
.plus__requested {
  color: #19cb20;
  margin-right: 10px;
}
.buttons-container {
  display: flex;
  flex-direction: column;
}
.buttons-container a {
  margin-bottom: 10px;
}
.buttons-container button {
  margin-top: 10px;
}
.plus {
  font-size: 13px;
}
.plus .fa-chevron-left,
.plus .fa-chevron-right {
  position: absolute;
  top: 30%;
  z-index: 5;
  display: block;
  font-size: 3em;
  cursor: pointer;
  color: #21364F;
}
.plus .fa-chevron-left:hover,
.plus .fa-chevron-right:hover {
  color: #BABABA;
}
.plus .fa-chevron-left {
  left: -2%;
}
.plus .fa-chevron-right {
  right: -2%;
}
.plus .slick-slide {
  margin: 0 1em;
}
.plus .plus__bonusform {
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto;
  gap: 1em 1em;
  margin: 1em auto 0;
}
.plus .plus__bonusform textarea {
  border: 1px solid #ddd;
  float: none;
  margin: 0;
  padding: 0.6em;
  width: 100%;
  height: 100%;
  resize: none;
}
.plus .plus__alertmessage {
  transform: translate(-50%);
  position: relative;
  left: 50%;
  margin: auto;
  display: inline-block;
  border: 1px solid #F40E0E;
  padding: 10px;
  font-weight: bold;
  color: #F40E0E;
}
.plus .plus__nophotoicon {
  width: 50%;
}
.plus .plus__nophotomessage {
  display: grid;
  font-size: 24px;
  text-align: center;
  width: 100%;
  place-items: center;
  position: relative;
  margin: 60px 0;
}
.plus .plus__nophotomessage svg {
  height: 100%;
  width: auto;
  display: block;
  margin: auto;
}
.plus .plus__nophotomessage svg path {
  fill: #21364F;
}
.plus .plus__btnboard {
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-columns: 100%;
  grid-template-rows: auto auto;
  grid-column-start: 2;
}
.plus .plus__btn {
  border: none;
  padding: 0.8em 1em;
}
.plus .plus__price {
  font-size: 1.5em;
  color: #36A9E1;
}
.plus .plus__canvasbuttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.plus .plus__canvasbuttons button {
  margin: 0.2em;
  border: none;
}
.plus .plus__canvaseditor {
  display: grid;
  grid-template-columns: 100%;
  margin: 1em 0 0;
}
.plus .plus__canvaseditor textarea {
  resize: none;
  border: 1px solid #BABABA;
  padding: 0.5em;
  margin-left: 1em;
}
.plus .plus__canvasview {
  display: grid;
  grid-template-columns: 100%;
  margin: 1em 0 0;
}
.plus .plus__canvascontainer {
  /* margin: 1em 0; */
  border: 1em solid #21364F;
}
.plus .plus__description {
  margin: 6em auto;
  text-align: center;
}
.plus .plus__description h2 {
  color: #21364F;
  font-weight: 800;
  margin: 1em;
}
.plus .plus__des-container {
  background-color: #21364F;
  display: flex;
  width: 100%;
  max-width: 722px;
  margin: 1em auto;
  justify-content: space-between;
  padding: 2em;
  align-items: center;
}
.plus .plus__des-container img {
  height: 35px;
}
.plus .plus__des-container p {
  color: #ffffff;
  font-weight: 700;
  text-align: start;
  padding-left: 26px;
  width: auto;
}
.plus .plus__des-container div {
  display: flex;
  align-items: center;
  position: relative;
}
.plus .plus__des-container .cbutton:hover {
  background: #1e6894;
}
.plus .plus__questions {
  color: #009EE2;
  position: absolute;
  top: 0;
  right: -16px;
}
.plus .plus__questions:hover {
  color: #fff;
}
.plus .plus__sugcontent {
  display: flex;
  justify-content: center;
  position: relative;
  width: 75%;
  height: auto;
  margin: 0 auto;
}
.plus .plus__text {
  font-weight: 300;
  color: #21364F;
  text-align: center;
  margin: 0 auto 35px;
  max-width: 400px;
}
.plus .plus__sugcontainer {
  width: 33%;
  text-align: center;
}
.plus .plus__stamp {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.plus .plus__sug {
  position: relative;
  margin: 6em 0;
  background-color: #EDEDED;
  padding: 5em 2em;
}
.plus .plus__sug h3 {
  font-weight: 800;
  text-align: center;
  padding-bottom: 5em;
  color: #21364F;
}
.plus .plus__sugtext {
  height: auto;
}
.plus .plus__sugtext h2 {
  background-color: #21364F;
  color: #fff;
  padding: 1.5em 1em;
}
.plus .plus__sugtext p {
  text-align: center;
  font-weight: 300;
  padding: 1em;
}
.plus .plus__sugtext a {
  display: inline-block;
}
.plus .plus__video {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  grid-gap: 2em;
  margin: 6em auto;
  width: 70%;
  justify-items: center;
  align-items: center;
}
.plus .plus__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.plus .plus__video div:nth-child(3) {
  order: 4;
}
.plus .plus__imagecontainer {
  width: 100%;
  height: 100%;
}
.plus .plus__videoiframe {
  position: relative;
  padding-bottom: 66%;
  width: 100%;
  height: 0;
}
.plus .plus__videotext {
  color: #21364F;
}
.plus .plus__videotext h3 {
  font-weight: 800;
  padding-bottom: 1em;
}
.plus .plus__videotext p {
  font-weight: 300;
}
.plus .plus__photocontainer {
  position: relative;
}
.plus .photo-selected {
  /* border: 5px solid @green; */
}
.plus .photo-selected:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.5em;
  color: #fff;
  content: "\f00c";
  position: absolute;
  text-align: center;
  border-radius: 0 0 0 0.3em;
  top: 0;
  right: 0;
  padding: 0.1em 0.2em 0.2em 0.4em;
  background: #19cb20;
}
.plus .photo-selected img {
  width: 100%;
  height: 100%;
}
.plus .plus__photogallery > div {
  float: left;
  width: 25%;
  padding: 0.2em;
}
.plus .plus__imageeditor {
  margin: 4em 2em;
}
.plus .plus__retouchphoto {
  position: relative;
  font-size: 16px;
}
.plus .plus__retouch-btncontainer {
  position: absolute;
  right: 0.2em;
  bottom: 0.2em;
  background: rgba(255, 255, 255, 0.8);
  padding: 0.2em;
  border-radius: 5px 0 0 0;
  z-index: 1;
  bottom: 0;
  right: 0;
}
.plus .plus__retouch-btncontainer a {
  position: relative;
  color: #21364F;
  text-decoration: none;
  margin: 0.5em;
}
.plus .plus__retouch-btncontainer:hover {
  background: #21364F;
}
.plus .plus__retouch-btncontainer:hover a {
  color: #fff;
}
.plus .plus__retouch-btncontainer:hover a:hover {
  color: #36A9E1;
}
@media screen and (max-width: 1200px) {
  .plus .plus__sugcontent,
  .plus .plus__video {
    width: 95%;
  }
}
@media screen and (max-width: 950px) {
  .plus {
    margin: 2em auto;
    width: 90%;
  }
  .plus .plus__photogallery > div {
    float: left;
    width: 25%;
    padding: 0.2em;
  }
  .plus .plus__video {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .plus .plus__description {
    margin: 4em 0;
  }
  .plus .plus__des-container {
    max-width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .plus {
    /* .plus__sug {
		margin: 6em 0;
	} */
  }
  .plus .plus__photogallery > div {
    float: left;
    width: 33.33%;
    padding: 0.2em;
  }
  .plus .plus__description {
    margin: 4em 0;
  }
}
@media screen and (max-width: 650px) {
  .plus .fa-chevron-right,
  .plus .fa-chevron-left {
    font-size: 2em;
    top: 40%;
  }
  .plus .fa-chevron-left {
    left: -3%;
  }
  .plus .fa-chevron-right {
    right: -3%;
  }
  .plus .plus__des-container {
    flex-direction: column;
    padding: 1em 2em;
  }
  .plus .plus__des-container > * {
    margin: 0.5em 0;
  }
  .plus .plus__video {
    grid-template-columns: auto;
    grid-template-rows: auto auto auto auto;
  }
  .plus .plus__video div:nth-child(1) {
    order: 1;
  }
  .plus .plus__video div:nth-child(2) {
    order: 2;
  }
  .plus .plus__video div:nth-child(3) {
    order: 3;
  }
  .plus .plus__video div:nth-child(4) {
    order: 4;
  }
  .plus .plus__photogallery > div {
    float: left;
    width: 50%;
    padding: 0.2em;
  }
  .plus .plus__canvasbuttons {
    font-size: 24px;
  }
  .plus .plus__canvasbuttons button {
    padding: 0.5em 0.75em;
  }
  .plus .plus__canvasbuttons span {
    display: none;
  }
  .plus .plus__canvaseditor {
    display: grid;
    grid-template-columns: 100%;
    margin: 1em 0 0;
  }
  .plus .plus__canvaseditor textarea {
    margin: 1em 0 0;
  }
  .plus .plus__bonusform {
    grid-template-columns: 35% 1fr;
  }
}
@media screen and (max-width: 450px) {
  .plus .plus__btnboard {
    grid-column-start: 1;
  }
  .plus .plus__des-container div {
    flex-direction: column;
    justify-content: center;
  }
  .plus .plus__des-container p {
    text-align: center;
    padding: 0.5em 0;
  }
  .plus .plus__bonusform {
    grid-template-columns: 100%;
  }
  .plus .plus__photogallery {
    overflow-y: auto;
    height: 450px;
  }
  .plus .plus__photogallery > div {
    float: left;
    width: 100%;
    padding: 0.2em 0;
  }
  .plus .plus__canvasbuttons {
    font-size: 24px;
  }
  .plus .plus__retouchphoto {
    font-size: 21px;
  }
  .plus .plus__retouch-btncontainer {
    right: 0;
  }
  .plus .plus__nophotoicon {
    width: 60%;
  }
  .plus .plus__nophotomessage {
    display: grid;
    font-size: 24px;
    text-align: center;
    width: 100%;
    place-items: center;
    position: relative;
    margin: 60px 0;
  }
  .plus .plus__nophotomessage svg {
    height: 100%;
    width: auto;
    display: block;
    margin: auto;
  }
}
.plus--app {
  width: 70%;
  z-index: 5;
  background: #fff;
}
@media screen and (max-width: 950px) {
  .plus--app {
    width: 80%;
  }
}
@media screen and (max-width: 950px) {
  .plus--app {
    width: 90%;
  }
}
.photos {
  display: flex;
  font-size: 15px;
  /*For dragdrop section in customdm view*/
  /*Next selector is a common element for all categories*/
}
.photos--dragdrop {
  bottom: -50%;
  position: relative;
}
.photos .photos__menu {
  width: 30%;
  text-align: end;
  padding: 5em 2.5em;
  border-right: 1px solid #EDEDED;
  display: flex;
  flex-direction: column;
}
.photos .photos__menu a {
  position: relative;
  font-size: 1em;
  font-weight: 300;
  color: #444;
  width: auto;
}
.photos .photos__menu a > div {
  display: inline-block;
  border-bottom: 1px solid #fff;
}
.photos .photos__menu a:not(:last-child) {
  padding-bottom: 2.6em;
}
.photos .photos__menu a:hover > div {
  border-bottom: 1px solid #444;
}
.photos .photos__menu span {
  position: absolute;
  background-color: #009EE2;
  border-radius: 50%;
  text-align: center;
  font-size: 0.7em;
  min-width: 1.7em;
  color: #fff;
  left: -1em;
  top: -1.75em;
  padding: 0.3em;
  font-weight: 700;
}
.photos .photos__menu .photos__selected {
  color: #009EE2;
  font-weight: 900;
  padding-left: 0.66em;
}
.photos .photos__content {
  width: 70%;
  margin: 3.33em 4.33em;
}
.photos .photos__titlesection {
  width: 90%;
  margin: 0 auto 3em;
  font-size: 1.25em;
  font-weight: 800;
  color: #444;
  margin: 0 0 3em;
}
.photos .photos__albumheader {
  padding: 20px 0;
  clear: both;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 0.6em);
  margin: auto;
}
.photos h2.photos__albumtitle {
  clear: both;
  font-weight: 300;
  font-size: 1em;
  color: #009EE2;
  margin: 0;
}
.photos h2.photos__albumtitle--uglyphotos {
  width: 70%;
  margin: 0 auto;
}
.photos .photos__counternumber {
  display: inline-block;
  width: auto;
  position: relative;
}
.photos .photos__file {
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
}
.photos .photos__file .file {
  position: relative;
  display: inline-block;
  cursor: pointer;
  height: 2.5rem;
  width: auto;
}
.photos .photos__file .file .file-custom:after {
  content: "Ajouter une photo";
  color: #fff;
}
.photos .photos__file .file .file-custom:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 11px;
  bottom: 0;
  z-index: 6;
  display: block;
  content: "+";
  height: 24px;
  padding: 0.05rem 0.5rem;
  line-height: 1.6;
  color: #21364F;
  background-color: #ffffff;
  border-radius: 50%;
}
.photos .photos__file .file .file-custom:hover:before {
  background-color: #36A9E1;
  color: #fff;
}
.photos .photos__file .file .file input:focus ~ .file-custom {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
}
.photos .photos__file .file input {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
  margin: 0;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
}
.photos .photos__file .file .file-custom {
  position: relative;
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 25px;
  padding: 0.5rem 3rem 0.5em 2.8em;
  line-height: 1.5;
  color: #555;
  background-color: #21364F;
  border: 0.075rem solid #ddd;
  box-shadow: inset 0 0.2rem 0.4rem rgba(0, 0, 0, 0.05);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 100%;
}
.photos .photos__file .file .file-custom--addphoto {
  display: inline-block;
  width: 100%;
  left: 0;
  padding: 0.5rem 3rem 0.5rem 0.5rem;
}
.photos .photos__album {
  margin: 2em 0 6em;
  min-height: 100px;
}
.photos .photos__album > div {
  width: 20%;
  height: auto;
  float: left;
  padding: 0.5em;
  background: #fff;
  transition: background 0.3s linear;
}
.photos .photos__album > div:hover {
  background: #009EE2;
}
.photos .photos__album div {
  position: relative;
}
.photos .photos__album img {
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0;
  /* cursor: pointer; */
  transition: all 0.2s linear;
  width: 100%;
  height: 100%;
  /* transform: scale(1);
			will-change: transform; */
  /* &:hover {
				transform: scale(1.2);
			} */
}
.photos .photos__photocontainer a:hover .photos__zoom-icon {
  display: block;
}
.photos .photos__photocontainer img {
  height: 100%;
}
.photos .photos__zoom-icon {
  display: none;
  position: absolute;
  top: 3.5%;
  left: 3.5%;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  background: #21364F;
  padding: 5px;
  transform: scale(1);
  transition: transform 0.3s;
}
.photos .photos__zoom-icon:hover {
  transform: scale(1.2);
}
.photos .photos__ministage-icon {
  position: absolute;
  z-index: 5;
  display: block;
  width: 3.3em;
  height: 3em;
  top: 0.5em;
  right: 0.5em;
  color: #fff;
  background: #009EE2;
  padding: 0.5em 0.5em 1.25em 1.25em;
  font-size: 14px;
  border-radius: 0 0 0 100%;
  border: none;
}
.photos .photos__ministage-icon:hover {
  background: #21364F;
}
.photos .photos__nophotosbox {
  color: #21364F;
  margin: 2em 0 0;
}
.photos .photos__nophotosbox h2 {
  margin: 1em 0;
}
.photos .photos__nophotosbox i {
  color: #36A9E1;
  opacity: 0.5;
  font-size: 10em;
}
.photos .photos__ghostclass {
  background: #36A9E1;
}
.photos .photos__chosenclass {
  background: #21364F;
}
.photos .photos__modal {
  position: fixed;
  background-color: #21364F;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  justify-content: center;
  align-items: center;
  display: none;
}
.photos .photos__modalcontent {
  width: 100%;
  z-index: 5;
  background: #fff;
  text-align: center;
  padding: 2em;
}
.photos .photos__modal-img {
  position: fixed;
  background-color: #21364fdb;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  justify-content: center;
  align-items: center;
  display: none;
}
.photos .photos__modal-img div {
  text-align: center;
  font-weight: 700;
}
.photos .photos__modal-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.photos .photos__modal-img p {
  padding: 20px 0;
}
.photos .photos__modal-img .plus__canvaseditor {
  margin-top: 10px;
}
.photos .photos__modal-img .plus__canvaseditor img {
  width: 100%;
  height: 100%;
}
.photos .photos__modal-img .plus__canvasbuttons > .cbutton {
  margin-right: 10px;
}
.photos .photos__modalclosebtn {
  z-index: 5;
  color: #ffffff;
  position: absolute;
  color: #fff;
  top: 31px;
  right: 65px;
  font-size: 36px;
}
.photos .photos__modalclosebtn:hover {
  color: #009EE2;
}
.photos .photos__modalbackground {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.photos .photos__modal-img--app {
  width: 60%;
}
.photos .photos__modalphotoscontainer {
  height: 400px;
  padding: 2em;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  display: grid;
  grid-gap: 2em;
  border: 1px solid #eee;
  margin: 6.5em 0 1em;
  overflow: hidden;
  overflow-y: auto;
}
.photos .photos__itemphoto {
  position: relative;
}
.photos .photos__itemphoto a {
  position: absolute;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  top: 0.7em;
  right: 0.7em;
  line-height: 0;
  font-size: 12px;
  border-radius: 50%;
  padding: 0.3em;
  color: #fff;
  background: #36A9E1;
}
.photos .photos__itemphoto a:hover {
  background: #21364F;
}
.photos .photos__itemphoto img {
  width: 100%;
  height: 8em;
  border: 1px solid #eee;
  -o-object-fit: cover;
     object-fit: cover;
}
.photos .photos__itemphotoselect select {
  font-size: 12px;
  margin: 0;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  padding: 0.5em;
  background: #EDEDED;
}
.photos .photos__itemphotoselect option {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.photos .photos__removableslider {
  margin: 2em auto 0;
  width: 70%;
}
.photos .photos__removablenavslider {
  margin: 0.5em auto 0;
  width: 70%;
}
.photos .photos__removablenavslider .slick-slide img {
  height: 8em;
  margin: 0 0.3em;
  /* &:nth-child(1) {
					margin: 0;
				} */
}
.photos .fa-chevron-left,
.photos .fa-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: block;
  font-size: 3em;
  cursor: pointer;
  color: #36A9E1;
}
.photos .fa-chevron-left:hover,
.photos .fa-chevron-right:hover {
  color: #BABABA;
}
.photos .fa-chevron-left {
  left: -6%;
}
.photos .fa-chevron-right {
  right: -6%;
}
.photos .photos__staging {
  display: grid;
  grid-template-columns: 5fr 1fr 5fr;
  grid-template-rows: auto;
  justify-items: center;
  align-items: center;
  gap: 1em;
  margin-top: 4em;
  /* width: 80%; */
  width: 100%;
}
.photos .photos__staging div {
  color: #fff;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
.photos .photos__staging p {
  padding: 1em 0;
  background-color: #21364F;
}
.photos .photos__staging--modal {
  width: 70%;
  padding: 0 2em 2em;
}
.photos div.photos__staging-line {
  display: grid;
  place-items: center;
  background: transparent;
  padding: 0;
  margin: 0;
}
.photos div.photos__staging-line svg {
  min-width: 6em;
}
.photos div.photos__staging-line svg path {
  fill: #36A9E1;
}
.photos .photos__group-box {
  height: 80vh;
  overflow-y: auto;
  background: #FFF;
  width: 100%;
  padding-bottom: 20px;
}
.photos .photos__category {
  float: left;
  width: 97%;
  height: 50%;
  margin: 20px 0 0 2%;
}
.photos .photos__category li {
  width: 47.5%;
  margin-bottom: 15px;
}
.photos .photos__category-title {
  display: flex;
  justify-content: space-between;
  background: #21364F;
  padding: 15px;
  position: relative;
}
.photos .photos__category-comment {
  position: absolute;
  top: 35%;
  right: 17%;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
}
.photos .photos__category-comment--with-comment {
  color: #63dd1dee;
}
.photos .photos__category-title-text {
  position: relative;
  color: #FFF;
  font-size: 18px;
  letter-spacing: 0.03em;
  width: 50%;
}
.photos .photos__category-title-num {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E8EAED;
  color: #1aa2e7;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 900;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  right: 25%;
  position: absolute;
  top: 15%;
}
.photos .photos__category-main-photo {
  background: gray;
  display: none;
}
.photos .photos__scroll-container {
  height: 250px;
  overflow-y: auto;
}
.photos .photos__category-list-photos {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.photos .photos__category-list-photos > li:nth-child(odd) {
  margin-right: 5%;
}
.photos .photos__files-photo[aria-grabbed="true"] a div {
  background-size: contain;
  border: 5px solid #1aa2e7;
}
.photos .photos__files-photo.photos__files-photo--hide {
  display: none;
}
.photos .photos__files-openphoto {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 3;
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #1aa2e7;
  border-radius: 50%;
  font-size: 12px;
}
.photos .photos__files-openphoto--multistatic {
  position: absolute;
  right: 5%;
  top: 25%;
  cursor: pointer;
}
.photos .photos__files-favoritephoto {
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 3;
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #1aa2e7;
  border-radius: 50%;
  font-size: 12px;
}
.photos .photos__files-immontrablephoto {
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 3;
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #1aa2e7;
  border-radius: 50%;
  font-size: 12px;
}
.photos .photos__files-starphoto {
  position: absolute;
  bottom: 5px;
  left: 40%;
  z-index: 3;
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #1aa2e7;
  border-radius: 50%;
  font-size: 12px;
}
.photos .img-drag {
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .photos .photos__album > div {
    width: 25%;
  }
  .photos .photos__staging {
    width: 100%;
  }
  .photos .photos__staging--modal {
    width: 70%;
  }
  .photos .photos__modalphotoscontainer {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 1200px) {
  .photos {
    /*         .photos__modalcontent {
            width: 80%;
        } */
  }
  .photos .photos__album > div {
    width: 33.33%;
  }
  .photos h2.photos__albumtitle--uglyphotos {
    width: 85%;
    margin: 0 auto;
  }
  .photos .photos__removableslider {
    margin: 2em auto 0;
    width: 85%;
  }
  .photos .photos__removablenavslider {
    margin: 0.5em auto 0;
    width: 85%;
  }
  .photos .photos__removablenavslider .slick-slide img {
    height: 8em;
    margin: 0 0.3em;
  }
  .photos .photos__staging--modal {
    width: 70%;
  }
}
@media screen and (max-width: 950px) {
  .photos {
    flex-direction: column;
  }
  .photos .photos__albumheader {
    width: calc(90% - 1em);
    margin: 2em auto;
  }
  .photos .photos__albumheader--aligncenter {
    justify-content: center;
  }
  .photos .photos__album {
    margin: 2em 5%;
    height: 300px;
    overflow: hidden;
    overflow-y: auto;
  }
  .photos .photos__titlesection {
    width: 90%;
    margin: 0 auto 3em;
  }
  .photos .photos__menu {
    display: inline-block;
    width: auto;
    text-align: center;
    padding: 40px 20px;
    border-bottom: 1px solid #ededed;
    border-right: none;
  }
  .photos .photos__menu a {
    font-size: 16px;
    display: block;
    text-align: center;
  }
  .photos .photos__menu .photos__menu a:not(:last-child) {
    margin: 0 1em;
    padding-bottom: 1em;
  }
  .photos .photos__content {
    width: 100%;
    margin: 50px 0;
    text-align: center;
    flex-direction: column;
  }
  .photos .photos__staging {
    display: grid;
    grid-template-columns: 100%;
    /* grid-template-rows: auto 7em auto; */
    width: 80%;
    margin: 0 auto 6em;
    border-bottom: 1px solid #eee;
    padding-bottom: 6em;
  }
  .photos .photos__staging--modal {
    width: 50%;
  }
  .photos .photos__staging--modal > div {
    justify-self: center;
  }
  .photos div.photos__staging-line svg {
    transform: rotate(90deg);
    height: 7em;
  }
  .photos div.photos__staging-line--modal svg {
    position: relative;
    top: 1em;
  }
}
@media screen and (max-width: 768px) {
  .photos .photos__modalphotoscontainer {
    grid-template-columns: 1fr 1fr;
  }
  .photos .photos__album {
    margin: 2em 5%;
  }
  .photos .photos__album > div {
    width: 50%;
  }
  .photos .photos__albumheader {
    flex-direction: column;
  }
  .photos .photos__removableslider {
    margin: 2em auto 0;
    width: 80%;
  }
  .photos .photos__removablenavslider {
    margin: 0.5em auto 0;
    width: 80%;
  }
  .photos .photos__removablenavslider .slick-slide img {
    height: 6em;
    margin: 0 0.3em;
  }
}
@media screen and (max-width: 650px) {
  .photos .photos__modal-img a {
    top: 20px;
    right: 80px;
  }
}
@media screen and (max-width: 600px) {
  .photos .photos__ministage-icon {
    top: 0.6em;
    right: 0.7em;
    font-size: 11px;
  }
  .photos .photos__staging--modal {
    width: 80%;
    padding: 0.4em 1em 1em;
  }
  .photos .photos__modalcontent {
    padding: 1em;
  }
  .photos .photos__modalphotoscontainer {
    height: 400px;
    padding: 1em;
    grid-template-columns: 1fr;
    display: grid;
  }
  .photos .photos__itemphoto img {
    width: 100%;
    height: 30vw;
    border: 1px solid #eee;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .photos .photos__itemphotoselect select {
    font-size: 12px;
    margin: 0;
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    padding: 0.5em;
    background: #EDEDED;
  }
  .photos .photos__itemphotoselect option {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: #fff;
    border-bottom: 1px solid #eee;
  }
}
@media screen and (max-width: 500px) {
  .photos .photos__album {
    height: 265px;
  }
  .photos .photos__titlesection {
    width: 90%;
    margin: 0 auto 3em;
  }
  .photos .photos__file {
    width: 100%;
  }
  .photos .fa-chevron-left,
  .photos .fa-chevron-right {
    font-size: 2em;
  }
  .photos .fa-chevron-left {
    left: -7%;
  }
  .photos .fa-chevron-right {
    right: -7%;
  }
  .photos .photos__staging {
    grid-template-rows: auto 5em auto;
  }
}
@media screen and (max-width: 400px) {
  .photos .photos__removablenavslider .slick-slide img {
    height: 4em;
    margin: 0 0.3em;
  }
}
.cover-container {
  position: relative;
  height: 350px;
  width: 100%;
  background-color: gray;
}
.cover__photo-2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 50%;
  height: 100%;
}
.cover__photo-2-imgtop {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 49.5%;
  height: 49%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cover__photo-2-imgbottom {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 49.5%;
  height: 49%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cover__divisorline {
  position: absolute;
  top: 49%;
  right: 0;
  z-index: 5;
  width: 49.5%;
  height: 2%;
  background: #fff;
}
.cover__divisorline--height {
  position: absolute;
  top: 0%;
  left: 50%;
  z-index: 5;
  width: 1.3%;
  height: 100%;
  background: #fff;
}
.dragging {
  opacity: 0.5;
  /* Cambia la opacidad para mostrar que está siendo arrastrado */
  border: 2px dashed #000;
  /* Agrega un borde para indicar arrastre */
}
.photos__one-category {
  background: #fff;
  height: calc(100% - 20px);
  list-style: none;
  margin: 20px auto 0;
  padding: 0;
}
.photos__one-category li {
  float: left;
  position: relative;
  width: 48%;
  margin-top: 0;
  margin-bottom: 15px;
}
.photos__one-category li:nth-child(odd) {
  margin-left: 0;
  margin-right: 2%;
}
.photos__one-category li:nth-child(even) {
  margin-left: 0;
  margin-right: 0;
}
.photos__one-category a div {
  height: 120px;
  background-color: #DDD;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.photos__one-category a:hover div {
  background-size: contain;
  border: 5px solid #1aa2e7;
}
/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}
/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}
/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
/* Add Animation - Zoom in the Modal */
.modal-content,
#caption {
  -webkit-animation-name: zoom;
          animation-name: zoom;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.photo-editing .photo-editing__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.photo-editing .photo-editing__item {
  position: relative;
  background-color: #fff;
  margin-bottom: 130px;
  margin-top: 80px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  padding: 15px;
  display: flex;
}
.photo-editing .photo-editing__item--seleted {
  background-color: #aadeac;
}
.photo-editing .active-tasks__status-task {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  left: 0;
  top: -50px;
  background: #fff;
}
.photo-editing .active-tasks__status-task img {
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  margin-right: 10px;
}
.photo-editing .active-tasks__maininfos {
  display: flex;
  position: relative;
  flex-basis: 40%;
  border-right: 1px solid #E8EAED;
  padding-right: 15px;
}
.photo-editing .active-tasks__active-task {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.photo-editing .active-tasks__active-task-icon svg {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
.photo-editing .active-tasks__taskid {
  font-size: 20px;
}
.photo-editing .active-tasks__deadlinetitle {
  font-size: 12px;
  margin-bottom: 5px;
}
.photo-editing .active-tasks__deadlineprogress {
  height: 20px;
  background-color: #E8EAED;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  width: 210px;
  max-width: 220px;
}
.photo-editing .active-tasks__deadlineprogressbar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: linear-gradient(to right, #1EEAAB, #25A77F);
}
.photo-editing .active-tasks__deadlineprogressbar.js-warning {
  background: linear-gradient(to right, #FFBB00, #FD8859);
}
.photo-editing .active-tasks__deadlineprogressbar.js-danger {
  background: linear-gradient(to right, #410F0F, #E71A1A);
}
.photo-editing .photo-editing__button {
  position: absolute;
  padding: 10px 20px;
  bottom: -63px;
  left: -16px;
  display: block;
  width: 100%;
  font-size: 14px;
  text-align: left;
}
.photo-editing .active-tasks__secondaryinfos {
  position: relative;
  flex-basis: 20%;
  font-size: 12px;
  color: #21364F;
  padding: 0 15px;
  flex-grow: 0;
}
.photo-editing .active-tasks__info-list {
  list-style: none;
  padding: 0;
}
.photo-editing .active-tasks__pictureszone {
  flex-basis: 40%;
  position: relative;
  overflow: hidden;
}
.photo-editing .active-tasks__pictureszone picture {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 49%;
  flex-grow: 0;
}
.photo-editing .active-tasks__pictureszone picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.photo-editing .active-tasks__pictureszone picture:first-child {
  left: 0;
}
.photo-editing .active-tasks__pictureszone picture:last-child {
  right: 0;
}
@media all and (max-width: 1400px) {
  .photo-editing .photo-editing__button {
    position: relative;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    max-width: 250px;
    margin-top: 20px;
  }
}
@media all and (max-width: 1200px) {
  .photo-editing .photo-editing__item {
    flex-wrap: wrap;
  }
  .photo-editing .active-tasks__avatar {
    display: none;
  }
  .photo-editing .active-tasks__maininfos {
    flex-basis: 50%;
    order: 1;
    border-right: 0;
    align-self: flex-end;
  }
  .photo-editing .active-tasks__secondaryinfos {
    flex-basis: 50%;
    order: 3;
    margin-top: 15px;
    margin-left: 50%;
    padding-left: 0;
  }
  .photo-editing .active-tasks__info-list {
    list-style: none;
    padding: 0;
    text-align: left;
  }
  .photo-editing .active-tasks__pictureszone {
    flex-basis: 50%;
    min-height: 100px;
    order: 2;
  }
}
@media all and (max-width: 800px) {
  .photo-editing .photo-editing__item {
    display: block;
  }
  .photo-editing .active-tasks__maininfos {
    display: block;
    width: 50%;
    margin: 20px auto;
    padding-right: 0;
  }
  .photo-editing .active-tasks__deadlineprogress {
    width: 100%;
  }
  .photo-editing .active-tasks__secondaryinfos {
    margin: 15px 0;
    padding: 0;
  }
  .photo-editing .active-tasks__pictureszone {
    height: 20vw;
    min-height: 0;
  }
}
@media all and (max-width: 550px) {
  .photo-editing .active-tasks__maininfos {
    display: block;
    width: 100%;
    margin: 20px auto;
    padding-right: 0;
  }
  .photo-editing .photo-editing__button {
    max-width: 100%;
  }
}
@media all and (max-width: 450px) {
  .photo-editing .active-tasks__icon {
    width: 36px;
    height: 36px;
  }
  .photo-editing .active-tasks__title {
    font-size: 16px;
    margin-left: 46px;
  }
  .photo-editing .active-tasks__taskid {
    font-size: 14px;
  }
  .photo-editing .active-tasks__secondaryinfos {
    margin: 15px 0;
    margin-left: 0;
    padding: 0;
  }
}
.my-tasks-history {
  padding-bottom: 60px;
}
.my-tasks-history .my-tasks-history__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.my-tasks-history .my-tasks-history__item {
  position: relative;
  background-color: #fff;
  margin-bottom: 180px;
  margin-top: 80px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  padding: 15px;
  display: flex;
}
.my-tasks-history .my-tasks-history__status-task {
  font-family: "Burbank Big Regular", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  position: absolute;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.2);
  padding: 15px 30px;
  left: 0;
  top: -46px;
  background: #fff;
  width: auto;
}
.my-tasks-history .my-tasks-history__maininfos {
  display: flex;
  position: relative;
  flex-basis: 40%;
  border-right: 1px solid #E8EAED;
  padding-right: 15px;
}
.my-tasks-history .my-tasks-history__active-task,
.my-tasks-history .my-tasks-history__finished-task {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.my-tasks-history .my-tasks-history__active-task-icon,
.my-tasks-history .my-tasks-history__finished-task-icon {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
.my-tasks-history .my-tasks-history__taskid {
  font-size: 20px;
}
.my-tasks-history .my-tasks-history__deadlinetitle {
  font-size: 12px;
  margin-bottom: 5px;
}
.my-tasks-history .my-tasks-history__deadlineprogress {
  height: 20px;
  background-color: #E8EAED;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  width: 210px;
  max-width: 220px;
}
.my-tasks-history .my-tasks-history__deadlineprogressbar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: linear-gradient(to right, #1EEAAB, #25A77F);
}
.my-tasks-history .my-tasks-history__deadlineprogressbar.js-warning {
  background: linear-gradient(to right, #FFBB00, #FD8859);
}
.my-tasks-history .my-tasks-history__deadlineprogressbar.js-danger {
  background: linear-gradient(to right, #410F0F, #E71A1A);
}
.my-tasks-history .my-tasks-history__secondaryinfos {
  position: relative;
  flex-basis: 20%;
  font-size: 12px;
  color: #21364F;
  padding: 0 15px;
  flex-grow: 0;
}
.my-tasks-history .my-tasks-history__info-list {
  list-style: none;
  padding: 0;
}
.my-tasks-history .my-tasks-history__pictureszone {
  flex-basis: 40%;
  position: relative;
  overflow: hidden;
}
.my-tasks-history .my-tasks-history__pictureszone picture {
  display: block;
  position: absolute;
  top: -10px;
  height: 100%;
  width: 49%;
  flex-grow: 0;
}
.my-tasks-history .my-tasks-history__pictureszone picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.my-tasks-history .my-tasks-history__pictureszone picture:first-child {
  left: 0;
}
.my-tasks-history .my-tasks-history__pictureszone picture:last-child {
  right: 0;
}
.my-tasks-history .my-tasks-history__rating-box {
  font-family: "Burbank Big Regular", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: #278eba;
  color: #fff;
  position: absolute;
  bottom: -48px;
  left: 0;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  width: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.my-tasks-history .my-tasks-history__title-stars {
  margin-right: 15px;
}
.my-tasks-history .my-tasks-history__btn-box {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  left: 0;
  bottom: -48px;
  width: 100%;
}
.my-tasks-history .my-tasks-history__button {
  padding: 10px 20px;
  margin-right: 10px;
  display: block;
  text-align: left;
}
@media all and (max-width: 1200px) {
  .my-tasks-history .my-tasks-history__item {
    flex-wrap: wrap;
  }
  .my-tasks-history .my-tasks-history__avatar {
    display: none;
  }
  .my-tasks-history .my-tasks-history__maininfos {
    flex-basis: 50%;
    order: 1;
    border-right: 0;
    align-self: flex-end;
  }
  .my-tasks-history .my-tasks-history__button {
    position: relative;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    max-width: 250px;
    margin-top: 20px;
  }
  .my-tasks-history .my-tasks-history__secondaryinfos {
    flex-basis: 50%;
    order: 3;
    margin-top: 15px;
    margin-left: 50%;
    padding-left: 0;
  }
  .my-tasks-history .my-tasks-history__info-list {
    list-style: none;
    padding: 0;
    text-align: left;
  }
  .my-tasks-history .my-tasks-history__pictureszone {
    flex-basis: 50%;
    min-height: 100px;
    order: 2;
  }
}
@media all and (max-width: 800px) {
  .my-tasks-history .my-tasks-history__item {
    display: block;
  }
  .my-tasks-history .my-tasks-history__maininfos {
    display: block;
    width: 50%;
    margin: 20px auto;
    padding-right: 0;
  }
  .my-tasks-history .my-tasks-history__deadlineprogress {
    width: 100%;
  }
  .my-tasks-history .my-tasks-history__secondaryinfos {
    margin: 15px 0;
    padding: 0;
  }
  .my-tasks-history .my-tasks-history__pictureszone {
    height: 20vw;
    min-height: 0;
  }
  .my-tasks-history .my-tasks-history__rating-box {
    font-family: "Burbank Big Regular", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: #278eba;
    color: #fff;
    position: absolute;
    bottom: -48px;
    left: 0;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    width: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  }
  .my-tasks-history .my-tasks-history__btn-box {
    position: absolute;
    display: flex;
    justify-content: space-between;
    left: 0;
    bottom: -48px;
    width: 100%;
  }
  .my-tasks-history .my-tasks-history__button {
    padding: 10px 20px;
    margin-right: 0;
    display: block;
    text-align: left;
    width: 50%;
  }
}
@media all and (max-width: 600px) {
  .my-tasks-history .my-tasks-history__maininfos {
    display: block;
    width: 100%;
    margin: 20px auto;
    padding-right: 0;
  }
  .my-tasks-history .my-tasks-history__rating-box {
    font-family: "Burbank Big Regular", Arial, Helvetica, sans-serif;
    text-align: center;
    position: relative;
    bottom: -70px;
    left: -15px;
    display: block;
    padding: 20px;
    width: calc(100% + 30px);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  }
  .my-tasks-history .my-tasks-history__btn-box {
    position: relative;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-top: 20px;
  }
  .my-tasks-history .my-tasks-history__button {
    padding: 10px 20px;
    margin: 0;
    display: block;
    text-align: left;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .my-tasks-history .my-tasks-history__item--finished-task {
    margin-bottom: 120px;
  }
}
@media all and (max-width: 450px) {
  .my-tasks-history .my-tasks-historys__icon {
    width: 36px;
    height: 36px;
  }
  .my-tasks-history .my-tasks-history__title {
    font-size: 16px;
    margin-left: 46px;
  }
  .my-tasks-history .my-tasks-history__taskid {
    font-size: 14px;
  }
  .my-tasks-history .my-tasks-history__secondaryinfos {
    margin: 15px 0;
    margin-left: 0;
    padding: 0;
  }
}
.picture-manager {
  margin-bottom: 40px;
}
.picture-manager .picture-manager__section {
  position: relative;
  background-color: #fff;
  margin-top: 40px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  padding: 15px 50px 50px;
}
.picture-manager .picture-manager__section--danger {
  background-color: #e71a1a;
}
.picture-manager .picture-manager__section--success {
  background-color: #19cb20;
}
.picture-manager .picture-manager__item {
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
.picture-manager .picture-manager__item span {
  background-color: #E8EAED;
  border: 1px solid #ccc;
}
.picture-manager .picture-manager__browser-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.picture-manager .picture-manager__browse-picture {
  width: 100%;
  height: 100%;
}
.picture-manager .picture-manager__browse-picture div {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #E8EAED;
  border: 1px solid #E8EAED;
}
.picture-manager .picture-manager__photo-name {
  text-transform: none;
}
.picture-manager .picture-manager__photo-size {
  font-size: 12px;
  font-weight: 700;
}
.picture-manager .picture-manager__close-btn {
  align-self: end;
  text-align: right;
}
.picture-manager .picture-manager__close-btn button {
  border: none;
  background: none;
  align-self: end;
}
.picture-manager .picture-manager__close-btn button svg {
  transform: rotate(0deg);
  transition: transform 0.3s;
}
.picture-manager .picture-manager__close-btn button svg:hover {
  transform: rotate(180deg);
}
@media all and (max-width: 850px) {
  .picture-manager .picture-manager__item {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    text-align: center;
    row-gap: 15px;
  }
  .picture-manager .picture-manager__browse-picture {
    height: 20vh;
  }
}
.ai-picture-list {
  display: block !important;
}
.ai-picture-row {
  display: block ruby;
  gap: 20px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  align-items: flex-start;
}
.ai-picture-row__image {
  flex: 0 0 320px;
}
.ai-picture-row__image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.ai-picture-row__controls {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ai-picture-row__room {
  font-size: 14px;
  color: #333;
}
.ai-picture-row__actions {
  display: flex;
  gap: 20px;
}
.ai-picture-row__filename {
  font-size: 12px;
  color: #777;
  word-break: break-all;
}
.minimalheader__box--align-self-end {
  align-self: end;
}
.minimalheader__box--justify-self-end {
  justify-self: end;
}
/* .cbutton--list-users-new-user-btn{
bottom:8px;
} */
.matterport .matterport__video-container {
  position: relative;
  padding-top: 56.25%;
}
.matterport .matterport__video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.meters .meters__btns {
  width: 30%;
  float: right;
  display: block;
}
.meters .meters__image-loader {
  width: 100%;
}
.meters .meters__plan-image {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
@media all and (max-width: 750px) {
  .meters .meters__btns {
    width: 70%;
  }
}
@media all and (max-width: 450px) {
  .meters .meters__btns,
  .meters .meters__validate-btn {
    width: 100%;
  }
}
.task-revision .task-revision__intro p {
  line-height: 1.7;
}
.task-revision .task-revision__list {
  padding: 0 0 20px;
  margin: 0;
  list-style: none;
  line-height: 1.7;
  color: #21364f;
  border-bottom: 1px solid #009ee2;
}
.task-revision .task-revision__one-pic-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.task-revision .task-revision__one-pic-image {
  flex-basis: 50%;
  position: relative;
  padding-bottom: 33.33%;
  height: 0;
  overflow: hidden;
}
.task-revision .task-revision__one-pic-image div {
  background: #ddd;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.task-revision .task-revision__one-pic-image div img {
  width: auto;
  height: 100%;
  display: block;
  margin: auto;
}
.task-revision .task-revision__one-pic-comments {
  align-self: stretch;
  flex-basis: 43%;
  margin-left: 6%;
}
.task-revision .task-revision__one-pic-comments h2 {
  font-size: 14px;
  font-weight: 600;
}
.task-revision .task-revision__one-pic-comments p {
  font-size: 12px;
  line-height: 1.7;
  color: #21364f;
}
.task-revision .task-revision__pictures-edited-loop {
  padding: 0 0 20px;
  border-bottom: 1px solid #009ee2;
}
.task-revision .task-revision__pictures-edited-loop--no-border {
  border-bottom: none;
}
.task-revision .task-revision__pictures-edited-padding-box {
  padding: 50px;
}
.task-revision .task-revision__pictures-edited-pics {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.task-revision .task-revision__pictures-edited-image {
  flex-basis: 48%;
}
.task-revision .task-revision__pictures-edited-image > div {
  position: relative;
}
.task-revision .task-revision__pictures-edited-image a {
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #21364f;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
  font-size: 12px;
}
.task-revision .task-revision__pictures-edited-text {
  flex-basis: 48%;
}
.task-revision .task-revision__pictures-edited-text > div {
  position: relative;
}
.task-revision .task-revision__pictures-edited-text a {
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #21364f;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
  font-size: 12px;
}
.task-revision .task-revision__pictures-edited-image-container {
  position: relative;
  padding-bottom: 66.66%;
  height: 0;
  overflow: hidden;
}
.task-revision .task-revision__pictures-edited-image-container div {
  background: #ddd;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.task-revision .task-revision__pictures-edited-image-container div img {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
.task-revision .task-revision__pictures-edited-image-container a {
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #21364f;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
  font-size: 12px;
}
.task-revision .task-revision__pictures-edited-text-container {
  position: relative;
  padding-bottom: 66.66%;
  height: 0;
  overflow: hidden;
}
.task-revision .task-revision__pictures-edited-text-container div {
  background: #ddd;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.task-revision .task-revision__pictures-edited-text-container div img {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
.task-revision .task-revision__pictures-edited-text-container a {
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #21364f;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
  font-size: 12px;
}
.task-revision .task-revision__pictures-edited-rating-stars {
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 24px;
}
.task-revision .task-revision__pictures-edited-rating-stars i {
  color: #009ee2;
}
.task-revision .task-revision__textarea {
  text-transform: none;
  display: block;
  height: 100%;
  min-height: 150px;
  padding: 20px;
  font-size: 12px;
  resize: none;
}
@media all and (max-width: 750px) {
  .task-revision .task-revision__one-pic-image {
    flex-basis: 100%;
    overflow: hidden;
    padding-bottom: 66.66%;
  }
  .task-revision .task-revision__one-pic-comments {
    flex-basis: 100%;
    height: 100%;
    margin-left: 0;
  }
  .task-revision .task-revision__pictures-edited-pics {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .task-revision .task-revision__pictures-edited-image {
    flex-basis: 100%;
  }
  .task-revision .task-revision__pictures-edited-padding-box {
    padding: 20px;
  }
}
.video section {
  margin-bottom: 100px;
}
.video .video__youtube-iframe {
  width: 100%;
}
.login {
  position: relative;
  z-index: 10;
  width: 450px;
  height: auto;
  margin: 200px auto 20px;
  padding: 40px 55px 65px;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.26);
  background: #efefef url("../img/sign-in-path.png") no-repeat 25px top;
  background-size: 444px 326px;
}
.login input[type="checkbox"] {
  position: relative;
  top: 2px;
  display: inline-block;
  margin-right: 10px;
}
.login label {
  cursor: pointer;
  letter-spacing: 0;
}
.login label:hover {
  color: #19cb20;
}
.login .login__logo {
  width: 70%;
  margin: 0 auto;
}
.login .login__logo svg {
  position: relative;
  bottom: 10px;
  z-index: 5;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 100%;
}
.login .login__title {
  font-family: "Burbank Big Regular", Arial, Helvetica, sans-serif;
  position: relative;
  z-index: 5;
  font-size: 21px;
  margin-bottom: 10px;
  color: #21364f;
}
.login .login__form {
  position: relative;
  z-index: 5;
}
.login .login__form input[type="email"],
.login .login__form input[type="text"],
.login .login__form input[type="password"] {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #000;
  width: 100%;
  display: block;
  margin-bottom: 15px;
  padding: 20px;
  border: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.login .login__form button {
  font-family: "Burbank Big Regular", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  background: linear-gradient(230deg, #1aa2e7 0%, #203651 100%);
  letter-spacing: 0.09em;
  border-radius: 0;
  color: #fff;
  display: block;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  text-align: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: background 1s;
}
.login .login__form button:hover {
  background: linear-gradient(50deg, #1aa2e7 0%, #203651 100%);
}
.login .login__form-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 35px;
  margin-top: 20px;
}
.login .login__form-line a {
  color: #000;
  text-decoration: none;
  letter-spacing: 0;
}
.login .login__form-line a:hover {
  color: #19cb20;
}
.login .login__form-line--links-light-blue a {
  text-decoration: underline;
  font-weight: 600;
  color: #009ee2;
}
.login .login__form-line--links-light-blue a:hover {
  color: #21364f;
}
@media screen and (min-width: 461px) and (max-width: 900px) {
  .login {
    margin: 100px auto 50px;
  }
}
@media screen and (max-width: 460px) {
  .login {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto 50px;
    padding: 20px 20px 80px;
    box-shadow: none;
    background: #efefef url("../img/sign-in-path.png") no-repeat right top;
  }
  .login .login__title {
    text-align: center;
  }
  .login .login__form-line {
    flex-direction: column;
    padding: 10px;
    margin-bottom: 20px;
  }
  .login .login__form-line a {
    margin-top: 20px;
  }
}
/* .password-page{

	.password-page__generate-pass-btn{
	.opensans;
	position:relative;
	bottom:3px;
	padding:5px 15px;
	text-align:center;
	font-size:12px;
	font-weight:900;
	color:#fff;
	background:#25A77F;
	margin-left:10px;
	border-radius:0;
	transition: border-radius, .5s;
		&:hover{
		background:@dark_blue;
		border-radius:5px;
		}
	}
@media all and (max-width:750px){
	.password-page__generate-pass-btn{
	display:block;
	margin:20px 0 40px;
	}
}

} */
.shooting-note {
  /* @media screen and (max-width:1000px){
	.shooting-note__rating-system{
	list-style:none;
	padding:0;
	width:350px;
	}
}
@media screen and (max-width:600px){
	.shooting-note__rating-system{
	list-style:none;
	padding:0;
	width:100%;
	}
}*/
}
.shooting-note p {
  font-size: 12px;
  font-weight: 700;
}
.shooting-note .shooting-note__rating-system {
  list-style: none;
  padding: 0;
  width: 220px;
}
.shooting-note .shooting-note__rating-system li {
  clear: both;
  line-height: 1.5;
  font-size: 12px;
}
@media screen and (max-width: 500px) {
  .shooting-note .shooting-note__rating-system {
    list-style: none;
    padding: 0;
    width: 100%;
  }
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
									supported by Chrome, Edge, Opera and Firefox */
}
.photo-delimitation-section {
  height: 10rem;
  padding-bottom: 1rem;
}
.photo-delimitation-section .doublecolumns__secondary-header {
  -webkit-padding-before: 3rem;
          padding-block-start: 3rem;
}
.photo-delimitation-section .swiper-pagination-editing {
  background-color: rgba(255, 255, 255, 0.7);
  font-family: "Burbank Big Regular", Arial, Helvetica, sans-serif;
  top: 0;
  height: 1rem;
  font-size: 0.7rem;
}
.maps-section {
  height: 10rem;
  padding-bottom: 1rem;
}
.maps-section .doublecolumns__secondary-header {
  -webkit-padding-before: 3rem;
          padding-block-start: 3rem;
}
.maps-section .swiper-pagination {
  top: 0;
  background-color: rgba(255, 255, 255, 0.7);
  font-family: "Burbank Big Regular", Arial, Helvetica, sans-serif;
  height: 0.8rem;
  font-size: 0.7rem;
}
.original-photo-modal-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.original-photo-modal-content .original-photo-content {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.original-photo-modal-content .original-photo-content .modal-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.main-photo-review-section {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow-y: auto;
  position: relative;
  margin-top: -30px;
  width: 100%;
  padding-left: 1rem;
  min-height: 25rem;
}
.main-photo-review-section h1.ctitle {
  padding-left: 9rem;
}
.main-photo-review-section .container-photo-review {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  margin-bottom: 5rem;
  line-height: 1rem;
}
.main-photo-review-section .container-photo-review .photo-review-header-info {
  margin: 0.5rem;
  background-color: #e8eaed;
  font-family: "Burbank Big Regular", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: large;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1rem;
}
.main-photo-review-section .container-photo-review .photo-review-header-info > span {
  display: inline-block;
  background-color: #e8eaed;
  margin: 0px !important;
  margin-top: 0px !important;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  flex-grow: 1;
  height: auto;
}
.main-photo-review-section .container-photo-review .photo-review-header-info span.element {
  line-height: 1rem;
  padding: 2rem 0.5rem;
  font-size: x-large;
  font-family: "Burbank Big Regular", Arial, Helvetica, sans-serif;
}
.main-photo-review-section .container-photo-review .photo-review-header-info .font14 {
  border: 1rem solid #e8eaed;
  text-align: center;
  font-family: "Burbank Big Regular", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: large;
  background-color: #21364f;
  color: #ddd;
  padding: 0.5rem 0;
  margin: 0.5 1rem;
}
.main-photo-review-section .container-photo-review .photo-review-header-info .rejected-color {
  background-color: #ff9100;
  width: 1%;
  height: auto;
}
.main-photo-review-section .container-photo-review .photo-review-content {
  flex-grow: 1;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: flex;
}
.main-photo-review-section .container-photo-review .photo-review-content .photo-review-show {
  flex-basis: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-photo-review-section .container-photo-review .photo-review-content .photo-review-show .photo-review-image {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.main-photo-review-section .container-photo-review .photo-review-content .middle-panel {
  flex-basis: 25%;
  align-items: center;
  padding-left: 0.5rem;
}
.main-photo-review-section .container-photo-review .photo-review-content .middle-panel .original-photo {
  height: auto;
  width: 100%;
}
.main-photo-review-section .container-photo-review .photo-review-content .middle-panel .original-photo .original-photo-review {
  width: 100%;
}
.main-photo-review-section .container-photo-review .photo-review-content .middle-panel .photo-review-gd-comment {
  display: block;
  background-color: #ececf5;
  height: 35%;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}
.main-photo-review-section .container-photo-review .photo-review-content .middle-panel .photo-review-buttons {
  background-color: #ececf5;
  flex-basis: 5%;
  margin-top: auto;
  padding: 0.5rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.main-photo-review-section .container-photo-review .photo-review-content .middle-panel .photo-review-buttons .cbutton {
  flex: 1 0 auto;
  padding: 0.5rem;
  margin-right: 0.5rem;
  white-space: nowrap;
  width: auto;
}
.main-photo-review-section .container-photo-review .photo-review-content .photo-review-right-panel {
  flex-basis: 25%;
  padding-left: 0.5rem;
  display: flex;
  flex-direction: column;
}
.main-photo-review-section .container-photo-review .photo-review-content .photo-review-right-panel .photo-review-content-scroll {
  overflow-y: auto;
  word-break: break-word;
}
.main-photo-review-section .container-photo-review .photo-review-content .photo-review-right-panel .photo-review-agency {
  display: block;
  background-color: #ececf5;
  height: 30%;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
}
.main-photo-review-section .container-photo-review .photo-review-content .photo-review-right-panel .photo-review-observations {
  display: block;
  background-color: #ececf5;
  height: 30%;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
}
.main-photo-review-section .container-photo-review .photo-review-content .photo-review-right-panel .photo-review-gd-comment {
  display: block;
  background-color: #ececf5;
  height: 35%;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}
.main-photo-review-section .container-photo-review .photo-review-content .photo-review-right-panel .photo-review-buttons {
  background-color: #ececf5;
  flex-basis: 5%;
  margin-top: auto;
  padding: 0.5rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.main-photo-review-section .container-photo-review .photo-review-content .photo-review-right-panel .photo-review-buttons .cbutton {
  flex: 1 0 auto;
  padding: 0.5rem;
  margin-right: 0.5rem;
  white-space: nowrap;
  width: auto;
}
.main-photo-review-section .swiper-pagination {
  background-color: rgba(255, 255, 255, 0.5);
  font-family: "Burbank Big Regular", Arial, Helvetica, sans-serif;
  align-items: center;
  top: 0;
  height: 2%;
  font-size: x-small;
}
@media screen and (max-width: 768px) {
  .main-photo-review-section {
    flex-direction: column;
    height: auto;
    max-height: 100%;
  }
  .main-photo-review-section .photo-review-content {
    flex-direction: column;
  }
  .main-photo-review-section .photo-review-content .photo-review-show {
    flex-basis: auto;
    height: auto;
  }
  .main-photo-review-section .photo-review-content .photo-review-show .photo-review-image {
    height: 100%;
  }
  .main-photo-review-section .photo-review-content .middle-panel {
    flex-basis: auto;
    padding-left: 0;
    margin-top: 0.5rem;
  }
  .main-photo-review-section .photo-review-content .middle-panel .photo-review-chat,
  .main-photo-review-section .photo-review-content .middle-panel .photo-review-buttons {
    flex-basis: auto;
    margin-bottom: 0.5rem;
  }
  .main-photo-review-section .photo-review-content .photo-review-right-panel {
    flex-basis: auto;
    padding-left: 0;
    margin-top: 0.5rem;
  }
  .main-photo-review-section .photo-review-content .photo-review-right-panel .photo-review-agency,
  .main-photo-review-section .photo-review-content .photo-review-right-panel .photo-review-observations,
  .main-photo-review-section .photo-review-content .photo-review-right-panel .photo-review-gd-comment {
    flex-basis: auto;
    margin-bottom: 0.5rem;
  }
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.top-0 {
  top: 0;
}
.end-0 {
  right: 0;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.bg-danger {
  background-color: #dc3545;
  color: #fff;
}
.btn-floating {
  background: linear-gradient(to right, #21364f, #009ee2);
  color: #fff;
  font-family: "Burbank Big Regular", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  min-height: 48px;
  border: none;
  padding: 0 25px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  outline: none;
  letter-spacing: 0.05em;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}
.btn-floating:hover {
  transform: scale(1.1);
}
.plus__retouch-btncontainer {
  position: absolute;
  right: 0.2em;
  bottom: 0.2em;
  background: rgba(255, 255, 255, 0.8);
  padding: 0.2em;
  border-radius: 5px 0 0 0;
  z-index: 1;
}
.container-photo-review {
  position: relative;
}
.loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.dot-spinner {
  --uib-size: 70px;
  --uib-speed: 0.9s;
  --uib-color: #21364f;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: var(--uib-size);
  width: var(--uib-size);
  margin-bottom: 30px;
}
.dot-spinner__dot {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
}
.dot-spinner__dot::before {
  content: "";
  height: 20%;
  width: 20%;
  border-radius: 50%;
  background-color: var(--uib-color);
  transform: scale(0);
  opacity: 0.5;
  -webkit-animation: pulse calc(var(--uib-speed) * 1.111) ease-in-out infinite;
          animation: pulse calc(var(--uib-speed) * 1.111) ease-in-out infinite;
}
.dot-spinner__dot:nth-child(2) {
  transform: rotate(45deg);
}
.dot-spinner__dot:nth-child(2)::before {
  -webkit-animation-delay: calc(var(--uib-speed) * -0.875);
          animation-delay: calc(var(--uib-speed) * -0.875);
}
.dot-spinner__dot:nth-child(3) {
  transform: rotate(90deg);
}
.dot-spinner__dot:nth-child(3)::before {
  -webkit-animation-delay: calc(var(--uib-speed) * -0.75);
          animation-delay: calc(var(--uib-speed) * -0.75);
}
.dot-spinner__dot:nth-child(4) {
  transform: rotate(135deg);
}
.dot-spinner__dot:nth-child(4)::before {
  -webkit-animation-delay: calc(var(--uib-speed) * -0.625);
          animation-delay: calc(var(--uib-speed) * -0.625);
}
.dot-spinner__dot:nth-child(5) {
  transform: rotate(180deg);
}
.dot-spinner__dot:nth-child(5)::before {
  -webkit-animation-delay: calc(var(--uib-speed) * -0.5);
          animation-delay: calc(var(--uib-speed) * -0.5);
}
.dot-spinner__dot:nth-child(6) {
  transform: rotate(225deg);
}
.dot-spinner__dot:nth-child(6)::before {
  -webkit-animation-delay: calc(var(--uib-speed) * -0.375);
          animation-delay: calc(var(--uib-speed) * -0.375);
}
.dot-spinner__dot:nth-child(7) {
  transform: rotate(270deg);
}
.dot-spinner__dot:nth-child(7)::before {
  -webkit-animation-delay: calc(var(--uib-speed) * -0.25);
          animation-delay: calc(var(--uib-speed) * -0.25);
}
.dot-spinner__dot:nth-child(8) {
  transform: rotate(315deg);
}
.dot-spinner__dot:nth-child(8)::before {
  -webkit-animation-delay: calc(var(--uib-speed) * -0.125);
          animation-delay: calc(var(--uib-speed) * -0.125);
}
@-webkit-keyframes pulse {
  0%,
  100% {
    transform: scale(0);
    opacity: 0.5;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(0);
    opacity: 0.5;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
}
.title_loading {
  display: none;
  padding-right: 100px;
  padding-left: 100px;
  line-height: normal;
  margin-top: 7rem;
}
.centered-table-headers {
  text-align: center;
  vertical-align: middle;
}
/**
    CSS rules used in Orders view (tables)
*/
.capitalize-text {
  text-transform: capitalize;
}
.uppercase-text {
  text-transform: uppercase;
}
.table-header-inner-border {
  border-right: 1px solid #e3e3e3;
}
.text-x-small {
  font-size: x-small;
}
.text-xx-small {
  font-size: xx-small;
}
.text-x-large {
  font-size: x-large;
}
.text-xx-largel {
  font-size: xx-large;
}
.lgray-bg {
  background-color: lightgray;
}
.blue-bg {
  background-color: lightblue;
}
.lgreen-bg {
  background-color: lightgreen;
}
.lred-bg {
  background-color: lightcoral;
}
.border-right-black {
  border-right: 1px solid #383636;
}
.border-right-white {
  border-right: 1px solid #ffffff;
}
.bold-text {
  font-weight: bold;
}
.border-bottom-lightgray {
  border-bottom: 1px solid lightgray;
}
label[for="externalSearch"] {
  background-color: white;
  margin-left: 1rem;
  margin-right: 1rem;
}
#externalSearch {
  padding: 0.3rem;
}
.text-dot-2rem {
  font-size: 0.2rem;
}
.pull-left {
  float: left !important;
  margin-bottom: 0.5rem !important;
}
.label-search-input {
  font-size: x-large !important;
}
.input-search {
  z-index: 10 !important;
  position: relative !important;
  left: 0 !important;
  margin-bottom: 0.1rem !important;
  padding: 0.8rem 0.5rem !important;
  height: 2rem !important;
  border-radius: 0.4rem !important;
  border: 0.1rem solid lightblue !important;
  font-family: 'Roboto', sans-serif !important;
  font-size: medium !important;
}
.hide {
  display: none;
}
td[colspan="13"] {
  padding-left: 0rem !important;
  padding-top: 0rem !important;
  padding-right: 0rem !important;
}
td[scope="col"] {
  background-color: #2C4058;
}
.fix-head-table {
  height: 600px;
  overflow-y: auto;
}
.mapactions .pickr {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  width: 35px;
  height: 35px;
}
.mapactions .pickr > button {
  width: 100%;
  height: 100%;
}
.mapactions .mapactions__button {
  padding: 0;
  width: 35px;
  height: 35px;
  min-height: 35px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 5px;
  margin-right: 10px;
}
.mapactions .mapactions__button.mapactions__button--disabled {
  background: #cccccc;
}
.mapactions .mapactions__button.mapactions__button--wauto {
  width: auto;
}
.mapactions .mapactions__button i {
  margin-right: 0;
  top: auto;
  font-size: 16px;
}
.mapactions .mapactions__group {
  display: inline-block;
  vertical-align: top;
  margin-top: 15px;
  min-height: 35px;
}
.mapactions .mapactions__group.mapactions__group--mr {
  margin-right: 10px;
}
.mapactions .mapactions__title {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.mapactions .mapactions__input {
  display: block;
  height: 48px;
  border: 1px solid #fff;
  padding: 0 5px;
  margin: 0;
  font-size: 16px;
  color: #21364F;
  border-radius: 0px;
  transition: 0.3s;
  background-color: #fff;
  font-weight: normal;
  max-width: 100%;
  width: 100%;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3);
  /* text-transform:uppercase; */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 60px;
  height: 35px;
  padding: 5px;
  display: inline-block;
  margin-right: 10px;
}
.mapactions .mapactions__input[readonly],
.mapactions .mapactions__input.readonly {
  border-color: transparent !important;
  background-color: #fff !important;
}
.mapactions .mapactions__input:hover {
  border-color: #36A9E1;
  outline: 0px !important;
}
.mapactions .mapactions__input:active {
  outline: 0px !important;
}
.mapactions .mapactions__input:focus {
  outline: 0px !important;
}
.mapactions .mapactions__select {
  border: 1px solid #fff;
  overflow: hidden;
  background-image: url(../../node_modules/img/ffx-select-arrow-on.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 48px;
  background-color: #fff;
  display: block;
  border-radius: 0px;
  height: 48px;
  line-height: normal !important;
  min-width: 100px;
  color: #21364F;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  padding-left: 5px;
  padding-right: 48px;
  font-weight: normal;
  position: relative;
  margin: 0;
  max-width: 100%;
  width: 100%;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3);
  /* text-transform:uppercase; */
  background-image: url(../img/ffx-select-arrow-on.svg);
  height: 35px;
  padding: 5px;
  margin-right: 10px;
  background-size: auto 35px;
  min-width: 180px;
}
.mapactions .mapactions__select:hover {
  background-image: url(../../node_modules/img/ffx-select-arrow-off.svg);
}
.mapactions .mapactions__select option {
  background-color: #333;
}
.mapactions .mapactions__select:disabled {
  background-color: #eee;
}
.mapactions .mapactions__select:focus {
  outline: none;
}
.mapactions .mapactions__select:first-child {
  margin-left: 0;
}
.mapactions .mapactions__select option {
  color: #ffffff;
}
.mapactions .mapactions__select:hover {
  background-image: url(../img/ffx-select-arrow-on.svg);
}
.mapactions .mapactions__note {
  font-size: 11px;
  font-weight: 600;
  margin-top: 15px;
}
.mapcolored {
  position: relative;
  z-index: 10;
  padding: 30px;
}
.mapcolored .mapcolored__container {
  margin-top: 15px;
}
.mapcolored .mapcolored__container > svg {
  width: 100%;
  height: 100%;
}
.mapcolored .room_name {
  cursor: pointer;
}
.mapcolored .room_name:hover,
.mapcolored .room_name.active {
  fill: red;
}
.mapcolored .floor_name {
  cursor: pointer;
}
.mapcolored .floor_name:hover,
.mapcolored .floor_name.active {
  fill: red;
}
.mapcolored .room_element {
  fill: transparent;
  fill-opacity: 0.1;
  stroke: none;
  cursor: pointer;
  visibility: hidden;
}
.mapcolored .room_element:hover {
  fill: #000;
}
.mapcolored .mapcolored__svg {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.mapcolored .mapcolored__svg.mapcolored__svg--active {
  visibility: visible;
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  z-index: 2;
}
.mapcolored .mapcolored__svgoriginal {
  display: none;
}
.profil .profil__sectioncase .ffx-password {
  position: absolute;
  top: 48px;
  right: 10px;
  cursor: pointer;
}
.profil .profil__sectioncase .ffx-password + .ffx-input {
  padding-right: 30px;
}
.profil [data-members-container] {
  position: relative;
}
.profil [data-member] {
  position: relative;
  margin-top: 5px;
}
.profil [data-member]:first-child {
  margin-top: 0;
}
.profil [data-member] > span {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: red;
}
.ffx-select option {
  color: #ffffff;
}
.ctable td ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ctable td li .dtr-title a {
  display: none;
}
.ctable tbody tr:nth-child(odd) td {
  background-color: #ffffff !important;
  border-top: none !important;
}
.ctable tbody tr:nth-child(even) td {
  background-color: #E8EAED !important;
  border-top: 1px solid #ddd !important;
}
.cpagination {
  width: 100%;
  max-width: 415px;
}
.list-users {
  padding-bottom: 60px;
}
.photo-gallery .photo-gallery__number > span {
  display: block;
  margin-bottom: 10px;
}
.photo-gallery .photo-gallery__number .ffx-checkskin {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.photo-gallery .photo-gallery__number .ffx-checkskin:last-child {
  margin-right: 0;
}
.photo-gallery .photo-gallery__number .ffx-checkskin .ffx-name {
  padding-left: 30px;
}
.photo-gallery.photo-gallery--selection .item-dropzone-area {
  background-color: #19cb20;
}
.photo-gallery.photo-gallery--selection .photo-gallery__item ~ .item-dropzone-area {
  background-color: #009ee2;
}
.photo-gallery.photo-gallery--selection .photo-gallery__item.photo-gallery__item--selected.photo-gallery__item--selectedlast + .item-dropzone-area {
  background-color: #009ee2;
}
.photo-gallery.photo-gallery--selection .photo-gallery__item.photo-gallery__item--selected + .item-dropzone-area {
  background-color: #19cb20;
}
.photo-gallery .item-dropzone-area {
  background-color: #009ee2;
}
.photo-gallery .photo-gallery__item.photo-gallery__item--selected {
  border: 3px solid #19cb20;
}
.dataTables_filter {
  width: 100%;
  max-width: 315px;
  margin-bottom: 30px;
  text-align: left !important;
}
.dataTables_filter > label {
  font-size: 12px;
  text-transform: uppercase;
  color: #21364f;
  font-weight: 700;
  margin: 10px 0;
  margin-bottom: 15px;
}
.dataTables_filter > label > input[type="search"] {
  display: block;
  height: 48px;
  border: 1px solid #fff;
  padding: 0 5px;
  margin: 0;
  font-size: 16px;
  color: #21364f;
  border-radius: 0px;
  transition: 0.3s;
  background-color: #fff;
  font-weight: normal;
  max-width: 315px;
  width: 100%;
  margin-top: 15px;
}
.itemsloader {
  visibility: visible !important;
}
.itemsloader--off {
  display: block !important;
  visibility: hidden !important;
}
.photo-editing .photo-editing__button {
  display: inline-flex;
}
.clear {
  display: block;
  clear: both;
}
.task-revision .task-revision__pictures-edited-rating .rating {
  width: auto;
  margin-bottom: 30px;
}
.rating span input {
  width: 100%;
  height: 100%;
}
.rating-photoshooting {
  width: auto;
}
.photo-gallery .photo-gallery__list {
  min-height: 123px;
}
.photo-gallery .photo-gallery__list[data-list-pictures="others"] .photo-gallery__item > span {
  transform: rotate(180deg);
}
.photo-gallery .photo-gallery__list[data-list-pictures="favorites"] .photo-gallery__item > span {
  transform: rotate(0deg);
}
.photo-gallery .photo-gallery__item > span {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  cursor: pointer;
  background-color: #009ee2;
  color: #ffffff;
  width: 20px;
  height: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transform: rotate(90deg);
  font-size: 12px;
}
@media screen and (max-width: 1440px) {
  .ctable thead th {
    font-size: 16px;
  }
  .ctable tbody td {
    font-size: 13px;
  }
}
.ctable--small {
  overflow-y: auto;
}
.block-ratio-custom.block-16-9 iframe,
.block-3-2.block-16-9 iframe,
.block-16-9.block-16-9 iframe,
.block-4-3.block-16-9 iframe,
.block-square.block-16-9 iframe,
.block-ratio-custom.block-16-9 iframe,
.block-3-2.block-16-9 iframe,
.block-16-9.block-16-9 iframe,
.block-4-3.block-16-9 iframe,
.block-square.block-16-9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.info-box {
  padding: 30px;
}
.meters .meters__image-loader {
  text-align: center;
}
.meters .meters__image-loader svg {
  width: 100%;
  max-width: 1024px;
}
.meters .meters__map {
  display: none;
}
.meters .meters__map.meters__map--active {
  display: block;
}
.minimalheader .minimalheader__select {
  border: 1px solid #fff;
  overflow: hidden;
  background-image: url(../../node_modules/img/ffx-select-arrow-on.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 48px;
  background-color: #fff;
  display: block;
  border-radius: 0px;
  height: 48px;
  line-height: normal !important;
  min-width: 100px;
  color: #21364F;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  padding-left: 5px;
  padding-right: 48px;
  font-weight: normal;
  position: relative;
  margin: 0;
  max-width: 100%;
  width: 100%;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3);
  /* text-transform:uppercase; */
  background-image: url(../img/ffx-select-arrow-on.svg);
  height: 35px;
  padding: 5px;
  margin-right: 0;
  background-size: auto 35px;
  max-width: 250px;
}
.minimalheader .minimalheader__select:hover {
  background-image: url(../../node_modules/img/ffx-select-arrow-off.svg);
}
.minimalheader .minimalheader__select option {
  background-color: #333;
}
.minimalheader .minimalheader__select:disabled {
  background-color: #eee;
}
.minimalheader .minimalheader__select:focus {
  outline: none;
}
.minimalheader .minimalheader__select:first-child {
  margin-left: 0;
}
.minimalheader .minimalheader__select option {
  color: #ffffff;
}
.minimalheader .minimalheader__select:hover {
  background-image: url(../img/ffx-select-arrow-on.svg);
}
.alterpopup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  opacity: 0;
}
.alterpopup.alterpopup--opened {
  display: flex;
}
.alterpopup .alterpopup__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.8;
  z-index: -1;
}
.alterpopup .alterpopup__container {
  position: relative;
  background-color: #ffffff;
  width: 100%;
  max-width: 1000px;
  border-radius: 5px;
  max-height: 100%;
  overflow-y: auto;
  padding: 15px;
}
.alterpopup .alterpopup__container.alterpopup__container--wcustom {
  max-width: 400px;
}
.alterpopup .alterpopup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.alterpopup .alterpopup__header {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
}
.alterpopup .alterpopup__content {
  padding: 15px 0;
}
.alterpopup .alterpopup__footer {
  border-top: 1px solid #cccccc;
  padding-top: 15px;
}
.estates-list .estates-list__pictureszone picture {
  background-color: #eeeeee;
}
.estates-list .estates-list__pictureszone picture.estates-list__picturespicture {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.estates-list .estates-list__pictureszone picture.estates-list__picturespicture > img {
  width: 25%;
  height: auto;
}
.photo-editing .active-tasks__pictureszone picture {
  background-color: #eeeeee;
}
.photo-editing .active-tasks__pictureszone picture.active-tasks__picturespicture {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.photo-editing .active-tasks__pictureszone picture.active-tasks__picturespicture > img {
  width: 25%;
  height: auto;
}
.doublecolumns .doublecolumns__tabs {
  display: flex;
  flex-wrap: wrap;
}
.doublecolumns .doublecolumns__tabs > a {
  display: block;
  background: #969EA8;
  text-align: center;
  color: #FFF;
  padding: 10px 15px;
  font-size: 14px;
  text-decoration: none;
  transition: background 1s;
  letter-spacing: 0.05em;
  margin-right: 10px;
  margin-bottom: 10px;
}
.doublecolumns .doublecolumns__tabs > a.active {
  background: #21364F;
}
picture {
  background-color: #eeeeee;
}
picture.imgbreaking {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
}
picture.imgbreaking > img {
  width: 25% !important;
  height: auto !important;
}
.input-inline30 {
  display: inline;
  width: 30%;
}
.availabletasks .availabletasks__item {
  position: relative;
}
.availabletasks .availabletasks__selectgroup {
  position: absolute;
  left: -30px;
  top: 0;
  display: none;
}
.availabletasks .availabletasks__group [data-valid-selecttasks] {
  display: none;
}
.availabletasks .availabletasks__group [data-cancel-selecttasks] {
  display: none;
}
.no__read {
  width: 100%;
  height: 100%;
  color: white;
  background-color: red;
  border-radius: 50%;
  padding: 3px;
}
.drop {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.drop.open {
  z-index: 100;
}
.drop.open .drop-screen {
  z-index: 100;
  display: block;
}
.drop.open .drop-options {
  z-index: 200;
  max-height: 200px;
}
.drop.open .drop-display {
  z-index: 200;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3);
}
.drop select {
  display: none;
}
.drop .drop-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0px;
  left: 0px;
  opacity: 0;
  display: none;
  z-index: 1;
}
.link {
  text-align: center;
  margin: 20px 0px;
  color: #8CACD7;
}
.drop .drop-display {
  position: relative;
  padding: 0px 20px 5px 5px;
  border: 1px solid #fff;
  width: 100%;
  background: #FFF;
  z-index: 1;
  margin: 0px;
  font-size: 16px;
  min-height: 58px;
  background-image: url(../img/ffx-select-arrow-on.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 48px;
}
.drop .drop-display:hover:after {
  opacity: 0.75;
}
.drop .drop-display:after {
  font-family: 'Material Icons';
  content: url(../img/ffx-select-arrow-on.svg);
  position: absolute;
  right: 10px;
  top: 12px;
  font-size: 24px;
  color: #444;
  background-image: url(../img/ffx-select-arrow-on.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 48px;
}
.drop .drop-display .item {
  position: relative;
  display: inline-block;
  border: 2px solid #333;
  margin: 5px 5px -4px 0px;
  padding: 0px 25px 0px 10px;
  overflow: hidden;
  height: 40px;
  line-height: 36px;
}
.drop .drop-display .item .btnclose {
  color: #444;
  position: absolute;
  font-size: 16px;
  right: 5px;
  top: 10px;
  cursor: pointer;
}
.drop .drop-display .item .btnclose:hover {
  opacity: 0.75;
}
.drop .drop-display .item.remove {
  -webkit-animation: removeSelected 0.2s, hide 1s infinite;
  animation: removeSelected 0.2s, hide 1s infinite;
  -webkit-animation-delay: 0s, 0.2s;
  animation-delay: 0s, 0.2s;
}
.drop .drop-display .item.add {
  -webkit-animation: addSelected 0.2s;
  animation: addSelected 0.2s;
}
.drop .drop-display .item.hide {
  display: none;
}
.drop .drop-options {
  background: #444;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 100%;
  max-height: 0px;
  overflow-y: auto;
  transition: all 0.25s linear;
  z-index: 1;
}
.drop .drop-options a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0px 20px;
  color: white;
  position: relative;
  max-height: 40px;
  transition: all 1s;
  overflow: hidden;
}
.drop .drop-options a:hover {
  background: #465;
  cursor: pointer;
}
.drop .drop-options a.remove {
  -webkit-animation: removeOption 0.2s;
  animation: removeOption 0.2s;
  max-height: 0px;
}
.drop .drop-options a.add {
  -webkit-animation: addOption 0.2s;
  animation: addOption 0.2s;
}
.drop .drop-options a.hide {
  display: none;
}
.before {
  max-height: 100% !important;
  max-width: 100% !important;
}

