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-container {
  display: flex;
  align-content: center;
  flex-flow: row;
  width: 35%; }
  .item-container__info {
    display: flex;
    flex-flow: column;
    justify-content: center; }
    .item-container__info p {
      font-size: 0.7em;
      color: #253029; }
    .item-container__info__broke p {
      display: flex;
      flex-flow: wrap;
      font-size: 1.1em; }
    .item-container__info__tooltip {
      word-wrap: 'break-word';
      font-size: 1.5em;
      line-height: 1.5;
      padding: 5px; }
    .item-container__info .message {
      text-overflow: ellipsis;
      display: block;
      overflow: hidden;
      white-space: nowrap;
      max-width: 150px; }
  .item-container__image {
    display: flex;
    align-content: center;
    flex-flow: wrap;
    padding: 0px 20px; }
  .item-container img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover; }

@media screen and (max-width: 1000px) {
  .item-container {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    flex-basis: 100%; }
    .item-container__info {
      display: block;
      padding-top: 10px;
      padding-bottom: 10px;
      width: 80%; }
      .item-container__info p {
        text-align: center; }
    .item-container__image {
      display: flex;
      text-align: center;
      width: 80px;
      height: 80px;
      padding-top: 10px;
      padding-left: 0px;
      padding-right: 0px; }
    .item-container img {
      width: 80px;
      height: 80px;
      border-radius: 50%; } }

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

.invoice-status-container .text {
  text-transform: capitalize;
  display: none;
  font-size: 0.9em; }

.invoice-status-container img {
  width: 20px; }

@media screen and (max-width: 960px) {
  .invoice-status-container .text {
    display: inline-block;
    vertical-align: bottom; } }

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

.action-container {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  justify-content: space-evenly; }
  .action-container .options-label {
    display: flex;
    align-items: center;
    justify-content: space-around; }
    .action-container .options-label .actions {
      display: flex;
      align-items: center;
      justify-content: center;
      align-content: center;
      text-align: center; }
      .action-container .options-label .actions p {
        text-align: center; }
      .action-container .options-label .actions img {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        margin-right: 5px;
        margin-left: 5px; }
      .action-container .options-label .actions img:nth-of-type(1).pointer:hover {
        -moz-box-shadow: 0 0 3px 0 rgba(132, 153, 55, 0.8);
        -webkit-box-shadow: 0 0 3px 0 rgba(132, 153, 55, 0.8);
        box-shadow: 0 0 3px 0 rgba(132, 153, 55, 0.8); }
      .action-container .options-label .actions img:nth-of-type(2).pointer:hover {
        -moz-box-shadow: 0 0 3px 0 rgba(255, 0, 0, 0.8);
        -webkit-box-shadow: 0 0 3px 0 rgba(255, 0, 0, 0.8);
        box-shadow: 0 0 3px 0 rgba(255, 0, 0, 0.8); }
  .action-container .request-status-pending {
    font-weight: bold;
    color: #ffaa00;
    text-align: center; }
  .action-container .request-status-rejected {
    font-weight: bold;
    color: #ff0000;
    text-align: center; }
  .action-container .request-status-accepted {
    font-weight: bold;
    color: #849937;
    text-align: center; }
  .action-container .request-status-canceled {
    font-weight: bold;
    color: #996600;
    text-align: center; }
  .action-container .request-status-terminated {
    font-weight: bold;
    color: #849937;
    text-align: center; }
  .action-container .request-status-not-terminated {
    font-weight: bold;
    color: #a52a2a;
    text-align: center; }

@media screen and (max-width: 1000px) {
  .action-container {
    display: flex;
    align-content: center;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 100%; }
    .action-container .options-label {
      display: block;
      padding-top: 10px; } }

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

