body {
  margin: 0;
  color: #4d535c;
  font-family: 'Roboto';
  font-size: 14px; }

html,
body,
#root,
.app {
  height: 100%; }

.root {
  min-height: 100%; }

.password-eye {
  padding: 0 !important;
  margin: 0 12px !important; }

.password-lock {
  width: 23px;
  height: 23px; }

.app,
.popup {
  display: flex;
  flex-direction: column;
  padding: 20px 0; }
  .app h1,
  .popup h1 {
    font-size: 80px;
    font-weight: 900;
    font-family: "Raleway"; }
  .app h2,
  .popup h2 {
    font-size: 48px;
    font-weight: 900;
    font-family: "Raleway"; }
  .app h3,
  .popup h3 {
    font-family: "Lato";
    font-weight: 700;
    font-size: 35px; }
  .app h4,
  .popup h4 {
    font-family: "Roboto";
    font-size: 35px;
    font-weight: 400; }
  .app h5,
  .popup h5 {
    font-family: "Roboto";
    font-size: 25px;
    font-weight: 700; }
  .app h6,
  .popup h6 {
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 700; }
  .app .main-raised,
  .popup .main-raised {
    background: #ffffff;
    z-index: 3;
    margin: 50px 30px 0px;
    border-radius: 6px;
    box-shadow: 0px 10px 20px #00000033;
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
  .app .raleway,
  .popup .raleway {
    font-family: "Raleway"; }
  .app .lato,
  .popup .lato {
    font-family: "Lato"; }
  .app .bold,
  .popup .bold {
    font-weight: 700; }
  .app .extra-bold,
  .popup .extra-bold {
    font-weight: 800; }
  .app .black,
  .popup .black {
    font-weight: 900; }
  .app button.large-button,
  .popup button.large-button {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 700; }
  .app button.medium-button,
  .popup button.medium-button {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 700; }
  .app button.small-button,
  .popup button.small-button {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 700; }
  .app label,
  .popup label {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400 !important; }
  .app label.placeholder,
  .popup label.placeholder {
    font-size: 11px; }
  .app label.light,
  .popup label.light {
    color: #bec1bf; }
  .app input,
  .popup input {
    color: #495057;
    font-size: 14px;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-weight: 400;
    line-height: 1.42857;
    opacity: 1; }
  .app .pointer,
  .popup .pointer {
    cursor: pointer; }
  .app .not-allowed,
  .popup .not-allowed {
    cursor: not-allowed; }

.app__content {
  flex: 1; }

button,
select {
  text-transform: none;
  border: transparent;
  background: transparent; }

.rc-tree-select-tree {
  padding: 10px 0px; }
  .rc-tree-select-tree:hover {
    border: none; }
  .rc-tree-select-tree li {
    padding: 8px;
    height: 40px;
    color: black;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap; }
    .rc-tree-select-tree li:hover {
      cursor: pointer; }
    .rc-tree-select-tree li:hover:not(.rc-tree-select-tree-treenode-switcher-open) {
      color: #ffffff;
      background-color: #008f8d; }
      .rc-tree-select-tree li:hover:not(.rc-tree-select-tree-treenode-switcher-open) .rc-tree-select-tree-node-selected {
        color: #ffffff; }
    .rc-tree-select-tree li .rc-tree-select-tree-switcher.rc-tree-select-tree-switcher-noop {
      display: none; }
    .rc-tree-select-tree li .rc-tree-select-tree-node-content-wrapper.rc-tree-select-tree-node-content-wrapper-normal {
      width: 85%;
      height: 100%;
      display: flex;
      justify-content: center;
      flex-direction: column; }
      .rc-tree-select-tree li .rc-tree-select-tree-node-content-wrapper.rc-tree-select-tree-node-content-wrapper-normal .rc-tree-select-tree-title {
        width: 100%;
        display: inline-block; }
    .rc-tree-select-tree li .rc-tree-select-tree-node-selected {
      background-color: transparent;
      border: none;
      opacity: 1;
      color: #008f8d; }
    .rc-tree-select-tree li span.rc-tree-select-tree-checkbox {
      margin-right: 10px;
      margin-left: 10px; }

.rc-tree-select {
  border: none; }
  .rc-tree-select .rc-tree-select-selection {
    border-bottom: 1px solid #929894; }
    .rc-tree-select .rc-tree-select-selection:hover {
      border-bottom: 2px solid #008f8d !important; }
      .rc-tree-select .rc-tree-select-selection:hover .rc-tree-select-selection__choice__content {
        color: #008f8d; }
  .rc-tree-select .rc-tree-select-selection__rendered {
    padding-bottom: 7px; }
  .rc-tree-select .rc-tree-select-selection:hover {
    outline: none;
    border: none;
    box-shadow: none; }
  .rc-tree-select:hover .rc-tree-select-search__field__placeholder {
    color: #008f8d; }

.rc-tree-select-allow-clear
.rc-tree-select-selection--single
.rc-tree-select-selection__rendered {
  padding-left: 0px; }

.rc-tree-select.rc-tree-select-focused .rc-tree-select-selection {
  border-bottom: 2px solid #008f8d !important;
  margin-bottom: -2px;
  outline: none;
  border: none;
  box-shadow: none; }

.rc-tree-select.rc-tree-select-focused .rc-tree-select-search__field__placeholder {
  color: #008f8d; }

.display-thumbnails {
  display: flex;
  overflow-x: scroll;
  max-height: 110px; }
  .display-thumbnails button {
    margin-right: 25px; }
  .display-thumbnails .display-thumbnails-photo {
    height: 90px;
    width: 90px;
    object-fit: contain; }

/* overriding rc-tree-select */
.rc-tree-select-selection--multiple {
  background-color: #f4f4f4;
  border: none;
  border-bottom: 1px solid #929894;
  border-radius: 0px; }

.rc-tree-select-selection--multiple .rc-tree-select-selection__rendered {
  padding-left: 0px;
  padding-right: 0px; }

.rc-tree-select-selection--multiple .rc-tree-select-search__field__placeholder {
  left: 0px;
  width: 100%; }

.rc-tree-select-selection__choice__content {
  color: #253029; }

.no-uppercase {
  text-transform: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  height: 100%;
  background-color: rgba(234, 235, 234, 0.8);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  @media (min-width: 768px) {
    .slick-slider .slick-caption {
      display: block !important; } }
  .slick-slider .slick-caption {
    padding-bottom: 45px;
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    color: #ffffff;
    text-align: center;
    z-index: 3;
    display: none; }
  .slick-slider .slick-slide > div:first-child {
    position: relative; }
  .slick-slider .slick-icons {
    position: relative;
    top: 5px; }
  .slick-slider .slick-image {
    width: 100% !important;
    display: inline-flex !important; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  justify-content: center !important;
  position: relative;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
  width: 100% !important; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

button.slick-arrow.slick-prev,
button.slick-arrow.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  height: 100%;
  padding: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  border: none;
  color: transparent;
  outline: none;
  width: 7%;
  z-index: 2; }

.slick-prev {
  left: 0; }
  .slick-prev::before {
    content: '\25C0';
    font-weight: 600;
    font-family: Font awesome\5 Free;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    font-size: 15px;
    background-color: #eaebea;
    width: 25px;
    height: 25px;
    color: #253029;
    border-radius: 5px; }
  .slick-prev:hover::before {
    opacity: 1; }

.slick-next {
  right: 0; }
  .slick-next::before {
    content: '\25BA';
    font-weight: 600;
    font-family: Font awesome\5 Free;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    font-size: 15px;
    background-color: #eaebea;
    width: 25px;
    height: 25px;
    color: #253029;
    border-radius: 5px; }
  .slick-next:hover::before {
    opacity: 1; }

.slick-list {
  z-index: 1; }

.slick-dots {
  margin-top: 0;
  margin-bottom: 1rem;
  position: absolute;
  bottom: 5px;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  z-index: 3; }

.slick-dots li,
.slick-dots li button {
  width: 20px;
  height: 20px;
  cursor: pointer; }

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }
  .slick-dots li button::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '\2022';
    text-align: center;
    opacity: 1;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    transition: all 300ms linear; }

.slick-dots li.slick-active button:before {
  width: 15px;
  height: 15px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  top: -3px; }

.ribbon {
  width: 30px;
  height: 100%;
  background: #008f8d;
  display: flex;
  justify-content: center; }

.ribbon-img-container {
  display: flex;
  justify-content: center;
  position: relative;
  bottom: calc(50% + 7px);
  width: 30px; }
  .ribbon-img-container img {
    height: 14px; }

.ribbon:before,
.ribbon:after {
  content: '';
  position: relative; }

.ribbon:after {
  height: calc(100% + 7px);
  width: 0;
  border-left: 15px solid #008f8d;
  border-right: 15px solid #008f8d;
  border-bottom: 7px solid transparent; }

body {
  margin: 0;
  color: #4d535c;
  font-family: 'Roboto';
  font-size: 14px; }

html,
body,
#root,
.app {
  height: 100%; }

.root {
  min-height: 100%; }

.password-eye {
  padding: 0 !important;
  margin: 0 12px !important; }

.password-lock {
  width: 23px;
  height: 23px; }

.app,
.popup {
  display: flex;
  flex-direction: column;
  padding: 20px 0; }
  .app h1,
  .popup h1 {
    font-size: 80px;
    font-weight: 900;
    font-family: "Raleway"; }
  .app h2,
  .popup h2 {
    font-size: 48px;
    font-weight: 900;
    font-family: "Raleway"; }
  .app h3,
  .popup h3 {
    font-family: "Lato";
    font-weight: 700;
    font-size: 35px; }
  .app h4,
  .popup h4 {
    font-family: "Roboto";
    font-size: 35px;
    font-weight: 400; }
  .app h5,
  .popup h5 {
    font-family: "Roboto";
    font-size: 25px;
    font-weight: 700; }
  .app h6,
  .popup h6 {
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 700; }
  .app .main-raised,
  .popup .main-raised {
    background: #ffffff;
    z-index: 3;
    margin: 50px 30px 0px;
    border-radius: 6px;
    box-shadow: 0px 10px 20px #00000033;
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
  .app .raleway,
  .popup .raleway {
    font-family: "Raleway"; }
  .app .lato,
  .popup .lato {
    font-family: "Lato"; }
  .app .bold,
  .popup .bold {
    font-weight: 700; }
  .app .extra-bold,
  .popup .extra-bold {
    font-weight: 800; }
  .app .black,
  .popup .black {
    font-weight: 900; }
  .app button.large-button,
  .popup button.large-button {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 700; }
  .app button.medium-button,
  .popup button.medium-button {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 700; }
  .app button.small-button,
  .popup button.small-button {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 700; }
  .app label,
  .popup label {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400 !important; }
  .app label.placeholder,
  .popup label.placeholder {
    font-size: 11px; }
  .app label.light,
  .popup label.light {
    color: #bec1bf; }
  .app input,
  .popup input {
    color: #495057;
    font-size: 14px;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-weight: 400;
    line-height: 1.42857;
    opacity: 1; }
  .app .pointer,
  .popup .pointer {
    cursor: pointer; }
  .app .not-allowed,
  .popup .not-allowed {
    cursor: not-allowed; }

.app__content {
  flex: 1; }

button,
select {
  text-transform: none;
  border: transparent;
  background: transparent; }

.rc-tree-select-tree {
  padding: 10px 0px; }
  .rc-tree-select-tree:hover {
    border: none; }
  .rc-tree-select-tree li {
    padding: 8px;
    height: 40px;
    color: black;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap; }
    .rc-tree-select-tree li:hover {
      cursor: pointer; }
    .rc-tree-select-tree li:hover:not(.rc-tree-select-tree-treenode-switcher-open) {
      color: #ffffff;
      background-color: #008f8d; }
      .rc-tree-select-tree li:hover:not(.rc-tree-select-tree-treenode-switcher-open) .rc-tree-select-tree-node-selected {
        color: #ffffff; }
    .rc-tree-select-tree li .rc-tree-select-tree-switcher.rc-tree-select-tree-switcher-noop {
      display: none; }
    .rc-tree-select-tree li .rc-tree-select-tree-node-content-wrapper.rc-tree-select-tree-node-content-wrapper-normal {
      width: 85%;
      height: 100%;
      display: flex;
      justify-content: center;
      flex-direction: column; }
      .rc-tree-select-tree li .rc-tree-select-tree-node-content-wrapper.rc-tree-select-tree-node-content-wrapper-normal .rc-tree-select-tree-title {
        width: 100%;
        display: inline-block; }
    .rc-tree-select-tree li .rc-tree-select-tree-node-selected {
      background-color: transparent;
      border: none;
      opacity: 1;
      color: #008f8d; }
    .rc-tree-select-tree li span.rc-tree-select-tree-checkbox {
      margin-right: 10px;
      margin-left: 10px; }

.rc-tree-select {
  border: none; }
  .rc-tree-select .rc-tree-select-selection {
    border-bottom: 1px solid #929894; }
    .rc-tree-select .rc-tree-select-selection:hover {
      border-bottom: 2px solid #008f8d !important; }
      .rc-tree-select .rc-tree-select-selection:hover .rc-tree-select-selection__choice__content {
        color: #008f8d; }
  .rc-tree-select .rc-tree-select-selection__rendered {
    padding-bottom: 7px; }
  .rc-tree-select .rc-tree-select-selection:hover {
    outline: none;
    border: none;
    box-shadow: none; }
  .rc-tree-select:hover .rc-tree-select-search__field__placeholder {
    color: #008f8d; }

.rc-tree-select-allow-clear
.rc-tree-select-selection--single
.rc-tree-select-selection__rendered {
  padding-left: 0px; }

.rc-tree-select.rc-tree-select-focused .rc-tree-select-selection {
  border-bottom: 2px solid #008f8d !important;
  margin-bottom: -2px;
  outline: none;
  border: none;
  box-shadow: none; }

.rc-tree-select.rc-tree-select-focused .rc-tree-select-search__field__placeholder {
  color: #008f8d; }

.display-thumbnails {
  display: flex;
  overflow-x: scroll;
  max-height: 110px; }
  .display-thumbnails button {
    margin-right: 25px; }
  .display-thumbnails .display-thumbnails-photo {
    height: 90px;
    width: 90px;
    object-fit: contain; }

/* overriding rc-tree-select */
.rc-tree-select-selection--multiple {
  background-color: #f4f4f4;
  border: none;
  border-bottom: 1px solid #929894;
  border-radius: 0px; }

.rc-tree-select-selection--multiple .rc-tree-select-selection__rendered {
  padding-left: 0px;
  padding-right: 0px; }

.rc-tree-select-selection--multiple .rc-tree-select-search__field__placeholder {
  left: 0px;
  width: 100%; }

.rc-tree-select-selection__choice__content {
  color: #253029; }

.no-uppercase {
  text-transform: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  height: 100%;
  background-color: rgba(234, 235, 234, 0.8);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  @media (min-width: 768px) {
    .slick-slider .slick-caption {
      display: block !important; } }
  .slick-slider .slick-caption {
    padding-bottom: 45px;
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    color: #ffffff;
    text-align: center;
    z-index: 3;
    display: none; }
  .slick-slider .slick-slide > div:first-child {
    position: relative; }
  .slick-slider .slick-icons {
    position: relative;
    top: 5px; }
  .slick-slider .slick-image {
    width: 100% !important;
    display: inline-flex !important; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  justify-content: center !important;
  position: relative;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
  width: 100% !important; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

button.slick-arrow.slick-prev,
button.slick-arrow.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  height: 100%;
  padding: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  border: none;
  color: transparent;
  outline: none;
  width: 7%;
  z-index: 2; }

.slick-prev {
  left: 0; }
  .slick-prev::before {
    content: '\25C0';
    font-weight: 600;
    font-family: Font awesome\5 Free;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    font-size: 15px;
    background-color: #eaebea;
    width: 25px;
    height: 25px;
    color: #253029;
    border-radius: 5px; }
  .slick-prev:hover::before {
    opacity: 1; }

.slick-next {
  right: 0; }
  .slick-next::before {
    content: '\25BA';
    font-weight: 600;
    font-family: Font awesome\5 Free;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    font-size: 15px;
    background-color: #eaebea;
    width: 25px;
    height: 25px;
    color: #253029;
    border-radius: 5px; }
  .slick-next:hover::before {
    opacity: 1; }

.slick-list {
  z-index: 1; }

.slick-dots {
  margin-top: 0;
  margin-bottom: 1rem;
  position: absolute;
  bottom: 5px;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  z-index: 3; }

.slick-dots li,
.slick-dots li button {
  width: 20px;
  height: 20px;
  cursor: pointer; }

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }
  .slick-dots li button::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '\2022';
    text-align: center;
    opacity: 1;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    transition: all 300ms linear; }

.slick-dots li.slick-active button:before {
  width: 15px;
  height: 15px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  top: -3px; }

.item {
  padding-bottom: 20px;
  width: 20%;
  display: flex;
  justify-content: center;
  color: #253029; }
  .item .item-ribbon-container {
    height: 36px;
    position: relative;
    left: 224px;
    top: -5px; }
  .item .details {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap; }
    .item .details .item-category {
      margin: 0px;
      width: 100%; }
    .item .details .bottom-row {
      width: 100%;
      display: flex;
      justify-content: space-between; }
      .item .details .bottom-row img {
        display: none;
        width: 20px; }

.box {
  display: flex;
  border-radius: 6px;
  -moz-box-shadow: 0px 5px 15px #00000033;
  -webkit-box-shadow: 0px 5px 15px #00000033;
  box-shadow: 0px 5px 15px #00000033;
  flex-direction: column;
  width: 248px;
  min-height: 330px;
  padding: 15px 15px;
  background-color: #ffffff;
  cursor: pointer; }

.itemImage {
  align-self: center;
  border-radius: 6px;
  border: 0;
  width: 100%;
  background-color: #f5f5f5;
  height: 186px;
  padding: 8px 0px;
  display: flex;
  justify-content: center; }

.itemImage img {
  box-shadow: none;
  width: 100%;
  border-radius: 5px;
  vertical-align: center;
  object-fit: contain;
  max-width: 100%;
  height: 170px;
  padding: 5px; }

.imageDetail {
  margin-top: 25px;
  flex: 1 1 auto;
  -webkit-box-flex: 1; }
  .imageDetail a {
    text-decoration: none; }
  .imageDetail .text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.itemDescription,
.itemDescription a {
  font-weight: 700;
  margin-bottom: 1rem;
  text-decoration: none;
  text-align: center; }

.itemDescription {
  color: #999999;
  font-weight: 300;
  line-height: 1.2em;
  text-align: center;
  margin-top: 6px; }

.textTitle {
  color: #3c4858;
  text-align: center; }
  .textTitle .text,
  .textTitle .text a {
    text-align: center;
    margin-bottom: 0px;
    text-decoration: none;
    min-height: auto;
    font-weight: 700; }

.itemPrice {
  color: #9a9a9a;
  font-weight: 300;
  line-height: 19px; }

.item.highlighted {
  display: block;
  color: #008f8d; }
  .item.highlighted .item-ribbon-container {
    position: absolute;
    left: 195px;
    top: 6px; }
  .item.highlighted .box {
    -moz-box-shadow: 0px 5px 15px #008f8d80;
    -webkit-box-shadow: 0px 5px 15px #008f8d80;
    box-shadow: 0px 5px 15px #008f8d80; }

@media screen and (max-width: 1720px) {
  .item {
    width: 25%; } }

@media screen and (max-width: 1335px) {
  .item {
    width: 33%; } }

@media screen and (max-width: 1040px) {
  .item {
    width: 50%; }
    .item .box {
      margin: auto; } }

@media screen and (max-width: 740px) {
  .item {
    width: 100%; } }

body {
  margin: 0;
  color: #4d535c;
  font-family: 'Roboto';
  font-size: 14px; }

html,
body,
#root,
.app {
  height: 100%; }

.root {
  min-height: 100%; }

.password-eye {
  padding: 0 !important;
  margin: 0 12px !important; }

.password-lock {
  width: 23px;
  height: 23px; }

.app,
.popup {
  display: flex;
  flex-direction: column;
  padding: 20px 0; }
  .app h1,
  .popup h1 {
    font-size: 80px;
    font-weight: 900;
    font-family: "Raleway"; }
  .app h2,
  .popup h2 {
    font-size: 48px;
    font-weight: 900;
    font-family: "Raleway"; }
  .app h3,
  .popup h3 {
    font-family: "Lato";
    font-weight: 700;
    font-size: 35px; }
  .app h4,
  .popup h4 {
    font-family: "Roboto";
    font-size: 35px;
    font-weight: 400; }
  .app h5,
  .popup h5 {
    font-family: "Roboto";
    font-size: 25px;
    font-weight: 700; }
  .app h6,
  .popup h6 {
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 700; }
  .app .main-raised,
  .popup .main-raised {
    background: #ffffff;
    z-index: 3;
    margin: 50px 30px 0px;
    border-radius: 6px;
    box-shadow: 0px 10px 20px #00000033;
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
  .app .raleway,
  .popup .raleway {
    font-family: "Raleway"; }
  .app .lato,
  .popup .lato {
    font-family: "Lato"; }
  .app .bold,
  .popup .bold {
    font-weight: 700; }
  .app .extra-bold,
  .popup .extra-bold {
    font-weight: 800; }
  .app .black,
  .popup .black {
    font-weight: 900; }
  .app button.large-button,
  .popup button.large-button {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 700; }
  .app button.medium-button,
  .popup button.medium-button {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 700; }
  .app button.small-button,
  .popup button.small-button {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 700; }
  .app label,
  .popup label {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400 !important; }
  .app label.placeholder,
  .popup label.placeholder {
    font-size: 11px; }
  .app label.light,
  .popup label.light {
    color: #bec1bf; }
  .app input,
  .popup input {
    color: #495057;
    font-size: 14px;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-weight: 400;
    line-height: 1.42857;
    opacity: 1; }
  .app .pointer,
  .popup .pointer {
    cursor: pointer; }
  .app .not-allowed,
  .popup .not-allowed {
    cursor: not-allowed; }

.app__content {
  flex: 1; }

button,
select {
  text-transform: none;
  border: transparent;
  background: transparent; }

.rc-tree-select-tree {
  padding: 10px 0px; }
  .rc-tree-select-tree:hover {
    border: none; }
  .rc-tree-select-tree li {
    padding: 8px;
    height: 40px;
    color: black;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap; }
    .rc-tree-select-tree li:hover {
      cursor: pointer; }
    .rc-tree-select-tree li:hover:not(.rc-tree-select-tree-treenode-switcher-open) {
      color: #ffffff;
      background-color: #008f8d; }
      .rc-tree-select-tree li:hover:not(.rc-tree-select-tree-treenode-switcher-open) .rc-tree-select-tree-node-selected {
        color: #ffffff; }
    .rc-tree-select-tree li .rc-tree-select-tree-switcher.rc-tree-select-tree-switcher-noop {
      display: none; }
    .rc-tree-select-tree li .rc-tree-select-tree-node-content-wrapper.rc-tree-select-tree-node-content-wrapper-normal {
      width: 85%;
      height: 100%;
      display: flex;
      justify-content: center;
      flex-direction: column; }
      .rc-tree-select-tree li .rc-tree-select-tree-node-content-wrapper.rc-tree-select-tree-node-content-wrapper-normal .rc-tree-select-tree-title {
        width: 100%;
        display: inline-block; }
    .rc-tree-select-tree li .rc-tree-select-tree-node-selected {
      background-color: transparent;
      border: none;
      opacity: 1;
      color: #008f8d; }
    .rc-tree-select-tree li span.rc-tree-select-tree-checkbox {
      margin-right: 10px;
      margin-left: 10px; }

.rc-tree-select {
  border: none; }
  .rc-tree-select .rc-tree-select-selection {
    border-bottom: 1px solid #929894; }
    .rc-tree-select .rc-tree-select-selection:hover {
      border-bottom: 2px solid #008f8d !important; }
      .rc-tree-select .rc-tree-select-selection:hover .rc-tree-select-selection__choice__content {
        color: #008f8d; }
  .rc-tree-select .rc-tree-select-selection__rendered {
    padding-bottom: 7px; }
  .rc-tree-select .rc-tree-select-selection:hover {
    outline: none;
    border: none;
    box-shadow: none; }
  .rc-tree-select:hover .rc-tree-select-search__field__placeholder {
    color: #008f8d; }

.rc-tree-select-allow-clear
.rc-tree-select-selection--single
.rc-tree-select-selection__rendered {
  padding-left: 0px; }

.rc-tree-select.rc-tree-select-focused .rc-tree-select-selection {
  border-bottom: 2px solid #008f8d !important;
  margin-bottom: -2px;
  outline: none;
  border: none;
  box-shadow: none; }

.rc-tree-select.rc-tree-select-focused .rc-tree-select-search__field__placeholder {
  color: #008f8d; }

.display-thumbnails {
  display: flex;
  overflow-x: scroll;
  max-height: 110px; }
  .display-thumbnails button {
    margin-right: 25px; }
  .display-thumbnails .display-thumbnails-photo {
    height: 90px;
    width: 90px;
    object-fit: contain; }

/* overriding rc-tree-select */
.rc-tree-select-selection--multiple {
  background-color: #f4f4f4;
  border: none;
  border-bottom: 1px solid #929894;
  border-radius: 0px; }

.rc-tree-select-selection--multiple .rc-tree-select-selection__rendered {
  padding-left: 0px;
  padding-right: 0px; }

.rc-tree-select-selection--multiple .rc-tree-select-search__field__placeholder {
  left: 0px;
  width: 100%; }

.rc-tree-select-selection__choice__content {
  color: #253029; }

.no-uppercase {
  text-transform: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  height: 100%;
  background-color: rgba(234, 235, 234, 0.8);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  @media (min-width: 768px) {
    .slick-slider .slick-caption {
      display: block !important; } }
  .slick-slider .slick-caption {
    padding-bottom: 45px;
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    color: #ffffff;
    text-align: center;
    z-index: 3;
    display: none; }
  .slick-slider .slick-slide > div:first-child {
    position: relative; }
  .slick-slider .slick-icons {
    position: relative;
    top: 5px; }
  .slick-slider .slick-image {
    width: 100% !important;
    display: inline-flex !important; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  justify-content: center !important;
  position: relative;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
  width: 100% !important; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

button.slick-arrow.slick-prev,
button.slick-arrow.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  height: 100%;
  padding: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  border: none;
  color: transparent;
  outline: none;
  width: 7%;
  z-index: 2; }

.slick-prev {
  left: 0; }
  .slick-prev::before {
    content: '\25C0';
    font-weight: 600;
    font-family: Font awesome\5 Free;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    font-size: 15px;
    background-color: #eaebea;
    width: 25px;
    height: 25px;
    color: #253029;
    border-radius: 5px; }
  .slick-prev:hover::before {
    opacity: 1; }

.slick-next {
  right: 0; }
  .slick-next::before {
    content: '\25BA';
    font-weight: 600;
    font-family: Font awesome\5 Free;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    font-size: 15px;
    background-color: #eaebea;
    width: 25px;
    height: 25px;
    color: #253029;
    border-radius: 5px; }
  .slick-next:hover::before {
    opacity: 1; }

.slick-list {
  z-index: 1; }

.slick-dots {
  margin-top: 0;
  margin-bottom: 1rem;
  position: absolute;
  bottom: 5px;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  z-index: 3; }

.slick-dots li,
.slick-dots li button {
  width: 20px;
  height: 20px;
  cursor: pointer; }

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }
  .slick-dots li button::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '\2022';
    text-align: center;
    opacity: 1;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    transition: all 300ms linear; }

.slick-dots li.slick-active button:before {
  width: 15px;
  height: 15px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  top: -3px; }

.initial-dropdown-button {
  text-align: left;
  outline: none;
  border: none;
  background-color: transparent;
  padding: 0;
  color: #929894;
  border-bottom: 1px solid #929894; }
  .initial-dropdown-button .button-content {
    display: flex;
    justify-content: space-between;
    padding: 0; }
    .initial-dropdown-button .button-content span.align-right {
      width: 100%;
      text-align: right;
      padding-right: 5px; }
    .initial-dropdown-button .button-content .selected-label {
      color: #253029; }

.initial-dropdown-button.is-image {
  border-bottom: none; }

.initial-dropdown-button.alt-dropdown {
  background-color: #f4f4f4;
  border-bottom: none;
  padding: 9px 10px; }

.initial-dropdown-button.is-open {
  color: #008f8d;
  border-color: #008f8d; }

.initial-dropdown-button.align-right {
  text-align: right; }

body {
  margin: 0;
  color: #4d535c;
  font-family: 'Roboto';
  font-size: 14px; }

html,
body,
#root,
.app {
  height: 100%; }

.root {
  min-height: 100%; }

.password-eye {
  padding: 0 !important;
  margin: 0 12px !important; }

.password-lock {
  width: 23px;
  height: 23px; }

.app,
.popup {
  display: flex;
  flex-direction: column;
  padding: 20px 0; }
  .app h1,
  .popup h1 {
    font-size: 80px;
    font-weight: 900;
    font-family: "Raleway"; }
  .app h2,
  .popup h2 {
    font-size: 48px;
    font-weight: 900;
    font-family: "Raleway"; }
  .app h3,
  .popup h3 {
    font-family: "Lato";
    font-weight: 700;
    font-size: 35px; }
  .app h4,
  .popup h4 {
    font-family: "Roboto";
    font-size: 35px;
    font-weight: 400; }
  .app h5,
  .popup h5 {
    font-family: "Roboto";
    font-size: 25px;
    font-weight: 700; }
  .app h6,
  .popup h6 {
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 700; }
  .app .main-raised,
  .popup .main-raised {
    background: #ffffff;
    z-index: 3;
    margin: 50px 30px 0px;
    border-radius: 6px;
    box-shadow: 0px 10px 20px #00000033;
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
  .app .raleway,
  .popup .raleway {
    font-family: "Raleway"; }
  .app .lato,
  .popup .lato {
    font-family: "Lato"; }
  .app .bold,
  .popup .bold {
    font-weight: 700; }
  .app .extra-bold,
  .popup .extra-bold {
    font-weight: 800; }
  .app .black,
  .popup .black {
    font-weight: 900; }
  .app button.large-button,
  .popup button.large-button {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 700; }
  .app button.medium-button,
  .popup button.medium-button {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 700; }
  .app button.small-button,
  .popup button.small-button {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 700; }
  .app label,
  .popup label {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400 !important; }
  .app label.placeholder,
  .popup label.placeholder {
    font-size: 11px; }
  .app label.light,
  .popup label.light {
    color: #bec1bf; }
  .app input,
  .popup input {
    color: #495057;
    font-size: 14px;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-weight: 400;
    line-height: 1.42857;
    opacity: 1; }
  .app .pointer,
  .popup .pointer {
    cursor: pointer; }
  .app .not-allowed,
  .popup .not-allowed {
    cursor: not-allowed; }

.app__content {
  flex: 1; }

button,
select {
  text-transform: none;
  border: transparent;
  background: transparent; }

.rc-tree-select-tree {
  padding: 10px 0px; }
  .rc-tree-select-tree:hover {
    border: none; }
  .rc-tree-select-tree li {
    padding: 8px;
    height: 40px;
    color: black;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap; }
    .rc-tree-select-tree li:hover {
      cursor: pointer; }
    .rc-tree-select-tree li:hover:not(.rc-tree-select-tree-treenode-switcher-open) {
      color: #ffffff;
      background-color: #008f8d; }
      .rc-tree-select-tree li:hover:not(.rc-tree-select-tree-treenode-switcher-open) .rc-tree-select-tree-node-selected {
        color: #ffffff; }
    .rc-tree-select-tree li .rc-tree-select-tree-switcher.rc-tree-select-tree-switcher-noop {
      display: none; }
    .rc-tree-select-tree li .rc-tree-select-tree-node-content-wrapper.rc-tree-select-tree-node-content-wrapper-normal {
      width: 85%;
      height: 100%;
      display: flex;
      justify-content: center;
      flex-direction: column; }
      .rc-tree-select-tree li .rc-tree-select-tree-node-content-wrapper.rc-tree-select-tree-node-content-wrapper-normal .rc-tree-select-tree-title {
        width: 100%;
        display: inline-block; }
    .rc-tree-select-tree li .rc-tree-select-tree-node-selected {
      background-color: transparent;
      border: none;
      opacity: 1;
      color: #008f8d; }
    .rc-tree-select-tree li span.rc-tree-select-tree-checkbox {
      margin-right: 10px;
      margin-left: 10px; }

.rc-tree-select {
  border: none; }
  .rc-tree-select .rc-tree-select-selection {
    border-bottom: 1px solid #929894; }
    .rc-tree-select .rc-tree-select-selection:hover {
      border-bottom: 2px solid #008f8d !important; }
      .rc-tree-select .rc-tree-select-selection:hover .rc-tree-select-selection__choice__content {
        color: #008f8d; }
  .rc-tree-select .rc-tree-select-selection__rendered {
    padding-bottom: 7px; }
  .rc-tree-select .rc-tree-select-selection:hover {
    outline: none;
    border: none;
    box-shadow: none; }
  .rc-tree-select:hover .rc-tree-select-search__field__placeholder {
    color: #008f8d; }

.rc-tree-select-allow-clear
.rc-tree-select-selection--single
.rc-tree-select-selection__rendered {
  padding-left: 0px; }

.rc-tree-select.rc-tree-select-focused .rc-tree-select-selection {
  border-bottom: 2px solid #008f8d !important;
  margin-bottom: -2px;
  outline: none;
  border: none;
  box-shadow: none; }

.rc-tree-select.rc-tree-select-focused .rc-tree-select-search__field__placeholder {
  color: #008f8d; }

.display-thumbnails {
  display: flex;
  overflow-x: scroll;
  max-height: 110px; }
  .display-thumbnails button {
    margin-right: 25px; }
  .display-thumbnails .display-thumbnails-photo {
    height: 90px;
    width: 90px;
    object-fit: contain; }

/* overriding rc-tree-select */
.rc-tree-select-selection--multiple {
  background-color: #f4f4f4;
  border: none;
  border-bottom: 1px solid #929894;
  border-radius: 0px; }

.rc-tree-select-selection--multiple .rc-tree-select-selection__rendered {
  padding-left: 0px;
  padding-right: 0px; }

.rc-tree-select-selection--multiple .rc-tree-select-search__field__placeholder {
  left: 0px;
  width: 100%; }

.rc-tree-select-selection__choice__content {
  color: #253029; }

.no-uppercase {
  text-transform: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  height: 100%;
  background-color: rgba(234, 235, 234, 0.8);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  @media (min-width: 768px) {
    .slick-slider .slick-caption {
      display: block !important; } }
  .slick-slider .slick-caption {
    padding-bottom: 45px;
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    color: #ffffff;
    text-align: center;
    z-index: 3;
    display: none; }
  .slick-slider .slick-slide > div:first-child {
    position: relative; }
  .slick-slider .slick-icons {
    position: relative;
    top: 5px; }
  .slick-slider .slick-image {
    width: 100% !important;
    display: inline-flex !important; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  justify-content: center !important;
  position: relative;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
  width: 100% !important; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

button.slick-arrow.slick-prev,
button.slick-arrow.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  height: 100%;
  padding: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  border: none;
  color: transparent;
  outline: none;
  width: 7%;
  z-index: 2; }

.slick-prev {
  left: 0; }
  .slick-prev::before {
    content: '\25C0';
    font-weight: 600;
    font-family: Font awesome\5 Free;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    font-size: 15px;
    background-color: #eaebea;
    width: 25px;
    height: 25px;
    color: #253029;
    border-radius: 5px; }
  .slick-prev:hover::before {
    opacity: 1; }

.slick-next {
  right: 0; }
  .slick-next::before {
    content: '\25BA';
    font-weight: 600;
    font-family: Font awesome\5 Free;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    font-size: 15px;
    background-color: #eaebea;
    width: 25px;
    height: 25px;
    color: #253029;
    border-radius: 5px; }
  .slick-next:hover::before {
    opacity: 1; }

.slick-list {
  z-index: 1; }

.slick-dots {
  margin-top: 0;
  margin-bottom: 1rem;
  position: absolute;
  bottom: 5px;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  z-index: 3; }

.slick-dots li,
.slick-dots li button {
  width: 20px;
  height: 20px;
  cursor: pointer; }

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }
  .slick-dots li button::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '\2022';
    text-align: center;
    opacity: 1;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    transition: all 300ms linear; }

.slick-dots li.slick-active button:before {
  width: 15px;
  height: 15px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  top: -3px; }

.lercombo-container {
  margin-bottom: 15px;
  text-align: left; }

.horizontal {
  display: flex;
  justify-content: space-between; }

.validation-error {
  padding-top: 5px;
  font-size: 12px;
  color: #ff7d7d; }

body {
  margin: 0;
  color: #4d535c;
  font-family: 'Roboto';
  font-size: 14px; }

html,
body,
#root,
.app {
  height: 100%; }

.root {
  min-height: 100%; }

.password-eye {
  padding: 0 !important;
  margin: 0 12px !important; }

.password-lock {
  width: 23px;
  height: 23px; }

.app,
.popup {
  display: flex;
  flex-direction: column;
  padding: 20px 0; }
  .app h1,
  .popup h1 {
    font-size: 80px;
    font-weight: 900;
    font-family: "Raleway"; }
  .app h2,
  .popup h2 {
    font-size: 48px;
    font-weight: 900;
    font-family: "Raleway"; }
  .app h3,
  .popup h3 {
    font-family: "Lato";
    font-weight: 700;
    font-size: 35px; }
  .app h4,
  .popup h4 {
    font-family: "Roboto";
    font-size: 35px;
    font-weight: 400; }
  .app h5,
  .popup h5 {
    font-family: "Roboto";
    font-size: 25px;
    font-weight: 700; }
  .app h6,
  .popup h6 {
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 700; }
  .app .main-raised,
  .popup .main-raised {
    background: #ffffff;
    z-index: 3;
    margin: 50px 30px 0px;
    border-radius: 6px;
    box-shadow: 0px 10px 20px #00000033;
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
  .app .raleway,
  .popup .raleway {
    font-family: "Raleway"; }
  .app .lato,
  .popup .lato {
    font-family: "Lato"; }
  .app .bold,
  .popup .bold {
    font-weight: 700; }
  .app .extra-bold,
  .popup .extra-bold {
    font-weight: 800; }
  .app .black,
  .popup .black {
    font-weight: 900; }
  .app button.large-button,
  .popup button.large-button {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 700; }
  .app button.medium-button,
  .popup button.medium-button {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 700; }
  .app button.small-button,
  .popup button.small-button {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 700; }
  .app label,
  .popup label {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400 !important; }
  .app label.placeholder,
  .popup label.placeholder {
    font-size: 11px; }
  .app label.light,
  .popup label.light {
    color: #bec1bf; }
  .app input,
  .popup input {
    color: #495057;
    font-size: 14px;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-weight: 400;
    line-height: 1.42857;
    opacity: 1; }
  .app .pointer,
  .popup .pointer {
    cursor: pointer; }
  .app .not-allowed,
  .popup .not-allowed {
    cursor: not-allowed; }

.app__content {
  flex: 1; }

button,
select {
  text-transform: none;
  border: transparent;
  background: transparent; }

.rc-tree-select-tree {
  padding: 10px 0px; }
  .rc-tree-select-tree:hover {
    border: none; }
  .rc-tree-select-tree li {
    padding: 8px;
    height: 40px;
    color: black;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap; }
    .rc-tree-select-tree li:hover {
      cursor: pointer; }
    .rc-tree-select-tree li:hover:not(.rc-tree-select-tree-treenode-switcher-open) {
      color: #ffffff;
      background-color: #008f8d; }
      .rc-tree-select-tree li:hover:not(.rc-tree-select-tree-treenode-switcher-open) .rc-tree-select-tree-node-selected {
        color: #ffffff; }
    .rc-tree-select-tree li .rc-tree-select-tree-switcher.rc-tree-select-tree-switcher-noop {
      display: none; }
    .rc-tree-select-tree li .rc-tree-select-tree-node-content-wrapper.rc-tree-select-tree-node-content-wrapper-normal {
      width: 85%;
      height: 100%;
      display: flex;
      justify-content: center;
      flex-direction: column; }
      .rc-tree-select-tree li .rc-tree-select-tree-node-content-wrapper.rc-tree-select-tree-node-content-wrapper-normal .rc-tree-select-tree-title {
        width: 100%;
        display: inline-block; }
    .rc-tree-select-tree li .rc-tree-select-tree-node-selected {
      background-color: transparent;
      border: none;
      opacity: 1;
      color: #008f8d; }
    .rc-tree-select-tree li span.rc-tree-select-tree-checkbox {
      margin-right: 10px;
      margin-left: 10px; }

.rc-tree-select {
  border: none; }
  .rc-tree-select .rc-tree-select-selection {
    border-bottom: 1px solid #929894; }
    .rc-tree-select .rc-tree-select-selection:hover {
      border-bottom: 2px solid #008f8d !important; }
      .rc-tree-select .rc-tree-select-selection:hover .rc-tree-select-selection__choice__content {
        color: #008f8d; }
  .rc-tree-select .rc-tree-select-selection__rendered {
    padding-bottom: 7px; }
  .rc-tree-select .rc-tree-select-selection:hover {
    outline: none;
    border: none;
    box-shadow: none; }
  .rc-tree-select:hover .rc-tree-select-search__field__placeholder {
    color: #008f8d; }

.rc-tree-select-allow-clear
.rc-tree-select-selection--single
.rc-tree-select-selection__rendered {
  padding-left: 0px; }

.rc-tree-select.rc-tree-select-focused .rc-tree-select-selection {
  border-bottom: 2px solid #008f8d !important;
  margin-bottom: -2px;
  outline: none;
  border: none;
  box-shadow: none; }

.rc-tree-select.rc-tree-select-focused .rc-tree-select-search__field__placeholder {
  color: #008f8d; }

.display-thumbnails {
  display: flex;
  overflow-x: scroll;
  max-height: 110px; }
  .display-thumbnails button {
    margin-right: 25px; }
  .display-thumbnails .display-thumbnails-photo {
    height: 90px;
    width: 90px;
    object-fit: contain; }

/* overriding rc-tree-select */
.rc-tree-select-selection--multiple {
  background-color: #f4f4f4;
  border: none;
  border-bottom: 1px solid #929894;
  border-radius: 0px; }

.rc-tree-select-selection--multiple .rc-tree-select-selection__rendered {
  padding-left: 0px;
  padding-right: 0px; }

.rc-tree-select-selection--multiple .rc-tree-select-search__field__placeholder {
  left: 0px;
  width: 100%; }

.rc-tree-select-selection__choice__content {
  color: #253029; }

.no-uppercase {
  text-transform: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  height: 100%;
  background-color: rgba(234, 235, 234, 0.8);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  @media (min-width: 768px) {
    .slick-slider .slick-caption {
      display: block !important; } }
  .slick-slider .slick-caption {
    padding-bottom: 45px;
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    color: #ffffff;
    text-align: center;
    z-index: 3;
    display: none; }
  .slick-slider .slick-slide > div:first-child {
    position: relative; }
  .slick-slider .slick-icons {
    position: relative;
    top: 5px; }
  .slick-slider .slick-image {
    width: 100% !important;
    display: inline-flex !important; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  justify-content: center !important;
  position: relative;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
  width: 100% !important; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

button.slick-arrow.slick-prev,
button.slick-arrow.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  height: 100%;
  padding: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  border: none;
  color: transparent;
  outline: none;
  width: 7%;
  z-index: 2; }

.slick-prev {
  left: 0; }
  .slick-prev::before {
    content: '\25C0';
    font-weight: 600;
    font-family: Font awesome\5 Free;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    font-size: 15px;
    background-color: #eaebea;
    width: 25px;
    height: 25px;
    color: #253029;
    border-radius: 5px; }
  .slick-prev:hover::before {
    opacity: 1; }

.slick-next {
  right: 0; }
  .slick-next::before {
    content: '\25BA';
    font-weight: 600;
    font-family: Font awesome\5 Free;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    font-size: 15px;
    background-color: #eaebea;
    width: 25px;
    height: 25px;
    color: #253029;
    border-radius: 5px; }
  .slick-next:hover::before {
    opacity: 1; }

.slick-list {
  z-index: 1; }

.slick-dots {
  margin-top: 0;
  margin-bottom: 1rem;
  position: absolute;
  bottom: 5px;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  z-index: 3; }

.slick-dots li,
.slick-dots li button {
  width: 20px;
  height: 20px;
  cursor: pointer; }

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }
  .slick-dots li button::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '\2022';
    text-align: center;
    opacity: 1;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    transition: all 300ms linear; }

.slick-dots li.slick-active button:before {
  width: 15px;
  height: 15px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  top: -3px; }

.form-input-container {
  padding-bottom: 0; }
  .form-input-container .error-message {
    padding-top: 5px;
    font-size: 12px;
    color: #ff7d7d; }
  .form-input-container .error-message.alt-error-message {
    padding-left: 10px; }
  .form-input-container .alt-input {
    border-radius: 10px;
    background-color: #f4f4f4; }

.form-input-container.input-has-error {
  padding-bottom: 0px; }

body {
  margin: 0;
  color: #4d535c;
  font-family: 'Roboto';
  font-size: 14px; }

html,
body,
#root,
.app {
  height: 100%; }

.root {
  min-height: 100%; }

.password-eye {
  padding: 0 !important;
  margin: 0 12px !important; }

.password-lock {
  width: 23px;
  height: 23px; }

.app,
.popup {
  display: flex;
  flex-direction: column;
  padding: 20px 0; }
  .app h1,
  .popup h1 {
    font-size: 80px;
    font-weight: 900;
    font-family: "Raleway"; }
  .app h2,
  .popup h2 {
    font-size: 48px;
    font-weight: 900;
    font-family: "Raleway"; }
  .app h3,
  .popup h3 {
    font-family: "Lato";
    font-weight: 700;
    font-size: 35px; }
  .app h4,
  .popup h4 {
    font-family: "Roboto";
    font-size: 35px;
    font-weight: 400; }
  .app h5,
  .popup h5 {
    font-family: "Roboto";
    font-size: 25px;
    font-weight: 700; }
  .app h6,
  .popup h6 {
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 700; }
  .app .main-raised,
  .popup .main-raised {
    background: #ffffff;
    z-index: 3;
    margin: 50px 30px 0px;
    border-radius: 6px;
    box-shadow: 0px 10px 20px #00000033;
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
  .app .raleway,
  .popup .raleway {
    font-family: "Raleway"; }
  .app .lato,
  .popup .lato {
    font-family: "Lato"; }
  .app .bold,
  .popup .bold {
    font-weight: 700; }
  .app .extra-bold,
  .popup .extra-bold {
    font-weight: 800; }
  .app .black,
  .popup .black {
    font-weight: 900; }
  .app button.large-button,
  .popup button.large-button {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 700; }
  .app button.medium-button,
  .popup button.medium-button {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 700; }
  .app button.small-button,
  .popup button.small-button {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 700; }
  .app label,
  .popup label {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400 !important; }
  .app label.placeholder,
  .popup label.placeholder {
    font-size: 11px; }
  .app label.light,
  .popup label.light {
    color: #bec1bf; }
  .app input,
  .popup input {
    color: #495057;
    font-size: 14px;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-weight: 400;
    line-height: 1.42857;
    opacity: 1; }
  .app .pointer,
  .popup .pointer {
    cursor: pointer; }
  .app .not-allowed,
  .popup .not-allowed {
    cursor: not-allowed; }

.app__content {
  flex: 1; }

button,
select {
  text-transform: none;
  border: transparent;
  background: transparent; }

.rc-tree-select-tree {
  padding: 10px 0px; }
  .rc-tree-select-tree:hover {
    border: none; }
  .rc-tree-select-tree li {
    padding: 8px;
    height: 40px;
    color: black;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap; }
    .rc-tree-select-tree li:hover {
      cursor: pointer; }
    .rc-tree-select-tree li:hover:not(.rc-tree-select-tree-treenode-switcher-open) {
      color: #ffffff;
      background-color: #008f8d; }
      .rc-tree-select-tree li:hover:not(.rc-tree-select-tree-treenode-switcher-open) .rc-tree-select-tree-node-selected {
        color: #ffffff; }
    .rc-tree-select-tree li .rc-tree-select-tree-switcher.rc-tree-select-tree-switcher-noop {
      display: none; }
    .rc-tree-select-tree li .rc-tree-select-tree-node-content-wrapper.rc-tree-select-tree-node-content-wrapper-normal {
      width: 85%;
      height: 100%;
      display: flex;
      justify-content: center;
      flex-direction: column; }
      .rc-tree-select-tree li .rc-tree-select-tree-node-content-wrapper.rc-tree-select-tree-node-content-wrapper-normal .rc-tree-select-tree-title {
        width: 100%;
        display: inline-block; }
    .rc-tree-select-tree li .rc-tree-select-tree-node-selected {
      background-color: transparent;
      border: none;
      opacity: 1;
      color: #008f8d; }
    .rc-tree-select-tree li span.rc-tree-select-tree-checkbox {
      margin-right: 10px;
      margin-left: 10px; }

.rc-tree-select {
  border: none; }
  .rc-tree-select .rc-tree-select-selection {
    border-bottom: 1px solid #929894; }
    .rc-tree-select .rc-tree-select-selection:hover {
      border-bottom: 2px solid #008f8d !important; }
      .rc-tree-select .rc-tree-select-selection:hover .rc-tree-select-selection__choice__content {
        color: #008f8d; }
  .rc-tree-select .rc-tree-select-selection__rendered {
    padding-bottom: 7px; }
  .rc-tree-select .rc-tree-select-selection:hover {
    outline: none;
    border: none;
    box-shadow: none; }
  .rc-tree-select:hover .rc-tree-select-search__field__placeholder {
    color: #008f8d; }

.rc-tree-select-allow-clear
.rc-tree-select-selection--single
.rc-tree-select-selection__rendered {
  padding-left: 0px; }

.rc-tree-select.rc-tree-select-focused .rc-tree-select-selection {
  border-bottom: 2px solid #008f8d !important;
  margin-bottom: -2px;
  outline: none;
  border: none;
  box-shadow: none; }

.rc-tree-select.rc-tree-select-focused .rc-tree-select-search__field__placeholder {
  color: #008f8d; }

.display-thumbnails {
  display: flex;
  overflow-x: scroll;
  max-height: 110px; }
  .display-thumbnails button {
    margin-right: 25px; }
  .display-thumbnails .display-thumbnails-photo {
    height: 90px;
    width: 90px;
    object-fit: contain; }

/* overriding rc-tree-select */
.rc-tree-select-selection--multiple {
  background-color: #f4f4f4;
  border: none;
  border-bottom: 1px solid #929894;
  border-radius: 0px; }

.rc-tree-select-selection--multiple .rc-tree-select-selection__rendered {
  padding-left: 0px;
  padding-right: 0px; }

.rc-tree-select-selection--multiple .rc-tree-select-search__field__placeholder {
  left: 0px;
  width: 100%; }

.rc-tree-select-selection__choice__content {
  color: #253029; }

.no-uppercase {
  text-transform: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  height: 100%;
  background-color: rgba(234, 235, 234, 0.8);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  @media (min-width: 768px) {
    .slick-slider .slick-caption {
      display: block !important; } }
  .slick-slider .slick-caption {
    padding-bottom: 45px;
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    color: #ffffff;
    text-align: center;
    z-index: 3;
    display: none; }
  .slick-slider .slick-slide > div:first-child {
    position: relative; }
  .slick-slider .slick-icons {
    position: relative;
    top: 5px; }
  .slick-slider .slick-image {
    width: 100% !important;
    display: inline-flex !important; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  justify-content: center !important;
  position: relative;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
  width: 100% !important; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

button.slick-arrow.slick-prev,
button.slick-arrow.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  height: 100%;
  padding: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  border: none;
  color: transparent;
  outline: none;
  width: 7%;
  z-index: 2; }

.slick-prev {
  left: 0; }
  .slick-prev::before {
    content: '\25C0';
    font-weight: 600;
    font-family: Font awesome\5 Free;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    font-size: 15px;
    background-color: #eaebea;
    width: 25px;
    height: 25px;
    color: #253029;
    border-radius: 5px; }
  .slick-prev:hover::before {
    opacity: 1; }

.slick-next {
  right: 0; }
  .slick-next::before {
    content: '\25BA';
    font-weight: 600;
    font-family: Font awesome\5 Free;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    font-size: 15px;
    background-color: #eaebea;
    width: 25px;
    height: 25px;
    color: #253029;
    border-radius: 5px; }
  .slick-next:hover::before {
    opacity: 1; }

.slick-list {
  z-index: 1; }

.slick-dots {
  margin-top: 0;
  margin-bottom: 1rem;
  position: absolute;
  bottom: 5px;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  z-index: 3; }

.slick-dots li,
.slick-dots li button {
  width: 20px;
  height: 20px;
  cursor: pointer; }

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }
  .slick-dots li button::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '\2022';
    text-align: center;
    opacity: 1;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    transition: all 300ms linear; }

.slick-dots li.slick-active button:before {
  width: 15px;
  height: 15px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  top: -3px; }

.popup {
  min-width: 300px;
  position: relative; }
  .popup h6 {
    font-size: 1em; }
  .popup .actions {
    width: auto;
    padding-top: 15px; }
  .popup .dialog-title {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
    .popup .dialog-title .title {
      color: #253029;
      display: flex;
      flex-direction: column;
      justify-content: center;
      word-break: break-all; }
    .popup .dialog-title .dialog-close-button img {
      width: 20px; }
  .popup .content {
    width: auto;
    overflow-y: unset; }
  .popup .content:nth-child(2) {
    padding-bottom: 0px; }

@media screen and (max-width: 400px) {
  .popup {
    min-width: 235px; }
    .popup .dialog-title .close-button {
      right: 7px;
      top: 10px; }
    .popup .actions {
      width: auto; } }

body {
  margin: 0;
  color: #4d535c;
  font-family: 'Roboto';
  font-size: 14px; }

html,
body,
#root,
.app {
  height: 100%; }

.root {
  min-height: 100%; }

.password-eye {
  padding: 0 !important;
  margin: 0 12px !important; }

.password-lock {
  width: 23px;
  height: 23px; }

.app,
.popup {
  display: flex;
  flex-direction: column;
  padding: 20px 0; }
  .app h1,
  .popup h1 {
    font-size: 80px;
    font-weight: 900;
    font-family: "Raleway"; }
  .app h2,
  .popup h2 {
    font-size: 48px;
    font-weight: 900;
    font-family: "Raleway"; }
  .app h3,
  .popup h3 {
    font-family: "Lato";
    font-weight: 700;
    font-size: 35px; }
  .app h4,
  .popup h4 {
    font-family: "Roboto";
    font-size: 35px;
    font-weight: 400; }
  .app h5,
  .popup h5 {
    font-family: "Roboto";
    font-size: 25px;
    font-weight: 700; }
  .app h6,
  .popup h6 {
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 700; }
  .app .main-raised,
  .popup .main-raised {
    background: #ffffff;
    z-index: 3;
    margin: 50px 30px 0px;
    border-radius: 6px;
    box-shadow: 0px 10px 20px #00000033;
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
  .app .raleway,
  .popup .raleway {
    font-family: "Raleway"; }
  .app .lato,
  .popup .lato {
    font-family: "Lato"; }
  .app .bold,
  .popup .bold {
    font-weight: 700; }
  .app .extra-bold,
  .popup .extra-bold {
    font-weight: 800; }
  .app .black,
  .popup .black {
    font-weight: 900; }
  .app button.large-button,
  .popup button.large-button {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 700; }
  .app button.medium-button,
  .popup button.medium-button {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 700; }
  .app button.small-button,
  .popup button.small-button {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 700; }
  .app label,
  .popup label {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400 !important; }
  .app label.placeholder,
  .popup label.placeholder {
    font-size: 11px; }
  .app label.light,
  .popup label.light {
    color: #bec1bf; }
  .app input,
  .popup input {
    color: #495057;
    font-size: 14px;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-weight: 400;
    line-height: 1.42857;
    opacity: 1; }
  .app .pointer,
  .popup .pointer {
    cursor: pointer; }
  .app .not-allowed,
  .popup .not-allowed {
    cursor: not-allowed; }

.app__content {
  flex: 1; }

button,
select {
  text-transform: none;
  border: transparent;
  background: transparent; }

.rc-tree-select-tree {
  padding: 10px 0px; }
  .rc-tree-select-tree:hover {
    border: none; }
  .rc-tree-select-tree li {
    padding: 8px;
    height: 40px;
    color: black;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap; }
    .rc-tree-select-tree li:hover {
      cursor: pointer; }
    .rc-tree-select-tree li:hover:not(.rc-tree-select-tree-treenode-switcher-open) {
      color: #ffffff;
      background-color: #008f8d; }
      .rc-tree-select-tree li:hover:not(.rc-tree-select-tree-treenode-switcher-open) .rc-tree-select-tree-node-selected {
        color: #ffffff; }
    .rc-tree-select-tree li .rc-tree-select-tree-switcher.rc-tree-select-tree-switcher-noop {
      display: none; }
    .rc-tree-select-tree li .rc-tree-select-tree-node-content-wrapper.rc-tree-select-tree-node-content-wrapper-normal {
      width: 85%;
      height: 100%;
      display: flex;
      justify-content: center;
      flex-direction: column; }
      .rc-tree-select-tree li .rc-tree-select-tree-node-content-wrapper.rc-tree-select-tree-node-content-wrapper-normal .rc-tree-select-tree-title {
        width: 100%;
        display: inline-block; }
    .rc-tree-select-tree li .rc-tree-select-tree-node-selected {
      background-color: transparent;
      border: none;
      opacity: 1;
      color: #008f8d; }
    .rc-tree-select-tree li span.rc-tree-select-tree-checkbox {
      margin-right: 10px;
      margin-left: 10px; }

.rc-tree-select {
  border: none; }
  .rc-tree-select .rc-tree-select-selection {
    border-bottom: 1px solid #929894; }
    .rc-tree-select .rc-tree-select-selection:hover {
      border-bottom: 2px solid #008f8d !important; }
      .rc-tree-select .rc-tree-select-selection:hover .rc-tree-select-selection__choice__content {
        color: #008f8d; }
  .rc-tree-select .rc-tree-select-selection__rendered {
    padding-bottom: 7px; }
  .rc-tree-select .rc-tree-select-selection:hover {
    outline: none;
    border: none;
    box-shadow: none; }
  .rc-tree-select:hover .rc-tree-select-search__field__placeholder {
    color: #008f8d; }

.rc-tree-select-allow-clear
.rc-tree-select-selection--single
.rc-tree-select-selection__rendered {
  padding-left: 0px; }

.rc-tree-select.rc-tree-select-focused .rc-tree-select-selection {
  border-bottom: 2px solid #008f8d !important;
  margin-bottom: -2px;
  outline: none;
  border: none;
  box-shadow: none; }

.rc-tree-select.rc-tree-select-focused .rc-tree-select-search__field__placeholder {
  color: #008f8d; }

.display-thumbnails {
  display: flex;
  overflow-x: scroll;
  max-height: 110px; }
  .display-thumbnails button {
    margin-right: 25px; }
  .display-thumbnails .display-thumbnails-photo {
    height: 90px;
    width: 90px;
    object-fit: contain; }

/* overriding rc-tree-select */
.rc-tree-select-selection--multiple {
  background-color: #f4f4f4;
  border: none;
  border-bottom: 1px solid #929894;
  border-radius: 0px; }

.rc-tree-select-selection--multiple .rc-tree-select-selection__rendered {
  padding-left: 0px;
  padding-right: 0px; }

.rc-tree-select-selection--multiple .rc-tree-select-search__field__placeholder {
  left: 0px;
  width: 100%; }

.rc-tree-select-selection__choice__content {
  color: #253029; }

.no-uppercase {
  text-transform: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  height: 100%;
  background-color: rgba(234, 235, 234, 0.8);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
  @media (min-width: 768px) {
    .slick-slider .slick-caption {
      display: block !important; } }
  .slick-slider .slick-caption {
    padding-bottom: 45px;
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    color: #ffffff;
    text-align: center;
    z-index: 3;
    display: none; }
  .slick-slider .slick-slide > div:first-child {
    position: relative; }
  .slick-slider .slick-icons {
    position: relative;
    top: 5px; }
  .slick-slider .slick-image {
    width: 100% !important;
    display: inline-flex !important; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  justify-content: center !important;
  position: relative;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
  width: 100% !important; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

button.slick-arrow.slick-prev,
button.slick-arrow.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  height: 100%;
  padding: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  border: none;
  color: transparent;
  outline: none;
  width: 7%;
  z-index: 2; }

.slick-prev {
  left: 0; }
  .slick-prev::before {
    content: '\25C0';
    font-weight: 600;
    font-family: Font awesome\5 Free;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    font-size: 15px;
    background-color: #eaebea;
    width: 25px;
    height: 25px;
    color: #253029;
    border-radius: 5px; }
  .slick-prev:hover::before {
    opacity: 1; }

.slick-next {
  right: 0; }
  .slick-next::before {
    content: '\25BA';
    font-weight: 600;
    font-family: Font awesome\5 Free;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    font-size: 15px;
    background-color: #eaebea;
    width: 25px;
    height: 25px;
    color: #253029;
    border-radius: 5px; }
  .slick-next:hover::before {
    opacity: 1; }

.slick-list {
  z-index: 1; }

.slick-dots {
  margin-top: 0;
  margin-bottom: 1rem;
  position: absolute;
  bottom: 5px;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  z-index: 3; }

.slick-dots li,
.slick-dots li button {
  width: 20px;
  height: 20px;
  cursor: pointer; }

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }
  .slick-dots li button::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '\2022';
    text-align: center;
    opacity: 1;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    transition: all 300ms linear; }

.slick-dots li.slick-active button:before {
  width: 15px;
  height: 15px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  top: -3px; }

.item-list-container {
  display: flex;
  justify-content: center; }
  .item-list-container .item-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-grow: 2;
    max-width: calc(75% + 60px);
    min-height: 380px;
    align-self: center; }
    .item-list-container .item-list .items-container {
      padding-bottom: 90px;
      width: 100%; }
      .item-list-container .item-list .items-container .item-list-header {
        width: 100%;
        padding-top: 50px; }
        .item-list-container .item-list .items-container .item-list-header .header-top {
          width: 100%;
          display: flex;
          justify-content: space-between; }
          .item-list-container .item-list .items-container .item-list-header .header-top .item-list-title {
            padding-bottom: 60px; }
            .item-list-container .item-list .items-container .item-list-header .header-top .item-list-title h3.blue-theme {
              color: #008f8d; }
              .item-list-container .item-list .items-container .item-list-header .header-top .item-list-title h3.blue-theme span {
                color: #008f8d; }
            .item-list-container .item-list .items-container .item-list-header .header-top .item-list-title h3 {
              color: #253029;
              margin-bottom: 11px; }
            .item-list-container .item-list .items-container .item-list-header .header-top .item-list-title span {
              color: #929894; }
          .item-list-container .item-list .items-container .item-list-header .header-top .filter-button {
            display: flex;
            width: 50%;
            justify-content: flex-end; }
            .item-list-container .item-list .items-container .item-list-header .header-top .filter-button img {
              width: 20px; }
      .item-list-container .item-list .items-container .no-results {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 50px; }
      .item-list-container .item-list .items-container .items {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: flex-start;
        padding-bottom: 25px; }
        .item-list-container .item-list .items-container .items .item.highlighted {
          position: relative; }
      .item-list-container .item-list .items-container .highlighted-container {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        align-content: space-evenly; }
      .item-list-container .item-list .items-container .items-pagination-container {
        padding-top: 60px; }

.item-list-container.highlighted .item-list .items-container .item-list-header .header-top .item-list-title h3,
.item-list-container.highlighted .item-list .items-container .item-list-header .header-top .item-list-title span {
  color: #008f8d; }

.item-list-container.highlighted .item-list .items-container .items .item {
  position: relative;
  display: flex; }
  .item-list-container.highlighted .item-list .items-container .items .item .item-ribbon-container {
    left: 215px;
    top: 0; }

@media screen and (max-width: 1540px) {
  .item-list .highlighted-container {
    width: 70%; } }

