@import 'app.css';
afs-accordion, afs-accordion *, afs-accordion-item, afs-accordion-item *,
afs-accordion-title, afs-accordion-title *, afs-accordion-content, afs-accordion-content *,
afs-button, afs-button *,
afs-checkbox, afs-checkbox *,
afs-date-picker, afs-date-picker *,
afs-date-range-picker, afs-date-range-picker *,
afs-input, afs-input *,
afs-multiline-input, afs-multiline-input *,
afs-radio, afs-radio *,
afs-range, afs-range *,
afs-select, afs-select *,
afs-time-picker, afs-time-picker *,
afs-toggle, afs-toggle * {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: "Proxima Nova", sans-serif;
  vertical-align: baseline;
  line-height: 1;
  box-sizing: border-box;
}

afs-accordion {
  display: block;
}

afs-accordion-item {
  border-bottom: 1px solid #E6E6E6;
  display: block;
  padding: 19px 0 0;
}
afs-accordion-item:last-child {
  border-bottom: none;
}

afs-accordion-title {
  cursor: pointer;
  display: block;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  padding: 0 50px 4px 12px;
  position: relative;
  text-transform: uppercase;
}
afs-accordion-title.expanded .toggler:after {
  display: none;
}
afs-accordion-title .toggler {
  border-top: 1px solid #4C4C4C;
  cursor: pointer;
  display: block;
  height: 11px;
  margin-top: -5px;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 19px;
}
afs-accordion-title .toggler:after {
  border-left: 1px solid #4C4C4C;
  content: "";
  height: 19px;
  position: absolute;
  right: 9px;
  top: -10px;
  width: 0;
}

afs-accordion-content {
  display: block;
  font-size: 16px;
  line-height: 22px;
  padding: 0 12px;
  transition: padding 0.5s;
}
afs-accordion-content.expanded {
  padding-bottom: 45px;
}
afs-accordion-content.expanded .content {
  height: auto;
}
afs-accordion-content.expanded .content.animate {
  animation: delayedVisibility 0.5s;
  animation-fill-mode: forwards;
}
afs-accordion-content .content {
  height: 0;
  margin-top: 12px;
  overflow: hidden;
  transition: height 0.5s;
}

@keyframes delayedVisibility {
  0%, 99% {
    overflow: hidden;
  }
  100% {
    overflow: visible;
  }
}
#afsAlert {
  background: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  left: 50%;
  margin-left: -222px;
  padding: 10px;
  position: fixed;
  top: 0;
  width: 445px;
  z-index: 500;
}
#afsAlert li {
  background: #fff;
  border: 1px solid #4c4c4c;
  display: block;
  margin-bottom: 3px;
  overflow: hidden;
  padding: 12px 30px 12px 17px;
  position: relative;
  transition: height 0.5s, padding 0.5s, opacity 0.5s, margin 0.5s;
}
#afsAlert li.closed {
  height: 0;
  margin-bottom: 0;
  opacity: 0;
  padding: 0 17px;
}
#afsAlert li.error {
  border-color: #de5757;
  color: #de5757;
}
#afsAlert .close {
  cursor: pointer;
  height: 12px;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 12px;
}
#afsAlert .close:before, #afsAlert .close:after {
  background: #4c4c4c;
  content: "";
  cursor: pointer;
  height: 1px;
  left: 0;
  position: absolute;
  top: 6px;
  transform: rotate(45deg);
  width: 15px;
}
#afsAlert .close:after {
  transform: rotate(-45deg);
}

