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

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

table {
  border-collapse: collapse;
}

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

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

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

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

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: 16px;
  color: #626262;
  line-height: 1.8;
}

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

strong {
  color: #262626;
  font-weight: 600;
}

a, .a {
  color: #fe394e;
  text-decoration: none;
}
a:hover, .a:hover {
  text-decoration: underline;
}

.c-warn, .c-warn strong {
  color: #fe394e;
}

.c-header {
  margin-bottom: 60px;
}

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

.c-pipe {
  display: inline-block;
  margin: 0px 10px;
}

/*
##############################
# VARIABLES
##############################
*/
/*
##############################
# BODY
##############################
*/
body {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  background-color: #efefef;
  height: 100%;
  margin: 0px;
}

#div-body {
  flex: 1;
  overflow-x: hidden;
}

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

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

.c-db {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-100 {
  width: 100%;
}

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

.c-pad {
  padding: 60px;
}

.c-pad-b {
  padding-bottom: 160px;
}

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

.c-legal h4 {
  margin-top: 40px;
}
.c-legal ul {
  margin: 20px 13px;
}
.c-legal p {
  margin-bottom: 20px;
}

/*
##############################
# LAYOUTS
##############################
*/
.c-50-50 {
  display: flex;
  gap: 20px;
}
.c-50-50 > div {
  width: 50%;
}

/*
##############################
# BUTTONS
##############################
*/
.c-button {
  cursor: pointer;
  height: 60px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  background-color: #262626;
  padding: 3px 30px 0px 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 8px;
}
.c-button--neutral {
  color: #262626;
  background-color: #efefef;
}
.c-button--warn {
  background-color: #fe394e;
}
.c-button--field {
  color: #262626;
  background-color: #ffffff;
  border-bottom: 1px solid #c6c6c6;
  margin-left: 10px;
}
.c-button--field.fa-solid, .c-button--field.fa-regular {
  padding: 0px;
  text-align: center;
  width: 60px;
}
.c-button--new {
  min-width: 150px;
}
.c-button:hover {
  color: #ffffff;
  background-color: #fe394e;
}
.c-button:disabled, .c-button[disabled] {
  background-color: #c6c6c6;
  color: #efefef;
  cursor: auto;
}
.c-button.fa-regular {
  font-weight: 400;
}

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

.c-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;
}
.c-modal--dialog {
  max-width: 600px;
}
.c-modal__window {
  transition: 0.5s;
  border-radius: 8px;
  position: relative;
  background-color: #ffffff;
  overflow-y: auto;
  height: auto;
  max-height: 100%;
  top: 50%;
  scale: 0;
  opacity: 0;
  transform: translateY(-50%);
}
.c-modal__wrapper {
  padding: 60px;
}
.c-modal__close {
  position: sticky;
  width: 100%;
  right: 0px;
  top: 0px;
  z-index: 1000;
}
.c-modal__close button {
  float: right;
  height: 60px;
  width: 60px;
  font-size: 15px;
  color: #262626;
  background-color: transparent;
  cursor: pointer;
}
.c-modal__close button:hover {
  background-color: #fe394e;
}
.c-modal--open {
  opacity: 1;
}
.c-modal--open .c-modal__window {
  -webkit-animation-name: modal;
  -moz-animation-name: modal;
  animation: modal;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}
