/*
##############################
# IMPORTS
##############################
*/
/*
##############################
# FLEXBOX
##############################
*/
/*
##############################
# UTILITY
##############################
*/
/*
##############################
# ANIMATION
##############################
*/
/*
##############################
# NORMALIZE
##############################
*/
/*
##############################
# FLEXBOX
##############################
*/
/*
##############################
# UTILITY
##############################
*/
/*
##############################
# ANIMATION
##############################
*/
html {
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
  border-spacing: 0px;
}

table {
  border-collapse: collapse;
}

input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}
/*
##############################
# COLORS
##############################
*/
/*
##############################
# TYPOGRAPHY
##############################
*/
body, textarea, input {
  font-family: Roboto, sans-serif;
  font-optical-sizing: auto;
}

h1, .h1 {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.1;
  color: #262626;
}

h2, .h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  color: #262626;
}

h2 + P {
  margin-top: 10px;
}

h3, .h3, h4, .h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #262626;
  margin-bottom: 2px;
}

h5, .h5 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #262626;
}

p, .p, li {
  font-weight: 400;
  font-size: 14px;
  color: #262626;
  line-height: 1.8;
}

p.s, .p.s, li.s {
  font-size: 12px;
}

strong {
  color: #262626;
}

a, .a {
  color: #262626;
  text-decoration: underline;
}
a:hover, .a:hover {
  color: #626262;
}

.w-warn, .w-warn strong {
  color: #c61824;
}

.w-faint {
  color: #c6c6c6 !important;
}

/*
##############################
# VARIABLES
##############################
*/
/*
##############################
# BODY
##############################
*/
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  background-color: #efefef;
  height: 100%;
  margin: 0px;
}

#div-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 280px;
}

/*
##############################
# UTILITY
##############################
*/
.w-nw {
  white-space: nowrap;
}

.w-dn {
  display: none !important;
}

.w-db {
  display: block;
}

.w-tal {
  text-align: left;
}

.w-tac {
  text-align: center;
}

.w-tar {
  text-align: right;
}

.w-mtn {
  margin-top: 0px !important;
}

.w-mts {
  margin-top: 10px;
}

.w-mtm {
  margin-top: 20px;
}

.w-mtl {
  margin-top: 40px;
}

.w-mtxl {
  margin-top: 60px;
}

.w-mrn {
  margin-right: 0px !important;
}

.w-mrs {
  margin-right: 10px;
}

.w-mrm {
  margin-right: 20px;
}

.w-mrl {
  margin-right: 40px;
}

.w-mrxl {
  margin-right: 60px;
}

.w-mbn {
  margin-bottom: 0px !important;
}

.w-mbs {
  margin-bottom: 10px;
}

.w-mbm {
  margin-bottom: 20px;
}

.w-mbl {
  margin-bottom: 40px;
}

.w-mbxl {
  margin-bottom: 60px;
}

.w-mln {
  margin-left: 0px !important;
}

.w-mls {
  margin-left: 10px;
}

.w-mlm {
  margin-left: 20px;
}

.w-mll {
  margin-left: 40px;
}

.w-mlxl {
  margin-left: 60px;
}

.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}

.w-nopad {
  padding: 0px !important;
}

.w-pad {
  padding: 60px 60px 120px 60px;
}

.w-collapse {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  max-height: 0px;
  overflow: hidden;
}
.w-collapse--open {
  max-height: 1000px;
}
.w-collapse .w-formnote {
  margin: 0px 0px 20px 15px;
}

/*
##############################
# PATTERNS
##############################
*/
.w-title h1 {
  margin-bottom: 20px;
}
.w-title {
  margin-bottom: 60px;
  max-width: 660px;
}

.w-p {
  max-width: 660px;
}

.w-header {
  margin-bottom: 60px;
}
.w-header + p {
  margin-top: -50px;
  margin-bottom: 60px;
}