afs-button {
  display: inline-block;
}
afs-button.extended {
  display: block;
}
afs-button.extended button {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
afs-button.large button {
  border-radius: 25px;
  box-shadow: 0 0 0 1px #D7D7D7;
  padding: 15px 20px 13px;
  transition: all 0.2s;
  width: 100%;
}
afs-button.large button:hover {
  box-shadow: 0 0 0 1px #B9B9B9;
  color: #479D2F;
}
afs-button.large button:disabled {
  background: #F4F4F4;
  color: #B9B9B9;
}
afs-button button {
  background: transparent;
  border: none;
  color: #58A742;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  padding: 8px 0;
  text-align: center;
  transition: color 0.2s;
  white-space: nowrap;
}
afs-button button:focus {
  outline: none;
}
afs-button button:hover {
  color: #479D2F;
}
afs-button button:disabled {
  color: #DEDEDE;
}

afs-checkbox {
  display: inline-block;
  line-height: 1.2em;
  margin-right: 30px;
  min-height: 24px;
  padding-left: 41px;
  position: relative;
}
afs-checkbox.emptyLabel {
  margin-right: 0;
  width: 24px;
}
afs-checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
afs-checkbox input[type=checkbox] + label {
  color: #343434;
  cursor: pointer;
  display: block;
  font-size: 15px;
  line-height: 18px;
  padding: 4px 0 0;
  position: relative;
}
afs-checkbox input[type=checkbox] + label small {
  display: block;
  margin-top: 6px;
  text-indent: 0;
}
afs-checkbox input[type=checkbox] + label:before {
  background: white;
  border: 1px solid #D7D7D7;
  content: "";
  display: inline-block;
  height: 24px;
  left: -41px;
  position: absolute;
  top: 0;
  vertical-align: text-top;
  width: 24px;
}
afs-checkbox input[type=checkbox]:hover + label:before {
  border-color: #B9B9B9;
}
afs-checkbox input[type=checkbox]:focus + label:before {
  box-shadow: 0 0 0 2px #F1F1F1;
}
afs-checkbox input[type=checkbox]:disabled + label {
  color: #B9B9B9;
  cursor: auto;
}
afs-checkbox input[type=checkbox]:disabled + label:before {
  background: #F1F1F1;
  box-shadow: none;
}
afs-checkbox input[type=checkbox]:checked + label:after {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.65867 8.8716L5.22709 12.44L12.2982 5.36896' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 5px;
  left: -35px;
}
afs-checkbox input[type=checkbox]:checked:disabled + label:after {
  opacity: 0.25;
}

afs-date-picker, afs-date-range-picker {
  display: block;
  line-height: 1.2em;
  margin-top: 10px;
  min-width: 200px;
  position: relative;
}
afs-date-picker:after, afs-date-range-picker:after {
  background: #4C4C4C;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 40px;
  transform: translateX(-50%);
  transition: all 0.2s;
  width: 0;
}
afs-date-picker.focused .label, afs-date-range-picker.focused .label {
  color: #4C4C4C;
}
afs-date-picker.focused:after, afs-date-range-picker.focused:after {
  width: 100%;
}
afs-date-picker.invalid .input, afs-date-range-picker.invalid .input {
  border-bottom-color: #E55740;
}
afs-date-picker.invalid .currentValue, afs-date-range-picker.invalid .currentValue {
  color: #E55740;
}
afs-date-picker.invalid:after, afs-date-range-picker.invalid:after {
  background: #E55740;
}
afs-date-picker .input, afs-date-range-picker .input {
  border-bottom: 1px solid #CDCDCD;
  cursor: pointer;
  height: 42px;
  overflow: hidden;
  padding-right: 30px;
}
afs-date-picker .input.disabled, afs-date-range-picker .input.disabled {
  cursor: not-allowed;
}
afs-date-picker .input.disabled .currentValue, afs-date-range-picker .input.disabled .currentValue {
  background-color: #F1F1F1;
  border-bottom: 1px solid #CDCDCD;
  color: #B9B9B9;
}
afs-date-picker .input.disabled .currentValue:after, afs-date-range-picker .input.disabled .currentValue:after {
  opacity: 0.25;
}
afs-date-picker .label, afs-date-range-picker .label {
  color: #B9B9B9;
  cursor: text;
  font-size: 16px;
  left: 10px;
  line-height: 19px;
  position: absolute;
  text-transform: uppercase;
  top: 12px;
  transition: all 0.2s;
}
afs-date-picker .label.raised, afs-date-range-picker .label.raised {
  font-size: 11px;
  line-height: 13px;
  top: -11px;
}
afs-date-picker .label:focus, afs-date-range-picker .label:focus {
  outline: none;
}
afs-date-picker .currentValue, afs-date-range-picker .currentValue {
  border: none;
  color: #343434;
  display: block;
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  height: 42px;
  letter-spacing: 1.5px;
  line-height: 42px;
  text-align: left;
  text-indent: 11px;
  text-transform: uppercase;
  width: 100%;
}
afs-date-picker .currentValue:focus, afs-date-range-picker .currentValue:focus {
  outline: none;
}
afs-date-picker .currentValue:after, afs-date-range-picker .currentValue:after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='5' width='2' height='2' fill='%234C4C4C'/%3E%3Crect x='10' y='5' width='2' height='2' fill='%234C4C4C'/%3E%3Crect x='5' y='5' width='2' height='2' fill='%234C4C4C'/%3E%3Crect width='2' height='2' fill='%234C4C4C'/%3E%3Crect x='10' width='2' height='2' fill='%234C4C4C'/%3E%3Crect x='5' width='2' height='2' fill='%234C4C4C'/%3E%3Crect y='10' width='2' height='2' fill='%234C4C4C'/%3E%3Crect x='10' y='10' width='2' height='2' fill='%234C4C4C'/%3E%3Crect x='5' y='10' width='2' height='2' fill='%234C4C4C'/%3E%3C/svg%3E%0A");
  content: "";
  height: 12px;
  position: absolute;
  right: 10px;
  top: 13px;
  width: 12px;
}
afs-date-picker .dateSelector, afs-date-range-picker .dateSelector {
  align-items: flex-end;
  background: #ffffff;
  border: 1px solid #CDCDCD;
  display: block;
  justify-content: space-between;
  left: 50%;
  margin-bottom: 15px;
  position: absolute;
  top: 51px;
  transform: translateX(-50%);
  width: 339px;
  z-index: 100;
}
afs-date-picker .dateSelector > div, afs-date-range-picker .dateSelector > div {
  padding: 5px 23px 18px 27px;
}
afs-date-picker .dateSelector .changeMonth, afs-date-picker .dateSelector .changeYear, afs-date-picker .dateSelector .changeYears, afs-date-range-picker .dateSelector .changeMonth, afs-date-range-picker .dateSelector .changeYear, afs-date-range-picker .dateSelector .changeYears {
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  padding: 22px 0 13px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
afs-date-picker .dateSelector .changeMonth span, afs-date-picker .dateSelector .changeYear span, afs-date-picker .dateSelector .changeYears span, afs-date-range-picker .dateSelector .changeMonth span, afs-date-range-picker .dateSelector .changeYear span, afs-date-range-picker .dateSelector .changeYears span {
  cursor: pointer;
}
afs-date-picker .dateSelector .changeMonth .previous, afs-date-picker .dateSelector .changeMonth .next, afs-date-picker .dateSelector .changeYear .previous, afs-date-picker .dateSelector .changeYear .next, afs-date-picker .dateSelector .changeYears .previous, afs-date-picker .dateSelector .changeYears .next, afs-date-range-picker .dateSelector .changeMonth .previous, afs-date-range-picker .dateSelector .changeMonth .next, afs-date-range-picker .dateSelector .changeYear .previous, afs-date-range-picker .dateSelector .changeYear .next, afs-date-range-picker .dateSelector .changeYears .previous, afs-date-range-picker .dateSelector .changeYears .next {
  height: 20px;
  left: 8px;
  margin-top: -11px;
  position: absolute;
  top: 34px;
  width: 20px;
}
afs-date-picker .dateSelector .changeMonth .previous:before, afs-date-picker .dateSelector .changeMonth .previous:after, afs-date-picker .dateSelector .changeMonth .next:before, afs-date-picker .dateSelector .changeMonth .next:after, afs-date-picker .dateSelector .changeYear .previous:before, afs-date-picker .dateSelector .changeYear .previous:after, afs-date-picker .dateSelector .changeYear .next:before, afs-date-picker .dateSelector .changeYear .next:after, afs-date-picker .dateSelector .changeYears .previous:before, afs-date-picker .dateSelector .changeYears .previous:after, afs-date-picker .dateSelector .changeYears .next:before, afs-date-picker .dateSelector .changeYears .next:after, afs-date-range-picker .dateSelector .changeMonth .previous:before, afs-date-range-picker .dateSelector .changeMonth .previous:after, afs-date-range-picker .dateSelector .changeMonth .next:before, afs-date-range-picker .dateSelector .changeMonth .next:after, afs-date-range-picker .dateSelector .changeYear .previous:before, afs-date-range-picker .dateSelector .changeYear .previous:after, afs-date-range-picker .dateSelector .changeYear .next:before, afs-date-range-picker .dateSelector .changeYear .next:after, afs-date-range-picker .dateSelector .changeYears .previous:before, afs-date-range-picker .dateSelector .changeYears .previous:after, afs-date-range-picker .dateSelector .changeYears .next:before, afs-date-range-picker .dateSelector .changeYears .next:after {
  background: #343434;
  content: "";
  height: 2px;
  left: 0;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transition: transform 0.2s;
  width: 8px;
}
afs-date-picker .dateSelector .changeMonth .previous:after, afs-date-picker .dateSelector .changeMonth .next:after, afs-date-picker .dateSelector .changeYear .previous:after, afs-date-picker .dateSelector .changeYear .next:after, afs-date-picker .dateSelector .changeYears .previous:after, afs-date-picker .dateSelector .changeYears .next:after, afs-date-range-picker .dateSelector .changeMonth .previous:after, afs-date-range-picker .dateSelector .changeMonth .next:after, afs-date-range-picker .dateSelector .changeYear .previous:after, afs-date-range-picker .dateSelector .changeYear .next:after, afs-date-range-picker .dateSelector .changeYears .previous:after, afs-date-range-picker .dateSelector .changeYears .next:after {
  margin-top: 2px;
  transform: rotate(45deg);
}
afs-date-picker .dateSelector .changeMonth .next, afs-date-picker .dateSelector .changeYear .next, afs-date-picker .dateSelector .changeYears .next, afs-date-range-picker .dateSelector .changeMonth .next, afs-date-range-picker .dateSelector .changeYear .next, afs-date-range-picker .dateSelector .changeYears .next {
  left: auto;
  right: 13px;
  top: 35px;
  transform: rotate(180deg);
}
afs-date-picker .month ul, afs-date-range-picker .month ul {
  font-size: 16px;
  overflow: hidden;
}
afs-date-picker .month ul.dayNames, afs-date-range-picker .month ul.dayNames {
  color: #B9B9B9;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  margin: 11px 0 3px;
  text-transform: uppercase;
}
afs-date-picker .month ul.dayNames li, afs-date-range-picker .month ul.dayNames li {
  height: 20px;
  line-height: 20px;
}
afs-date-picker .month li, afs-date-range-picker .month li {
  display: inline-block;
  float: left;
  height: 38px;
  line-height: 38px;
  margin: 0 2px 3px 1px;
  text-align: center;
  width: 38px;
}
afs-date-picker .month li.otherMonth, afs-date-range-picker .month li.otherMonth {
  color: #BFBFBF;
}
afs-date-picker .month li.displayedMonth, afs-date-range-picker .month li.displayedMonth {
  cursor: pointer;
}
afs-date-picker .currentDate, afs-date-range-picker .currentDate {
  background: #E3E3E3;
  border-radius: 50%;
}
afs-date-picker .selectedDate, afs-date-range-picker .selectedDate {
  background: #006735;
  border-radius: 50%;
  color: white;
}
afs-date-picker .monthsList, afs-date-range-picker .monthsList {
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0 4px;
  overflow: hidden;
}
afs-date-picker .monthsList li, afs-date-range-picker .monthsList li {
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 64px;
  line-height: 64px;
  margin: 0 3px 9px 4px;
  width: 64px;
}
afs-date-picker .yearsList, afs-date-range-picker .yearsList {
  font-size: 12px;
  overflow: hidden;
  text-align: center;
}
afs-date-picker .yearsList li, afs-date-range-picker .yearsList li {
  cursor: pointer;
  float: left;
  height: 57px;
  line-height: 57px;
  width: 57px;
}
afs-date-picker span.error, afs-date-range-picker span.error {
  color: #E55740;
  display: block;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin: 4px 2px;
  text-align: right;
}

afs-date-range-picker .month li:nth-child(7n-6).inRange {
  border-radius: 5px 0 0 5px;
}
afs-date-range-picker .month li:nth-child(7n).inRange {
  border-radius: 0 5px 5px 0;
  box-shadow: none;
}
afs-date-range-picker .month li:nth-child(7n).selectedDate.rangeStart:after {
  border-radius: 0 5px 5px 0 !important;
  left: 19px !important;
  width: 50%;
}
afs-date-range-picker li.otherMonth {
  cursor: pointer;
}
afs-date-range-picker li.inRange {
  background: #86B879;
  border-radius: 0;
  box-shadow: 4px 0 #86B879;
  color: #fff;
}
afs-date-range-picker li.inRange.otherMonth {
  color: #A4D597;
}
afs-date-range-picker li.inRange.currentDate {
  font-weight: 700 !important;
}
afs-date-range-picker li.inRange.selectedDate {
  background: #006735;
  border-radius: 50% !important;
  box-shadow: none;
  position: relative;
}
afs-date-range-picker li.inRange.selectedDate:after {
  background: #86B879;
  content: "";
  height: 38px;
  position: absolute;
  right: 16px;
  top: 0;
  width: 38px;
  z-index: -1;
}
afs-date-range-picker li.inRange.selectedDate.rangeStart:after {
  right: -16px;
}
afs-date-range-picker li.inRange.selectedDate.rangeStart.rangeEnd:after {
  display: none;
}
afs-date-range-picker .monthsList li:nth-child(4n-3).inRange {
  border-radius: 5px 0 0 5px;
}
afs-date-range-picker .monthsList li:nth-child(4n).inRange {
  border-radius: 0 5px 5px 0;
  box-shadow: none;
}
afs-date-range-picker .monthsList li:nth-child(4n).selectedDate.rangeStart:after {
  border-radius: 0 5px 5px 0 !important;
  left: 34px !important;
  width: 50%;
}
afs-date-range-picker .monthsList li.inRange {
  box-shadow: 7px 0 #86B879;
}
afs-date-range-picker .monthsList li.selectedDate:after {
  height: 64px;
  left: -2px;
  width: 39px;
}
afs-date-range-picker .monthsList li.selectedDate.rangeStart:after {
  left: auto;
  right: -7px;
}
afs-date-range-picker .monthsList li.selectedDate.rangeEnd {
  box-shadow: none;
}
afs-date-range-picker .actions {
  border-top: 1px solid #E6E6E6;
  margin-top: -10px;
  padding: 0 16px !important;
  position: relative;
  text-align: right;
}
afs-date-range-picker button {
  background: #fff;
  border: none;
  color: #58A742;
  cursor: pointer;
  font-family: "Proxima Nova", sans-serif;
  font-size: 14px;
  height: 50px;
  padding: 0;
}
afs-date-range-picker button:focus {
  outline: none;
}
afs-date-range-picker button.cancel {
  height: 40px;
  position: absolute;
  left: 19px;
  top: 6px;
}
afs-date-range-picker button.ok {
  font-size: 16px;
  font-weight: 600;
  transition: background-color 0.2s;
  will-change: background-color;
}
afs-date-range-picker button.ok:disabled {
  color: #DEDEDE;
}

afs-input {
  display: block;
  margin-top: 10px;
  position: relative;
}
afs-input:after {
  background: #4C4C4C;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 40px;
  transform: translateX(-50%);
  transition: all 0.2s;
  width: 0;
}
afs-input.focused label {
  color: #4C4C4C;
}
afs-input.focused:after {
  width: 100%;
}
afs-input.disabled .afsInputIcon {
  cursor: not-allowed;
  opacity: 0.4;
}
afs-input.disabled .textShadow, afs-input.disabled label, afs-input.disabled input {
  cursor: not-allowed;
}
afs-input.disabled .textShadow {
  background: linear-gradient(270deg, #F1F1F1 26.45%, rgba(255, 255, 255, 0) 95.83%);
}
afs-input input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #cdcdcd;
  color: #343434;
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  height: 42px;
  padding-left: 10px;
  position: relative;
  text-shadow: 0 0 2px #fff;
  text-transform: none;
  width: 100%;
  z-index: 2;
}
afs-input input:focus {
  outline: none;
}
afs-input input:disabled {
  background: #F1F1F1;
  color: #B9B9B9;
}
afs-input .mask {
  color: #B9B9B9;
  font-size: 16px;
  height: 42px;
  left: 0;
  line-height: 41px;
  position: absolute;
  text-align: left;
  text-indent: 10px;
  text-transform: none;
  top: 1px;
  width: 100%;
  z-index: 1;
}
afs-input.invalid input {
  border-bottom-color: #E55740;
  color: #E55740;
}
afs-input.invalid:after {
  background: #E55740;
}
afs-input label {
  color: #B9B9B9;
  cursor: text;
  font-size: 16px;
  left: 10px;
  line-height: 19px;
  position: absolute;
  text-transform: uppercase;
  top: 12px;
  transition: all 0.2s;
}
afs-input label.raised {
  font-size: 11px;
  line-height: 13px;
  top: -11px;
}
afs-input span.error {
  color: #E55740;
  display: block;
  font-size: 11px;
  font-weight: 300;
  margin: 4px 2px;
  text-align: right;
}
afs-input .suggest {
  background: #f7f7f7;
  border: 1px solid #cdcdcd;
  margin-top: -2px;
  position: absolute;
  width: 100%;
  z-index: 100;
}
afs-input .suggest li {
  cursor: pointer;
  display: block;
  font-size: 16px;
  line-height: 19px;
  padding: 12px 14px 9px !important;
  text-transform: none;
}
afs-input .suggest li:hover, afs-input .suggest li.active {
  background: #e2e2e2;
}
afs-input .textShadow {
  background: linear-gradient(270deg, #fff 26.45%, rgba(255, 255, 255, 0) 95.83%);
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  z-index: 2;
}
afs-input .afsInputIcon {
  height: 20px;
  position: absolute;
  right: 8px;
  top: 10px;
  width: 20px;
  z-index: 3;
}
afs-input .afsInputIcon:hover {
  cursor: pointer;
}
afs-input .afsCleanButton {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 1.72687L4.27313 5L1 8.27313L1.72687 9L5 5.72687L8.27313 9L9 8.27313L5.72687 5L9 1.72687L8.27313 1L5 4.27313L1.72687 1L1 1.72687Z' fill='%23B9B9B9'/%3E%3C/svg%3E%0A");
  cursor: pointer;
  height: 10px;
  position: absolute;
  right: 8px;
  top: 15px;
  width: 10px;
  z-index: 3;
}
afs-input .iconLocation {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.99971 1C6.14026 1 3 4.15866 3 8.04113C3 9.05383 3.20607 10.0207 3.61217 10.9152C5.36229 14.7673 8.71776 17.7094 9.70471 18.864C9.77866 18.9503 9.88646 19 9.9999 19C10.1133 19 10.2211 18.9503 10.2951 18.864C11.2817 17.7096 14.6371 14.7677 16.3878 10.9152C16.7941 10.0207 17 9.05383 17 8.04113C16.9996 4.15866 13.8594 1 9.99971 1ZM9.99971 11.6983C7.99487 11.6983 6.36364 10.0575 6.36364 8.04093C6.36364 6.02415 7.99487 4.38336 9.99971 4.38336C12.0045 4.38336 13.6358 6.02415 13.6358 8.04093C13.636 10.0575 12.0047 11.6983 9.99971 11.6983Z' fill='%233B3B3B'/%3E%3C/svg%3E%0A");
}
afs-input .iconSearch {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.4351 12.0629H12.7124L12.4563 11.8159C13.3528 10.773 13.8925 9.4191 13.8925 7.94625C13.8925 4.66209 11.2304 2 7.94625 2C4.66209 2 2 4.66209 2 7.94625C2 11.2304 4.66209 13.8925 7.94625 13.8925C9.4191 13.8925 10.773 13.3528 11.8159 12.4563L12.0629 12.7124V13.4351L16.6369 18L18 16.6369L13.4351 12.0629ZM7.94625 12.0629C5.66838 12.0629 3.82962 10.2241 3.82962 7.94625C3.82962 5.66838 5.66838 3.82962 7.94625 3.82962C10.2241 3.82962 12.0629 5.66838 12.0629 7.94625C12.0629 10.2241 10.2241 12.0629 7.94625 12.0629Z' fill='%233B3B3B'/%3E%3C/svg%3E%0A");
}
afs-input.withIcon input {
  padding-right: 30px;
}
afs-input.withIcon .textShadow {
  right: 28px;
}
afs-input.withIcon.withCleanButton input {
  padding-right: 44px;
}
afs-input.withIcon.withCleanButton .textShadow {
  right: 44px;
}
afs-input.withIcon.withCleanButton .afsCleanButton {
  right: 35px;
}

afs-multiline-input {
  display: block;
  position: relative;
}
afs-multiline-input textarea {
  background-color: white;
  border: 1px solid #b9b9b9;
  box-sizing: border-box;
  display: block;
  font-family: "Proxima Nova", sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 18px;
  min-width: 350px;
  outline: none;
  padding: 23px 10px 10px 9px;
  position: relative;
  text-align: left;
  transition: border-color 0.2s, color 0.2s;
  width: 100%;
}
afs-multiline-input textarea:hover {
  border-color: #343434;
}
afs-multiline-input textarea:hover + label {
  color: #343434;
}
afs-multiline-input textarea:disabled {
  background-color: #f5f5f5 !important;
  border-color: transparent !important;
  color: #cecece !important;
}
afs-multiline-input textarea:disabled + label {
  color: #cecece !important;
}
afs-multiline-input.focused textarea {
  outline: 2px solid #f2f2f2;
  outline-offset: 0.35px;
}
afs-multiline-input.invalid textarea {
  border-color: #dc8c8c;
  color: #dc8c8c;
}
afs-multiline-input.invalid label {
  color: #dc8c8c;
}
afs-multiline-input.invalid:hover textarea, afs-multiline-input.invalid.focused textarea {
  border-color: #ba5d5d;
  color: #ba5d5d;
}
afs-multiline-input.invalid:hover label, afs-multiline-input.invalid.focused label {
  color: #ba5d5d;
}
afs-multiline-input label {
  color: #b9b9b9;
  display: block;
  font-family: "Proxima Nova", sans-serif;
  font-size: 15px;
  font-weight: 300;
  left: 10px;
  line-height: 18px;
  position: absolute;
  text-transform: uppercase;
  top: 10px;
  transition: color 0.2s, font-size 0.2s, line-height 0.2s;
  white-space: nowrap;
}
afs-multiline-input label.raised {
  font-size: 11px;
  font-weight: normal;
  line-height: 13px;
}
afs-multiline-input span.error {
  color: #dc8c8c;
  display: block;
  font-family: "Proxima Nova", sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 13px;
  margin: 2px 0;
  text-align: right;
}

afs-radio {
  display: block;
  margin-top: 8px;
  min-height: 25px;
  position: relative;
}
afs-radio input[type=radio] {
  opacity: 0;
  position: absolute;
}
afs-radio input[type=radio] + label {
  color: #343434;
  cursor: pointer;
  display: block;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0;
  margin: 0;
  padding: 2px 0 0 34px;
  position: relative;
  text-transform: uppercase;
}
afs-radio input[type=radio] + label small {
  display: block;
  margin-top: 6px;
  text-indent: 0;
}
afs-radio input[type=radio] + label:before {
  background: white;
  border: 1px solid #d3d3d3;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 19px;
  left: 0;
  margin-right: 13px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  vertical-align: text-top;
  width: 19px;
}
afs-radio input[type=radio]:hover + label:before {
  border-color: #a0a0a0;
}
afs-radio input[type=radio]:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
afs-radio input[type=radio]:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
afs-radio input[type=radio]:disabled + label:before {
  background: #ddd;
  box-shadow: none;
}
afs-radio input[type=radio]:checked + label:after {
  background: #343434;
  border-radius: 50%;
  content: "";
  height: 9px;
  left: 6px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 9px;
}

afs-range {
  display: block;
  height: 55px;
  position: relative;
}
afs-range .rangeAll {
  background: #e9e9e9;
  height: 3px;
  left: 0;
  position: absolute;
  top: 31px;
  width: 100%;
  z-index: 1;
}
afs-range .rangeSelected {
  background: #3b3b3b;
  height: 3px;
  position: absolute;
  top: 31px;
  z-index: 2;
}
afs-range .min, afs-range .max {
  bottom: 0;
  color: #bbbbbb;
  font-size: 12px;
  left: -4px;
  position: absolute;
}
afs-range .min.max, afs-range .max.max {
  left: auto;
  right: 0;
}
afs-range .selector {
  background: #3b3b3b;
  border-radius: 50%;
  color: #3b3b3b;
  cursor: pointer;
  font-size: 14px;
  height: 16px;
  margin-left: -8px;
  position: absolute;
  top: 24px;
  width: 16px;
  z-index: 3;
}
afs-range .selector.to {
  z-index: 4;
}
afs-range .selector span {
  bottom: 21px;
  left: 50%;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  white-space: nowrap;
}
afs-range .selector span.alignLeft {
  margin-left: 9px;
  transform: translateX(-100%);
}
afs-range .selector span.alignRight {
  left: 0;
  padding-left: 4px;
  transform: none;
}

afs-select, afs-multi-select {
  display: block;
  line-height: 1.2em;
  margin-top: 10px;
  position: relative;
}
afs-select.invalid .currentValue, afs-multi-select.invalid .currentValue {
  border-bottom-color: #E55740;
  color: #E55740 !important;
}
afs-select.invalid:after, afs-multi-select.invalid:after {
  background: #E55740;
}
afs-select .toggle, afs-multi-select .toggle {
  position: absolute;
  right: 0;
  z-index: 1;
}
afs-select .toggle:before, afs-select .toggle:after, afs-multi-select .toggle:before, afs-multi-select .toggle:after {
  background: #3B3B3B;
  content: "";
  height: 2px;
  position: absolute;
  right: 14px;
  top: 19px;
  transform: rotate(45deg);
  transition: transform 0.2s;
  width: 8px;
  z-index: -1;
}
afs-select .toggle:after, afs-multi-select .toggle:after {
  right: 9px;
  transform: rotate(-45deg);
}
afs-select .toggle.open:before, afs-multi-select .toggle.open:before {
  transform: rotate(-45deg);
}
afs-select .toggle.open:after, afs-multi-select .toggle.open:after {
  transform: rotate(45deg);
}
afs-select .select, afs-multi-select .select {
  cursor: pointer;
  height: 42px;
}
afs-select .select:focus, afs-multi-select .select:focus {
  outline: none;
}
afs-select .select.disabled, afs-multi-select .select.disabled {
  background-color: #F1F1F1;
  color: #B9B9B9;
}
afs-select .select.disabled .currentValue, afs-multi-select .select.disabled .currentValue {
  color: #B9B9B9;
}
afs-select .select.disabled:before, afs-select .select.disabled:after, afs-multi-select .select.disabled:before, afs-multi-select .select.disabled:after {
  background: #b5b5b5;
}
afs-select .select.error, afs-multi-select .select.error {
  border-bottom-color: #E55740;
}
afs-select .label, afs-multi-select .label {
  color: #B9B9B9;
  cursor: text;
  font-size: 16px;
  left: 10px;
  line-height: 19px;
  max-width: calc(100% - 35px);
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  text-transform: uppercase;
  top: 12px;
  transition: all 0.2s;
}
afs-select .label.raised, afs-multi-select .label.raised {
  font-size: 11px;
  line-height: 13px;
  top: -11px;
}
afs-select .label:focus, afs-multi-select .label:focus {
  outline: none;
}
afs-select .currentValue, afs-multi-select .currentValue {
  border: none;
  border-bottom: 1px solid #cdcdcd;
  color: #343434;
  display: block;
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  padding-right: 30px;
  text-align: left;
  text-indent: 10px;
  text-overflow: ellipsis;
  transition: border-bottom-color 0.2s;
  white-space: nowrap;
  width: 100%;
}
afs-select .currentValue:focus, afs-multi-select .currentValue:focus {
  outline: none;
}
afs-select .currentValue:disabled, afs-multi-select .currentValue:disabled {
  background-color: #f5f5f5;
  border-bottom-color: #e7e7e7;
  color: #cecece;
}
afs-select .optionsList, afs-multi-select .optionsList {
  background: #f7f7f7;
  border: 1px solid #cdcdcd;
  display: flex;
  flex-direction: column;
  margin-top: 12px;
  position: absolute;
  text-align: left;
  min-width: 100%;
  z-index: 100;
}
afs-select .optionsList li, afs-multi-select .optionsList li {
  cursor: pointer;
  display: block;
  font-size: 16px;
  line-height: 19px;
  margin: 0 !important;
  padding: 12px 14px 9px !important;
  text-transform: none;
}
afs-select .optionsList li:hover, afs-select .optionsList li.active, afs-multi-select .optionsList li:hover, afs-multi-select .optionsList li.active {
  background: #e2e2e2;
}
afs-select .optionsList > ul, afs-multi-select .optionsList > ul {
  overflow: auto;
  padding: 0 !important;
}
afs-select .optionsList > ul::-webkit-scrollbar, afs-multi-select .optionsList > ul::-webkit-scrollbar {
  width: 8px;
}
afs-select .optionsList > ul::-webkit-scrollbar-track, afs-multi-select .optionsList > ul::-webkit-scrollbar-track {
  background: #fff;
}
afs-select .optionsList > ul::-webkit-scrollbar-thumb, afs-multi-select .optionsList > ul::-webkit-scrollbar-thumb {
  background: #E6E6E6;
  border: 3px solid white;
  width: 2px;
}
afs-select .optionsList > ul::-webkit-scrollbar-thumb:hover, afs-multi-select .optionsList > ul::-webkit-scrollbar-thumb:hover {
  background: #A3A3A3;
}
afs-select .optionsList .noMatches, afs-multi-select .optionsList .noMatches {
  color: #B9B9B9;
  font-size: 14px;
  line-height: 17px;
  padding: 21px 13px 19px;
}
afs-select span.error, afs-multi-select span.error {
  color: #E55740;
  display: block;
  font-size: 11px;
  font-weight: 300;
  margin: 4px 2px;
  text-align: right;
}
afs-select .filter, afs-multi-select .filter {
  border-bottom: 1px solid #CDCDCD;
  position: relative;
}
afs-select .filter input, afs-multi-select .filter input {
  background: transparent;
  border: none;
  color: #343434;
  font-size: 14px;
  height: 41px;
  text-indent: 13px;
  text-overflow: ellipsis;
  width: calc(100% - 27px);
}
afs-select .filter input:focus, afs-multi-select .filter input:focus {
  outline: none;
}
afs-select .filter input::placeholder, afs-multi-select .filter input::placeholder {
  color: #A3A3A3;
  text-overflow: ellipsis;
}
afs-select .filter button, afs-multi-select .filter button {
  background: transparent url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5.16513' cy='5.16513' r='4.66513' stroke='%23B9B9B9'/%3E%3Cline x1='8.86262' y1='8.69922' x2='12' y2='11.8366' stroke='%23B9B9B9' stroke-linecap='round'/%3E%3C/svg%3E%0A") center no-repeat;
  border: none;
  height: 13px;
  margin-top: -7px;
  position: absolute;
  right: 9px;
  top: 50%;
  width: 13px;
  z-index: -1;
}

afs-multi-select .currentValue > span:before {
  content: ", ";
}
afs-multi-select .currentValue > span:first-child:before {
  content: "";
}
afs-multi-select afs-checkbox {
  display: block;
}
afs-multi-select .toggle:before, afs-multi-select .toggle:after {
  background: #3B3B3B;
  border-radius: 1px;
  content: "";
  height: 2px;
  position: absolute;
  right: 10px;
  top: 18px;
  transform: none;
  width: 12px;
}
afs-multi-select .toggle:after {
  height: 12px;
  right: 15px;
  top: 13px;
  width: 2px;
}
afs-multi-select .toggle.open:before, afs-multi-select .toggle.open:after {
  transform: none;
}
afs-multi-select .actions {
  border-top: 1px solid #CDCDCD;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  height: 52px;
  justify-content: space-between;
  padding: 11px 8px 9px !important;
}
afs-multi-select .actions button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  color: #58A742;
  height: 30px;
}
afs-multi-select .actions button.ok {
  font-size: 16px;
  font-weight: 600;
}
afs-multi-select .actions button:disabled {
  color: #DEDEDE;
}

afs-time-picker {
  display: block;
  line-height: 1.2em;
  margin-top: 10px;
  position: relative;
}
afs-time-picker:after {
  background: #4C4C4C;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 40px;
  transform: translateX(-50%);
  transition: all 0.2s;
  width: 0;
}
afs-time-picker.focused .input .label {
  color: #4C4C4C;
}
afs-time-picker.focused:after {
  width: 100%;
}
afs-time-picker.invalid .input {
  border-bottom-color: #E55740;
}
afs-time-picker.invalid .currentValue {
  color: #E55740;
}
afs-time-picker.invalid:after {
  background: #E55740;
}
afs-time-picker .input {
  border-bottom: 1px solid #CDCDCD;
  cursor: pointer;
  height: 42px;
}
afs-time-picker .input.disabled {
  cursor: not-allowed;
}
afs-time-picker .input.disabled .currentValue {
  background-color: #F1F1F1;
  border-bottom: 1px solid #CDCDCD;
  color: #B9B9B9;
}
afs-time-picker .input.disabled .currentValue:after {
  opacity: 0.25;
}
afs-time-picker .label {
  color: #B9B9B9;
  cursor: text;
  font-size: 16px;
  left: 10px;
  line-height: 19px;
  position: absolute;
  text-transform: uppercase;
  top: 12px;
  transition: all 0.2s;
}
afs-time-picker .label.raised {
  font-size: 11px;
  line-height: 13px;
  top: -11px;
}
afs-time-picker .label:focus {
  outline: none;
}
afs-time-picker .currentValue {
  border: none;
  color: #343434;
  display: block;
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  height: 42px;
  letter-spacing: 1.5px;
  line-height: 42px;
  text-align: left;
  text-indent: 11px;
  text-transform: uppercase;
  width: 100%;
}
afs-time-picker .currentValue:focus {
  outline: none;
}
afs-time-picker .currentValue:after {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.00001 0H7.0019V0.00270772C8.93332 0.00324927 10.6828 0.786864 11.9489 2.05245L11.9503 2.0511C13.2139 3.31479 13.9962 5.06344 13.9973 6.99595H14V7.00001V7.0019H13.9973C13.9968 8.93413 13.2126 10.6841 11.9462 11.9503C10.6822 13.214 8.93439 13.9962 7.00406 13.9973V14H6.99999H6.9981V13.9973C5.06587 13.9968 3.31587 13.2126 2.04975 11.9462C0.786051 10.6822 0.00379257 8.9344 0.00270772 7.00406H0V7V6.9981H0.00270772C0.00324927 5.06668 0.786865 3.31722 2.05245 2.05111L2.0511 2.04975C3.3148 0.786059 5.06344 0.00380072 6.99595 0.00271587V8.15139e-06H7.00001L7.00001 0ZM9.67172 9.43398C9.94303 9.68932 9.95603 10.1171 9.70069 10.3885C9.44535 10.6598 9.01753 10.6728 8.74622 10.4174L6.43355 8.25125C6.29248 8.1183 6.22181 7.93932 6.22181 7.75953H6.21937V3.36354C6.21937 2.98988 6.52263 2.68661 6.8963 2.68661C7.26997 2.68661 7.57323 2.98988 7.57323 3.36354V7.46847L9.67171 9.434L9.67172 9.43398ZM7.0019 1.35116V1.35386H7.00001H6.99595V1.35116C5.44117 1.35197 4.03072 1.98503 3.00855 3.0072H3.00584C1.98421 4.02855 1.35142 5.44009 1.35115 6.9981H1.35385V7V7.00406H1.35115C1.35196 8.56018 1.98476 9.97145 3.00719 10.9942C4.02854 12.0158 5.44008 12.6486 6.99809 12.6489V12.6462H6.99999H7.00405V12.6489C8.56018 12.648 9.97144 12.0153 10.9942 10.9928C12.0158 9.97146 12.6486 8.55993 12.6489 7.00191H12.6461V7.00002V6.99596H12.6489C12.648 5.44118 12.015 4.03073 10.9928 3.00856V3.00585C9.97146 1.98423 8.55992 1.35143 7.00191 1.35116L7.0019 1.35116Z' fill='%234C4C4C'/%3E%3C/svg%3E%0A");
  content: "";
  height: 14px;
  position: absolute;
  right: 10px;
  top: 12px;
  width: 14px;
}
afs-time-picker .timeSelector {
  background: #ffffff;
  border: 1px solid #CDCDCD;
  display: none;
  left: 50%;
  font-size: 16px;
  position: absolute;
  top: 48px;
  transform: translateX(-50%);
}
afs-time-picker .timeSelector.open {
  display: block;
  z-index: 100;
}
afs-time-picker .timeSelector .partLabel {
  color: #B9B9B9;
  display: block;
  font-size: 12px;
  text-align: center;
  margin-bottom: 9px;
}
afs-time-picker .timeSelector .selector {
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 23px;
  padding: 13px 11px 0;
}
afs-time-picker .timeSelector .selector > div {
  position: relative;
}
afs-time-picker .timeSelector .selector > div:before {
  background: #E6E6E6;
  content: "";
  display: block;
  height: calc(100% - 29px);
  left: -12px;
  position: absolute;
  top: 29px;
  width: 1px;
}
afs-time-picker .timeSelector .selector > div:first-child:before {
  display: none;
}
afs-time-picker .timeSelector .selector ul {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(6, 1fr);
}
afs-time-picker .timeSelector .selector li {
  border-radius: 19px;
  cursor: pointer;
  display: block;
  height: 38px;
  line-height: 38px;
  margin: 1px 4px 0;
  text-align: center;
  width: 38px;
}
afs-time-picker .timeSelector .selector li:hover {
  background: #E3E3E3;
}
afs-time-picker .timeSelector .selector li.active {
  background: #006735;
  color: #fff;
}
afs-time-picker .timeSelector .actions {
  border-top: 1px solid #E6E6E6;
  margin-top: 14px;
  padding: 7px 17px 9px;
  position: relative;
  text-align: right;
}
afs-time-picker span.error {
  color: #E55740;
  display: block;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin: 4px 2px;
  text-align: right;
}
afs-time-picker button {
  background: #fff;
  border: none;
  color: #58A742;
  cursor: pointer;
  font-family: "Proxima Nova", sans-serif;
  font-size: 14px;
  height: 35px;
  padding: 0;
}
afs-time-picker button:focus {
  outline: none;
}
afs-time-picker button.cancel {
  position: absolute;
  left: 18px;
  top: 8px;
}
afs-time-picker button.ok {
  font-size: 19px;
  font-weight: 600;
  transition: background-color 0.2s;
  will-change: background-color;
}
afs-time-picker button.ok:disabled {
  color: #DEDEDE;
}

afs-toggle {
  color: #343434;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  line-height: 14px;
  min-height: 13px;
  min-width: 30px;
  position: relative;
  text-transform: uppercase;
}
afs-toggle.emptyLabel .label {
  display: none;
}
afs-toggle .toggle {
  background: #e4e4e4;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  height: 11px;
  left: 0;
  outline: none;
  position: absolute;
  top: 1px;
  width: 30px;
}
afs-toggle .toggle.checked .pipka {
  background: #222222;
  border-color: #222222;
  left: 13px;
}
afs-toggle .toggle.disabled {
  background: #f0f0f0;
}
afs-toggle .toggle.disabled .pipka {
  background: #f0f0f0 !important;
  border-color: #e8e8e8 !important;
  box-shadow: none !important;
}
afs-toggle .pipka {
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 50%;
  height: 17px;
  left: 0;
  position: absolute;
  top: -3px;
  transition: left 0.2s, background 0.2s;
  width: 17px;
}
afs-toggle .label {
  cursor: pointer;
  display: inline-block;
  letter-spacing: -0.1px;
  margin: 0 0 0 40px;
}
afs-toggle .toggle:hover .pipka, afs-toggle .label:hover + .toggle .pipka {
  box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.5);
}
afs-toggle .toggle:hover.checked .pipka, afs-toggle .label:hover + .toggle.checked .pipka {
  box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.8);
}