.c-modal__bar {
  display: flex;
  background-color: #ffffff;
  border: 20px solid #ffffff;
  width: 100%;
  position: sticky;
  left: 0px;
  bottom: 0px;
  z-index: 10;
  gap: 20px;
}
.c-modal__bar > div {
  flex: 1 1 0;
}
.c-modal__bar > div button {
  width: 100%;
}
@keyframes modal {
  0% {
    opacity: 0;
    scale: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 1;
    scale: 1.1;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
/*
##############################
# TOOLTIP
##############################
*/
.c-tooltip {
  position: relative;
  cursor: help;
  padding-left: 25px;
}
.c-tooltip:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-size: 17px;
  font-weight: 400;
  left: 0px;
  top: -2px;
  color: #262626;
  content: "";
}
.c-tooltip span:last-child {
  transition: 0.15s;
  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;
}
.c-tooltip:hover span:last-child {
  scale: 1;
}

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

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

/*
##############################
# TABLE
##############################
*/
.c-table {
  width: 100%;
  position: relative;
  border-collapse: separate;
}
.c-table th {
  background-color: #efefef;
  text-align: left;
  vertical-align: bottom;
  font-size: 16px;
  font-weight: 500;
  padding: 24px 20px 20px 20px;
  line-height: 20px;
  position: sticky;
  top: 0px;
  z-index: 1;
}
.c-table th.c-tar {
  padding-right: 40px;
  text-align: right;
}
.c-table__sort {
  cursor: pointer;
}
.c-table__sort.c-tar {
  padding-right: 20px;
}
.c-table__sort > span {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}
.c-table__sort > span:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  font-weight: 600;
  right: -20px;
  top: -2px;
  color: #262626;
}
.c-table__sort:hover {
  background-color: #fe394e;
  color: #ffffff;
}
.c-table__sort:hover > span:after {
  content: "";
  color: #ffffff;
}
.c-table__sort--ascending span:after {
  content: "";
}
.c-table__sort--ascending:hover span:after {
  content: "";
}
.c-table__sort--descending span:after {
  content: "";
}
.c-table td {
  text-align: left;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.5;
  padding: 20px;
  border-bottom: 1px solid #efefef;
}
.c-table td.c-tar {
  padding-right: 60px;
  text-align: right;
}
.c-table tr:last-child td {
  border-bottom: 0px;
}
.c-table__wrapper {
  width: 100%;
  border-radius: 8px;
  background-color: #ffffff;
  border: 20px solid #ffffff;
  overflow: auto;
}
.c-table__wrapper--pagination {
  border-top: 0px;
  margin-top: -80px;
}
.c-table__wrapper--m {
  max-height: 605px;
}
.c-table__wrapper--s {
  max-height: 532px;
}
.c-table__pagination {
  display: flex;
  border-top: 1px solid #efefef;
  margin-top: 60px;
}
.c-table__pagination a, .c-table__pagination span, .c-table__pagination button {
  font-size: 14px;
  color: #262626;
  width: 60px;
  line-height: 60px;
  text-align: center;
  background-color: transparent;
}
.c-table__pagination a, .c-table__pagination a:visited, .c-table__pagination button {
  cursor: pointer;
  text-decoration: none;
}
.c-table__pagination a:hover, .c-table__pagination a:visited:hover, .c-table__pagination button:hover {
  background-color: #fe394e;
}
.c-table__pagination--selected {
  font-weight: 600;
  background: #efefef !important;
}
.c-table__pages {
  display: flex;
}
.c-table__actions {
  display: flex;
  -moz-justify-content: right;
  -ms-justify-content: right;
  justify-content: right;
  -ms-flex-pack: right;
}
.c-table__actions button.fa-solid, .c-table__actions button.fa-regular {
  width: 60px;
  height: 60px;
  padding: 0px;
  font-size: 16px;
  background-color: transparent;
  color: #262626;
  border-radius: 0px;
}
.c-table__actions button.fa-solid:hover, .c-table__actions button.fa-regular:hover {
  color: #ffffff;
  background-color: #fe394e;
}
.c-table--select td {
  padding: 12px 20px 8px 50px;
  position: relative;
  cursor: pointer;
}
.c-table--select td span {
  float: right;
}
.c-table--select td:before {
  font-family: "Font Awesome 6 Free";
  content: "";
  position: absolute;
  left: 20px;
  top: 10px;
}
.c-table--select td:hover {
  color: #fe394e;
}
.c-table--select td.selected {
  background-color: #fe394e;
  color: #ffffff;
}
.c-table--select td.selected strong {
  color: #ffffff;
}
.c-table--select td.selected:before {
  content: "";
}

/*
##############################
# SECTIONS
##############################
*/
.c-section {
  display: flex;
  width: 100%;
  background-color: #ffffff;
  padding: 60px;
}
.c-section > div:first-child {
  flex: 1;
}
.c-section__actions {
  display: flex;
  gap: 10px;
}
.c-section__message {
  text-align: center;
}
.c-section__message p {
  margin-bottom: 40px;
}