/*
##############################
# BUTTONS
##############################
*/
.w-button {
  cursor: pointer;
  height: 60px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  background-color: #262626;
  padding: 0px 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.w-button--neutral {
  color: #262626;
  background-color: #efefef;
}
.w-button--warn {
  background-color: #c61824;
}
.w-button--success {
  background-color: #198754;
}
.w-button--field {
  color: #262626;
  background-color: #ffffff;
  border-bottom: 1px solid #c6c6c6;
}
.w-button--field.fa-solid, .w-button--field.fa-regular {
  padding: 0px;
  text-align: center;
  width: 60px;
}
.w-button--new {
  min-width: 150px;
}
.w-button--icon {
  font-size: 18px;
  width: 60px;
  padding: 0px;
}
.w-button:hover {
  color: #262626;
  background-color: #ffed00;
}
.w-button:disabled, .w-button[disabled] {
  background-color: #c6c6c6;
  color: #efefef;
  cursor: auto;
}
.w-button.fa-regular {
  font-weight: 400;
}

/*
##############################
# MODAL
##############################
*/
.w-shade {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #000000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 400;
  display: none;
}
.w-shade--open {
  opacity: 0.9;
}

.w-modal {
  position: fixed;
  width: calc(100% - 120px);
  max-width: 1000px;
  max-height: calc(100% - 120px);
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: 500;
  display: none;
  opacity: 0;
  margin: auto;
}
.w-modal--dialog {
  max-width: 600px;
}
.w-modal--l {
  max-width: calc(100% - 120px);
}
.w-modal__window {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  background-color: #ffffff;
  overflow-y: auto;
  height: auto;
  max-height: 100%;
  top: 50%;
  scale: 0;
  opacity: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.w-modal__wrapper {
  padding: 60px;
}
.w-modal__close {
  position: sticky;
  width: 100%;
  right: 0px;
  top: 0px;
  z-index: 1000;
}
.w-modal__close button {
  float: right;
  height: 60px;
  width: 60px;
  font-size: 15px;
  color: #262626;
  background-color: transparent;
  cursor: pointer;
}
.w-modal__close button:hover {
  background-color: #ffed00;
}
.w-modal--open {
  opacity: 1;
}
.w-modal--open .w-modal__window {
  -webkit-animation-name: modal;
  -moz-animation-name: modal;
  -webkit-animation: modal;
          animation: modal;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
.w-modal__bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  border: 20px solid #ffffff;
  width: 100%;
  position: sticky;
  left: 0px;
  bottom: 0px;
  z-index: 10;
  gap: 20px;
}
.w-modal__bar > div {
  -webkit-box-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}
.w-modal__bar > div button {
  width: 100%;
}

@-webkit-keyframes modal {
  0% {
    opacity: 0;
    scale: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 1;
    scale: 1.1;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
@keyframes modal {
  0% {
    opacity: 0;
    scale: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 1;
    scale: 1.1;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
/*
##############################
# TOOLTIP
##############################
*/
.w-tooltip {
  position: relative;
  cursor: help;
  padding-left: 25px;
}
.w-tooltip:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-size: 17px;
  font-weight: 400;
  left: 0px;
  top: -2px;
  color: #262626;
  content: "\f059";
}
.w-tooltip span:last-child {
  -webkit-transition: 0.15s;
  transition: 0.15s;
  -webkit-box-shadow: 0px 0px 20px #c6c6c6;
  box-shadow: 0px 0px 20px #c6c6c6;
  display: block;
  position: absolute;
  bottom: 25px;
  left: -140px;
  width: 300px;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #c6c6c6;
  text-align: left;
  scale: 0;
  z-index: 100;
}
.w-tooltip:hover span:last-child {
  scale: 1;
}

/*
##############################
# LAYOUTS
##############################
*/
.w-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.w-layout--summary {
  border-top: 1px solid #c6c6c6;
  padding-top: 20px;
}
.w-layout--summary > div:first-child {
  width: 280px;
  padding-right: 60px;
}
.w-layout--summary > div:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/*
##############################
# TOOLBAR
##############################
*/
.w-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.w-toolbar > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.w-toolbar .w-form__field {
  min-width: 400px;
}
.w-toolbar .w-form__input, .w-toolbar .w-form__select, .w-toolbar select, .w-toolbar .w-form__predict {
  background-color: #ffffff !important;
  margin-bottom: 0px;
}
.w-toolbar > div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.w-toolbar > div:last-child button + button {
  margin-left: 10px;
}

/*
##############################
# TABLE
##############################
*/
.w-table {
  width: 100%;
  position: relative;
  border-collapse: separate;
}
.w-table th {
  background-color: #efefef;
  color: #262626;
  text-align: left;
  vertical-align: bottom;
  font-size: 12px;
  font-weight: 600;
  padding: 15px 10px;
}
.w-table th.w-tar {
  text-align: right;
}
.w-table__category td {
  background-color: rgba(239, 239, 239, 0.5);
  font-weight: 600;
}
.w-table__sort {
  cursor: pointer;
}
.w-table__sort.w-tar {
  padding-right: 20px;
}
.w-table__sort > span {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}
.w-table__sort > span:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 600;
  right: -20px;
  color: #262626;
}
.w-table__sort:hover {
  background-color: #ffed00;
  color: #262626;
}
.w-table__sort:hover > span:after {
  content: "\f175";
  color: #262626;
}
.w-table__sort--ascending span:after {
  content: "\f175";
}
.w-table__sort--ascending:hover span:after {
  content: "\f176";
}
.w-table__sort--descending span:after {
  content: "\f176";
}
.w-table td {
  text-align: left;
  vertical-align: top;
  font-size: 12px;
  line-height: 1.5;
  padding: 10px 10px;
  border-bottom: 1px solid #efefef;
}
.w-table td.w-tar {
  text-align: right;
}
.w-table td.w-sar {
  padding-right: 40px;
  text-align: right;
}
.w-table td a.complete, .w-table td a.todo {
  display: inline-block;
  background-color: #198754;
  color: #ffffff;
  font-weight: 600;
  padding: 3px 8px 2px 22px;
  text-align: right;
  min-width: 60px;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
.w-table td a.complete:hover, .w-table td a.todo:hover {
  background-color: #ffed00;
  color: #262626;
}
.w-table td a.complete:before, .w-table td a.todo:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  font-weight: 600;
  top: 2px;
  left: 5px;
  content: "\f058";
}
.w-table td a.todo {
  background-color: #efefef;
  color: #262626;
}
.w-table td a.todo:before {
  content: "\f111";
  color: #ffffff;
}
.w-table tr:last-child td {
  border-bottom: 0px;
}
.w-table__wrapper {
  width: 100%;
  background-color: #ffffff;
  border: 20px solid #ffffff;
  overflow: auto;
}
.w-table__wrapper--pagination {
  border-top: 0px;
  margin-top: -20px;
}
.w-table__wrapper--m {
  max-height: 600px;
}
.w-table__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #efefef;
  margin-top: 60px;
}
.w-table__pagination a, .w-table__pagination span, .w-table__pagination button {
  font-size: 14px;
  color: #262626;
  width: 60px;
  line-height: 60px;
  text-align: center;
  background-color: transparent;
}
.w-table__pagination a, .w-table__pagination a:visited, .w-table__pagination button {
  cursor: pointer;
  text-decoration: none;
}
.w-table__pagination a:hover, .w-table__pagination a:visited:hover, .w-table__pagination button:hover {
  background-color: #ffed00;
}
.w-table__pagination--selected {
  font-weight: 600;
  background: #efefef !important;
}
.w-table__pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.w-table__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: right;
  -ms-justify-content: right;
  -webkit-box-pack: right;
          justify-content: right;
  -ms-flex-pack: right;
}
.w-table__actions button.fa-solid, .w-table__actions button.fa-regular {
  width: 40px;
  height: 40px;
  padding: 0px;
  font-size: 15px;
  background-color: transparent;
  color: #262626;
}
.w-table__actions button.fa-solid:hover, .w-table__actions button.fa-regular:hover {
  background-color: #ffed00;
}
.w-table__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  gap: 10px;
}
.w-table__summary a, .w-table__summary > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px;
  background: #ffffff;
  text-decoration: none;
  color: #262626;
  min-height: 140px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
}
.w-table__summary a i, .w-table__summary > div i {
  position: absolute;
  right: 20px;
}
.w-table__summary a i.fa-star, .w-table__summary > div i.fa-star {
  color: #c61824;
}
.w-table__summary a i.fa-pencil, .w-table__summary > div i.fa-pencil {
  color: #c6c6c6;
}
.w-table__summary a aside, .w-table__summary > div aside {
  display: block;
  font-weight: 400px;
  font-size: 12px;
  color: #626262;
  line-height: 1.5;
  margin-top: 5px;
}
.w-table__summary a span, .w-table__summary > div span {
  display: block;
  font-weight: 700;
  font-size: 38px;
}
.w-table__summary a .level, .w-table__summary > div .level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3px;
  width: 100%;
  margin-top: 20px;
  background-color: #efefef;
}
.w-table__summary a .level > div, .w-table__summary > div .level > div {
  height: 100%;
  width: 0%;
}
.w-table__summary a .level > div:nth-child(1), .w-table__summary > div .level > div:nth-child(1) {
  background-color: #198754;
}
.w-table__summary a.selected, .w-table__summary a.selected:hover, .w-table__summary > div.selected, .w-table__summary > div.selected:hover {
  background: rgba(255, 255, 255, 0.4);
}
.w-table__summary a.selected i, .w-table__summary a.selected:hover i, .w-table__summary > div.selected i, .w-table__summary > div.selected:hover i {
  top: 50px;
}
.w-table__summary a.selected:after, .w-table__summary a.selected:hover:after, .w-table__summary > div.selected:after, .w-table__summary > div.selected:hover:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 600;
  right: 20px;
  top: 20px;
  color: #198754;
  content: "\f058";
}
.w-table__summary a.newwin:after, .w-table__summary > div.newwin:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 600;
  top: 2px;
  right: 10px;
  color: #c6c6c6;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: "\f061";
}
.w-table__summary a.newwin:hover:after, .w-table__summary > div.newwin:hover:after {
  color: #262626;
}
.w-table__summary--invert > a, .w-table__summary--invert > div {
  background-color: #efefef;
}
.w-table__summary--invert > a.selected, .w-table__summary--invert > a.selected:hover, .w-table__summary--invert > div.selected, .w-table__summary--invert > div.selected:hover {
  background-color: rgba(239, 239, 239, 0.4);
}
.w-table__summary--hilite > div {
  min-height: 80px;
  background-color: #ffed00;
  font-size: 12px;
  padding: 15px;
}
.w-table__summary--hilite > div span {
  font-size: 24px;
}
.w-table__summary a:hover {
  background: #ffed00;
}
.w-table__summary a:hover .level {
  background-color: #ffffff;
}