.afsTooltip {
  left: 10px;
  margin: 0;
  padding: 21px;
  position: absolute;
  top: 100px;
  z-index: 100;
}

.afsTooltipText {
  background: rgba(63, 63, 63, 0.9);
  border-radius: 2px;
  color: #f7f7f7;
  font-family: "Proxima Nova", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  line-height: 18px;
  padding: 9px 14px;
}

.afsTooltipArrow {
  border: 6px solid transparent;
  border-right: 10px solid rgba(63, 63, 63, 0.9);
  height: 0;
  position: absolute;
  width: 0;
}

.afsTooltipArrowRight {
  margin-top: -6px;
  right: 5px;
  top: 50%;
  transform: rotate(180deg);
}

.afsTooltipArrowLeft {
  left: 5px;
  margin-top: -3px;
  top: 50%;
}

.afsTooltipArrowTop {
  left: 50%;
  margin-left: -6px;
  top: 7px;
  transform: rotate(90deg);
}

.afsTooltipArrowBottom {
  bottom: 7px;
  left: 50%;
  margin-left: -6px;
  transform: rotate(270deg);
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

afs-button button {
  color: #7e7e7e !important;
}
afs-button:hover button {
  color: #666666 !important;
}

#authForm form img {
  margin: 0 auto 20px !important;
}