.company-account-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 15px; }
  @media (min-width: 1024px) {
    .company-account-wrapper {
      align-items: unset;
      flex-direction: row; } }
  .company-account-wrapper .identification {
    display: flex;
    flex-direction: column;
    width: 100%; }
    @media (min-width: 1024px) {
      .company-account-wrapper .identification {
        width: 60%;
        padding: 15px; } }
    .company-account-wrapper .identification-title {
      font-size: 20px;
      font-weight: 900;
      text-align: center;
      color: #008f8d; }
    .company-account-wrapper .identification .info-container {
      display: flex;
      justify-content: space-evenly;
      flex-direction: column;
      padding: 15px; }
      @media (min-width: 1024px) {
        .company-account-wrapper .identification .info-container {
          flex-direction: row; } }
      .company-account-wrapper .identification .info-container-company {
        display: flex;
        flex-direction: column;
        padding: 15px; }
      .company-account-wrapper .identification .info-container-person {
        display: flex;
        flex-direction: column;
        padding: 15px; }
      .company-account-wrapper .identification .info-container-request {
        display: flex;
        flex-direction: column;
        padding: 15px; }
  .company-account-wrapper .message {
    display: flex;
    flex-direction: column;
    width: 100%; }
    @media (min-width: 1024px) {
      .company-account-wrapper .message {
        width: 40%;
        padding: 15px; } }
    .company-account-wrapper .message-wrapper {
      display: flex;
      flex-direction: column;
      justify-content: space-around; }
    .company-account-wrapper .message-title {
      font-size: 20px;
      font-weight: 900;
      text-align: center;
      color: #008f8d; }
    .company-account-wrapper .message-content {
      text-align: center;
      margin: 14px; }
  .company-account-wrapper .label {
    font-size: 18px; }

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

.row-container {
  margin: 10px;
  display: flex;
  width: 100%;
  height: auto;
  border-radius: 5px;
  color: #253029; }
  .row-container > * {
    width: 100%; }
  .row-container .row-container__info-side {
    display: flex;
    flex: 1;
    width: 50%; }
  .row-container p {
    font-weight: bold;
    text-align: left; }
    .row-container p span {
      font-weight: normal; }
  .row-container .pending-side-bar {
    height: auto;
    background-color: #ffaa00;
    width: 15px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
    @media (max-width: 1000px) {
      .row-container .pending-side-bar {
        height: 10px;
        width: 100%;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 0px; } }
  .row-container .rejected-side-bar {
    height: auto;
    background-color: #ff0000;
    width: 15px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
    @media (max-width: 1000px) {
      .row-container .rejected-side-bar {
        height: 10px;
        width: 100%;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 0px; } }
  .row-container .accepted-side-bar {
    height: auto;
    background-color: #849937;
    width: 15px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
    @media (max-width: 1000px) {
      .row-container .accepted-side-bar {
        height: 10px;
        width: 100%;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 0px; } }
  .row-container .canceled-side-bar {
    height: auto;
    background-color: #996600;
    width: 15px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
    @media (max-width: 1000px) {
      .row-container .canceled-side-bar {
        height: 10px;
        width: 100%;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 0px; } }
  .row-container .terminated-side-bar {
    height: auto;
    background-color: #849937;
    width: 15px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
    @media (max-width: 1000px) {
      .row-container .terminated-side-bar {
        height: 10px;
        width: 100%;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 0px; } }
  .row-container .not-terminated-side-bar {
    height: auto;
    background-color: #a52a2a;
    width: 15px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
    @media (max-width: 1000px) {
      .row-container .not-terminated-side-bar {
        height: 10px;
        width: 100%;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 0px; } }

@media screen and (max-width: 1000px) {
  .row-container {
    display: flex;
    width: 100%;
    height: auto;
    border-radius: 5px;
    font-size: 0.9em;
    flex-flow: column;
    margin-left: 3%; }
    .row-container .row-container__info-side {
      display: flex;
      flex-wrap: wrap;
      padding: 0px 20px; }
    .row-container hr {
      border: none;
      width: 80%;
      margin: 0px auto;
      height: 1px; } }

@media screen and (max-width: 380px) {
  .row-container .row-container__info-side {
    padding: 0px 5px; } }

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

.location-section-wrapper {
  width: 100%;
  margin-top: -60px; }
  @media (min-width: 1024px) {
    .location-section-wrapper {
      padding: 0 15px 0 15px; } }
  .location-section-wrapper .location-section {
    padding: 0 15px 0 15px; }
  .location-section-wrapper .location-title {
    padding: 15px;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    color: #008f8d; }
  .location-section-wrapper .location-card-wrapper {
    display: flex;
    align-items: center;
    overflow: auto;
    white-space: nowrap; }
    .location-section-wrapper .location-card-wrapper .location-card {
      flex: auto; }
    .location-section-wrapper .location-card-wrapper .location-card-content {
      display: flex;
      justify-content: space-between;
      border: 1px solid rgba(0, 0, 0, 0.87);
      border-radius: 10px;
      width: 370px;
      height: 200px;
      margin: 0 10px 10px 10px;
      padding: 15px; }
      .location-section-wrapper .location-card-wrapper .location-card-content .title {
        font-size: 18px; }
      .location-section-wrapper .location-card-wrapper .location-card-content .ler-text {
        width: 185px;
        overflow: auto;
        white-space: nowrap; }
    .location-section-wrapper .location-card-wrapper .location-card-doc .location-card-doc-title {
      font-size: 12px; }
    .location-section-wrapper .location-card-wrapper .location-card-doc .location-card-doc--empty {
      font-size: 10px; }
    .location-section-wrapper .location-card-wrapper .location-card-doc .document_thumbnail {
      width: 100px;
      height: 100px;
      position: relative;
      margin: 0px 14px 14px 0px; }
      .location-section-wrapper .location-card-wrapper .location-card-doc .document_thumbnail .thumbnail {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 76px;
        background: #e5e5e5;
        border-radius: 5px 5px 0 0; }
        .location-section-wrapper .location-card-wrapper .location-card-doc .document_thumbnail .thumbnail .icon {
          width: 40px; }
      .location-section-wrapper .location-card-wrapper .location-card-doc .document_thumbnail .document_name {
        display: flex;
        padding: 0.25rem;
        height: 26px;
        width: 100px;
        justify-content: center;
        align-items: center;
        border: 1px solid #e5e5e5;
        box-sizing: border-box;
        border-radius: 0 0 5px 5px; }
        .location-section-wrapper .location-card-wrapper .location-card-doc .document_thumbnail .document_name p {
          font-size: 10px;
          padding: 0 10px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }

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

.custom-dropdown-button {
  margin: 0px !important;
  padding: 6px 12px 12px 2px !important; }
  .custom-dropdown-button__image {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    border-radius: 50% !important;
    width: 48px !important;
    height: 48px !important;
    display: flex !important;
    justify-content: center !important; }
    .custom-dropdown-button__image img {
      width: 45px !important;
      height: 45px !important;
      max-width: 45px !important;
      max-height: 45px !important; }

.header-link-reuse {
  position: relative; }
  .header-link-reuse__tag {
    position: absolute;
    right: 0;
    top: -8px;
    padding: 1px 4px;
    background: #FA0;
    border-radius: 5px; }
    .header-link-reuse__tag .MuiTypography-root {
      position: relative;
      font-size: 12px;
      margin: 0 !important;
      height: inherit;
      color: white;
      font-weight: bold;
      text-transform: capitalize !important; }

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

.pricing-text-list, .pricing-button {
  color: #929894; }

.pricing-card {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 15px 35px;
  box-sizing: border-box;
  border-radius: 10px;
  -moz-box-shadow: 0 0 3px #f70000;
  -webkit-box-shadow: 0 0 3px #f70000;
  box-shadow: 0px 5px 15px #00000033;
  display: inline-block;
  vertical-align: middle; }

.pricing-text-list {
  list-style: none;
  text-align: center;
  padding-left: 0px;
  width: 100%;
  padding-top: 0px;
  margin-bottom: 9px; }

.pricing-text-list li {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  text-align: center;
  color: #253029; }

.pricing-text-list li:not(:last-child) {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.4); }

.pricing-text-list img {
  width: 25px; }

.pricing-text-duration-container {
  padding-top: 10px;
  padding-bottom: 20px;
  width: 100%; }

.pricing-text-duration {
  color: #253029; }

.pricing-text-title {
  font-weight: bold;
  color: #253029;
  margin-top: 10px;
  margin-bottom: 5px; }

.pricing-text-limit-title-container {
  width: 100%; }

.pricing-text-amount {
  color: #253029;
  display: inline;
  font-size: 60px !important; }

.pricing-text-currency {
  display: inline;
  font-weight: bold;
  padding: 0px;
  color: #253029;
  font-size: 24px !important; }

.pricing-text-limit {
  color: #253029;
  font-weight: 700;
  display: inline;
  padding: 0px; }

.material-icons.notification {
  font-size: 20px;
  text-align: center;
  padding-bottom: 6px;
  vertical-align: middle; }

.enabled-notifications,
.disabled-notifications {
  padding-right: 10px;
  padding-bottom: 3px !important;
  width: 15px; }

.pricing-button {
  width: 60%; }

.pricing-card-back {
  background-color: #eaebea; }

/* Flip animation */
.pricing-card-flip-container {
  width: 300px;
  height: 450px;
  background-color: transparent;
  perspective: 1000px;
  display: inline-flex; }

.pricing-card-flip-container:not(:last-child) {
  margin-right: 50px; }

.flip-card-inner,
.flip-card-inner-rotation {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d; }

.flip-card-inner {
  backface-visibility: hidden; }

.flip-card-inner-rotation {
  transform: rotateY(180deg); }

.pricing-card-flip-front,
.pricing-card-flip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden; }

.pricing-card-flip-front {
  z-index: 2; }

.pricing-card-flip-back {
  transform: rotateY(180deg);
  z-index: 1; }

@media (max-width: 1199px) {
  .pricing-card-flip-container {
    width: 275px;
    margin-right: 0px; }
  .pricing-card-flip-container {
    width: 265px; }
  .pricing-card-flip-container:not(:last-child) {
    margin-right: 15px; } }

@media (max-width: 991px) {
  .pricing-card-flip-container {
    display: block;
    width: 300px;
    margin-bottom: 50px; } }

@media (max-width: 767px) {
  .pricing-card-flip-container:not(:last-child) {
    margin-right: 0px; } }

@media (max-width: 395px) {
  .pricing-text-list, .pricing-button {
    font-size: 0.9em; }
  .pricing-card-flip-container {
    display: block;
    width: 250px;
    padding-right: 0px;
    padding-left: 0px; } }

@media (max-width: 334px) {
  .pricing-card-flip-container {
    display: block;
    width: 225px; } }

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

.contact-us-page {
  display: flex;
  justify-content: center; }
  .contact-us-page .contact-us-container {
    width: 80%;
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
    .contact-us-page .contact-us-container .left-side-form {
      width: 45%; }
      .contact-us-page .contact-us-container .left-side-form .title {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        padding-bottom: 20px;
        color: #253029; }
        .contact-us-page .contact-us-container .left-side-form .title h3 {
          font-family: "Raleway";
          font-weight: 900; }
      .contact-us-page .contact-us-container .left-side-form .description {
        color: #929894; }
    .contact-us-page .contact-us-container .right-side-info {
      width: 30%;
      padding-top: 5%; }
      .contact-us-page .contact-us-container .right-side-info .contact-info-container {
        height: 55%;
        display: flex;
        justify-content: space-between;
        flex-direction: column; }
        .contact-us-page .contact-us-container .right-side-info .contact-info-container p {
          margin: 15px 0; }

@media screen and (max-width: 1160px) {
  .contact-us-page .contact-us-container {
    width: 100%; } }

@media screen and (max-width: 959px) {
  .contact-us-page .contact-us-container .left-side-form {
    width: 100%; }
  .contact-us-page .contact-us-container .right-side-info {
    width: 100%; }
    .contact-us-page .contact-us-container .right-side-info .contact-info-container {
      flex-direction: row;
      flex-wrap: wrap; }
      .contact-us-page .contact-us-container .right-side-info .contact-info-container .contact-info {
        width: 50%;
        padding-bottom: 25px; }
      .contact-us-page .contact-us-container .right-side-info .contact-info-container .contact-info:nth-of-type(even) .info-field {
        justify-content: flex-end; } }

@media screen and (max-width: 650px) {
  .contact-us-page .contact-us-container .right-side-info {
    padding-top: 50px; }
    .contact-us-page .contact-us-container .right-side-info .contact-info-container .contact-info {
      width: 100%; }
      .contact-us-page .contact-us-container .right-side-info .contact-info-container .contact-info .info-field {
        justify-content: center; }
    .contact-us-page .contact-us-container .right-side-info .contact-info-container .contact-info:nth-of-type(even) .info-field {
      justify-content: center; } }

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

.help-container {
  display: flex;
  flex-direction: column; }
  .help-container__header {
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 50px; }
    .help-container__header-title {
      font-size: 81px;
      font-weight: 900; }
    .help-container__header-subtitle {
      font-size: 25px;
      font-weight: 700; }
  .help-container__faqs-card {
    display: flex;
    justify-content: center;
    background-color: white;
    padding: 50px 118px;
    border-radius: 15px; }
    .help-container__faqs-card__content {
      display: flex;
      width: 100%;
      max-width: 1100px; }
      .help-container__faqs-card__content .MuiTab-root {
        border-radius: 10px;
        color: #008f8d;
        font-weight: 700;
        font-size: 14px;
        width: fit-content;
        padding: 10px;
        max-width: unset; }
        .help-container__faqs-card__content .MuiTab-root.Mui-selected {
          background-color: #008f8d;
          color: white; }
      .help-container__faqs-card__content__tabpanel {
        width: 100%; }
        .help-container__faqs-card__content__tabpanel .MuiAccordion-root::before {
          visibility: hidden; }
        .help-container__faqs-card__content__tabpanel .MuiAccordion-root.Mui-expanded {
          margin: 0; }
        .help-container__faqs-card__content__tabpanel .MuiAccordion-root .MuiAccordionSummary-root {
          padding: 0;
          margin: 0px 10px; }
          .help-container__faqs-card__content__tabpanel .MuiAccordion-root .MuiAccordionSummary-root.Mui-expanded {
            min-height: 48px; }
          .help-container__faqs-card__content__tabpanel .MuiAccordion-root .MuiAccordionSummary-root .MuiAccordionSummary-content {
            margin: 0; }
            .help-container__faqs-card__content__tabpanel .MuiAccordion-root .MuiAccordionSummary-root .MuiAccordionSummary-content span {
              color: #000;
              font-size: 14px;
              font-weight: 700; }
            .help-container__faqs-card__content__tabpanel .MuiAccordion-root .MuiAccordionSummary-root .MuiAccordionSummary-content.Mui-expanded {
              margin: 0; }
        .help-container__faqs-card__content__tabpanel .MuiAccordion-root .MuiAccordionDetails-root {
          margin: 0 10px 15px 10px;
          padding: 0;
          font-size: 14px; }
          .help-container__faqs-card__content__tabpanel .MuiAccordion-root .MuiAccordionDetails-root ul,
          .help-container__faqs-card__content__tabpanel .MuiAccordion-root .MuiAccordionDetails-root ol {
            margin: 0; }
          .help-container__faqs-card__content__tabpanel .MuiAccordion-root .MuiAccordionDetails-root ol li {
            margin-bottom: 10px; }
          .help-container__faqs-card__content__tabpanel .MuiAccordion-root .MuiAccordionDetails-root span {
            color: #929894;
            font-size: 14px; }
          .help-container__faqs-card__content__tabpanel .MuiAccordion-root .MuiAccordionDetails-root span:last-child {
            margin-bottom: 0; }
          .help-container__faqs-card__content__tabpanel .MuiAccordion-root .MuiAccordionDetails-root a {
            color: #008f8d;
            text-decoration: underline; }

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

.profile-page-tabs .profile-page-tabs-container {
  padding-top: 20px;
  padding-bottom: 25px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap; }
  .profile-page-tabs .profile-page-tabs-container button {
    padding: 0;
    border-radius: 10px; }

.profile-page-tabs .tab {
  height: 100px;
  width: 120px;
  word-break: break-all;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.8em; }
  .profile-page-tabs .tab .tab-icon {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 56%; }
    .profile-page-tabs .tab .tab-icon img {
      width: 31px;
      margin: 0px auto; }
  .profile-page-tabs .tab .tab-text {
    display: flex;
    justify-content: center;
    gap: 5px;
    height: 30%;
    font-size: 13px;
    font-family: "Roboto"; }
    .profile-page-tabs .tab .tab-text .notifications-badge {
      height: 15px;
      width: 15px;
      background-color: #ff7d7d;
      border-radius: 100%; }

.profile-page-tabs .tab.no-icon {
  height: 40px; }
  .profile-page-tabs .tab.no-icon .tab-text {
    align-items: center;
    justify-content: center;
    height: 100%; }

.profile-page-tabs .tab-link {
  color: #008f8d;
  border-radius: 5px; }

.profile-page-tabs .tab-link:hover {
  background-color: rgba(0, 143, 141, 0.1); }

.profile-page-tabs .tab-link-active {
  background-color: #008f8d;
  color: white; }

.profile-page-tabs .tab-link-active:hover {
  background-color: #008f8d; }

.profile-page-tabs .tab-link:focus {
  outline: none; }

.profile-page-tabs .tab-link.disabled,
.profile-page-tabs .tab-link-active.disabled {
  pointer-events: none;
  opacity: 0.3; }

.profile-page-tabs .profile-page-tab {
  display: block !important;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.5s;
  -moz-transition: visibility 0s, opacity 0.5s;
  transition: visibility 0s, opacity 0.5s; }

.profile-page-tabs .profile-page-tab.tab-content-visible {
  visibility: visible;
  height: auto;
  overflow: visible;
  opacity: 1; }

.profile-page-tabs.alt .tab-link {
  color: white; }

.profile-page-tabs.alt .tab-link:hover {
  background-color: rgba(255, 255, 255, 0.1); }

.profile-page-tabs.alt .tab-link-active {
  background-color: white;
  color: #008f8d; }

.profile-page-tabs.alt .tab-link-active:hover {
  color: #008f8d;
  background-color: white; }

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

.pricing {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 50px; }

.pricing-table-buttons {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-left: 20px;
  padding-bottom: 30px; }

.pricing-table {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%; }

.monthly-button-container, .annual-button-container {
  display: inline;
  padding-right: 20px; }

.monthly-button, .annual-button {
  padding-right: 15px; }

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

.active {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  background-color: #b0cc4a; }

.inactive {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
  background-color: #ff0000; }

.active-text {
  text-transform: capitalize;
  color: #849937;
  padding-left: 10px; }

.inactive-text {
  text-transform: capitalize;
  color: #ff0000;
  padding-left: 10px; }

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

.invoice-status-container .text {
  text-transform: capitalize;
  display: none;
  font-size: 0.9em; }

@media screen and (max-width: 960px) {
  .invoice-status-container .text {
    display: inline-block;
    vertical-align: bottom; } }

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

.button-wrapper {
  display: flex;
  justify-content: flex-end; }
  .button-wrapper .button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 193px;
    height: 40px;
    border: 1px solid #008f8d;
    border-radius: 10px;
    box-sizing: border-box;
    color: #008f8d;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px; }
    .button-wrapper .button:hover {
      box-shadow: 0px 5px 15px #00000033;
      cursor: pointer; }
    .button-wrapper .button:active {
      background-color: #008f8d;
      color: white; }

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

.locations__header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center; }
  .locations__header__add-button {
    width: fit-content !important;
    padding: 0 20px !important; }
  .locations__header__filter {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: auto; }
    .locations__header__filter__pagination {
      display: flex;
      gap: 10px; }
      .locations__header__filter__pagination .button-content span {
        width: 100%;
        text-align: center;
        color: #000; }
      .locations__header__filter__pagination__text {
        color: #929894; }
    .locations__header__filter__search {
      display: flex;
      gap: 10px;
      width: 212px;
      height: 50px;
      align-items: center;
      background-color: #f4f4f4;
      border-radius: 10px;
      padding: 15px 10px; }
      .locations__header__filter__search__input {
        color: #929894;
        border: none;
        background-color: transparent; }
        .locations__header__filter__search__input:focus {
          outline: none; }
      .locations__header__filter__search__icon {
        color: #929894;
        width: 24px;
        height: 24px; }

.locations__list-header {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding: 20px 16px !important;
  font-weight: 700; }
  .locations__list-header .section {
    display: flex;
    justify-content: center; }
    .locations__list-header .section:first-child {
      justify-content: flex-start; }
    .locations__list-header .section:last-child {
      justify-content: flex-end; }

.locations__list-item__accordion {
  width: 100%;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2) !important;
  border-radius: 10px !important; }
  .locations__list-item__accordion .Mui-expanded {
    border-radius: 10px 10px 0 0 !important; }
  .locations__list-item__accordion-summary .Mui-expanded {
    margin: 0 !important; }
  .locations__list-item__accordion-summary .MuiAccordionSummary-content {
    margin: 0;
    padding: 20px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
    .locations__list-item__accordion-summary .MuiAccordionSummary-content .section {
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: 400;
      height: 22px; }
      .locations__list-item__accordion-summary .MuiAccordionSummary-content .section .visible {
        margin-left: 10px; }
      .locations__list-item__accordion-summary .MuiAccordionSummary-content .section hr {
        background-color: #000;
        width: 1px; }
      .locations__list-item__accordion-summary .MuiAccordionSummary-content .section:first-child {
        justify-content: flex-start;
        font-weight: 700; }
        .locations__list-item__accordion-summary .MuiAccordionSummary-content .section:first-child hr {
          margin-left: auto; }
      .locations__list-item__accordion-summary .MuiAccordionSummary-content .section:last-child {
        justify-content: flex-end; }
        .locations__list-item__accordion-summary .MuiAccordionSummary-content .section:last-child svg {
          fill: #000; }
        .locations__list-item__accordion-summary .MuiAccordionSummary-content .section:last-child hr {
          margin-right: auto; }
      .locations__list-item__accordion-summary .MuiAccordionSummary-content .section .Mui-disabled .MuiSvgIcon-root {
        fill: #929894; }
  .locations__list-item__accordion-details {
    background-color: #f4f4f4;
    display: flex;
    flex-direction: column;
    padding: 20px !important;
    gap: 30px;
    border-radius: 0 0 10px 10px; }
    .locations__list-item__accordion-details .MuiButtonBase-root {
      width: fit-content;
      padding: 0 20px; }
    .locations__list-item__accordion-details .section {
      display: flex;
      flex-direction: column;
      gap: 10px; }
      .locations__list-item__accordion-details .section__header {
        display: flex;
        justify-content: space-between;
        align-items: center; }
      .locations__list-item__accordion-details .section__title, .locations__list-item__accordion-details .section__header-title {
        display: flex;
        align-items: center;
        height: 50px;
        font-weight: 700;
        color: #929894; }
      .locations__list-item__accordion-details .section__list {
        display: flex;
        flex-direction: column;
        gap: 5px; }
        .locations__list-item__accordion-details .section__list-item {
          display: flex;
          align-items: center;
          justify-content: space-between;
          border-radius: 10px;
          padding: 10px;
          background-color: #eaebea;
          height: 44px;
          color: #253029; }
          .locations__list-item__accordion-details .section__list-item__name {
            display: flex;
            align-items: center;
            gap: 10px; }
          .locations__list-item__accordion-details .section__list-item__actions svg {
            color: #253029; }

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

.users__header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center; }
  .users__header__add-button {
    width: fit-content !important;
    padding: 0 20px !important; }
  .users__header__filter {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: auto; }
    .users__header__filter__pagination {
      display: flex;
      gap: 10px; }
      .users__header__filter__pagination .button-content span {
        width: 100%;
        text-align: center;
        color: #000; }
      .users__header__filter__pagination__text {
        color: #929894; }
    .users__header__filter__search {
      display: flex;
      gap: 10px;
      width: 212px;
      height: 50px;
      align-items: center;
      background-color: #f4f4f4;
      border-radius: 10px;
      padding: 15px 10px; }
      .users__header__filter__search__input {
        color: #929894;
        border: none;
        background-color: transparent; }
        .users__header__filter__search__input:focus {
          outline: none; }
      .users__header__filter__search__icon {
        color: #929894;
        width: 24px;
        height: 24px; }

.users__list-header {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding: 20px 16px !important;
  font-weight: 700; }
  .users__list-header .section {
    display: flex;
    justify-content: center; }
    .users__list-header .section:first-child {
      justify-content: flex-start; }
    .users__list-header .section:last-child {
      justify-content: flex-end; }

.users__list-item__accordion {
  width: 100%;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2) !important;
  border-radius: 10px !important; }
  .users__list-item__accordion .Mui-expanded {
    border-radius: 10px 10px 0 0 !important; }
  .users__list-item__accordion-summary .Mui-expanded {
    margin: 0 !important; }
  .users__list-item__accordion-summary .MuiAccordionSummary-content {
    margin: 0;
    padding: 20px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
    .users__list-item__accordion-summary .MuiAccordionSummary-content .section {
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: 400;
      height: 22px; }
      .users__list-item__accordion-summary .MuiAccordionSummary-content .section .visible {
        margin-left: 10px; }
      .users__list-item__accordion-summary .MuiAccordionSummary-content .section hr {
        background-color: #000;
        width: 1px; }
      .users__list-item__accordion-summary .MuiAccordionSummary-content .section:first-child {
        justify-content: flex-start;
        font-weight: 700; }
        .users__list-item__accordion-summary .MuiAccordionSummary-content .section:first-child hr {
          margin-left: auto; }
      .users__list-item__accordion-summary .MuiAccordionSummary-content .section:last-child {
        justify-content: flex-end; }
        .users__list-item__accordion-summary .MuiAccordionSummary-content .section:last-child svg {
          fill: #000; }
        .users__list-item__accordion-summary .MuiAccordionSummary-content .section:last-child hr {
          margin-right: auto; }
      .users__list-item__accordion-summary .MuiAccordionSummary-content .section .Mui-disabled .MuiSvgIcon-root {
        fill: #929894; }
  .users__list-item__accordion-details {
    background-color: #f4f4f4;
    display: flex;
    flex-direction: column;
    padding: 20px !important;
    gap: 30px;
    border-radius: 0 0 10px 10px; }
    .users__list-item__accordion-details .MuiButtonBase-root {
      width: fit-content;
      padding: 0 20px; }
    .users__list-item__accordion-details .section {
      display: flex;
      flex-direction: column;
      gap: 10px; }
      .users__list-item__accordion-details .section__header {
        display: flex;
        justify-content: space-between;
        align-items: center; }
      .users__list-item__accordion-details .section__title, .users__list-item__accordion-details .section__header-title {
        display: flex;
        align-items: center;
        height: 50px;
        font-weight: 700;
        color: #929894; }
      .users__list-item__accordion-details .section__list {
        display: flex;
        flex-direction: column;
        gap: 5px; }
        .users__list-item__accordion-details .section__list-item {
          display: flex;
          align-items: center;
          justify-content: space-between;
          border-radius: 10px;
          padding: 10px;
          background-color: #eaebea;
          height: 44px;
          color: #253029; }
          .users__list-item__accordion-details .section__list-item__name {
            display: flex;
            align-items: center;
            gap: 10px; }
          .users__list-item__accordion-details .section__list-item__actions svg {
            color: #253029; }

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

.companies__header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center; }
  .companies__header__add-button {
    width: fit-content !important;
    padding: 0 20px !important; }
  .companies__header__filter {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: auto; }
    .companies__header__filter__pagination {
      display: flex;
      gap: 10px; }
      .companies__header__filter__pagination .button-content span {
        width: 100%;
        text-align: center;
        color: #000; }
      .companies__header__filter__pagination__text {
        color: #929894; }
    .companies__header__filter__search {
      display: flex;
      gap: 10px;
      width: 212px;
      height: 50px;
      align-items: center;
      background-color: #f4f4f4;
      border-radius: 10px;
      padding: 15px 10px; }
      .companies__header__filter__search__input {
        color: #929894;
        border: none;
        background-color: transparent; }
        .companies__header__filter__search__input:focus {
          outline: none; }
      .companies__header__filter__search__icon {
        color: #929894;
        width: 24px;
        height: 24px; }

.companies__list-header {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  padding: 20px 16px !important;
  font-weight: 700; }
  .companies__list-header .section {
    display: flex;
    justify-content: center; }
    .companies__list-header .section:first-child {
      justify-content: flex-start; }
    .companies__list-header .section:last-child {
      justify-content: flex-end; }

.companies__list-item__accordion {
  width: 100%;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2) !important;
  border-radius: 10px !important; }
  .companies__list-item__accordion .Mui-expanded {
    border-radius: 10px 10px 0 0 !important; }
  .companies__list-item__accordion-summary .Mui-expanded {
    margin: 0 !important; }
  .companies__list-item__accordion-summary .MuiAccordionSummary-content {
    margin: 0;
    padding: 20px 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; }
    .companies__list-item__accordion-summary .MuiAccordionSummary-content .section {
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: 400;
      height: 22px; }
      .companies__list-item__accordion-summary .MuiAccordionSummary-content .section .visible {
        margin-left: 10px; }
      .companies__list-item__accordion-summary .MuiAccordionSummary-content .section hr {
        background-color: #000;
        width: 1px; }
      .companies__list-item__accordion-summary .MuiAccordionSummary-content .section:first-child {
        justify-content: flex-start;
        font-weight: 700; }
        .companies__list-item__accordion-summary .MuiAccordionSummary-content .section:first-child hr {
          margin-left: auto; }
      .companies__list-item__accordion-summary .MuiAccordionSummary-content .section:last-child {
        justify-content: flex-end; }
        .companies__list-item__accordion-summary .MuiAccordionSummary-content .section:last-child svg {
          fill: #000; }
        .companies__list-item__accordion-summary .MuiAccordionSummary-content .section:last-child hr {
          margin-right: auto; }
      .companies__list-item__accordion-summary .MuiAccordionSummary-content .section .Mui-disabled .MuiSvgIcon-root {
        fill: #929894; }
  .companies__list-item__accordion-details {
    background-color: #f4f4f4;
    display: flex;
    flex-direction: column;
    padding: 20px !important;
    gap: 30px;
    border-radius: 0 0 10px 10px; }
    .companies__list-item__accordion-details .section {
      display: flex;
      flex-direction: column;
      gap: 10px; }
      .companies__list-item__accordion-details .section__header {
        display: flex;
        justify-content: space-between;
        align-items: center; }
      .companies__list-item__accordion-details .section__title, .companies__list-item__accordion-details .section__header-title {
        display: flex;
        align-items: center;
        height: 50px;
        font-weight: 700;
        color: #929894; }
      .companies__list-item__accordion-details .section__list {
        display: flex;
        flex-direction: column;
        gap: 5px; }
        .companies__list-item__accordion-details .section__list-item {
          display: flex;
          align-items: center;
          justify-content: space-between;
          border-radius: 10px;
          padding: 10px;
          background-color: #eaebea;
          height: 44px;
          color: #253029; }
          .companies__list-item__accordion-details .section__list-item__name {
            display: flex;
            gap: 10px; }
          .companies__list-item__accordion-details .section__list-item__actions svg {
            color: #253029; }

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

.locations {
  width: 75%;
  margin: auto; }

.district-input .input-label {
  margin: 0px;
  font-size: 11px; }

.visibility-switch {
  margin: 10px; }

@media (max-width: 768px) {
  .locations {
    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; }

.certificate__upload__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 193px;
  height: 40px;
  border: 1px solid #008f8d;
  border-radius: 10px;
  box-sizing: border-box;
  color: #008f8d;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px; }
  .certificate__upload__button:hover {
    box-shadow: 0px 5px 15px #00000033;
    cursor: pointer; }
  .certificate__upload__button:active {
    background-color: #008f8d;
    color: white; }

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

/* Rectangle 20 */
.certificate__upload {
  padding: 20px; }
  .certificate__upload span {
    padding-bottom: 10px;
    display: block;
    position: relative;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #bec1bf; }
  .certificate__upload .display-documents {
    display: flex;
    flex-wrap: wrap; }
  .certificate__upload .error-message {
    font-size: 14px;
    color: #ff0000; }

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

.document__upload__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 193px;
  height: 40px;
  border: 1px solid #008f8d;
  border-radius: 10px;
  box-sizing: border-box;
  color: #008f8d;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px; }
  .document__upload__button:hover {
    box-shadow: 0px 5px 15px #00000033;
    cursor: pointer; }
  .document__upload__button:active {
    background-color: #008f8d;
    color: white; }

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

.documents__upload {
  padding: 20px; }
  .documents__upload span {
    padding-bottom: 10px;
    display: block;
    position: relative;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #bec1bf; }
  .documents__upload .display-documents {
    display: flex;
    flex-wrap: wrap; }

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

.image__upload__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 193px;
  height: 40px;
  border: 1px solid #008f8d;
  border-radius: 10px;
  box-sizing: border-box;
  color: #008f8d;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px; }
  .image__upload__button:hover {
    box-shadow: 0px 5px 15px #00000033;
    cursor: pointer; }
  .image__upload__button:active {
    background-color: #008f8d;
    color: white; }

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

.image-thumbnail {
  overflow: hidden;
  flex: 0 1 90px;
  width: 90px;
  height: 90px;
  min-width: 90px;
  min-height: 90px;
  position: relative; }
  .image-thumbnail .close_button {
    position: absolute;
    z-index: 10;
    right: 0; }
    .image-thumbnail .close_button .close {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 1.5rem;
      width: 1.5rem;
      margin: 0.5rem;
      background-color: white;
      border: 0;
      border-radius: 100%; }
    .image-thumbnail .close_button .remove-icon {
      font-size: 20px; }
    .image-thumbnail .close_button .close:hover {
      box-shadow: 0 0 11px rgba(33, 33, 33, 0.2); }
  .image-thumbnail .thumbnail {
    z-index: -1; }

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

.file-upload {
  width: 100%; }
  .file-upload .image-card {
    margin-top: 0px;
    margin-bottom: 0px;
    height: calc(100% - 61px); }
    .file-upload .image-card img {
      max-height: 300px;
      object-fit: contain; }
    .file-upload .image-card .image-wrapper {
      display: flex;
      overflow-x: auto;
      overflow-y: hidden;
      position: relative;
      min-height: 120px;
      gap: 2px; }
  .file-upload .input {
    padding-top: 30px;
    width: 100%;
    display: flex;
    justify-content: center; }

@media screen and (max-width: 590px) {
  .file-upload .image-card img {
    max-height: 200px; } }

@media screen and (max-width: 400px) {
  .file-upload .image-card img {
    max-height: 150px; } }

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

.declaration-upload__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 193px;
  height: 40px;
  border: 1px solid #008f8d;
  border-radius: 10px;
  box-sizing: border-box;
  color: #008f8d;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px; }
  .declaration-upload__button:hover {
    box-shadow: 0px 5px 15px #00000033;
    cursor: pointer; }
  .declaration-upload__button:active {
    background-color: #008f8d;
    color: white; }
  .declaration-upload__button input {
    display: none; }

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

.declaration-upload {
  padding: 20px; }
  .declaration-upload span {
    padding-bottom: 10px;
    display: block;
    position: relative;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #bec1bf; }
  .declaration-upload a {
    text-decoration: underline;
    color: blue; }
  .declaration-upload .display-declaration {
    display: flex;
    flex-wrap: wrap; }
  .declaration-upload .error-message {
    font-size: 14px;
    color: #ff0000; }

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

.product-info__info .rc-tree-select-selection-selected-value, .product-info__info label, .product-info__info .rc-tree-select-selection__rendered {
  color: #aaaaaa;
  font-weight: 400;
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px; }

.product-info__info .rc-tree-select-selection-selected-value {
  color: #495057 !important; }

.resource-window {
  background: white;
  margin: 30px 10px;
  border-radius: 6px; }
  .resource-window__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #121814;
    padding: 30px; }

.tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  margin: 0 30px;
  border-radius: 10px;
  background-color: #f4f4f4; }
  .tabs__tab {
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    color: #008f8d;
    font-weight: 700;
    font-size: 14px; }
    .tabs__tab:hover {
      background-color: rgba(0, 143, 141, 0.1); }
    .tabs__tab_active {
      background-color: #008f8d;
      color: #ffffff; }
      .tabs__tab_active:hover {
        background-color: #008f8d; }

.product-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .product-info__title {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0; }
    .product-info__title-input {
      font-size: 11px;
      flex: 1; }
  .product-info__inputs {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap; }
  .product-info__display {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 65%;
    padding: 30px; }
    .product-info__display p:first-child {
      margin-top: 0px; }
    .product-info__display-thumbnails {
      display: flex;
      align-items: center;
      flex-direction: row;
      width: 100%;
      overflow: auto;
      padding: 15px 5px; }
      .product-info__display-thumbnails-photo {
        max-height: 40px; }
    .product-info__display .file-upload {
      height: 100%; }
    .product-info__display input {
      width: 100%; }
  .product-info__info-container {
    padding: 30px;
    width: 35%; }
  .product-info__info {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 20px 20px 20px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
    .product-info__info div.ler-combo > div:first-child {
      margin-bottom: 10px; }
    .product-info__info .quantity-input div,
    .product-info__info .price-input div {
      padding-top: 0; }
    .product-info__info .quantity-input label,
    .product-info__info .price-input label {
      position: inherit;
      font-size: 14px;
      padding-bottom: 0px; }
    .product-info__info .quantity-input input,
    .product-info__info .price-input input {
      padding: 2px 0 6px 0; }
    .product-info__info .input-label {
      margin: 0px;
      font-size: 11px; }
    .product-info__info .currency-input {
      width: 100%; }
    .product-info__info > * {
      margin-bottom: 0; }
    .product-info__info .rc-tree-select-selection__rendered {
      padding-left: 0px !important; }
    .product-info__info .no-top-padding {
      padding-top: 0px; }
  .product-info__description {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 20px; }
  .product-info .button-container {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    justify-content: center; }

@media screen and (max-width: 580px) {
  .product-info__display {
    width: 100%;
    min-height: 50%;
    padding-bottom: 0px; }
  .product-info__info-container {
    width: 100%; }
  .product-info__description {
    padding-top: 25px; } }

@media screen and (max-width: 940px) {
  .product-info {
    flex-direction: column; }
    .product-info__display {
      width: 100%;
      min-height: 50%;
      padding-bottom: 0px; }
    .product-info__info-container {
      width: 100%;
      margin-bottom: 0px; }
    .product-info__description {
      padding-top: 0; } }

@media screen and (max-width: 400px) {
  .product-info__title {
    flex-direction: column; } }

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

.tree-filtration-inline {
  display: flex; }

.error-message {
  font-size: 12px;
  color: #ff7d7d; }

.tree-filtration {
  height: 35px;
  margin-bottom: 5px;
  font-size: 15px;
  width: 100%; }
  .tree-filtration span {
    border: 0px;
    border-radius: 0px; }
    .tree-filtration span:focus {
      outline: none; }
  .tree-filtration ul {
    padding-left: 50px;
    margin-left: 0px; }
  .tree-filtration__dropdown {
    max-height: 200px;
    overflow: 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; }

.reuse-banner-container {
  display: flex;
  justify-content: center;
  border-radius: 10px;
  background-color: #ffaa00;
  gap: 20px;
  padding: 10px;
  margin: 20px 30px 0 30px;
  align-items: center; }
  .reuse-banner-container .banner-icon {
    width: 24px;
    height: 24px; }
  .reuse-banner-container .banner-text {
    font-size: 14px;
    color: #ffffff; }
    .reuse-banner-container .banner-text__bold {
      font-weight: 700; }

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

.product-info__info .rc-tree-select-selection-selected-value, .product-info__info label, .product-info__info .rc-tree-select-selection__rendered {
  color: #aaaaaa;
  font-weight: 400;
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px; }

.product-info__info .rc-tree-select-selection-selected-value {
  color: #495057 !important; }

.product-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .product-info__file-actions {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row; }
  .product-info__title {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 20px; }
    .product-info__title-input {
      flex: 1; }
  .product-info__inputs {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap; }
  .product-info__display {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 65%;
    padding: 20px; }
    .product-info__display p:first-child {
      margin-top: 0px; }
    .product-info__display-thumbnails {
      display: flex;
      align-items: center;
      flex-direction: row;
      width: 100%;
      overflow: auto;
      padding: 15px 5px; }
      .product-info__display-thumbnails-photo {
        max-height: 40px; }
    .product-info__display .file-upload {
      height: 100%; }
    .product-info__display input {
      width: 100%; }
  .product-info__info-container {
    padding: 20px;
    width: 35%; }
  .product-info__info {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
    .product-info__info div.ler-combo > div:first-child {
      margin-bottom: 10px; }
    .product-info__info .input-label {
      margin: 0px;
      font-size: 11px; }
    .product-info__info .currency-input {
      width: 100%; }
    .product-info__info > * {
      margin-bottom: 20px; }
    .product-info__info .rc-tree-select-selection__rendered {
      padding-left: 0px !important; }
    .product-info__info .no-top-padding {
      padding-top: 0px; }
  .product-info__description {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 20px; }
  .product-info .button-container {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    justify-content: center; }

@media screen and (max-width: 780px) {
  .product-info__display {
    width: 100%;
    min-height: 50%; }
  .product-info__info-container {
    width: 100%; }
  .product-info__description {
    padding-top: 90px; } }

@media screen and (max-width: 400px) {
  .product-info__title {
    flex-direction: column; }
    .product-info__title .close-button {
      order: inherit; } }

.close-button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  min-height: 50px;
  padding: 20px;
  order: 2; }
  .close-button img {
    width: 20px; }

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

.advertise {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .advertise__main, .advertise__reuse, .advertise__logistics {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover !important;
    background-position: center !important;
    height: 550px;
    text-align: center; }
  .advertise__main {
    background-image: url(/_next/static/images/start-background-8f8ab168f670ec16dff4a86604fe56d0.jpg) !important; }
  .advertise__logistics {
    background-image: linear-gradient(to right, #253029, #008f8d75), url(/_next/static/images/logistics-background-8193b8e28f651558256a477dd88dda27.png) !important;
    background-blend-mode: multiply; }
  .advertise__reuse {
    background-image: linear-gradient(to right, #008a8a75, #008f8d75), url(/_next/static/images/reuse-background-2eebdb4c90b248cfadc8f601bb11f4f3.jpg) !important;
    background-blend-mode: multiply; }
  .advertise .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 20%; }
    @media (max-width: 820px) {
      .advertise .content {
        padding: 0 10%; } }
    .advertise .content .new {
      color: #ffaa00;
      font-size: 28px; }
    .advertise .content .title {
      font-family: "Raleway";
      font-weight: bold;
      color: #ffffff;
      font-size: 35px; }
    .advertise .content .description {
      font: 18px/35px "Lato";
      color: #ffffff;
      margin-top: 15px;
      margin-bottom: 15px; }
    .advertise .content .advertise-btn {
      margin-bottom: auto;
      margin-top: 50px; }
  .advertise .statistics {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    padding: 100px; }
    @media (min-width: 1024px) {
      .advertise .statistics .space-top {
        margin-top: 50px; } }
    @media (max-width: 1400px) {
      .advertise .statistics {
        padding: 30px; } }
    @media (max-width: 820px) {
      .advertise .statistics {
        padding: 25px; } }
    .advertise .statistics .statistic {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      text-align: center;
      height: 330px;
      width: 25%;
      padding: 25px; }
      @media (max-width: 1250px) {
        .advertise .statistics .statistic {
          width: 50%; } }
      @media (max-width: 820px) {
        .advertise .statistics .statistic {
          width: 100%; } }
      .advertise .statistics .statistic img {
        width: 48px;
        height: 45px;
        margin: 25px; }
      .advertise .statistics .statistic .number {
        font-family: "Lato";
        font-weight: 900;
        font-size: 35px;
        color: #008f8d;
        margin-top: 15px;
        margin-bottom: 15px; }
      .advertise .statistics .statistic .number-description {
        font-family: "Lato";
        font-size: 16px;
        color: #929894;
        margin-top: 15px; }
      .advertise .statistics .statistic .entity {
        font-family: "Lato";
        font-weight: bold;
        font-style: italic;
        font-size: 12px;
        color: #bec1bf;
        margin-top: 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; }

.detail-row {
  padding: 15px 0px; }
  .detail-row .detail-label {
    text-align: left; }
  .detail-row .detail {
    margin: 0;
    text-align: left;
    word-wrap: break-word;
    font-weight: 400;
    color: #253029; }

.half-row {
  width: 50%; }

.full-row {
  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; }

.button-footer {
  width: 100%;
  justify-content: center;
  display: flex; }
  .button-footer button {
    border: 2px solid #008f8d;
    padding: 8px 50px;
    border-radius: 10px;
    color: #008f8d; }

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

.document_thumbnail {
  width: 10rem;
  position: relative;
  margin: 0 1rem 1rem 0; }
  .document_thumbnail .thumbnail {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 8rem;
    background: #e5e5e5;
    border-radius: 0.35rem 0.35rem 0 0; }
    .document_thumbnail .thumbnail .icon {
      width: 80px; }
  .document_thumbnail .document_name {
    display: flex;
    padding: 0.25rem;
    height: 3rem;
    width: 10rem;
    justify-content: center;
    align-items: center;
    border: 0.07rem solid #e5e5e5;
    box-sizing: border-box;
    border-radius: 0 0 0.35rem 0.35rem; }
    .document_thumbnail .document_name p {
      padding: 0 10px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }

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

.create-resource-popup .MuiDialog-paperWidthMd {
  max-width: 760px; }

.create-resource-popup .MuiPaper-rounded {
  border-radius: 15px; }

.create-resource-popup__title {
  padding: 20px !important;
  display: flex;
  justify-content: space-between; }
  .create-resource-popup__title__text {
    font-size: 35px !important;
    font-weight: 900 !important; }
  .create-resource-popup__title button {
    width: 24px;
    height: 24px; }
    .create-resource-popup__title button svg {
      width: 12px;
      height: 12px; }

.create-resource-popup__content {
  padding: 20px !important; }
  .create-resource-popup__content__tabs .Mui-selected {
    color: #008f8d !important;
    font-weight: 700; }
  .create-resource-popup__content__tabs .MuiTabs-indicator {
    background-color: #008f8d !important; }
  .create-resource-popup__content__tab-panel {
    gap: 30px;
    margin-top: 30px; }
    .create-resource-popup__content__tab-panel .MuiFormLabel-root {
      color: #929894;
      font-size: 14px !important; }
      .create-resource-popup__content__tab-panel .MuiFormLabel-root.Mui-focused {
        color: #008f8d; }
        .create-resource-popup__content__tab-panel .MuiFormLabel-root.Mui-focused.Mui-error {
          color: #f44336; }
    .create-resource-popup__content__tab-panel .MuiFilledInput-root {
      background-color: #f4f4f4 !important;
      border-radius: 10px !important;
      font-size: 14px !important; }
      .create-resource-popup__content__tab-panel .MuiFilledInput-root:not(:has(textarea)) {
        height: 50px !important; }
      .create-resource-popup__content__tab-panel .MuiFilledInput-root.MuiFilledInput-underline:before, .create-resource-popup__content__tab-panel .MuiFilledInput-root.MuiFilledInput-underline:after {
        border-bottom: none !important; }
      .create-resource-popup__content__tab-panel .MuiFilledInput-root.Mui-error {
        border: 2px solid #f44336 !important; }
    .create-resource-popup__content__tab-panel__content {
      display: flex;
      flex-direction: column;
      gap: 30px; }
      .create-resource-popup__content__tab-panel__content__section {
        display: flex;
        flex-direction: column;
        gap: 15px; }
        .create-resource-popup__content__tab-panel__content__section__error {
          font-size: 10px !important; }
        .create-resource-popup__content__tab-panel__content__section__title {
          font-size: 20px !important;
          font-weight: 700 !important; }
        .create-resource-popup__content__tab-panel__content__section__leres, .create-resource-popup__content__tab-panel__content__section__quantity, .create-resource-popup__content__tab-panel__content__section__categories {
          display: flex;
          gap: 15px; }
        .create-resource-popup__content__tab-panel__content__section__field-with-error {
          width: 100%; }
        .create-resource-popup__content__tab-panel__content__section__images {
          display: flex;
          justify-content: space-between;
          overflow-x: auto; }
          .create-resource-popup__content__tab-panel__content__section__images__image__button.error {
            border: 2px solid #f44336 !important; }
            .create-resource-popup__content__tab-panel__content__section__images__image__button.error img {
              transform: rotate(45deg);
              filter: sepia(100%) saturate(100); }
        .create-resource-popup__content__tab-panel__content__section__upload-button {
          width: 100%;
          justify-content: flex-start !important;
          background-color: #f4f4f4 !important;
          color: #929894 !important;
          text-decoration: underline !important;
          height: 50px;
          box-shadow: none !important;
          padding: 0 10px !important;
          border-radius: 10px !important; }
          .create-resource-popup__content__tab-panel__content__section__upload-button.error {
            border: 2px solid #f44336 !important;
            color: #f44336 !important; }
            .create-resource-popup__content__tab-panel__content__section__upload-button.error img {
              filter: sepia(100%) saturate(100); }
          .create-resource-popup__content__tab-panel__content__section__upload-button .MuiButton-label {
            display: flex;
            gap: 10px;
            align-items: center;
            font-size: 14px !important; }
        .create-resource-popup__content__tab-panel__content__section__uploaded-files {
          display: flex;
          flex-direction: column;
          gap: 10px; }
          .create-resource-popup__content__tab-panel__content__section__uploaded-files__file {
            display: flex;
            width: 100%;
            align-items: center;
            justify-content: flex-start;
            background-color: #f4f4f4;
            color: black;
            text-decoration: underline;
            height: 50px;
            padding: 0 10px;
            border-radius: 10px;
            font-size: 14px;
            gap: 10px; }
            .create-resource-popup__content__tab-panel__content__section__uploaded-files__file button {
              margin-left: auto; }

.create-resource-popup__actions {
  justify-content: space-between !important;
  padding: 20px !important; }
  .create-resource-popup__actions button {
    width: auto;
    padding: 20px; }
  .create-resource-popup__actions__right-buttons {
    display: flex;
    align-items: center;
    gap: 10px; }

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

.products-list {
  display: flex;
  flex-direction: column;
  gap: 20px; }
  .products-list__header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px; }
    .products-list__header__add-button {
      width: fit-content !important;
      padding: 0 20px !important; }
    .products-list__header__filter {
      display: flex;
      align-items: center;
      gap: 20px;
      margin-left: auto; }
      .products-list__header__filter__pagination {
        display: flex;
        gap: 10px; }
        .products-list__header__filter__pagination .button-content span {
          width: 100%;
          text-align: center;
          color: #000; }
        .products-list__header__filter__pagination__text {
          color: #929894; }
  .products-list-header {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding: 20px 16px !important;
    font-weight: 700; }
    .products-list-header .section {
      display: flex;
      justify-content: center; }
      .products-list-header .section:first-child {
        justify-content: flex-start; }
      .products-list-header .section:last-child {
        justify-content: flex-end; }
  .products-list__item {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2) !important;
    border-radius: 10px !important;
    padding: 16px !important; }
    .products-list__item__image {
      width: 50px;
      height: 50px;
      object-fit: cover;
      object-position: center;
      border-radius: 5px; }
    .products-list__item__title {
      display: flex;
      flex-direction: column;
      gap: 5px; }
      .products-list__item__title .draft {
        color: #ff7d7d;
        font-style: italic;
        font-size: 12px; }
    .products-list__item__info {
      padding: 16px 0 !important;
      width: 100%;
      margin: 0;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; }
      .products-list__item__info .section {
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 400;
        height: 22px; }
        .products-list__item__info .section.image {
          display: flex;
          gap: 10px; }
        .products-list__item__info .section hr {
          background-color: #000;
          width: 1px; }
        .products-list__item__info .section:first-child {
          justify-content: flex-start;
          font-weight: 700; }
          .products-list__item__info .section:first-child hr {
            margin-left: auto; }
        .products-list__item__info .section:last-child {
          justify-content: flex-end; }
          .products-list__item__info .section:last-child svg {
            fill: #000; }
          .products-list__item__info .section:last-child hr {
            margin-right: auto; }
  .products-list__pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px; }

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

.my-waste__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px; }
  .my-waste__container__hero-section {
    display: flex;
    justify-content: center;
    padding-bottom: 20px; }
    .my-waste__container__hero-section button {
      width: fit-content;
      padding: 10px 20px;
      background: transparent linear-gradient(161deg, #ffcc66 0%, #ffaa00 100%) 0% 0% no-repeat padding-box;
      color: #fff;
      border: none;
      cursor: pointer;
      position: relative;
      font-size: 16px;
      min-width: auto;
      text-align: center;
      font-family: Lato;
      font-weight: bold;
      white-space: nowrap;
      border-radius: 10px;
      letter-spacing: 0;
      vertical-align: middle; }
    .my-waste__container__hero-section__content {
      display: flex;
      flex-direction: column;
      gap: 20px;
      max-width: 1260px; }
      .my-waste__container__hero-section__content__image {
        background-image: url(/_next/static/images/hero-d83788673e8763373bc6ab861054a9f4.jpg);
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 243.4038848876953px;
        border-radius: 10px;
        box-shadow: 0px 10px 25px 0px #00000040; }
      .my-waste__container__hero-section__content__text {
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding: 0 20px;
        color: #ffffff; }
        .my-waste__container__hero-section__content__text__title {
          font-size: 25px;
          font-weight: 900; }
        .my-waste__container__hero-section__content__text__description {
          font-size: 14px; }
      @media screen and (min-width: 900px) {
        .my-waste__container__hero-section__content {
          flex-direction: row-reverse;
          gap: 20px; }
          .my-waste__container__hero-section__content__image {
            width: 50%;
            height: 373.2628173828125px; }
          .my-waste__container__hero-section__content__text {
            width: 50%;
            justify-content: center;
            padding: 0; }
            .my-waste__container__hero-section__content__text_title {
              font-size: 35px; }
            .my-waste__container__hero-section__content__text__description {
              font-size: 20px; } }
  .my-waste__container__content {
    display: flex;
    flex-direction: column; }
    .my-waste__container__content__section {
      display: flex;
      flex-direction: column;
      gap: 30px;
      padding: 50px 20px; }
      @media screen and (min-width: 1000px) {
        .my-waste__container__content__section {
          padding: 100px 118px; } }
      .my-waste__container__content__section__title {
        font-size: 25px;
        font-weight: 900;
        color: #121814; }
        @media screen and (min-width: 1000px) {
          .my-waste__container__content__section__title {
            font-size: 35px; } }
      .my-waste__container__content__section__buttons {
        display: flex;
        gap: 20px; }
        .my-waste__container__content__section__buttons button {
          width: fit-content;
          height: 50px;
          padding: 10px 20px;
          color: #fff;
          border: none;
          cursor: pointer;
          position: relative;
          font-size: 16px;
          min-width: auto;
          text-align: center;
          font-family: Lato;
          font-weight: bold;
          white-space: nowrap;
          border-radius: 10px;
          letter-spacing: 0;
          vertical-align: middle;
          background: transparent linear-gradient(168deg, #dcff5c 0%, #008f8d 100%) 0% 0% no-repeat padding-box; }
          .my-waste__container__content__section__buttons button:not(:only-child):first-child {
            color: #008f8d;
            border: 2px solid #008f8d;
            background: none; }
      .my-waste__container__content__section__content {
        display: flex;
        flex-direction: column;
        gap: 30px; }
        .my-waste__container__content__section__content__title {
          font-size: 25px;
          font-weight: 900;
          color: #121814; }
        .my-waste__container__content__section__content__item {
          display: flex;
          gap: 10px; }
          .my-waste__container__content__section__content__item__image {
            width: 50px;
            height: 50px; }
          .my-waste__container__content__section__content__item__content {
            display: flex;
            flex-direction: column;
            gap: 7px;
            color: #121814;
            font-size: 14px; }
            .my-waste__container__content__section__content__item__content__title {
              font-weight: 900; }
        .my-waste__container__content__section__content__economy-items {
          display: flex;
          gap: 30px; }
          .my-waste__container__content__section__content__economy-items__item {
            display: flex;
            flex-direction: column; }
            .my-waste__container__content__section__content__economy-items__item__number {
              font-size: 64px;
              margin: 0;
              background-image: linear-gradient(180deg, #dcff5c 0%, #008f8d 100%);
              -webkit-background-clip: text;
              background-clip: text;
              -webkit-text-fill-color: transparent; }
            .my-waste__container__content__section__content__economy-items__item__description {
              font-size: 14px;
              color: #253029; }
      .my-waste__container__content__section__embla, .my-waste__container__content__section__content__embla {
        width: 100%;
        margin: auto;
        --slide-height: 20.706rem;
        --slide-spacing: 1rem;
        --slide-size: 100%; }
        .my-waste__container__content__section__embla__viewport, .my-waste__container__content__section__content__embla__viewport {
          overflow: hidden;
          cursor: pointer; }
          .my-waste__container__content__section__embla__viewport__container, .my-waste__container__content__section__content__embla__viewport__container {
            display: flex;
            touch-action: pan-y pinch-zoom;
            margin-left: calc(var(--slide-spacing) * -1); }
            .my-waste__container__content__section__embla__viewport__container__slide, .my-waste__container__content__section__content__embla__viewport__container__slide {
              transform: translate3d(0, 0, 0);
              flex: 0 0 var(--slide-size);
              min-width: 0;
              padding-left: var(--slide-spacing); }
              .my-waste__container__content__section__embla__viewport__container__slide__image, .my-waste__container__content__section__content__embla__viewport__container__slide__image {
                width: 100%;
                border-radius: 10px;
                margin-bottom: 30px; }
              .my-waste__container__content__section__embla__viewport__container__slide__content, .my-waste__container__content__section__content__embla__viewport__container__slide__content {
                display: flex;
                flex-direction: column;
                gap: 20px; }
                .my-waste__container__content__section__embla__viewport__container__slide__content__title, .my-waste__container__content__section__content__embla__viewport__container__slide__content__title {
                  color: #000;
                  font-size: 25px;
                  font-weight: 900; }
                .my-waste__container__content__section__embla__viewport__container__slide__content__description, .my-waste__container__content__section__content__embla__viewport__container__slide__content__description {
                  font-size: 14px;
                  color: #253029; }
          .my-waste__container__content__section__embla__viewport__dots, .my-waste__container__content__section__content__embla__viewport__dots {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            margin-right: calc((2.6rem - 1.4rem) / 2 * -1);
            gap: 5px;
            margin-top: 20px; }
            .my-waste__container__content__section__embla__viewport__dots__dot, .my-waste__container__content__section__content__embla__viewport__dots__dot {
              -webkit-tap-highlight-color: rgba(var(--text-high-contrast-rgb-value), 0.5);
              -webkit-appearance: none;
              appearance: none;
              background-color: transparent;
              touch-action: manipulation;
              display: inline-flex;
              text-decoration: none;
              cursor: pointer;
              border: 0;
              padding: 0;
              margin: 0;
              display: flex;
              align-items: center;
              justify-content: center;
              width: 5px;
              height: 5px;
              border-radius: 100%;
              background-color: #cce8e8; }
              .my-waste__container__content__section__embla__viewport__dots__dot--selected, .my-waste__container__content__section__content__embla__viewport__dots__dot--selected {
                background-color: #008f8d;
                width: 35px;
                border-radius: 4px; }
      .my-waste__container__content__section.first {
        border-radius: 15px 15px 0 0;
        background-color: #ffffff;
        align-items: center;
        justify-content: center; }
        .my-waste__container__content__section.first .my-waste__container__content__section__title {
          text-align: center; }
        @media screen and (min-width: 1000px) {
          .my-waste__container__content__section.first .my-waste__container__content__section__content {
            flex-direction: row;
            max-width: 1260px; } }
        .my-waste__container__content__section.first .my-waste__container__content__section__content__item {
          max-width: 400px; }
      .my-waste__container__content__section.second button {
        width: fit-content;
        height: 50px;
        padding: 10px 20px;
        color: #fff;
        border: none;
        cursor: pointer;
        position: relative;
        font-size: 16px;
        min-width: auto;
        text-align: center;
        font-family: Lato;
        font-weight: bold;
        white-space: nowrap;
        border-radius: 10px;
        letter-spacing: 0;
        vertical-align: middle;
        background: transparent linear-gradient(168deg, #dcff5c 0%, #008f8d 100%) 0% 0% no-repeat padding-box; }
      @media screen and (min-width: 1000px) {
        .my-waste__container__content__section.second {
          display: flex;
          align-items: center; }
          .my-waste__container__content__section.second .my-waste__container__content__section__content {
            flex-direction: row;
            gap: 20px;
            max-width: 1260px;
            align-items: center; } }
      .my-waste__container__content__section.second, .my-waste__container__content__section.fifth {
        background-color: #007371; }
        .my-waste__container__content__section.second .my-waste__container__content__section__content__title, .my-waste__container__content__section.fifth .my-waste__container__content__section__content__title {
          color: #ffffff; }
        .my-waste__container__content__section.second .my-waste__container__content__section__content__description, .my-waste__container__content__section.fifth .my-waste__container__content__section__content__description {
          color: #ffffff; }
          .my-waste__container__content__section.second .my-waste__container__content__section__content__description__highlight, .my-waste__container__content__section.fifth .my-waste__container__content__section__content__description__highlight {
            color: #dcff5c; }
      .my-waste__container__content__section.third {
        background-color: #ffffff; }
        @media screen and (min-width: 1150px) {
          .my-waste__container__content__section.third .my-waste__container__content__section__embla {
            max-width: 1260px; }
            .my-waste__container__content__section.third .my-waste__container__content__section__embla__viewport__container__slide {
              display: flex; }
              .my-waste__container__content__section.third .my-waste__container__content__section__embla__viewport__container__slide__image {
                width: 549px;
                height: 358.25396728515625px;
                margin-bottom: 0; }
              .my-waste__container__content__section.third .my-waste__container__content__section__embla__viewport__container__slide__content {
                justify-content: center;
                padding: 30px; } }
      .my-waste__container__content__section.fourth {
        background-color: #ffffff;
        text-align: center;
        align-items: center;
        padding-top: 0; }
        @media screen and (min-width: 1150px) {
          .my-waste__container__content__section.fourth .my-waste__container__content__section__content {
            /* flex-direction: row;
                gap: 30px;
                justify-content: space-between; */
            max-width: 1260px;
            width: 100%;
            display: grid;
            grid-template-columns: repeat(4, 1fr); }
            .my-waste__container__content__section.fourth .my-waste__container__content__section__content__economy-items__item__number {
              font-size: 96px; }
            .my-waste__container__content__section.fourth .my-waste__container__content__section__content__economy-items__item__description {
              font-size: 20px; } }
        @media screen and (max-width: 1149px) {
          .my-waste__container__content__section.fourth .my-waste__container__content__section__content {
            display: grid;
            grid-template-columns: repeat(2, 1fr); } }
      .my-waste__container__content__section.fifth {
        background: linear-gradient(176.65deg, #dcff5c -34.64%, #008f8d 129.08%); }
        .my-waste__container__content__section.fifth .my-waste__container__content__section__content__embla__viewport__container__slide__content {
          background-color: rgba(255, 255, 255, 0.15);
          border-radius: 10px;
          padding: 20px;
          color: #ffffff;
          display: flex;
          flex-direction: column;
          gap: 30px; }
          .my-waste__container__content__section.fifth .my-waste__container__content__section__content__embla__viewport__container__slide__content__witness {
            display: flex;
            gap: 20px;
            align-items: center; }
            .my-waste__container__content__section.fifth .my-waste__container__content__section__content__embla__viewport__container__slide__content__witness__image {
              width: 45px;
              height: 45px; }
            .my-waste__container__content__section.fifth .my-waste__container__content__section__content__embla__viewport__container__slide__content__witness__text {
              display: flex;
              flex-direction: column;
              gap: 5px;
              justify-content: space-between; }
              .my-waste__container__content__section.fifth .my-waste__container__content__section__content__embla__viewport__container__slide__content__witness__text__name {
                font-weight: 700; }
        .my-waste__container__content__section.fifth .my-waste__container__content__section__content__embla__viewport__dots__dot {
          background-color: rgba(255, 255, 255, 0.15); }
          .my-waste__container__content__section.fifth .my-waste__container__content__section__content__embla__viewport__dots__dot--selected {
            background-color: #ffffff; }
        @media screen and (min-width: 1150px) {
          .my-waste__container__content__section.fifth {
            justify-content: center;
            align-items: center; }
            .my-waste__container__content__section.fifth .my-waste__container__content__section__content {
              align-items: center;
              max-width: 1260px;
              flex-direction: row; }
              .my-waste__container__content__section.fifth .my-waste__container__content__section__content__embla__viewport__container__slide__content {
                height: 166px;
                justify-content: center; }
              .my-waste__container__content__section.fifth .my-waste__container__content__section__content__title {
                font-size: 35px; } }
      .my-waste__container__content__section.sixth {
        background-color: #ffffff;
        border-radius: 0 0 15px 15px; }
        @media screen and (min-width: 1150px) {
          .my-waste__container__content__section.sixth {
            align-items: center; }
            .my-waste__container__content__section.sixth .my-waste__container__content__section__content {
              flex-direction: row;
              align-items: center;
              max-width: 1260px; } }
        .my-waste__container__content__section.sixth button {
          width: fit-content;
          height: 50px;
          padding: 10px 20px; }

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

.feedback-container {
  display: flex;
  justify-content: center;
  margin-bottom: 10px; }

.feedback-bar {
  color: #ffffff;
  background-color: #ffaa00;
  width: 75%;
  display: flex;
  border-radius: 8px;
  padding: 10px 0;
  cursor: pointer; }
  .feedback-bar:hover, .feedback-bar:active, .feedback-bar:focus {
    box-shadow: 0 2px 5px #00000033; }
  .feedback-bar .image-container {
    width: 80px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .feedback-bar .text-container {
    flex: 1;
    align-self: center; }
    .feedback-bar .text-container .text-firstLine {
      font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
      font-size: 16px;
      font-weight: bold;
      margin: 0; }
    .feedback-bar .text-container .text-secondLine {
      font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
      margin: 0;
      font-size: 14px; }

@media only screen and (max-width: 992px) {
  .feedback-bar {
    width: 100%; } }

@media only screen and (max-width: 768px) {
  .text-firstLine {
    margin-bottom: 8px; } }

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

.tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #f4f4f4; }
  .tabs__tab {
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background-color: #ffffff;
    color: #008f8d;
    font-weight: 700;
    font-size: 14px; }
    .tabs__tab__notification {
      width: 15px;
      height: 15px;
      background-color: #ff7d7d;
      border-radius: 100%; }
    .tabs__tab:hover {
      background-color: rgba(0, 143, 141, 0.1); }
    .tabs__tab_active {
      background-color: #008f8d;
      color: #ffffff; }
      .tabs__tab_active:hover {
        background-color: #008f8d; }

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

.icon-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: linear-gradient(180deg, #ffcc66, #ffaa00);
  border-radius: 999px; }
  .icon-button .icon {
    font-size: 1.5rem;
    transition: transform 0.3s ease; }
  .icon-button .button-text {
    font-family: "Lato";
    font-weight: 700;
    font-size: 16px;
    max-width: 0;
    display: none;
    color: #ffffff;
    transition: opacity 0.3s ease, max-width 0.3s ease; }
  .icon-button:hover {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    gap: 10px; }
    .icon-button:hover .button-text {
      display: block;
      max-width: fit-content; }

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

.custom-filter-popper {
  min-width: 250px;
  max-height: 300px;
  position: relative !important;
  transform: translate3d(0, 0, 0) !important; }

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

.error-message {
  top: 60px; }

.search-name {
  outline-color: #008f8d;
  width: 100%; }
  .search-name .MuiInputBase-input {
    width: 100%;
    border: none; }

.filters-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding: 0 20px 20px 20px;
  background-color: #f4f4f4; }
  .filters-container > div {
    display: flex;
    flex-direction: column;
    width: 300px; }
    .filters-container > div .search-keyword {
      width: 100%; }
      .filters-container > div .search-keyword > div {
        padding-top: 7px; }
    .filters-container > div li {
      padding: 0; }
    .filters-container > div:last-child {
      gap: 20px;
      display: flex;
      flex-direction: column; }

.subtitle {
  margin-top: 20px; }

.alert-switch {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
  margin: 20px 0; }

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

.selected-filter {
  background-color: #eaebea;
  border-radius: 10px;
  padding: 10px;
  width: fit-content;
  display: flex;
  justify-content: space-between;
  margin-top: 20px; }
  .selected-filter__filter-text {
    color: #253029;
    margin-right: 20px;
    text-align: left;
    word-break: break-word; }
  .selected-filter__button {
    width: 12px !important;
    height: 12px !important; }
    .selected-filter__button img {
      width: 12px;
      height: 12px; }

.selected-filter:not(:last-child) {
  margin-right: 10px; }

.selected-filter:last-child {
  margin-right: 30px; }

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

.selected-filters-container {
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  margin-top: -20px; }
  .selected-filters-container__delete-all {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 20px;
    font-weight: 600;
    color: #253029;
    text-decoration: underline;
    cursor: pointer; }

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

.search-name {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px; }
  .search-name > div {
    width: 100%; }
  .search-name input {
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 9px;
    outline-color: #008f8d;
    width: 60%; }
  .search-name--invalid input {
    outline-color: red;
    border-color: red; }
  .search-name__error {
    position: absolute;
    color: red;
    top: 60px; }

.search-field {
  width: 100%; }
  .search-field input {
    width: 100%;
    border: none; }

.periodicity {
  margin: 10px 0; }

.filter-switch {
  display: flex;
  flex-direction: row;
  gap: 10px; }

.subtitle {
  padding: 20px 0 10px 0; }

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

.pagination-footer {
  margin: 0;
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: center; }
  .pagination-footer .size-changer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px; }
    .pagination-footer .size-changer .label-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 80%; }
      .pagination-footer .size-changer .label-container .label-text {
        font-size: 14px;
        color: #929894;
        margin: 0px; }
    .pagination-footer .size-changer .dropdown-container {
      width: 15%;
      display: flex;
      justify-content: center;
      flex-direction: column; }
  .pagination-footer * {
    outline: none; }
  .pagination-footer .rc-select-selection {
    width: 100px; }
  .pagination-footer .rc-select-dropdown-menu-item {
    width: 75px; }
  .pagination-footer .rc-pagination-simple-pager input {
    width: 40px !important;
    text-align: center; }
  .pagination-footer .rc-pagination-item {
    font-family: "Lato"; }
    .pagination-footer .rc-pagination-item a {
      color: #253029; }
  .pagination-footer .rc-pagination-item,
  .pagination-footer .rc-pagination-jump-prev,
  .pagination-footer .rc-pagination-jump-next,
  .pagination-footer .rc-pagination-prev,
  .pagination-footer .rc-pagination-next {
    background-color: transparent;
    color: #253029;
    border: 1px solid transparent;
    margin-right: 3px; }
  .pagination-footer .rc-pagination .rc-pagination-next .rc-pagination-item-link:after,
  .pagination-footer .rc-pagination .rc-pagination-prev .rc-pagination-item-link:after {
    color: #253029; }
  .pagination-footer .rc-pagination .rc-pagination-next:hover,
  .pagination-footer .rc-pagination .rc-pagination-prev:hover {
    border-color: #253029; }
  .pagination-footer .rc-pagination-item-active {
    background-color: #253029;
    border: 1px solid #253029; }
    .pagination-footer .rc-pagination-item-active a {
      color: #ffffff; }
    .pagination-footer .rc-pagination-item-active:hover {
      color: #ffffff; }
  .pagination-footer .rc-pagination-jump-prev:hover,
  .pagination-footer .rc-pagination-jump-next:hover,
  .pagination-footer .rc-select-selection:hover,
  .pagination-footer .rc-pagination-item:hover {
    border: 1px solid #253029; }
  .pagination-footer .rc-pagination-item:hover a,
  .pagination-footer .rc-pagination-next:hover a,
  .pagination-footer .rc-pagination-prev:hover a {
    color: inherit; }
  .pagination-footer .rc-pagination-disabled {
    pointer-events: none; }
  .pagination-footer .rc-select-dropdown-menu-item-active:hover,
  .pagination-footer .rc-select-dropdown-menu-item-selected {
    background-color: #253029; }
  .pagination-footer .rc-pagination-options-size-changer.rc-select.rc-select-focused.rc-select-enabled .rc-select-selection.rc-select-selection--single {
    border-color: #253029; }
  .pagination-footer .rc-select-enabled .rc-select-selection:hover {
    border-color: #253029;
    box-shadow: none; }
  .pagination-footer .rc-select-enabled .rc-select-selection:active {
    border-color: #253029; }
  .pagination-footer .rc-select-dropdown-menu li.rc-select-dropdown-menu-item-active {
    background-color: #eaebea;
    color: #253029; }
  .pagination-footer .rc-select-dropdown-menu li.rc-select-dropdown-menu-item-selected {
    background-color: #253029;
    color: #ffffff; }
  .pagination-footer .rc-pagination-jump-prev:after,
  .pagination-footer .rc-pagination-jump-next:after {
    content: '...';
    color: #253029;
    letter-spacing: 0.12px;
    font-size: 12px; }
  .pagination-footer .rc-pagination-jump-prev:hover:after,
  .pagination-footer .rc-pagination-jump-next:hover:after {
    color: #253029;
    text-align: center;
    vertical-align: middle;
    margin-top: -1px; }

.pagination-footer.alt-pagination .rc-pagination-item,
.pagination-footer.alt-pagination .rc-pagination-jump-prev,
.pagination-footer.alt-pagination .rc-pagination-jump-next {
  background-color: #eaebea; }

.pagination-footer.alt-pagination .rc-pagination-item-active {
  background-color: #253029; }

.pagination-footer.light-pagination .rc-pagination-item a {
  color: #ffffff; }

.pagination-footer.light-pagination .rc-pagination-item,
.pagination-footer.light-pagination .rc-pagination-jump-prev,
.pagination-footer.light-pagination .rc-pagination-jump-next {
  color: #ffffff; }

.pagination-footer.light-pagination .rc-pagination-item-active {
  background-color: #ffffff;
  border: 1px solid #ffffff; }
  .pagination-footer.light-pagination .rc-pagination-item-active a {
    color: #008f8d; }
  .pagination-footer.light-pagination .rc-pagination-item-active:hover {
    color: #008f8d; }

.pagination-footer.light-pagination .rc-pagination-jump-prev:hover,
.pagination-footer.light-pagination .rc-pagination-jump-next:hover,
.pagination-footer.light-pagination .rc-select-selection:hover,
.pagination-footer.light-pagination .rc-pagination-item:hover {
  border: 1px solid #ffffff; }

.pagination-footer.light-pagination .rc-select-dropdown-menu-item-active:hover,
.pagination-footer.light-pagination .rc-select-dropdown-menu-item-selected {
  background-color: #ffffff; }

.pagination-footer.light-pagination .rc-pagination-options-size-changer.rc-select.rc-select-focused.rc-select-enabled .rc-select-selection.rc-select-selection--single {
  border-color: #ffffff; }

.pagination-footer.light-pagination .rc-select-enabled .rc-select-selection:hover {
  border-color: #ffffff; }

.pagination-footer.light-pagination .rc-select-enabled .rc-select-selection:active {
  border-color: #ffffff; }

.pagination-footer.light-pagination .rc-select-dropdown-menu li.rc-select-dropdown-menu-item-active {
  background-color: transparent;
  color: #ffffff; }

.pagination-footer.light-pagination .rc-select-dropdown-menu li.rc-select-dropdown-menu-item-selected {
  background-color: #ffffff;
  color: #008f8d; }

.pagination-footer.light-pagination .rc-pagination-jump-prev:after,
.pagination-footer.light-pagination .rc-pagination-jump-next:after {
  color: #ffffff; }

.pagination-footer.light-pagination .rc-pagination-jump-prev:hover:after,
.pagination-footer.light-pagination .rc-pagination-jump-next:hover:after {
  color: #ffffff; }

.pagination-footer.light-pagination .rc-pagination .rc-pagination-next,
.pagination-footer.light-pagination .rc-pagination .rc-pagination-prev {
  border: 1px solid transparent; }
  .pagination-footer.light-pagination .rc-pagination .rc-pagination-next .rc-pagination-item-link:after,
  .pagination-footer.light-pagination .rc-pagination .rc-pagination-prev .rc-pagination-item-link:after {
    color: #ffffff; }
  .pagination-footer.light-pagination .rc-pagination .rc-pagination-next:hover,
  .pagination-footer.light-pagination .rc-pagination .rc-pagination-prev:hover {
    border: 1px solid #ffffff; }

.pagination-footer.alt-pagination.light-pagination .rc-pagination-item,
.pagination-footer.alt-pagination.light-pagination .rc-pagination-jump-prev,
.pagination-footer.alt-pagination.light-pagination .rc-pagination-jump-next {
  background-color: rgba(255, 255, 255, 0.1); }

.pagination-footer.alt-pagination.light-pagination .rc-pagination-item-active {
  background-color: #ffffff; }

.pagination-footer.blue-pagination .rc-pagination-item a {
  color: #008f8d; }

.pagination-footer.blue-pagination .rc-pagination-item-active a {
  color: #ffffff; }

.pagination-footer.blue-pagination .rc-pagination-item {
  color: #008f8d; }
  .pagination-footer.blue-pagination .rc-pagination-item:hover {
    border-color: #008f8d; }

.pagination-footer.blue-pagination .rc-pagination .rc-pagination-next .rc-pagination-item-link:after,
.pagination-footer.blue-pagination .rc-pagination .rc-pagination-prev .rc-pagination-item-link:after {
  color: #008f8d; }

.pagination-footer.blue-pagination .rc-pagination .rc-pagination-next:hover,
.pagination-footer.blue-pagination .rc-pagination .rc-pagination-prev:hover {
  border-color: #008f8d; }

.pagination-footer.blue-pagination .rc-pagination-item-active {
  background-color: #008f8d;
  color: #ffffff;
  border-color: #008f8d; }

@media screen and (max-width: 615px) {
  .pagination-footer .pagination-container {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 10px; } }

@media screen and (max-width: 360px) {
  .pagination-footer .rc-pagination .rc-pagination-item,
  .pagination-footer .rc-pagination .rc-pagination-jump-prev,
  .pagination-footer .rc-pagination .rc-pagination-jump-next {
    display: none; } }

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

.requests-container {
  display: flex;
  flex-flow: wrap;
  width: 100%;
  padding-top: 50px; }
  .requests-container .requests-container__items {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    width: 100%; }
  .requests-container .requests-container__right {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    width: 220px; }
  .requests-container .requests-container__footer {
    padding-bottom: 25px;
    margin: 0;
    margin-top: 30px;
    width: 100%; }

@media screen and (max-width: 1200px) {
  .requests-container .requests-container__right {
    width: 210px; } }

@media screen and (max-width: 768px) {
  .requests-container__right {
    padding-top: 20px; } }

@media screen and (max-width: 414px) {
  .requests-container .requests-container__footer {
    width: 100%; }
    .requests-container .requests-container__footer .pagination-footer {
      margin: 0 auto;
      display: inline-block;
      width: 50%; }
      .requests-container .requests-container__footer .pagination-footer .rc-pagination li:last-child {
        width: 100%;
        margin: 0 auto;
        padding-top: 5px; } }

@media screen and (max-width: 369px) {
  .requests-container .requests-container__footer .pagination-footer {
    width: 53%; } }

@media screen and (max-width: 355px) {
  .requests-container .requests-container__footer .pagination-footer {
    width: 56%; } }

@media screen and (max-width: 343px) {
  .requests-container .requests-container__footer .pagination-footer {
    width: 59%; } }

@media screen and (max-width: 332px) {
  .requests-container .requests-container__footer .pagination-footer {
    width: 62%; } }

@media screen and (max-width: 321px) {
  .requests-container .requests-container__footer .pagination-footer {
    width: 63%; } }

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

.actions-button {
  display: flex;
  flex-direction: row; }
  .actions-button .location-table-edit,
  .actions-button .location-table-delete {
    height: 40px;
    width: 40px; }
    .actions-button .location-table-edit img,
    .actions-button .location-table-delete img {
      width: 20px; }

.delete-location-error-message {
  padding-top: 20px;
  color: #ff7d7d; }

@media (max-width: 960px) {
  .actions-button .location-table-edit {
    padding-right: 5px; } }

@media (max-width: 600px) {
  .actions-button {
    flex-direction: column; } }

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

.actions-button {
  display: flex;
  flex-direction: row; }
  .actions-button .location-table-edit,
  .actions-button .location-table-delete {
    height: 40px;
    width: 40px; }
    .actions-button .location-table-edit img,
    .actions-button .location-table-delete img {
      width: 20px; }

.delete-location-error-message {
  padding-top: 20px;
  color: #ff7d7d; }

@media (max-width: 960px) {
  .actions-button .location-table-edit {
    padding-right: 5px; } }

@media (max-width: 600px) {
  .actions-button {
    flex-direction: column; } }

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

.product-photo {
  max-height: 60px;
  max-width: 100px; }

.product-table-action {
  height: 50px;
  width: 50px;
  margin: 0 !important;
  float: left; }
  .product-table-action img {
    width: 25px; }

.product-table-pagination {
  padding-top: 50px; }

@media screen and (max-width: 960px) {
  .product-photo {
    max-height: 200px;
    max-width: 200px; } }

@media screen and (max-width: 768px) {
  .generic-table.product-table {
    margin: 0px;
    width: 100%; } }

@media screen and (max-width: 600px) {
  .generic-table.product-table {
    margin: 0px;
    width: 100%; } }

.table-head {
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
  cursor: default; }
  .table-head .table-head__text {
    color: #3c4858;
    font-size: 15px;
    font-family: "Raleway";
    font-weight: 900;
    display: inline;
    cursor: default; }

.centered-child {
  display: block;
  margin: 0 auto;
  width: fit-content; }

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

.generic-table {
  width: 75%;
  align-self: center;
  margin-left: calc((100% - 75%) / 2); }
  .generic-table h6 {
    font-size: 1em; }

.subscription-table-pagination {
  padding-top: 50px;
  padding-bottom: 50px; }

@media screen and (max-width: 960px) {
  .generic-table h6 {
    font-size: 0.8em; } }

@media screen and (max-width: 600px) {
  .active-subscription-action-container button {
    z-index: 2; } }

@media screen and (max-width: 520px) {
  .active-subscription-action-container {
    width: 100%;
    margin-right: 0; } }

@media screen and (max-width: 380px) {
  .active-subscription-action-container {
    display: inline-block; }
    .active-subscription-action-container button {
      margin-bottom: 10px; } }

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

.active-subscription-action-container {
  min-width: 100%;
  margin-right: calc((100% - 75%) / 2);
  display: flex;
  justify-content: center; }
  .active-subscription-action-container button {
    margin: 0px 10px;
    z-index: 2;
    width: auto;
    padding: 0px 10px; }

@media screen and (max-width: 520px) {
  .active-subscription-action-container {
    width: 100%;
    margin-right: 0; } }

@media screen and (max-width: 380px) {
  .active-subscription-action-container {
    display: inline-block; }
    .active-subscription-action-container button {
      margin-bottom: 10px; } }

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

.confirm-table {
  width: 100%;
  background-color: #f4f4f4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px; }
  .confirm-table .row {
    display: flex;
    flex-direction: column;
    width: 300px; }
    .confirm-table .row .keyword-field {
      width: 100%; }
      .confirm-table .row .keyword-field > div {
        padding-top: 7px; }
    .confirm-table .row li {
      padding-left: 0; }
  .confirm-table .row:last-child {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px; }

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

.create-budget-request-contact-popup .MuiRadio-root {
  color: #008f8d !important; }

.create-budget-request-contact-popup__title {
  padding: 20px !important;
  display: flex;
  justify-content: space-between; }
  .create-budget-request-contact-popup__title__text {
    font-size: 20px !important;
    font-weight: 400 !important; }
  .create-budget-request-contact-popup__title button {
    width: 24px;
    height: 24px; }
    .create-budget-request-contact-popup__title button svg {
      width: 12px;
      height: 12px; }

.create-budget-request-contact-popup__content {
  padding: 20px !important; }
  .create-budget-request-contact-popup__content__tabs .Mui-selected {
    color: #008f8d !important;
    font-weight: 700; }
  .create-budget-request-contact-popup__content__tabs .MuiTabs-indicator {
    background-color: #008f8d !important; }
  .create-budget-request-contact-popup__content__tab-panel {
    gap: 30px;
    margin-top: 30px; }
    .create-budget-request-contact-popup__content__tab-panel .MuiFormLabel-root {
      color: #929894;
      font-size: 14px !important; }
      .create-budget-request-contact-popup__content__tab-panel .MuiFormLabel-root.Mui-focused {
        color: #008f8d; }
        .create-budget-request-contact-popup__content__tab-panel .MuiFormLabel-root.Mui-focused.Mui-error {
          color: #f44336; }
    .create-budget-request-contact-popup__content__tab-panel .MuiFilledInput-root {
      border-radius: 10px !important;
      font-size: 14px !important; }
      .create-budget-request-contact-popup__content__tab-panel .MuiFilledInput-root:not(:has(textarea)) {
        height: 50px !important; }
      .create-budget-request-contact-popup__content__tab-panel .MuiFilledInput-root.MuiFilledInput-underline:before, .create-budget-request-contact-popup__content__tab-panel .MuiFilledInput-root.MuiFilledInput-underline:after {
        border-bottom: none !important; }
      .create-budget-request-contact-popup__content__tab-panel .MuiFilledInput-root.Mui-error {
        border: 2px solid #f44336 !important; }
    .create-budget-request-contact-popup__content__tab-panel__content {
      display: flex;
      flex-direction: column;
      gap: 30px; }
      .create-budget-request-contact-popup__content__tab-panel__content__section {
        display: flex;
        flex-direction: column;
        gap: 15px; }
        .create-budget-request-contact-popup__content__tab-panel__content__section__error {
          font-size: 10px !important; }
        .create-budget-request-contact-popup__content__tab-panel__content__section__title {
          font-size: 18px !important;
          font-weight: 400 !important; }
          .create-budget-request-contact-popup__content__tab-panel__content__section__title.description {
            font-size: 14px !important;
            font-weight: 400 !important;
            color: #929894 !important;
            margin-bottom: 10px !important;
            margin-top: 10px !important; }
        .create-budget-request-contact-popup__content__tab-panel__content__section__resource {
          display: flex;
          flex-direction: column;
          gap: 10px; }
          .create-budget-request-contact-popup__content__tab-panel__content__section__resource__title {
            font-size: 14px !important;
            font-weight: 700 !important;
            color: #253029; }
          .create-budget-request-contact-popup__content__tab-panel__content__section__resource__leres, .create-budget-request-contact-popup__content__tab-panel__content__section__resource__quantity {
            display: flex;
            gap: 15px; }
        .create-budget-request-contact-popup__content__tab-panel__content__section__field-with-error, .create-budget-request-contact-popup__content__tab-panel__content__section__resource__field-with-error {
          width: 100%; }

.create-budget-request-contact-popup__actions {
  justify-content: space-between !important; }

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

.highlighted-items-container .highlighted-items {
  width: calc(75% + 60px);
  padding-top: 25px;
  padding-bottom: 50px;
  margin: auto; }
  .highlighted-items-container .highlighted-items .carousel-title {
    color: #4d535c;
    padding-bottom: 50px; }
    .highlighted-items-container .highlighted-items .carousel-title h3,
    .highlighted-items-container .highlighted-items .carousel-title span {
      margin-bottom: 11px; }
    .highlighted-items-container .highlighted-items .carousel-title h3.blue-theme {
      color: #008f8d; }
      .highlighted-items-container .highlighted-items .carousel-title h3.blue-theme span {
        color: #008f8d; }

.highlighted-items-container .highlighted-items.full-width {
  width: 100%; }

.highlighted-items-container .budget-button-div {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 99; }

.highlighted-items-container.blue-theme {
  background-color: rgba(0, 143, 141, 0.1); }
  .highlighted-items-container.blue-theme .carousel-title h3,
  .highlighted-items-container.blue-theme .carousel-title span {
    color: #008f8d; }

/* SLIDER */
.highlighted-items-carousel .slick-track {
  width: 1450px !important; }

.highlighted-items-carousel .slick-slide {
  width: 290px !important; }

.highlighted-items-carousel .slick-next {
  right: -5%; }

.highlighted-items-carousel .slick-prev {
  left: -5%; }

.highlighted-items-carousel .slick-slider {
  background-color: inherit; }
  .highlighted-items-carousel .slick-slider .slick-list {
    width: 100%; }
    .highlighted-items-carousel .slick-slider .slick-list .slick-track .slick-slide .item {
      padding: 10px 0px 20px 0px; }
    .highlighted-items-carousel .slick-slider .slick-list .slick-track .slick-active {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: space-between; }
      .highlighted-items-carousel .slick-slider .slick-list .slick-track .slick-active .item .box {
        height: auto; }
  .highlighted-items-carousel .slick-slider button {
    width: 5%; }

.highlighted-items-container.blue-theme .slick-next::before {
  background-color: #ffffff;
  color: #008f8d; }

.highlighted-items-container.blue-theme .slick-prev::before {
  background-color: #ffffff;
  color: #008f8d; }

.item.highlighted > .box {
  box-shadow: 0 5px 15px #00000033; }

@media screen and (max-width: 441px) {
  .highlighted-items-carousel .slick-next {
    right: 0; }
  .highlighted-items-carousel .slick-prev {
    left: 0; } }

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

.product-page {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .product-page .product {
    width: calc(75% + 60px);
    padding: 80px 40px;
    box-shadow: 0 5px 15px #00000033; }
    .product-page .product .product-container {
      width: 100%;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .product-page .product .product-container .product-images {
        width: 45%; }
        .product-page .product .product-container .product-images .product-card {
          margin-top: 0px; }
          .product-page .product .product-container .product-images .product-card .slick-image {
            max-height: 500px;
            object-fit: contain; }
    .product-page .product .product-description {
      width: 100%;
      margin-top: 20px; }
      @media screen and (max-width: 900px) {
        .product-page .product .product-description {
          margin-bottom: 25px; } }
      .product-page .product .product-description label {
        width: 100%; }
      .product-page .product .product-description div {
        color: #253029; }
    .product-page .product .last-request {
      margin-top: 20px; }
  .product-page .highlighted-items-title {
    margin-top: 20px;
    height: 100px;
    width: calc(75% + 60px);
    display: flex;
    justify-content: center; }
    .product-page .highlighted-items-title span {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center; }
  .product-page .highlighted-items {
    width: calc(75% + 60px); }
  .product-page .see-more-button-container {
    display: flex;
    justify-content: center;
    width: calc(75% + 60px); }
  .product-page .text-button {
    width: 100px;
    background: none;
    border: none;
    margin: 0.3125rem 1px;
    padding: 0;
    cursor: pointer;
    color: #008a8a;
    font-family: 'Lato';
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap; }
    .product-page .text-button:focus {
      outline: none; }
  .product-page .edit-button {
    width: 100px;
    height: 50px;
    background: #ffaa00;
    border: 0;
    border-radius: 10px;
    margin: 0.3125rem 1px;
    padding: 0;
    font-weight: bold;
    cursor: pointer;
    color: #000000;
    font-family: 'Lato';
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap; }
    .product-page .edit-button:hover, .product-page .edit-button:focus, .product-page .edit-button:active {
      box-shadow: 0px 5px 15px #00000033; }

.product-details-container {
  width: 45%;
  min-width: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly; }
  .product-details-container .product-details {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%; }
    .product-details-container .product-details .product-title {
      width: 100%; }
  .product-details-container .contact-button {
    text-align: right;
    padding-top: 45px; }
    .product-details-container .contact-button button {
      width: 175px; }
  .product-details-container .product-files-display {
    display: flex;
    flex-wrap: wrap; }

@media screen and (max-width: 1300px) {
  .product-page .product .product-container .product-images {
    width: 100%; }
  .product-details-container {
    width: 100%; } }

@media screen and (max-width: 640px) {
  .product-page .product {
    width: 100%;
    box-shadow: none;
    padding: 0px 20px; } }

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

.catalog-header {
  color: #ffffff;
  width: 100%;
  text-align: center; }
  .catalog-header .header-title {
    padding-bottom: 20px; }
  .catalog-header .header-description h3 {
    font-weight: 400; }
  .catalog-header .header-input {
    display: flex;
    justify-content: space-between;
    width: calc(75% + 60px);
    margin: auto;
    padding: 25px 0px; }
    .catalog-header .header-input .input-container {
      padding-right: 15px;
      display: flex;
      justify-content: space-between;
      width: 82%; }
      .catalog-header .header-input .input-container h6 {
        margin: auto 0;
        min-width: 115px;
        display: flex;
        justify-content: center;
        flex-direction: column; }
      .catalog-header .header-input .input-container .inputs {
        margin-left: 10px;
        width: 87%;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .catalog-header .header-input .input-container .inputs input {
          border: 1px solid #cccccc;
          border-radius: 5px;
          padding: 9px;
          outline-color: #008f8d;
          margin-right: 10px; }
        .catalog-header .header-input .input-container .inputs > * {
          width: 100%; }
    .catalog-header .header-input .buttons-container {
      display: flex; }
      .catalog-header .header-input .buttons-container .filter {
        width: 120px;
        display: flex;
        justify-content: space-between;
        z-index: 1;
        margin-right: 14px; }
        .catalog-header .header-input .buttons-container .filter .button-content {
          display: flex;
          justify-content: space-around;
          width: 100%; }
        .catalog-header .header-input .buttons-container .filter span {
          font-size: 16px;
          color: #253029; }
        .catalog-header .header-input .buttons-container .filter img {
          width: 20px; }
      .catalog-header .header-input .buttons-container .filter.filter-active:after {
        border-radius: 10px 10px 0px 0px;
        content: '';
        position: absolute;
        height: 76px;
        width: 120px;
        z-index: -1;
        background-color: #f4f4f4; }
      .catalog-header .header-input .buttons-container button {
        margin: 0px;
        width: 120px;
        height: 50px; }
      .catalog-header .header-input .buttons-container .save-filters {
        margin-left: 5px;
        width: 140px; }
  .catalog-header .filter-input {
    display: flex;
    flex-direction: row;
    padding: 40px 0px;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    background-color: #f4f4f4;
    border-radius: 10px; }
    .catalog-header .filter-input .filters-form-container {
      width: calc(75% + 60px); }
      .catalog-header .filter-input .filters-form-container .filters-form {
        max-width: 1200px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        transition: all 2s;
        margin-top: -25px; }
        .catalog-header .filter-input .filters-form-container .filters-form > * {
          min-width: 250px;
          margin-top: 25px;
          height: 30px; }
        .catalog-header .filter-input .filters-form-container .filters-form input.ler {
          border-top: none;
          border-left: none;
          border-right: none;
          border-bottom: 1px solid #929894;
          background-color: #f4f4f4;
          padding: 0px 10px; }
          .catalog-header .filter-input .filters-form-container .filters-form input.ler:focus {
            outline: none; }
    .catalog-header .filter-input .none {
      display: none; }

@media screen and (max-width: 520px) {
  .catalog-header .header-input {
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 90%; }
    .catalog-header .header-input .input-container {
      width: 100%;
      padding: 0;
      padding-bottom: 10px;
      display: flex;
      justify-content: flex-end; }
      .catalog-header .header-input .input-container input {
        width: 90%; } }

@media screen and (max-width: 441px) {
  .catalog-header .header-title h1 {
    font-size: 50px; }
  .catalog-header .header-description h3 {
    font-size: 25px; } }

@media screen and (max-width: 768px) {
  .catalog-header .header-input {
    flex-wrap: wrap; }
    .catalog-header .header-input .input-container {
      width: 100%;
      flex-wrap: wrap;
      padding-right: 0px; }
      .catalog-header .header-input .input-container h6 {
        width: 100%;
        text-align: left; }
      .catalog-header .header-input .input-container .inputs {
        width: 100%;
        margin-left: 0px;
        flex-wrap: wrap;
        padding-top: 10px; }
        .catalog-header .header-input .input-container .inputs > * {
          min-height: 50px; }
        .catalog-header .header-input .input-container .inputs > :first-child {
          margin-top: 10px;
          width: 100%; }
        .catalog-header .header-input .input-container .inputs > :nth-child(2) {
          margin-top: 10px;
          width: 100%; }
    .catalog-header .header-input .buttons-container {
      width: 100%;
      padding-top: 20px;
      justify-content: space-between; } }

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

.banner-container {
  display: flex;
  justify-content: center;
  border-radius: 10px;
  background-color: #ffaa00;
  gap: 20px;
  padding: 10px 138px;
  width: fit-content;
  margin: 0 auto;
  align-items: center; }
  .banner-container .banner-icon {
    width: 24px;
    height: 24px; }
  .banner-container .banner-text {
    font-size: 14px;
    color: #ffffff; }

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

.catalog.banner-visible {
  padding-top: 30px; }

.catalog.banner-hidden {
  padding-top: 0; }

.catalog .header-highlight {
  padding-bottom: 90px; }

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

.custom-checkbox {
  color: #000 !important; }
  .custom-checkbox.Mui-checked {
    color: #007371 !important; }
  .custom-checkbox:hover {
    background-color: #008a8a0e !important; }

.create-company-popup {
  width: 450px; }
  .create-company-popup .MuiInput-underline:after, .create-company-popup .MuiInput-underline:hover:not(.Mui-disabled):before {
    border-bottom-color: #007371 !important; }
  .create-company-popup .create-company-popup__container {
    display: flex;
    flex-direction: column;
    gap: 30px; }
    .create-company-popup .create-company-popup__container .rc-tree-select.rc-tree-select-enabled.rc-tree-select-allow-clear {
      width: 100% !important; }
    .create-company-popup .create-company-popup__container span.rc-tree-select-selection.rc-tree-select-selection--multiple {
      background-color: white !important; }
      .create-company-popup .create-company-popup__container span.rc-tree-select-selection.rc-tree-select-selection--multiple span {
        color: #aaa !important; }
  .create-company-popup .create-company-popup__container__ler-codes-inputs {
    display: flex;
    gap: 10px;
    align-items: center; }
    .create-company-popup .create-company-popup__container__ler-codes-inputs__add-button {
      color: #007371;
      border: 2px solid;
      border-radius: 10px;
      border-color: #007371; }
    .create-company-popup .create-company-popup__container__ler-codes-inputs .MuiAutocomplete-root {
      flex: 1; }
  .create-company-popup .create-company-popup__container__added-ler-codes {
    max-height: 200px;
    overflow-y: auto; }
    .create-company-popup .create-company-popup__container__added-ler-codes__list {
      display: flex;
      flex-direction: column;
      gap: 5px; }
      .create-company-popup .create-company-popup__container__added-ler-codes__list-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 10px;
        padding: 10px;
        background-color: #eaebea;
        height: 44px;
        color: #253029;
        margin-bottom: 10px; }
        .create-company-popup .create-company-popup__container__added-ler-codes__list-item__name {
          display: flex;
          align-items: center;
          gap: 10px; }
        .create-company-popup .create-company-popup__container__added-ler-codes__list-item__actions svg {
          color: #253029; }

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

.logistics__create-company {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px; }
  .logistics__create-company .logistics__create-company__text {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    color: #929894;
    margin-top: 10px; }
  .logistics__create-company .logistics__create-company__add-button {
    width: fit-content !important;
    padding: 0 20px !important; }

.custom-checkbox {
  color: #000 !important; }
  .custom-checkbox.Mui-checked {
    color: #008a8a !important; }
  .custom-checkbox:hover {
    background-color: #008a8a0e !important; }

.logistic-company__container {
  display: flex;
  flex-direction: column;
  gap: 20px; }
  .logistic-company__container .MuiInput-underline:after, .logistic-company__container .MuiInput-underline:hover:not(.Mui-disabled):before {
    border-bottom-color: #007371 !important; }
  .logistic-company__container__switch {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 40px; }
  .logistic-company__container .section-title {
    font-size: 20px;
    font-weight: 700; }
    .logistic-company__container .section-title:not(:first-child) {
      margin-top: 40px; }
  .logistic-company__container .rc-tree-select.rc-tree-select-enabled.rc-tree-select-allow-clear {
    width: 100% !important; }
  .logistic-company__container span.rc-tree-select-selection.rc-tree-select-selection--multiple {
    background-color: white !important; }
    .logistic-company__container span.rc-tree-select-selection.rc-tree-select-selection--multiple span {
      color: #aaa !important; }
  .logistic-company__container__buttons {
    display: flex;
    justify-content: center; }
    .logistic-company__container__buttons button {
      width: auto;
      padding: 0 10px; }
  .logistic-company__container__ler-codes-inputs, .logistic-company__container__users-inputs {
    display: flex;
    gap: 10px;
    align-items: center; }
    .logistic-company__container__ler-codes-inputs__add-button, .logistic-company__container__users-inputs__add-button {
      color: #007371 !important;
      border: 2px solid !important;
      border-radius: 10px !important;
      border-color: #007371 !important; }
    .logistic-company__container__ler-codes-inputs .MuiAutocomplete-root, .logistic-company__container__users-inputs .MuiAutocomplete-root {
      flex: 1; }
  .logistic-company__container__added-ler-codes, .logistic-company__container__added-users {
    max-height: 200px;
    overflow-y: auto; }
    .logistic-company__container__added-ler-codes__list, .logistic-company__container__added-users__list {
      display: flex;
      flex-direction: column;
      gap: 5px; }
      .logistic-company__container__added-ler-codes__list-item, .logistic-company__container__added-users__list-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 10px;
        padding: 10px;
        background-color: #eaebea;
        height: 44px;
        color: #253029;
        margin-bottom: 10px; }
        .logistic-company__container__added-ler-codes__list-item__name, .logistic-company__container__added-users__list-item__name {
          display: flex;
          align-items: center;
          gap: 10px; }
        .logistic-company__container__added-ler-codes__list-item__actions svg, .logistic-company__container__added-users__list-item__actions svg {
          color: #253029; }

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

.budget-flow-historic {
  display: flex;
  flex-direction: column;
  gap: 15px; }
  .budget-flow-historic__title {
    gap: 30px;
    font-weight: 700;
    text-decoration: underline;
    color: #008f8d;
    cursor: pointer;
    margin: 0; }
  .budget-flow-historic__content {
    display: flex;
    flex-direction: column;
    gap: 5px; }
    .budget-flow-historic__content__item {
      display: flex;
      flex-direction: row;
      gap: 5px; }
      .budget-flow-historic__content__item p {
        font-weight: 400;
        font-size: 14px;
        margin: 0; }

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

.tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #f4f4f4; }
  .tabs__tab {
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background-color: #ffffff;
    color: #008f8d;
    font-weight: 700;
    font-size: 14px; }
    .tabs__tab__notification {
      width: 15px;
      height: 15px;
      background-color: #ff7d7d;
      border-radius: 100%; }
    .tabs__tab:hover {
      background-color: rgba(0, 143, 141, 0.1); }
    .tabs__tab_active {
      background-color: #008f8d;
      color: #ffffff; }
      .tabs__tab_active:hover {
        background-color: #008f8d; }

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

.requests {
  display: flex;
  flex-direction: column; }

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

.reuse-popup .MuiDialog-paperWidthMd {
  width: 600px;
  height: 400px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAwIiBoZWlnaHQ9IjQwMCIgdmlld0JveD0iMCAwIDYwMCA0MDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNTQuNDExIDU3OC4zNjVDMjU0LjMzMyA1NzguMzI2IDI1NC4yNDggNTc4LjMwNCAyNTQuMTYxIDU3OC4yOTlDMjAwLjE3MiA1NzUuNDg0IDE0OC44NjMgNTY1LjM1NSAxMDEuMjc2IDU0OS4yOTVDMTAwLjgyIDU0OS4xNDIgMTAwLjM1NSA1NDkuMDIxIDk5Ljg4MjcgNTQ4LjkzMkM5Ny4wNzk1IDU0OC40MDMgOTQuMTk5MiA1NDcuNzk3IDkxLjQwMDcgNTQ3LjI3MkM5MS4xMzA3IDU0Ny4yMjIgOTAuOTM0NyA1NDYuOTg2IDkwLjkzNDcgNTQ2LjcxMkM5MC45MzQ3IDU0Ni4zMTUgOTEuMzI5OCA1NDYuMDQgOTEuNzAzMSA1NDYuMTczQzk0LjQ3NDMgNTQ3LjE2NiA5Ny4yNTI4IDU0OC4wMDkgMTAwLjExNiA1NDkuMDE0QzEwMC40MzQgNTQ5LjEyNSAxMDAuNzU4IDU0OS4yMTQgMTAxLjA4OCA1NDkuMjc4QzEzNS44IDU1Ni4wMzMgMTcyLjE0NCA1NjAuMjI2IDIwOS42NTUgNTYxLjI3OEMzOTguMiA1NjYuNjkyIDU2Mi44MzMgNDk0LjAyNiA2MzkuNDE1IDM4NC45NTRDNjQyLjA0MSAzODEuMjEzIDY0MS42MDQgMzc2LjExNiA2MzguNDQ3IDM3Mi44MUM1MTUuNzI4IDI0NC4yOTkgMzM3LjU5MSAyODcuOTcyIDIyNi42MTUgMzM0LjE1NUMxMDkuMzA4IDM4Mi44OTIgNDIuNDEwMSA0MzcuMTQ4IC00MS4wOTQ0IDQ1NC4wNThDLTEyNC41OTkgNDcwLjk2OSAtMTg3LjQ5MiAzOTUuMTA1IC0xODcuNDkyIDM5NS4xMDVDLTQzLjQ0OTkgNjI1LjUxNiAyNTcuNzA4IDY5Ni44IDQ5Mi45MSA1NTYuOTMzQzUyNS40MTcgNTM3LjU1NiA1NjAuMzk3IDUxMy4xMjkgNTg5Ljk1OSA0ODcuODhDNTAwLjcxNCA1NTAuMjE4IDM4Mi41MTYgNTg1LjIxMSAyNTQuNjYgNTc4LjQzQzI1NC41NzMgNTc4LjQyNiAyNTQuNDg4IDU3OC40MDMgMjU0LjQxMSA1NzguMzY1WiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzQzODdfNTYzMzgpIi8+CjxwYXRoIGQ9Ik0tMTYzLjg4IC04NC42NTg1Qy0xNjMuODggLTg0LjY0MDUgLTE2My44NTcgLTg0LjYzMzMgLTE2My44NDYgLTg0LjY0ODJDLTEzMS45MjcgLTEzMC45NiAtOTQuOTA4MSAtMTcwLjg5NCAtNTQuNTY4MyAtMjA0LjMzMkMtNTIuNDI0NCAtMjA2LjY5MSAtNTAuMTczMiAtMjA5LjA1MSAtNDguMDE4NyAtMjExLjQxMUMtNDcuODI0IC0yMTEuNjI0IC00Ny41MDYxIC0yMTEuNjcyIC00Ny4yNTgyIC0yMTEuNTIzQy00Ni44OTIxIC0yMTEuMzA1IC00Ni44NTk4IC0yMTAuNzg2IC00Ny4xOTMxIC0yMTAuNTJDLTQ5LjY3MzMgLTIwOC41MzkgLTUyLjA3MTIgLTIwNi4zODYgLTU0LjU2ODMgLTIwNC4zMzJDLTc5LjQ5MjggLTE3Ny4yNjUgLTEwMi45OTMgLTE0Ny4zNjEgLTEyNC4zNTcgLTExNC42MjFDLTIzMS4yMTQgNDkuMDAzOCAtMjU1LjM1MyAyMzMuOTM0IC0xOTkuMjQ1IDM2MC42MzZDLTE5Ny40MDkgMzY0Ljc4NCAtMTkyLjg2OCAzNjcuMDQzIC0xODguNDMgMzY2LjEwNEMtNy4wMzM4NCAzMjcuNzE5IDUwLjQ5NDQgMTQ2LjY1OCA2OS4zNDE5IDIzLjU1Qzg5LjI4MTUgLTEwNi40NjUgNzcuMDU2NiAtMTk0Ljk5NCAxMDcuMjAzIC0yNzcuODQ5QzEzNy4zNSAtMzYwLjcwNCAyMzkuMDY2IC0zNzUuMDA2IDIzOS4wNjYgLTM3NS4wMDZDLTQ0LjU5ODYgLTM3My4xMTUgLTI3MS4xNzQgLTE0Ni4wNjEgLTI3My41NDggMTM3LjM3MkMtMjczLjkwNCAxNzYuNDk1IC0yNzAuOTM3IDIyMC43IC0yNjQuNDA5IDI2MC40MTRDLTI3MS43NjYgMTQ3Ljc5IC0yMzkuMDE5IDI0LjQxMzggLTE2My45MTQgLTg0LjY2ODhDLTE2My45MDMgLTg0LjY4MzcgLTE2My44OCAtODQuNjc2NiAtMTYzLjg4IC04NC42NTg1WiIgZmlsbD0idXJsKCNwYWludDFfbGluZWFyXzQzODdfNTYzMzgpIi8+CjxwYXRoIGQ9Ik02MzIuNDkxIC0xMjIuODQ4QzY1NS4xNTkgLTczLjE1OTkgNjY5LjgzNiAtMjIuMjk3OSA2NzcuMjI0IDI3Ljk4NTVDNjc3LjI5NCAyOC40NTkyIDY3Ny4zOTcgMjguOTI2OCA2NzcuNTMzIDI5LjM4NTlDNjc4LjM2NCAzMi4xOTM4IDY3OS4xOSAzNC45OTUxIDY3OS45MjggMzcuNzA5OUM2ODAuMDAzIDM3Ljk4NDkgNjc5Ljg3MyAzOC4yNzQyIDY3OS42MTggMzguNDAxOEM2NzkuMjUxIDM4LjU4NTUgNjc4LjgxMiAzOC4zNTQyIDY3OC43NTYgMzcuOTQ3NUM2NzguMzE5IDM0LjgwMTcgNjc3Ljg3NCAzMS43Mzk2IDY3Ny4zMjggMjguNTc3N0M2NjcuMzY1IC01LjkyODg5IDY1NC4wNzkgLTQwLjU1MzcgNjM3LjQ3MyAtNzQuODIzMkM1NTQuMDU3IC0yNDYuMjYyIDQwOS4zMDcgLTM1OC4zMzIgMjcyLjIzMSAtMzczLjYxOUMyNjcuODE0IC0zNzQuMTExIDI2My42MzUgLTM3MS40NDUgMjYyLjEzMSAtMzY3LjI2MkMyMDAuMjEzIC0xOTUuMDU3IDMyNC4yMDEgLTU2LjY5MzYgNDE5LjEgMjAuMjc3N0M1MTkuMjEyIDEwMS41MDUgNjAwLjgyMSAxMzUuMDYyIDY1NS41MDMgMjAxLjU4NUM3MTAuMzA0IDI2OC4xMDggNjY5LjUgMzYxLjE5MyA2NjkuNSAzNjEuMTkzQzgxNS41MTcgMTIwLjcxNCA3NDAuNDMyIC0xODMuMjA1IDUwMC44MjcgLTMyNS42MTlDNDY3LjczMyAtMzQ1LjMwMyA0MjguNTg5IC0zNjQuNzUgMzkxLjQ2MiAtMzc4Ljg2MUM0OTAuOTgyIC0zMjkuMjk1IDU3OC44NzcgLTI0MC40NzggNjMyLjQ5MSAtMTIyLjg0OFoiIGZpbGw9InVybCgjcGFpbnQyX2xpbmVhcl80Mzg3XzU2MzM4KSIvPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzQzODdfNTYzMzgiIHgxPSItMTg3LjQ5MiIgeTE9IjQ1OC4yMjUiIHgyPSI2NDMuODEiIHkyPSI0NTguMjI1IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiNDMkU3QzAiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjMDc3N0JCIi8+CjwvbGluZWFyR3JhZGllbnQ+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQxX2xpbmVhcl80Mzg3XzU2MzM4IiB4MT0iLTI3My41NzYiIHkxPSItMy42MzMyOCIgeDI9IjIzOS4wODIiIHkyPSItMy42MzMyOCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjQzJFN0MwIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzA3NzdCQiIvPgo8L2xpbmVhckdyYWRpZW50Pgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50Ml9saW5lYXJfNDM4N181NjMzOCIgeDE9IjI0NS40OTIiIHkxPSItOC43NzI4IiB4Mj0iNzQ0LjAxNyIgeTI9Ii04Ljc3MjgiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0MyRTdDMCIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMwNzc3QkIiLz4KPC9saW5lYXJHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K);
  background-repeat: no-repeat; }

.reuse-popup__title {
  display: flex;
  justify-content: end; }
  .reuse-popup__title__close-icon {
    width: 16px;
    height: 16px; }

.reuse-popup__content {
  display: flex;
  flex-direction: column;
  justify-content: baseline;
  gap: 20px; }
  .reuse-popup__content__icon {
    height: 75px; }
  .reuse-popup__content__text .MuiTypography-root {
    color: #112637;
    text-align: center;
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 33.6px */ }

.reuse-popup__actions {
  display: flex;
  justify-content: center !important;
  padding-bottom: 25px !important; }
  .reuse-popup__actions .MuiButtonBase-root {
    width: 175px;
    height: 50px;
    background: #112637 !important; }
    .reuse-popup__actions .MuiButtonBase-root .MuiButton-label {
      color: #FFF;
      font-family: Lato;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: normal; }

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

.navbar-logo {
  max-height: 34px;
  cursor: pointer; }

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

p:first-child {
  margin-top: 30px; }

.title {
  margin-bottom: 0px;
  text-align: center;
  font-size: 1.4em;
  padding: 0px 30px;
  font-weight: bold; }

.secondTitle {
  margin-bottom: 0px;
  text-align: center; }

.terms-and-conditions-container {
  padding-top: 20px; }
  .terms-and-conditions-container span {
    color: #253029; }
  .terms-and-conditions-container .terms-and-conditions {
    color: #008f8d;
    text-decoration: underline; }
  .terms-and-conditions-container p {
    color: #ff0000;
    margin-bottom: 0; }

.button-layout {
  display: flex;
  flex-direction: column; }
  .button-layout .register-button {
    width: 100%; }
  .button-layout .separator-line {
    border: 1px solid #eaebea;
    width: 100%;
    margin: 10px 0; }
  .button-layout .login-text {
    margin: 0; }
  .button-layout .login-button {
    margin: 0;
    height: min-content; }

.CustomInput-formControl {
  padding-top: 0 !important; }

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

.login-button-container {
  width: 100%;
  display: flex;
  justify-content: space-between; }

.login-grid p:first-child {
  margin-top: 30px; }

.input-icon {
  color: #ffffff; }

.email-confirmed-text {
  color: #849937; }

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

footer {
  background-color: white;
  display: flex;
  justify-content: space-between;
  padding: 30px 90px;
  position: relative;
  z-index: 1000; }
  footer .logo {
    width: auto;
    height: 40px;
    order: 1; }
  footer .apoiado {
    order: 2; }
  footer .confinanciado {
    order: 3; }
  footer .privacy-rights {
    order: 4; }
  footer .confinanciado,
  footer .apoiado {
    display: flex;
    flex-direction: column;
    gap: 10px; }
    footer .confinanciado img,
    footer .apoiado img {
      width: auto;
      height: 30px; }
    footer .confinanciado__title,
    footer .apoiado__title {
      font-size: 10px;
      color: #929894; }
    footer .confinanciado__logos,
    footer .apoiado__logos {
      display: flex;
      gap: 20px; }
  footer .privacy-rights {
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #929894;
    text-align: right; }
    footer .privacy-rights__links {
      display: flex;
      justify-content: flex-end;
      gap: 10px; }

@media screen and (max-width: 1340px) {
  footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px; }
    footer .confinanciado {
      order: 4; }
    footer .apoiado {
      order: 3; }
    footer .privacy-rights {
      order: 2; }
    footer .privacy-rights {
      text-align: left; }
      footer .privacy-rights__links {
        justify-content: flex-start; } }

@media screen and (max-width: 860px) {
  footer {
    grid-template-columns: 1fr;
    grid-template-rows: auto; }
    footer .confinanciado {
      order: 3; }
    footer .apoiado {
      order: 2; }
    footer .privacy-rights {
      order: 4; } }

@media screen and (max-width: 650px) {
  footer .confinanciado__logos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px; } }

@media screen and (max-width: 530px) {
  footer {
    padding: 30px 50px; } }

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

.layout-session-children {
  background-image: url(/_next/static/images/material_bi-ee0741c783948d5fe8b35a49ee2f6377.jpg);
  background-size: cover; }

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

html,
body {
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif; }

a {
  color: inherit;
  text-decoration: none; }

* {
  box-sizing: border-box; }

@-webkit-keyframes select-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes select-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.rc-select {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  color: #666;
  line-height: 28px;
}
.rc-select ul,
.rc-select li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rc-select > ul > li > a {
  padding: 0;
  background-color: #fff;
}
.rc-select-arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  outline: none;
}
.rc-select-arrow .rc-select-arrow-loading {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-top: 6px;
  margin-left: -4px;
}
.rc-select-arrow .rc-select-arrow-loading:after {
  content: ' ';
  display: block;
  width: 12px;
  height: 12px;
  margin: 2px;
  border-radius: 50%;
  border: 2px solid #999999;
  border-color: #999999 transparent #999999 transparent;
  -webkit-animation: select-ring 1.2s linear infinite;
          animation: select-ring 1.2s linear infinite;
}
.rc-select-arrow .rc-select-arrow-icon {
  border-color: #999999 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  width: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.rc-select:not(.rc-select-no-arrow) .rc-select-selection--multiple .rc-select-selection__clear,
.rc-select-loading .rc-select-selection--multiple .rc-select-selection__clear {
  right: 20px;
}
.rc-select-selection {
  outline: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
}
.rc-select-selection__placeholder {
  position: absolute;
  top: 0;
  color: #aaa;
}
.rc-select-selection__clear {
  font-weight: bold;
  position: absolute;
  line-height: 28px;
}
.rc-select-selection__clear-icon {
  font-style: normal;
}
.rc-select-focused .rc-select-selection {
  border-color: #23c0fa;
  box-shadow: 0 0 2px rgba(45, 183, 245, 0.8);
}
.rc-select-enabled .rc-select-selection:hover {
  border-color: #23c0fa;
  box-shadow: 0 0 2px rgba(45, 183, 245, 0.8);
}
.rc-select-enabled .rc-select-selection:active {
  border-color: #2db7f5;
}
.rc-select-selection--single {
  height: 28px;
  line-height: 28px;
  cursor: pointer;
  position: relative;
}
.rc-select-selection--single .rc-select-selection-selected-value {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
}
.rc-select-selection--single .rc-select-selection__rendered {
  height: 28px;
  position: relative;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 10px;
  line-height: 28px;
}
.rc-select-selection--single .rc-select-selection__clear {
  top: 0;
  right: 20px;
}
.rc-select-disabled {
  color: #ccc;
  cursor: not-allowed;
}
.rc-select-disabled .rc-select-selection--single,
.rc-select-disabled .rc-select-selection__choice__remove {
  cursor: not-allowed;
  color: #ccc;
}
.rc-select-disabled .rc-select-selection--single:hover,
.rc-select-disabled .rc-select-selection__choice__remove:hover {
  cursor: not-allowed;
  color: #ccc;
}
.rc-select-search__field__wrap {
  display: inline-block;
}
.rc-select-search__field__placeholder {
  position: absolute;
  top: 0;
  left: 3px;
  color: #aaa;
}
.rc-select-search--inline {
  width: 100%;
}
.rc-select-search--inline .rc-select-search__field__wrap {
  width: 100%;
}
.rc-select-search--inline .rc-select-search__field {
  border: none;
  font-size: 100%;
  background: transparent;
  outline: 0;
  width: 100%;
}
.rc-select-search--inline .rc-select-search__field::-ms-clear {
  display: none;
}
.rc-select-search--inline .rc-select-search__field__mirror {
  position: absolute;
  top: -999px;
  left: 0;
  white-space: pre;
}
.rc-select-search--inline > i {
  float: right;
}
.rc-select-enabled.rc-select-selection--multiple {
  cursor: text;
}
.rc-select-selection--multiple {
  min-height: 28px;
}
.rc-select-selection--multiple .rc-select-search--inline {
  float: left;
  width: auto;
}
.rc-select-selection--multiple .rc-select-search--inline .rc-select-search__field {
  width: 0.75em;
}
.rc-select-selection--multiple .rc-select-search--inline .rc-select-search__field__wrap {
  width: auto;
}
.rc-select-selection--multiple .rc-select-search__field__placeholder {
  top: 5px;
  left: 8px;
}
.rc-select-selection--multiple .rc-select-selection__rendered {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 8px;
  padding-bottom: 2px;
}
.rc-select-selection--multiple .rc-select-selection__rendered .rc-select-selection__choice {
  margin-top: 4px;
  line-height: 20px;
}
.rc-select-selection--multiple .rc-select-selection__clear {
  top: 1px;
  right: 8px;
}
.rc-select-enabled .rc-select-selection__choice {
  cursor: default;
}
.rc-select-enabled .rc-select-selection__choice:hover .rc-select-selection__choice__remove {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.rc-select-enabled .rc-select-selection__choice:hover .rc-select-selection__choice__content {
  margin-left: -8px;
  margin-right: 8px;
}
.rc-select-enabled .rc-select-selection__choice__disabled {
  cursor: not-allowed;
}
.rc-select-enabled .rc-select-selection__choice__disabled:hover .rc-select-selection__choice__content {
  margin-left: 0;
  margin-right: 0;
}
.rc-select .rc-select-selection__choice {
  background-color: #f3f3f3;
  border-radius: 4px;
  float: left;
  padding: 0 15px;
  margin-right: 4px;
  position: relative;
  overflow: hidden;
  transition: padding 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045), width 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.rc-select .rc-select-selection__choice__content {
  margin-left: 0;
  margin-right: 0;
  transition: margin 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.rc-select .rc-select-selection__choice-zoom-enter,
.rc-select .rc-select-selection__choice-zoom-appear,
.rc-select .rc-select-selection__choice-zoom-leave {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  opacity: 0;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.rc-select .rc-select-selection__choice-zoom-leave {
  opacity: 1;
  -webkit-animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.rc-select .rc-select-selection__choice-zoom-enter.rc-select-selection__choice-zoom-enter-active,
.rc-select .rc-select-selection__choice-zoom-appear.rc-select-selection__choice-zoom-appear-active {
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-name: rcSelectChoiceZoomIn;
          animation-name: rcSelectChoiceZoomIn;
}
.rc-select .rc-select-selection__choice-zoom-leave.rc-select-selection__choice-zoom-leave-active {
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-name: rcSelectChoiceZoomOut;
          animation-name: rcSelectChoiceZoomOut;
}
@-webkit-keyframes rcSelectChoiceZoomIn {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes rcSelectChoiceZoomIn {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes rcSelectChoiceZoomOut {
  to {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}
@keyframes rcSelectChoiceZoomOut {
  to {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}
.rc-select .rc-select-selection__choice__remove {
  color: #919191;
  cursor: pointer;
  font-weight: bold;
  padding: 0 0 0 8px;
  position: absolute;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  top: 0;
  right: 2px;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.rc-select .rc-select-selection__choice__remove-icon {
  font-style: normal;
}
.rc-select .rc-select-selection__choice__remove:hover {
  color: #333;
}
.rc-select-dropdown {
  background-color: white;
  border: 1px solid #d9d9d9;
  box-shadow: 0 0px 4px #d9d9d9;
  border-radius: 4px;
  box-sizing: border-box;
  z-index: 100;
  left: -9999px;
  top: -9999px;
  position: absolute;
  outline: none;
}
.rc-select-dropdown:empty,
.rc-select-dropdown-hidden {
  display: none;
}
.rc-select-dropdown-menu {
  outline: none;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 9999;
}
.rc-select-dropdown-menu > li {
  margin: 0;
  padding: 0;
}
.rc-select-dropdown-menu-item-group-list {
  margin: 0;
  padding: 0;
}
.rc-select-dropdown-menu-item-group-list > li.rc-select-menu-item {
  padding-left: 20px;
}
.rc-select-dropdown-menu-item-group-title {
  color: #999;
  line-height: 1.5;
  padding: 8px 10px;
  border-bottom: 1px solid #dedede;
}
li.rc-select-dropdown-menu-item {
  margin: 0;
  position: relative;
  display: block;
  padding: 7px 10px;
  font-weight: normal;
  color: #666;
  white-space: nowrap;
}
li.rc-select-dropdown-menu-item-disabled {
  color: #ccc;
  cursor: not-allowed;
}
li.rc-select-dropdown-menu-item-selected {
  color: #666;
  background-color: #ddd;
}
li.rc-select-dropdown-menu-item-active {
  background-color: #5897fb;
  color: white;
  cursor: pointer;
}
li.rc-select-dropdown-menu-item-divider {
  height: 1px;
  margin: 1px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  line-height: 0;
}
.rc-select-dropdown-slide-up-enter,
.rc-select-dropdown-slide-up-appear {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rc-select-dropdown-slide-up-leave {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  opacity: 1;
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rc-select-dropdown-slide-up-enter.rc-select-dropdown-slide-up-enter-active.rc-select-dropdown-placement-bottomLeft,
.rc-select-dropdown-slide-up-appear.rc-select-dropdown-slide-up-appear-active.rc-select-dropdown-placement-bottomLeft {
  -webkit-animation-name: rcSelectDropdownSlideUpIn;
          animation-name: rcSelectDropdownSlideUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.rc-select-dropdown-slide-up-leave.rc-select-dropdown-slide-up-leave-active.rc-select-dropdown-placement-bottomLeft {
  -webkit-animation-name: rcSelectDropdownSlideUpOut;
          animation-name: rcSelectDropdownSlideUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.rc-select-dropdown-slide-up-enter.rc-select-dropdown-slide-up-enter-active.rc-select-dropdown-placement-topLeft,
.rc-select-dropdown-slide-up-appear.rc-select-dropdown-slide-up-appear-active.rc-select-dropdown-placement-topLeft {
  -webkit-animation-name: rcSelectDropdownSlideDownIn;
          animation-name: rcSelectDropdownSlideDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.rc-select-dropdown-slide-up-leave.rc-select-dropdown-slide-up-leave-active.rc-select-dropdown-placement-topLeft {
  -webkit-animation-name: rcSelectDropdownSlideDownOut;
          animation-name: rcSelectDropdownSlideDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@-webkit-keyframes rcSelectDropdownSlideUpIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes rcSelectDropdownSlideUpIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes rcSelectDropdownSlideUpOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
@keyframes rcSelectDropdownSlideUpOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
@-webkit-keyframes rcSelectDropdownSlideDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes rcSelectDropdownSlideDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes rcSelectDropdownSlideDownOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
@keyframes rcSelectDropdownSlideDownOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
.rc-select-open .rc-select-arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.rc-tree-select {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  color: #666;
}
.rc-tree-select-allow-clear .rc-tree-select-selection--single .rc-tree-select-selection__rendered {
  padding-right: 40px;
}
.rc-tree-select ul,
.rc-tree-select li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rc-tree-select > ul > li > a {
  padding: 0;
  background-color: #fff;
}
.rc-tree-select-arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.rc-tree-select-arrow:after {
  content: '';
  border-color: #999999 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  width: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.rc-tree-select-selection {
  outline: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
}
.rc-tree-select-selection__clear {
  font-weight: bold;
  position: absolute;
}
.rc-tree-select-enabled .rc-tree-select-selection:hover {
  border-color: #23c0fa;
  box-shadow: 0 0 2px rgba(45, 183, 245, 0.8);
}
.rc-tree-select-enabled .rc-tree-select-selection:active {
  border-color: #2db7f5;
}
.rc-tree-select-enabled.rc-tree-select-focused .rc-tree-select-selection {
  border-color: #7700fa;
  box-shadow: 0 0 2px rgba(45, 183, 245, 0.8);
}
.rc-tree-select-selection--single {
  height: 28px;
  cursor: pointer;
  position: relative;
}
.rc-tree-select-selection--single .rc-tree-select-selection__rendered {
  display: block;
  padding-left: 10px;
  padding-right: 20px;
  line-height: 28px;
}
.rc-tree-select-selection--single .rc-tree-select-selection-selected-value {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.rc-tree-select-selection--single .rc-tree-select-selection__clear {
  top: 5px;
  right: 20px;
}
.rc-tree-select-selection--single .rc-tree-select-selection__clear:after {
  content: '\D7';
}
.rc-tree-select-disabled {
  color: #ccc;
  cursor: not-allowed;
}
.rc-tree-select-disabled .rc-tree-select-selection--single,
.rc-tree-select-disabled .rc-tree-select-selection__choice__remove {
  cursor: not-allowed;
  color: #ccc;
}
.rc-tree-select-disabled .rc-tree-select-selection--single:hover,
.rc-tree-select-disabled .rc-tree-select-selection__choice__remove:hover {
  cursor: not-allowed;
  color: #ccc;
}
.rc-tree-select-search__field__wrap {
  display: inline-block;
  position: relative;
}
.rc-tree-select-search__field__placeholder {
  display: block;
  position: absolute;
  top: 0;
  left: 3px;
  color: #aaa;
}
.rc-tree-select-search__field__mirror {
  position: absolute;
  top: 0;
  left: -9999px;
  white-space: pre;
  pointer-events: none;
}
.rc-tree-select-search--inline {
  float: left;
  width: 100%;
}
.rc-tree-select-search--inline .rc-tree-select-search__field__wrap {
  width: 100%;
}
.rc-tree-select-search--inline .rc-tree-select-search__field {
  border: none;
  font-size: 100%;
  background: transparent;
  outline: 0;
  width: 100%;
}
.rc-tree-select-search--inline > i {
  float: right;
}
.rc-tree-select-enabled.rc-tree-select-selection--multiple {
  cursor: text;
}
.rc-tree-select-selection--multiple {
  min-height: 28px;
}
.rc-tree-select-selection--multiple .rc-tree-select-search--inline {
  width: auto;
}
.rc-tree-select-selection--multiple .rc-tree-select-search--inline .rc-tree-select-search__field {
  width: 0.75em;
}
.rc-tree-select-selection--multiple .rc-tree-select-search__field__placeholder {
  top: 5px;
  left: 8px;
}
.rc-tree-select-selection--multiple .rc-tree-select-selection__rendered {
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 8px;
  padding-bottom: 2px;
  padding-right: 10px;
}
.rc-tree-select-selection--multiple > ul > li {
  margin-top: 4px;
  height: 20px;
  line-height: 20px;
}
.rc-tree-select-selection--multiple .rc-tree-select-selection__clear {
  top: 5px;
  right: 8px;
}
.rc-tree-select-enabled .rc-tree-select-selection__choice {
  cursor: default;
}
.rc-tree-select-enabled .rc-tree-select-selection__choice:hover .rc-tree-select-selection__choice__remove {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.rc-tree-select-enabled .rc-tree-select-selection__choice:hover .rc-tree-select-selection__choice__remove + .rc-tree-select-selection__choice__content {
  margin-left: -8px;
  margin-right: 8px;
}
.rc-tree-select .rc-tree-select-selection__choice {
  background-color: #f3f3f3;
  border-radius: 4px;
  float: left;
  padding: 0 15px;
  margin-right: 4px;
  position: relative;
  overflow: hidden;
  transition: padding 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045), width 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.rc-tree-select .rc-tree-select-selection__choice__content {
  margin-left: 0;
  margin-right: 0;
  transition: margin 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.rc-tree-select .rc-tree-select-selection__choice-zoom-enter,
.rc-tree-select .rc-tree-select-selection__choice-zoom-appear,
.rc-tree-select .rc-tree-select-selection__choice-zoom-leave {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  opacity: 0;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.rc-tree-select .rc-tree-select-selection__choice-zoom-leave {
  opacity: 1;
  -webkit-animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.rc-tree-select .rc-tree-select-selection__choice-zoom-enter.rc-tree-select-selection__choice-zoom-enter-active,
.rc-tree-select .rc-tree-select-selection__choice-zoom-appear.rc-tree-select-selection__choice-zoom-appear-active {
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-name: rcSelectChoiceZoomIn;
          animation-name: rcSelectChoiceZoomIn;
}
.rc-tree-select .rc-tree-select-selection__choice-zoom-leave.rc-tree-select-selection__choice-zoom-leave-active {
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-name: rcSelectChoiceZoomOut;
          animation-name: rcSelectChoiceZoomOut;
}
@-webkit-keyframes rcSelectChoiceZoomIn {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes rcSelectChoiceZoomIn {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes rcSelectChoiceZoomOut {
  to {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}
@keyframes rcSelectChoiceZoomOut {
  to {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}
.rc-tree-select .rc-tree-select-selection__choice__remove {
  color: #919191;
  cursor: pointer;
  font-weight: bold;
  padding: 0 0 0 8px;
  position: absolute;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  top: 0;
  right: 2px;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.rc-tree-select .rc-tree-select-selection__choice__remove:before {
  content: '\D7';
}
.rc-tree-select .rc-tree-select-selection__choice__remove:hover {
  color: #333;
}
.rc-tree-select-dropdown {
  background-color: white;
  border: 1px solid #d9d9d9;
  box-shadow: 0 0px 4px #d9d9d9;
  border-radius: 4px;
  box-sizing: border-box;
  z-index: 100;
  left: -9999px;
  top: -9999px;
  position: absolute;
  outline: none;
}
.rc-tree-select-dropdown-hidden {
  display: none;
}
.rc-tree-select-dropdown-menu {
  outline: none;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 9999;
}
.rc-tree-select-dropdown-menu > li {
  margin: 0;
  padding: 0;
}
.rc-tree-select-dropdown-menu-item-group-list {
  margin: 0;
  padding: 0;
}
.rc-tree-select-dropdown-menu-item-group-list > li.rc-tree-select-menu-item {
  padding-left: 20px;
}
.rc-tree-select-dropdown-menu-item-group-title {
  color: #999;
  line-height: 1.5;
  padding: 8px 10px;
  border-bottom: 1px solid #dedede;
}
li.rc-tree-select-dropdown-menu-item {
  margin: 0;
  position: relative;
  display: block;
  padding: 7px 10px;
  font-weight: normal;
  color: #666666;
  white-space: nowrap;
}
li.rc-tree-select-dropdown-menu-item-selected {
  background-color: #ddd;
}
li.rc-tree-select-dropdown-menu-item-active {
  background-color: #5897fb;
  color: white;
  cursor: pointer;
}
li.rc-tree-select-dropdown-menu-item-disabled {
  color: #ccc;
  cursor: not-allowed;
}
li.rc-tree-select-dropdown-menu-item-divider {
  height: 1px;
  margin: 1px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  line-height: 0;
}
.rc-tree-select-dropdown-slide-up-enter,
.rc-tree-select-dropdown-slide-up-appear {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rc-tree-select-dropdown-slide-up-leave {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  opacity: 1;
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rc-tree-select-dropdown-slide-up-enter.rc-tree-select-dropdown-slide-up-enter-active.rc-tree-select-dropdown-placement-bottomLeft,
.rc-tree-select-dropdown-slide-up-appear.rc-tree-select-dropdown-slide-up-appear-active.rc-tree-select-dropdown-placement-bottomLeft {
  -webkit-animation-name: rcSelectDropdownSlideUpIn;
          animation-name: rcSelectDropdownSlideUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.rc-tree-select-dropdown-slide-up-leave.rc-tree-select-dropdown-slide-up-leave-active.rc-tree-select-dropdown-placement-bottomLeft {
  -webkit-animation-name: rcSelectDropdownSlideUpOut;
          animation-name: rcSelectDropdownSlideUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.rc-tree-select-dropdown-slide-up-enter.rc-tree-select-dropdown-slide-up-enter-active.rc-tree-select-dropdown-placement-topLeft,
.rc-tree-select-dropdown-slide-up-appear.rc-tree-select-dropdown-slide-up-appear-active.rc-tree-select-dropdown-placement-topLeft {
  -webkit-animation-name: rcSelectDropdownSlideDownIn;
          animation-name: rcSelectDropdownSlideDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.rc-tree-select-dropdown-slide-up-leave.rc-tree-select-dropdown-slide-up-leave-active.rc-tree-select-dropdown-placement-topLeft {
  -webkit-animation-name: rcSelectDropdownSlideDownOut;
          animation-name: rcSelectDropdownSlideDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@-webkit-keyframes rcSelectDropdownSlideUpIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes rcSelectDropdownSlideUpIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes rcSelectDropdownSlideUpOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
@keyframes rcSelectDropdownSlideUpOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
@-webkit-keyframes rcSelectDropdownSlideDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes rcSelectDropdownSlideDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes rcSelectDropdownSlideDownOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
@keyframes rcSelectDropdownSlideDownOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
.rc-tree-select-dropdown-search {
  display: block;
  padding: 4px;
}
.rc-tree-select-dropdown-search .rc-tree-select-search__field__wrap {
  width: 100%;
}
.rc-tree-select-dropdown-search .rc-tree-select-search__field__placeholder {
  top: 4px;
}
.rc-tree-select-dropdown-search .rc-tree-select-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: none;
}
.rc-tree-select-dropdown-search.rc-tree-select-search--hide {
  display: none;
}
.rc-tree-select-open .rc-tree-select-arrow:after {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.rc-tree-select-not-found {
  display: inline-block;
  padding: 8px;
}
.custom-icon-demo .rc-tree-select-selection__choice__remove:before {
  content: '';
}
.custom-icon-demo .rc-tree-select-arrow:after {
  display: none;
}
.custom-icon-demo .rc-tree-select-selection__clear:after {
  content: '';
}
.rc-tree-select-tree {
  margin: 0;
  padding: 5px;
}
.rc-tree-select-tree li {
  padding: 0;
  margin: 0;
  list-style: none;
  white-space: nowrap;
  outline: 0;
}
.rc-tree-select-tree li a[draggable],
.rc-tree-select-tree li a[draggable="true"] {
  color: #333;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}
.rc-tree-select-tree li.drag-over > a[draggable] {
  background-color: #316ac5;
  color: white;
  border: 1px #316ac5 solid;
  opacity: 0.8;
}
.rc-tree-select-tree li.drag-over-gap-top > a[draggable] {
  border-top: 2px blue solid;
}
.rc-tree-select-tree li.drag-over-gap-bottom > a[draggable] {
  border-bottom: 2px blue solid;
}
.rc-tree-select-tree li.filter-node > .rc-tree-select-tree-node-content-wrapper {
  color: #a60000 !important;
  font-weight: bold!important;
}
.rc-tree-select-tree li ul {
  margin: 0;
  padding: 0 0 0 18px;
}
.rc-tree-select-tree li ul.rc-tree-select-tree-line {
  background: url("data:image/gif;base64,R0lGODlhCQACAIAAAMzMzP///yH5BAEAAAEALAAAAAAJAAIAAAIEjI9pUAA7") 0 0 repeat-y;
}
.rc-tree-select-tree li a {
  display: inline-block;
  padding: 1px 3px 0 0;
  margin: 0;
  cursor: pointer;
  height: 17px;
  text-decoration: none;
  vertical-align: top;
}
.rc-tree-select-tree li span.rc-tree-select-tree-switcher,
.rc-tree-select-tree li span.rc-tree-select-tree-checkbox,
.rc-tree-select-tree li span.rc-tree-select-tree-iconEle {
  line-height: 16px;
  margin-right: 2px;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  border: 0 none;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAABhCAYAAABRe6o8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAK0dJREFUeNrsfQl8VNX1/5l9ksm+ELJB2ANECGtYVEAQaZBSFdAW0dpaKbi0WhX9Va1/S/+K2k+1iCztT4sFW6lKkUV2RLZAQHaSQBJCMllJJtvsM2/e75775k3evHkzTCZEAubweczMu/d7ZzLznXPvOff7zsjS7nudhXZaxZd/kKXf//9Cwgkf1xha2QOnS2DzofNw5FwZjM/KgFkTh8Idw/tBz7hImb9xQsV1W9czJf73zTsPek7I5XL3oQCFQkkOBSiV3C2eG/rz9z19Q8Wh7T5+kX3i7c9g6ojekDs6A1796Vg4XVoPe/ILYMnKzbDmxQfZaaMH+pApVFy3Sdupp8cKH6rJ8QQ55pBjvPvcEXJ8To415LDzHbOXH/OAZLK2t/vBbbcFHOOz3LOeMViW5QgYLImwTcrai0MSrdm4H/708ztgwtA0D+6OYb1hysh+kDtuEPxjWx59jUIyhYq7lc2k38HaGk5KtmniR4Au7Z5g34cnZHLF6vTRkyCuzyCAuATurKF+kuFy0aSK4/uXsy5moZuIkkbI94RCplidlZYDvZP7QUx8LD3f1NA46Up1yaRz+qPLSZ+FhIRrvDxgsCTC22DIp1Kp6OORX42GM/ef8sLh9IkeTEwi4fNNyu5Lb7Hf4VW/ZXFaDRV3qxPQcjUfEoaNkWxrLi0CW1MvVhMzOOD74GJci8Nj4lZkzn6UfKAMgLkZdv7+JU/79P95B+IG3gaFm9auNjcZlHKF/EPxGPO2ZC2O0EStmD6aOL4oBixghGpo5EgWr4F+8QOgX69M2Hn889Wkr3LDvefoGPL2kE/syXgcYpRKlQ/5uD7eOFy74fTpj0R8/8kj+sOsCUNofykcThYHLQfhVwW/gi1VW8HG2iVxt7q5GCewLukjLCERmos/g7rjr7PCo/XKVuH6Xa1QqTjyWQwAVytg53tLYfrGWs+x8/+/QNuwD/Z1T9Ve065SoVxx94g5YNY1Q6O9Giz2Vjhy7AA98D6ewzbsg33dUzXnAYMlnzQBFXDn3rsgb8YhihOST0hS3jBwwLVbMM83c/xgWLfrJMydku2DO2g8CJ/b/gNmpQmWXXgL7HY7zB/8sA+us2zTgXNs3oVyv+3jhvSC2XdkyTp7HMZpB5axSy/ww7SQkDXc53ztqUMQ2XsmvW93Mov6jL2TEKwFoPEqrl4o6ahtfBXgvj9yjze+RumSkj0RLh/bt4g88CzqnXbXotv65IBN2wqt5gYyAsfvv489QG//2vo091zkn1wrhyEpo+Hk5SN0DCXvpYIhny8BORx9o7ZPhO9+fNyLfBfmnffBYdSKgUMwz4fR7ZN/2SiJW1exDkyEfGazGaw2B7x77B1YMPQRH1xnGZLmzYW5wBAPxDid4CREcNht4HTYyJfBBn/dWoTE6fRxGKcNXE5ru147YgQBxEOxaX0AWuoAHBbvjg7BuNhG+mDfsvxvHhISUE7G6BmXDk3WBrC5rFBUUsA1uOObMwWn6O2gfoOBdTYA9pWX5T3kIWCw5BMTkMfx5o98QhySA6NWDByu9XzHCrgUixTugfg58PaFZWAlH1JLcxP8aeybkrjONCFpdBHRUF9bQUnjsFlDHkdIvmDGwb7tJSBiPF5SIR+lJMsmV10Tmc+d4FmX4fSOz//PpwUkdIIyNoVihOPJlLJRKo0SjOYWcAHj8Xy88Y+XVj4KDnBCTFgSxXieK1jyyWRiAnI49HxCE5NPiMN83Z6TZUE935bDBbS/FG5G2gz4bf9nQW5Uwp9y3oR5Q+dJ4jqVgALS0CnGTRr+cSjjCMkXzDg8AdtzCAlIUwYOO9isZrBZuIM3vL/7yw30wPsO0sdlsZIp3+UQvw4H+RtsNguZjSx+Xyu22YgntVvtmINxeAgYLPmE+R5vnJxGu/7IJ8RhsnjH8WI4fF4f8Pn2nSyBTQfP0v5SOJ1KR9d8Zx87A49lPwaR2khJ3LXsxIkTbDC3kh++2/PFxPWgj1PS+0Pv/lmUQP7Gv9Y4CUnp7RoHp1PWaWnXIZyCzXbnebPJRDwXruUs9Ghb21k8gQhtw6ibLHksjOuiF/ksDDcGGcRKyP180Wx68MY/ttIvCxmDkpkbQ8l7svaSTwp3LfKhYWoEk8WYr0M8Rq1S5Fu34wQmlT07G6HirmWjRo2SBXMrZeih+GkXSVN84QS9L/Qw7R2H93zBjtPRKbimyby5qUafHR0RAbbmBuKZXBDJr9f37IHpT7m9IQnytDER0FyjpxivXGSdeXN9Y022JloHLfYmEoK4vJ7Pbuden4z4uxhNItQ311CMIA3TfvJ1BIdJ4p/njoOn3v8KXl6zHb49fZm4Zgb2nyqF332wGX617DOYP30UiJPJoeKC8YChmHitxpOmvVOweNptzzh8ENKeQ+gBF28oWllfkA9MeAKARgcOhwOq3+QiZD4arn5rFm3DPtgXMcLXsPP3ZSsvNpyCSCYW1BBGXreDEnbhiSn0wPt4DtuwD/ZFjMcDirfJgrVQcTyZMFmM+TpMmWDUyu/pLnl4ql8PFiruWh4wFBOS5sKpwx7S4JRK5oeQxhGSL5hxAqVhAmF4I7Fvw5kKwxvKo7teSx07BViVHhxNdaBfeg/nZNThoIojgUd8GuiP7gLsixivARuhofZC0xunlAdfy0qZAA2qKmiy14PdxX0x1XItxKgTIF6RAqcqDwL2RQz1irgf90M29IChkLCr5AHL85ezVy9tbtdrTxwwC3qNeVrG7wWP+CA/YtXMjFfG9UtaEjcgGzTRsWR9L6M5QScjA1uTAQyXTkFeSe2yX28tW3ryqTFGib3giIlLU19JHxW/pG/MUNBpogFUMpoTlDtkYLQ1QWnTeag40bDs0CuVS0l/I3JPdqPUMOvX/VM+NfcnDHqyLahqOV8G44dmwL1uVcuebf/VzH94geRXu1sNc33FCISA+J7pyNH3rbtSnxmSHD0pPVbXH9v1jabS89XN+17aW/lX8rAUl3yEgKwEAT1jjHqxxzOJAyInRaeG0zFaqsyldRdb9514u84zBqdFcIsRKj4mEQtDoh+nkYTkLWRVTBaSZDEJDIbcVu7Wie1W6LMsvY1QIeLQkjJzmAm/fg9mj4qCR0Yp4cP7tJB36TJsPnAJlqxUYCBhc/9RPkIG3OtF3KMEt9IXx7Z3DdiRabirjtMeQ0KhRyJELCREexGgkrgvsmBzbzfjtjK2k36B5no6BjkKCdHIGHWSY4BAUdMmRgiSRCwjyvGEiEMSrd+8Hf72eDrcNZDx4Cb3t8HkPlaYOYiBf372Een5Cx81TCi4zloDduVxgjWhJ2OXU3IY3EfQJlrGtWsMjoBuEpU7h4NcoQBFhO/OSNi5J8mHLfoC+MEJBQlF/cd74XhVC08i3AVwhg8CB/HWytbzoGw+CVMyagih5ZJqmPbiuj1gYBu7+pTwYdB6wGMLs6/LGEouE855MEoif3o+JJHLLsqgczgF7auk/cRqGDEO1244ffIkssTdBaxMxeXDokeBMzILNKUrYHLvavjxAC3tj6ICMa46YjocMebBuuLf0W25GelPQmzJmz64W90DXk89oEIuWz0pMx0GpcVBAiflg/pGmFSkN0zaX1ixnHGxAfWAoYzB7ZG5p8+AOkCXRLjvxqEaRkqKxW0oeuMwcLh3mJLinJpUD/k8pJZrwBk1nOJy+1+l/aVwSD6hGuar0q8kcZ2ZB+wK46AeMC5rhOThtKAesOCa47lY1+KYcO3qp340HIYMjAMj+Ug++FpPj3/n6ek5bMM+2DfYMYqauQPv+xuDEpBfSwXaE6YkEm0B8jiaLtg+0Yd8uDMixmHUOq4Xt0Z0cEGSb54qbhzF5SQ30P5SOFTDNBgMYBKoYaRwt7oHvB56QJVCseLROzPBwJDAshVgywE97PhpmudYv1dP27AP9gWRHtDfGLjli0czCQH8jcF5QHfgEFAHiCQS70HzAYfbpNQwYhymTPIuWbjna5X2Uor6AxRzVB/hpYYR4nDaramsgbraq9DS3AjPjXxeEnere0A+ES118HpA8WGsPtSGd9gXTRyQAmQxBVctHGGQdGivFXJ98DG2YR/sixiv1yAaw+bkMHZCODwOHNf7HYPzgO6oNaAOkBLJ6e0B3bhAahgxDvN1m884KQ4DB5nL5kNqxdVvKW5rcaKXGkaIk1LDSOFudQ/Y0a041AP26RELda0oEkDFimB6t3jfxz7YFzHC1yAeg8fh7dGTeg+hpcZQejyZ0xJwb9eFbp11+npAiuPUMMO+zPYRJIhxmCzGfB2mTDBqxYAD1244faIHQxLJLJXwTVkMbC5Ng5cFahghDgOO+QT30Nz/criTT0nibtWdEJvhNGurPwnhkYnQUnIlqNesigwDTVyUlxhBrlCOUqmV0NTgAifrHRpYbS54Ok+Q9CDeMSVeSTHCcf2NgXiefPx44jG4KNidr/OkWvjAgXgTFz3cJHIx3h5QhCvqfRuwh+8PiONVLTRf55DTqFVlugJK/eee6RpJtP5CmqQapr24zvJcN1oRba49CpFpCaAMTw76NTdePAtys9FHD2gnrDET19dGHi5/jOf01dy2b1pyPApRyRStAhewPnpAqTHM1J2Gtb1m8lg8hjsP6E4Wi8jHT58eErGMKA8YGo5LEv+C5vUwZYJRa06yhazdouj0iR4MSSSlhgkF11l5txupiNbE4VruIET16hv086giI8FqqPaagp1W83kSyGWjgspi95ZRWchijvdgP9vRCpFqOSGRE1xWy0VvGkiPgXjEfXpPpOexeAxKQPE2WbAWKo4nk0fVcug8PLnDvad7z1A6fYo92Pp1//QsOXjcFwT3wrdlkNMvA+524/Zs+69sfeFR2nH+wws6de12IxXR2oRsuFq4jkS6MSDzc722DwHDldBQ0uClhjEbajbr65uyI8KiocFI1pPUg3GEaTA0e+7ja4oI14K+vplivLyxaAzOIj2C2jmbbfD5rATJMbrVMG4PeK1bMe7l1dvYVx++nXo+saE065O8RpxaO3Wc2nMfs3IohoiE+KD/XkO5Hpqq9TB09gZOQRCelJzz3s6q2dkZUFjvAIPFQZXNW+e2Te2zvqiGuDAVZCaoYNOpMjj62+kprLm22uMR/IzhtU4k3xGpMZShqlpCxQk8GUzN/Qn1ZLuJJ8srcXuyNjUMCuFcUp7seqphbmZFdFTanVB+dA9oI4LXHmJfhhEs4Sx1DYaSM2/sUitfmzIwFfRyFupMDrjnX3raHE6mzBSdCtKilLDrgh6wL2K852rpMczu6RjH6OFnDDoFv56bLIypgf6TiQ65jEqqX95Y6ukaCKeOwTwj4sgU0+LywqElZeawuc9+AFNHpMKUoT3gsbv7gr7GCPlnC2DZ2m3w1lNzmNrCozLxFIy4F5d/QXG5BLfYF8fyuGCm4I6sAW+0Ijospp+MYXTspbz89kgHIDJxmOfRmFUn7fm/HvGO4+lVGrN93JLstDjIjNeQz1AJODnKwAkGsxW2nqsiHjdvWdnyX7+DGOGIHRnDqzbMtcgn8/cxSZAvPae3uw2g6pjeh3z/+no/vPDj4dAzVkXCczvU110FnUoBM4cnw9j+PeCLvXnwwF3jWCEJQ8V11hqwKyiih+Suvh75RxMhxdIygE/1j731THTGkEm6pHS6TWWq05c2Xz6/r/Ljl4Ravus2hrJd5JNgoCZBS75UMircczQ5vMj36O5HYe3da0mzzGvanfncB/D8rOEQHyGDxsYm8qY7qKQHnw8vNI8k0drdWanw6qovYOPbT+FULxPjHLEuiEiKapsFagjOyvrgOssDYn4OUyTSpqDt3+c4HTHijaiWj3ixQkKSFysBJLV8Ys93PcZQtod8MtHnieTrPTrD4+kqjldA+pheHvJ5uC1YLdIaL9mpkBSrhEZDE9iIFxMGQi6yesUjITERZowaQPoXwdwpo71wzhgWwpLCodqip3vCuC3Xt2d/MLMmiG2ReeE6ywNicjiYPN/3NU6oJpRVwUI2JD1gR8ZQctwJjnw+V7mx3ONH9/4c1k5dK0k+fnze9pDAYfKQHmCxWD2ez2tI8hivzDKZTDAsIx6253FEEuKiMmMp+YRqmGf7PweZyUOgubrJC9eZa8CuMM6Kb1rZ1ro6v+0NBRfg97+5A2JjY2X8+yvaRvPcb29tP946rAcMmnyit8VzJQCSbg+Zbqet9SIfTr+0XYDLLy2DBVMzoIG8aYFSQE5CwrSkCDhbWuWDQ5OqDfP32R/74G71vWAXw8BL8/p5Zg7+YBgXVDZY4W8F5L3aVUGWOo0sT0IpC6W2n4S1Ww/oS8AA5JP5MNCbXVLkqz5WBS5TW1JoTL8MqK4zgVbOXTfsj4TYVtXQCtkDUnxwaFK1YaRwt7oHZJ3cLCKswcPSrTG8pJJ7/C2TCsyWYkpCqXWxuLbfpu3rvNrDlTEwe8KjPrX9vL4IrGtxnC58xaNTMoFRkQWfg3jfZvdSza0HvK1PHKzdV7jaYDIr5TJ5W33AoMknmoJl7j8HPZ/QfMgnDEImZMLpigbQasNAofC9eJ1/LVqtFs5fMcAUsp4T48zVRugb399LDTMkfSgYq4w+uFveAzq8lzE8+Rhyh+G2NaB30SHQl1RDQUGBlOfzqe23fsZJr+Nv0/ZJ1vYTTrsd0gMGSz7xO+NscYKeBB6UhHev9Us+IW5CVj/49lwVNFoZCA/XuasoeC8BwsLCwOiUwb4z5TBh2EAfnKOKrBEJ2XDN99Hsj2BIGkc+W4XFBxeMx7leOyo3YhzGYfd4PtThIflMxPsYyREbEwY/e2AW3Dt5FrBkWm5ubvZd6thdi7BeH1/bz2Zryz1iXT/+oG2kD/ZFjOg1SOoBUQfIawID6gFDIR+PY5oZT57vWuRD+2bHZuWrj98Dh4uugkWmhuiYGEo4lPNrNBqIjo4mLjwMjpc2wgsL7sb+Gikce5WF+rw6qDlYBXWHa4CtZSRxt7wHtNuJp+M+dCQeHrwipcUKEElWIj2HAiWglAlr+1mxhouzLe949NBBepw8eoq2YR9a2y9IPSCSDvWAQn2gWA/IETAE8glxTiOSsJISLxD5+C9MbeFJ5cw7RsCqbefhVIURXJoI6NkzBeThUXCuygJ/21EAU8ZkwdXiUzpB1BQq7tb2gMRjoYdxuPmF5LM6uIO2IzldeCtNQGFtP5uVrKfNjZ42fgr+eNoB2oZ9VGEqT20/D4l5PSD53FHzhwdvSEL+Md5iH7VapAcUb5MFa6HiKJkunVKsX/oErYzwlagywj8emEErI0iQKFTcLesBGeKZcL2HJOTJR3dX3Ao4/OydDHftiN+9aHdtPzKHgEKw8/KH0p+K3CVXZpev7ee1m+NHU4jG6wIl9YDiH48J1kLF8Tb/4QX4tZDhpZNSl0/iPq5QuCDY170m7vuIXrtMjWi7DcxubonJh+f5c5iukSQfV9svG99UK+O992xymL0ehynCweJsq+3nWUcG0BSiHtCzWyWlB/y+1TACcgVVG0ZIQt46Qw3TXusqNaJd7qAhEPnwnMspTcBAtf2qL7d9MRJSe/rU9vN4OD96wDmb6wW9IiX1gJ1WG6YRVPju4CIFoi01XjgkFdaGmbiIqw2zYKQSls8Og2MlZbDtYDG8vEoBq16YZyP9JNUwC9/hasM8QnAf+OK+NzVMV6gR7SJRsMPpSz7P1Mhw60B/UzDW6Yv7NOrVcRHToRkMYMTPT7AG5O2Fs/fT2n55DTu52n6COLjo3cUrY9J2vjo7OwLqyQyOesCZ/6n2eh5eU5igYWBTQT3FwBsPdE5tGCTfhejxnu2SwZX/8YIhiT7dvB1W/yId7uzHgNPWQr6hdsjp7YTx6VaYMdAJ6zd8DPPnPeajhgkF11lrt65QI5rBKJj1Jh8SzsG0BSH2AASUqu23+PjdPrX9eir7+NT2a5tbO6gH5En08fZGdy4u1ic5/WC/7ZK1YertRtiebyZ91ISDsZJqGJngumBUtdxOPN8qQqLbCYlMNgYssj5gDUsBhaUMtLaLMDa1hoZ1i9/dAPtXPONRwwhxlxSJYIhty/XFGKsI7oAPLlgP2F5FNP3z3Z6PtxROfUSlWf7GD2Yc3oIZx2FqhQ/eWndNomKR8fDwcKkm+77flb8zcSmjsY7aTWv7pWnI36EV1PYzN8Hxpt18bb93xEFeh/WAvAcLuCcsURsGyVcA8dB7THxANYy4NsyPyfR5ByGRmZCvUT0STGYH2IzkGyfrCVpCxNjmrwmZ9DBrQAMcPIM1XkZ44YqRfJpYbzVMfH/yLR8PYx07vXDBesCbtUb0b56aAiUlJVS8Ech0ul7Qr5/fS1VNXNHIyk9HvVgTTG0/yTFC1wO6p08pz+fRAUrVhmGMAIr4a6phQCABx4AD13wMmT7R8yH5mpqN5A20YIKTvFFhoFT2B5WtEu7ua4B/H75AiSTEoefzp4ax62VeuM60rlAjOjU1VUaOjv4pIdX2E3nB0PWA/Not0J6wVG0YcBg9ktaAahhhbRgS7WLAgWs3nHbR85lNVjAaLfT58LnDY3uDkyxsRiY1wbO7rvjg0PyqYUS4zrSuoIjuMPM6UNuPtw7rAfmAI+CesFRtGDq1BlbDDLn0IURaUBqVSc9jqgWjVgwccM2H067MrXPgvwBy02V6XfF31ToYN7S3Dw7NnxpGjOss6yqK6GXLlmE8mivVRqbce+fMmRNwHdw16gO6o92AOkCJ2jAyTFy61TD+pFg52iovHOb5MGWCUSsGHGHEC+K0yz03mYJJqB5mLCQvzAK7SlMgd+oQHxwGHLwa5u1j73JqmLShENZQ5oPrLOtCiujcJUuW3CvV8Pnnn+PBXouEbruB9QHdqZaAe8IStWFi7FdhcP3OwGoYidowm88r4FCxEzTOGoghAUecvIK82HBIVNdAgnEnRDDlcKJSA9suJ8PtgtowPC697gBENZd7qWHCGy5DSvkWH9wP3Qj5KAkD5hJDrO13Pcbwqg3jSbUEKrMhXD8QXIyzkeb5ClLnek271POpfXFYuWDl8/NYzNexDhfkkGgXAw5HK0vTNUqwwokqDXxe2AP++uwc2Pv1JjkmlH1wJNrFgMPBBMZ1WxsJ/XhCLy0fKmj4ZSHKqe4YnUbPRak4Ld8HO0+vIF7s76KAJOQx5O7NvA7Vhom2VMOQK/+AIaV/a1vzBcBhknj+vJ/D01tS4I974+A7PQtKVxOcqSZrmkMp8Ny+LHjoocVQV3RM4Y7QOoT7IZt7Gubv+7wnUvUBSUxHD17Th+faWx9QWBcQ7+M5qTE6qTZM5jWxtYXHZJgsxnwdpkwwas0hgcNMsnZ7nkyfxIN5KiOIcd9++Bu6F7zx0HlYwteGmTYUXhBVVOj2fHPEAcsWcR8vLR8h3ZlCwTXcQ7gKqVglYVhmGtQ5OS3fN7Iyr98LFo+BhuMI6wLyJh7je1fDDByQDGNypnleO+bqpPJ1/PSZf3Q3SOzrXjc1zK1ieCESf3kDf421MNVyZdNKmGTYf2/ekv3oBVeOW7aNrsPEtf2E9fx4w3NP57naVR9QXBfQM2mK6wOSD7jdUxUhkCxUnJBUST0zWLO5FaxWE819KVUa0Gp1EB4eCbU1ZV4E5zHtwQmI/oMgoERejz4u/2oV1Odvh3ELngWXTAHHPnkXpz9PIOCt5QuTHF9Ky+eVQLymHtAddEjVB4xLaGNrW3VT6Z9sKCpoK8cbKi6t1+AjrS0N45qb60Gni4aIyDhXz56p8pqaSpfdZpbj+eiYHmxkVHyevrxgfEdxPyQC8rf8FYdIPsOJnTDup08CU1cGNWabaBnvreUT6vf4un78ufbUBxTXBeRNsj5gsCSS+6lDJ4XjZgDWc8mg0JBEKEGKjU12pqX3VvLpoLS03vRWX1HubG2tV2K/64H7oRAQ32uGYTzk029ZA00nd3PkM1RBpcEAVfn7odFsX+/xTpL1AT10gfu/4jR9cvJ5tq8+oHddQN4k9YDBko/+XkgQ5JOTV4uPS4vPwMDMkV44nD7RUwlI5GNp6b2Uej04Gw1VSuyPX+hQcZ31gXcVRTQ/zSLxuAvSuduaHR9By6m9PuSrbDJ/OWfN/oXscg4rpeXjLx/hNX18bT+xlo+3joyhbA/5xJ6M/n4I66KOCL91YvJxfbxxuHbD6dMfiTxkSuultNtMtL8UDn+awWhsBZOphawDLZCQmAKJPVJ9cJ1lXUURzXs/JB6WNMHLKivOvwEG6wbodddMYFobPOQrtmlrFqz5+hEQKlo6oOW7HmMICHht8kkTUAZ1NWVkfTbIh3xCcnsiIhI44NrNswsTwNSacFdLS4NcCmc0tpB2Hfmg7GCzGqG6uowSUIzrTOsKimg0/Kzw0la1Wk01f6f1G+BHD34KX3/2M7BEtYIzn4SefUZDSa3iJMBGLzlVl6gPGCz5fAnYNrXqy4ugb/9hXuQbkpXjg8M3FwOHYN5YGmBUFUvizKZW8o13ksNKK34K1xlCXKcSsAsooo1G4zfLli3zOjesB9C94WG3vwJnDi6FBtvkGiSf0+nc42eYG1sfMFjyiQmIOOGGgxT5VCq1Fw5TJhi18oFDIMN+pL9cCofEsxDPh+TDD0qjDZPEdaZ1BUX00qVLscwFBhVa/tyHr2udxPv9BO9fLrdtfvL9jS8Rz4fyqCbJ9NiNrg8YLPlkMrmP68do15/n48knxGG+DlMmwXzA2A/7S+ESEpPptMuTLzk5QxLXmXajFNEFTw6HwStO8wEIztM1oiHvEz5Y/Afp5z2/Vw7rhqqAcdkBLxmxbwU7+TyRqK3k7RtLlz4muIQvEadStXYEoM9RyNUE64Chd3FrvA7rAYMln7iQEI/DKAyj3YuF30mST4jDZDFGs5gywajV3wur1Jc7TaZmZXR0giQO13v8mi8QrlM94A1URCMJ3Qk/uvMvV2t/YW+8mnbbP0rfEPa7+MLtH9gbagsUYeErhOd5AnMsBvJ5AUdCGyaLFSN1UWn/pgQ06uc4GeaoWsP1kSqw0GE9YCjkE+OQhNciH93LrSmTYbIY83WYMsGoVYpELS31So0mnPbv1bt/yLjOtBuliHZzjouA7fZ0xmb+feyI4Y9oe6SEnX2sX8/bPi6huxyXXph4OPXBpwdXf7k6xlJdEaEM1y0L+EJYemjkSuXc2KQH6be7se79ueBkTpHzwXyrQqsPGAr5OoLDnQpMFmO+DlMmGLUKdzTQgyGJsF9zU12HcZ1hN1IRjcliBXlvXYSFrItZGNM/a2Hi8DGgTeoFFV+tXXRyflqkKkx3T8qMuYm6qHDIePAJKP/io7dMZRcjlZExr0jnEnFGkxHis1qNWjU9PDqHfnh432Gz/ZG02QIVFA21PiAloHCbrD0WKo7fJuP3dDFlglErBg64dsPpEz2YmESh4jrDbqQimpbZUCh0MmCfiUzNeDx13F2gwKXglTOQPu0nwNrMD0cNGgYxWSPJlEPen6gEyJj3K6jY8eXvLZeLFCzretntSbWEwoPJbSznT1gzmbz6RsUPSpYrjPS58L7NdmIWacPoNZzyHthGcovFBvk8kaQekNcCYid/esAf/C8l3Yz2wOA42Su3J8+K0Cg39X7gCVBXFQJgVSvCHohPRdZw921mEj6Ygf5YS+YYEpemwvkX5trlSnU6WQPWnd8jGx4eHb9RE5auZom3ZZytjFyh08T0mJyg1XG/fmM1GZmmum/qXYzJplBGKmTAgM1SYTc3N9w3dCpLF5KjPjj2mylZfd7r1ycRqgXSqzcygUq5cka0aQaSSVxccvkq7Dt3+bcnnhr7vrL747z57MvCRjA5mJo19/YFFaafYhKANRroJRXQWEtIZ+MWdCzNygPoIsBRrYeGvV8DYzbukkfFUXLlnwDn+Amy2KSMB2M0ukHEtVUC66zFbAkwjhLOtWl7KHr0mpkkUyaBXJYKNlMRVBT+uQmxQ6fya1JfPSBvQj0hmlgPKO/+OG9KY3eUtJx5YsvlJaUbPoRWQyPIIuOAddi5MNWMhQYc3E44kjAsBhrPnYKGA9s+VIZHPk/O0A3al96G4l07DM8e27M8z1C9lZWzRmCZCkK+88Qb1nEHuY/nsA37YF/EINYTC0jUB5SqEei3PmC33XxGok3rjpLmtxd/flb2bmvrW7fNnAtMSyOZSO14Fbe7Lje5lWPiTg21B7aBXKVaK1NpCoHlyFHbAPZn33T9KzG2quS3j3yy5LHHh98TlTxM6cLC5wy3ly5TRIJcowBD+RfOj/9+esd7nziWXW2EY07G+yJ1Xz0ggJQmUKwH7PaAN6E9MTIRsnvqIE6riOyXGJGYkZWNmjwy81ro3jhrxws7rJz8GNeBhJg9J9xDSMVsIeQTRjwsIZKtzgAHNu93vH7hfGmpSmEFp9PEJafJgffxHLZhH+yLGBBsgbn1gNT7ovaPP3hDbaDnnNNJyGiR1gN2281hU3pHwsS0yORkjfPtuyeOfJiJiQVTTSklm8tBQk2tjn6wMpZEBFgvtr4cEsdMhLDBoxIr/vXXveTMIEzx4Vg5I8iDPgC/ewI00Yk6tdFE/KcslkyTHL/sWJyInMvoq1Ov+JNB8+c1AEWXAY62VW7zqwf0rRHoqwfs9oA3oT2+pQylvrGT+8U9DGNng8liAauhhu6L4+/yyXQxQEILLlmNsjRTE0BFAYQlpQKZXhPJWbp39uv5AB+9A/Dko6B2srrJkfFjeqq1yYQkPaCp+rITD7yP57AN+2BfxCDWk457d/HK/LJ6qvXTkfDGZneAxcrVCMRbPPActmEf7Ev1gN0EvDnN5HDBL7eU1fzv2eZv2ILDINfFgiw8FhjycWrTB4PVwQJTdRlkvQbT9R/EJ4NLGwtV/1lpIfTED/4cjvPWyyRAJsu0pARI6ZEYkasN76O1m2ohf//emvf/XLIWD7yP57AN+2BfxLz1suAF8XrAC3roH6MkHZSglrNktmXogffxHLZJ1wfstg7ZjVBHMy62edHWy4vMrV+uXJw7drI2dSCZL00gNzZB6cmjrrPl9ed+Fh45TJZ1OzhbGqDuzHFoLS9ZJVMqn+PHK6twLwQB1Ep1i9pS/N+WndsNez78pPGTcAUcxLYt31ZtWfzIlkemz4ibarO0qMmyUo0voIkE2sOHcvjr93vB3RaS3SB1NF7tf+l33zb80gbfLX8uF3Ihawprzd9y4Zktxa8eqbaesjI7P1sgU4ypb7VC/ZkjW+UqzUrcv+ft/oWeu2VapeWxIRklg04WwemSSii+8zau4fhZ+O9f/rfx3DcHG4dfKIMiqxPKeFCJdwGyDv5ecLd1yG6QOhpJeOV/vq193Ow4/qdfGh2x4S31G/brLRvpWnFH9cNNlk1v3De6f6E6Ivpt4pLMwp2v0jZni97oXEEpFJJWGr7mFbY9CRKytBLK+DYp69jvBXdbxwl4g9TRhFCMO7H8C885T80CwFTHQ/6ea/HixfQXqpzkOd3XlTjdAhKVUqmkekDSdgyoHpB1cuonOZXh4fUnvHW8PmC3ddiCUUeHMg5vwnE6Y/+e13XixU3k/sjExESqB6ypqZlDzh3Fdr7P9bRuAl4nC0Yd3d5x/KmjPUHJx4X+hkGpE1Y/wIjXq5xa3mPXrNujIUSbO3r0aKoH/Prrr+cSAqLi1NYZ71t3GuZ6ecAuUC9aYIs+4Yi2yE3Ga5qggIBWrVZPz8jIkOGB9/EcLzruJmAXtcDq6NDG8VVHS3o6VuKAQjPAH+cHJiFZ72kJqbAy1F3kmEYeTyDeb1ZqamoyrvHwwPt4DtuwD/ZFDGK7p+AuYjdQHb3ovQWZoBddKGkm8UGJOwR4dV4m/HFDIV/Pb7HI6w0KDw//Ii4uTo3Bh9VqZTTEBg4cGNvQwF17jvdJgPKujZhWq1WgFzQYDPaWlha88Ol0NwG7gN1IdXQx4cmFAPGmiawIXpydCW9v8iVhZWWlMyIiIpas92KSkpLoD1objUbiee3AE1Cn0ymys7OTSD/6W861tbWwffv2JsR2e8BuAzMhWKvZfzsVVRGP+JcHM+HZzwq9yrLt3r27mEyzz5rN5oUTJkzIwd8cQRIS7+ZZ7yEho6Ki6I+Jnz59mj18+PDR0tLS1fv37y/uJmC3gYXEJiYz47ddp1ZAShgg+cBhbvmHl3c0mezEm/2LTMMlly5dWjJjxox7evXqpcRUjM39K5xIPAxAvvvuOyfpu+PQoUPLCGGPkWnZ3k3AboM0HSFhtPelm612BqpbuURxZqIC1uwrhNbK0i8vvDrzKXjSK5JlCZFshIgHCgoKLH379h2QlpY2kKwFaXKaj44xSX3x4sVS0ud10vf49YyGuwl4E5u16er6d3bCfKm2H93WDyI0cvjnEQ/5Hsn5qMCnrgv+zFdCQgKMHz9ek5iYqMbIlwQbwO8Z81W3sC03N1dz5MgRqK+vx/VjNwF/6Hb6uTtRTvAazrTC84RoZ7J7quDNXYHJR4IPGDt2LAYdaqVSOblPnz49MdDA7bmioiLqAgcNGqTEilvYRqLfyWPGjMlXq9X2Y8eOdRPwh25uUpVKecY3d8H8QORDmzZtGqZesKxbSmRkZC7xcloMQI4ePVqTn5+/FfsQbzczJyenJ7bFxsbmtra2YiGkMsR2E7DbAnlG1P2Z/JEPrampiV/nqck6T028Wsu5c+f2HDhw4BPiBakekKz9tpSXlz+SlZU1lUTIahKc8DnD6/Jauy9M/wFbXFwcfxen4IHEyw2qrq4+3djYWNy7N/djj1euXAHi+fonJycPv3r1ahEJTlBhQyNgMiV3E7DbOvDh+9buwRmRrv2EQYi4zRNCXwfudBOw226o/Z8AAwBphnYirXZBiwAAAABJRU5ErkJggg==");
}
.rc-tree-select-tree li span.rc-tree-select-tree-icon_loading {
  margin-right: 2px;
  vertical-align: top;
  background: url("data:image/gif;base64,R0lGODlhEAAQAKIGAMLY8YSx5HOm4Mjc88/g9Ofw+v///wAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgAGACwAAAAAEAAQAAADMGi6RbUwGjKIXCAA016PgRBElAVlG/RdLOO0X9nK61W39qvqiwz5Ls/rRqrggsdkAgAh+QQFCgAGACwCAAAABwAFAAADD2hqELAmiFBIYY4MAutdCQAh+QQFCgAGACwGAAAABwAFAAADD1hU1kaDOKMYCGAGEeYFCQAh+QQFCgAGACwKAAIABQAHAAADEFhUZjSkKdZqBQG0IELDQAIAIfkEBQoABgAsCgAGAAUABwAAAxBoVlRKgyjmlAIBqCDCzUoCACH5BAUKAAYALAYACgAHAAUAAAMPaGpFtYYMAgJgLogA610JACH5BAUKAAYALAIACgAHAAUAAAMPCAHWFiI4o1ghZZJB5i0JACH5BAUKAAYALAAABgAFAAcAAAMQCAFmIaEp1motpDQySMNFAgA7") no-repeat scroll 0 0 transparent;
}
.rc-tree-select-tree li span.rc-tree-select-tree-switcher-noop {
  cursor: auto;
  background: none;
}
.rc-tree-select-tree li span.rc-tree-select-tree-switcher_open {
  background-position: -93px -56px;
}
.rc-tree-select-tree li span.rc-tree-select-tree-switcher_close {
  background-position: -75px -56px;
}
.rc-tree-select-tree li span.rc-tree-select-tree-checkbox {
  width: 13px;
  height: 13px;
  margin: 0 3px;
  background-position: 0 0;
}
.rc-tree-select-tree li span.rc-tree-select-tree-checkbox-checked {
  background-position: -14px 0;
}
.rc-tree-select-tree li span.rc-tree-select-tree-checkbox-indeterminate {
  background-position: -14px -28px;
}
.rc-tree-select-tree li span.rc-tree-select-tree-checkbox-disabled {
  background-position: 0 -56px;
}
.rc-tree-select-tree li span.rc-tree-select-tree-checkbox.rc-tree-select-tree-checkbox-checked.rc-tree-select-tree-checkbox-disabled {
  background-position: -14px -56px;
}
.rc-tree-select-tree li span.rc-tree-select-tree-checkbox.rc-tree-select-tree-checkbox-indeterminate.rc-tree-select-tree-checkbox-disabled {
  position: relative;
  background: #ccc;
  border-radius: 3px;
}
.rc-tree-select-tree li span.rc-tree-select-tree-checkbox.rc-tree-select-tree-checkbox-indeterminate.rc-tree-select-tree-checkbox-disabled::after {
  content: ' ';
  -webkit-transform: scale(1);
  transform: scale(1);
  position: absolute;
  left: 3px;
  top: 5px;
  width: 5px;
  height: 0;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
}
.rc-tree-select-tree-child-tree {
  display: none;
}
.rc-tree-select-tree-child-tree-open {
  display: block;
}
.rc-tree-select-tree-treenode-disabled > span,
.rc-tree-select-tree-treenode-disabled > a,
.rc-tree-select-tree-treenode-disabled > a span {
  color: #ccc;
  cursor: not-allowed;
}
.rc-tree-select-tree-node-selected {
  background-color: #ffe6b0;
  border: 1px #ffb951 solid;
  opacity: 0.8;
}
.rc-tree-select-tree-icon__open {
  margin-right: 2px;
  background-position: -110px -16px;
  vertical-align: top;
}
.rc-tree-select-tree-icon__close {
  margin-right: 2px;
  background-position: -110px 0;
  vertical-align: top;
}

.rc-pagination {
  font-size: 12px;
  font-family: 'Arial';
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0;
}
.rc-pagination > li {
  list-style: none;
}
.rc-pagination-total-text {
  float: left;
  height: 30px;
  line-height: 30px;
  list-style: none;
  padding: 0;
  margin: 0 8px 0 0;
}
.rc-pagination:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.rc-pagination-item {
  cursor: pointer;
  border-radius: 6px;
  min-width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  list-style: none;
  float: left;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  margin-right: 8px;
}
.rc-pagination-item a {
  text-decoration: none;
  color: #666;
}
.rc-pagination-item:hover {
  border-color: #2db7f5;
}
.rc-pagination-item:hover a {
  color: #2db7f5;
}
.rc-pagination-item-disabled {
  cursor: not-allowed;
}
.rc-pagination-item-disabled:hover {
  border-color: #d9d9d9;
}
.rc-pagination-item-disabled:hover a {
  color: #d9d9d9;
}
.rc-pagination-item-active {
  background-color: #2db7f5;
  border-color: #2db7f5;
}
.rc-pagination-item-active a {
  color: #fff;
}
.rc-pagination-item-active:hover a {
  color: #fff;
}
.rc-pagination-jump-prev:after,
.rc-pagination-jump-next:after {
  content: "\2022\2022\2022";
  display: block;
  letter-spacing: 2px;
  color: #ccc;
  font-size: 12px;
  margin-top: 1px;
}
.rc-pagination-jump-prev:hover:after,
.rc-pagination-jump-next:hover:after {
  color: #2db7f5;
}
.rc-pagination-jump-prev:hover:after {
  content: "\AB";
}
.rc-pagination-jump-next:hover:after {
  content: "\BB";
}
.rc-pagination-jump-prev-custom-icon,
.rc-pagination-jump-next-custom-icon {
  position: relative;
}
.rc-pagination-jump-prev-custom-icon:after,
.rc-pagination-jump-next-custom-icon:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: all .2s;
  content: "\2022\2022\2022";
  opacity: 1;
  display: block;
  letter-spacing: 2px;
  color: #ccc;
  font-size: 12px;
  margin-top: 1px;
}
.rc-pagination-jump-prev-custom-icon .custom-icon-jump-prev,
.rc-pagination-jump-next-custom-icon .custom-icon-jump-prev,
.rc-pagination-jump-prev-custom-icon .custom-icon-jump-next,
.rc-pagination-jump-next-custom-icon .custom-icon-jump-next {
  opacity: 0;
  transition: all .2s;
}
.rc-pagination-jump-prev-custom-icon:hover:after,
.rc-pagination-jump-next-custom-icon:hover:after {
  opacity: 0;
  color: #ccc;
}
.rc-pagination-jump-prev-custom-icon:hover .custom-icon-jump-prev,
.rc-pagination-jump-next-custom-icon:hover .custom-icon-jump-prev,
.rc-pagination-jump-prev-custom-icon:hover .custom-icon-jump-next,
.rc-pagination-jump-next-custom-icon:hover .custom-icon-jump-next {
  opacity: 1;
  color: #2db7f5;
}
.rc-pagination-prev,
.rc-pagination-jump-prev,
.rc-pagination-jump-next {
  margin-right: 8px;
}
.rc-pagination-prev,
.rc-pagination-next,
.rc-pagination-jump-prev,
.rc-pagination-jump-next {
  cursor: pointer;
  color: #666;
  font-size: 10px;
  border-radius: 6px;
  list-style: none;
  min-width: 28px;
  height: 28px;
  line-height: 28px;
  float: left;
  text-align: center;
}
.rc-pagination-prev a:after {
  content: "\2039";
  display: block;
}
.rc-pagination-next a:after {
  content: "\203A";
  display: block;
}
.rc-pagination-prev,
.rc-pagination-next {
  border: 1px solid #d9d9d9;
  font-size: 18px;
}
.rc-pagination-prev a,
.rc-pagination-next a {
  color: #666;
}
.rc-pagination-prev a:after,
.rc-pagination-next a:after {
  margin-top: -1px;
}
.rc-pagination-disabled {
  cursor: not-allowed;
}
.rc-pagination-disabled a {
  color: #ccc;
}
.rc-pagination-options {
  float: left;
  margin-left: 15px;
}
.rc-pagination-options-size-changer {
  float: left;
  width: 80px;
}
.rc-pagination-options-quick-jumper {
  float: left;
  margin-left: 16px;
  height: 28px;
  line-height: 28px;
}
.rc-pagination-options-quick-jumper input {
  margin: 0 8px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  outline: none;
  padding: 3px 12px;
  width: 50px;
  height: 28px;
}
.rc-pagination-options-quick-jumper input:hover {
  border-color: #2db7f5;
}
.rc-pagination-options-quick-jumper button {
  display: inline-block;
  margin: 0 8px;
  font-weight: 500;
  text-align: center;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0 15px;
  font-size: 12px;
  border-radius: 6px;
  height: 28px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
}
.rc-pagination-options-quick-jumper button:hover,
.rc-pagination-options-quick-jumper button:active,
.rc-pagination-options-quick-jumper button:focus {
  color: #2db7f5;
  background-color: #fff;
  border-color: #2db7f5;
}
.rc-pagination-simple .rc-pagination-prev,
.rc-pagination-simple .rc-pagination-next {
  border: none;
  height: 24px;
  line-height: 24px;
  margin: 0;
  font-size: 18px;
}
.rc-pagination-simple .rc-pagination-simple-pager {
  float: left;
  margin-right: 8px;
  list-style: none;
}
.rc-pagination-simple .rc-pagination-simple-pager .rc-pagination-slash {
  margin: 0 10px;
}
.rc-pagination-simple .rc-pagination-simple-pager input {
  margin: 0 8px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  outline: none;
  padding: 5px 8px;
  min-height: 20px;
}
.rc-pagination-simple .rc-pagination-simple-pager input:hover {
  border-color: #2db7f5;
}
.rc-pagination-simple .rc-pagination-simple-pager button {
  display: inline-block;
  margin: 0 8px;
  font-weight: 500;
  text-align: center;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0 8px;
  font-size: 12px;
  border-radius: 6px;
  height: 26px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
}
.rc-pagination-simple .rc-pagination-simple-pager button:hover,
.rc-pagination-simple .rc-pagination-simple-pager button:active,
.rc-pagination-simple .rc-pagination-simple-pager button:focus {
  color: #2db7f5;
  background-color: #fff;
  border-color: #2db7f5;
}
@media only screen and (max-width: 1024px) {
  .rc-pagination-item-after-jump-prev,
  .rc-pagination-item-before-jump-next {
    display: none;
  }
}

.Toastify__toast-container{z-index:9999;-webkit-transform:translateZ(9999px);position:fixed;padding:4px;width:320px;box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:1px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:800px;overflow:hidden;font-family:sans-serif;cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--dark{background:#121212;color:#fff}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0}}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:9999;opacity:.7;background-color:hsla(0,0%,100%,.7);transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}.Toastify__progress-bar--dark{background:#bb86fc}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}