.w-norecords {
  padding: 60px;
  margin: auto;
  max-width: 500px;
  text-align: center;
}
.w-norecords p + button {
  margin-top: 40px;
}

/*
##############################
# SECTIONS
##############################
*/
.w-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #ffffff;
  padding: 60px;
}
.w-section > div:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.w-section__message {
  text-align: center;
}
.w-section__message p {
  margin-bottom: 40px;
}

/*
##############################
# NVPS
##############################
*/
.w-nvps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  gap: 10px;
}
.w-nvps > div {
  background-color: #ffffff;
  width: 33.333%;
  padding: 40px;
}
.w-nvps > div span {
  display: block;
  font-size: 38px;
  font-weight: 600;
  color: #262626;
  line-height: 1;
  margin-top: 10px;
}
.w-nvps--hilite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  width: 100%;
  gap: 10px;
}
.w-nvps--hilite > div {
  width: 50%;
  background: #ffed00;
  padding: 15px 20px;
}
.w-nvps--hilite > div > h5 {
  font-size: 12px;
  font-weight: 400;
  color: #262626;
  line-height: 1.5;
}
.w-nvps--hilite > div > span {
  display: block;
  font-size: 38px;
  font-weight: 600;
  color: #262626;
  line-height: 1;
  margin-top: 5px;
}

/*
##############################
# TABS
##############################
*/
.w-tabs > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  margin-top: -10px;
  border-bottom: 1px solid #c6c6c6;
  list-style-type: none;
  position: relative;
  width: 100%;
}
.w-tabs > ul > li {
  padding: 15px 20px 10px 20px;
  cursor: pointer;
  font-size: 14px;
  color: #262626;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 5px solid transparent;
}
.w-tabs > ul > li span {
  font-weight: 400;
}
.w-tabs > ul > li:hover {
  background-color: #ffed00;
}
.w-tabs > div {
  display: none;
}
.w-tabs--1 > ul > li:nth-child(1) {
  border-color: #c61824;
}
.w-tabs--1 > div:nth-child(2) {
  display: block;
}
.w-tabs--2 > ul > li:nth-child(2) {
  border-color: #c61824;
}
.w-tabs--2 > div:nth-child(3) {
  display: block;
}
.w-tabs--3 > ul > li:nth-child(3) {
  border-color: #c61824;
}
.w-tabs--3 > div:nth-child(4) {
  display: block;
}
.w-tabs--4 > ul > li:nth-child(4) {
  border-color: #c61824;
}
.w-tabs--4 > div:nth-child(5) {
  display: block;
}
.w-tabs--5 > ul > li:nth-child(5) {
  border-color: #c61824;
}
.w-tabs--5 > div:nth-child(6) {
  display: block;
}
.w-tabs--6 > ul > li:nth-child(6) {
  border-color: #c61824;
}
.w-tabs--6 > div:nth-child(7) {
  display: block;
}