footer {
  text-align: center;
}

.preloader-background {
  margin: 0;
  padding: 0;
  position: fixed;
  top: 78px;
  left: 350px;
  height: calc(100% - 78px);
  width: calc(100% - 350px);
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  pointer-events: auto;
}
.preloader-background .preloader {
  position: absolute;
}

.preloader {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #a3a3a3;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bolder;
}

#loader {
  padding-top: 7px;
  position: relative;
  width: 64px;
  height: 0;
  margin: 0 auto;
}

#loader > div {
  width: 16px;
  position: relative;
  height: 0;
  left: 50%;
  animation: impulse 0.6s infinite;
  will-change: left;
}

#loader::after,
#loader::before,
#loader > div::after,
#loader > div::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #bcbcbc;
  border-radius: 50%;
  position: absolute;
}

#loader::after,
#loader > div::after {
  right: 0;
  transform: translate(50%, 0);
}

#loader::before,
#loader > div::before {
  left: 0;
  transform: translate(-50%, 0);
}

#loader::after {
  animation: startImpulse 0.6s infinite;
  opacity: 0;
  will-change: opacity, right;
}

#loader::before {
  animation: stopImpulse 0.6s infinite;
  will-change: opacity, left;
}

#loader::before {
  left: 16px;
}

@keyframes startImpulse {
  40%, 100% {
    opacity: 1;
    right: 16px;
  }
}
@keyframes impulse {
  0%, 25% {
    left: 50%;
  }
  100% {
    left: 16px;
  }
}
@keyframes stopImpulse {
  0%, 25% {
    left: 16px;
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: 0;
  }
}