/*
##############################
# TABS
##############################
*/
.c-tabs > ul {
  display: flex;
  margin-bottom: 60px;
  margin-top: -10px;
  border-bottom: 1px solid #c6c6c6;
  list-style-type: none;
  position: relative;
  width: 100%;
}
.c-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;
}
.c-tabs > ul > li span {
  font-weight: 400;
}
.c-tabs > ul > li:hover {
  background-color: #fe394e;
}
.c-tabs > div {
  display: none;
  padding-bottom: 100px;
}
.c-tabs--1 > ul > li:nth-child(1) {
  border-color: #fe394e;
}
.c-tabs--1 > div:nth-child(2) {
  display: block;
}
.c-tabs--2 > ul > li:nth-child(2) {
  border-color: #fe394e;
}
.c-tabs--2 > div:nth-child(3) {
  display: block;
}
.c-tabs--3 > ul > li:nth-child(3) {
  border-color: #fe394e;
}
.c-tabs--3 > div:nth-child(4) {
  display: block;
}
.c-tabs--4 > ul > li:nth-child(4) {
  border-color: #fe394e;
}
.c-tabs--4 > div:nth-child(5) {
  display: block;
}
.c-tabs--5 > ul > li:nth-child(5) {
  border-color: #fe394e;
}
.c-tabs--5 > div:nth-child(6) {
  display: block;
}
.c-tabs--6 > ul > li:nth-child(6) {
  border-color: #fe394e;
}
.c-tabs--6 > div:nth-child(7) {
  display: block;
}

/*
##############################
# BREADCRUMB
##############################
*/
.c-breadcrumb {
  display: flex;
  list-style-type: none;
  margin-bottom: 20px;
}
.c-breadcrumb li {
  position: relative;
}
.c-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: "";
}
.c-breadcrumb li:last-child {
  font-weight: 600;
  color: #262626;
}

/*
##############################
# ACTION BAR
##############################
*/
.c-actionbar {
  display: flex;
  -moz-justify-content: left;
  -ms-justify-content: left;
  justify-content: left;
  -ms-flex-pack: left;
  border-top: 1px solid #efefef;
  position: fixed;
  bottom: 0px;
  width: calc(100% - 280px);
  padding: 20px 60px;
  background: #ffffff;
  z-index: 100;
  gap: 20px;
}
.c-actionbar button {
  min-width: 150px;
}
.c-actionbar button span {
  display: inline-block;
  margin-right: 10px;
}