/*
##############################
# BREADCRUMB
##############################
*/
.w-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin-bottom: 20px;
}
.w-breadcrumb li {
  position: relative;
}
.w-breadcrumb li:not(:last-child):after {
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  font-weight: 600;
  right: -20px;
  color: #262626;
  margin: 0px 10px;
  content: "\f054";
}
.w-breadcrumb li:last-child {
  font-weight: 600;
  color: #262626;
}

/*
##############################
# ACTION BAR
##############################
*/
.w-actionbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: left;
  -ms-justify-content: left;
  -webkit-box-pack: left;
          justify-content: left;
  -ms-flex-pack: left;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-top: 1px solid #efefef;
  position: fixed;
  bottom: -110px;
  width: calc(100% - 280px);
  padding: 20px 40px;
  background: #ffffff;
  z-index: 100;
}
.w-actionbar button {
  min-width: 150px;
  margin-left: 20px;
}
.w-actionbar--open {
  bottom: 0px;
}

/*
##############################
# FORMS
##############################
*/
.w-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.w-form__field {
  position: relative;
  width: 100%;
}
.w-form__field--password input[type=text], .w-form__field--password input[type=password], .w-form__field--search input[type=text], .w-form__field--search input[type=password], .w-form__field--query input[type=text], .w-form__field--query input[type=password] {
  padding-right: 50px;
}
.w-form__field--password label, .w-form__field--search label, .w-form__field--query label {
  max-width: calc(100% - 30px);
}
.w-form__field--password button, .w-form__field--search button, .w-form__field--query button {
  position: absolute;
  background: transparent;
  color: #262626;
  cursor: pointer;
  font-size: 15px;
  right: 0px;
  top: 0px;
  padding: 22px 20px;
  width: 60px;
  height: 59px;
  text-align: center;
  z-index: 1;
}
@media (hover: hover) {
  .w-form__field--password button:hover, .w-form__field--search button:hover, .w-form__field--query button:hover {
    background-color: #ffed00;
    color: #262626;
  }
}
.w-form__field--date {
  /*
  &:after {
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-size: 13px;
    font-weight: 400;
    right: 17px;
    top: 0px;
    line-height: 58px;
    color: map-get($color,n5);
    content: "\f133";
  }
  */
}
.w-form__field--date .w-form__predict--open {
  max-height: 500px;
}
.w-form__field--time .w-form__select {
  padding-right: 0px;
}
.w-form__field--time .w-form__segment {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-left: 20px;
}
.w-form__field--time .w-form__segment button {
  background-color: transparent;
  font-weight: 600;
  font-size: 12px;
}
.w-form__field--time .w-form__segment button:hover {
  background-color: #ffed00;
}
.w-form__field--time .w-form__segment button.selected, .w-form__field--time .w-form__segment button.selected:hover {
  color: #ffffff;
  background-color: #262626;
}
.w-form__field--textarea label {
  z-index: 10;
}
.w-form__field--textarea:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#efefef), color-stop(50%, #efefef), to(transparent));
  background: linear-gradient(180deg, #efefef 0%, #efefef 50%, transparent 100%);
  z-index: 5;
  position: absolute;
  width: calc(100% - 20px);
  height: 35px;
  display: block;
  content: "";
}
.w-form__input, .w-form__textarea, .w-form__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-size: 14px;
  height: 60px;
  color: #262626;
  background-color: #efefef;
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 20px;
  outline: 0;
  line-height: 1.5;
}
.w-form__input, .w-form__textarea {
  padding: 28px 10px 10px 15px;
  resize: none;
}
.w-form__textarea {
  position: relative;
  height: 200px;
}
.w-form__input[type=file] {
  background-image: url("../img/icons/paperclip.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 15px 15px;
  cursor: pointer;
}
.w-form__input[type=file]::-webkit-file-upload-button {
  display: none;
}
.w-form__input[type=file]::file-selector-button {
  display: none;
}
.w-form__checkbox {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 40px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
}
.w-form__checkbox label {
  cursor: pointer;
  display: block;
  padding-top: 5px;
  line-height: 20px;
}
.w-form__checkbox label:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 15px;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #c6c6c6;
  background-color: #efefef;
  display: block;
  text-align: center;
}
.w-form__checkbox input {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  height: 0px;
  width: 0px;
}
.w-form__checkbox input:checked ~ label {
  font-size: 12px;
  font-weight: 600;
}
.w-form__checkbox input:checked ~ label:before {
  content: "\f00c";
  color: #262626;
  border-color: #ffed00;
  background-color: #ffed00;
}
.w-form__checkbox--table {
  padding-left: 20px;
  margin-bottom: 0px;
}
.w-form__checkbox--table label:before {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
}
.w-form__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
}
.w-form__select select {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0px;
  position: relative;
  width: 100%;
  height: 59px;
  padding: 15px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 14px;
  color: #262626;
  background-color: #efefef;
}
.w-form__select label {
  font-size: 12px;
  font-weight: 600;
  color: #262626;
  background-color: transparent;
  position: relative;
  border-right: 1px solid #c6c6c6;
  padding: 0px 15px;
  line-height: 59px;
  min-width: 100px;
}
.w-form__label {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  font-size: 14px;
  font-weight: 400;
  top: 22px;
  left: 0px;
  padding: 0px 15px;
  color: #262626;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}
.w-form__predict {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  display: block;
  position: absolute;
  background-color: #efefef;
  border-width: 0px;
  border-style: solid;
  border-color: #c6c6c6;
  width: 100%;
  top: 59px;
  z-index: 505;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 0px;
}
.w-form__predict a {
  display: block;
  width: 100%;
  padding: 0px 15px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #262626;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.w-form__predict a:hover {
  background-color: #ffed00;
}
.w-form__predict--open {
  max-height: 180px;
  border-width: 0px 0px 1px 0px;
}
.w-form__segment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.w-form__segment > button, .w-form__segment > a {
  margin: 0px;
  cursor: pointer;
  width: 59px;
  height: 59px;
  padding: 0px;
  text-align: center;
  background-color: #ffffff;
  font-weight: 600;
  cursor: pointer;
}
.w-form__segment > button:hover, .w-form__segment > a:hover {
  background-color: #ffed00;
}
.w-form__segment > button.selected, .w-form__segment > button.selected:hover, .w-form__segment > a.selected, .w-form__segment > a.selected:hover {
  color: #ffffff;
  background-color: #262626;
}

.w-form__field input:focus ~ label,
.w-form__field input:not(:placeholder-shown) ~ label,
.w-form__field input:-webkit-autofill ~ label,
.w-form__field textarea:focus ~ label,
.w-form__field textarea:not(:placeholder-shown) ~ label,
.w-form__field textarea:-webkit-autofill ~ label {
  top: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #262626;
}

/*
##############################
# DATE PICKER
##############################
*/
.w-datepicker {
  width: 100%;
}
.w-datepicker__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-top: 1px solid #c6c6c6;
}
.w-datepicker__head p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 58px;
  color: #262626;
}
.w-datepicker__head button {
  display: block;
  width: 60px;
  height: 60px;
  background: transparent;
  position: relative;
  cursor: pointer;
}
.w-datepicker__head button:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 60px;
  height: 60px;
  color: #262626;
  line-height: 58px;
}
.w-datepicker__head button:first-child:before {
  content: "\f053";
}
.w-datepicker__head button:last-child:before {
  content: "\f054";
}
.w-datepicker__head button:hover {
  background-color: #ffed00;
}
.w-datepicker__week {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #c6c6c6;
}
.w-datepicker__week p {
  width: 14.285%;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #262626;
  line-height: 38px;
}
.w-datepicker__days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
}
.w-datepicker__days div {
  cursor: pointer;
  width: 14.285%;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 58px;
  color: #262626;
}
.w-datepicker__days div:hover {
  background: #ffed00;
}
.w-datepicker__day--disabled {
  color: #c6c6c6 !important;
}
.w-datepicker__day--disabled:hover {
  background: transparent !important;
}
.w-datepicker__day--selected {
  color: #ffffff !important;
  background: #262626;
}
.w-datepicker__day--selected:hover {
  background: #262626 !important;
}

/*
##############################
# RESET
##############################
*/
.gm-style iframe + div {
  border: none !important;
}

.gm-style-cc {
  display: none !important;
}

.gm-style-iw-t {
  display: none !important;
}

.w-map div > div > div > div > a {
  display: none !important;
}

gmp-internal-camera-control {
  display: none !important;
}

.gm-bundled-control > .gmnoprint {
  border: 1px solid #c6c6c6 !important;
  top: 10px !important;
  left: -30px !important;
}
.gm-bundled-control > .gmnoprint > div {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  width: 60px !important;
  height: 120px !important;
  overflow: hidden !important;
  background-color: transparent !important;
}
.gm-bundled-control > .gmnoprint > div > div {
  display: none !important;
}
.gm-bundled-control > .gmnoprint > div > button {
  width: 60px !important;
  height: 60px !important;
  position: relative !important;
}
.gm-bundled-control > .gmnoprint > div > button img {
  display: none !important;
}
.gm-bundled-control > .gmnoprint > div > button:before {
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-weight: 600;
  color: #262626;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  line-height: 60px;
}
.gm-bundled-control > .gmnoprint > div > button:nth-child(3) {
  border-top: 1px solid #c6c6c6 !important;
}
.gm-bundled-control > .gmnoprint > div > button:first-child:before {
  content: "+";
}
.gm-bundled-control > .gmnoprint > div > button:nth-child(3):before {
  content: "\f068";
}
.gm-bundled-control > .gmnoprint > div > button:hover {
  background-color: #ffed00 !important;
}