/*
##############################
# FORMS
##############################
*/
.c-form {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
}
.c-form__field {
  position: relative;
  width: 100%;
}
.c-form__field--email input, .c-form__field--email label, .c-form__field--phone input, .c-form__field--phone label, .c-form__field--mobile input, .c-form__field--mobile label, .c-form__field--fax input, .c-form__field--fax label, .c-form__field--location input, .c-form__field--location label, .c-form__field--coordinates input, .c-form__field--coordinates label {
  padding-left: 45px;
}
.c-form__field--email:before, .c-form__field--phone:before, .c-form__field--mobile:before, .c-form__field--fax:before, .c-form__field--location:before, .c-form__field--coordinates:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-size: 17px;
  font-weight: 600;
  left: 15px;
  top: 20px;
  color: #262626;
}
.c-form__field--email:before {
  content: "";
  font-weight: 400;
}
.c-form__field--phone:before {
  content: "";
}
.c-form__field--mobile:before {
  content: "";
}
.c-form__field--fax:before {
  content: "";
}
.c-form__field--location:before {
  content: "";
}
.c-form__field--coordinates:before {
  content: "";
}
.c-form__field--password input[type=text], .c-form__field--password input[type=password], .c-form__field--search input[type=text], .c-form__field--search input[type=password] {
  padding-right: 50px;
}
.c-form__field--password label, .c-form__field--search label {
  max-width: calc(100% - 30px);
}
.c-form__field--password button, .c-form__field--search button {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  position: absolute;
  background: transparent;
  color: #262626;
  cursor: pointer;
  font-size: 16px;
  right: 0px;
  top: 0px;
  padding: 22px 20px;
  width: 60px;
  text-align: center;
  z-index: 1;
}
@media (hover: hover) {
  .c-form__field--password button:hover, .c-form__field--search button:hover {
    background-color: #fe394e;
    color: #ffffff;
  }
}
.c-form__field--date .c-form__predict--open {
  max-height: 500px;
}
.c-form__field--time .c-form__select {
  padding-right: 0px;
}
.c-form__field--time .c-form__segment {
  order: 3;
  margin-left: 20px;
}
.c-form__field--time .c-form__segment button {
  background-color: transparent;
  font-weight: 600;
  font-size: 12px;
}
.c-form__field--time .c-form__segment button:hover {
  background-color: #fe394e;
}
.c-form__field--time .c-form__segment button.selected, .c-form__field--time .c-form__segment button.selected:hover {
  color: #ffffff;
  background-color: #262626;
}
.c-form__field--textarea label {
  z-index: 10;
}
.c-form__field--textarea:before {
  background: linear-gradient(180deg, #efefef 0%, #efefef 50%, transparent 100%);
  z-index: 5;
  position: absolute;
  width: calc(100% - 20px);
  height: 35px;
  display: block;
  content: "";
}
.c-form__input, .c-form__textarea, .c-form__select {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 8px;
  width: 100%;
  font-size: 16px;
  height: 60px;
  color: #262626;
  background-color: #efefef;
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 20px;
  outline: 0;
  line-height: 1.5;
}
.c-form__input option, .c-form__textarea option, .c-form__select option {
  font-size: 14px;
}
.c-form__input, .c-form__textarea {
  padding: 28px 10px 10px 15px;
  resize: none;
}
.c-form__textarea {
  position: relative;
  height: 200px;
}
.c-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;
}
.c-form__input[type=file]::file-selector-button {
  display: none;
}
.c-form__checkbox {
  -webkit-user-select: none;
  user-select: none;
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 40px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
}
.c-form__checkbox label {
  cursor: pointer;
  display: block;
  padding-top: 5px;
  line-height: 20px;
}
.c-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;
  border-radius: 8px;
  display: block;
  text-align: center;
}
.c-form__checkbox input {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  height: 0px;
  width: 0px;
}
.c-form__checkbox input:checked ~ label {
  font-size: 12px;
  font-weight: 600;
}
.c-form__checkbox input:checked ~ label:before {
  content: "";
  color: #ffffff;
  border-color: #fe394e;
  background-color: #fe394e;
}
.c-form__select {
  display: flex;
  padding-right: 15px;
}
.c-form__select select {
  flex: 1;
  margin: 0px;
  position: relative;
  width: 100%;
  height: 59px;
  padding: 3px 15px 0px 15px;
  order: 2;
  font-size: 16px;
  color: #262626;
  background-color: #efefef;
}
.c-form__select label {
  font-size: 12px;
  font-weight: 600;
  color: #262626;
  background-color: transparent;
  position: relative;
  border-right: 1px solid #c6c6c6;
  padding: 2px 15px 0px 15px;
  line-height: 58px;
  min-width: 100px;
}
.c-form__select--multiple {
  height: 125px;
  padding-right: 15px;
}
.c-form__select--multiple select, .c-form__select--multiple select:focus {
  padding: 15px 0px 0px 15px;
  height: 124px;
}
.c-form__select--multiple select option, .c-form__select--multiple select:focus option {
  padding: 4px 0px 2px 15px;
}
.c-form__select--multiple select option:checked, .c-form__select--multiple select:focus option:checked {
  background-color: #fe394e;
  color: #ffffff;
}
.c-form__label {
  transition: 0.25s;
  position: absolute;
  font-size: 16px;
  font-weight: 400;
  top: 18px;
  left: 0px;
  padding: 0px 15px;
  color: #262626;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}
.c-form__predict {
  transition: 0.25s;
  display: block;
  position: absolute;
  background-color: #efefef;
  border-width: 0px;
  border-style: solid;
  border-color: #c6c6c6;
  width: 100%;
  top: 50px;
  z-index: 505;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 0px;
}
.c-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;
}
.c-form__predict a:hover {
  background-color: #fe394e;
}
.c-form__predict--open {
  max-height: 220px;
  border-width: 0px 0px 1px 0px;
}
.c-form__segment {
  display: flex;
}
.c-form__segment > button, .c-form__segment > a {
  margin: 0px;
  cursor: pointer;
  width: 59px;
  height: 59px;
  padding: 0px;
  text-align: center;
  background-color: #ffffff;
  font-weight: 600;
  cursor: pointer;
}
.c-form__segment > button:hover, .c-form__segment > a:hover {
  background-color: #fe394e;
}
.c-form__segment > button.selected, .c-form__segment > button.selected:hover, .c-form__segment > a.selected, .c-form__segment > a.selected:hover {
  color: #ffffff;
  background-color: #262626;
}

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