/*
##############################
# MAPS
##############################
*/
.w-map {
  position: relative;
  background-color: #ffffff;
  width: 100%;
  padding: 20px;
}
.w-map .w-toolbar {
  position: absolute;
  z-index: 1;
  top: 40px;
  left: 40px;
  border: 1px solid #c6c6c6;
  border-bottom: 0px;
  width: auto;
}
.w-map__map {
  border: 1px solid #c6c6c6;
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
}
.w-map__map--hidemarkers .w-marker {
  display: none !important;
}
.w-map__map--loading:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #262626;
  opacity: 0.25;
  z-index: 500;
  text-align: center;
  content: "";
}
.w-map__map--loading:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation-name: spinner;
  -moz-animation-name: spinner;
  -webkit-animation: spinner;
          animation: spinner;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 48px;
  position: absolute;
  content: "\f110";
  color: #ffffff;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  z-index: 501;
}
.w-map__map--m {
  height: 600px;
}
.w-map--mini {
  padding: 0px;
}
.w-map--mini > div {
  max-height: 200px;
}
.w-map--mini.w-collapse--open {
  margin-bottom: 20px;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.w-marker {
  z-index: 1;
}
.w-marker:hover .w-marker__pin {
  scale: 1.5;
}
.w-marker:hover .w-marker__tip {
  scale: 1;
}
.w-marker__pin {
  -webkit-transition: 0.15s;
  transition: 0.15s;
  display: block;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  width: 30px;
  height: 30px;
  margin: -5px 0px 0px 30px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #c61824;
  border: 1px solid #ffffff;
  border-radius: 50% 50% 50% 0;
  scale: 1;
  position: relative;
  cursor: pointer;
}
.w-marker__pin > span {
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  width: 27px;
  text-align: center;
  line-height: 27px;
  color: #ffffff;
  font-size: 8px;
  font-weight: 600;
}
.w-marker__pin .fa-solid, .w-marker__pin .fa-regular {
  font-size: 10px;
  padding: 3px 0px 0px 3px;
}
.w-marker__tip {
  -webkit-transition: 0.15s;
  transition: 0.15s;
  display: block;
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #c6c6c6;
  padding: 20px;
  height: auto;
  width: 350px;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  left: -145px;
  z-index: 10;
  bottom: 60px;
  scale: 0;
}

.w-cluster {
  z-index: 1;
}
.w-cluster:hover .w-cluster__pin {
  scale: 1.5;
}
.w-cluster__pin {
  -webkit-transition: 0.15s;
  transition: 0.15s;
  display: block;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 30px;
  height: 30px;
  margin: 0px;
  background-color: #262626;
  border: 1px solid #ffffff;
  border-radius: 50%;
  scale: 1;
  position: relative;
  cursor: pointer;
}
.w-cluster__pin > span {
  display: block;
  position: relative;
  width: 27px;
  text-align: center;
  line-height: 27px;
  color: #ffffff;
  font-size: 8px;
  font-weight: 600;
}

.cluster0, .cluster1, .cluster2, .cluster3, .cluster4 {
  background-image: none !important;
  background-color: #262626;
  color: #ffffff !important;
  border: 1px solid #ffffff;
  border-radius: 50%;
  line-height: 28px !important;
  height: 30px !important;
  width: 30px !important;
  font-size: 8px;
  font-weight: 600;
  scale: 1;
}
@media (hover: hover) {
  .cluster0:hover, .cluster1:hover, .cluster2:hover, .cluster3:hover, .cluster4:hover {
    -webkit-transition: 0.15s;
    transition: 0.15s;
    z-index: 10;
    scale: 1.5;
  }
}

.cluster1 {
  height: 40px !important;
  width: 40px !important;
  line-height: 38px !important;
}

.cluster2 {
  height: 50px !important;
  width: 50px !important;
  line-height: 48px !important;
}

.cluster3 {
  height: 60px !important;
  width: 60px !important;
  line-height: 58px !important;
}

.cluster4 {
  height: 70px !important;
  width: 70px !important;
  line-height: 68px !important;
}

/*
##############################
# AUTHENTICATION
##############################
*/
.w-authentication {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  padding: 60px;
  background: #efefef;
  overflow: auto;
  z-index: 1000;
  opacity: 1;
}
.w-authentication__frame {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  background: #ffffff;
  border: 1px solid #ffffff;
  overflow: hidden;
  opacity: 1;
}
.w-authentication__frame > div {
  width: 50%;
}
.w-authentication__logo {
  display: block;
  width: 100%;
  max-width: 190px;
}
.w-authentication__form {
  padding: 80px;
}
.w-authentication__form .w-form {
  padding: 60px 0px;
}
.w-authentication__splash {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/photos/authentication.png");
}
.w-authentication--closed {
  opacity: 0;
}
.w-authentication--closed .w-authentication__frame {
  width: 0px;
  opacity: 0;
}

.w-vcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.w-vcode > .w-form__field {
  margin-right: 10px;
}
.w-vcode > .w-form__field:last-child {
  margin-right: 0px;
}
.w-vcode > .w-form__field input {
  padding: 10px;
  font-size: 24px;
  text-align: center;
}

.w-policy {
  list-style: none;
  margin-bottom: 20px;
}
.w-policy li {
  position: relative;
  padding-left: 20px;
  color: #c61824;
}
.w-policy li:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 600;
  margin-left: -19px;
  color: #c61824;
  content: "\f00d";
}
.w-policy li.w-pass {
  color: #198754;
}
.w-policy li.w-pass:before {
  color: #198754;
  content: "\f00c";
}

/*
##############################
# NAVIGATION
##############################
*/
#div-head {
  background-color: #000000;
  width: 280px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  z-index: 10;
}

.w-navigation__logo img {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  display: block;
  margin: 40px 20px 30px 20px;
  max-width: 190px;
  scale: 1;
}
.w-navigation__logo img:hover {
  scale: 1.05;
}
.w-navigation__section {
  width: 100%;
  display: block;
  list-style-type: none;
  padding-top: 0px;
}
.w-navigation__section a {
  display: block;
  width: 100%;
  line-height: 42px;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  color: #c6c6c6;
  margin-top: 1px;
}
.w-navigation__section a:before, .w-navigation__section a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 15px;
  position: absolute;
  left: 20px;
  top: 0px;
  text-align: center;
  width: 20px;
  color: #ffffff;
}
.w-navigation__section a:after {
  left: auto;
  right: 15px;
}
.w-navigation__section a:hover {
  background-color: #ffed00;
  color: #262626;
}
.w-navigation__section a:hover:before, .w-navigation__section a:hover:after, .w-navigation__section a:hover span {
  color: #262626;
}
.w-navigation__section a {
  font-weight: 400;
  padding: 0px 40px 0px 60px;
}
.w-navigation__section a:after {
  color: #626262;
}
.w-navigation__picker {
  background-color: #000000;
}
.w-navigation__picker a {
  display: block;
  width: 100%;
  line-height: 42px;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  color: #c6c6c6;
  margin-top: 1px;
}
.w-navigation__picker a:before, .w-navigation__picker a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 15px;
  position: absolute;
  left: 20px;
  top: 0px;
  text-align: center;
  width: 20px;
  color: #ffffff;
}
.w-navigation__picker a:after {
  left: auto;
  right: 15px;
}
.w-navigation__picker a:hover {
  background-color: #ffed00;
  color: #262626;
}
.w-navigation__picker a:hover:before, .w-navigation__picker a:hover:after, .w-navigation__picker a:hover span {
  color: #262626;
}
.w-navigation__picker a:after {
  font-weight: 600;
  color: #ffffff;
  content: "\f054";
  line-height: 40px;
}
.w-navigation__picker--open a:after {
  content: "\f053";
}
.w-navigation__header {
  margin-top: 40px;
  padding: 10px 20px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 2px;
  color: #ffffff;
  background-color: #262626;
  line-height: 22px;
}
.w-navigation__badge {
  display: block;
  position: absolute;
  right: 20px;
  top: 0px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  color: #ffffff;
}
.w-navigation__selected a, .w-navigation__selected a:hover {
  background: #626262;
  color: #ffffff;
}
.w-navigation__selected a:before, .w-navigation__selected a:hover:before {
  color: #ffffff;
}
.w-navigation__selected a:after, .w-navigation__selected a:hover:after {
  color: #c6c6c6;
}
.w-navigation__selected a .w-navigation__badge, .w-navigation__selected a:hover .w-navigation__badge {
  color: #ffffff;
}
.w-navigation__section--account, .w-navigation__section--admin, .w-navigation__admin, .w-navigation__administrator {
  display: none;
}
.w-navigation--administrator .w-navigation__administrator {
  display: block;
}
.w-navigation--admin .w-navigation__section--admin {
  display: block;
}
.w-navigation--admin .w-navigation__admin, .w-navigation--admin .w-navigation__administrator {
  display: block;
}
.w-navigation--account .w-navigation__section--account {
  display: block;
}