/*
##############################
# DATE PICKER
##############################
*/
.c-datepicker {
  width: 100%;
}
.c-datepicker__head {
  display: flex;
  width: 100%;
  border-top: 1px solid #c6c6c6;
}
.c-datepicker__head p {
  flex: 1;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 58px;
  color: #262626;
}
.c-datepicker__head button {
  display: block;
  width: 60px;
  height: 60px;
  background: transparent;
  position: relative;
  cursor: pointer;
}
.c-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;
}
.c-datepicker__head button:first-child:before {
  content: "";
}
.c-datepicker__head button:last-child:before {
  content: "";
}
.c-datepicker__head button:hover {
  background-color: #fe394e;
}
.c-datepicker__week {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #c6c6c6;
}
.c-datepicker__week p {
  width: 14.285%;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #262626;
  line-height: 38px;
}
.c-datepicker__days {
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.c-datepicker__days div {
  cursor: pointer;
  width: 14.285%;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 58px;
  color: #262626;
}
.c-datepicker__days div:hover {
  background: #fe394e;
}
.c-datepicker__day--disabled {
  color: #c6c6c6 !important;
}
.c-datepicker__day--disabled:hover {
  background: transparent !important;
}
.c-datepicker__day--selected {
  color: #ffffff !important;
  background: #262626;
}
.c-datepicker__day--selected:hover {
  background: #262626 !important;
}

/*
##############################
# POLICY
##############################
*/
.c-policy {
  list-style: none;
  margin-bottom: 20px;
}
.c-policy li {
  position: relative;
  padding-left: 20px;
  color: #fe394e;
}
.c-policy li:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 600;
  margin-left: -19px;
  color: #fe394e;
  content: "";
}
.c-policy li.w-pass:before {
  content: "";
}

/*
##############################
# AUTHENTICATION
##############################
*/
.c-authentication {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  transition: 0.5s;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  padding: 60px;
  background: #efefef;
  overflow: auto;
  z-index: 1000;
  opacity: 1;
}
.c-authentication__frame {
  transition: 0.25s;
  display: flex;
  width: 100%;
  max-width: 600px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #ffffff;
  overflow: hidden;
  opacity: 1;
}
.c-authentication__logo {
  display: block;
  max-width: 200px;
  max-height: 50px;
}
.c-authentication__form {
  padding: 80px;
}
.c-authentication__form .c-form {
  padding: 60px 0px 40px 0px;
}
.c-authentication--closed {
  opacity: 0;
}
.c-authentication--closed .w-authentication__frame {
  width: 0px;
  opacity: 0;
}

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

.c-policy {
  list-style: none;
  margin-bottom: 20px;
}
.c-policy li {
  position: relative;
  padding-left: 20px;
  color: #fe394e;
}
.c-policy li:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 600;
  margin-left: -19px;
  color: #fe394e;
  content: "";
}
.c-policy li.c-pass {
  color: #626262;
}
.c-policy li.c-pass:before {
  color: #626262;
  content: "";
}

/*
##############################
# NAVIGATION
##############################
*/
#div-head {
  background-color: #000000;
  width: 280px;
  overflow-y: auto;
  overflow-x: hidden;
}

.c-navigation__logo img {
  transition: 0.25s;
  display: block;
  margin: 32px 20px 31px 20px;
  max-width: 180px;
  max-height: 40px;
  scale: 1;
}
.c-navigation__logo img:hover {
  scale: 1.1;
}
.c-navigation__section {
  width: 100%;
  display: block;
  list-style-type: none;
  padding-top: 0px;
}
.c-navigation__section a {
  display: block;
  width: 100%;
  line-height: 60px;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  color: #ffffff;
  font-weight: 400;
  padding: 0px 40px 0px 60px;
}
.c-navigation__section a:before, .c-navigation__section a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 16px;
  position: absolute;
  left: 20px;
  top: -1px;
  text-align: center;
  width: 20px;
  color: #ffffff;
}
.c-navigation__section a:after {
  left: auto;
  right: 20px;
}
.c-navigation__section a:hover {
  background-color: #fe394e;
  color: #ffffff;
}
.c-navigation__section a:hover:before, .c-navigation__section a:hover:after {
  color: #ffffff;
}
.c-navigation__section a:after {
  color: #626262;
}
.c-navigation__selected a, .c-navigation__selected a:hover {
  background: #fe394e;
  color: #ffffff;
}
.c-navigation__selected a:before, .c-navigation__selected a:hover:before {
  color: #ffffff;
}
.c-navigation__selected a:after, .c-navigation__selected a:hover:after {
  color: #c6c6c6;
}
.c-navigation__admin, .c-navigation__administrator {
  display: none;
}
.c-navigation__admin a:after, .c-navigation__administrator a:after {
  content: "";
  font-weight: 600 !important;
}

.c-icon-contacts:before {
  content: "";
  font-weight: 600 !important;
}

.c-icon-groups:before {
  content: "";
  font-weight: 600 !important;
}

.c-icon-users:before {
  content: "";
  font-weight: 600 !important;
}

.c-icon-profile:before {
  content: "";
  font-weight: 600 !important;
}

.c-icon-chart:before {
  content: "";
  font-weight: 600 !important;
}

.c-icon-signout:before {
  content: "";
}

.c-sa {
  display: none;
}