.m-icon-dashboard:before {
  content: "\f015";
  font-weight: 600 !important;
}

.m-icon-account:before {
  content: "\e537";
  font-weight: 600 !important;
}

.m-icon-aandd:before {
  content: "\f279";
}

.m-icon-inventory:before {
  content: "\f2ed";
}

.m-icon-workorders:before {
  content: "\f017";
}

.m-icon-planning:before {
  content: "\f5ee";
  font-weight: 600 !important;
}

.m-icon-routing:before {
  content: "\f4d7";
  font-weight: 600 !important;
}

.m-icon-devices:before {
  content: "\f3cf";
  font-weight: 600 !important;
}

.m-icon-reports:before {
  content: "\f201";
  font-weight: 600 !important;
}

.m-icon-configuration:before {
  content: "\f013";
  font-weight: 600 !important;
}

.m-icon-accounts:before {
  content: "\e533";
  font-weight: 600 !important;
}

.m-icon-users:before {
  content: "\f0c0";
  font-weight: 600 !important;
}

.m-icon-jobs:before {
  content: "\e185";
}

.m-icon-profile:before {
  content: "\f007";
}

.m-icon-signout:before {
  content: "\f057";
}

/*
##############################
# PICKER
##############################
*/
.w-picker {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: fixed;
  width: 0px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #ffffff;
  border-right: 0px solid #efefef;
  top: 0px;
  left: 280px;
  z-index: 502;
}
.w-picker--open {
  width: 300px;
  border-width: 20px;
}
.w-picker--open .w-picker__head h4, .w-picker--open .w-picker__head p {
  -webkit-transition: 1.5s;
  transition: 1.5s;
  opacity: 1;
}
.w-picker__head {
  background: #efefef;
  padding: 20px;
  border: 20px solid #ffffff;
  height: 200px;
  overflow: hidden;
}
.w-picker__head h4 {
  opacity: 0;
  color: #000000;
  margin-bottom: 10px;
}
.w-picker__head p {
  color: #262626;
  opacity: 0;
  font-size: 12px;
}
.w-picker__section {
  width: 100%;
  display: block;
  list-style-type: none;
}
.w-picker__section a {
  display: block;
  width: 100%;
  line-height: 42px;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  color: #c6c6c6;
  margin-top: 1px;
}
.w-picker__section a:before, .w-picker__section a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 15px;
  position: absolute;
  left: 20px;
  top: 0px;
  text-align: center;
  width: 20px;
  color: #ffffff;
}
.w-picker__section a:after {
  left: auto;
  right: 15px;
}
.w-picker__section a:hover {
  background-color: #ffed00;
  color: #262626;
}
.w-picker__section a:hover:before, .w-picker__section a:hover:after, .w-picker__section a:hover span {
  color: #262626;
}
.w-picker__section a {
  display: block;
  color: #262626;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0px 50px 0px 20px;
  cursor: pointer;
}
.w-picker__section a span {
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  line-height: 20px;
  border: 1px solid #262626;
  border-radius: 50%;
  height: 23px;
  width: 23px;
  color: #000000;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: -1px;
  top: -2px;
  position: relative;
  padding-right: 1px;
}
.w-picker__selected a {
  font-weight: 600;
}
.w-picker__selected a:after {
  font-weight: 600;
  font-size: 18px;
  color: #198754;
  content: "\f058";
}

/*
##############################
# AI
##############################
*/
.w-ai__toggle {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 1px;
  right: -580px;
  height: 100%;
  z-index: 200;
}
.w-ai__toggle--open {
  right: 0px;
}
.w-ai__button {
  margin-right: -19px;
  z-index: 101;
  width: 58px;
  height: 58px;
  line-height: 55px;
  padding-left: 2px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 18px;
  background: #262626;
  color: #ffffff;
}
.w-ai__button:hover {
  background: #ffed00;
  color: #262626;
}
.w-ai__window {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 600px;
  height: 100%;
  background-color: #ffffff;
  border-left: 20px solid #efefef;
}
.w-ai__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.w-ai__head h2, .w-ai__head h3, .w-ai__head h4, .w-ai__head h5 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 60px;
  padding: 0px 20px;
}
.w-ai__head button {
  width: 60px;
  height: 60px;
  font-size: 15px;
  line-height: 58px;
  text-align: center;
  background: transparent;
  color: #262626;
  cursor: pointer;
}
.w-ai__head button:hover {
  background-color: #ffed00;
}
.w-ai__chat {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0px 20px;
  overflow-y: auto;
  overflow-x: hidden;
}
.w-ai__messages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
.w-ai__messages > div:first-child {
  margin-top: auto;
}
.w-ai__message {
  padding: 10px;
  width: 100%;
  position: relative;
}
.w-ai__message--user {
  margin: 10px 0px 0px auto;
  width: 66.666%;
  background-color: #efefef;
}
.w-ai__message--user p {
  color: #262626;
  font-size: 14px;
}
.w-ai__message--system {
  margin: 10px 0px 0px 0px;
  position: relative;
  padding: 10px;
  background-color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  color: #262626;
  line-height: 1.8;
}
.w-ai__message--system p {
  color: #262626;
  font-size: 14px;
}
.w-ai__message--system ul {
  list-style-type: disc;
}
.w-ai__message--system ul, .w-ai__message--system ol {
  margin: 10px 0px;
}
.w-ai__message--system ul li, .w-ai__message--system ol li {
  margin-left: 15px;
}
.w-ai__message--system button {
  margin: 20px 0px;
}
.w-ai__timestamp {
  font-size: 10px;
  white-space: nowrap;
  display: block;
  color: #626262;
}
.w-ai__wait {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px;
}
.w-ai__wait > span {
  -webkit-animation: wait 1.5s ease-in-out infinite;
          animation: wait 1.5s ease-in-out infinite;
  display: block;
  width: 10px;
  height: 10px;
  scale: 1;
  opacity: 0.3;
  margin: 2px;
  background-color: #262626;
}
.w-ai__wait > span:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.w-ai__wait > span:nth-child(2) {
  -webkit-animation-delay: 0.333s;
          animation-delay: 0.333s;
}
.w-ai__wait > span:nth-child(3) {
  -webkit-animation-delay: 0.666s;
          animation-delay: 0.666s;
}
.w-ai__form input {
  margin-bottom: 0px;
}
.w-ai__form {
  padding: 20px;
}

@-webkit-keyframes wait {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.3;
  }
  33% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.3;
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.3;
  }
}
@keyframes wait {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.3;
  }
  33% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.3;
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.3;
  }
}
/*
##############################
# PATTERNS
##############################
*/
.w-cartlist {
  list-style: none;
}
.w-cartlist li {
  font-size: 12px;
  padding-left: 22px;
  position: relative;
  padding-bottom: 1px;
}
.w-cartlist li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  display: block;
  background-color: #efefef;
  border-radius: 50%;
  left: 0px;
  top: 6px;
}
.w-cartlist li.w-cartlist--delivered:before {
  background-color: #198754;
}
.w-cartlist li.w-cartlist--exception:before {
  background-color: #c61824;
}

.w-marker .w-cartlist {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #efefef;
}

.w-address {
  display: block;
  width: 100%;
  position: relative;
  padding-right: 40px;
}
.w-address i {
  position: absolute;
  right: 0px;
}
.w-address i.fa-star {
  color: #c61824;
}
.w-address i.fa-pencil {
  color: #c6c6c6;
}
.w-address i + i {
  right: 20px;
}

/*
##############################
# ADDRESSES
##############################
*/
.w-table--errors tr td:nth-child(1), .w-table--errors tr th:nth-child(1) {
  position: sticky;
  left: 0px;
  border-right: 1px solid #efefef;
}
.w-table--errors tr th:nth-child(1) {
  z-index: 10;
  border-color: #ffffff;
}
.w-table--errors tr td:nth-child(1) {
  color: #c61824;
  background: #ffffff;
  min-width: 300px;
}
.w-table--errors tr td:nth-child(3) {
  min-width: 220px;
}

.w-table--addresses tr td:nth-child(1), .w-table--addresses tr th:nth-child(1) {
  display: none;
}
.w-table--addresses tr td:nth-child(2), .w-table--addresses tr th:nth-child(2) {
  position: sticky;
  left: 0px;
}
.w-table--addresses tr th:nth-child(2) {
  z-index: 10;
  border-color: #ffffff;
}
.w-table--addresses tr td:nth-child(2) {
  background: #ffffff;
}
.w-table--addresses tr td:nth-child(3) {
  min-width: 220px;
}

.w-status {
  display: inline-block;
  position: relative;
  padding-left: 28px;
}
.w-status:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 600;
  left: 0px;
  top: -3px;
}
.w-status--approved:before {
  color: #198754;
  content: "\f058";
}
.w-status--pending:before {
  color: #0d6efd;
  content: "\f017";
}
.w-status--error:before {
  color: #c61824;
  content: "\f06a";
}
.w-status--dot:before {
  color: #efefef;
  content: "\f111";
}

.w-export {
  display: block;
  float: right;
  margin: 20px;
  font-size: 14px;
  position: relative;
}
.w-export:before {
  font-family: "Font Awesome 6 Free";
  content: "\f6dd";
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}

/*
##############################
# STATUSES
##############################
*/
.w-assigned, .w-unassigned {
  padding-left: 15px;
  position: relative;
}
.w-assigned:before, .w-unassigned:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 2px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

h.w-unassigned:before, h.w-assigned:before {
  top: 5px;
}

.w-unassigned:before {
  background-color: #c61824;
}

.w-assigned:before {
  background-color: #198754;
}

.w-progress {
  width: 100%;
  display: block;
  background: #ccc;
  padding: 2px 5px;
  font-size: 10px;
  font-weight: 600;
  min-width: 60px;
  position: relative;
}
.w-progress:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(255, 255, 255, 0.6);
}
.w-progress--0 {
  background-color: #efefef;
}
.w-progress--20 {
  background-color: #c61824;
  color: #ffffff;
}
.w-progress--20:before {
  width: 10%;
}
.w-progress--40 {
  background-color: #ffed00;
}
.w-progress--40:before {
  width: 30%;
}
.w-progress--60 {
  background-color: #626262;
  color: #ffffff;
}
.w-progress--60:before {
  width: 50%;
}
.w-progress--80 {
  background-color: #0d6efd;
  color: #ffffff;
}
.w-progress--80:before {
  width: 60%;
}
.w-progress--100 {
  background-color: #198754;
  color: #ffffff;
}